]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge changes made in Gnus trunk.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4 invalid URLs.
5
6 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7 line-broken.
8 (shr-tag-img): Ignore image fetching errors.
9 (shr-overlays-in-region): Compute overlay positions correctly.
10
11 * mm-decode.el (mm-shr): Require shr.
12
13 * gnus-art.el (gnus-blocked-images): Move variable here.
14
15 * shr.el (shr-insert-table): Bind free variable.
16
17 * mm-decode.el (mm-shr): Bind shr-content-function.
18
19 * shr.el (shr-content-function): New variable.
20
21 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
22 added for symmetry.
23
24 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
25
26 * gnus-group.el (gnus-group-make-group): Doc fix.
27
28 * nnimap.el (nnimap-request-newgroups): Return success.
29
30 * shr.el (shr-find-elements): New function.
31 (shr-tag-table): Put all the images after the table.
32 (shr-tag-table): Really inhibit images inside the table.
33 (shr-collect-overlays): Copy over overlays from the TD elements to the
34 main document.
35
36 * mm-decode.el (mm-shr): Bind shr-blocked-images to
37 gnus-blocked-images.
38
39 2010-10-05 Julien Danjou <julien@danjou.info>
40
41 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
42 (gnus-html-maximum-image-size): Add this function.
43 (gnus-html-put-image): Use gnus-html-maximum-image-size.
44
45 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
46 server-value of the capability is nil.
47
48 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * shr.el (shr-tag-em): Add <EM> tag.
51
52 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
53
54 * sieve-manage.el (sieve-manage-default-stream): Make default stream
55 customizable.
56
57 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
58 handing broken links to browse-url.
59
60 2010-10-05 Julien Danjou <julien@danjou.info>
61
62 * gnus-util.el (gnus-emacs-completing-read)
63 (gnus-iswitchb-completing-read): Use autoload rather than require.
64
65 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
66
67 * gnus-util.el (gnus-completing-read-function): Exclude
68 gnus-icompleting-read and gnus-ido-completing-read from candidates for
69 XEmacs since iswitchb.el is very old and ido.el is unavailable in
70 XEmacs.
71
72 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
73 not to use `delete-dups' that is unavailable in XEmacs 21.4.
74
75 * gnus-html.el: Don't require help-fns under XEmacs.
76 (gnus-html-schedule-image-fetching): Work for XEmacs.
77
78 * mm-decode.el (mm-shr): Decode contents by charset.
79
80 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
81
82 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
83 unknown.
84
85 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
86 (shr-get-image-data): Ensure against the cache file missing.
87
88 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
89 for data.
90
91 * spam-report.el (spam-report-url-ping-plain): Don't query about
92 killing the process.
93
94 * shr.el (shr-render-td): Protect against too-wide text.
95
96 2010-10-04 Julien Danjou <julien@danjou.info>
97
98 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
99 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
100
101 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
102 retrieved.
103
104 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
105
106 * shr.el (browse-url): Required.
107 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
108 lines.
109 (shr-show-alt-text, shr-browse-image): New commands.
110 (shr-browse-url, shr-copy-url): New commands.
111
112 * gnus-sum.el (gnus-widen-article-window): New variable.
113 (gnus-summary-select-article-buffer): Use it.
114
115 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
116 without @ signs.
117
118 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
119
120 * nnir.el (nnir-run-imap): Remove spurious space in search string.
121
122 2010-10-04 Julien Danjou <julien@danjou.info>
123
124 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
125 for XEmacs.
126
127 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
128
129 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
130
131 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
132 (nnimap-close-server): Implement.
133
134 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
135 (shr-insert): Tweak line breaking.
136 (shr-insert): Handle <pre> better.
137 (shr-tag-li): Get <li> indentation right.
138 (shr-tag-li): Get <li> indentation even righter.
139 (shr-tag-blockquote): Ensure paragraph start.
140 (shr-make-table): Tweak table generation.
141 (shr-make-table): Fix typo.
142
143 * shr.el: Implement table rendering.
144
145 2010-10-04 Julien Danjou <julien@danjou.info>
146
147 * gnus-html.el (gnus-html-put-image): Fix resize image code.
148
149 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
150
151 * shr.el (shr-insert): Use string anchors instead of line anchors.
152
153 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
154
155 * shr.el: Add headings.
156 (shr-ensure-paragraph): Actually work.
157 (shr-tag-li): Make <ul> prettier.
158 (shr-insert): Get white space at the beginning/end of elements right.
159 (shr-tag-p): Collapse subsequent <p>s.
160 (shr-ensure-paragraph): Don't insert double line feeds after blank
161 lines.
162 (shr-insert): \t is also space.
163 (shr-tag-s): Fix "s" tag name function.
164 (shr-tag-s): Fix face prop name.
165
166 2010-10-03 Julien Danjou <julien@danjou.info>
167
168 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
169
170 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
171 gnus-window-inside-pixel-edges.
172
173 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
174 gnus-ems.
175
176 * mm-view.el (mm-inline-image-emacs): Support image resizing.
177
178 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
179 function.
180
181 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
182 resize choice.
183
184 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
185
186 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
187 beginning of the buffer.
188
189 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
190 article buffer again.
191
192 * shr.el (shr-tag-p): Don't insert newlines at the start of the
193 buffer.
194
195 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
196 when it's at the start of the buffer.
197
198 * shr.el (shr-tag-blockquote): Convert name.
199 (shr-rescale-image): Use the right image-size variant.
200
201 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
202 buffer isn't shown, then select the current article first instead of
203 bugging out.
204 (gnus-summary-select-article-buffer): Show both the article and summary
205 buffers again.
206
207 * shr.el (shr-fontize-cont): Protect against regions with no text.
208 Rename tag functions to shr-tag-* for enhanced security.
209 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
210
211 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
212
213 * shr.el (shr-insert):
214 * pop3.el (pop3-movemail):
215 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
216 loaded.
217
218 2010-10-03 Glenn Morris <rgm@gnu.org>
219
220 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
221
222 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
223
224 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
225
226 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
227
228 * gnus-util.el (gnus-make-local-hook): Simplify.
229
230 2010-10-02 Julien Danjou <julien@danjou.info>
231
232 * gnus-util.el (gnus-iswitchb-completing-read): New function.
233 (gnus-ido-completing-read): New function.
234 (gnus-emacs-completing-read): New function.
235 (gnus-completing-read): Use gnus-completing-read-function.
236 Add gnus-completing-read-function.
237
238 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
239
240 * shr.el (shr-insert-document): Autoload.
241 (shr-img): Be silent.
242 (shr-insert): Add a newline after every picture before text.
243 (shr-add-font): Use overlays for combining faces.
244 (shr-insert): Pass upwards the text start point.
245
246 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
247 possible.
248 (mm-shr): New function.
249
250 2010-10-02 Julien Danjou <julien@danjou.info>
251
252 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
253 should go backward.
254
255 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
256
257 * shr.el (shr): Fix typo in provide call.
258
259 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
260
261 * shr.el: New file.
262
263 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
264
265 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
266 completing read.
267
268 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
269
270 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
271 we're being queried about. Suggested by Dan Jacobson.
272
273 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts. Suggested
274 by Jason Eisner.
275
276 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
277 table, too. Suggested by Stefan Wiens.
278 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
279 the table unnecessary. Suggested by Stefan Wiens.
280
281 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
282 longer needed, and probably doesn't work either, as pointed out by
283 Stefan Wiens.
284 (gnus-summary-exit): Remove call to the clearing function.
285 (gnus-summary-exit-no-update): Ditto.
286
287 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
288 instead of gnus-eval-in-buffer-window to avoid popping up frames.
289 Reported by Stefan Monnier.
290 (gnus-summary-save-in-rmail): Ditto.
291
292 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
293 article buffer, instead of both the article buffer and the summary
294 buffer. Sort of suggested by Dan Jacobson.
295
296 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
297
298 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
299 Suggested by Dan Jacobson.
300
301 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
302 documentation clearer.
303
304 * message.el (message-shorten-references): Comment on the number "21".
305 Suggested by Stefan Monnier.
306
307 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
308 Suggested by Dan Jacobson.
309
310 * gnus.el (gnus-large-newsgroup): Mention
311 gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
312
313 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
314 externalize attachments. Bug reported by Steve Wen.
315
316 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
317 really message anything to the user.
318
319 * nnmail.el (nnmail-article-group): Allow using the fancy split method
320 directly.
321
322 * nnimap.el (nnimap-request-group): Low higher than high to signal no
323 messages in empty groups.
324
325 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
326
327 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
328 non-UIDNEXT group.
329
330 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
331
332 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
333 not the value from the collection.
334
335 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
336 values. This sometimes happens on some groups that have no info.
337 (nnimap-request-newgroups): New function.
338
339 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
340
341 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
342 check into `gnus-registry-initialize'.
343 (gnus-registry-initialize): Ditto.
344 Fix and extend header docs.
345
346 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
347
348 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
349 regexp backtrace overflows.
350
351 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
352 for starttls that tls.el implements; i.e. openssl.
353
354 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
355
356 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
357 (gravatar-create-image): New function that's an alias to
358 gnus-xmas-create-image, gnus-create-image, or create-image.
359 (gravatar-data->image): Use it.
360
361 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
362
363 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
364 install the nnregistry refer method.
365 (gnus-registry-install-hooks): Use it.
366 (gnus-registry-unfollowed-groups): Add nnmairix to the default
367 unfollowed groups.
368
369 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
370
371 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
372 expanding threads.
373
374 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
375
376 * nnir.el: Use the server names without suffixes (bug #7009).
377
378 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
379 unencrypted to STARTTLS, if possible.
380
381 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
382
383 * message.el (message-ignored-supersedes-headers): Strip Injection-*
384 headers before superseding.
385
386 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
387
388 * nnrss.el (nnrss-use-local): Add documentation.
389
390 * nnimap.el (nnimap-extend-tls-programs): New function.
391 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
392 (nnimap-wait-for-connection): Accept the greeting from the stupid
393 output from openssl s_client -starttls, too.
394
395 * nnimap.el (nnimap-find-article-by-message-id): Really return the
396 article number.
397 (nnimap-split-fancy): New variable.
398 (nnimap-split-incoming-mail): Use it.
399
400 * nntp.el (nntp-server-list-active-group): Document.
401
402 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
403 SELECT to get the message-id.
404
405 * mail-source.el (mail-sources): Removed webmail support.
406 (defvar): Ditto.
407 (mail-source-fetcher-alist): Ditto.
408 (mail-source-fetch-webmail): Removed.
409
410 * webmail.el: Removed -- doesn't seem relevant any more.
411
412 * gnus.el: Fix up make-obsolete-variable declarations throughout.
413
414 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
415 the \r.
416
417 2010-09-30 Julien Danjou <julien@danjou.info>
418
419 * gnus-agent.el (gnus-agent-add-group): Fix call to
420 gnus-completing-read.
421
422 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
423
424 * nndoc.el (nndoc-retrieve-groups): New function.
425
426 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
427 `default', use nnmail-split-methods.
428 (nnimap-request-article): Downcase the NILs so that they are nil.
429
430 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
431 symbol.
432
433 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
434 code, since if the user has requested network, that's what they ought
435 to get.
436 (nnimap-request-set-mark): Erase the buffer before issuing commands.
437 (nnimap-split-rule): Mark as obsolete.
438
439 * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
440 variable.
441
442 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
443 correct slot, too.
444
445 2010-09-29 Julien Danjou <julien@danjou.info>
446
447 * gnus.el (gnus-local-domain): Declare variable obsolete.
448
449 * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
450 computing.
451 (gnus-ido-completing-read): Require ido.
452
453 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
454
455 * gnus-registry.el: Don't prompt on load, which makes it impossible to
456 build Gnus.
457
458 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
459 when interpreting the structures.
460 (nnimap-request-accept-article): Add \r\n to the lines to make this
461 work with Cyrus.
462
463 * nndraft.el (nndraft-request-expire-articles): Use the group name
464 instead if "nndraft". Fix found by Nils Ackermann.
465
466 2010-09-29 Ludovic Courtes <ludo@gnu.org>
467
468 * nnregistry.el: Added.
469
470 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * nnmail.el (group, group-art-list, group-art):
473 Remove unneeded directives.
474
475 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
476
477 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
478 (mm-mime-charset)
479 * rfc2047.el (rfc2047-syntax-table)
480 * utf7.el (utf7-utf-16-coding-system): Comment fix.
481
482 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
483 rather than `insert-file-contents' and `eval-region'.
484
485 2010-09-29 Julien Danjou <julien@danjou.info>
486
487 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
488 replacement of `gnus-gravatar-relief' to mimic
489 `gnus-faces-properties-alist'.
490 Add :version property.
491
492 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
493
494 * mail-source.el (mail-source-report-new-mail)
495 * message.el (message-default-mail-headers)
496 * mm-decode.el (mm-valid-image-format-p): Comment fix.
497
498 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
499
500 2010-09-28 Julien Danjou <julien@danjou.info>
501
502 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
503 mail-address contains the same string as real-name.
504
505 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
506 non-blank in header, otherwise it'll get stripped.
507
508 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
509 real-name, and then for mail address rather than doing : or , search.
510
511 2010-09-27 Julien Danjou <julien@danjou.info>
512
513 * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
514 (gnus-server-goto-server): Use gnus-completing-read.
515
516 * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
517
518 * mm-util.el (defalias): Use gnus-completing-read.
519 (mm-codepage-setup): Use gnus-completing-read.
520
521 * smime.el (smime-sign-buffer): Use gnus-completing-read.
522 (smime-decrypt-buffer): Use gnus-completing-read.
523
524 * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
525
526 * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
527 (mml-minibuffer-read-disposition): Use gnus-completing-read.
528 (mml-insert-multipart): Use gnus-completing-read.
529
530 * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
531
532 * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
533
534 * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
535
536 * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
537
538 * gnus.el (gnus-read-method): Use gnus-completing-read.
539
540 * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
541
542 * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
543 (gnus-mime-action-on-part): Use gnus-completing-read.
544 (gnus-article-encrypt-body): Use gnus-completing-read.
545
546 * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
547 (gnus-topic-move-matching): Use gnus-completing-read.
548 (gnus-topic-copy-matching): Use gnus-completing-read.
549 (gnus-topic-sort-topics): Use gnus-completing-read.
550 (gnus-topic-move): Use gnus-completing-read.
551
552 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
553 (gnus-agent-add-group): Use gnus-completing-read.
554
555 * nnmairix.el (nnmairix-create-server-and-default-group): Use
556 gnus-completing-read.
557 (nnmairix-update-groups): Use gnus-completing-read.
558 (nnmairix-get-server): Use gnus-completing-read.
559 (nnmairix-backend-to-server): Use gnus-completing-read.
560 (nnmairix-goto-original-article): Use gnus-completing-read.
561 (nnmairix-get-group-from-file-path): Use gnus-completing-read.
562
563 * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
564
565 * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
566 (gnus-group-make-useful-group): Use gnus-completing-read.
567 (gnus-group-make-web-group): Use gnus-completing-read.
568 (gnus-group-add-to-virtual): Use gnus-completing-read.
569 (gnus-group-browse-foreign-server): Use gnus-completing-read.
570
571 * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
572 (gnus-summary-limit-to-extra): Use gnus-completing-read.
573 (gnus-summary-execute-command): Use gnus-completing-read.
574 (gnus-summary-respool-article): Use gnus-completing-read.
575 (gnus-read-move-group-name): Use gnus-completing-read.
576
577 * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
578 (gnus-summary-score-effect): Use gnus-completing-read.
579
580 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
581
582 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
583 right completing-read function.
584 (gnus-use-ido): New variable
585 (gnus-completing-read-with-default): Remove.
586
587 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
588
589 * nnimap.el (auth-source-forget-user-or-password)
590 (auth-source-user-or-password): Autoload.
591
592 * message.el (message-from-style, message-interactive)
593 (message-signature): Remove comment.
594 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
595 always.
596 (message-sendmail-envelope-from): Comment fix.
597 (message-yank-prefix): Default to mail-yank-prefix always.
598 (message-indentation-spaces): Default to mail-indentation-spaces always.
599 (message-signature-file): Default to mail-signature-file always.
600
601 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
602
603 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
604 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
605 new articles.
606
607 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
608 parts.
609 (nnimap-request-article): Work with the t setting, too.
610
611 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
612 that you don't get flashes of other buffers.
613 (gnus-summary-show-complete-article): Intern before setting.
614
615 2010-09-27 David Engster <dengste@eml.cc>
616
617 * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
618 well as HEADERS.
619 (nnmairix-retrieve-headers): Provide new argument for the above.
620
621 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
622
623 * gnus-sum.el (gnus-summary-move-article): Don't alter
624 gnus-newsgroup-active. This makes `/ N' work after copying to the same
625 group.
626
627 * nnimap.el (nnimap-update-info): Don't destructively alter active.
628
629 * message.el (message-cite-prefix-regexp): Revert my last edit.
630
631 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
632 variable instead of the Gnus variable.
633
634 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
635
636 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
637 again.
638
639 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
640 since some servers don't like it.
641 (nnimap-open-connection): Forget credentials if the server says the
642 password was wrong.
643 (nnimap-parse-line): Protect against invalid data.
644
645 * gnus-sum.el (gnus-summary-move-article): Add comment.
646 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
647 nothing alters it while scanning for new messages.
648
649 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
650 which may or may not help.
651 (nnimap-open-connection): If we're doing a stream connection, and then
652 discover we're on a STARTTLS-capable server, then open a STARTTLS
653 connection instead.
654
655 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
656
657 * nnimap.el (utf7): Required.
658
659 * message.el (message-cite-prefix-regexp): Remove "}" from citation
660 prefix.
661
662 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
663
664 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
665
666 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
667
668 * nnimap.el (nnimap-request-accept-article): Message the error on
669 error.
670
671 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
672
673 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
674
675 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
676
677 * nndoc.el (nndoc-request-list): Return success always.
678
679 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
680 `fetch-old' -- we only want to fetch the articles we've requested. The
681 rest are in the agent, probably.
682 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
683 disappeared server" to something low. It's not important.
684
685 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
686 arrived before the FETCH data.
687
688 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
689 target here, because we don't know the Gnus name of the group.
690
691 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
692 for the correct group.
693
694 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
695
696 * gnus.el (gnus): Give a final warning after startup.
697
698 * gnus-util.el (gnus-action-message-log): New variable.
699 (gnus-message): Use it.
700 (gnus-final-warning): New function.
701
702 * nnimap.el (nnimap-open-connection): Record the greeting.
703 (nnimap): Add greeting.
704
705 2010-09-26 Julien Danjou <julien@danjou.info>
706
707 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
708 arguments.
709 (gnus-html-wash-images): Fix spec computing to include start/end.
710
711 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
712
713 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
714
715 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
716 deletion.
717 (nnimap-retrieve-headers): Don't select the group, because that's
718 already done by nnimap-possibly-change-group.
719
720 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
721 (gnus-picon-transform-address): Use it.
722
723 * mail-source.el (mail-source-value): Revert previous patch.
724
725 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
726 on failure.
727 (nnimap-open-connection): Look up both virtual and physical server name
728 credentials.
729
730 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
731
732 2009-02-08 Dave Love <fx@gnu.org>
733
734 * gnus-win.el (gnus-window-to-buffer-helper,
735 gnus-all-windows-visible-p): Function needn't be a symbol.
736
737 * mail-source.el (mail-source-value): Function needn't be a symbol.
738
739 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
740
741 * message.el (message-cite-prefix-regexp): Remove } from the cite
742 prefix.
743
744 * gnus-art.el (gnus-treatment-function-alist): Do picons before
745 highlight again, so that the highlight is correct.
746
747 * gnus-picon.el (gnus-picon): Remove again.
748 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
749
750 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
751 doing the header highlightling, so that the background colour of the
752 picon is correct.
753
754 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
755 (gnus-picon): Ditto.
756 (gnus-picon): Reinstate. The background colour for picons is white.
757 (gnus-picon-insert-glyph): Make the background white.
758
759 * nnml.el (nnml-open-nov): Don't return dead buffers.
760
761 * auth-source.el (auth-source-create): Query the user for whether to
762 store the credentials.
763
764 * auth-source.el (auth-source-user-or-password): Use the existing auth
765 sources, if any, for creation.
766
767 * gnus.el (gnus-group-fast-parameter): Return the last matching
768 parameter instead of the first matching parameter.
769
770 2010-09-26 Julien Danjou <julien@danjou.info>
771
772 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
773
774 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
775
776 * mml2015.el (mml2015-use): Remove gpg support.
777
778 * mml1991.el (mml1991-function-alist): Remove gpg function.
779 (mml1991-gpg-sign): Removed.
780
781 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
782
783 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
784 (gnus-browse-unsubscribe-current-group): Document it.
785 (gnus-browse-unsubscribe-group): Use it.
786
787 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
788
789 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
790 address to the To list for easier response.
791
792 * gnus.el (gnus-play-startup-jingle): Removed.
793 (gnus-splash): Don't play jingle.
794 (gnus): Silence gnus-load message.
795
796 * gnus-art.el (gnus-treat-play-sounds): Removed.
797
798 * gnus.el (gnus-play-jingle): Remove audio support.
799
800 * gnus-cus.el (gnus-score-customize): Remove audio reference.
801
802 * earcon.el: Removed -- no users.
803
804 * gnus-audio.el: Removed -- no users of this package.
805
806 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
807
808 * gnus-start.el (gnus-setup-news): Remove nocem support.
809
810 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
811
812 * gnus.el (gnus-use-nocem): Removed.
813
814 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
815 Removed.
816
817 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
818 uses NoCeM any more.
819
820 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
821 (gnus-button-ctan-handler): Ditto.
822 (gnus-button-handle-ctan-bogus-regexp): Ditto.
823 (gnus-button-ctan-directory-regexp): Ditto.
824 (gnus-button-handle-ctan): Ditto.
825 (gnus-button-tex-level): Ditto.
826 (gnus-button-alist): Removed CTAN stuff.
827
828 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
829
830 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
831 nnimap-streaming test.
832
833 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
834 servers twice.
835
836 * nnimap.el (nnimap-open-connection): Add more error reporting when
837 nnimap fails early.
838
839 * nnheader.el (nnheader-get-report-string): New function.
840 (nnheader-get-report): Use it.
841
842 * gnus-int.el (gnus-check-server): Say what the error was when opening
843 failed.
844
845 * nnimap.el (nnimap-wait-for-response): Search further when we're not
846 using streaming.
847
848 2010-09-25 Julien Danjou <julien@danjou.info>
849
850 * gnus-html.el (gnus-html-rescale-image): Use our defalias
851 gnus-window-inside-pixel-edges.
852
853 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
854
855 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
856
857 * mm-decode.el (mm-save-part): Allow saving to other directories the
858 normal Emacs way.
859
860 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
861 by Jay Berkenbilt.
862
863 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
864 there isn't a single byte.
865
866 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
867 just do it. It doesn't really seem to matter what the user responds
868 here, I think, so it's just a confusing question.
869
870 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
871 non-streaming case.
872
873 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
874 (gnus-article-encrypt-body): Use it.
875
876 * gnus-sum.el (gnus-summary-show-complete-article): New command and
877 keystroke.
878
879 * nnimap.el (nnimap-find-wanted-parts-1): Use
880 gnus-fetch-partial-articles.
881
882 * gnus-art.el (gnus-fetch-partial-articles): New variable.
883
884 * nnimap.el (nnimap-insert-partial-structure): New function.
885 (nnimap-get-partial-article): New function.
886 (nnimap-request-article): Use it.
887 (nnimap-wait-for-response): Return whether the wait was successful.
888 (nnimap-finish-retrieve-group-infos): Don't do anything if the
889 retrieval wasn't successful.
890 (nnimap-retrieve-group-data-early): Allow throttling servers.
891 (nnimap-streaming): New variable.
892 (nnimap-fetch-partial-articles): Removed.
893
894 * mm-decode.el (mm-with-part): Protect against killed buffers.
895
896 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
897 for prettier summary display.
898
899 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
900
901 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
902 directly.
903
904 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
905
906 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
907 apparently third-party libraries depend on it.
908
909 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
910 before starting negotiation.
911
912 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
913 privacy reasons.
914 (gnus-treat-mail-gravatar): Ditto.
915
916 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
917 buffer when inserting images. Inserting text into the headers, for
918 instance, can make them invalid.
919
920 2010-09-25 Julien Danjou <julien@danjou.info>
921
922 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
923 variables.
924
925 * nnheader.el: Remove useless variables news-reply-yank-from and
926 news-reply-yank-message-id.
927
928 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
929 variables.
930
931 * mml1991.el: Remove useless mml1991-verbose.
932
933 * gnus.el: Remove useless variable gnus-use-generic-from.
934 Remove obsolete variable gnus-topic-indentation.
935
936 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
937
938 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
939
940 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
941
942 * gnus-group.el: Remove useless gnus-group-icon-cache.
943 Remove useless gnus-ephemeral-group-server.
944
945 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
946
947 * mml2015.el: Remove useless mml2015-verbose.
948
949 * mml-smime.el: Remove useless mml-smime-verbose.
950
951 * gnus.el: Remove useless gnus-local-domain.
952
953 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
954 gnus-gravatar-size.
955
956 * gnus-art.el: Remove useless gnus-treat-translate.
957
958 2010-09-24 Julien Danjou <julien@danjou.info>
959
960 * gnus-sum.el: Add support for Gravatars.
961
962 * gnus-art.el: Add support for Gravatars.
963
964 * gnus-gravatar.el: Add this file.
965
966 * gravatar.el: Add this file.
967
968 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
969
970 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
971
972 * gnus-group.el (gnus-group-fetch-faq): Removed.
973
974 * gnus.el (gnus-group-faq-directory): Removed.
975
976 * gnus-group.el (gnus-group-fetch-charter): Removed.
977
978 * gnus.el (gnus-group-charter-alist): Removed.
979
980 * gnus-group.el (gnus-group-archive-directory): Removed.
981 (gnus-group-recent-archive-directory): Ditto.
982 (gnus-group-make-archive-group): Removed.
983
984 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
985
986 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
987 use the same article number for all the cached articles.
988
989 * nnimap.el (nnimap-command): Register the last command time so
990 that we can use it for idling NOOPs.
991 (nnimap-open-connection): Start the keeplive timer.
992 (nnimap-make-process-buffer): Store all the process buffers.
993 (nnimap-keepalive): New function.
994
995 * starttls.el: (starttls-open-stream): Add autoload cookie.
996
997 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
998
999 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1000 handling.
1001
1002 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1003
1004 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1005 its data structures.
1006
1007 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1008 instead of the cl.el copy-list.
1009 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1010 equalp.
1011
1012 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1013
1014 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1015 and tool-bar-local-item-from-menu.
1016
1017 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1018 mode-line-highlight face for Emacs.
1019
1020 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1021 loading gnus-sum.elc; fix comment for canlock-verify.
1022 (gnus-article-jump-to-part): Use read-number.
1023 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1024 Emacs pre-21 compatible code for help-echo.
1025 (gnus-article-next-page-1): No need to adjust the number of lines.
1026 (gnus-article-describe-bindings): Always use help-buffer.
1027
1028 * gnus-audio.el (gnus-audio-inline-sound)
1029 * gnus-cus.el (gnus-custom-mode)
1030 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1031
1032 * gnus-sum.el (gnus-remove-overlays): Doc fix.
1033
1034 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1035 compatible code.
1036
1037 2010-09-24 Glenn Morris <rgm@gnu.org>
1038
1039 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1040 visiting the fcc file in rmail-mode.
1041
1042 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1043
1044 * nnir.el: Silence the byte compiler.
1045
1046 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1047 alias to browse-url-url-encode-chars if any.
1048 (gnus-html-encode-url): Use it.
1049
1050 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1051
1052 * gnus-start.el (gnus-use-backend-marks): New variable.
1053 (gnus-get-unread-articles-in-group): Use it.
1054
1055 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1056 makeover.
1057
1058 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1059
1060 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1061
1062 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1063
1064 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1065 Removed.
1066 (gnus-setup-news-hook): Removed
1067 gnus-fixup-nnimap-unread-after-getting-new-news.
1068
1069 * gnus-int.el (gnus-request-update-info): Protect against backends not
1070 having the function.
1071
1072 * nnimap.el (nnimap-stream): Mention starttls.
1073 (nnimap-open-connection): Add starttls support.
1074
1075 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1076
1077 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1078
1079 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1080
1081 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1082 BODYSTRUCTUREs.
1083 (nnimap-transform-headers): Unfold quoted {42} headers.
1084
1085 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1086 the info.
1087 (gnus-get-unread-articles): Only call updatep on backends that support
1088 it.
1089
1090 * nnweb.el (nnweb-request-update-info): NOOP.
1091
1092 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1093
1094 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1095 since it only deals with marks.
1096
1097 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1098 gnus-request-marks, and make a new gnus-request-update-info.
1099
1100 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1101 the active instead of the high number, which is usually too low.
1102
1103 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1104
1105 * encrypt.el: Removed.
1106
1107 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1108
1109 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1110 server in symbolic form.
1111
1112 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1113 0.9.
1114
1115 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1116
1117 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1118 (nnimap-update-info): Fix up code slightly.
1119
1120 * gnus-int.el (gnus-open-server): Add tracing for performance
1121 debugging.
1122
1123 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1124 (gnus-group-insert-group-line): Pass the real group name so that it
1125 gets the right data.
1126
1127 * gnus-start.el (gnus-get-unread-articles): Don't have
1128 `gnus-get-unread-articles-in-group' update info, since that can be
1129 really slow and doesn't seem to be needed?
1130
1131 2010-09-22 Julien Danjou <julien@danjou.info>
1132
1133 * gnus-group.el (gnus-group-insert-group-line): Call
1134 gnus-group-highlight-line.
1135 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1136 default hook list.
1137 (gnus-group-update-eval-form): Add new function.
1138 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1139 (gnus-group-get-icon): Use gnus-group-update-eval-form.
1140
1141 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1142
1143 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1144 immediate, then expire all articles.
1145 (nnimap-update-info): Fix off-by-one errors.
1146 (nnimap-flags-to-marks): Would return no marks lists for group with no
1147 flags. Instead return the other data.
1148
1149 2010-09-22 Julien Danjou <julien@danjou.info>
1150
1151 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1152 Only return an icon.
1153 (gnus-group-insert-group-line): Compute icon to return.
1154
1155 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1156 variable.
1157 (gnus-html-image-fetched): Only cache if
1158 gnus-html-image-automatic-caching is set.
1159 (gnus-html-image-fetched): Check for errors.
1160
1161 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1162
1163 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1164 once per method on `g'. This ensures that backends like nnfolder don't
1165 open all their folders.
1166
1167 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1168 (nnimap-request-list): Nix out group in the correct buffer.
1169 (nnimap-parse-flags): Implement by using `read' instead of
1170 hand-parsing.
1171 (nnimap-flags-to-marks): Pass on permanent-flags.
1172 (nnimap-make-process-buffer): Record the server name.
1173 (nnimap-parse-flags): Fix typo.
1174 (nnimap-request-scan): Run split on the server in general, not just a
1175 single group.
1176
1177 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1178 parameter, and propagate this downwards.
1179
1180 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1181 since EXAMINE changes it on the server.
1182
1183 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1184 this command might take a while.
1185
1186 2010-09-22 Julien Danjou <julien@danjou.info>
1187
1188 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1189 harmful if you have 2 images side-by-side, they can't be properly
1190 update on text deletion. Using text-property is safer here.
1191 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1192 data.
1193
1194 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1195
1196 * nnimap.el (nnimap-expunge-inbox): Removed.
1197 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1198 (nnimap-expunge): Flip default to t.
1199
1200 * gnus.el (gnus-method-to-server): Don't push things to the cache
1201 unless it's unique.
1202 (gnus-server-to-method): Ditto.
1203
1204 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
1205
1206 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1207
1208 2010-09-22 Julien Danjou <julien@danjou.info>
1209
1210 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1211 get the start of data.
1212 (gnus-html-encode-url): Add this function to encode special chars in
1213 URL.
1214 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1215 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1216
1217 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1218 default.
1219 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1220
1221 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1222 images alt-text.
1223 (gnus-html-put-image): Put alt-text as help-echo.
1224
1225 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1226
1227 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1228 * mm-util.el (mm-decompress-buffer)
1229 * nnir.el (nnir-run-find-grep)
1230 * pop3.el (pop3-list): Use 3rd arg of split-string.
1231
1232 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1233
1234 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1235 outside the active range. Suggested by Dan Christensen.
1236
1237 * gnus-start.el (gnus-get-unread-articles): Get the extended method
1238 slightly later to avoid double-getting it.
1239
1240 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1241 previous patch.
1242
1243 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1244
1245 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
1246
1247 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1248
1249 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1250
1251 * gnus-int.el (gnus-open-server): Give a better error message in the
1252 "go offline" case.
1253
1254 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1255 marks for nnimap, which is seldom the right thing to do.
1256
1257 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1258 (gnus-same-method-different-name): New function.
1259
1260 * nnimap.el (parse-time): Require.
1261
1262 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1263 method in the presence of many similar methods.
1264
1265 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1266
1267 * nnimap.el (nnimap-find-expired-articles): Don't refer to
1268 nnml-inhibit-expiry.
1269
1270 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1271 find out whether methods are equal.
1272
1273 * nnimap.el (nnimap-find-expired-articles): New function.
1274 (nnimap-process-expiry-targets): New function.
1275 (nnimap-request-move-article): Request the article before looking at
1276 what the Message-ID is. Fix found by Andrew Cohen.
1277 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1278
1279 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1280 for oldness in addition to being a predicate.
1281
1282 * nnimap.el (nnimap-request-group): When we have zero articles, return
1283 the right data to Gnus.
1284 (nnimap-request-expire-articles): Only delete articles immediately if
1285 the target is 'delete.
1286
1287 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1288 method, this would bug out.
1289
1290 * gnus-group.el (gnus-group-expunge-group): Renamed from
1291 gnus-group-nnimap-expunge, and implemented as a normal interface
1292 function.
1293
1294 * gnus-int.el (gnus-request-expunge-group): New function.
1295
1296 * nnimap.el (nnimap-request-create-group): Implement.
1297 (nnimap-request-expunge-group): New function.
1298
1299 2010-09-21 Julien Danjou <julien@danjou.info>
1300
1301 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1302 (gnus-html-cache-expired): Add new function.
1303 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1304 wethever we should display image for fetch it.
1305 Compute alt-text earlier to pass it to the fetching function too.
1306 (gnus-html-schedule-image-fetching): Change function argument to only
1307 get one image at a time, not a list.
1308 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1309 cache.
1310 (gnus-html-get-image-data): New function to retrieve image data from
1311 cache.
1312 (gnus-html-put-image): Change buffer argument to use image data rather
1313 than file, and place image above region rather than inserting a new
1314 one. Do not take alt-text as argument, since it's useless now: we place
1315 the image above alt-text.
1316 (gnus-html-prune-cache): Remove.
1317 (gnus-html-show-images): Start to fetch image when we find one, do not
1318 push into a temporary list.
1319 (gnus-html-prefetch-images): Only fetch image if they have expired.
1320 (gnus-html-browse-image): Fix, use 'gnus-image-url.
1321 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1322
1323 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1324
1325 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1326
1327 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1328
1329 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1330 spec inser "*" if the group isn't active instead of 0.
1331
1332 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1333 opening the server.
1334 (nnimap-request-delete-group): Implement group deletion.
1335 (nnimap-transform-headers): Return the size of the entire message in
1336 the Bytes header, not just the size of the first part.
1337 (nnimap-request-move-article): When moving an article from nnimap,
1338 request the article first so the accepting form has an article to
1339 accept. Reported by Dan Christensen.
1340 (nnimap-command): Make sure that the error message doesn't error out.
1341
1342 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
1343
1344 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1345 we haven't requested anything.
1346
1347 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1348
1349 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1350 "". Fix found by Andrew Cohen.
1351
1352 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1353 instead of -encode-string.
1354
1355 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1356
1357 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1358
1359 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1360 by mm-subst-char-in-string.
1361
1362 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1363
1364 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1365 waiting for the connection string.
1366
1367 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1368 arriving.
1369
1370 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1371 bogus characters. This allows selecting certain Gmail groups.
1372
1373 * nnimap.el (nnimap-find-wanted-parts-1): New function.
1374 (nnimap-fetch-partial-articles): New variable.
1375 (nnimap-open-connection): When looking for credentials, also use the
1376 nnimap-server-port.
1377 (nnimap-request-article): Return the group/article number, so that Gnus
1378 `^' works as expected.
1379 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1380 them.
1381
1382 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1383 comments.
1384 (gnus-methods-sloppily-equal): New function.
1385 (gnus): When using the development version of Gnus, load the gnus-load
1386 file.
1387
1388 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1389 `gnus-open-server' on each method before trying to scan them etc. This
1390 ensures that all the backend parameters are set correctly.
1391
1392 * nnimap.el (nnimap-authenticator): New variable.
1393 (nnimap-open-connection): Allow anonymous login.
1394 (nnimap-transform-headers): The chars header is called Chars not
1395 Bytes.
1396 (nnimap-wait-for-response): Don't infloop if the IMAP connection
1397 drops.
1398
1399 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1400 patch, found by Knut Anders Hatlen.
1401
1402 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
1403
1404 * gnus-agent.el (gnus-agent-batch-confirmation)
1405 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1406 to gnus-message.
1407 * gnus-art.el (gnus-article-describe-briefly): Likewise.
1408 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1409 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1410 * gnus-int.el (gnus-open-server): Likewise.
1411 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1412 (gnus-score-check-syntax): Likewise.
1413 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1414 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1415 Likewise.
1416 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1417
1418 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1419
1420 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1421 calling conventions so that prefetch doesn't bug out.
1422
1423 2010-09-19 Julien Danjou <julien@danjou.info>
1424
1425 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1426 rather than `subst-char-in-region' in order to be able to replace ASCII
1427 char by UTF-8 ones.
1428
1429 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1430 than curl.
1431 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1432 the right URL and ALT text on images.
1433 (gnus-html-wash-tags): Fix tag case.
1434 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
1435 (gnus-article-html): Add -o display_ins_del=2 option.
1436 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1437
1438 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1439
1440 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1441 the extra mail headers, which sometimes seem to happen for unknown
1442 reasons.
1443
1444 * mail-parse.el (mail-header-encode-parameter): Define as
1445 rfc2045-encode-string instead of as rfc2231-encode-string, since some
1446 (or most, perhaps?) mail readers don't understand the latter, but do
1447 understand the former.
1448
1449 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1450 to nil, so that no methods are automatically agentized. I think this
1451 is probably what most users want.
1452
1453 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1454 from url-retrieve, for instance about invalid URLs.
1455
1456 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1457 groups that have no articles.
1458 (nnimap-request-article): Check that we really got an article when we
1459 requested one.
1460
1461 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1462 doesn't exist.
1463
1464 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1465 nntp buffer so the agent can save it.
1466 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1467 that CRLF doesn't get translated to \n.
1468 (nnimap-open-connection): Don't make 'shell commands only send \n.
1469
1470 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1473 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1474 Update var name.
1475 (nnml-generate-nov-file): Use dolist.
1476 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1477 Use with-current-buffer.
1478
1479 2010-09-18 Julien Danjou <julien@danjou.info>
1480
1481 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1482 parallel.
1483
1484 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1485
1486 * nnimap.el (nnimap-update-info): When doing partial marks update, get
1487 the range update right.
1488 (nnimap-request-group): Don't make `M-g' bug out on group with no
1489 marks.
1490 (nnoo): Required, so that other packages can require nnimap.
1491 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1492 command we're looking for. This helps when the server sends more
1493 responses after we've gotten everything we expected.
1494 (nnimap): Add a `newlinep' field to keep track of end-of-line
1495 conventions.
1496 Don't send CRLF to things that don't want it.
1497 (nnimap-request-accept-article): Ditto.
1498
1499 2010-09-18 Julien Danjou <julien@danjou.info>
1500
1501 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1502 than curl to retrieve images.
1503
1504 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1505
1506 * nnimap.el (nnimap-update-info): Extend the info so that we can set
1507 the marks.
1508 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1509 (nnimap-wait-for-connection): New function.
1510 (nnimap-open-connection): If we have PREAUTH, don't query for login
1511 credentials.
1512 (nnimap-update-info): Fix off-by-one error when concatenating ranges
1513 when doing a partial update.
1514
1515 2010-09-18 Julien Danjou <julien@danjou.info>
1516
1517 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1518 tags.
1519
1520 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1521
1522 * nnimap.el (nnimap-credentials): New function.
1523 (nnimap-open-connection): Use the new function to look for credentials
1524 also on the numeric equivalents of "imap" and "imaps".
1525
1526 * gnus-start.el (gnus-activate-group): Send the info to
1527 gnus-request-group.
1528
1529 * nnimap.el (nnimap-request-group): Have the "check" version of the
1530 function parse flags and update the info, so that a `M-g' get a total
1531 resync of all flags from the group.
1532
1533 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1534 to allow backends to alter the info on group selection. Also alter all
1535 the backend -request-group functions to take the parameter.
1536
1537 * nnimap.el (nnimap-store-info): New function.
1538 (nnimap-update-info): Store the info for later usage.
1539 (nnimap-request-group): Use the stored info for the dont-check case, so
1540 that we don't retrieve all marks when we enter a group.
1541
1542 * nnimap.el: Use deffoo instead of defun for interface functions.
1543
1544 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1545 update the group info. This makes the nndraft groups, for instance, go
1546 back to their old behaviour.
1547
1548 * gnus-sum.el (gnus-select-newsgroup): Indent.
1549
1550 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1551 in.
1552 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1553 nothing.
1554
1555 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1556 from methods that are denied.
1557
1558 * gnus-int.el (gnus-method-denied-p): New function.
1559
1560 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1561 store the password instead of netrc.
1562 (nnimap-open-connection): Don't error out when we can't make a
1563 connections.
1564
1565 * auth-source.el (auth-source-create): In the password prompt, say what
1566 we're querying for. Also prompt for user name if that hasn't been
1567 given.
1568
1569 * nnimap.el (nnimap-with-process-buffer): Removed.
1570
1571 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1572
1573 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1574 method when we're reading from the agent.
1575
1576 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1577
1578 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1579 that's probably most useful for users.
1580
1581 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1582 "failed" all the time.
1583
1584 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1585 ...)) with (with-current-buffer ... ).
1586
1587 * nntp.el (nntp-open-server): Return whether the open was successful or
1588 not.
1589
1590 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1591 select an unread unseen article first.
1592
1593 * nnimap.el (nnimap-open-connection): If the user doesn't have a
1594 /etc/services, supply some sensible port defaults.
1595
1596 2010-09-17 Julien Danjou <julien@danjou.info>
1597
1598 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1599
1600 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1601
1602 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1603 doesn't have any parameters.
1604
1605 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1606
1607 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1608 only upcased checks.
1609
1610 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1611
1612 * nnimap.el (nnimap-open-shell-stream): New function.
1613 (nnimap-open-connection): Use it.
1614 (nnimap-transform-headers): Get the number of lines in each message.
1615 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1616 number of lines.
1617 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
1618 problem.
1619
1620 * utf7.el (utf7-encode): Autoload.
1621
1622 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1623 to allow the mail splitting to not return a default group. This is
1624 useful for nnimap, which will leave unmatched mail in the inbox.
1625
1626 * nnimap.el: Rewritten.
1627
1628 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1629 nnimap usage.
1630
1631 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1632 if the move is internal, so that nnimap can do fast internal moves.
1633
1634 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1635 data.
1636 (gnus-read-active-for-groups): Support finishing the early retrieval of
1637 data.
1638
1639 * gnus-range.el (gnus-range-nconcat): New function.
1640
1641 * gnus-int.el (gnus-finish-retrieve-group-infos)
1642 (gnus-retrieve-group-data-early): New functions.
1643
1644 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1647 (nnrss-retrieve-groups):
1648 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1649 (pop3-quit): Use with-current-buffer.
1650
1651 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1652
1653 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1654 instead of nnheader-accept-process-output.
1655
1656 * gnus-html.el (gnus-html-schedule-image-fetching)
1657 (gnus-html-prefetch-images): Replace process-kill-without-query by
1658 gnus-set-process-query-on-exit-flag.
1659
1660 2010-09-16 Romain Francoise <romain@orebokech.com>
1661
1662 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1663
1664 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1665
1666 * gnus-registry.el (gnus-registry-install-shortcuts): The second
1667 parameter to unintern is mandatory-ish in Emacs 24.
1668
1669 * gnus-html.el (gnus-html-schedule-image-fetching)
1670 (gnus-html-prefetch-images): Check for curl before using it.
1671
1672 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1673 depend on curl, which isn't essential.
1674
1675 * imap.el: Revert back to version
1676 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1677 seem problematic.
1678
1679 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1680
1681 * gnus-registry.el (gnus-registry-install-shortcuts):
1682 Explicitly pass `obarray' to `unintern' to avoid a warning.
1683
1684 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1685
1686 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1687 change.
1688
1689 * nnrss.el (nnrss-request-list): Removed this function and related
1690 functions, including the moreover stuff.
1691
1692 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1693
1694 * nnrss.el (nnrss-retrieve-groups): New function.
1695
1696 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1697
1698 * .dir-locals.el: Add no-byte-compile cookie.
1699
1700 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1701
1702 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1703 for back end that doesn't support request-scan.
1704
1705 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1706
1707 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1708 then do request scans from the backends.
1709
1710 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1711 avoid running a hook per line, since this takes a lot of time,
1712 profiling shows.
1713 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1714 directly if gnus-visual-p is true.
1715
1716 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1717
1718 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1719 groups; replace mapcar with dolist which is a bit faster; pass groups
1720 info to gnus-read-active-file-1.
1721 (gnus-read-active-file-1): Scan only specified groups if the new
1722 optional arg `infos' is given.
1723
1724 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1725
1726 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1727
1728 * pop3.el (pop3-movemail): Removed.
1729 (pop3-streaming-movemail): Renamed to pop3-movemail.
1730
1731 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1732 don't restrict end-tag searches to the end of the line.
1733
1734 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1735
1736 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1737 articles of every unchecked group to t, which means unknown since the
1738 server has never been opened.
1739
1740 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * gnus-html.el (gnus-html-show-alt-text): New command.
1743 (gnus-html-browse-image): Ditto.
1744 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1745 to browse the image directly.
1746 (gnus-html-wash-tags): Search for images first, so that <a><img> works
1747 better.
1748
1749 * gnus-async.el (gnus-async-article-callback): Call
1750 `gnus-html-prefetch-images' unconditionally.
1751
1752 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1753 before feeding URLs to curl.
1754
1755 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
1756
1757 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1758 internal images as deletable by `W D D'.
1759
1760 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1761 (gnus-async-article-callback): Fix typo.
1762
1763 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1764
1765 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1766 current line to work around bugs in the output from w3m.
1767
1768 * gnus-async.el (gnus-async-article-callback): Always prefetch images
1769 for groups that want that.
1770
1771 * nntp.el (nntp-wait-for-string): Supply a timeout for
1772 accept-process-output to ensure progress.
1773
1774 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1775 level to get unread articles from, then use that for foreign groups,
1776 too.
1777
1778 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1779 confuses the rest of the function.
1780
1781 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1782 for the methods that support -retrieve-groups, too.
1783
1784 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1785
1786 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1787
1788 * pop3.el: Require cl when compiling.
1789 (pop3-number-of-responses): Search for "+OK", not "+OK ".
1790
1791 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1792
1793 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1794 that aren't going to be activated.
1795 (gnus-get-unread-articles): Fix up the last commit.
1796
1797 * gnus-html.el (gnus-article-html): Allow calling without specifying
1798 the handle. In that case, dissect the buffer first.
1799
1800 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1801
1802 * nnimap.el (nnimap-open-connection): Revert the change that would look
1803 into authinfo for imaps instead of imap.
1804
1805 * gnus-start.el (gnus-activate-group): Take an optional parameter to
1806 say that you don't want to call gnus-request-group with don-check, but
1807 do check the reponse. This is for virtual groups only.
1808 (gnus-get-unread-articles): Count the archive groups as secondary, so
1809 that they're activated the same way as before.
1810
1811 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1812 case-insensitively.
1813 (nnimap-debug): Removed.
1814
1815 * mail-source.el (mail-source-fetch): Don't message if we're fetching
1816 mail from a file, and the file doesn't exist.
1817
1818 * pop3.el (pop3-streaming-movemail): Return t for success.
1819
1820 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1821 .authinfo if we're using ssl connection.
1822
1823 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1824 already have if we're in a main Gnus `g' run.
1825
1826 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1827
1828 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
1829
1830 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1831
1832 * nnmh.el (nnmh-request-list-1): Bind `file'.
1833
1834 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1835 alias to set-process-query-on-exit-flag or process-kill-without-query.
1836 (pop3-open-server): Use it.
1837
1838 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1839
1840 * mail-source.el (mail-source-delete-crash-box): Always move the crash
1841 box to the Incoming file. Fixes mistake in previous checkin.
1842
1843 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1844 request loop (for debugging purposes) removed.
1845
1846 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1847 culprit is more visible.
1848 (nnml-save-incremental-nov, nnml-open-incremental-nov)
1849 (nnml-add-incremental-nov): New functions to do "incremental" nov
1850 updates, where we just append to the end of the existing nov files
1851 without reading/writing them in full.
1852
1853 * mail-source.el (mail-source-delete-crash-box): Really only check the
1854 incoming files once in a while.
1855
1856 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1857
1858 * mail-source.el (mail-source-delete-crash-box): Only check the
1859 incoming files for deletion once per day to save a lot of file
1860 accesses.
1861
1862 * pop3.el (pop3-logon): Fix up unbound variable typo.
1863
1864 * mail-source.el (pop3-streaming-movemail): Autoload.
1865
1866 * pop3.el (pop3-streaming-movemail): Respect
1867 pop3-leave-mail-on-server.
1868
1869 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1870 retrieval.
1871
1872 * pop3.el (pop3-process-filter): Removed unused function.
1873 (pop3-streaming-movemail, pop3-send-streaming-command)
1874 (pop3-wait-for-messages, pop3-write-to-file)
1875 (pop3-number-of-responses): New functions for streaming pop3
1876 retrieval.
1877
1878 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1879 come from no known methods.
1880 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1881 list.
1882
1883 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1884 message sizes.
1885 (pop3-movemail): Use erase-buffer instead of looping and deleting
1886 regions, which seems rather odd.
1887
1888 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1889 file once per `g' run.
1890
1891 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1892 directories. This makes the draft queue directory work.
1893
1894 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1895 data from the backends, so that we only request the list of groups from
1896 each method once. This should speed things up considerably.
1897
1898 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1899 detect that it's not implemented.
1900
1901 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1902 we actually do recurse down into the tree, but don't stat all leaf
1903 nodes.
1904
1905 * gnus-html.el (gnus-html-show-images): If there are no images to show,
1906 then say so instead of bugging out.
1907
1908 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1909 files exist before trying to read them.
1910
1911 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1912 around <pre_int>.
1913
1914 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1915
1916 * nnmh.el (nnmh-request-list-1): Optimize for speed.
1917
1918 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1919
1920 * mm-util.el (mm-image-load-path): Just return the image directories,
1921 not all directories in the path in addition to the image directories.
1922 (mm-image-load-path): Maintain a cache of the image directories so that
1923 the `g' command in Gnus doesn't have to stat dozens of directories each
1924 time.
1925
1926 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1927 (gnus-html-wash-tags): Add a new `i' command to insert images.
1928 (gnus-html-insert-image): New command and keystroke.
1929 (gnus-html-redisplay-with-images): New command and keystroke.
1930 (gnus-html-show-images): Renamed command.
1931 (gnus-html-wash-tags): Remove more white space before <pre_int> image
1932 spacers.
1933 (gnus-html-wash-tags): Decode entities at the end, so that entities
1934 inside the tags don't mess up the rest of the "parsing".
1935
1936 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1937 so that nnimap methods aren't agentized by default. There's apparently
1938 many problems related to agent/imap behaviour.
1939
1940 * gnus-art.el (gnus-article-copy-string): New command and key binding.
1941
1942 * gnus-html.el: Doc fix.
1943
1944 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
1945
1946 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1947 glyph-width and glyph-height instead of display-graphic-p and
1948 image-size; make avoidance of displaying small images work for XEmacs.
1949
1950 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1951 for XEmacs.
1952
1953 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1954 of symbol that holds plist data.
1955 (gnus-process-plist): Remove plist of process after getting it.
1956
1957 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1958
1959 * message.el (message-generate-hashcash): Change default to
1960 'opportunistic if hashcash is installed.
1961
1962 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1963 (gnus-html-put-image): Only call image-size once, since it's somewhat
1964 time-consuming on remote X servers.
1965
1966 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
1967
1968 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1969 decoded contents.
1970 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1971
1972 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1973
1974 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1975 group line format, since it isn't very interesting.
1976
1977 * gnus-agent.el (gnus-agent-short-article),
1978 (gnus-agent-long-article): Increase values for these two variables,
1979 since most people are likely to have more network connection and
1980 storage than before.
1981
1982 * gnus.el (gnus-refer-article-method): Change default to 'current.
1983 When referring an article, the common behaviour is to refer it from the
1984 current select method, not the native select method. The chances of
1985 the native select method having the message in question is rather slim
1986 these days.
1987
1988 * gnus-sum.el (gnus-auto-select-subject): Change default to
1989 `unseen-or-unread'. I think it's likely that most people want to
1990 select an unseen article over a previously seen, but unread one.
1991
1992 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
1993 means that in the article buffer none of the minor mode elements will
1994 be shown, usually, and this is not desirable in most cases.
1995
1996 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1997 that commands like `d' (and the like) go to the next line in the
1998 buffer, instead of the next unread article. I think this is the
1999 behaviour that is most natural for most users.
2000 (gnus-single-article-buffer): Change default to nil, so that people can
2001 have as many article buffers open as they have summary buffer. I think
2002 this is the most natural way for the groups to behave.
2003
2004 * message.el (message-generate-new-buffers): Change default to
2005 `unsent', so that all new message buffers start their names with the
2006 string "*unsent", and it's easier to find the buffers if you move from
2007 them.
2008
2009 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2010
2011 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2012 small. They're probably tracking images.
2013 (gnus-html-wash-tags): Remove all <pre_int> place holders.
2014 (gnus-html-rescale-image): Yet another try at getting the image sizing
2015 right.
2016
2017 * nntp.el (nntp-request-set-mark): Refuse to do marks if
2018 nntp-marks-file-name is nil.
2019
2020 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2021
2022 * gnus-html.el (gnus-html-wash-tags)
2023 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2024 Better logging.
2025
2026 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2027
2028 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2029
2030 * gnus-html.el (gnus-html-wash-tags): Check the value of
2031 gnus-blocked-images in the summary buffer.
2032
2033 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2034
2035 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2036
2037 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2038
2039 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2040 like "a", it seems like.
2041 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2042 since it needs to be picked from the correct buffer.
2043
2044 * nnwfm.el: Removed.
2045
2046 * nnlistserv.el: Removed.
2047
2048 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2049
2050 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2051 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2052
2053 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2054
2055 * nnkiboze.el: Removed.
2056
2057 * nndb.el: Removed.
2058
2059 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2060 alt text.
2061 (gnus-html-rescale-image): Try to get the rescaling logic right for
2062 images that are just wide and not tall.
2063
2064 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2065 overshadow variable bindings.
2066
2067 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2068
2069 * gnus-html.el (gnus-html-wash-tags)
2070 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2071 extra logging.
2072
2073 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2074
2075 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2076 (gnus-max-image-proportion): New variable.
2077 (gnus-html-rescale-image): New function.
2078 (gnus-html-put-image): Rescale images.
2079
2080 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 Fix up some byte-compiler warnings.
2083 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2084 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2085 (gnus-article-fill-cited-article, gnus-article-hide-citation)
2086 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2087 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2088 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2089 (gnus-group-update-group): Use save-excursion and with-current-buffer.
2090
2091 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2092
2093 * gnus-html.el (gnus-article-html): Decode contents by charset.
2094
2095 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2096
2097 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2098 (gnus-html-frame-width, gnus-blocked-images)
2099 * message.el (message-prune-recipient-rules): Add custom version.
2100 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2101
2102 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2103 functions.
2104
2105 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2106 gnus-process-get.
2107
2108 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
2109
2110 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2111 instead of lsub directly.
2112
2113 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2114
2115 * nnwarchive.el: Removed.
2116
2117 * gnus-soup.el: Removed.
2118
2119 * nnsoup.el: Removed.
2120
2121 * nnultimate.el: Removed.
2122
2123 * gnus-html.el (gnus-blocked-images): New variable.
2124
2125 * message.el (message-prune-recipients): New function.
2126 (message-prune-recipient-rules): New variable.
2127
2128 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2129 guess whether a long line is natural text or not.
2130
2131 * gnus-html.el (gnus-html-schedule-image-fetching): Use
2132 gnus-process-plist and friends for compatibility.
2133
2134 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * gnus-html.el: Require packages that define macros used in this file.
2137 (gnus-article-mouse-face): Declare to silence byte-compiler.
2138 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2139 process-get.
2140 (gnus-html-put-image): Use plist-get to avoid getf.
2141 (gnus-html-prefetch-images): Use with-current-buffer.
2142
2143 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2144
2145 * gnus-ems.el: Provide compatibility functions for
2146 gnus-set-process-plist.
2147
2148 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2149 * gnus.el (gnus-valid-select-methods)
2150 * message.el (message-send-mail-partially-limit)
2151 * mm-decode.el (mm-text-html-renderer)
2152 * mml.el (mml-insert-mime-headers-always)
2153 * smiley.el (smiley-regexp-alist): Bump custom version.
2154
2155 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2156
2157 * gnus-html.el: require mm-url.
2158 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2159 with the url to `url'.
2160 (gnus-html-wash-tags): Support cid: URLs/images.
2161
2162 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2163
2164 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2165 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2166 bindings, as they aren't useful at all. `w' is moved to `W w'.
2167
2168 * gnus-move.el: Removed file, since it doesn't really work.
2169
2170 * gnus-html.el (gnus-article-html): Tell w3m that the input is
2171 UTF-8. This seems to fix problems with some German web feeds.
2172
2173 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2174 at the top so that the proper colours are applied.
2175
2176 * gnus-art.el (gnus-article-view-part): Doc fix.
2177
2178 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2179 XEmacs-compatible.
2180 (gnus-html-put-image): Don't do images on non-graphic displays.
2181
2182 * nnslashdot.el: Removed this unused backend.
2183
2184 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2185 actions.
2186 (gnus-undo-register-1): Revert last change.
2187
2188 * gnus-group.el (gnus-group-completing-read): Protect against not
2189 having completion-styles bound.
2190
2191 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2192 make broken recipients happier.
2193
2194 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2195
2196 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2197 point parameter.
2198
2199 * gnus-group.el (gnus-group-completing-read): Add 'substring to
2200 completion-styles for group selection.
2201
2202 2009-02-04 Andreas Schwab <schwab@suse.de>
2203
2204 * gnus-score.el (gnus-score-string): Fix regex for matching extra
2205 headers and regexp-quote the match if necessary.
2206
2207 2009-03-24 Miles Bader <miles@gnu.org>
2208
2209 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2210 the blinking smiley.
2211
2212 2009-03-24 Simon Josefsson <simon@josefsson.org>
2213
2214 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2215 blink smiley.
2216
2217 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2218
2219 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2220 where the dribbel file lives exists.
2221
2222 * message.el (message-send-mail-partially-limit): Change the default to
2223 nil, since most people don't want this.
2224
2225 * mm-url.el (mm-url-decode-entities): Also decode entities like
2226 &#x3212.
2227
2228 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
2229
2230 * gnus-sum.el (gnus-summary-idna-message):
2231 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2232 Hyperlink urls in docstrings with URL `...'.
2233
2234 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
2235
2236 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2237 functions.
2238
2239 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2240
2241 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2242 say what the mouseover text should be.
2243
2244 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2245 version of the mm-w3m-safe-url-regexp variable to only download images
2246 in the groups where we want that to happen.
2247
2248 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2249
2250 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2251 easier debugging.
2252 (gnus-article-beginning-of-window): Add kludge to allow spacing past
2253 big pictures in the article buffer.
2254
2255 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2256 gnus-article-html.
2257 (mm-text-html-renderer): gnus-article-html needs curl in addition to
2258 w3m.
2259
2260 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2261
2262 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2263
2264 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2265 which doesn't exist.
2266
2267 * message.el (message-inhibit-ecomplete): New variable to allow some
2268 function to inhibit ecomplete address storage.
2269 (message-resend): Disable ecomplete message storage when resending
2270 messages.
2271
2272 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2273
2274 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
2275
2276 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2277 Save excursion while copying, moving, and deleting articles in order to
2278 prevent the cursor from jumping to unforeseen place.
2279
2280 2010-08-17 Glenn Morris <rgm@gnu.org>
2281
2282 * gnus-sync.el: Require gnus components whose functions are used.
2283
2284 * gnus-art.el (bookmark-make-record-function):
2285 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2286 Declare for compiler.
2287
2288 * mm-url.el (mml-compute-boundary): Autoload.
2289
2290 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
2291
2292 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2293
2294 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
2295
2296 Typo fix "hoo4a" -> "hook".
2297
2298 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2299
2300 2010-08-14 Glenn Morris <rgm@gnu.org>
2301
2302 * gnus-sync.el (gnus-sync): Fix defgroup version.
2303
2304 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
2305
2306 Doc fixes and keep unknown groups (ammended for nunion bug fix).
2307
2308 * gnus-sync.el: Fix docs.
2309 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2310 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2311
2312 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2313
2314 Optimizations for gnus-sync.el.
2315
2316 * gnus-sync.el: Add docs about gnus-sync-backend
2317 possibilities.
2318 (gnus-sync-save): Remove unnecessary message.
2319 (gnus-sync-read): Optimize and show what groups were skipped.
2320
2321 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2322
2323 Minor bug fixes for gnus-sync.el.
2324
2325 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2326 read the sync on get-new-news.
2327
2328 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2329 quiet.
2330
2331 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2332
2333 2010-07-30 Lawrence Mitchell <wence@gmx.li>
2334
2335 Make saving and restoring of hidden threads work with overlays.
2336 Patch applied by Ted Zlatanov.
2337
2338 * gnus-sum.el (gnus-hidden-threads-configuration)
2339 (gnus-restore-hidden-threads-configuration): Update to deal with text
2340 properties, rather than searching for a magic character.
2341
2342 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2343
2344 New gnus-sync.el library for synchronization of marks.
2345
2346 * gnus-sync.el: New library for synchronization of marks.
2347
2348 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2349 renamed from `gnus-registry-grep-in-list'.
2350
2351 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2352
2353 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2354
2355 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2356
2357 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2358 determining charset of text fails.
2359
2360 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2361
2362 * nnmail.el (nnmail-get-new-mail-1): Revert.
2363
2364 * nnml.el (nnml-active-number): Make sure names of newly created groups
2365 in nnml-group-alist are encoded.
2366
2367 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
2368
2369 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2370 containing non-ASCII characters in active file for nnml back end.
2371
2372 2010-07-24 David Engster <dengste@eml.cc>
2373
2374 * mml-smime.el (mml-smime-epg-verify): Also accept the older
2375 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2376
2377 2010-07-21 Daiki Ueno <ueno@unixuser.org>
2378
2379 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2380 tag (Bug#6654).
2381
2382 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2383
2384 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2385 the article buffer, not the summary buffer.
2386
2387 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
2388
2389 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2390 Emacs 23 as well.
2391
2392 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2393
2394 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2395 Patch applied by Karl Fogel.
2396
2397 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2398 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2399
2400 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2401
2402 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2403 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
2404 C-w still not working correctly from Article buffers; Thierry's
2405 patch to fix that will be applied after this.
2406
2407 * gnus-art.el (bookmark-make-record-function): New local variable.
2408
2409 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2410 article buffer.
2411 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2412
2413 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2414
2415 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2416 on changes in bookmark.el.
2417
2418 2010-06-22 Mark A. Hershberger <mah@everybody.org>
2419
2420 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2421 the *other* type of HTML form submission.
2422
2423 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
2424
2425 * auth-source.el (auth-source-pick): If choice does not contain a
2426 questioned keyword, set the check to t.
2427
2428 2010-06-12 Romain Francoise <romain@orebokech.com>
2429
2430 * gnus-util.el (gnus-date-get-time): Move up before first use.
2431
2432 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
2433
2434 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2435 (gnus-article-edit-part): Bind it to make last part that is substituted
2436 or deleted visible.
2437 (gnus-mime-display-single): Buttonize part of which id equals to
2438 gnus-mime-buttonized-part-id.
2439
2440 2010-06-10 Dan Christensen <jdc@uwo.ca>
2441
2442 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2443 (gnus-dd-mmm): Use gnus-date-get-time.
2444 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2445 simplify logic.
2446 (gnus-summary-limit-to-age): Use gnus-date-get-time.
2447 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2448
2449 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
2450
2451 * auth-source.el (top): Autoload `secrets-list-collections',
2452 `secrets-create-item', `secrets-delete-item'.
2453 (auth-sources): Fix tag string.
2454 (auth-get-source, auth-source-retrieve, auth-source-create)
2455 (auth-source-delete): New defuns.
2456 (auth-source-pick): Rewrite in order to avoid 2 passes.
2457 (auth-source-forget-user-or-password): New parameter USERNAME.
2458 (auth-source-user-or-password): New parameters CREATE-MISSING and
2459 DELETE-EXISTING. Retrieve password interactively, if needed.
2460
2461 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2462
2463 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2464 deleting unused directories when gnus-expert-user is t.
2465
2466 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
2467
2468 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2469 for each temp file when gnus-article-browse-delete-temp is ask.
2470
2471 2010-05-20 Kevin Ryde <user42@zip.com.au>
2472
2473 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
2474
2475 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
2476
2477 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2478 article unless decoding article to be saved.
2479
2480 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2481
2482 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2483 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2484 generated within the mm-with-unibyte-current-buffer macro.
2485
2486 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2487
2488 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2489 to nil when we're in a mml-preview buffer and no group is selected.
2490
2491 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
2492
2493 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2494 when catching the `C-g'. Reported by "Leo".
2495
2496 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
2497
2498 * message.el (message-forward-make-body-plain)
2499 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2500 multibyte-string-p.
2501
2502 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
2503
2504 * message.el (message-forward-make-body-mml): Assume original message
2505 is multibyte string; error on unibyte.
2506 (message-forward-make-body-plain): Ditto; don't add excessive newline
2507 in body end.
2508
2509 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
2510
2511 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2512 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
2513
2514 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
2515
2516 * mm-extern.el (mm-extern-url): Don't use
2517 mm-with-unibyte-current-buffer.
2518 (mm-extern-cache-contents): Use with-current-buffer instead of
2519 save-excursion + set-buffer.
2520
2521 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2522
2523 * mm-util.el (mm-emacs-mule): Remove.
2524
2525 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
2526
2527 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2528 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2529 change.
2530
2531 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2532
2533 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2534 bind the default value of enable-multibyte-characters to nil.
2535
2536 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2537
2538 * message.el (message-forward-make-body-plain)
2539 (message-forward-make-body-mml):
2540 Don't use mm-with-unibyte-current-buffer.
2541
2542 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2543
2544 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2545 (Bug#5592).
2546
2547 2010-05-07 Julien Danjou <julien@danjou.info>
2548
2549 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2550 it to mm-pipe-part.
2551
2552 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2553 it is given.
2554
2555 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2556
2557 * nnweb.el (nnweb-gmane-search)
2558 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2559 XEmacs.
2560
2561 * gnus-art.el (gnus-article-browse-html-parts)
2562 * gnus-group.el (gnus-read-ephemeral-gmane-group)
2563 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2564 make-temp-file.
2565
2566 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2567 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2568 compiling.
2569
2570 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2571 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2572 XEmacs when compiling.
2573
2574 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2575 gnus-pick-mode-off-hook for XEmacs when compiling.
2576 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2577 gnus-binary-mode-off-hook for XEmacs when compiling.
2578
2579 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2580 nil if char-charset is not available.
2581
2582 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
2583 macro.
2584
2585 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2586 instead of encode-coding-string.
2587
2588 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2589 'xemacs) instead of mm-emacs-mule to switch function definitions.
2590 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2591
2592 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
2593
2594 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2595
2596 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
2597
2598 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2599 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2600
2601 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
2602
2603 * mm-util.el (mm-decompress-buffer): Use `delete-file';
2604 alias `jka-compr-delete-temp-file' no longer exists.
2605
2606 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 Use define-minor-mode in Gnus where applicable.
2609 * mml.el (mml-mode): Use define-minor-mode.
2610 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2611 (gnus-undo-mode): Use define-minor-mode.
2612 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2613 (gnus-dead-summary-mode): Use define-minor-mode.
2614 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2615 Initialize in declaration.
2616 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2617 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2618 (gnus-mailing-list-mode): Use define-minor-mode.
2619 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2620 (gnus-draft-mode): Use define-minor-mode.
2621 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2622 (gnus-dired-mode): Use define-minor-mode.
2623
2624 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
2625
2626 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2627 handles on recursive mml-to-mime translation and check them for
2628 boundary delimiter collisions. Reported by Greg Troxel.
2629
2630 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
2631
2632 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2633
2634 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * mm-util.el (mm-find-buffer-file-coding-system):
2637 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2638
2639 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
2640
2641 * message.el (message-generate-headers): Record insertion of optional
2642 headers as well. Otherwise the check to prevent repeated insertion of
2643 optional headers is a no-op.
2644
2645 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
2646
2647 * smime.el: Don't mention CVS.
2648
2649 * nnrss.el (nnrss-fetch): Don't mention CVS.
2650
2651 * nnir.el: Don't mention CVS.
2652
2653 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * gnus-sum.el (gnus-summary-bookmark-make-record):
2656 Add `location' field.
2657
2658 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * gnus-sum.el: Add bookmark declarations to silence the compiler.
2661 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2662 Use with-current-buffer to silence the byte-compiler.
2663 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2664 bother to require `gnus'.
2665 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
2666
2667 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2668
2669 * gnus-sum.el (gnus-summary-bookmark-make-record)
2670 (gnus-summary-bookmark-jump): New functions.
2671 (gnus-summary-mode): Setup bookmark support.
2672
2673 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
2674
2675 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2676 if set.
2677
2678 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2679
2680 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2681 gnus-article-browse-html-save-cid-image; make it work recursively for
2682 forwarded messages as well.
2683 (gnus-article-browse-html-parts): Work when prefix arg is given.
2684 (gnus-article-browse-html-article): Doc fix.
2685
2686 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * message.el (message-default-mail-headers):
2689 (message-default-headers): Carry the value mail-default-headers over
2690 into message-default-mail-headers, rather than message-default-headers.
2691
2692 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
2693
2694 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
2695 charset.
2696
2697 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2698 charset into the <meta> tag when the article is encoded to utf-8.
2699
2700 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
2701
2702 * gnus-art.el (gnus-article-browse-delete-temp-files):
2703 Delete directories as well.
2704 (gnus-article-browse-html-parts): Work for images that do not specify
2705 file names; delete temp directory when quitting; insert header at the
2706 right place; use file: scheme for image files.
2707
2708 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
2709
2710 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2711 (gnus-article-browse-html-parts): Use it to make temporary cid image
2712 files in addition to html file so that browser may display them.
2713
2714 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
2715
2716 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2717
2718 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2719
2720 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2721
2722 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2723
2724 * auth-source.el (auth-sources): Change default to be simpler.
2725 Explain about Secret Service API sources. Improve Customize options.
2726 (auth-source-pick): Change to accept any number of search parameters.
2727 Implement fallbacks iteratively, not recursively. Add scoring on the
2728 second pass and sort by score. Call Secret Service API when needed.
2729 (auth-source-user-or-password): Use it. Call Secret Service API
2730 directly when needed to get the user name and the password.
2731
2732 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2733
2734 * message.el (message-interactive): Doc fix.
2735 (message-qmail-inject-args): Reflow.
2736 (message-kill-to-signature): Fix typo in docstring.
2737
2738 * smiley.el (smiley-buffer): Fix typo in docstring.
2739
2740 2010-03-24 Glenn Morris <rgm@gnu.org>
2741
2742 * mail-source.el (gnus-message): Declare.
2743 (mail-source-delete-old-incoming): Require gnus-util.
2744
2745 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
2746
2747 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2748
2749 * message.el (ecomplete-setup): Autoload it for Emacs <23.
2750
2751 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2752 password-cache's default if it is not bound.
2753 (mml-secure-passphrase-cache-expiry): Default to 16 that is
2754 password-cache-expiry's default if it is not bound.
2755
2756 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2757 available in Emacs 21.
2758
2759 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
2760
2761 * auth-source.el (auth-sources): Fix up definition so extra parameters
2762 are always inline.
2763
2764 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
2765
2766 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2767 wasn't updated after mismatch. Clear cached mailbox info correctly
2768 when uidvalidity changes.
2769 (nnimap-group-prefixed-name): New function to avoid some code
2770 duplication.
2771 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2772 (nnimap-request-group): Use it.
2773 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2774 (nnimap-update-unseen): Significantly improved speed of Gnus startup
2775 with many imap folders. This is done by caching the group status from
2776 the imap server persistently in a group parameter `imap-status'. (This
2777 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2778 but not persistently, so every Gnus startup was still very slow.)
2779
2780 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2781
2782 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
2783 secrets.el dependency.
2784 (auth-sources): Add optional user name. Add secrets.el configuration
2785 choice (unused right now).
2786
2787 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2788
2789 * gnus-sum.el (gnus-summary-make-menu-bar): Let
2790 `gnus-registry-install-shortcuts' fill in the functions.
2791
2792 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2793 warnings.
2794 (gnus-registry-misc-menus): Variable to hold registry mark menus.
2795 (gnus-registry-install-shortcuts): Populate and use it in a
2796 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2797
2798 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
2799
2800 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2801 In-place substitutions for the group name encoding/decoding.
2802 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2803 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2804 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2805 (nnimap-update-unseen, nnimap-request-list)
2806 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2807 (nnimap-request-set-mark, nnimap-split-to-groups)
2808 (nnimap-split-articles, nnimap-request-newgroups)
2809 (nnimap-request-create-group, nnimap-request-accept-article)
2810 (nnimap-request-delete-group, nnimap-request-rename-group)
2811 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
2812 `encoded-mbx' for consistency.
2813 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2814 variable `imap-current-mailbox'.
2815
2816 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2817 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2818
2819 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
2820
2821 * pop3.el (pop3-display-message-size-flag): Display message size byte
2822 counts during POP3 download.
2823 (pop3-movemail): Use it.
2824 (pop3-list): Implement listing of available messages.
2825
2826 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
2827
2828 * nnir.el (nnir-get-article-nov-override-function): New function to
2829 override the normal NOV retrieval.
2830 (nnir-retrieve-headers): Use it.
2831
2832 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
2833
2834 * auth-source.el (netrc-machine-user-or-password): Autoload.
2835
2836 2010-03-19 Glenn Morris <rgm@gnu.org>
2837
2838 Stop message.el from loading about 40 libraries it doesn't always need.
2839 The general approach is to autoload rather than require, and to
2840 require in the specific functions rather than the file. (Bug#5642)
2841
2842 * gmm-utils.el: Don't require wid-edit.
2843 (widget-create-child-value, widget-convert, widget-default-get):
2844 Autoload.
2845
2846 * gnus-util.el: Don't require time-date, netrc.
2847 (message-fetch-field, gnus-group-name-decode): Declare rather than
2848 autoloading.
2849 (gnus-fetch-field): Require message.
2850 (gnus-decode-newsgroups): Require gnus-group.
2851
2852 * ietf-drums.el: Don't require time-date.
2853
2854 * message.el: Don't require hashcash, canlock, ecomplete.
2855 Do require mail-utils. Require nnheader only when compiling.
2856 (smtpmail-default-smtp-server): Remove declaration.
2857 (message-send-mail-function): Check smtpmail-default-smtp-server
2858 is bound rather than requiring smtpmail.
2859 (message-auto-save-directory, message-insert-signature): Use
2860 expand-file-name rather than nnheader-concat.
2861 (nnheader-insert-file-contents): Autoload.
2862 (hashcash-wait-async): Declare.
2863 (message-send-mail): Only call gnus-setup-posting-charset if
2864 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
2865 (message-send-mail-with-sendmail): Require sendmail.
2866 (canlock-password, canlock-password-for-verify): Declare.
2867 (message-canlock-password): Require canlock.
2868 (nnheader-get-report): Autoload.
2869 (gnus-setup-posting-charset): Declare.
2870 (message-send-news): Require gnus-msg.
2871 (message-make-references, message-make-in-reply-to): Use mail-header-id
2872 rather than the alias mail-header-message-id.
2873 (ecomplete-add-item, ecomplete-save): Declare.
2874 (message-put-addresses-in-ecomplete): Require ecomplete.
2875 (ecomplete-display-matches): Autoload.
2876
2877 * mm-decode.el: Don't require mailcap, gnus-util.
2878 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2879 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2880 Autoload.
2881 (mailcap-mime-extensions): Declare.
2882
2883 * mm-encode.el: Don't require mailcap.
2884 (mailcap-extension-to-mime): Autoload.
2885
2886 * mml-sec.el: Don't require password-cache.
2887
2888 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2889 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2890 (mml-minibuffer-read-type): Require mailcap.
2891 (mml-preview): Require gnus-msg.
2892
2893 * mml1991.el: Require password-cache.
2894 (password-cache-expiry): Remove declaration.
2895
2896 * mml2015.el: Require password-cache.
2897 (password-cache-expiry): Remove declaration.
2898
2899 * nneething.el (mailcap): Require mailcap.
2900
2901 * nnheader.el (declare-function): Add compatibility stub.
2902 (message-remove-header): Declare rather than autoload.
2903 (nnheader-replace-header): Require message.
2904
2905 * nnimap.el (declare-function): Add compatibility stub.
2906 (netrc-parse, netrc-machine-user-or-password): Declare.
2907 (nnimap-open-connection): Require netrc.
2908
2909 * nntp.el (declare-function): Add compatibility stub.
2910 (netrc-parse, netrc-machine, netrc-get): Declare.
2911 (nntp-send-authinfo): Require netrc.
2912
2913 * rfc2047.el: Don't require qp.
2914 (quoted-printable-encode-region, quoted-printable-decode-string):
2915 Autoload.
2916
2917 * sieve-mode.el: Don't require easymenu.
2918 (easy-menu-add-item): Autoload it.
2919
2920 * spam-stat.el (time-to-number-of-days): Autoload it.
2921
2922 2010-03-17 Kevin Ryde <user42@zip.com.au>
2923
2924 * mml.el (mml-read-tag): Unquote values with `read' to reverse
2925 prin1 in mml-insert-tag (just stripping the quotes gave wrong
2926 value if any backslash escapes).
2927
2928 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2929
2930 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2931 if it is available. (bug#5647)
2932
2933 2010-02-26 Glenn Morris <rgm@gnu.org>
2934
2935 * message.el (message-send-mail-function): Change the default, so that
2936 it inherits from a customized send-mail-function. (Bug#5643)
2937
2938 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2941 shell-command-to-string signals an error (bug#5299).
2942
2943 2010-02-24 Glenn Morris <rgm@gnu.org>
2944
2945 * message.el (message-smtpmail-send-it)
2946 (message-send-mail-with-mailclient): Doc fixes.
2947
2948 2010-02-16 Glenn Morris <rgm@gnu.org>
2949
2950 * message.el (message-default-mail-headers): Change the default value
2951 to ease the transition from mail-mode to message-mode. (Bug#5555)
2952
2953 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * message.el (message-mail): Just pass yank-action on to message-setup.
2956 (message-setup): Handle (FUN . ARGS) form of yank-action.
2957 (message-with-reply-buffer, message-widen-reply)
2958 (message-yank-original): Handle non-buffer values of
2959 message-reply-buffer (Bug#4080).
2960 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2961
2962 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
2963
2964 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2965 Fix typo in docstring.
2966
2967 2010-01-08 Jason Rumney <jasonr@gnu.org>
2968
2969 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2970 response.
2971
2972 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2973
2974 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2975
2976 * message.el (message-check-news-header-syntax): Protect against a
2977 string that `rfc822-addresses' returns when parsing fails.
2978
2979 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2980
2981 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2982 (gnus-previous-char-property-change): New functions.
2983
2984 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2985
2986 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
2987
2988 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2989 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
2990
2991 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * message.el (message-exchange-point-and-mark): Rework last change to
2994 avoid using optional arg of exchange-point-and-mark, for backward
2995 compatibility.
2996
2997 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * message.el (message-exchange-point-and-mark): Call
3000 exchange-point-and-mark with an argument rather than setting
3001 mark-active by hand (Bug#5175).
3002
3003 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3004
3005 * nntp.el (nntp-service-to-port): Work for service expressed with
3006 numeric string; replace [:digit:] with [0-9] for XEmacs.
3007
3008 2009-12-17 Glenn Morris <rgm@gnu.org>
3009
3010 * gnus-group.el (gnus-bug-group-download-format-alist):
3011 Change emacs entry to debbugs.gnu.org. Bump :version.
3012
3013 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3014
3015 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3016
3017 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
3018
3019 * message.el (message-info): Explain why we use `Info-goto-node'.
3020
3021 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * message.el (message-completion-in-region): New compatibility function.
3024 (message-expand-group): Use it.
3025
3026 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3027
3028 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3029 with no unread article should be listed if the 2nd arg `predicate' is
3030 given.
3031
3032 2009-11-29 Juri Linkov <juri@jurta.org>
3033
3034 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3035 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
3036 on `gnus-recenter'. (Bug#4698, Bug#4981)
3037
3038 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3039
3040 * message.el (message-from-style, message-interactive)
3041 (message-signature): Always set default values from the corresponding
3042 mail-* variables.
3043 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3044 (message-yank-prefix, message-indentation-spaces)
3045 (message-signature-file, message-default-headers): Use boundp rather
3046 than (featurep 'xemacs) to check if the corresponding mail-* variables
3047 exist.
3048
3049 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * message.el (message-send-mail-with-sendmail): Revert last change.
3052
3053 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * message.el (message-from-style, message-interactive)
3056 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3057 (message-yank-prefix, message-indentation-spaces, message-signature)
3058 (message-signature-file, message-default-headers): For GNU Emacs, set
3059 default values from the corresponding mail-* variables.
3060 (message-send-mail-with-sendmail): Use envelope-from only if
3061 mail-specify-envelope-from is non-nil.
3062
3063 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3064
3065 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3066 containing tspecial characters if they have been already quoted.
3067
3068 2009-10-24 Glenn Morris <rgm@gnu.org>
3069
3070 * gnus-art.el (help-xref-stack-item): Define for compiler.
3071
3072 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3073
3074 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3075
3076 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3077
3078 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3079 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3080
3081 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
3082
3083 * gnus.el (gnus-overlay-get): New alias to overlay-get.
3084 (gnus-overlays-in): New alias to overlays-in.
3085
3086 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3087 gnus-overlay-get, and gnus-delete-overlay.
3088 (gnus-summary-show-thread): Make it work as well for systems in which
3089 next-single-char-property-change is not available.
3090 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3091
3092 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
3093
3094 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3095
3096 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3097
3098 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3099 and XEmacs that don't have `remove-overlays'.
3100
3101 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3104 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3105 selective display. Use overlays instead.
3106
3107 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3110
3111 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3112
3113 * spam-stat.el (spam-stat-load): Fix typo in message.
3114
3115 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
3116
3117 * gnus-art.el (gnus-article-encrypt-body):
3118 * message.el (message-check-recipients):
3119 * mm-util.el (mm-codepage-setup):
3120 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3121 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3122
3123 2009-09-22 Daiki Ueno <ueno@unixuser.org>
3124
3125 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3126 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3127 keys from the menu if mm-{sign,encrypt}-option is 'guided.
3128 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3129 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3130
3131 2009-09-18 Glenn Morris <rgm@gnu.org>
3132
3133 * gnus-diary.el (gnus-diary-check-message):
3134 * message.el (message-insert-formatted-citation-line):
3135 * nnbabyl.el (top-level):
3136 * nndiary.el (nndiary-schedule):
3137 Fix typos in condition-case handlers.
3138
3139 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3140
3141 * gnus-art.el (gnus-article-edit-part): Work for the buffer
3142 configuration that provides the sole article window in a frame;
3143 position point correctly after deleting a part.
3144
3145 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
3146
3147 * spam.el (spam-unregister-on-reregister): Add boolean variable.
3148 (spam-resolve-registrations-routine): Use it to unregister articles
3149 that change status.
3150
3151 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3152
3153 * nnrss.el (nnrss-request-article): Remove binding of
3154 default-enable-multibyte-characters that has gotten needless by
3155 the 2007-07-13 change in rfc2047-encode-message-header.
3156
3157 * mml.el (mml-insert-multipart): Error on the message header.
3158 (mml-insert-part): Error on the message header; position point at
3159 the end of a MIME tag.
3160
3161 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3162
3163 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3164 (gnus-float-time): Alias to float-time if it exists.
3165
3166 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3167 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3168 float-time is available; suppress compile warning for time-to-seconds.
3169
3170 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3171
3172 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3173 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3174 Add the optional argument `encoding' that overrides the default.
3175
3176 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3177 mm-encode-buffer.
3178
3179 2009-09-04 Glenn Morris <rgm@gnu.org>
3180
3181 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3182 mm-disable-multibyte, rather than default-enable-multibyte-characters.
3183 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3184 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3185 * mm-util.el (mm-with-unibyte-current-buffer)
3186 (mm-find-buffer-file-coding-system):
3187 * yenc.el (yenc-decode-region): Use default-value rather than
3188 default-enable-multibyte-characters.
3189
3190 2009-09-03 Glenn Morris <rgm@gnu.org>
3191
3192 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3193 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3194 than default-enable-multibyte-characters.
3195
3196 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
3197
3198 * gnus-art.el (gnus-article-read-summary-keys):
3199 Fix gnus-buffer-configuration's value temporarily used.
3200
3201 2009-09-02 Glenn Morris <rgm@gnu.org>
3202
3203 * gnus-util.el (gnus-float-time): New function.
3204 * gnus-delay.el (gnus-delay-article):
3205 * gnus-sum.el (gnus-thread-latest-date):
3206 * gnus-util.el (gnus-user-date): Use gnus-float-time.
3207 * nnspool.el (nnspool-request-newgroups):
3208 Use gnus-float-time rather than time-to-seconds.
3209 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3210
3211 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3212 (gnus-header-subject-face, gnus-header-newsgroups-face)
3213 (gnus-header-name-face, gnus-header-content-face):
3214 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3215 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3216 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3217 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3218 (gnus-cite-face-11):
3219 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3220 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3221 (gnus-server-closed-face, gnus-server-denied-face)
3222 (gnus-server-offline-face):
3223 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3224 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3225 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3226 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3227 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3228 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3229 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3230 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3231 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3232 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3233 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3234 (gnus-summary-selected-face, gnus-summary-cancelled-face)
3235 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3236 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3237 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3238 (gnus-summary-high-undownloaded-face)
3239 (gnus-summary-low-undownloaded-face)
3240 (gnus-summary-normal-undownloaded-face)
3241 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3242 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3243 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3244 (gnus-splash-face):
3245 * message.el (message-header-to-face, message-header-cc-face)
3246 (message-header-subject-face, message-header-newsgroups-face)
3247 (message-header-other-face, message-header-name-face)
3248 (message-header-xheader-face, message-separator-face)
3249 (message-cited-text-face, message-mml-face):
3250 * sieve-mode.el (sieve-control-commands-face)
3251 (sieve-action-commands-face, sieve-test-commands-face)
3252 (sieve-tagged-arguments-face):
3253 * spam.el (spam-face):
3254 Mark face aliases with "-face" in the name as obsolete.
3255
3256 2009-09-01 Glenn Morris <rgm@gnu.org>
3257
3258 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3259 than goto-line.
3260
3261 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3262
3263 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3264 Don't move point if the command is invoked inside the message header.
3265
3266 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3269 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3270 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3271 * nnir.el (nnir-swish-e-index-file):
3272 * gnus-sum.el (gnus-summary-delete-marked-as-read)
3273 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3274 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3275 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3276 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3277 (gnus-treat-display-xface): Add Emacs version of obsolescence.
3278
3279 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
3280
3281 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3282 Don't save excursion.
3283
3284 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * nnheader.el (nnheader-find-file-noselect):
3287 * mm-util.el (mm-insert-file-contents):
3288 Use (default-value 'major-mode) instead of default-major-mode.
3289
3290 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3293
3294 2009-08-25 Glenn Morris <rgm@gnu.org>
3295
3296 * nnir.el (top-level): Don't require cl at run-time.
3297 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3298 Replace cl-function substitute with gnus-replace-in-string.
3299 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3300 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3301 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3302 simplified expansions.
3303
3304 2009-08-22 Glenn Morris <rgm@gnu.org>
3305
3306 * gnus-art.el (gnus-button-patch): Use forward-line rather than
3307 goto-line.
3308
3309 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
3310
3311 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3312
3313 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3314 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3315 (gnus-mm-display-part, gnus-mime-display-single)
3316 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3317 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3318
3319 * gnus-sum.el
3320 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3321 (gnus-summary-move-article): Add expirable mark to articles copied or
3322 moved to group that has auto-expire turned on if the option is non-nil.
3323
3324 2009-07-24 Glenn Morris <rgm@gnu.org>
3325
3326 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3327 Fix typo. (Bug#3903)
3328
3329 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
3330
3331 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3332 gnus-article-read-summary-keys rather than gnus-summary-edit-article
3333 that should not be used for draft articles.
3334 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3335 that has no concern in minor mode keys.
3336 (gnus-article-summary-command, gnus-article-summary-command-nosave):
3337 Abolish.
3338
3339 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
3340
3341 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3342 article without making inquiry to a user for unknown encoding.
3343
3344 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3345 (nnmaildir--scan): Assume i-node and device number that file-attributes
3346 returns might be cons-cell.
3347
3348 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
3349
3350 * auth-source.el: Remove docs now in auth.texi. Don't use
3351 `gnus-message' for logging. Add new variables `auth-source-debug' and
3352 `auth-source-hide-passwords' and use them.
3353
3354 2009-07-15 Glenn Morris <rgm@gnu.org>
3355
3356 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3357
3358 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3359
3360 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3361 excessive whitespace from the default values of title and description.
3362
3363 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
3364
3365 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3366 mail-fetch-field to fetch Content-Description header in order to
3367 exclude newlines.
3368
3369 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3370
3371 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3372 to deleted part.
3373
3374 2009-05-30 David Engster <dengste@eml.cc>
3375
3376 * nnmairix.el: Remove old documentation in the commentary block.
3377 (nnmairix-request-group): Do not update active file for nnml back ends.
3378 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3379 end so that overview files are ignored.
3380 (nnmairix-update-groups): Make updating the groups more robust by using
3381 marks.
3382 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3383 with dollar characters in message-id.
3384
3385 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
3386
3387 * spam.el: Use dns-query instead of query-dns. Was renamed on
3388 2008-12-25 in dns.el.
3389
3390 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3393 could happen if the text is only composed of spaces and/or tabs.
3394
3395 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
3396
3397 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3398 when sending a queued message to avoid extra mml tags.
3399
3400 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
3401
3402 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3403
3404 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
3405
3406 * gnus-dired.el: Remove autoload for gnus-setup-message.
3407 (gnus-dired-attach): Fake this-command value to prevent Gnus from
3408 displaying Gnus logo; always use compose-mail.
3409
3410 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3411
3412 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3413
3414 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
3415
3416 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3417 (gnus-nocem-issuers): List currently active issuers; fix custom type.
3418 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3419 available.
3420 (gnus-nocem-epg-verify): New function.
3421
3422 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
3423
3424 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3425
3426 2009-02-15 Glenn Morris <rgm@gnu.org>
3427
3428 * gnus-util.el (rmail-insert-rmail-file-header)
3429 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3430 autoloads.
3431 (rmail-default-rmail-file): Remove unnecessary declaration.
3432 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3433
3434 2009-02-14 Glenn Morris <rgm@gnu.org>
3435
3436 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3437 variable (only used in gnus-util, which declares it anyway).
3438 (rmail-output-to-rmail-file): Remove autoload of deleted function,
3439 which was only needed by gnus-art (changed to not use it any more).
3440 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3441 only used in gnus-util, which autoloads it itself.
3442 (rmail-update-summary): Fix autoload.
3443
3444 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3445 rather than rmail-output-to-rmail-file.
3446
3447 2009-02-07 Glenn Morris <rgm@gnu.org>
3448
3449 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3450 autoload of function that no longer exists.
3451 (rmail-toggle-header): Declare.
3452 (message-forward-rmail-make-body): Handle mbox Rmail.
3453
3454 2009-01-31 Glenn Morris <rgm@gnu.org>
3455
3456 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3457 2009-01-09 change.
3458
3459 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
3460
3461 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3462 (auth-source-forget-all-cached): New convenience function.
3463 (auth-source-user-or-password): Accept list of modes or a single mode.
3464
3465 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3466 auth-source modes.
3467
3468 * nnimap.el (nnimap-open-connection): Use list of
3469 auth-source modes.
3470
3471 * nntp.el (nntp-send-authinfo): Use list of
3472 auth-source modes.
3473
3474 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
3475
3476 * auth-source.el: Update docs to reflect epa-file-enable is to be used
3477 now.
3478
3479 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3480
3481 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3482 coding system in XEmacs; add a workaround for XEmacs.
3483
3484 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
3485
3486 * mm-util.el (mm-coding-system-priorities): Protect against nil value
3487 of current-language-environment.
3488
3489 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
3490
3491 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3492 available at runtime.
3493
3494 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
3495
3496 * gnus-art.el (article-date-ut): Fix end point of narrowing.
3497
3498 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
3499
3500 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3501 the greatest positive fixnum value doesn't work under an XEmacs with
3502 bignum support; use the most-positive-fixnum constant instead,
3503 available since Emacs 21.1 with cl and XEmacs 21.1.
3504
3505 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3506
3507 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3508 XEmacs gets not to work.
3509
3510 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3511
3512 * mm-util.el (mm-coding-system-priorities): Allow the value like
3513 "Japanese (UTF-8)" of current-language-environment.
3514
3515 2009-01-09 Glenn Morris <rgm@gnu.org>
3516
3517 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3518 with last-command-event.
3519
3520 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
3521
3522 * message.el (message-fix-before-sending): Amend comment.
3523
3524 2009-01-07 David Engster <dengste@eml.cc>
3525
3526 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3527 simplified server definitions by converting it via
3528 gnus-server-to-method.
3529
3530 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3531
3532 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3533 parameter's operands.
3534
3535 2009-01-06 David Engster <dengste@eml.cc>
3536
3537 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3538 primary select method (for gnus-group-mark-article-as-read).
3539
3540 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
3541
3542 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3543 `(gnus)Face', not `(gnus)X-Face'.
3544
3545 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
3546
3547 * mm-util.el (mm-ucs-to-char): New function.
3548
3549 * mm-url.el (mm-url-decode-entities): Use it.
3550
3551 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3552
3553 * message.el (message-fix-before-sending): Add `eight-bit' to
3554 illegible-text check.
3555
3556 2009-01-03 Michael Olson <mwolson@gnu.org>
3557
3558 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3559 `headers' is nil. This can occur if the IMAP server does not have
3560 permissions to read messages from a folder, but can write new messages
3561 to the folder.
3562 (nnimap-request-article-part): Do not insert `data' if it is nil.
3563
3564 2009-01-01 Dave Love <fx@gnu.org>
3565
3566 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3567
3568 * nnimap.el: Fix author email.
3569 (nnimap-split-rule): Add FIXME comment.
3570 (nnimap-debug): Fix doc string.
3571
3572 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3573
3574 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3575 overlay-arrow-position and overlay-arrow-string buffer-local; no need
3576 to check if those variables exist (first appeared in Emacs 18.50).
3577
3578 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
3579
3580 * mm-util.el (mm-line-number-at-pos): New function.
3581
3582 * spam-report.el (spam-report-process-queue): Use it.
3583
3584 2008-12-24 David Engster <dengste@eml.cc>
3585
3586 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3587 parameters that haven't existed as variables as buffer-local variables.
3588
3589 2008-12-23 Dave Love <fx@gnu.org>
3590
3591 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3592 cadar.
3593
3594 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3595 imap-starttls-p.
3596 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3597
3598 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
3599
3600 * spam-report.el (spam-report-gmane-max-requests): New constant.
3601 (spam-report-gmane-wait): New variable.
3602 (spam-report-gmane-ham, spam-report-gmane-spam)
3603 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3604 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3605 the server.
3606
3607 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3608 Add explanations.
3609
3610 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3611 nnheader-accept-process-output and nnheader-read-timeout if available.
3612 (pop3-movemail): Use it.
3613
3614 * message.el (message-check-news-body-syntax): Fix signature check if
3615 there's an attachment.
3616
3617 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
3618
3619 * mm-util.el: Add comments to the mm- emulating functions.
3620
3621 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
3622
3623 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
3624 by Stephen Berman <stephen.berman@gmx.net>.
3625
3626 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3627
3628 * mm-util.el (mm-substring-no-properties): New function.
3629 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3630 (mm-special-display-p): Enable those lambda forms to be byte compiled.
3631 (mm-string-to-multibyte): Doc fix.
3632
3633 * mml.el (mml-attach-file): Use mm-substring-no-properties.
3634
3635 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
3636
3637 * mml.el (mml-attach-file): Strip text properties from file name.
3638 (Bug#1574)
3639
3640 2008-12-16 Glenn Morris <rgm@gnu.org>
3641
3642 * mm-util.el (mm-charset-override-alist): Declare for compiler.
3643
3644 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
3645
3646 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3647 knows since the charset specified might be a bogus alias that
3648 mm-charset-synonym-alist provides.
3649
3650 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
3651
3652 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3653 "ISO_8859-1".
3654
3655 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3656
3657 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
3658
3659 * mm-util.el (mm-charset-eval-alist):
3660 Define it before mm-charset-to-coding-system.
3661 (mm-charset-to-coding-system): Add optional argument `silent';
3662 define it before mm-charset-override-alist.
3663 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3664 default value if it can be used in Emacs currently running;
3665 silence mm-charset-to-coding-system.
3666
3667 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
3668
3669 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3670 `allow-override' which says whether to use `mm-charset-override-alist'.
3671 (rfc2047-decode-encoded-words): Use it.
3672
3673 * mm-util.el (mm-charset-override-alist): Fix custom type;
3674 add `(gb2312 . gbk)' to choices.
3675
3676 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
3677
3678 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3679 fast.
3680
3681 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3682
3683 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
3684
3685 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3686 on links.
3687
3688 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3689
3690 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3691
3692 * message.el (message-idna-to-ascii-rhs-1): Protect against local
3693 users' addresses that don't have domain parts.
3694 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3695 rather than message-narrow-to-head since there will be the message
3696 header separator.
3697
3698 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3701 since the result is inserted in a unibyte buffer anyway.
3702 (nnimap-demule-use-string-to-multibyte): Remove.
3703 (nnimap-demule): Alias it to mm-string-to-multibyte.
3704
3705 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
3706
3707 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3708 variable for debugging bug#464 and bug#1174.
3709 (nnimap-demule): Use it.
3710
3711 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3712
3713 * gnus-score.el (gnus-score-find-trace): Handle default score in total
3714 score calculation correctly.
3715
3716 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3717
3718 * message.el (message-send-mail): Just set the buffer to unibyte
3719 rather than use mm-with-unibyte-current-buffer which does a lot more.
3720 (message-send-mail-partially): Don't bother with
3721 mm-with-unibyte-current-buffer since it's already been made unibyte by
3722 message-send-mail.
3723
3724 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
3725
3726 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3727
3728 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
3729
3730 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3731
3732 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3733
3734 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3735 require itself and to remove `with-no-warnings'.
3736
3737 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
3738
3739 * starttls.el (starttls-any-program-available): Get the name of the
3740 available TLS layer program.
3741 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3742 well as the host name in the "opening" message.
3743
3744 * auth-source.el (auth-source-cache, auth-source-do-cache)
3745 (auth-source-user-or-password): Cache passwords and logins by default,
3746 allow override with `auth-source-do-cache'.
3747 (auth-source-forget-user-or-password): Allow users to remove cache
3748 entries if needed.
3749
3750 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3751
3752 * ietf-drums.el (ietf-drums-remove-comments): Localize second
3753 condition-case to only the forward-sexp call.
3754
3755 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3756
3757 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3758 quotes contained. Make it more robust regardless by an extra
3759 condition-case wrapper.
3760
3761 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3762
3763 * nnml.el (nnml-request-expire-articles): Check if the function set to
3764 `nnmail-expiry-target' returns the symbol `delete'.
3765
3766 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3767
3768 * nnmail.el (nnmail-expiry-target): Fix custom type.
3769
3770 2008-10-02 Glenn Morris <rgm@gnu.org>
3771
3772 * mm-util.el (mm-codepage-setup): Tweak codepage error.
3773 Silence compiler warning.
3774
3775 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * mml.el (mml-menu): Don't assume mml2015 is bound.
3778
3779 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3780
3781 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3782 exists.
3783
3784 2008-09-27 Glenn Morris <rgm@gnu.org>
3785
3786 * gnus-util.el (mail-header-remove-comments): Autoload it.
3787
3788 2008-09-27 Andreas Schwab <schwab@suse.de>
3789
3790 * gnus-util.el (gnus-split-references): Strip comments.
3791 (gnus-parent-id): Likewise.
3792
3793 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
3794
3795 * message.el (message-confirm-send): Fix version.
3796
3797 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
3798
3799 * message.el (message-idna-to-ascii-rhs-1): Use
3800 mail-extract-address-components rather than mail-header-parse-addresses
3801 that is an alias by default to ietf-drums-parse-addresses that does not
3802 support non-ASCII names in headers' contents.
3803
3804 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3805
3806 * message.el (message-confirm-send): Fixed variable documentation to
3807 avoid the "y/n" wording.
3808
3809 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
3810
3811 * message.el (message-set-auto-save-file-name): Save to a different
3812 filename so multiple messages (especially drafts) can be recovered.
3813
3814 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
3815
3816 * message.el (message-confirm-send): Add appropriate version.
3817
3818 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3819
3820 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3821 defvar.
3822
3823 2008-09-22 Daiki Ueno <ueno@unixuser.org>
3824
3825 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3826 (mm-pkcs7-enveloped-magic): Ditto.
3827
3828 2008-09-17 Simon Josefsson <simon@josefsson.org>
3829
3830 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3831 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3832
3833 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
3834
3835 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3836 default, it's better.
3837
3838 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
3839
3840 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3841 summary line gnus-number property and ignore them (with a warning
3842 message).
3843
3844 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3845
3846 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3847 macro caddr in the interactive form since it won't be expanded.
3848
3849 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3850
3851 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3852 `charset'; fix name of function called recursively.
3853 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3854
3855 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3856
3857 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3858 (gnus-mime-set-charset-parameters): New function.
3859 (gnus-mime-view-part-as-charset): Use it to correctly display part
3860 specifying wrong charset.
3861
3862 2008-09-08 David Engster <dengste@eml.cc>
3863
3864 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3865 in completing-read for back end server.
3866
3867 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
3868
3869 * message.el (message-confirm-send): New variable to confirm sending a
3870 message.
3871 (message-send): Use it.
3872
3873 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
3874
3875 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3876
3877 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
3878
3879 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3880
3881 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
3882
3883 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3884 prevent tracking too many groups.
3885 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3886 Use it.
3887
3888 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
3889
3890 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3891 moving point to the bottom of the window in order to avoid recentering.
3892
3893 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
3894
3895 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3896 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3897 (gnus-article-beginning-of-window): Fix calculation.
3898
3899 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
3900
3901 * gnus-msg.el (gnus-summary-supersede-article)
3902 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3903 value of gnus-newsgroup-charset to decode non-MIME encoded text in
3904 message header.
3905
3906 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3907
3908 * message.el:
3909 * gnus-start.el:
3910 * gnus-registry.el: Remove VMS support.
3911
3912 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3913
3914 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3915 macro.
3916 (rfc2104-hash): Use it.
3917
3918 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
3919
3920 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3921 (gnus-summary-sort-by-most-recent-date): New commands.
3922 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3923 and menu entries.
3924
3925 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
3926
3927 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3928 don't redisplay article for raw contents; remove plural articles stuff.
3929
3930 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3931 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3932 on gnus-summary-save-article; display results properly.
3933
3934 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3935
3936 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3937
3938 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
3939
3940 * gnus-art.el (gnus-summary-save-in-pipe): Consider
3941 gnus-save-all-headers.
3942
3943 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3944
3945 * gnus-util.el (ns-focus-frame): Remove declaration.
3946 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
3947 like x.
3948
3949 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
3950
3951 * rfc2104.el (rfc2104-zero): Delete defconst.
3952 (rfc2104-hex-alist): Likewise.
3953 (rfc2104-hex-to-int): Delete func.
3954 (rfc2104-hexstring-to-bitstring): Likewise.
3955 (rfc2104-nybbles): New defconst.
3956 (rfc2104-hash): Rewrite for speed.
3957
3958 2008-07-16 Glenn Morris <rgm@gnu.org>
3959
3960 * gnus-util.el (ns-focus-frame): Declare for compiler.
3961
3962 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3963
3964 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3965 set as a group parameter.
3966 (gnus-summary-save-in-pipe): Work when it is called independently.
3967 (gnus-summary-pipe-to-muttprint): Don't modify
3968 gnus-summary-pipe-output-default-command.
3969
3970 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * message.el (message-send-mail-with-sendmail):
3973 Display the error message.
3974
3975 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3976
3977 * gnus-art.el (gnus-default-article-saver):
3978 Add gnus-summary-save-in-pipe to choices.
3979 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3980 gnus-summary-pipe-output-default-command as the default command.
3981 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3982 instead of gnus-last-shell-command.
3983
3984 * gnus-sum.el (gnus-summary-pipe-output-default-command):
3985 New user option.
3986 (gnus-summary-muttprint-program): Mention the value will be changed.
3987 (gnus-summary-save-article): Force showing of all headers.
3988 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3989
3990 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
3991
3992 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3993
3994 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * nnimap.el (nnimap-id):
3997 * sieve-manage.el (sieve-manage-open): Doc fixes.
3998
3999 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
4000
4001 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4002 if available.
4003
4004 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4007
4008 * nnkiboze.el (nnkiboze-generate-group):
4009 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4010
4011 * nnmairix.el: Require CL.
4012
4013 2008-06-15 David Engster <dengste@eml.cc>
4014
4015 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4016
4017 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
4018
4019 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4020 New macros that expand to an `aset'/`aref' call under Emacs, and to a
4021 runtime choice under XEmacs.
4022
4023 * gnus-sum.el (gnus-summary-set-display-table):
4024 Use `gnus-put-display-table', `gnus-get-display-table',
4025 `gnus-set-display-table' for the display table, instead of `aset'.
4026
4027 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4028
4029 * nnmairix.el: Add autoloads.
4030
4031 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4032
4033 * nnmairix.el (nnmairix-delete-recreate-group)
4034 (nnmairix-update-and-clear-marks): Fix error messages.
4035
4036 2008-06-14 David Engster <dengste@eml.cc>
4037
4038 * nnmairix.el: Upgrade to version 0.6.
4039 (nnmairix-group-toggle-propmarks-this-group)
4040 (nnmairix-group-toggle-readmarks-this-group)
4041 (nnmairix-group-delete-recreate-this-group)
4042 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4043 (nnmairix-remove-tick-mark-original-article): New commands.
4044 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4045 (nnmairix-propagate-marks-to-nnmairix-groups)
4046 (nnmairix-only-use-registry, nnmairix-allowfast-default)
4047 (nnmairix-marks-cache, nnmairix-version-output): New variables.
4048 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4049 functions needed for marks propagation and manipulation of read marks.
4050 (nnmairix-update-groups): New function.
4051 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4052 (nnmairix-determine-original-group-from-registry)
4053 (nnmairix-determine-original-group-from-path)
4054 (nnmairix-get-group-from-file-path, nnmairix-map-range)
4055 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4056 New helper functions.
4057 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4058 keystrokes for new commands.
4059 (nnmairix-delete-and-create-on-change): Doc string cleanup.
4060 (nnmairix-request-group): Check allow-fast group parameter.
4061 (nnmairix-request-create-group): Set allow-fast group parameter if
4062 nnmairix-allowfast-default is set.
4063 (nnmairix-close-group): Propagate marks upon closing if needed.
4064 (nnmairix-group-toggle-threads-this-group): Use new.
4065 nnmairix-group-toggle-parameter helper function.
4066 (nnmairix-search): Better check for empty search result.
4067 (nnmairix-goto-original-article): Use new helper functions for
4068 determining original article.
4069 (nnmairix-show-original-article): Make sure message-id is in brackets.
4070 (nnmairix-call-mairix-binary): Change variable name.
4071 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4072 helper function.
4073 (nnmairix-widget-toggle-activate): Fix doc string.
4074
4075 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4076
4077 * nnir.el: Require edmacro when compiling with XEmacs.
4078 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4079 available in Emacs 21.
4080
4081 2008-06-11 Glenn Morris <rgm@gnu.org>
4082
4083 * gnus-util.el (x-focus-frame):
4084 * gnus.el (image-size):
4085 * mm-decode.el (image-size): Declare.
4086
4087 * gnus-picon.el (declare-function): Add compat definition.
4088 (image-size): Declare.
4089
4090 * gnus-group.el (tool-bar-map):
4091 * gnus-sum.el (tool-bar-map): Define for compiler.
4092
4093 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4094
4095 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4096
4097 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4098 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4099 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4100 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4101 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4102 * sieve-manage.el, spam-report.el, spam.el:
4103 Remove unnecessary eval-and-compile of autoloads.
4104
4105 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
4106
4107 * auth-source.el: Precise Tramp doc.
4108
4109 2008-06-07 Glenn Morris <rgm@gnu.org>
4110
4111 * nnmairix.el: Remove unnecessary eval-when-compile.
4112
4113 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
4114
4115 * nnir.el: New file.
4116
4117 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * gnus-util.el (gnus-read-shell-command): New function.
4120 * mm-decode.el (mm-pipe-part):
4121 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4122
4123 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
4124
4125 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4126
4127 2008-06-03 Glenn Morris <rgm@gnu.org>
4128
4129 * pop3.el (nnheader-accept-process-output): Autoload it.
4130
4131 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4132
4133 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4134 are not 2-digit hexadecimal characters that follow `%'s.
4135
4136 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4137
4138 * message.el (message-bogus-recipient-p): Fix type in doc string.
4139 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4140 (message-bogus-addresses): Rename from message-bogus-address-regexp.
4141 Improve custom options.
4142 (message-bogus-recipient-p): Adjust accordingly.
4143
4144 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4145
4146 * nnmairix.el: Require edmacro when compiling with XEmacs.
4147
4148 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4149
4150 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4151 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4152
4153 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4154
4155 * auth-source.el: Add more docs.
4156
4157 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4158
4159 * nnheader.el (nnheader-read-timeout): Change the default timeout from
4160 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
4161 retrieval faster in some cases, but might make CPU usage larger. If
4162 this has any bad side effects, we might revert this change.
4163
4164 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4165 seems to make mail retrieval much, much faster.
4166 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4167 unconditionally.
4168
4169 * gnus-draft.el (gnus-group-send-queue): Bind
4170 message-send-mail-partially-limit to nil to avoid being prompted.
4171
4172 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4173
4174 * mml.el (mml-attach-buffer): Prompt for `disposition'.
4175
4176 * message.el (message-bogus-address-regexp): Fix and improve custom
4177 type.
4178 (message-setup-hook): Add message-check-recipients as custom option.
4179
4180 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4181
4182 * message.el (message-cite-function): Remove bogus autoload which crept
4183 in during merge from v5-10.
4184
4185 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
4186
4187 * nnimap.el (nnimap-open-connection): Fix login/password bug.
4188
4189 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4190
4191 * auth-source.el: Preliminary Tramp docs.
4192 (auth-sources): Change the default auth-sources to use
4193 EPA .gpg files.
4194
4195 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4196
4197 * nntp.el: Autoload `auth-source-user-or-password'.
4198 (nntp-send-authinfo): Use it.
4199
4200 * nnimap.el: Autoload `auth-source-user-or-password'.
4201 (nnimap-open-connection): Use it.
4202
4203 * auth-source.el: Added docs on using with url-auth. Import gnus-util
4204 for the gnus-message function.
4205 (auth-source-user-or-password): Use it.
4206
4207 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4210 rfc2104-hexstring-to-byte-list. Return a unibyte string.
4211 (rfc2104-hash): Use it.
4212
4213 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4214
4215 * gnus-art.el (gnus-article-toggle-truncate-lines):
4216 Don't use `iff' in docstring.
4217
4218 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
4219
4220 * gnus-registry.el: Adjusted copyright dates and added a keyword.
4221
4222 * gnus-util.el (gnus-extract-address-component-name)
4223 (gnus-extract-address-component-email): Convenience functions around
4224 `gnus-extract-address-components'.
4225
4226 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4227 Use `gnus-extract-address-component-email' to fix bug of comparing full
4228 sender name to `user-mail-address'.
4229
4230 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4231
4232 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4233 catch/throw to optimize.
4234 (gnus-registry-find-keywords): Just use member to find a keyword.
4235
4236 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4239 is current before calling gnus-server-prepare.
4240 (gnus-server-setup-buffer, gnus-server-update-server)
4241 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4242
4243 2008-05-04 Juri Linkov <juri@jurta.org>
4244
4245 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4246 (mailcap-file-default-commands): Use mailcap-replace-in-string
4247 instead of replace-regexp-in-string, and mailcap-delete-duplicates
4248 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
4249
4250 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
4251
4252 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4253
4254 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4255
4256 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4257 hooks.
4258 (gnus-update-read-articles): Speed up non-marks-using users.
4259 (gnus-use-marks): Define gnus-use-marks.
4260 (gnus-propagate-marks): Rename variable to something more sensible.
4261
4262 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4265 (gmm-image-load-path-for-library): Fix typos in docstrings.
4266 (gmm-message): Reflow docstring.
4267
4268 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
4269
4270 * mail-source.el (mail-source-set-1, mail-source-bind):
4271 Move auth-source code out of the macro to clean it up and fix bugs.
4272
4273 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
4274
4275 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4276 by sender if it's equal to user-mail-address, it's likely to be
4277 useless.
4278
4279 * mail-source.el (mail-source-bind): Don't use user or password if they
4280 are not bound. Unintern them if they are nil. Don't use server unless
4281 it's bound, and default it to empty string otherwise.
4282
4283 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4284
4285 * mail-source.el: Load auth-source.el.
4286 (mail-source-bind): Add comments. Call auth-source-user-or-password to
4287 get user name or password, if auth-sources is set up.
4288
4289 * gnus-registry.el (gnus-registry-split-strategy): New variable for
4290 strategy of splitting with parent.
4291 (gnus-registry-split-fancy-with-parent)
4292 (gnus-registry-post-process-groups): Use it and fix prior
4293 bug (returning a list as the split result).
4294
4295 * auth-source.el (auth-sources): Remove server parameter.
4296 (auth-source-pick, auth-source-user-or-password)
4297 (auth-source-user-or-password-imap)
4298 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4299 (auth-source-user-or-password-sftp)
4300 (auth-source-user-or-password-smtp): Remove server parameter.
4301
4302 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
4303
4304 * smime.el (smime-sign-region, smime-encrypt-region)
4305 (smime-decrypt-region):
4306 Remove redundant calls to `generate-new-buffer-name'.
4307
4308 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
4309
4310 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4311 Don't use QP for message/rfc822.
4312 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4313
4314 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * sieve-manage.el (sieve-string-bytes): Remove.
4317 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4318 correct byte-length only if the process's coding-system is the same as
4319 the one used internally by Emacs to represent strings.
4320
4321 2008-04-22 Juri Linkov <juri@jurta.org>
4322
4323 * mailcap.el (mailcap-file-default-commands): New function.
4324
4325 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4326
4327 * message.el (message-signature-separator, message-cite-function):
4328 Change custom version.
4329
4330 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4331
4332 * mm-decode.el (mm-display-external): Make temp file read-only.
4333
4334 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4335
4336 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4337 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
4338 `C-c C-f d'.
4339
4340 2008-04-12 Adrian Aichner <adrian@xemacs.org>
4341
4342 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4343
4344 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4345
4346 * auth-source.el: Added docs.
4347 (auth-sources): Modify format to support server.
4348 (auth-source-pick, auth-source-user-or-password)
4349 (auth-source-user-or-password-imap)
4350 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4351 (auth-source-user-or-password-sftp)
4352 (auth-source-user-or-password-smtp): Add server parameter.
4353
4354 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
4355
4356 * gnus-registry.el: Initialize the registry when gnus-registry-install
4357 is t.
4358
4359 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
4360
4361 * compface.el (uncompface): Make buffer unibyte.
4362
4363 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * mail-source.el (mail-source-value):
4366 Prefer fboundp to functionp so it works with macros as well.
4367
4368 2008-04-05 Glenn Morris <rgm@gnu.org>
4369
4370 * gnus-ems.el (mm-disable-multibyte): Autoload it.
4371
4372 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
4375 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4376
4377 * nnheader.el (nnheader-init-server-buffer): Change buffer's
4378 multibyteness after rather than before erasing it.
4379
4380 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4381 mm-with-multibyte.
4382 (gnus-request-article-this-buffer): Make sure the proper decoding is
4383 used if gnus-original-article-buffer happens to be unibyte.
4384
4385 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4386 default-enable-multibyte-characters.
4387
4388 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4389 default-enable-multibyte-characters.
4390
4391 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4392
4393 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4394
4395 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4398 Fix last change in case the element is not even a symbol.
4399
4400 2008-04-02 Simon Josefsson <simon@josefsson.org>
4401
4402 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4403 imap-enable-exchange-bug-workaround.
4404 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4405
4406 2008-04-01 Simon Josefsson <simon@josefsson.org>
4407
4408 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4409 a 100 byte status-checks into a 2-3MB transfer for each group.
4410 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4411 to enable bug workaround or not.
4412 (nnimap-find-minmax-uid): Only enable workaround conditionally.
4413
4414 2008-03-31 Glenn Morris <rgm@gnu.org>
4415
4416 * message.el (mml2015-use): Declare for compiler.
4417 (message-info): Require mml2015 when appropriate.
4418
4419 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4422 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4423 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4424 (nntp-service-to-port): New function.
4425 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4426 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4427 (nntp-open-netcat-stream): New function.
4428 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4429
4430 2008-03-29 Sven Joachim <svenjoac@gmx.de>
4431
4432 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4433
4434 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4437
4438 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
4439
4440 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4441
4442 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
4443
4444 * message.el (message-signature-separator): Change default.
4445 Improve custom type.
4446 (message-cite-function): Change default to
4447 message-cite-original-without-signature.
4448
4449 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4450 toggle.
4451
4452 * message.el (message-check-news-body-syntax): Fix signature check.
4453 (message-setup-1): Mark buffer as unmodified _after_ running
4454 message-setup-hook and handling message-alternative-emails.
4455 (message-shorten-references): Be more strict when building list of
4456 valid references to comply with GNKSA.
4457
4458 * gnus-group.el (gnus-read-ephemeral-bug-group)
4459 (gnus-read-ephemeral-debian-bug-group)
4460 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4461
4462 * message.el (message-info): Don't use booleanp which isn't supported
4463 in Emacs 21 and XEmacs.
4464
4465 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4466
4467 * gnus-group.el (gnus-gmane-group-download-format): Rename from
4468 gnus-group-gmane-group-download-format.
4469 (gnus-group-read-ephemeral-gmane-group): Rename from
4470 gnus-group-read-ephemeral-gmane-group.
4471 (gnus-read-ephemeral-gmane-group-url): Rename from
4472 gnus-group-read-ephemeral-gmane-group-url.
4473 (gnus-bug-group-download-format-alist): New variable.
4474 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4475 (gnus-read-ephemeral-emacs-bug-group): New commands.
4476
4477 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4478
4479 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4480 (gnus-visible-headers): Improve custom type.
4481
4482 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4483
4484 * mml.el (mml-menu): Add workarounds for XEmacs.
4485
4486 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4487 X-Boundary header.
4488
4489 * message.el (message-simplify-recipients): Fix previous commit.
4490
4491 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * mm-util.el (mm-set-buffer-multibyte): New function.
4494 * mm-decode.el (mm-copy-to-buffer): Use it.
4495
4496 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4497 Prefer fboundp to functionp so it works with macros as well.
4498
4499 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4500
4501 * message.el (message-alter-recipients-discard-bogus-full-name):
4502 New function.
4503 (message-alter-recipients-function): New variable.
4504 (message-get-reply-headers): Use it.
4505 (message-replace-header): New helper function.
4506 (message-recipients-without-full-name): New variable.
4507 (message-simplify-recipients): New command.
4508
4509 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4510
4511 * message.el (message-info): Handle EasyPG manual.
4512
4513 * mml.el (mml-menu): Add entry for EasyPG.
4514
4515 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
4516
4517 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4518 parameter.
4519
4520 * message.el (message-disassociate-draft): Specify drafts group name
4521 fully.
4522
4523 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
4524
4525 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4526 unnecessary duplicates from the match list.
4527
4528 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
4529
4530 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4531 args of `how-many' of which the XEmacs version doesn't take; declare
4532 Info-index-next as function.
4533
4534 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4535
4536 * gnus-score.el (gnus-score-headers): Fix handling of
4537 gnus-inhibit-slow-scoring.
4538
4539 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4540 string.
4541 (gnus-button-url-regexp): Improve handling of parenthesis.
4542 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4543 (gnus-button-handle-info-keystrokes): Handle index entries.
4544
4545 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
4546
4547 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4548 Incoming* files.
4549
4550 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4551
4552 * auth-source.el (auth-sources): Renamed from auth-source-choices.
4553 (auth-source-pick): Use it.
4554
4555 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4556
4557 * auth-source.el (auth-source-protocols)
4558 (auth-source-protocols-customize, auth-source-choices): Added and
4559 modified variable customizations and defaults.
4560 (auth-source-pick, auth-source-user-or-password)
4561 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4562 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4563 (auth-source-user-or-password-sftp)
4564 (auth-source-user-or-password-smtp): Use new variables and provide an
4565 interface to netrc.el.
4566
4567 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
4568
4569 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4570 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4571 Make sure the nntp port to specify is a string.
4572
4573 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * nntp.el: Use with-current-buffer.
4576 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4577 dubious mm-with-unibyte-current-buffer.
4578 (nntp-with-open-group-function): New function extracted from
4579 nntp-with-open-group macro.
4580 (nntp-with-open-group): Use the function, so it's easier to debug.
4581 Add indentation and debugging info.
4582 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4583 the use of the netcat alternatives.
4584
4585 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4586 Avoid mm-string-as-multibyte as well.
4587
4588 * nnweb.el (nnweb-insert-html):
4589 Remove use of nnheader-string-as-multibyte.
4590
4591 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4592 (nnheader-string-as-multibyte): Remove.
4593
4594 * mm-view.el: Use inhibit-read-only.
4595 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4596 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4597 or unibyte-string.
4598
4599 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4600 (mm-uu-yenc-extract): Use with-current-buffer.
4601
4602 * gnus-soup.el (gnus-soup-send-packet): Don't use
4603 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4604
4605 * nnmh.el: Use with-current-buffer.
4606 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4607 mm-string-as-multibyte on the output of mm-encode-coding-string.
4608
4609 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4610 (nnimap-request-move-article): Use with-current-buffer.
4611
4612 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4613 inserting the handle-buffer's text, so the implicit multibyte->unibyte
4614 conversion uses string-make-unibyte rather than string-as-unibyte.
4615
4616 * gnus-msg.el: Use with-current-buffer.
4617
4618 * message.el (message-ignored-resent-headers): Add "Delivered-To".
4619
4620 2008-03-10 Daiki Ueno <ueno@unixuser.org>
4621
4622 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4623 string for caching if it is 'PIN.
4624
4625 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
4626
4627 * mail-source.el (mail-source-delete-old-incoming-confirm):
4628 Change default to nil.
4629 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4630
4631 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
4632
4633 * gnus-art.el (gnus-narrow-to-page): Position point properly.
4634 (gnus-article-goto-prev-page): Work for articles having ^L's.
4635
4636 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4637
4638 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4639
4640 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4641
4642 * gnus-bookmark.el: Adjust for renames in bookmark.el.
4643 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4644 (gnus-bookmark-jump): Adjust some variable names.
4645
4646 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
4647
4648 * auth-source.el: New package.
4649 (auth-source-choices): Add customization entry point variable.
4650
4651 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4652 bug.
4653
4654 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
4655
4656 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4657 (gnus-registry-initialize, gnus-registry-install-p): Use it.
4658 (gnus-registry-install-shortcuts): Rename from
4659 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
4660 the `gnus-registry-mark-map' keymap dynamically from
4661 `gnus-registry-marks'. The generated functions update the summary line
4662 when a registry mark is added or deleted, and will call
4663 `gnus-registry-install-p' (see the comments in the code).
4664 (gnus-registry-user-format-function-M): Use concat intelligently.
4665
4666 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4667 the registry mark functions.
4668
4669 2008-03-05 Glenn Morris <rgm@gnu.org>
4670
4671 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4672 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4673 gnus-art.
4674 (top-level): No need to load own source when compiling.
4675
4676 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4679 Suggested by <chris.anderton@zetnet.co.uk>.
4680
4681 2008-03-04 Glenn Morris <rgm@gnu.org>
4682
4683 * gnus-sum.el (top-level): No need to require gnus when compiling,
4684 since unconditionally required near start of file.
4685 (gnus-summary-display-while-building): Move definition before use.
4686
4687 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
4688
4689 * gnus-registry.el (gnus-registry-user-format-function-M): Add
4690 formatting function.
4691
4692 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
4693
4694 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4695 with plists.
4696 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4697 Use new format.
4698
4699 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
4700
4701 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4702 `where-is-internal' that returns a range of key sequences.
4703
4704 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4707
4708 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4709 (gnus-summary-jump-to-group): Consider windows on other displayed
4710 frames as well. Similar changes might be needed elsewhere, but that's
4711 the one I've bumped into during my use.
4712
4713 * nndoc.el (nndoc-oe-dbx-type-p):
4714 * gnus-msg.el (gnus-debug):
4715 * gnus-group.el (gnus-update-group-mark-positions):
4716 Use mm-string-to-multibyte.
4717
4718 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
4719
4720 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4721 doesn't handle NotDashEscaped.
4722
4723 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
4724 (mml-dnd-attach-options): Fix typo in custom choice.
4725
4726 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4727 nndoc-article-type to mbox.
4728 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4729
4730 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
4731 to nil, instead of html2text.
4732
4733 * imap.el (imap-debug): Add `imap-ping-server'.
4734
4735 * gnus-bookmark.el: Add FIXMEs.
4736
4737 * message.el (message-form-letter-separator)
4738 (message-send-form-letter-delay): New variables.
4739 (message-send-form-letter): Use them. New command to send form
4740 letters. Requested by Uwe Siart.
4741 (message-send-mail-function): Doc fix. Add "Other" custom option.
4742
4743 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
4744
4745 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4746 empty author.
4747
4748 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
4749
4750 * gnus-registry.el (gnus-registry-marks): Add variable for
4751 customization of marks and their appearance.
4752 (gnus-registry-read-mark): Use it.
4753 (gnus-registry-do-marks): Add utility function to loop through
4754 `gnus-registry-marks'.
4755 (gnus-registry-install-shortcuts-and-menus): Add function to install
4756 shortcuts and menus.
4757 (gnus-registry-initialize): Use it.
4758 (gnus-registry-default-mark): Clarify documentation.
4759
4760 2008-02-29 Glenn Morris <rgm@gnu.org>
4761
4762 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4763 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4764 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4765 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4766 Change defcustom :version from 23.0 to 23.1.
4767
4768 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
4769
4770 * gnus-registry.el (gnus-registry-follow-group-p)
4771 (gnus-registry-post-process-groups): Add functions to aid registry
4772 splitting and improve logging. Clarify behavior in function
4773 documentation.
4774 (gnus-registry-split-fancy-with-parent): Use them.
4775
4776 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * gnus-art.el: Use with-current-buffer.
4779
4780 2008-02-27 David Engster <dengste@eml.cc>
4781
4782 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4783 Express real group name in the response.
4784
4785 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
4786
4787 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4788 (nnmairix-last-server, nnmairix-current-server): Defvar them.
4789 (nnmairix-goto-original-article): Defvar gnus-registry-install and
4790 autoload gnus-registry-fetch-group when compiling.
4791 (nnmairix-request-group-with-article-number-correction): Remove
4792 unreferenced argument passed to nnmairix-call-backend.
4793
4794 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4795
4796 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4797 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
4798 Wilde.
4799
4800 2008-02-27 Glenn Morris <rgm@gnu.org>
4801
4802 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4803 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4804 variables to defconsts. Convert comments to doc-strings.
4805 (nnmairix-last-server, nnmairix-current-server): Convert from free
4806 variables to defvars. Convert comments to doc-strings.
4807 (gnus-registry-fetch-group): Autoload.
4808 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4809 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4810 (nnmairix-widget-build-editable-fields): Use car cddr rather than
4811 caddr.
4812 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4813 nnmairix-request-group-with-article-number-correction call.
4814 (nnmairix-fast, nnmairix-group): New, less general names, for free
4815 variables passed from nnmairix-request-group to
4816 nnmairix-request-group-with-article-number-correction. Declare.
4817 (nnmairix-request-group-with-article-number-correction):
4818 Use nnmairix-fast, nnmairix-group rather than fast, group.
4819
4820 2008-02-26 David Engster <dengste@eml.cc>
4821
4822 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
4823 version 0.5.
4824
4825 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
4826
4827 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4828 instead of making an extra function call. Don't add the current group
4829 to articles only when they have the group. Use
4830 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4831 Reported by David <de_bb@arcor.de>.
4832
4833 2008-02-24 Miles Bader <miles@gnu.org>
4834
4835 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4836 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
4837 (mm-find-mime-charset-region):
4838 * mm-bodies.el (mm-encode-body):
4839 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
4840
4841 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
4842
4843 * mail-source.el (mail-source-delete-incoming): Change default.
4844 Supplement doc string.
4845
4846 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4847
4848 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
4849
4850 * nnmail.el (nnmail-message-id-cache-file): Derive from
4851 `gnus-home-directory'.
4852
4853 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
4854
4855 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4856 Document negative prefix.
4857
4858 * gnus-group.el (gnus-group-read-group): Document negative prefix.
4859
4860 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4861
4862 * message.el (message-unsent-separator): Add the Exim bounce
4863 separator.
4864
4865 2008-02-10 Daiki Ueno <ueno@unixuser.org>
4866
4867 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4868 list.
4869 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4870 recipient/signer list.
4871
4872 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
4873
4874 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4875 fbound (Emacs 23 unicode), signal an error.
4876
4877 2008-02-08 Glenn Morris <rgm@gnu.org>
4878
4879 * gnus-art.el (pgg-display-output-buffer): Declare as function.
4880
4881 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
4882
4883 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4884 ports to the calls to `netrc-machine-user-or-password' in addition to
4885 "imap" and "imaps".
4886
4887 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
4888
4889 * gnus.el (gnus-group-startup-message): Add `find-image' call before
4890 image-load-path is let-bound. Reported by Harald Hanche-Olsen
4891 <hanche@math.ntnu.no>.
4892
4893 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
4894
4895 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
4896
4897 2008-02-01 Zhang Wei <id.brep@gmail.com>
4898
4899 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4900
4901 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4902
4903 2008-02-01 Miles Bader <miles@gnu.org>
4904
4905 * mml.el (mml-parse-1): Remove apparently vestigial use of
4906 `mm-hack-charsets'.
4907 * mm-bodies.el (mm-encode-body): Likewise.
4908
4909 2008-02-01 Kenichi Handa <handa@m17n.org>
4910
4911 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4912 rfc2104-hexstring-to-bitstring and changed to return a byte list.
4913 (rfc2104-hash): Convert the result of concat to unibyte string.
4914
4915 2008-02-01 Dave Love <fx@gnu.org>
4916
4917 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4918 coding-system-for-read.
4919 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4920
4921 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4922 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
4923 (mm-find-mime-charset-region): Remove hack-charsets stuff.
4924
4925 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
4926
4927 * mail-source.el (mail-sources): Add `group' choice.
4928
4929 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
4930 parameter `in-group' to control into which group the articles go.
4931 Add treatment of `group' mail-source.
4932
4933 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4934
4935 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
4936 * message.el (message-beginning-of-line): Use featurep instead of bound
4937 tests in order to resolve conditionals at compile time.
4938
4939 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4940
4941 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
4942
4943 * mm-decode.el (mm-dissect-buffer): Decode description.
4944
4945 * mml.el (mml-to-mime): Encode message header first.
4946
4947 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
4948
4949 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
4950 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
4951
4952 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
4953
4954 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
4955
4956 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
4957
4958 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
4959 prefix keys.
4960 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
4961 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
4962 gnus-xmas.el.
4963
4964 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
4965
4966 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
4967 Add new variables for article mark management.
4968 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
4969 list of extra data entries which, when present, will indicate that the
4970 article ID should not be trimmed from the registry.
4971 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
4972 functions.
4973 (gnus-registry-read-mark): New function to read a mark name from the
4974 user.
4975 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
4976 (gnus-registry-set-article-mark-internal): New functions to add and
4977 remove marks.
4978 (gnus-registry-get-article-marks): New function to show the marks for
4979 an article, or retrieve them for further use.
4980
4981 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4982
4983 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
4984 keys when no argument is given.
4985
4986 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
4987
4988 * gnus-sum.el (gnus-article-sort-by-random)
4989 (gnus-thread-sort-by-random): Fix doc strings. Reported by
4990 jidanni@jidanni.org.
4991
4992 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
4993
4994 * gnus-art.el (gnus-article-describe-bindings): New function.
4995 (gnus-article-read-summary-keys): Use it.
4996 (gnus-article-mode-map): Bind `C-h b' to it.
4997
4998 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4999
5000 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5001 XEmacs.
5002 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5003 against non-character events.
5004
5005 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5006
5007 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5008 command.
5009 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5010 instead of END. Change name of the temp file.
5011 (gnus-group-gmane-group-download-format): Add doc string. Make it
5012 customizable.
5013
5014 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5015
5016 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5017 bind `S W' to gnus-article-wide-reply-with-original; set default
5018 binding to gnus-article-read-summary-send-keys.
5019 (gnus-article-read-summary-keys): Fix the order of keys; display
5020 continuation keys correctly in the echo area; describe bindings
5021 correctly when keys end with `C-h'.
5022 (gnus-article-read-summary-send-keys): New function.
5023 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5024 for gnus-article-read-summary-send-keys; display continuation keys
5025 correctly in the echo area.
5026 (gnus-article-reply-with-original): Ignore prefix argument.
5027 (gnus-article-wide-reply-with-original): New function.
5028
5029 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
5030
5031 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5032 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5033
5034 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
5035
5036 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5037 (gnus-group-read-ephemeral-gmane-group): New command.
5038
5039 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5040
5041 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5042
5043 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
5044
5045 * message.el (message-send-mail-function): Increase custom version.
5046
5047 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5048 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
5049
5050 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
5051
5052 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5053 html parts correctly; support forwarded messages.
5054 (gnus-article-browse-html-article): Remove work buffers.
5055
5056 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5057 compiling.
5058 (netrc-bound-and-true-p): New macro.
5059 (netrc-parse): Use it instead of bound-and-true-p that is not available
5060 in XEmacs 21.4.
5061
5062 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5063
5064 * gnus-registry.el (gnus-registry-mark-article)
5065 (gnus-registry-article-marks): Add functionality to mark articles
5066 through the Gnus registry.
5067
5068 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5069 (netrc-parse): Use encrypt-file-alist to determine if
5070 encrypt-find-model or encrypt-insert-file-contents should be used.
5071
5072 2007-12-19 Glenn Morris <rgm@gnu.org>
5073
5074 * mml.el (message-options-set, message-narrow-to-head)
5075 (message-in-body-p, message-mail-p, message-encode-message-body):
5076 Autoload.
5077 (message-remove-header, message-narrow-to-headers-or-head)
5078 (message-subscribed-p, message-make-mail-followup-to)
5079 (message-position-on-field, message-news-p)
5080 (message-options-set-recipient, message-generate-headers)
5081 (message-sort-headers): Declare as functions.
5082
5083 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5084
5085 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5086 convention in doc string.
5087
5088 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
5089
5090 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5091 title to html parts.
5092 (gnus-article-browse-html-article): Pass message header to it.
5093
5094 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5095
5096 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
5097
5098 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5099 or password compatible with XEmacs.
5100
5101 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5102
5103 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5104 format document.
5105 (gnus-mime-delete-part): Don't write description line if empty.
5106 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5107
5108 2007-12-14 Johan Bockgård <bojohan@gnu.org>
5109
5110 * gnus-sum.el (gnus-summary-mark-unread-as-read)
5111 (gnus-summary-mark-read-and-unread-as-read)
5112 (gnus-summary-mark-current-read-and-unread-as-read)
5113 (gnus-summary-mark-unread-as-ticked): Doc fix.
5114 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5115
5116 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5117
5118 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
5119 Christoph Conrad <christoph.conrad@gmx.de>.
5120
5121 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5122
5123 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5124 yes-or-no-p.
5125
5126 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
5127
5128 * mm-decode.el (mm-add-meta-html-tag): New function.
5129 (mm-save-part-to-file, mm-pipe-part): Use it.
5130
5131 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5132 gnus-y-or-n-p instead of y-or-n-p.
5133 (gnus-article-browse-html-parts): Work with message/external-body; use
5134 mm-add-meta-html-tag.
5135
5136 2007-12-11 Glenn Morris <rgm@gnu.org>
5137
5138 * gnus-cache.el: Require gnus-sum not just when compiling.
5139
5140 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5141
5142 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5143 definitions before use.
5144
5145 * mm-decode.el: Require gnus-util.
5146 (mm-remove-part): Only call delete-annotation on XEmacs.
5147
5148 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5149
5150 * nnmail.el: Require gnus-int.
5151
5152 * spam.el: Move `require's before `eval-when-compile's.
5153
5154 * gnus-ems.el (gnus-alive-p):
5155 * gnus-fun.el (message-goto-eoh):
5156 * gnus-util.el (gnus-group-name-decode):
5157 * mail-source.el (gnus-compress-sequence):
5158 * message.el (Info-goto-node, format-spec):
5159 * mm-bodies.el (message-options-get):
5160 * mm-decode.el (mm-view-pkcs7):
5161 * mm-util.el (gmm-write-region):
5162 * mml-smime.el (mml-compute-boundary)
5163 (gnus-completing-read-with-default):
5164 * mml.el (widget-button-press, gnus-make-hashtable):
5165 * mml1991.el (mm-decode-content-transfer-encoding)
5166 (mm-encode-content-transfer-encoding)
5167 (message-options-get, message-options-set):
5168 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5169 * nnfolder.el (gnus-request-group):
5170 * nnheader.el (ietf-drums-unfold-fws):
5171 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5172 * smime.el (gnus-run-mode-hooks):
5173 * spam-stat.el (gnus-message): Autoload.
5174
5175 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5176 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5177 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5178 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5179 Add declare-function compatibility definition.
5180
5181 * gnus-cache.el (nnvirtual-find-group-art):
5182 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5183 (gnus-add-image, gnus-add-wash-type):
5184 * gnus-group.el (nnkiboze-score-file):
5185 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5186 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5187 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5188 (message-tokenize-header, gnus-get-buffer-create)
5189 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5190 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5191 * gnus.el (gnus-group-decoded-name):
5192 * mail-source.el (imap-capability):
5193 * mm-bodies.el (message-options-set):
5194 * mm-decode.el (gnus-configure-windows):
5195 * mm-extern.el (message-goto-body):
5196 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5197 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5198 (epg-sub-key-validity, message-options-set):
5199 * mml.el (widget-event-point, gnus-configure-windows):
5200 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5201 * mml2015.el (epg-check-configuration, epg-configuration)
5202 (message-options-set):
5203 * nndb.el (nndb-request-article):
5204 * nnfolder.el (gnus-request-create-group):
5205 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5206 * nnmaildir.el (gnus-group-mark-article-read):
5207 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5208 * rfc1843.el (message-fetch-field):
5209 * spam.el (gnus-extract-address-components):
5210 Declare as functions.
5211
5212 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5213
5214 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5215
5216 2007-12-09 Glenn Morris <rgm@gnu.org>
5217
5218 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5219
5220 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5221 * message.el, mm-view.el, sieve-manage.el, smime.el:
5222 Add declare-function compatibility definition.
5223
5224 * gnus-art.el (w3-region, w3m-region, Info-menu):
5225 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5226 * gnus-sum.el (gnus-get-predicate):
5227 * gnus-util.el (mm-append-to-file, w32-focus-frame):
5228 * message.el (mail-abbrev-in-expansion-header-p):
5229 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5230 (w3m-detect-meta-charset, w3m-region):
5231 * sieve-manage.el (password-read, password-cache-add)
5232 (password-cache-remove):
5233 * smime.el (password-read-and-add): Declare as functions.
5234
5235 2007-12-08 David Kastrup <dak@gnu.org>
5236
5237 * gnus-sum.el (gnus-summary-simplify-subject-query):
5238 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5239 `message'.
5240
5241 2007-12-07 Glenn Morris <rgm@gnu.org>
5242
5243 * gnus-art.el (article-make-date-line): Revert previous change.
5244
5245 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5246
5247 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5248
5249 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
5250
5251 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5252 Call gnus-add-to-range ranges only once with a prepared article-list.
5253
5254 2007-12-06 Paul Jarc <prj@po.cwru.edu>
5255
5256 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5257 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5258 group names with backslashes. Reported by Tassilo Horn
5259 <tassilo@member.fsf.org>.
5260
5261 2007-12-06 Deepak Goel <deego3@gmail.com>
5262
5263 * gnus-art.el (article-make-date-line):
5264 * gnus-start.el (gnus-load):
5265 * pop3.el (pop3-read-response): Fix buggy call to `error'.
5266
5267 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5268
5269 * gnus-art.el (gnus-use-idna)
5270 * gnus-start.el (gnus-site-init-file)
5271 * message.el (message-use-idna)
5272 * mm-uu.el (mm-uu-hide-markers)
5273 * smiley.el (smiley-style): Revert changes that suppress warnings.
5274
5275 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5276
5277 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5278 specify charset to html source. Reported by Christoph Conrad
5279 <christoph.conrad@gmx.de>.
5280
5281 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5282
5283 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5284 idna-program in order to suppress byte compile warning issued by XEmacs
5285 that came to byte compile the default value section of defcustom forms
5286 recently.
5287
5288 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5289 value of installation-directory.
5290
5291 * message.el (message-use-idna): Don't directly refer to the value of
5292 idna-program.
5293
5294 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5295
5296 * smiley.el (smiley-style): Don't directly call face-attribute.
5297
5298 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
5299
5300 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5301
5302 * gnus-dired.el: Reduce Gnus dependencies.
5303 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5304 require. Use autoloads instead.
5305 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5306 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5307 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5308 (gnus-dired-mode): Adjust doc string.
5309 (gnus-dired-mail-mode): New variable.
5310 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5311 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5312 (gnus-dired-mail-buffers): New function. Return mail or message
5313 composition buffers.
5314 (gnus-dired-attach): Use it.
5315 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5316 NO-DECODE.
5317 (gnus-dired-print): Use `gnus-print-buffer' depending on
5318 `gnus-dired-mail-mode'.
5319
5320 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5321
5322 * rfc2047.el (rfc2047-encoded-word-regexp)
5323 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5324 explaining what regexp patterns are for.
5325
5326 2007-12-04 Glenn Morris <rgm@gnu.org>
5327
5328 * password.el: Move to ../password-cache.el.
5329
5330 * mml1991.el (password-read, password-cache-add, password-cache-remove):
5331 * mml2015.el (password-read, password-cache-add, password-cache-remove):
5332 * mml-smime.el (password-read, password-cache-add)
5333 (password-cache-remove):
5334 No need to autoload, since mml-sec requires password.
5335
5336 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5337 * message.el (gnus-extract-address-components):
5338 * mml-smime.el (gnus-extract-address-components): Define for compiler.
5339
5340 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5341 password.
5342
5343 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
5344
5345 * mailcap.el: Reduce dependencies.
5346 (mail-header-parse-content-type): Autoload.
5347 (mailcap-delete-duplicates): New alias.
5348 (mailcap-mime-info): Add optional argument NO-DECODE.
5349 (mailcap-mime-types): Use mailcap-delete-duplicates.
5350
5351 * message.el (message-ignored-supersedes-headers): Add "X-ID".
5352
5353 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5354
5355 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5356 function.
5357
5358 * gnus-uu.el (gnus-uu-decode-yenc): New command.
5359 (gnus-uu-yenc-article): New function.
5360
5361 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5362
5363 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5364 buffer.
5365
5366 2007-12-02 Glenn Morris <rgm@gnu.org>
5367
5368 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
5369 Move to ../net.
5370
5371 * binhex.el, uudecode.el: Move to ../mail.
5372
5373 * encrypt.el: Remove file.
5374
5375 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
5376
5377 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5378 matches on patches.
5379
5380 * gnus-art.el (gnus-article-browse-html-article): Mention
5381 `mm-text-html-renderer' in the doc string.
5382
5383 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5384 string. Add comments.
5385
5386 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5387 if rhs is ASCII.
5388
5389 2007-12-01 Glenn Morris <rgm@gnu.org>
5390
5391 * dig.el, dns.el: Move to ../net.
5392 * format-spec.el, hex-util.el, sha1.el: Move to ../.
5393
5394 * mail-source.el (top-level): Require format-spec before
5395 eval-when-compile.
5396
5397 2007-11-30 Glenn Morris <rgm@gnu.org>
5398
5399 * encrypt.el: Require password, rather than autoloading password-read.
5400
5401 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
5402
5403 * gnus.el (gnus-method-to-server): Add an optional parameter so the
5404 caller can indicate whether the cache should be disregarded for this
5405 call. This way the result of the call is reproducible at all times and
5406 can be considered a canonical server name for the supplied method.
5407 (gnus-agent-method-p): Canonicalize server names by pushing their
5408 method through `gnus-method-to-server' using the no-cache argument.
5409
5410 * gnus-srvr.el (gnus-server-insert-server-line): Call
5411 `gnus-method-to-server' with `no-cache' argument.
5412
5413 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5414 gnus-agent-possibly-synchronize-flags as this should be called when the
5415 server is actually being opened.
5416 (gnus-agent-possibly-synchronize-flags)
5417 (gnus-agent-possibly-synchronize-flags-server): Move check for the
5418 flags file of an agentized server to the latter function.
5419
5420 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5421 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5422 after a connection has been established successfully.
5423
5424 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5425
5426 * gnus-art.el (article-display-face): Force to display face if called
5427 interactively; check if gnus-article-x-face-too-ugly matches author.
5428 (article-display-x-face): Display face even if From header is missing
5429 as article-display-face does.
5430
5431 2007-11-28 Richard Stallman <rms@gnu.org>
5432
5433 * md4.el: Move to ../.
5434 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
5435
5436 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
5437
5438 * mail-source.el (mail-sources): Default to fetch from file for
5439 compatibility with default of nnmail-spool-file.
5440
5441 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5442
5443 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5444 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5445 to look for encoded word that should be encoded again.
5446 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5447 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5448 encoding pattern.
5449 (rfc2047-decode-region): Switch strict regexp and loose one according
5450 to rfc2047-allow-irregular-q-encoded-words.
5451
5452 2007-11-26 Simon Josefsson <simon@josefsson.org>
5453
5454 * imap.el: Move to ../net directory.
5455
5456 2007-11-25 Romain Francoise <romain@orebokech.com>
5457
5458 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5459
5460 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5461
5462 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5463 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5464
5465 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5466 `nnmail-spool-file'.
5467
5468 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5469 `nnmail-spool-file'.
5470
5471 * gnus-move.el (gnus-change-server): Ditto.
5472
5473 * gnus-kill.el (gnus-batch-score): Ditto.
5474
5475 * gnus-cache.el (gnus-jog-cache): Ditto.
5476
5477 * gnus-msg.el (gnus-summary-reply):
5478 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5479
5480 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5481
5482 * gnus-cache.el (gnus-cache-generate-nov-databases):
5483 Use nnml-generate-nov-databases-directory instead of
5484 nnml-generate-nov-databases-1.
5485
5486 2007-11-24 Glenn Morris <rgm@gnu.org>
5487
5488 * message.el (message-tool-bar-retro): Update for rename
5489 mail_send.xpm->mail-send.xpm.
5490
5491 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
5492
5493 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5494 `smime-ldap-search' for Emacs 22 and up.
5495
5496 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
5497
5498 * hashcash.el: Move to ../mail directory.
5499
5500 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
5501
5502 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5503 `smime-ldap-search' for Emacs 22 and up.
5504
5505 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5508
5509 * message.el (message-send-mail-function): Fix error convention.
5510 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5511 (message-widen-reply, message-send-mail, message-talkative-question)
5512 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5513 (message-clone-locals, message-send-news): Use with-current-buffer.
5514 (message-insert-or-toggle-importance): Remove unused var `valid'.
5515 (message-make-references): Remove unused var `new-references'.
5516 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5517
5518 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
5519
5520 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5521 (spam-split-symbolic-return-positive): Reflow docstring.
5522 (spam-backends, spam-summary-exit-behavior)
5523 (spam-mark-ham-unread-before-move-from-spam-group)
5524 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5525 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5526 (spam-clear-cache, spam-backend-check, spam-install-backend)
5527 (spam-install-statistical-backend, spam-list-of-processors)
5528 (spam-group-processor-p, spam-split, spam-bogofilter-score)
5529 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5530 (spam-check-crm114, spam-initialize, spam-unload-hook):
5531 Fix typos in docstrings.
5532
5533 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5534
5535 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5536 been checked if they have never been read and those group levels are
5537 higher than the one that a user specified.
5538
5539 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5540
5541 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5542 foreign groups unless a group level is specified by a user.
5543 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5544
5545 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
5546
5547 * message.el (message-send-mail-function): Require sendmail.
5548
5549 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
5550
5551 * message.el (message-send-mail-function): Check for smtpmail too.
5552
5553 * utf7.el (utf7-encode, utf7-decode): Use coding system
5554 `utf-7'/`utf-7-imap' from utf-7.el' if available.
5555
5556 * message.el (message-send-mail-function): New function.
5557 (message-send-mail-function): Set default using
5558 message-send-mail-function. Adjust doc string.
5559 (message-send-mail-with-mailclient): New function.
5560
5561 2007-11-17 Richard Stallman <rms@gnu.org>
5562
5563 * assistant.el: Remove file.
5564
5565 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5566
5567 * smime.el (from):
5568 * rfc2047.el (message-posting-charset):
5569 * qp.el (mm-use-ultra-safe-encoding):
5570 * pop3.el (parse-time-months):
5571 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5572 * nnml.el (files):
5573 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5574 (jka-compr-compression-info-list, ange-ftp-path-format)
5575 (efs-path-regexp):
5576 * nndiary.el (files):
5577 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5578 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5579 (epg-digest-algorithm-alist, inhibit-redisplay)
5580 (password-cache-expiry):
5581 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5582 (pgg-output-buffer, password-cache-expiry):
5583 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5584 (efs-path-regexp):
5585 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5586 (inhibit-redisplay):
5587 * mm-uu.el (file-name, start-point, end-point, entry)
5588 (gnus-newsgroup-name, gnus-newsgroup-charset):
5589 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5590 (latin-unity-ucs-list):
5591 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5592 (mm-uu-binhex-decode-function):
5593 * message.el (gnus-message-group-art, gnus-list-identifiers)
5594 (rmail-enable-mime-composing, gnus-local-organization)
5595 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5596 (gnus-read-active-file, facemenu-add-face-function)
5597 (facemenu-remove-face-function, gnus-article-decoded-p)
5598 (tool-bar-mode):
5599 * mail-source.el (display-time-mail-function):
5600 * gnus-util.el (nnmail-pathname-coding-system)
5601 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5602 (gnus-original-article-buffer, gnus-user-agent)
5603 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5604 (xemacs-codename, sxemacs-codename, emacs-program-version):
5605 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5606 * gnus-start.el (gnus-agent-covered-methods)
5607 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5608 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5609 (gnus-newsgroup-headers, gnus-group-list-mode)
5610 (gnus-group-mark-positions, gnus-newsgroup-data)
5611 (gnus-newsgroup-unreads, nnoo-state-alist)
5612 (gnus-current-select-method, mail-sources)
5613 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5614 (nnmail-spool-file, gnus-cache-active-hashtb):
5615 * gnus-mh.el (mh-lib-progs):
5616 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5617 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5618 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5619 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5620 (gnus-group-buffer):
5621 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5622 (font-lock-set-defaults):
5623 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5624 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5625 (gnus-summary-post-menu, total-parts, type, condition, length):
5626 * gnus-agent.el (gnus-agent-read-agentview):
5627 * flow-fill.el (show-trailing-whitespace):
5628 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5629 eval-and-compile wrappers for byte compiler pacifiers.
5630
5631 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5632 (mm-display-inline-fontify): Check for featurep 'xemacs not
5633 extent-list.
5634
5635 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5636 itimer-list.
5637 (mm-create-image-xemacs): Only do something for XEmacs.
5638 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5639
5640 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5641
5642 * gnus-registry.el (gnus-adaptive-word-syntax-table):
5643 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5644
5645 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * nnimap.el (nnimap-split-download-body):
5648 * gnus-demon.el (gnus-demon):
5649 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5650
5651 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5652
5653 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5654 macros.
5655 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5656 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5657 copy data from unibyte buffer to multibyte current buffer.
5658 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5659 to copy data from unibyte current buffer to multibyte buffer.
5660 (nntp-make-process-buffer): Make process buffer unibyte.
5661
5662 * pop3.el (pop3-open-server): Fix typo in Lisp code.
5663
5664 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
5665
5666 * pop3.el (pop3-open-server): Accept and process data more robustly at
5667 connexion start to avoid spurious "POP SSL connexion failed" errors.
5668
5669 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5670
5671 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5672 read group names.
5673
5674 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
5675
5676 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5677
5678 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
5679
5680 * nnmail.el (nnmail-parse-active): Make group names unibyte.
5681 (nnmail-save-active): Use a unibyte buffer when saving active file,
5682 which may contain non-ASCII group names.
5683
5684 * nnml.el (nnml-request-group): Decode group names in messages.
5685
5686 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
5687
5688 * message.el (message-citation-line-function)
5689 (message-insert-formatted-citation-line): Fix spelling of
5690 `message-insert-formated-citation-line'.
5691
5692 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
5693
5694 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5695
5696 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
5697
5698 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5699 nnmail-pathname-coding-system.
5700
5701 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5702 that a user enters; decode group names in messages.
5703
5704 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5705
5706 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
5707
5708 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5709
5710 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5711
5712 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5713 risky local variable.
5714
5715 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5716
5717 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
5718
5719 * encrypt.el: Improve documentation to fix function name typo.
5720 Reported by Daiki Ueno <ueno@unixuser.org>.
5721
5722 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5723
5724 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5725 even if the point is not in the last page of an article.
5726 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5727 back to the previous page.
5728
5729 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
5730
5731 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5732
5733 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
5734
5735 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5736
5737 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * message.el (message-check-news-body-syntax): Avoid
5740 mm-string-as-multibyte.
5741 (message-hide-headers): Don't assume (point-min)==1.
5742
5743 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5744
5745 * message.el (message-remove-blank-cited-lines): Fix if remove is
5746 given.
5747 (message-bogus-address-regexp): New variable.
5748 (message-bogus-recipient-p): New function.
5749 (message-check-recipients): New command.
5750 (message-syntax-checks): Add `bogus-recipient'.
5751 (message-fix-before-sending): Add `bogus-recipient'.
5752
5753 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5754 (gnus-treat-body-boundary): Don't test window-system.
5755
5756 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
5757
5758 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5759
5760 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5761
5762 * gnus.el: Bump version to Gnus v5.13.
5763
5764 2007-10-28 Miles Bader <miles@gnu.org>
5765
5766 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5767 at compile-time too.
5768
5769 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5770
5771 * gnus-msg.el (gnus-message-setup-hook): Add
5772 `message-remove-blank-cited-lines' to options.
5773
5774 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5775
5776 * message.el (message-remove-blank-cited-lines): New function.
5777 Suggested by Karl Plästerer.
5778
5779 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
5780
5781 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5782 mapc.
5783
5784 * imap.el (imap-open): Replace mapcar called for effect with mapc.
5785 (top-level): Use mapc to set functions to be traced for debugging.
5786
5787 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5788 called for effect with while loop.
5789
5790 * message.el (message-talkative-question): Replace mapcar called for
5791 effect with mapc.
5792
5793 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5794 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5795 called for effect with dolist.
5796
5797 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5798
5799 * nndiary.el: Use dolist instead of mapcar to add diary headers to
5800 gnus-extra-headers and nnmail-extra-headers.
5801
5802 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5803 called for effect with dolist.
5804 (top-level): Use mapc to set functions to be traced for debugging.
5805
5806 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5807 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5808 dolist.
5809
5810 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5811 Replace mapcar called for effect with mapc.
5812 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5813 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5814 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5815 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5816
5817 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5818 remove-if that's a cl function.
5819
5820 * webmail.el (webmail-debug): Replace mapcar called for effect with
5821 dolist.
5822
5823 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
5824
5825 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5826 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5827 with while loop.
5828
5829 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5830 functions from article-* functions.
5831 (gnus-multi-decode-header): Replace mapcar called for effect with
5832 dolist.
5833
5834 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
5835 (gnus-bookmark-show-details): Replace mapcar called for effect with
5836 while loop.
5837
5838 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
5839 called for effect with while loop.
5840
5841 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
5842 with dolist.
5843
5844 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
5845 mapcar called for effect with dolist.
5846
5847 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
5848
5849 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
5850 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
5851 Replace mapcar called for effect with dolist.
5852 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
5853 mapc.
5854
5855 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
5856 Replace mapcar called for effect with dolist.
5857 (gnus-topic-list): Replace mapcar called for effect with mapc.
5858
5859 * gnus.el: Use mapc instead of mapcar to add autoloads.
5860
5861 2007-10-23 Richard Stallman <rms@gnu.org>
5862
5863 * gnus-group.el (gnus-group-highlight): Mark as risky.
5864
5865 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
5866
5867 * gnus.el (gnus-server-to-method): Return method found first in
5868 gnus-newsrc-alist.
5869
5870 * gnus-art.el (gnus-article-highlight-signature)
5871 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
5872 button overlay without the front stickiness.
5873
5874 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
5875
5876 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
5877 overview buffer needed a catch to receive its throw.
5878 (gnus-agent-flush-cache): Declared as interactive to make this function
5879 easier to use.
5880
5881 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
5882
5883 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
5884 `next-line'.
5885
5886 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
5887
5888 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
5889 exclude address matching message-dont-reply-to-names.
5890
5891 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5892
5893 * gnus-util.el (gnus-string<): New function.
5894
5895 * gnus-sum.el (gnus-article-sort-by-author)
5896 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
5897
5898 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5899
5900 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
5901 the frame-focus tag is set in gnus-buffer-configuration.
5902
5903 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
5904
5905 * gnus-art.el (gnus-article-add-button): Make a button overlay without
5906 the front stickiness.
5907
5908 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5909
5910 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
5911 url pattern; remove duplicate one.
5912 (gnus-article-extend-url-button): New function.
5913 (gnus-article-add-buttons): Use it.
5914 (gnus-button-push): Use concatenated url that it makes.
5915
5916 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
5917
5918 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
5919 (sieve-manage-open): Use `mapc' instead of `mapcar'.
5920
5921 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
5924 Don't hardcode point-min==1.
5925
5926 2007-09-30 David Kastrup <dak@gnu.org>
5927
5928 * gnus-art.el (gnus-article-reply-with-original)
5929 (gnus-article-followup-with-original): When `transient-mark-mode' is
5930 off, refrain from active-region behavior for followups.
5931
5932 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5933
5934 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
5935 Fix comment about "iso8859-1".
5936
5937 2007-10-08 Daiki Ueno <ueno@unixuser.org>
5938
5939 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
5940 ones returned from the verify-function.
5941
5942 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
5943 mml2015-extract-cleartext-signature if extraction failed.
5944
5945 2007-10-07 Daiki Ueno <ueno@unixuser.org>
5946
5947 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
5948 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5949 failed.
5950
5951 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5952
5953 * Relicense "GPLv2 or later" files to "GPLv3 or later".
5954
5955 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5956
5957 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
5958 to mark a thread as expirable. Add variable `hide' to handle hiding of
5959 thread for both the null and zero (kill/expire thread) universal prefix
5960 cases.
5961 (gnus-summary-expire-thread): Add new function to expire a thread,
5962 using gnus-summary-kill-thread.
5963 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
5964 shortcuts for gnus-summary-expire-thread.
5965 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
5966 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
5967
5968 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5969
5970 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
5971 extras value, so an extras entry can be deleted.
5972 (gnus-registry-delete-extra-entry): Use it.
5973 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
5974 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
5975 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
5976 storage through the gnus-registry, and provide an appropriate API for
5977 it.
5978
5979 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5980
5981 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
5982 Suggested by Leo <sdl.web@gmail.com>.
5983
5984 * gnus.el: Do.
5985
5986 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5987
5988 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
5989 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
5990
5991 * gnus-agent.el (gnus-agent-fetch-headers): Do.
5992
5993 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
5994 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
5995
5996 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
5997
5998 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
5999 newline.
6000 (nnmbox-request-accept-article): Don't change article in source buffer;
6001 narrow to header to use message-fetch-field rather than
6002 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6003 (nnmbox-request-replace-article): Quote lines that'll be misidentified
6004 as delimiters; make sure article ends with newline.
6005 (nnmbox-delete-mail): Correct last position of article to be deleted;
6006 ignore X-Gnus-Newsgroup header in article body.
6007 (nnmbox-save-mail): Quote lines looking like delimiters at the right
6008 positions; make sure article ends with newline.
6009
6010 * message.el (message-display-abbrev): Don't infloop when a user
6011 inserts SPC in the beginning of header.
6012
6013 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
6014
6015 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6016 list of groups not followed by default. Fix type to be regexp.
6017 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6018
6019 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
6020
6021 * hmac-def.el (define-hmac-function): Switch from old-style to
6022 new-style backquotes.
6023
6024 * md4.el (md4-make-step): Likewise.
6025
6026 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6027
6028 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6029 raw-text coding system when saving .newsrc file, which may contain
6030 non-ASCII group names.
6031
6032 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6033
6034 * gnus-cus.el (gnus-score-extra): New widget.
6035 (gnus-score-extra-convert): New function.
6036 (gnus-score-customize): Use it for Extra.
6037
6038 2007-08-31 Daiki Ueno <ueno@unixuser.org>
6039
6040 * mml2015.el (mml2015-extract-cleartext-signature): New function.
6041 (mml2015-mailcrypt-clear-verify): Use it.
6042 (mml2015-gpg-clear-verify): Use it.
6043 (mml2015-pgg-clear-verify): Use it.
6044 (mml2015-epg-clear-verify): Replace the current part with the output
6045 from GnuPG; don't extract the plaintext by itself.
6046
6047 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6048 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6049 mml2015-clear-verify-function; don't touch the armor headers or
6050 dash-escaped text here.
6051
6052 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
6053
6054 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6055 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6056 parts, or application/octet-stream as a last resort.
6057 (gnus-mime-view-part-as-type): Don't toggle display.
6058 (gnus-mime-view-part-as-charset): Don't turn off display before
6059 querying charset.
6060
6061 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6062 stuff to undisplayer function in Emacs.
6063 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6064
6065 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6066 text/calendar parts.
6067
6068 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
6069
6070 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6071 decoding text/calendar parts.
6072
6073 * message.el (message-forward-make-body-mime): Always mark body as
6074 having no illegible text; remove signed-or-encrypted argument.
6075 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6076
6077 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6078 (mml-generate-mime-1): Don't encode body if it is specified to be in
6079 raw form; don't make buffer be unibyte when inserting multibyte string.
6080
6081 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * sha1.el: Fix up comment style.
6084 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6085 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6086
6087 * hex-util.el: Fix up comment style.
6088 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6089
6090 * gnus-salt.el: Use with-current-buffer.
6091 (gnus-pick-setup-message): Fix long-standing typo.
6092
6093 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
6094
6095 * imap.el (imap-logout-timeout): New variable.
6096 (imap-logout, imap-logout-wait): New functions.
6097 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6098
6099 * nnimap.el (nnimap-logout-timeout): New server variable.
6100 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6101 nnimap-logout-timeout.
6102
6103 * gnus-art.el (gnus-article-summary-command-nosave)
6104 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6105
6106 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6107
6108 * gnus.el (gnus-maximum-newsgroup): New variable.
6109
6110 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6111 according to gnus-maximum-newsgroup.
6112
6113 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6114 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6115 Limit the range of articles according to gnus-maximum-newsgroup.
6116
6117 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
6118
6119 * gnus-art.el (gnus-sticky-article): Fixed problems described in
6120 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
6121 Don't perform gnus-configure-windows here; reuse existing sticky
6122 article buffer.
6123
6124 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6125 it doesn't exist in gnus-article-mode.
6126
6127 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
6128
6129 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6130 (gnus-agent-decoded-group-name): New function.
6131 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6132 (gnus-agent-expire-group-1): Use it; decode group name in messages.
6133
6134 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
6135
6136 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6137 Add binding for gnus-sticky-article.
6138 (gnus-summary-exit): Don't kill sticky article buffers.
6139
6140 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6141 article buffer.
6142 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6143 (gnus-kill-sticky-article-buffers): New commands.
6144
6145 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6146
6147 * nntp.el (nntp-xref-number-is-evil): New server variable.
6148 (nntp-find-group-and-number): If it is non-nil, don't trust article
6149 numbers in the Xref header.
6150
6151 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6152
6153 * gnus-agent.el (gnus-agent-read-group): New function.
6154 (gnus-agent-flush-group, gnus-agent-expire-group)
6155 (gnus-agent-regenerate-group): Use it.
6156 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6157 nnmail-pathname-coding-system.
6158
6159 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6160
6161 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6162
6163 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6164 that are unread as unread, and also as selected so that information of
6165 marks having been changed by a user may be updated when exiting group.
6166
6167 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6168
6169 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
6170
6171 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
6172
6173 * gnus-art.el (gnus-mime-display-single): Pass part number that is
6174 calculated ignoring signature parts to gnus-treat-article.
6175
6176 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6177
6178 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6179 a point here in order to keep the window start.
6180 (gnus-insert-mime-security-button): Make a button overlay without the
6181 front stickiness.
6182 (gnus-mime-display-security): Goto the end of a button.
6183
6184 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6185
6186 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6187
6188 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6189 group-name-at-point.
6190 (gnus-group-completing-read): New function that offers decoded
6191 non-ASCII group names for completion.
6192 (gnus-fetch-group, gnus-group-read-ephemeral-group)
6193 (gnus-group-jump-to-group, gnus-group-make-group-simple)
6194 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6195 (gnus-group-fetch-control): Use it.
6196 (gnus-fetch-group): Use group-name-at-point for the initial value
6197 rather than the default value; use gnus-alive-p.
6198
6199 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6200 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6201 (gnus-summary-post-news): Use gnus-group-completing-read.
6202
6203 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6204 (gnus-read-move-group-name): Decode group name for completion.
6205
6206 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
6207
6208 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6209 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6210 Yamaoka slightly modified the code).
6211
6212 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6213
6214 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6215 (nnmail-split-incoming): Bind it.
6216
6217 * nnml.el (nnml-group-name-charset): New function.
6218 (nnml-decoded-group-name): Use it; don't decode group name if
6219 nnmail-group-names-not-encoded-p is non-nil.
6220 (nnml-encoded-group-name): New function.
6221 (nnml-group-pathname): Inline nnml-decoded-group-name.
6222 (nnml-request-expire-articles): Decode group name in message.
6223 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6224 nnmail-pathname-coding-system.
6225 (nnml-save-mail, nnml-active-number): Work with decoded group names and
6226 not decoded ones according to nnmail-group-names-not-encoded-p.
6227 (nnml-generate-active-info): Use nnml-encoded-group-name.
6228
6229 2007-08-08 Glenn Morris <rgm@gnu.org>
6230
6231 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6232 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6233 doc-strings and comments.
6234
6235 2007-07-25 Glenn Morris <rgm@gnu.org>
6236
6237 * Relicense all FSF files to GPLv3 or later.
6238
6239 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6240
6241 * gnus-sum.el (gnus-summary-move-article): Make
6242 gnus-summary-respool-article work.
6243
6244 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
6245
6246 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6247 string.
6248
6249 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
6250
6251 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
6252 that should be ignored when comparing distant RSS articles with local
6253 ones.
6254 (nnrss-make-hash-index): New function. Create a hash index according
6255 to the ignored fields.
6256 (nnrss-check-group): Use it.
6257
6258 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6259
6260 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6261
6262 * gnus-art.el (article-decode-group-name): Decode Xref header too.
6263
6264 * gnus-group.el (gnus-group-make-group): Encode group name here unless
6265 the new optional argument ENCODED is non-nil.
6266 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6267 coding system for encoding group name.
6268 (gnus-group-make-rss-group): Pass un-encoded group name to
6269 gnus-group-make-group.
6270 (gnus-group-set-info): Tell gnus-group-make-group that group name is
6271 encoded.
6272
6273 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6274 Encode group name to which articles are moved or copied.
6275 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6276 coding system for encoding Newsgroup, Followup-To and Xref headers.
6277
6278 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6279 marks; use nnheader-file-coding-system to write a file.
6280 (nnagent-retrieve-headers): Bind file-name-coding-system to
6281 nnmail-pathname-coding-system.
6282
6283 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6284
6285 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6286 (nnml-request-article, nnml-request-create-group)
6287 (nnml-request-rename-group, nnml-find-id)
6288 (nnml-possibly-change-directory, nnml-possibly-create-directory)
6289 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6290 (nnml-save-marks): Use nnml-group-pathname instead of
6291 nnmail-group-pathname.
6292
6293 (nnml-request-create-group, nnml-request-expire-articles)
6294 (nnml-request-move-article, nnml-request-delete-group)
6295 (nnml-deletable-article-p, nnml-possibly-create-directory)
6296 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6297 (nnml-open-marks): Bind file-name-coding-system to
6298 nnmail-pathname-coding-system.
6299
6300 (nnml-request-article): Pass server argument to nnml-find-group-number.
6301 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6302 server argument to nnml-possibly-create-directory.
6303 (nnml-request-accept-article): Pass server argument to
6304 nnml-active-number and nnml-save-mail.
6305 (nnml-find-group-number): Pass server argument to nnml-find-id.
6306 (nnml-request-update-info): Pass server argument to
6307 nnml-marks-changed-p.
6308
6309 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6310 (nnml-save-mail, nnml-active-number): Add server argument.
6311
6312 (nnml-request-delete-group): Warn if group is missing.
6313 (nnml-get-nov-buffer): Decode group name.
6314 (nnml-generate-active-info): Encode group name.
6315 (nnml-open-marks): Decode group name in messages.
6316
6317 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
6318
6319 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6320 if it is not specified.
6321 (gnus-article-pipe-part, gnus-article-save-part)
6322 (gnus-article-interactively-view-part, gnus-article-copy-part)
6323 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6324 (gnus-article-inline-part, gnus-article-save-part-and-strip)
6325 (gnus-article-replace-part, gnus-article-delete-part)
6326 (gnus-article-view-part-as-type): Pass raw prefix argument to
6327 gnus-article-part-wrapper.
6328
6329 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
6330
6331 * gnus-agent.el (gnus-agent-save-active): Bind
6332 nnheader-file-coding-system to gnus-agent-file-coding-system.
6333
6334 * gnus-cache.el (gnus-cache-save-buffers)
6335 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6336 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6337 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6338 (gnus-cache-braid-nov, gnus-cache-braid-heads)
6339 (gnus-cache-generate-active, gnus-cache-rename-group)
6340 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6341 (gnus-cache-update-overview-total-fetched-for): Bind
6342 file-name-coding-system to nnmail-pathname-coding-system.
6343 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6344 variables.
6345 (gnus-cache-decoded-group-name): New function.
6346 (gnus-cache-file-name): Use it.
6347 (gnus-cache-generate-active): Use non-decoded group name for active.
6348
6349 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6350 right place.
6351 (gnus-write-active-file): Don't break non-ASCII group names.
6352
6353 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6354 nnmail-pathname-coding-system.
6355
6356 * gnus-uu.el (gnus-uu-decode-save): Typo.
6357
6358 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6359
6360 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6361
6362 2007-07-14 David Kastrup <dak@gnu.org>
6363
6364 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
6365 finishing actions if we did not edit the article.
6366
6367 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6368
6369 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6370 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6371 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6372 (gnus-agent-flush-group, gnus-agent-flush-cache)
6373 (gnus-agent-fetch-headers, gnus-agent-load-alist)
6374 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6375 (gnus-agent-retrieve-headers, gnus-agent-request-article)
6376 (gnus-agent-regenerate-group)
6377 (gnus-agent-update-files-total-fetched-for)
6378 (gnus-agent-update-view-total-fetched-for): Bind
6379 file-name-coding-system to nnmail-pathname-coding-system.
6380 (gnus-agent-group-pathname): Don't encode file names by
6381 nnmail-pathname-coding-system.
6382 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6383 coding-system-for-write instead of buffer-file-coding-system to
6384 gnus-agent-file-coding-system.
6385
6386 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6387 Decode group name.
6388
6389 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6390
6391 * gnus-start.el (gnus-update-active-hashtb-from-killed)
6392 (gnus-read-newsrc-el-file): Make group names unibyte.
6393
6394 * nnmail.el (nnmail-group-pathname): Don't encode file names by
6395 nnmail-pathname-coding-system.
6396
6397 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6398 (nnrss-request-delete-group): Bind file-name-coding-system to
6399 nnmail-pathname-coding-system.
6400 (nnrss-read-server-data, nnrss-read-group-data): Bind
6401 file-name-coding-system correctly.
6402 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6403
6404 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6405 (nntp-server-to-method-cache): New variable.
6406 (nntp-group-pathname): New function that decodes non-ASCII group names.
6407 (nntp-possibly-create-directory, nntp-marks-changed-p)
6408 (nntp-save-marks, nntp-open-marks): Use it.
6409 (nntp-possibly-create-directory, nntp-open-marks):
6410 Bind file-name-coding-system to nnmail-pathname-coding-system.
6411 (nntp-open-marks): Decode group names when bootstrapping marks.
6412
6413 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6414 Newsgroups and Folowup-To headers.
6415
6416 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6417
6418 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6419 (gnus-server-closed-face, gnus-server-denied-face)
6420 (gnus-server-offline-face): Remove variable.
6421 (gnus-server-font-lock-keywords): Use faces that are not aliases.
6422
6423 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6424 of modifying message-stack directly for XEmacs.
6425
6426 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6427 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6428 if the coding-system argument is nil for XEmacs.
6429
6430 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6431 mm-charset-override-alist.
6432
6433 * rfc2047.el: Don't require base64; require rfc2045 for the function
6434 rfc2045-encode-string.
6435 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6436 to quote the parameter value.
6437
6438 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
6439
6440 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6441 form in gnus-group-name-charset-method-alist.
6442
6443 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6444 overrides the default layout edit-form.
6445
6446 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6447
6448 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6449
6450 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
6451
6452 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6453 as unfetched articles.
6454
6455 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6456
6457 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6458
6459 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6460
6461 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6462 original back end that keeps marks in the local system.
6463
6464 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
6465
6466 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6467 arg of pop-to-buffer for XEmacs.
6468 (gnus-article-read-summary-keys): Ditto; don't restore window
6469 configuration if summary command ends up with neither article buffer
6470 nor summary buffer; describe bindings if summary keys end with C-h.
6471
6472 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6473
6474 * message.el (message-fix-before-sending): Skip raw message part to be
6475 forwarded while checking illegible text.
6476 (message-forward-make-body-mime, message-forward-make-body): Mark
6477 signed or encrypted raw message as having no illegible text.
6478
6479 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6480
6481 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6482 (gnus-message-with-timestamp-1): New macro.
6483 (gnus-message-with-timestamp): New function.
6484 (gnus-message): Use them.
6485
6486 * nnheader.el (nnheader-message): Use them.
6487
6488 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
6489
6490 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6491 .newsrc.eld file.
6492
6493 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6494
6495 * gnus-agent.el (gnus-agent-fetch-headers)
6496 (gnus-agent-retrieve-headers): Bind
6497 gnus-decode-encoded-address-function to identity.
6498
6499 * nntp.el (nntp-send-xover-command): Recognize an xover command is
6500 available also when the server returns simply a dot.
6501
6502 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6503
6504 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
6505
6506 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6507
6508 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
6509
6510 * gnus-ems.el (gnus-x-splash): Make it work.
6511
6512 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6513 from being used.
6514
6515 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6516
6517 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6518 the front stickiness.
6519 (gnus-article-summary-command-nosave): Correct the order of the
6520 arguments passed to pop-to-buffer.
6521 (gnus-article-read-summary-keys): Ditto; make it work properly when the
6522 summary command ends up with the article buffer.
6523
6524 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6525 the same faces.
6526
6527 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
6528
6529 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6530
6531 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6532
6533 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6534 * gnus-sum.el (gnus-summary-highlight):
6535 * mail-source.el (mail-source-delete-old-incoming-confirm):
6536 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6537
6538 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
6539
6540 * gnus-art.el (gnus-mime-view-part-externally)
6541 (gnus-mime-view-part-internally): Fix predicate function passed to
6542 completing-read.
6543
6544 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6545
6546 * gnus.el (gnus-update-message-archive-method): Add :version.
6547
6548 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6549
6550 * gnus.el (gnus-update-message-archive-method): New variable.
6551
6552 * gnus-start.el (gnus-setup-news): Update saved "archive" method
6553 according to gnus-message-archive-method if
6554 gnus-update-message-archive-method is non-nil.
6555
6556 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
6557
6558 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
6559 by Loic Dachary <loic@dachary.org>.
6560 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6561
6562 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
6563
6564 * message.el (message-pop-to-buffer): Add switch-function argument.
6565 (message-mail): Pass switch-function argument to it.
6566
6567 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
6568
6569 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6570 Improve doc string.
6571
6572 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
6573
6574 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6575 (gnus-header-content)
6576 * gnus-cite.el (gnus-cite-10)
6577 * gnus-srvr.el (gnus-server-closed)
6578 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6579 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6580 (gnus-group-mail-3-empty, gnus-group-mail-low)
6581 (gnus-group-mail-low-empty, gnus-splash)
6582 * message.el (message-header-to, message-header-cc)
6583 (message-header-subject, message-header-other, message-header-name)
6584 (message-header-xheader, message-separator, message-cited-text)
6585 (message-mml): Lighten colors of faces used for dark background.
6586
6587 2007-05-24 Simon Josefsson <simon@josefsson.org>
6588
6589 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6590 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
6591
6592 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
6593
6594 * message.el (message-narrow-to-headers-or-head):
6595 Ignore mail-header-separator in the body.
6596
6597 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
6598
6599 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6600 same as window size.
6601
6602 2007-05-22 Kevin Ryde <user42@zip.com.au>
6603
6604 * message.el (message-font-lock-keywords): Use message-header-xheader
6605 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
6606 ahead of the anything pattern, to get it recognised.
6607
6608 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
6609
6610 * gnus-sum.el (gnus-articles-to-read)
6611 (gnus-summary-insert-old-articles): Don't truncate group name for
6612 `read-string'.
6613
6614 * gnus-util.el (gnus-limit-string): Delete this function.
6615
6616 * gnus-sum.el (gnus-simplify-subject-fully): Use
6617 `truncate-string-to-width' instead.
6618
6619 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
6620
6621 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
6622 if, on summary exit, the next group has to be selected.
6623 (gnus-summary-exit): Use it.
6624
6625 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6626
6627 * gnus-art.el (gnus-article-mode): Fix comment about displaying
6628 non-break space.
6629
6630 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6631
6632 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6633 Check if group is not a directory.
6634 (nnfolder-request-expire-articles): Don't delete articles if the target
6635 group is not available.
6636
6637 * nnml.el (nnml-request-create-group): Properly check if group is not a
6638 file.
6639 (nnml-request-expire-articles): Don't delete articles if the target
6640 group is not available.
6641
6642 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6643 Don't quote characters that are within parentheses.
6644
6645 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
6646
6647 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6648 (gnus-handle-ephemeral-exit): Select article according to it.
6649
6650 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
6651
6652 * message.el (message-insert-formated-citation-line): Remove newline.
6653 (message-citation-line-format): Add final \n here so that the user can
6654 avoid a blank line.
6655
6656 2007-05-03 Dan Christensen <jdc@uwo.ca>
6657
6658 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6659 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6660 Update lanl/arXiv support.
6661
6662 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6663
6664 * gnus.el: Bump version number.
6665
6666 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6667
6668 * gnus.el (gnus-version-number): Bump version.
6669
6670 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6671
6672 * gnus.el: No Gnus v0.6 is released.
6673
6674 2007-04-27 Didier Verna <didier@xemacs.org>
6675
6676 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6677 * gmm-utils.el (gmm-regexp-concat): here.
6678 * message.el: Don't require 'gnus-util.
6679 (message-dont-reply-to-names): Handle name change above.
6680 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6681
6682 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
6683
6684 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6685 since the initial value varies according to the system.
6686
6687 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
6688
6689 * mm-util.el (mm-charset-synonym-alist): Defcustom.
6690
6691 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6692
6693 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6694
6695 2007-04-24 Didier Verna <didier@xemacs.org>
6696
6697 Improve the type of gnus-ignored-from-addresses.
6698 * gnus-util.el (gnus-orify-regexp): New function.
6699 * message.el (gnus-util): Require it.
6700 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6701 * gnus-sum.el (gnus-ignored-from-addresses): New function.
6702 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6703
6704 2007-04-24 Didier Verna <didier@xemacs.org>
6705
6706 * gnus-sum.el:
6707 * gnus-utils.el: Fix some trailing whitespaces.
6708
6709 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
6710
6711 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6712 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6713 article's Message-ID; refer parent article in summary buffer.
6714
6715 * message.el (message-bounce): Call mime-to-mml.
6716
6717 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
6718
6719 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6720
6721 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
6722
6723 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6724 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6725 displayed of multipart/alternative part if it is invoked from summary
6726 buffer.
6727
6728 * mm-view.el (mm-inline-text-html-render-with-w3m)
6729 (mm-inline-text-html-render-with-w3m-standalone)
6730 (mm-inline-render-with-function): Use mail-parse-charset by default.
6731
6732 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
6733
6734 * parse-time.el (parse-time-string-chars): Check if CHAR
6735 is less than the length of parse-time-syntax.
6736
6737 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
6738
6739 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6740 from gnus-newsgroup-processable.
6741
6742 2007-04-16 Didier Verna <didier@xemacs.org>
6743
6744 * gnus-msg.el (gnus-configure-posting-styles): Handle
6745 message-signature-directory properly with :file syntax. Reported by
6746 "Leo".
6747
6748 2007-04-11 Didier Verna <didier@xemacs.org>
6749
6750 New user option: message-signature-directory.
6751 * gnus-msg.el (gnus-configure-posting-styles): Support it.
6752 * message.el (message-insert-signature): Ditto.
6753 * message.el (message-signature-file): Doc update.
6754 * message.el (message-signature-directory): New.
6755
6756 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
6757
6758 * gnus-msg.el (gnus-inews-yank-articles): Use
6759 message-exchange-point-and-mark instead of exchange-point-and-mark.
6760
6761 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
6762
6763 * message.el (message-yank-original): Make sure cited text ends with
6764 newline; don't exchange point and mark.
6765
6766 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
6767
6768 * tls.el (open-tls-stream): Properly handle case where there
6769 is no associated buffer.
6770
6771 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
6772
6773 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6774 message-yank-original, make sure (< mark TEXT point).
6775
6776 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6777
6778 * message.el (message-fill-column): New variable.
6779 (message-mode): Use it. Add comment on a possible new hook.
6780
6781 * nnmail.el (nnmail-spool-file): Mark as obsolete.
6782 (nnmail-get-new-mail): Reformat.
6783
6784 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6785
6786 * gmm-utils.el: Fix Commentary.
6787 (gmm-tool-bar-from-list): Fix typo in doc string.
6788
6789 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
6790
6791 * message.el (message-yank-original): Don't switch point and mark
6792 unnecessarily to put point and mark as documented.
6793
6794 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6795
6796 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6797 from the message heads.
6798
6799 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
6800
6801 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6802 article buffer does not have a window. This may not be the best
6803 solution but is certainly better than setting the start of the null,
6804 that is the current, window.
6805
6806 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6807
6808 * gnus-draft.el (gnus-draft-setup-hook): New hook.
6809 (gnus-draft-setup): Run it.
6810
6811 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6812 gnus-score-fast-scoring. Allow regexp.
6813 (gnus-score-headers): Use it.
6814
6815 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6816 XEmacs.
6817
6818 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6819 string.
6820 (gnus-button-alist): Also catch `<f1> k ...'.
6821 (gnus-treat-display-x-face): Fix doc string.
6822
6823 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6824
6825 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6826 evaluation of gnus-extended-version to ensure correct generation of the
6827 User-Agent header when message-generate-headers-first is used.
6828
6829 2007-03-24 Simon Josefsson <simon@josefsson.org>
6830
6831 * hashcash.el (hashcash-generate-payment-async): Don't crash if
6832 hashcash-path is nil. Don't call callback with incorrect number of
6833 parameters if val is 0.
6834
6835 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6836
6837 * message.el (message-required-news-headers):
6838 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
6839
6840 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6841
6842 * message.el (message-generate-new-buffers): Change the meaning of the
6843 nil value; add `standard' to the choices; treat t as `unique'; improve
6844 doc string.
6845 (gnus-select-frame-set-input-focus): Autoload.
6846 (message-buffer-name): Search for the existing message buffer if
6847 message-generate-new-buffers is nil or `standard'; treat the value t of
6848 message-generate-new-buffers as `unique'.
6849 (message-pop-to-buffer): Raise the frame already displaying the message
6850 buffer; clear the echo area after querying.
6851 (message-setup): Pass the `continue' argument to compose-mail.
6852 (message-mail): Prefer `switch-function' if it is given; search for the
6853 existing message buffer if the `continue' argument is non-nil; pass
6854 continue and switch-function arguments to compose-mail by way of
6855 message-setup.
6856 (message-mail-other-window): Adjust argument of message-setup.
6857 (message-mail-other-frame): Ditto.
6858
6859 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
6860
6861 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
6862 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
6863 to turn font-lock on when turning gnus-message-citation-mode on.
6864
6865 2007-03-06 Daiki Ueno <ueno@unixuser.org>
6866
6867 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
6868 (mml-smime-function-alist): New variable; add epg as the backend.
6869 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
6870 mml-smime- functions instead.
6871 * mm-view.el: Require smime.
6872
6873 2007-03-05 Didier Verna <didier@xemacs.org>
6874
6875 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
6876 instead of just inheritance for posting styles.
6877 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
6878
6879 2007-02-24 John Paul Wallington <jpw@pobox.com>
6880
6881 * tls.el (tls-certtool-program): Fix custom type.
6882
6883 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6884
6885 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
6886 and point-at-eol instead of line-(beginning|end)-position.
6887
6888 * assistant.el (assistant-parse-buffer): Ditto.
6889
6890 2007-02-28 Daiki Ueno <ueno@unixuser.org>
6891
6892 * mml2015.el (mml2015-epg-find-usable-key): New function.
6893 (mml2015-epg-sign): Use it.
6894 (mml2015-epg-encrypt): Use it.
6895
6896 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6897
6898 * message.el (message-make-in-reply-to): Quote name containing
6899 non-ASCII characters. It will make the RFC2047 encoder cause an error
6900 if there are special characters. Reported by NAKAJI Hiroyuki
6901 <nakaji@jp.freebsd.org>.
6902
6903 2007-02-27 Didier Verna <didier@xemacs.org>
6904
6905 Include the group parameters as well as the topic ones in the
6906 inheritance filter process.
6907 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
6908 argument GROUP-PARAMS-LIST.
6909 * gnus-topic.el (gnus-group-topic-parameters): Use it.
6910
6911 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6912
6913 * nntp.el (nntp-never-echoes-commands)
6914 (nntp-open-connection-functions-never-echo-commands): New variables.
6915 (nntp-send-command): Use them.
6916
6917 2007-02-20 Daiki Ueno <ueno@unixuser.org>
6918
6919 * mml2015.el (mml2015-epg-verify): Simplified.
6920
6921 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6922
6923 * mml.el (mml-content-disposition-alist): New user option.
6924 (mml-content-disposition): New function.
6925 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
6926 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
6927
6928 2007-02-19 Daiki Ueno <ueno@unixuser.org>
6929
6930 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
6931 verification.
6932
6933 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6934
6935 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
6936 articles posted in the last 24 hours.
6937
6938 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
6939
6940 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
6941
6942 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
6943
6944 * nntp.el (nntp-send-command): Don't wait for echoes when
6945 nntp-open-ssl-stream is used.
6946
6947 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
6948
6949 * gnus-cite.el (gnus-test-font-lock-add-keywords)
6950 (gnus-message-add-citation-keywords)
6951 (gnus-message-remove-citation-keywords): Remove.
6952 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
6953 directly, make the variables in font-lock-defaults buffer-local, add
6954 gnus-message-citation-keywords to them and then update the value of
6955 font-lock-keywords.
6956
6957 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
6958
6959 * message.el (message-cite-original-1): Don't call
6960 gnus-article-highlight-citation.
6961
6962 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
6963 citations; fix line count.
6964
6965 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6966
6967 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
6968 (gnus-message-add-citation-keywords)
6969 (gnus-message-remove-citation-keywords): Use it; fix the emulating
6970 versions of font-lock-add-keywords and font-lock-remove-keywords to
6971 work with XEmacs correctly.
6972
6973 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
6974
6975 * gnus-cite.el (gnus-cite-face-list): Set the values of
6976 gnus-message-max-citation-depth and gnus-message-citation-keywords.
6977 (gnus-message-max-citation-depth): Use defvar rather than defconst.
6978 (gnus-message-cite-prefix-regexp): New variable.
6979 (gnus-message-search-citation-line): Use it; protect against long
6980 citation prefix; fill match data with nil rather than 0 for XEmacs; set
6981 the 0th match data for Emacs.
6982 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
6983 (gnus-message-add-citation-keywords): Append keywords rather than
6984 prepending; emulate font-lock-add-keywords if it is not available.
6985 (gnus-message-remove-citation-keywords): Emulate
6986 font-lock-remove-keywords if it is not available.
6987
6988 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
6989
6990 * message.el (message-cite-prefix-regexp): Set the value of
6991 gnus-message-cite-prefix-regexp.
6992
6993 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6994
6995 * nnweb.el (nnweb-google-parse-1): Update parser.
6996
6997 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
6998
6999 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7000
7001 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7002
7003 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7004 regexp.
7005
7006 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7007
7008 * uudecode.el (uudecode-string-to-multibyte): New function emulating
7009 string-to-multibyte.
7010 (uudecode-decode-region-internal): Use it.
7011
7012 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
7013
7014 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7015 custom choice.
7016
7017 * gnus-art.el (gnus-signature-limit): Fix custom choice.
7018
7019 2007-01-22 Daiki Ueno <ueno@unixuser.org>
7020
7021 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7022
7023 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7024 `write-region' to respect `mm-inhibit-file-name-handlers'.
7025
7026 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7027
7028 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7029 Use gnus-home-directory instead of "~/" or "$HOME".
7030
7031 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
7032
7033 * encrypt.el (encrypt-insert-file-contents): Add better prompt
7034 to mention filename.
7035 Add comments at beginning regarding usage.
7036 (encrypt-write-file-contents): Change interactive so a string is
7037 acceptable. If the file has no associated model, show an error instead
7038 of a nonsense prompt.
7039
7040 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7041
7042 * spam.el (spam-bsfilter-ham-switch): Fix typo.
7043 Thanks to Yoshihiko Yamada for kind notification of this typo.
7044
7045 2007-01-12 Kenichi Handa <handa@m17n.org>
7046
7047 * uudecode.el (uudecode-decode-region-internal): Make it work in a
7048 multibyte buffer.
7049
7050 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
7051
7052 * gnus-score.el (gnus-score-fast-scoring): New variable.
7053 (gnus-score-headers): Use it.
7054
7055 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7056
7057 * message.el (message-cite-original-1): Call
7058 gnus-article-highlight-citation if requested.
7059 (message-make-from): Allow name and address as optional arguments.
7060
7061 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7062
7063 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7064 bugs to doc string.
7065 (gnus-button-alist): Add mid\\|message-id.
7066 (gnus-button-fetch-group): Extend for use in
7067 `browse-url-browser-function'.
7068 (gnus-button-url-regexp): Try to catch paired parentheses like in
7069 Wikipedia URLs.
7070
7071 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7072 Suggested by Simon Krahnke <overlord@gmx.li>.
7073
7074 2007-01-13 Romain Francoise <romain@orebokech.com>
7075
7076 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7077 Update copyright.
7078
7079 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
7080
7081 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7082
7083 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
7084
7085 * gnus-registry.el (gnus-registry-unfollowed-groups)
7086 (gnus-registry-split-fancy-with-parent): Fix documentation.
7087
7088 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7089
7090 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7091 from nnweb groups.
7092
7093 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7094
7095 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7096 Xref urls. Erase buffer before requesting head.
7097
7098 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7099
7100 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
7101
7102 * gnus-soup.el (gnus-soup): New custom group. Make user variables
7103 customizable.
7104
7105 2007-01-05 Daiki Ueno <ueno@unixuser.org>
7106
7107 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7108 no signing key is found.
7109 (mml2015-epg-encrypt): Ask user whether to skip or abort if
7110 no encrypting and/or signing key is found.
7111
7112 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7113
7114 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7115
7116 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7117
7118 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7119 headers read from disk with the ones newly found in the current search.
7120 This should no longer cause problems, because the article numbers in
7121 Gmane's `nov.php' output are ignored since the previous change.
7122
7123 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7124
7125 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7126
7127 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
7128
7129 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7130
7131 2007-01-01 Romain Francoise <romain@orebokech.com>
7132
7133 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7134
7135 2006-12-31 Steve Youngs <steve@sxemacs.org>
7136
7137 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7138 `define-minor-mode' macro definition expanded properly.
7139 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7140 exclude it there.
7141
7142 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7143 of 2006-12-30. The default is nil on (S)XEmacs already because of the
7144 `fboundp' test.
7145 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7146 This is OK to autoload in (S)XEmacs now.
7147
7148 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7149
7150 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7151 keystroke.
7152 (gnus-summary-limit-to-singletons): Fix typo.
7153
7154 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7155 else fails.
7156
7157 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7158
7159 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7160 docstring.
7161
7162 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7163 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7164 (gnus-summary-insert-dormant-articles): Fix typo in message.
7165
7166 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
7167
7168 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7169 nil for XEmacs.
7170 (gnus-message-citation-mode): Don't autoload in XEmacs.
7171
7172 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7173
7174 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7175
7176 * nnimap.el (nnimap-expunge-search-string): Mention
7177 nnimap-search-uids-not-since-is-evil in docstring.
7178
7179 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7180
7181 * spam.el: Revert to make-obsolete-variable because
7182 define-obsolete-variable-alias is not supported in Emacs 21.
7183
7184 * spam.el (spam-ifile-path, spam-ifile-database-path)
7185 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7186 make-obsolete-variable.
7187 (spam-bsfilter-path, spam-bsfilter-program)
7188 (spam-spamassassin-path, spam-spamassassin-program)
7189 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
7190 use "path" inappropriately.
7191 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7192 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7193 variable names.
7194
7195 2006-12-28 Daiki Ueno <ueno@unixuser.org>
7196
7197 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7198 summary buffer.
7199
7200 * password.el (password-cache-remove): Use clear-string to burn
7201 password, if available.
7202
7203 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7204
7205 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7206
7207 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7208
7209 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7210 (gnus-message-highlight-citation): Move defcustom here from
7211 gnus-cite.el.
7212 (gnus-message-citation-mode): Autoload.
7213
7214 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
7215 checks to make it compile with XEmacs.
7216 (gnus-message-citation-mode): New minor mode.
7217 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7218 (gnus-message-highlight-citation): New variables.
7219 (gnus-message-search-citation-line)
7220 (gnus-message-add-citation-keywords)
7221 (gnus-message-remove-citation-keywords)
7222 (turn-on-gnus-message-citation-mode)
7223 (turn-off-gnus-message-citation-mode): New functions.
7224
7225 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
7226
7227 * gnus-cite.el: Enable highlighting of different citation levels in
7228 message-mode.
7229
7230 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7231
7232 * message.el (message-make-fqdn): Fix comment.
7233 (message-bogus-system-names): Add ".local".
7234
7235 * spam.el (spam-ifile-path, spam-ifile-program)
7236 (spam-ifile-database-path, spam-ifile-database)
7237 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7238 Don't use "path" inappropriately.
7239 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7240 strings.
7241 (spam-check-ifile, spam-ifile-register-with-ifile)
7242 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7243 new variable names.
7244
7245 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7246 (gnus-treat-display-smileys): Simplify using
7247 gnus-image-type-available-p.
7248
7249 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7250 available.
7251
7252 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7253
7254 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7255 one after turning on the buffer's multibyteness instead of decoding
7256 them directly in the unibyte buffer that causes unexpected conversion
7257 in Emacs 23 (unicode).
7258
7259 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7260
7261 * message.el (message-generate-hashcash): Fix custom type.
7262
7263 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
7264
7265 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7266
7267 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
7268
7269 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7270 disconnect icons. Add help text.
7271
7272 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
7273
7274 * spam.el (spam-extra-header-to-number): CRM114 spam score is
7275 negated to be consistent with the others we handle.
7276
7277 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7278
7279 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7280 version of gnus-summary-buffer to something, so that we can use two
7281 article buffers at the same time.
7282
7283 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
7284
7285 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7286 trigger all the extra headers.
7287 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7288 sorting.
7289
7290 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7291
7292 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7293 solid groups.
7294
7295 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7296
7297 * legacy-gnus-agent.el: Add Copyright notice.
7298
7299 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
7300
7301 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7302
7303 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7304
7305 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7306
7307 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7308 to make it work reliably in CVS Emacs.
7309 (gnus-summary-limit-strange-charsets-predicate)
7310 (gnus-summary-limit-to-predicate): New functions.
7311
7312 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7315 specifying array size.
7316 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7317 array if it is too small.
7318 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7319 (gnus-sort-threads-loop): New function.
7320
7321 2006-12-06 Chris Moore <dooglus@gmail.com>
7322
7323 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7324 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7325
7326 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
7327
7328 * mm-url.el (mm-url-predefined-programs): Call curl with correct
7329 options.
7330
7331 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7332
7333 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7334 DOS-ing the recipient.
7335
7336 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7337 the headers when creating the mapping to avoid mismappings.
7338 (nnweb-gmane-create-mapping): Always nix out old mapping.
7339
7340 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7341
7342 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7343 and mm-verify-option to never.
7344
7345 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7346
7347 * message.el (message-signed-or-encrypted-p): New function.
7348 (message-forward-make-body): Use it.
7349
7350 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7351 Replace encode-coding-string with mm-encode-coding-string.
7352
7353 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * nneething.el (nneething-decode-file-name): Replace
7356 decode-coding-string with mm-decode-coding-string.
7357
7358 * gnus-int.el (gnus-open-server): Say failed server's name.
7359
7360 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7361
7362 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7363 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7364
7365 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7366 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7367 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7368 (gnus-group-make-directory-group, gnus-group-transpose-groups):
7369 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7370 (gnus-subscribe-newsgroup, gnus-1):
7371 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7372 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7373 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7374 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7375
7376 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7377
7378 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7379 keystroke.
7380 (gnus-summary-limit-to-bodies): Implement headersp.
7381
7382 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7383
7384 * dns.el (query-dns): Protect against "Process dns deleted" strings.
7385
7386 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7387
7388 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7389
7390 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7391
7392 * message.el (message-generate-hashcash): Expand range of values to
7393 include `opportunistic'.
7394 (message-send-mail): Use it.
7395
7396 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7397
7398 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7399 and comment it.
7400
7401 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7402
7403 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
7404
7405 * gnus-util.el (gnus-extract-address-components): Improve comment.
7406
7407 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7408
7409 * gnus-util.el (gnus-extract-address-components): Work with address in
7410 which the name portion contains @.
7411
7412 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
7413
7414 * gnus.el (gnus-start): Move custom group up.
7415 (gnus-select-method): Don't autoload, but make it available for
7416 `customize-variable'.
7417 (gnus-getenv-nntpserver): Don't autoload.
7418
7419 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
7420
7421 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7422
7423 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
7424
7425 * message.el (message-sendmail-extra-arguments): New variable.
7426 (message-send-mail-with-sendmail): Use it.
7427
7428 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7429
7430 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7431 mm-with-unibyte-current-buffer to make string unibyte.
7432
7433 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7434 mm-string-as-multibyte.
7435
7436 2006-11-14 Daiki Ueno <ueno@unixuser.org>
7437
7438 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7439 Reported by Werner Koch <wk@gnupg.org>.
7440
7441 2006-11-14 Daiki Ueno <ueno@p360>
7442
7443 * mml2015.el: Autoload epa-select-keys when compiling.
7444
7445 2006-11-13 Daiki Ueno <ueno@unixuser.org>
7446
7447 * mml2015.el (mml2015-epg-sign): Save the signing keys in
7448 message-options.
7449 (mml2015-epg-encrypt): Save the recipient keys in message-options.
7450
7451 2006-11-13 Daiki Ueno <ueno@unixuser.org>
7452
7453 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7454 EasyPG (< 0.0.6).
7455 (mml2015-always-trust): New user option.
7456 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7457 prompt.
7458
7459 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7460
7461 * nntp.el (nntp-authinfo-force): New variable.
7462 (nntp-send-authinfo): Use it.
7463
7464 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7465
7466 * message.el (message-strip-subject-encoded-words): Allow _not_ to
7467 decode encoded words. Improve prompt. Add comment about forwarding.
7468 (message-replacement-char): Move up.
7469
7470 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7471
7472 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7473 instead of gnus-intersection because arguments of gnus-sorted-nunion
7474 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
7475
7476 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
7477
7478 * message.el (message-strip-subject-encoded-words): Reformat prompt.
7479 (message-simplify-subject-functions): Enable
7480 message-strip-subject-encoded-words by default.
7481
7482 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
7483
7484 * message.el (message-strip-subject-encoded-words): New function.
7485 (message-simplify-subject-functions): New variable.
7486 (message-simplify-subject): Use it. Fix typo in doc string.
7487 Support message-strip-subject-encoded-words.
7488
7489 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7490
7491 * gnus-diary.el (gnus-diary-delay-format-function):
7492 * nndiary.el (nndiary-reminders):
7493 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7494
7495 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7496
7497 * gnus-art.el (article-hide-boring-headers): Fetch date from
7498 gnus-original-article-buffer to avoid problems with localized date
7499 strings.
7500
7501 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7502
7503 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7504
7505 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
7506
7507 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7508 New variables.
7509 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7510 (mm-charset-synonym-alist): Move some entries to
7511 mm-codepage-iso-8859-list.
7512 (mm-charset-synonym-alist, mm-charset-override-alist): Add
7513 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7514
7515 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7516
7517 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7518
7519 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7520
7521 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7522 with Emacs 21 and XEmacs.
7523
7524 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
7525
7526 * spam.el (spam-parse-address): New function for better parsing,
7527 catching errors, etc.
7528 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7529
7530 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7531
7532 * mm-view.el: Add interactive arg to html2text autoload.
7533
7534 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
7535
7536 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7537
7538 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
7539
7540 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7541 variables.
7542 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7543 (mm-charset-synonym-alist): Move some entries to
7544 mm-codepage-iso-8859-list.
7545
7546 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7547
7548 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
7549
7550 * message.el (message-citation-line-format)
7551 (message-insert-formated-citation-line): Fix implementation of %E, %N
7552 and %n according to the doc string.
7553
7554 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
7555
7556 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7557 car-safe to avoid bad parses.
7558
7559 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7562 names.
7563
7564 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7565
7566 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7567
7568 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7569 header.
7570
7571 * message.el (message-draft-headers): Add Date.
7572 (message-headers-to-generate): Fix typo in docstring.
7573
7574 * nndraft.el (nndraft-required-headers): New variable.
7575 (nndraft-generate-headers): Use it.
7576
7577 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7578
7579 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
7580
7581 * gnus-registry.el (gnus-registry-wash-for-keywords)
7582 (gnus-registry-find-keywords): New functions to allow easy searching of
7583 articles that are in the registry.
7584
7585 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
7586
7587 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7588 ietf-drums-parse-address instead of gnus-extract-address-components.
7589 Reported by Damien Elmes <damien@repose.cx>.
7590
7591 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
7592
7593 * gnus.el (gnus-mime): Remove unused custom group.
7594
7595 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7596
7597 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7598 "blank line" when searching for end of armor headers.
7599
7600 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7601
7602 * gmm-utils.el (gmm-write-region): Fix variable name.
7603
7604 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
7605
7606 * gmm-utils.el (gmm-write-region): New function based on compatibility
7607 code from `mm-make-temp-file'.
7608
7609 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7610
7611 * nnmaildir.el (nnmaildir--update-nov)
7612 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7613 Use `gmm-write-region'.
7614
7615 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7616
7617 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7618 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7619
7620 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7621
7622 * message.el (message-replacement-char): New variable.
7623 (message-fix-before-sending): Use it.
7624 (message-simplify-subject): New function to remove duplicate code.
7625 (message-reply, message-followup): Use it.
7626
7627 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7628 gnus-summary-limit-to-articles.
7629
7630 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7631
7632 * gnus-util.el (gnus-with-local-quit): New macro.
7633
7634 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7635
7636 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
7637
7638 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7639 ignore non-string data.
7640
7641 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
7642
7643 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7644 non-string data (needs to be done in the registry too).
7645
7646 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7647
7648 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7649 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7650 (gnus-registry-split-fancy-with-parent)
7651 (gnus-registry-fetch-simplified-message-subject-fast)
7652 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7653 Remove text properties on ingress into the registry and when it's saved.
7654 (gnus-registry-clean-empty-function): Fix bug with cleaning the
7655 registry from entries with no groups.
7656
7657 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7658
7659 * gnus-util.el (gnus-string-remove-all-properties): Add utility
7660 function to remove string properties.
7661
7662 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
7663
7664 * gmm-utils.el (gmm): Adjust custom version.
7665
7666 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7667 custom version.
7668
7669 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7670
7671 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
7672
7673 * gnus-art.el (gnus-insert-prev-page-button)
7674 (gnus-insert-next-page-button): Simplify. Reformat.
7675
7676 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
7677
7678 * gnus-art.el (gnus-insert-prev-page-button)
7679 (gnus-insert-next-page-button): Apply gnus-article-button-face.
7680
7681 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7684
7685 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
7686
7687 * gnus-art.el (gnus-insert-mime-button)
7688 (gnus-insert-mime-security-button):
7689 Apply gnus-article-button-face to MIME and security buttons.
7690
7691 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
7692
7693 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7694 readable.
7695
7696 2006-09-20 Steve Youngs <steve@sxemacs.org>
7697
7698 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7699 `browse-url-of-file' instead of `browse-url'.
7700
7701 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7702
7703 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7704 regexp. Articles containing quotation were cut prematurely.
7705
7706 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7707
7708 * message.el (message-cite-original-1): Use nobody by default for the
7709 value of From header.
7710 (message-reply): Ditto.
7711
7712 2006-09-11 Daiki Ueno <ueno@unixuser.org>
7713
7714 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7715 to the gnus-info. This fixes a bug of inline-PGP message verification.
7716 Reported by Michael Piotrowski <mxp@dynalabs.de>.
7717
7718 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
7719
7720 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7721 mails in the doc string. Add some URLs in comment.
7722 (pop3-movemail): Warn about pop3-leave-mail-on-server.
7723
7724 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7725
7726 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7727 backslashes handling and the way to find boundaries of quoted strings.
7728
7729 2006-09-07 Daiki Ueno <ueno@unixuser.org>
7730
7731 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7732 mml1991-encrypt-to-self is set and mml1991-signers is not set.
7733 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7734 mml2015-encrypt-to-self is set and mml2015-signers is not set.
7735
7736 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7737
7738 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
7739 doc string.
7740 (gnus-button-regexp, gnus-button-last): Remove unused variables.
7741
7742 2006-09-06 Simon Josefsson <jas@extundo.com>
7743
7744 * mml2015.el (mml2015-use): Doc fix, mention epg.
7745
7746 2006-09-06 Daiki Ueno <ueno@unixuser.org>
7747
7748 * mml2015.el (mml2015-use): Default to epg, if available.
7749
7750 2006-09-06 Daiki Ueno <ueno@unixuser.org>
7751
7752 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7753 message-sender.
7754 (mml1991-epg-encrypt): Ditto.
7755 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7756 message-sender.
7757 (mml2015-epg-encrypt): Ditto.
7758
7759 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
7760
7761 * message.el (message-send-mail-with-sendmail): Look for sendmail in
7762 several common directories.
7763
7764 2006-09-05 Daiki Ueno <ueno@unixuser.org>
7765
7766 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7767 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7768
7769 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
7770
7771 * gnus-art.el (article-decode-encoded-words): Make it fast.
7772
7773 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
7774
7775 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7776
7777 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7778 in quoted string into `\'.
7779
7780 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7781
7782 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7783 Use standard-syntax-table.
7784
7785 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7786
7787 * gnus-art.el (gnus-decode-address-function): New variable.
7788 (article-decode-encoded-words): Use it to decode headers which are
7789 assumed to contain addresses.
7790 (gnus-mime-delete-part): Remove useless `or'.
7791
7792 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7793 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7794 (gnus-nov-parse-line): Use it to decode From header.
7795 (gnus-get-newsgroup-headers): Ditto.
7796 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7797
7798 * mail-parse.el (mail-decode-encoded-address-region): New alias.
7799 (mail-decode-encoded-address-string): New alias.
7800
7801 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7802 New function.
7803 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7804 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7805 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7806 (rfc2047-decode-string): Ditto.
7807 (rfc2047-decode-address-region): New function.
7808 (rfc2047-decode-address-string): New function.
7809
7810 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
7811
7812 * message.el (message-caesar-buffer-body): Allow rotating headers.
7813
7814 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7815
7816 * message.el (message-insert-formated-citation-line): Fix %f.
7817 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7818
7819 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7820
7821 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7822 (gnus-bookmark-mouse-available-p): New macro.
7823 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7824 (gnus-bookmark-bmenu-show-infos): Use it.
7825 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7826 (gnus-bookmark-bmenu-hide-infos): Ditto.
7827 (gnus-bookmark-remove-properties): New function.
7828 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7829 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7830 (gnus-bookmark-write-file): Bind coding-system-for-write.
7831 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
7832 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
7833 group before selecting it.
7834 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
7835 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
7836 quit-window if it is not available; use gnus-mouse-2 and bind it to
7837 gnus-bookmark-bmenu-select-by-mouse.
7838 (gnus-bookmark-show-details): Remove unused variable `details-list'.
7839 (gnus-bookmark-bmenu-select-by-mouse): New function.
7840
7841 2006-08-13 Romain Francoise <romain@orebokech.com>
7842
7843 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
7844 space.
7845
7846 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7847
7848 * compface.el (uncompface): Use binary rather than raw-text-unix.
7849
7850 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7851
7852 * compface.el (uncompface): Make sure the eol conversion doesn't take
7853 place when communicating with the external programs. Reported by
7854 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7855
7856 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
7857
7858 * nnheader.el (nnheader-insert-head): Fix typo in comment.
7859
7860 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7861
7862 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
7863 Make it more robust by parsing author and date independently.
7864
7865 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7866
7867 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
7868
7869 2006-07-28 Daiki Ueno <ueno@unixuser.org>
7870
7871 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
7872 first matching secret key.
7873 (mml2015-epg-encrypt): Ditto.
7874
7875 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
7876 first matching secret key.
7877 (mml1991-epg-encrypt): Ditto.
7878
7879 * mml2015.el (mml2015-encrypt-to-self): New user option.
7880 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
7881 mml2015-epg-encrypt-to-self is set.
7882
7883 * mml1991.el (mml1991-encrypt-to-self): New variable.
7884 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
7885 mml1991-epg-encrypt-to-self is set.
7886
7887 * mml2015.el (mml2015-signers): New user option.
7888 (mml2015-epg-sign): Reflect the value of mml2015-signers.
7889 (mml2015-epg-encrypt): Allow to select signing keys.
7890
7891 * mml1991.el (mml1991-signers): New variable.
7892 (mml1991-epg-sign): Reflect the value of mml1991-signers.
7893 (mml1991-epg-encrypt): Allow to select signing keys.
7894
7895 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7896
7897 * nnheader.el (nnheader-insert-head): Make it work even if the file
7898 uses CRLF for the line-break code.
7899
7900 2006-07-25 Daiki Ueno <ueno@unixuser.org>
7901
7902 * mml2015.el: Require mml-sec instead of password.
7903 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
7904 (mml2015-cache-passphrase): Inherit the default value from
7905 mml-secure-cache-passphrase.
7906 (mml2015-passphrase-cache-expiry): Inherit the default value from
7907 mml-secure-passphrase-cache-expiry.
7908
7909 * mml1991.el: Require mml-sec instead of password.
7910 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
7911 (mml1991-cache-passphrase): Inherit the default value from
7912 mml-secure-cache-passphrase.
7913 (mml1991-passphrase-cache-expiry): Inherit the default value from
7914 mml-secure-passphrase-cache-expiry.
7915
7916 * mml-sec.el: Require password.
7917 (mml-secure-verbose): New user option.
7918 (mml-secure-cache-passphrase): New user option.
7919 (mml-secure-passphrase-cache-expiry): New user option.
7920
7921 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7922
7923 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7924 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
7925 andreas@altroot.de (Andreas Vögele).
7926
7927 FIXME: Use `tiny change'?
7928
7929 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7930
7931 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
7932 workaround for the url package included with Emacs.
7933
7934 * nnweb.el (nnweb-google-create-mapping): Update regexp.
7935
7936 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
7937
7938 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
7939 correctly. This fixes a bug caused by the 2006-05-12 change.
7940
7941 2006-07-18 Karl Fogel <kfogel@red-bean.com>
7942
7943 * nnmail.el (nnmail-article-group): If splitting raises an error, give
7944 some information about the error when saying that the `bogus' mail
7945 group will be used.
7946
7947 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
7948
7949 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
7950 string.
7951
7952 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
7953
7954 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
7955
7956 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7957
7958 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
7959
7960 2006-07-10 Daiki Ueno <ueno@unixuser.org>
7961
7962 * mml1991.el (mml1991-function-alist): Add epg.
7963 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
7964 (mml1991-epg-encrypt): New functions.
7965
7966 2006-07-10 Daiki Ueno <ueno@unixuser.org>
7967
7968 * mml2015.el (mml2015-verbose): New variable.
7969 (mml2015-cache-passphrase): Ditto.
7970 (mml2015-passphrase-cache-expiry): Ditto.
7971 (mml2015-function-alist): Add epg.
7972 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
7973 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
7974 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
7975 functions.
7976
7977 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7978
7979 * message.el (message-cite-original-1): Preserve region when removing
7980 quoted text due to X-No-Archive in order to avoid bogus attribution
7981 when citing multiple messages.
7982
7983 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7984
7985 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
7986 Kenneth Jacker <khj@be.cs.appstate.edu>.
7987
7988 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
7989
7990 * gnus-diary.el (gnus-user-format-function-d)
7991 (gnus-user-format-function-D): Autoload.
7992
7993 * imap.el (Commentary): Fix typo.
7994
7995 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
7996 2006-04-22 contribution.
7997
7998 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7999
8000 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8001 It didn't really fix the bogosity I'm seeing with solid web groups.
8002
8003 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8004
8005 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8006 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8007 created using server names. If we use the feature without declaring
8008 it, Gnus does not properly manage server and group state.
8009
8010 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8011 bound.
8012
8013 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8014
8015 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8016 looking up the method using GROUP's prefix before inventing a new one.
8017 It is used on killed/unknown groups in various places where returning
8018 an all-new method isn't expected by the caller.
8019
8020 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8021 and match semantics of gnus-group-real-prefix.
8022
8023 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
8024
8025 * nnmail.el (nnmail-broken-references-mailers): New variable.
8026 (nnmail-ignore-broken-references): New function generalizing
8027 nnmail-fix-eudora-headers.
8028 (nnmail-fix-eudora-headers): Now obsolete.
8029
8030 * gnus-art.el (gnus-button-handle-custom): Support
8031 `customize-apropos*'.
8032
8033 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8034
8035 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8036
8037 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8038 articles.
8039
8040 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
8041
8042 * message.el (message-cite-reply-above): New variable.
8043 (message-yank-original): Use it.
8044
8045 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
8046
8047 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8048
8049 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
8050
8051 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8052 as read.
8053
8054 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8055
8056 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
8057
8058 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8059 (gnus-bookmark-default-file): Use gnus-directory.
8060 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8061 Remove "*" in doc string.
8062 (gnus-bookmark-write-file): Simplify.
8063 (gnus-bookmark-maybe-sort-alist): Use `when'.
8064 (gnus-bookmark-get-bookmark): Fix typo in doc string.
8065 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8066 FIXME about Emacs 21 and XEmacs compatibility.
8067 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8068 compatibility.
8069 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8070 compatibility.
8071 (gnus-bookmark-menu-heading): Fix version.
8072
8073 2006-06-19 Bastien Guerry <bzg@altern.org>
8074
8075 * gnus-bookmark.el: New file.
8076
8077 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8078
8079 * message.el (message-syntax-checks): Doc fix.
8080
8081 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8082
8083 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8084 unsubscribed groups as if they were killed ones. It causes duplicate
8085 entries in gnus-newsrc-alist.
8086
8087 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8088
8089 * message.el (message-syntax-checks): Doc fix.
8090 (message-send-mail): Add check for continuation headers.
8091 (message-check-news-header-syntax): Fix regexp used to check for
8092 continuation headers.
8093
8094 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8095
8096 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8097
8098 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
8099
8100 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8101
8102 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8103
8104 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8105 default-truncate-lines.
8106
8107 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
8108
8109 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8110 to fill the utf-8 entry.
8111
8112 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8113
8114 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8115
8116 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
8117
8118 * gnus-agent.el (directory-files-and-attributes): Move all the way
8119 forward (the third and final move).
8120 (gnus-agent-read-agentview): Trap reconstruction errors due to
8121 nonexistent directory. Handle by returning nil.
8122
8123 2006-05-30 Didier Verna <didier@xemacs.org>
8124
8125 * message.el (message-dont-reply-to-names): Update the custom type.
8126 * message.el (message-dont-reply-to-names): New defsubst: potentially
8127 convert a list of regexps into a single one.
8128 * message.el (message-get-reply-headers): Use it.
8129 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8130
8131 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8132
8133 * gnus-agent.el (directory-files-and-attributes): Move forward.
8134
8135 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8136
8137 * gnus-ml.el (gnus-mailing-list-subscribe)
8138 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8139 (gnus-mailing-list-message): Fix doc strings.
8140
8141 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8142
8143 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8144 of doing it manually.
8145
8146 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8147
8148 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8149 comment.
8150
8151 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
8152
8153 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8154 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8155 (gnus-agent-read-local): All symbols allocated in my-obarray.
8156 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8157 (gnus-agent-regenerate-group): Check numeric names to see if they are
8158 messages or groups.
8159 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8160 better way of do this...)
8161
8162 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8163 'dummy.group' (there should be a better way of do this...)
8164
8165 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8166
8167 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8168 (gnus-saved-headers): Ditto.
8169 (gnus-default-article-saver): Mention functions may have properties.
8170 (gnus-article-save): Override gnus-save-all-headers and
8171 gnus-saved-headers by :headers property which saver function may have.
8172 (gnus-summary-save-in-file): Add :headers property.
8173 (gnus-summary-write-to-file): Ditto.
8174
8175 * gnus-sum.el (gnus-summary-save-article): Bind
8176 gnus-prompt-before-saving to t when saving many articles in a file;
8177 always show all headers.
8178
8179 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8180
8181 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8182 marks.
8183
8184 * message.el (message-indent-citation): Add optional arguments to allow
8185 using it outside of message buffers.
8186
8187 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8188 (gnus-article-treat-unfold-headers): Use it.
8189 (gnus-article-truncate-lines): New variable.
8190 (gnus-article-mode): Use it.
8191 (gnus-article-toggle-truncate-lines): New function.
8192
8193 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8194 gnus-article-toggle-truncate-lines.
8195
8196 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8197 coding system in XEmacs, use binary.
8198
8199 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8200
8201 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8202 after-load-alist.
8203
8204 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8205 this function should save decoded articles.
8206 (gnus-summary-write-to-file): Use property to specify this function
8207 should save decoded articles and specify gnus-summary-save-in-file
8208 should be used to save articles other than the first one when saving
8209 many articles.
8210 (gnus-summary-save-body-in-file): Use property to specify this
8211 function should save decoded articles.
8212 (gnus-summary-write-body-to-file): Use property to specify this
8213 function should save decoded articles and specify
8214 gnus-summary-save-body-in-file should be used to save articles other
8215 than the first one when saving many articles.
8216
8217 * gnus-sum.el (gnus-summary-save-article): Simplify.
8218
8219 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8220
8221 * gnus-art.el (gnus-default-article-saver): Add
8222 gnus-summary-write-body-to-file.
8223 (gnus-article-save-coding-system): Don't use coding system object
8224 in XEmacs.
8225 (gnus-read-save-file-name): Add optional `dir-var' argument which
8226 specifies directory in which files are saved; work even if optional
8227 `variable' argument is not specified.
8228 (gnus-summary-write-to-file): Read file name.
8229 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8230 (gnus-summary-write-body-to-file): New function.
8231
8232 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8233 (gnus-summary-local-variables): Add it.
8234 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8235 (gnus-summary-save-article): Remove optional `decode' argument;
8236 determine whether to decode articles by the value of
8237 gnus-default-article-saver; when saving many files using
8238 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8239 it first and use gnus-summary-save-in-file or
8240 gnus-summary-save-body-in-file thereafter unless
8241 gnus-prompt-before-saving is always; move point to article which
8242 will be saved.
8243 (gnus-summary-save-article-file): Revert.
8244 (gnus-summary-write-article-file): Revert.
8245 (gnus-summary-save-article-body-file): Revert.
8246 (gnus-summary-write-article-body-file): New function.
8247
8248 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8249
8250 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8251
8252 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8253
8254 * gnus-art.el (gnus-default-article-saver): Doc fix.
8255 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8256 from gnus-summary-save-article-coding-system, and default to a
8257 certain coding system.
8258 (gnus-output-to-file): Add coding cookie and encode text according
8259 to gnus-article-save-coding-system; don't use mm-append-to-file.
8260
8261 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8262 gnus-art.el and rename to gnus-article-save-coding-system.
8263 (gnus-summary-save-article): Require gnus-art; don't show all
8264 headers if it decodes articles; don't add coding cookie here;
8265 don't bind mm-text-coding-system-for-write.
8266 (gnus-summary-save-article-file): Save decoded articles.
8267 (gnus-summary-write-article-file): When saving many files, use
8268 gnus-summary-write-to-file first and gnus-summary-save-in-file
8269 thereafter unless gnus-prompt-before-saving is always.
8270 (gnus-summary-save-article-body-file): Save decoded articles.
8271
8272 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8273
8274 * nnrss.el (nnrss-check-group): Bind hash-index.
8275
8276 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
8277
8278 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8279 its hash index. Store this hash in `nnrss-group-data'.
8280 (nnrss-read-group-data): Update accordingly.
8281
8282 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8283
8284 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8285 entry.
8286
8287 * gnus-sum.el (gnus-summary-make-menu-bar): Add
8288 gnus-article-browse-html-article.
8289
8290 2006-05-23 Hynek Schlawack <hynek@ularx.de>
8291
8292 * gnus-sum.el (gnus-summary-mime-map): Add
8293 gnus-article-browse-html-article.
8294 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8295
8296 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8297 suitable coding systems in customize.
8298
8299 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
8300
8301 * mail-source.el (mail-sources): Fix custom type.
8302
8303 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8304
8305 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8306 (gnus-summary-expire-articles-now): Shorten prompt.
8307
8308 * gmm-utils.el (wid-edit): Require.
8309 (defun-gmm): Renamed from `gmm-defun-compat'.
8310 (gmm-image-search-load-path): Use it.
8311 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
8312
8313 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
8314
8315 * gnus-sum.el (gnus-summary-save-article-coding-system): New
8316 variable.
8317 (gnus-summary-save-article): Add optional `decode' argument. If
8318 it is set and gnus-summary-save-article-coding-system is non-nil,
8319 save decoded article.
8320 (gnus-summary-write-article-file): Save decoded article if
8321 gnus-summary-save-article-coding-system is non-nil.
8322
8323 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8324 type.
8325
8326 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8327
8328 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8329
8330 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
8331
8332 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8333 first to test gnus-single-article-buffer which may be buffer-local.
8334
8335 * gnus-sum.el (gnus-summary-setup-buffer): Make
8336 gnus-single-article-buffer buffer-local and nil in ephemeral
8337 group; make gnus-article-buffer, gnus-article-current, and
8338 gnus-original-article-buffer always buffer-local.
8339 (gnus-summary-exit): Kill article buffer belonging to ephemeral
8340 group.
8341 (gnus-handle-ephemeral-exit): Don't move to next summary line.
8342
8343 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8344
8345 * nnml.el (nnml-request-compact-group): Compressed files might not
8346 have .gz extension.
8347
8348 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8351 (mm-copy-to-buffer): Use with-current-buffer.
8352 (mm-display-part): Simplify.
8353 (mm-inlinable-p): Add optional arg `type'.
8354
8355 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8358 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8359 Try harder to show the attachment internally or externally using
8360 gnus-mime-view-part-as-type.
8361
8362 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8363
8364 * message.el (message-from-style, message-signature-separator)
8365 (message-user-organization-file, message-send-mail-function)
8366 (message-citation-line-function, message-yank-prefix)
8367 (message-indent-citation-function, message-signature)
8368 (message-signature-file, message-signature-insert-empty-line):
8369 Remove autoloads.
8370
8371 * gnus-art.el (gnus-buttonized-mime-types): Remove
8372 "multipart/signed". Revert 2006-04-26 change.
8373
8374 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8375
8376 * gnus.el (gnus-version-number): Bump version.
8377
8378 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8379
8380 * gnus.el: No Gnus v0.5 is released.
8381
8382 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8383
8384 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8385 fetching articles by message-id.
8386
8387 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8388
8389 * message.el (hashcash): Require hashcash as normal.
8390
8391 * ecomplete.el (ecomplete-highlight-match-line): Use
8392 point-at-eol.
8393 (ecomplete-highlight-match-line): Use `highlight', because that
8394 face exists in both Emacs and XEmacs.
8395
8396 * message.el (message-display-abbrev): Use point-at-bol.
8397
8398 * mail-source.el: Don't require timer/timer-funcs.
8399
8400 * gnus-async.el: Ditto.
8401
8402 * password.el: Ditto.
8403
8404 * mm-url.el: Ditto.
8405
8406 * mm-util.el: Require timer/timer-funcs.
8407
8408 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8409
8410 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8411 Close.
8412
8413 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8416 unibyte after clear-decrypt function runs.
8417
8418 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8419 returns as a unibyte string.
8420
8421 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
8422
8423 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8424 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8425 (mml1991-pgg-encrypt): Ditto.
8426
8427 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8428
8429 * message.el (message-user-organization-file): Check several
8430 locations of the organization file.
8431
8432 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8433 Add gnus-article-view-part-as-type.
8434
8435 * gnus-art.el (gnus-article-view-part-as-type): New function.
8436
8437 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8438 .mobi and .travel. Remove .nato, .bitnet and .uucp.
8439
8440 * mml.el: Simplify autoload.
8441 (mml-mode): defvar dnd-protocol-alist instead of using
8442 symbol-value.
8443 (mml-default-directory): New variable.
8444 (mml-minibuffer-read-file): Use it.
8445 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8446
8447 * message.el (message-citation-line-format): New variable.
8448 (message-insert-formated-citation-line): New function.
8449 (message-citation-line-function): Add
8450 `message-insert-formated-citation-line' to custom type.
8451
8452 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8453 to doc string.
8454
8455 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8456 depending on mm-verify-option.
8457
8458 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8459
8460 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8461 binding pgg-* variables; reimplement the section which prevents
8462 MIME header from being signed.
8463 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8464 pgg-text-mode; remove a blank line at the top of body.
8465
8466 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8467 lines at the top of body; use gnus-newsgroup-charset if there's no
8468 Charset header.
8469
8470 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8471
8472 * message.el (message-self-insert-commands): Doc fix.
8473
8474 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8475 (mm-uu-pgp-encrypted-test): Ditto.
8476 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8477 between header and body; return application/pgp-encrypted handle
8478 if decryption failed; decode decrypted body by charset.
8479
8480 * mm-decode.el (mm-automatic-display): Don't make application/pgp
8481 element match to application/pgp-*.
8482
8483 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8484
8485 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8486 HTML.
8487
8488 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8489
8490 * mail-source.el (mail-source-call-script): Message the error
8491 string.
8492
8493 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8494
8495 * gnus-util.el (gnus-byte-compile): Use it.
8496
8497 2006-04-22 xyblor <fake@invalid.email> (tiny change)
8498
8499 * gnus-util.el (kill-empty-logs): New function.
8500
8501 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8502
8503 * message.el (message-mail-alias-type): Doc fix.
8504 (message-mail-alias-type-p): New function.
8505 (message-send): Use it.
8506 (message-mode): Ditto.
8507 (message-strip-forbidden-properties): Ditto.
8508
8509 * ecomplete.el (ecomplete-database-file-coding-system): New
8510 variable.
8511 (ecomplete-save): Use it.
8512 (ecomplete-setup): Use it.
8513
8514 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8515
8516 * message.el (message-self-insert-commands): New variable.
8517 (message-strip-forbidden-properties): Use it.
8518
8519 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8520
8521 * message.el (message-put-addresses-in-ecomplete): Use a regexp
8522 that doesn't make XEmacs choke.
8523
8524 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8525
8526 * gnus-util.el (gnus-replace-in-string):
8527 Prefer replace-regexp-in-string over of replace-in-string.
8528
8529 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8530
8531 * gnus-util.el (gnus-select-frame-set-input-focus):
8532 Use select-frame-set-input-focus if it is available in XEmacs; use
8533 definition defined in Emacs 22 for old Emacsen.
8534
8535 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8536
8537 * mm-view.el (mm-inline-text): Use equal instead of equalp.
8538
8539 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
8540
8541 * gnus-registry.el (gnus-registry-cache-save): Remove text
8542 properties when saving via the temp buffer.
8543
8544 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8545
8546 * message.el (message-generate-hashcash): Honor custom type.
8547
8548 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8549
8550 * message.el (message-generate-hashcash): Default to non-nil when
8551 hashcash is found.
8552
8553 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8554 (gnus-refer-thread-limit): Increase default to 500.
8555
8556 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8557
8558 * flow-fill.el (fill-flowed): Allow delete-space.
8559
8560 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8561
8562 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8563 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8564 Remove autoloads.
8565
8566 2006-04-18 Simon Josefsson <jas@extundo.com>
8567
8568 * message.el (message-generate-hashcash): Default to.
8569
8570 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8571
8572 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8573 concatenating segments rather than before concatenating them.
8574
8575 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8576
8577 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8578
8579 * imap.el (imap-quote-specials): New function.
8580 (imap-login-auth): Quote specials.
8581
8582 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8583
8584 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8585
8586 * message.el (message-forward-make-body-plain): Allow
8587 message-forward-ignored-headers to be a list.
8588 (message-remove-ignored-headers): Factor out into function.
8589 (message-forward-make-body-mml): Use it.
8590 * rfc2231.el (rfc2231-parse-string): Remove dead code.
8591 (rfc2231-parse-string): Allow concatanation of parameters that
8592 aren't contiguous. The test case is
8593 (mail-header-parse-content-type "message/external-body;
8594 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8595 access-type=LOCAL-FILE;
8596 name*1*=plugh%2fhello-sailor%2fbing.pdf")
8597
8598 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 * nntp.el (nntp-accept-process-output): Return the value of
8601 `nnheader-accept-process-output'.
8602
8603 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8604
8605 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8606 (gnus-button-alist): Recognize more diff formats.
8607 (gnus-button-patch): Strip directory.
8608
8609 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8610
8611 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8612 Emacs 22 when setting focus.
8613
8614 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8615
8616 * gnus-art.el (gnus-article-treat-types): Do treatment of
8617 text/x-verbatim parts.
8618 (gnus-button-patch): New command.
8619
8620 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8621 addresses that contain invalid characters.
8622
8623 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8624
8625 * message.el (message-put-addresses-in-ecomplete): Use
8626 gnus-replace-in-string.
8627 (message-is-yours-p): Use the more correct
8628 mail-header-parse-address instead of
8629 mail-extract-address-components.
8630 (message-put-addresses-in-ecomplete): Fix typo.
8631
8632 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8633 keystroke.
8634
8635 * gnus-art.el (gnus-treatment-function-alist): Change order of
8636 newsgroups/generic header folding to avoid double-folding.
8637
8638 * message.el (message-hidden-headers): Add X-Draft-From.
8639
8640 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8641 command.
8642 (gnus-summary-repeat-search-article-backward): New command.
8643
8644 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8645 groups in the parent topic.
8646
8647 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
8648
8649 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8650 (spam-extra-header-to-number): Return the CRM114 number as a
8651 number instead of a string.
8652
8653 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654
8655 * gnus-art.el (gnus-face-properties-alist): Moved here from
8656 gnus-fun.
8657
8658 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8659
8660 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8661
8662 * message.el (message-strip-forbidden-properties): Only display on
8663 self-insert-command.
8664
8665 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8666 reindent.
8667 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8668
8669 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
8670
8671 * smiley.el (smiley-style): Fix typo.
8672
8673 2006-03-23 Kenichi Handa <handa@m17n.org>
8674
8675 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
8676 instead of set-buffer-multibyte.
8677
8678 2006-03-23 Kenichi Handa <handa@m17n.org>
8679
8680 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8681 buffer and then decode the buffer text if necessary.
8682 (rfc2231-encode-string): Be sure to work on multibyte buffer at
8683 first, and after mm-encode-body, change the buffer to unibyte.
8684
8685 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8686
8687 * hashcash.el (hashcash-insert-payment-async-2): Use
8688 message-goto-eoh instead of doing it manually.
8689 (mail-add-payment): Use message-narrow-to-header instead of trying
8690 to do the same itself.
8691
8692 * message.el (message-hidden-headers): Add Face.
8693
8694 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8695 reparenting code.
8696 (gnus-summary-reparent-children): Refactored out code.
8697 (gnus-summary-thread-map): New keystroke.
8698 (gnus-summary-reparent-children): Make into command.
8699
8700 * smiley.el (smiley-style): Default to `medium' if using a large
8701 font.
8702
8703 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8704 does it itself.
8705
8706 * message.el (message-point-in-header-p): Simplify definition.
8707
8708 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8709
8710 * nnagent.el (nnagent-request-set-mark): Silence log file
8711 writing.
8712 (nnagent-request-set-mark): Use write-region instead of
8713 append-to-file.
8714
8715 * gnus-sum.el (gnus-read-header): Fudge article number if using a
8716 strange select method.
8717
8718 * ecomplete.el (ecomplete-display-matches): Get highlightling
8719 right.
8720 (ecomplete-display-matches): Use literals.
8721 (ecomplete-display-matches): Disable message logging.
8722
8723 * message.el (message-display-abbrev): Small optimization.
8724
8725 * ecomplete.el (ecomplete-display-matches): Allow automatic
8726 display.
8727
8728 * message.el (message-strip-forbidden-properties): Display
8729 abbrevs.
8730 (message-display-abbrev): Get automatic display right.
8731
8732 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8733 keystrokes.
8734
8735 2006-04-13 Romain Francoise <romain@orebokech.com>
8736
8737 TODO: Backport to v5-10!
8738
8739 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8740 Moved here (and renamed) from gnus-registry.el.
8741
8742 * gnus-registry.el: Require gnus-util.
8743 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8744
8745 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8746
8747 * gnus-group.el (gnus-group-catchup-current): Change
8748 if-then-else-if-then-else into cond.
8749 (gnus-group-catchup): Indent.
8750 (group-name-at-point): New function.
8751 (gnus-fetch-group): Provide default from thing at point.
8752
8753 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8754
8755 * message.el (message-display-abbrev): Fix regexp.
8756
8757 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8758 choosing.
8759 (ecomplete-highlight-match-line): Fix up code rewrite, remove
8760 dead variables.
8761
8762 * message.el (message-newline-and-indent): Remove debugging.
8763 (message-display-abbrev): Use new implementation.
8764
8765 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8766
8767 * gnus-art.el (gnus-article-mode): Set
8768 cursor-in-non-selected-windows to nil.
8769
8770 * smiley.el: Revert previous change.
8771 (smiley-data-directory): defvar it before using it in the
8772 defcustom of `smiley-style'.
8773
8774 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8775
8776 * message.el (message-newline-and-indent): New function.
8777
8778 * ecomplete.el: Implement more bits.
8779
8780 * message.el (message-put-addresses-in-ecomplete): Clean up the
8781 string.
8782
8783 * ecomplete.el (ecomplete-add-item): Chop off decimals.
8784
8785 * gnus-sum.el (gnus-summary-save-parts): Bind
8786 gnus-summary-save-parts-counter and use it to make unique file
8787 names.
8788
8789 * gnus-art.el (gnus-ignored-headers): Add some more headers.
8790
8791 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8792 parameter to say whether to actually parse the individual
8793 addresses.
8794
8795 * message.el (message-put-addresses-in-ecomplete): New function.
8796 (ecomplete): Require.
8797 (message-mail-alias-type): Add ecomplete as an option.
8798
8799 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
8800
8801 * flow-fill.el (fill-flowed): Remove trailing space from blank
8802 quoted lines.
8803
8804 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8805
8806 * smiley.el (smiley-style): Move definition later to avoid a
8807 compilation warning.
8808
8809 2006-04-12 Kenichi Handa <handa@m17n.org>
8810
8811 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8812 buffer and then decode the buffer text if necessary.
8813 (rfc2231-encode-string): Be sure to work on multibyte buffer at
8814 first, and after mm-encode-body, change the buffer to unibyte.
8815 Use mm-disable-multibyte instead of set-buffer-multibyte.
8816
8817 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8818
8819 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8820 Content-Type header instead of Content-Disposition header.
8821 (gnus-mime-inline-part): Ditto.
8822 (gnus-mime-view-part-as-charset): Ignore charset that the part
8823 specifies.
8824
8825 * mm-decode.el (mm-display-part): Work with external parts and
8826 usual parts similarly.
8827
8828 * mm-extern.el (mm-inline-external-body): Use mm-display-part
8829 instead of gnus-display-mime.
8830
8831 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
8832 instead of with-temp-buffer.
8833
8834 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
8835 tag to summarized topics part in order to encode non-ASCII text.
8836
8837 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8838
8839 * smiley.el (smiley-style): New variable.
8840 (smiley-directory): New function.
8841 (smiley-data-directory): Derive from `smiley-style' using
8842 `smiley-directory'.
8843 (smiley-regexp-alist): Add new entries.
8844
8845 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
8846 (gnus-article-browse-delete-temp): Add :version.
8847
8848 2006-04-11 Arne Jørgensen <arne@arnested.dk>
8849
8850 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
8851 the sieve region.
8852
8853 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8854
8855 * gnus.el (gnus-version-number): Bump version.
8856
8857 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
8858
8859 * gnus.el: No Gnus v0.4 is released.
8860
8861 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8862
8863 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
8864 layout.
8865
8866 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
8867 unknown charset.
8868
8869 * message.el (message-header-synonyms): Add Original-To to the
8870 default.
8871
8872 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
8873 optional parameter.
8874
8875 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8876
8877 * gnus-fun.el (gnus): Require it for gnus-directory.
8878
8879 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8880
8881 * gnus-fun.el (gnus-face-properties-alist): Add :version.
8882
8883 2006-04-05 Daiki Ueno <ueno@unixuser.org>
8884
8885 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
8886
8887 2006-04-05 Simon Josefsson <jas@extundo.com>
8888
8889 * password.el (password-reset): New function.
8890
8891 2006-04-05 Daiki Ueno <ueno@unixuser.org>
8892
8893 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
8894 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8895
8896 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8897
8898 * nnweb.el (nnweb-google-create-mapping): Update regexp.
8899 Some whitespace was matched into the url, which broke browsing hits
8900 > 100 when mm-url-use-external was nil.
8901
8902 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8903
8904 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
8905 gnus-extra-headers for 'Newsgroups.
8906
8907 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
8908 bound.
8909
8910 2006-04-04 Daiki Ueno <ueno@unixuser.org>
8911
8912 * pgg-gpg.el: Clean up process buffers every time gpg processes
8913 complete.
8914
8915 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
8916
8917 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8918 doc string.
8919
8920 2006-04-03 Daiki Ueno <ueno@unixuser.org>
8921
8922 * pgg-gpg.el (pgg-gpg-process-filter)
8923 (pgg-gpg-wait-for-completion): Check if buffer is alive.
8924
8925 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8926 lines, temporary fix.
8927
8928 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8929
8930 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
8931
8932 2006-03-29 Daiki Ueno <ueno@unixuser.org>
8933
8934 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8935 default-enable-multibyte-characters. This reverts the change from
8936 revision 6.17 which is no longer necessary because the passphrase
8937 is sent separately now. GnuPG messages are unreadable under
8938 multibyte locales with default-enable-multibyte-characters set to
8939 nil.
8940
8941 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
8942
8943 * message.el (message-tool-bar-gnome): Move "spell".
8944
8945 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
8946
8947 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
8948 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
8949 instead.
8950
8951 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
8952
8953 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
8954 newsgroups handling for NNTP overviews which don't include
8955 Newsgroups.
8956
8957 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8958
8959 * message.el (message-resend): Bind message-generate-hashcash to nil.
8960
8961 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8962
8963 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
8964 when searching for already-paid recipients.
8965
8966 2006-03-27 Daiki Ueno <ueno@unixuser.org>
8967
8968 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8969 passphrases when it is not needed.
8970 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8971 passphrase stuff from gpg, should only be necessary when you use
8972 gpg with a smartcard.
8973
8974 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
8975
8976 * mml.el (mml-insert-mime): Ignore cached contents of
8977 message/external-body part.
8978
8979 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
8980 (mm-insert-part): Ditto.
8981
8982 2006-03-23 Simon Josefsson <jas@extundo.com>
8983
8984 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
8985 Reiner.
8986 (pgg-gpg-use-agent-p): Use it again.
8987
8988 2006-03-23 Simon Josefsson <jas@extundo.com>
8989
8990 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
8991 older emacsen.
8992 (pgg-gpg-use-agent-p): Don't use it.
8993
8994 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
8995
8996 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
8997 if we can.
8998
8999 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
9000
9001 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9002 (pgg-gpg-update-agent): New function.
9003 (pgg-gpg-use-agent-p): New function.
9004 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9005 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9006 (pgg-gpg-sign-region): Use it.
9007
9008 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
9009
9010 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9011 Reported by Ralf Wachinger <rwachinger@gmx.de>.
9012
9013 2006-03-21 Simon Josefsson <jas@extundo.com>
9014
9015 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9016 <wilde@sha-bang.de>.
9017 (pgg-gpg-use-agent): New variable.
9018 (pgg-gpg-process-region): Use it.
9019 (pgg-gpg-encrypt-region): Likewise.
9020 (pgg-gpg-encrypt-symmetric-region): Likewise.
9021 (pgg-gpg-decrypt-region): Likewise.
9022 (pgg-gpg-sign-region): Likewise.
9023 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9024
9025 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9026
9027 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9028
9029 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9030 Add comment on version.
9031
9032 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9033
9034 * smiley.el: Add missing test smiley.
9035
9036 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9037
9038 * mm-decode.el (mm-with-part): New macro.
9039 (mm-get-part): Use it; work with message/external-body as well.
9040 (mm-save-part): Treat name and filename equally.
9041
9042 * mm-extern.el (mm-extern-cache-contents): New function.
9043 (mm-inline-external-body): Use it; force the part to be displayed;
9044 move undisplayer added to the cached handle to the parent.
9045
9046 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9047 (gnus-mime-view-part-as-type): Work with message/external-body.
9048
9049 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9050
9051 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9052
9053 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9054 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
9055 Emacs.]
9056
9057 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
9058
9059 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9060 path rather than symbol. Always return list of directories.
9061 Guarantee that image directory comes first. [Sync with image.el,
9062 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
9063
9064 * message.el (message-make-tool-bar): Adjust to new API of
9065 `gmm-image-load-path-for-library'.
9066
9067 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9068
9069 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9070
9071 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9072
9073 * gnus-art.el (gnus-article-only-boring-p):
9074 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9075 intangible text.
9076 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9077
9078 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
9079
9080 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
9081 `defun' instead of `gmm-defun-compat'.
9082
9083 2006-03-14 Simon Josefsson <jas@extundo.com>
9084
9085 * message.el (message-unique-id): Don't use message-number-base36
9086 if (user-uid) is a float.
9087 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9088
9089 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9090
9091 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9092
9093 * gnus-art.el (gnus-mime-display-single): Make sure there is an
9094 empty line between a part and a message part.
9095
9096 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9097
9098 * smiley.el: Add more test smileys.
9099 (smiley-data-directory, smiley-regexp-alist)
9100 (gnus-smiley-file-types): Fix doc strings.
9101 (smiley-update-cache): Clear smiley-cached-regexp-alist before
9102 adding new elements.
9103 (smiley-mouse-map): Unused code. Make it a comment.
9104
9105 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9106
9107 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9108 scan latest NoCeM messages instead of old ones.
9109 (gnus-nocem-check-article): Fix regexps so as to match to PGP
9110 delimiters that are recently used.
9111 (gnus-nocem-load-cache): Add autoload cookie.
9112
9113 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9114
9115 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9116 level which is larger than gnus-use-nocem is specified.
9117
9118 * gnus-group.el (gnus-group-get-new-news): Ditto.
9119
9120 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9121
9122 * gnus-util.el (gnus-tool-bar-update): New function.
9123
9124 * gnus-group.el (gnus-group-update-tool-bar): New variable.
9125 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9126
9127 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9128
9129 * gnus-group.el (gnus-group-redraw-when-idle)
9130 (gnus-group-redraw-check): Remove.
9131 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9132
9133 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9134
9135 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9136 if optional last element is specified in splits (FIELD VALUE...).
9137
9138 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9139
9140 * message.el (message-make-tool-bar): Rename gmm-image-load-path
9141 to gmm-image-load-path-for-library. Call with no-error argument.
9142 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9143
9144 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9145
9146 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9147
9148 * gmm-utils.el (gmm-image-load-path): Remove alias.
9149
9150 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
9151
9152 * gmm-utils.el (gmm-image-load-path): Add alias.
9153
9154 * nnml.el (nnml-generate-nov-databases-directory): Rename from
9155 nnml-generate-nov-databases-1.
9156 (nnml-generate-nov-databases): Use it.
9157 (nnml-generate-nov-databases-directory): Document no-active
9158 argument.
9159
9160 * gmm-utils.el (gmm-image-load-path-for-library): Return single
9161 directory if path is t. Add no-error.
9162
9163 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9164 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9165
9166 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9167 resetting gnus-article-browse-html-temp-list.
9168
9169 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9170 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
9171 Add example to docstring. Rename local variables. Move error
9172 checks to default case in cond and simplify.
9173
9174 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
9175
9176 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9177 handle is multipart when calling it recursively.
9178 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9179
9180 2006-03-03 Daniel Pittman <daniel@rimspace.net>
9181
9182 * nnimap.el (nnimap-request-update-info-internal): Optimize.
9183 Don't `gnus-uncompress-range' to avoid excessive memory usage.
9184
9185 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9186
9187 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9188 is loaded.
9189
9190 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9191 loaded.
9192
9193 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9194
9195 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9196 to "Emacs 23 (unicode)" in doc string.
9197
9198 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9199 "Emacs 23 (unicode)" in comment.
9200
9201 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9202
9203 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9204
9205 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9206 characters 160 through 255 in Emacs 23.
9207
9208 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9209
9210 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9211 gnus-article-browse-html-temp.
9212 (gnus-article-browse-delete-temp): Make it customizable. Add
9213 `file'. Adjust doc string.
9214 (gnus-article-browse-delete-temp-files): Add argument. Allow
9215 query for each file. Adjust doc string.
9216 (gnus-article-browse-html-parts): Add
9217 `gnus-article-browse-delete-temp-files' to
9218 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9219
9220 2006-03-02 Hynek Schlawack <hynek@ularx.de>
9221
9222 * gnus-art.el (gnus-article-browse-html-temp)
9223 (gnus-article-browse-delete-temp): New variables.
9224 (gnus-article-browse-delete-temp-files): New function.
9225 (gnus-article-browse-html-parts): Use it.
9226
9227 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9228
9229 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9230
9231 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9232 string.
9233
9234 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9235 gnus-summary-insert-new-articles when unplugged. Remove
9236 gnus-summary-search-article-forward.
9237
9238 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9239 display-visual-class instead of display-color-cells.
9240
9241 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
9242
9243 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9244 message/* containing non-ASCII text properly.
9245
9246 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
9247
9248 * message.el: Require gmm-utils, remove autoloads.
9249 (message-tool-bar): Set default based on
9250 gmm-tool-bar-style.
9251 (message-tool-bar-gnome): Add gmm-customize-mode.
9252
9253 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9254 gmm-tool-bar-style.
9255 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9256
9257 * gnus-group.el (gnus-group-tool-bar): Set default based on
9258 gmm-tool-bar-style.
9259 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9260
9261 * gmm-utils.el (gmm-image-directory): Rename variable from
9262 gmm-image-load-path.
9263 (gmm-image-load-path): Use gmm-image-directory.
9264 (gmm-customize-mode): New function.
9265 (gmm-tool-bar-style): New variable.
9266
9267 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9268 gnus-group-redraw-line-number.
9269 (gnus-group-redraw-check): Simplify.
9270 (gnus-group-tool-bar-update): Remove redraw check.
9271 (gnus-group-make-tool-bar): Add redraw check.
9272
9273 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
9274
9275 * gnus-art.el (gnus-button): Add missing parentheses.
9276
9277 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9278
9279 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9280
9281 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
9282
9283 * gnus-art.el (gnus-button): New face.
9284 (gnus-article-button-face): Use it.
9285
9286 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9287 gnus-summary-next-page. Re-order.
9288
9289 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9290 next-node are now included.
9291 (gnus-group-redraw-line-number): New internal variable.
9292 (gnus-group-redraw-check): Helper function for updating the tool
9293 bar.
9294 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9295
9296 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9297
9298 * spam.el (spam-spamassassin-score-regexp): New internal variable.
9299 (spam-extra-header-to-number, spam-check-spamassassin-headers):
9300 Use it to match format of Spamassassin 3.0 and later. Reported by
9301 IRIE Tetsuya <irie@t.email.ne.jp>.
9302 (spam-check-bogofilter)
9303 (spam-bogofilter-register-with-bogofilter): Fix args of
9304 `gnus-error' calls.
9305
9306 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
9307
9308 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9309 unnecessary interaction when sending queued mails. Reported by
9310 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9311
9312 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9313
9314 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9315 first or last are nil.
9316
9317 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9318
9319 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9320
9321 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9322
9323 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9324
9325 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9326
9327 * dns.el (query-dns): Protect more against buggy tcp output.
9328
9329 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
9330
9331 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9332 nov.php.
9333
9334 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9335
9336 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9337 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9338 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
9339 output on the server side.
9340 (nnweb-google-create-mapping): Update regexps and add some
9341 progress indication.
9342
9343 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
9344
9345 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9346 gnus-agent-toggle-plugged. Re-order icons.
9347 (gnus-group-tool-bar-gnome): Add
9348 gnus-group-{prev,next}-unread-group.
9349 (gnus-group-tool-bar-gnome): Re-order icons.
9350
9351 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9352 gnus-summary-insert-new-articles.
9353
9354 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9355 comments.
9356
9357 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
9358 also available in Emacs 21.3.
9359
9360 * message.el (message-fix-before-sending): Change "Emacs 22" to
9361 "Emacs 23 (unicode)" in comment.
9362
9363 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9364 "Emacs 23 (unicode)" in comment.
9365
9366 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9367 comment.
9368 (mm-coding-system-p): Add comment about no-MULE XEmacs.
9369
9370 * mm-view.el (mm-fill-flowed): Add :version.
9371
9372 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
9373
9374 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9375 and load-path.
9376
9377 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
9378
9379 * message.el: Autoload gmm-image-load-path.
9380 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9381 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
9382 consitency.
9383
9384 * gmm-utils.el (gmm-image-load-path): Also search in
9385 "../etc/images". Don't set gmm-image-load-path if we don't find
9386 the image.
9387
9388 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
9389
9390 * gmm-utils.el (gmm-image-load-path): Don't make
9391 `gmm-image-load-path' include subdirectories which the second arg
9392 `image' might specify.
9393
9394 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9395 subdirectory to icon file names.
9396
9397 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9398
9399 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
9400
9401 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9402 gmm-image-load-path calls.
9403
9404 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9405
9406 * message.el (message-make-tool-bar): Ditto.
9407
9408 * mml.el (mml-preview): Added comment concerning tool bar icons.
9409
9410 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9411 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9412
9413 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9414 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9415
9416 * message.el (message-tool-bar-gnome): Use new icon names.
9417 (message-make-tool-bar): Use `gmm-image-load-path'.
9418
9419 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9420 functions from MH-E.
9421 (gmm-image-load-path): New variable from MH-E.
9422 (gmm-image-load-path): New function from MH-E. Added arguments
9423 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
9424 *-image-load-path-called-flag.
9425
9426 2006-02-21 Milan Zamazal <pdm@brailcom.org>
9427
9428 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9429
9430 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
9431
9432 * nnimap.el (nnimap-request-move-article): Change folder back to
9433 source group before deleting.
9434
9435 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
9436
9437 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9438
9439 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9440 mm-url.
9441
9442 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9443
9444 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
9445
9446 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9447 coding system which mm-charset-to-coding-system returns for a
9448 given charset is valid.
9449
9450 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
9451
9452 * html2text.el (html2text-remove-tag-list):
9453 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9454
9455 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9456
9457 * gnus-cus.el: Revert 2005-10-17 change.
9458
9459 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
9460
9461 * gnus-art.el (article-strip-banner): Call
9462 article-really-strip-banner only when the regexp match is made.
9463
9464 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
9465
9466 * gnus-art.el (article-strip-banner): Use
9467 gnus-extract-address-components instead of
9468 mail-header-parse-addresses to make it work with non-ASCII text;
9469 remove mail-encode-encoded-word-string.
9470
9471 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9472 values which are surrounded with \"...\"; make it never cause a
9473 Lisp error; give up parsing of parameters if it failed in
9474 extracting type.
9475
9476 2006-02-14 Arne Jørgensen <arne@arnested.dk>
9477
9478 * smime.el (smime-cert-by-ldap-1): Fix bug where
9479 `smime-ldap-search' returns results without userCertificates.
9480
9481 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
9482
9483 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9484
9485 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9486
9487 * spam.el (spam-check-spamassassin-headers): Adapt format for
9488 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
9489 <ari@mbf.ocn.ne.jp>.
9490 (spam-list-of-processors): Add spam-use-gmane.
9491
9492 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9493
9494 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9495 make-temp-file; make it work with XEmacs as well.
9496
9497 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9498 mm-make-temp-file.
9499
9500 * mm-decode.el (mm-display-external): Use the 3rd arg of
9501 mm-make-temp-file.
9502 (mm-create-image-xemacs): Ditto.
9503
9504 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9505
9506 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9507 with message-narrow-to-headers.
9508 (gnus-draft-setup): Narrow to header to run message-fetch-field.
9509 (gnus-draft-check-draft-articles): New function.
9510 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9511
9512 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9513
9514 * gnus-art.el (gnus-article-browse-html-parts):
9515 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9516 Don't use suffix argument for mm-make-temp-file for Emacs 21
9517 compatibility. Remove useless `format'.
9518
9519 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9520
9521 * nnweb.el (nnweb-google-wash-article): Update regexps.
9522 (nnweb-group-alist): Use defvoo instead of defvar.
9523
9524 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9525
9526 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9527 re-loading nn* modules.
9528
9529 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9530
9531 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9532 for `tool-bar-mode' and don't check it's default-value.
9533
9534 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9535
9536 * message.el (message-make-tool-bar): Ditto.
9537
9538 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9539 `substring'. Shorten tmp-file name.
9540
9541 * gnus.el: Remove bogus comment.
9542
9543 2006-02-10 Hynek Schlawack <hynek@ularx.de>
9544
9545 * gnus-art.el (gnus-article-browse-html-parts): New function.
9546 (gnus-article-browse-html-article): New function for viewing html
9547 articles with a browser.
9548
9549 2006-02-09 Daiki Ueno <ueno@unixuser.org>
9550
9551 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9552 (mml2015-pgg-encrypt): Ditto.
9553
9554 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9555 (mml1991-pgg-encrypt): Ditto.
9556
9557 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9558
9559 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9560 message-make-date instead of current-time-string.
9561
9562 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9563 to gnus-decoded which mm-uu might set.
9564
9565 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9566
9567 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9568 don't decode quoted parameters; remove misimported Emacs code.
9569 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9570 (rfc2231-decode-encoded-string): Don't use split-string which
9571 behaves differently according to Emacs version; use
9572 mm-decode-coding-region to convert charset to coding-system.
9573 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9574 (rfc2231-encode-string): Remove misimported Emacs code.
9575
9576 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9577
9578 * gnus-art.el (article-decode-charset): Don't use ignore-errors
9579 when calling mail-header-parse-content-type.
9580 (article-de-quoted-unreadable): Ditto.
9581 (article-de-base64-unreadable): Ditto.
9582 (article-wash-html): Ditto.
9583
9584 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9585 calling mail-header-parse-content-type and
9586 mail-header-parse-content-disposition.
9587 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9588 mail-header-parse-content-type.
9589
9590 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9591 insert charset and format parameters; encode description after
9592 inserting it to buffer.
9593 (mml-insert-parameter): Fold lines properly even if a parameter is
9594 segmented into two or more lines; change the max column to 76.
9595
9596 * rfc1843.el (rfc1843-decode-article-body): Don't use
9597 ignore-errors when calling mail-header-parse-content-type.
9598
9599 * rfc2231.el (rfc2231-parse-string): Return at least type if
9600 possible; don't cause an error even if it fails in parsing of
9601 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9602 (rfc2231-encode-string): Don't break lines at the beginning, leave
9603 it to mml-insert-parameter.
9604
9605 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9606 calling mail-header-parse-content-type.
9607
9608 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
9609
9610 * spam-report.el (spam-report-gmane-use-article-number):
9611 Improve doc string.
9612 (spam-report-gmane-internal): Check if a suitable header was found
9613 in the article.
9614
9615 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
9616
9617 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9618 (rfc2231-encode-string): Make param*=value always begin with LWSP.
9619
9620 2006-02-05 Romain Francoise <romain@orebokech.com>
9621
9622 Update copyright notices of all files in the gnus directory.
9623
9624 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9625
9626 * nnweb.el (nnweb-request-group): Avoid growing overview files.
9627
9628 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
9629
9630 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9631 segmented lines of parameter value to cope with Thunderbird 1.5
9632 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9633 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9634 (rfc2231-encode-string): Don't make lines exceeding 76 column.
9635
9636 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
9637
9638 * mml.el (mml-generate-mime-1): Correct the order of inline signed
9639 parts.
9640
9641 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9642
9643 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9644 there's only one active file for all servers.
9645 (nnweb-request-scan): Make sure nnweb-articles is initialized on
9646 solid groups. Gnus might have used a FAST request to select the group.
9647 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9648 and nnweb-search redundantly in the active file.
9649 (nnweb-request-list): Don't list bogus groups. There can only be one.
9650 (nnweb-request-create-group): Don't use ARGS.
9651 (nnweb-possibly-change-server, nnweb-request-group): Remove some
9652 initialisations. Let nnoo do the work.
9653
9654 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
9655
9656 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9657 Say the part has been decoded.
9658
9659 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9660
9661 2006-01-31 Kevin Ryde <user42@zip.com.au>
9662
9663 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9664 mailcap-viewer-test-cache when there's no 'test clause, since that
9665 will invert the meaning of a "nil" test previously determined by
9666 mailcap-mailcap-entry-passes-test.
9667
9668 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
9669
9670 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9671 compiling.
9672
9673 * gnus-sum.el: Ditto.
9674
9675 * message.el: Don't bind tool-bar-map when compiling.
9676
9677 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
9678
9679 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9680
9681 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9682
9683 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9684 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9685 current Google Groups.
9686
9687 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
9688
9689 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9690 and tool-bar-mode.
9691
9692 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9693 and tool-bar-mode.
9694
9695 * message.el (message-tool-bar-update): Simplify.
9696 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9697
9698 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9699 gnus-summary-buffer.
9700 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9701 gnus-summary-reply.
9702
9703 * gmm-utils.el (gmm): Add :version.
9704
9705 2006-01-26 Steve Youngs <steve@sxemacs.org>
9706
9707 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9708 autoload.
9709
9710 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
9711
9712 * gmm-utils.el (gmm-verbose): Add :group.
9713
9714 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
9715
9716 * message.el: Change some comments WRT tool-bars.
9717
9718 * gnus-sum.el (gnus-summary-tool-bar)
9719 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9720 (gnus-summary-tool-bar-zap-list): New variables.
9721 (gnus-summary-make-tool-bar): Complete rewrite using
9722 `gmm-tool-bar-from-list'.
9723
9724 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9725 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9726 variables.
9727 (gnus-group-make-tool-bar): Complete rewrite using
9728 `gmm-tool-bar-from-list'.
9729 (gnus-group-tool-bar-update): New function.
9730
9731 * message.el (message-mode-field-menu): Add "Show hidden Headers".
9732
9733 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
9734
9735 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9736 is dissected into a single part of which the type is the same as
9737 the given one; decode charset.
9738
9739 2006-01-21 Kevin Ryde <user42@zip.com.au>
9740
9741 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9742 into alists as symbol not string, since that's what
9743 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9744 look for.
9745
9746 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
9747
9748 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9749 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9750
9751 * message.el (message-tool-bar-gnome): Use gmm-ignore.
9752
9753 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9754
9755 * gnus-art.el (gnus-mime-security-button-commands): New variable.
9756 (gnus-mime-security-button-menu): New definition.
9757 (gnus-mime-security-button-map): Use them.
9758 (gnus-mime-security-button-menu): New function.
9759 (gnus-insert-mime-security-button): Addition to help echo.
9760 (gnus-mime-security-run-function, gnus-mime-security-save-part)
9761 (gnus-mime-security-pipe-part): New functions.
9762
9763 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9764 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9765
9766 * mm-decode.el (mm-handle-set-disposition): Remove.
9767 (mm-handle-set-description): Remove.
9768
9769 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9770
9771 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9772 (mm-w3m-standalone-supports-m17n-p): New function.
9773 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9774 w3m usage.
9775
9776 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9777 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9778
9779 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9780
9781 * message.el (message-tool-bar-zap-list): Use
9782 gmm-tool-bar-zap-list as custom type.
9783 (message-tool-bar-update): New function.
9784 (message-tool-bar, message-tool-bar-gnome)
9785 (message-tool-bar-retro): Add message-tool-bar-update.
9786 (message-tool-bar-gnome): Add flyspell-buffer.
9787
9788 * gnus-util.el (gnus-error): Describe `args'.
9789
9790 * gmm-utils.el (gmm-error): Describe `args'.
9791 (gmm-tool-bar-zap-list): New widget.
9792 (gmm-tool-bar-from-list): Improve description of `zap-list'.
9793
9794 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9795
9796 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9797 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9798 the number of recursive calls.
9799
9800 * mm-decode.el (mm-handle-set-disposition): New macro.
9801 (mm-handle-set-description): New macro.
9802
9803 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9806 encoding.
9807
9808 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
9809
9810 * message.el (message-tool-bar-zap-list, message-tool-bar)
9811 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9812 (message-tool-bar-local-item-from-menu): Remove.
9813 (message-tool-bar-map): Replace by `message-make-tool-bar'.
9814 (message-make-tool-bar): New function.
9815 (message-mode): Use `message-make-tool-bar'.
9816
9817 * gmm-utils.el: New file.
9818 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9819 (gmm-lazy): New widget copied from `nnmail.el'.
9820 (gmm-tool-bar-from-list): New function for creating customizable
9821 tool bars.
9822 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
9823 output.
9824 (gmm): Add :prefix to defgroup.
9825
9826 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
9827
9828 * gmm-utils.el (gmm-widget-p): New function.
9829
9830 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
9831
9832 * mml.el (mml-attach-file): Describe `description' in doc string.
9833 (mml-menu): Add Emacs MIME manual and PGG manual.
9834
9835 2006-01-20 Richard M. Stallman <rms@gnu.org>
9836
9837 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
9838
9839 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
9840
9841 * nntp.el (nntp-end-of-line): Doc fix.
9842
9843 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
9844
9845 * imap.el (imap-open): Handle case where buffer is a buffer
9846 object.
9847
9848 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * gnus-delay.el (gnus-delay): Don't autoload.
9851 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9852 to be re-loaded when customizing the `gnus-delay' group.
9853
9854 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
9855
9856 * message.el (message-insert-citation-line): Use newlines.
9857
9858 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
9859
9860 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
9861
9862 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
9863
9864 2006-01-19 Mark D. Baushke <mdb@gnu.org>
9865
9866 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
9867
9868 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9869
9870 * mm-decode.el (mm-inlined-types): Add application/pgp.
9871 (mm-automatic-display): Ditto.
9872
9873 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
9874 part as text.
9875
9876 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9877
9878 * nnrss.el: Update copyright.
9879 (nnrss-opml-import): Query whether to subscribe to each entry.
9880
9881 * gnus-art.el:
9882 * gnus-sum.el:
9883 * mm-uu.el:
9884 * mm-view.el: Update copyright.
9885
9886 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
9887
9888 * message.el (message-info): New function.
9889 (message-mode-menu): Add it.
9890 Update copyright.
9891
9892 * ChangeLog: Fix and update copyright.
9893
9894 2006-01-13 Romain Francoise <romain@orebokech.com>
9895
9896 * message.el (message-forward-subject-name-subject): Prefer the
9897 address to 'nowhere' if the sender has no name.
9898 Fix typo. Update copyright year.
9899
9900 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9901
9902 * gnus-art.el (article-wash-html): Use
9903 gnus-summary-show-article-charset-alist if a numeric arg is given.
9904 (gnus-article-wash-html-with-w3m-standalone): New function.
9905
9906 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
9907 mm-inline-text-html-render-with-w3m-standalone.
9908 (mm-text-html-washer-alist): Map w3m-standalone to
9909 gnus-article-wash-html-with-w3m-standalone.
9910 (mm-inline-text-html-render-with-w3m-standalone): New function.
9911
9912 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9913
9914 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
9915 Improve LaTeX.
9916
9917 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9918
9919 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
9920 (nnrss-request-article): Render text/plain parts as HTML.
9921
9922 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
9923 the buffer.
9924
9925 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
9926
9927 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
9928 custom definition of `gnus-posting-styles'.
9929
9930 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
9931 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
9932
9933 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
9934
9935 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
9936 Use nntp for bug archive.
9937
9938 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
9939
9940 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
9941 parts.
9942 (nnrss-normalize-date): New function converts ISO 8601 date into
9943 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
9944 (nnrss-check-group): Use it.
9945
9946 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9947
9948 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
9949
9950 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
9951 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
9952 (nnrss-insert-w3): Ditto.
9953
9954 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9955
9956 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
9957 the articles to be forwarded including the case where neither a
9958 number of articles nor a region is specified.
9959
9960 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9961
9962 * nnrss.el (nnrss-request-article): Fix last change; fill
9963 text/plain parts.
9964
9965 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
9966
9967 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
9968 in text/plain part.
9969 (nnrss-check-group): Don't add excessive newline to dc:subject.
9970
9971 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
9972
9973 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
9974 article.
9975
9976 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9977
9978 * nnml.el: Don't require gnus-bcklg. Autoload it.
9979 (nnml-use-compressed-files, nnml-save-mail): Support other
9980 comression programs such as bzip2.
9981
9982 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9983
9984 * dns.el (query-dns): Make sure we check the buffer size before
9985 removing tcp headers.
9986
9987 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
9988
9989 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
9990 remove MIME buttons associated with multipart/alternative parts.
9991 (gnus-mime-display-alternative): Tag buttons using `article-type'
9992 text property.
9993
9994 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
9995 associated with multipart/alternative parts.
9996
9997 * gnus-art.el (gnus-signature-separator): Fix custom type.
9998
9999 * mm-decode.el (mm-inlined-types): Fix custom type.
10000 (mm-keep-viewer-alive-types): Ditto.
10001 (mm-automatic-display): Ditto.
10002 (mm-attachment-override-types): Ditto.
10003 (mm-inline-override-types): Ditto.
10004 (mm-automatic-external-display): Ditto.
10005
10006 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10007
10008 * spam-report.el (spam-report-user-mail-address)
10009 (spam-report-user-agent): New variables.
10010 (spam-report-url-ping-plain): Use spam-report-user-agent.
10011
10012 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
10013
10014 * gnus-art.el (gnus-button-handle-custom): Do not just use
10015 `customize-apropos' for any "M-x customize-*" button but the
10016 function called for. Accept both the function name and its
10017 argument in order to achieve this.
10018 (gnus-button-alist): Remove support for "custom:" URL's. Pass
10019 function name to `gnus-button-handle-custom' in case of "M-x
10020 customize-*" buttons.
10021
10022 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
10023
10024 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10025 multipart/alternative and add xref to mm-discouraged-alternatives
10026 in doc string.
10027
10028 * mm-decode.el (mm-discouraged-alternatives): Add xref to
10029 gnus-buttonized-mime-types in doc string.
10030
10031 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10032
10033 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10034 Suggest image/.* in the doc string.
10035
10036 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10037
10038 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10039 message-marks (Debian bug #342521).
10040
10041 2005-12-12 Simon Josefsson <jas@extundo.com>
10042
10043 * password.el (password-read-from-cache): Add.
10044 (password-read): Use it.
10045
10046 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
10047
10048 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10049 us-ascii as a MIME charset.
10050
10051 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10052 against the case where the 2nd arg TYPE is nil.
10053
10054 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10055
10056 * pop3.el (pop3-stream-type): Fix custom version.
10057
10058 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10059
10060 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10061
10062 * mm-decode.el (mm-display-external): Add missing cdr.
10063
10064 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
10065
10066 * mm-decode.el (mm-display-external): Use nametemplate (defined in
10067 RFC1524) if it is in mailcap or add a suffix according to
10068 mailcap-mime-extensions when generating a temp filename; postpone
10069 deleting a temp file for 2 seconds for some wrappers, shell
10070 scripts, and so on, which might exit right after having started a
10071 viewer command as a background job.
10072
10073 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10074
10075 * nntp.el (nntp-marks-directory): Fix custom group.
10076
10077 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10078 steps when < 10.
10079
10080 * gnus-start.el (gnus-no-server-1): Mention
10081 `gnus-level-default-subscribed' in doc string.
10082
10083 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10084
10085 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10086 parens.
10087
10088 2005-11-26 Dave Love <fx@gnu.org>
10089
10090 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10091 (tls-program, tls-success): Provide openssl alternative.
10092
10093 * starttls.el: Doc fixes.
10094 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10095 SERVICE to PORT.
10096
10097 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
10098 port null or service name.
10099 (starttls-negotiate): Autoload.
10100
10101 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10102
10103 * message.el (message-kill-to-signature): Fix interactive spec.
10104
10105 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10106
10107 * pop3.el (pop3-open-server): Recognize a string as a service name.
10108
10109 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
10110
10111 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10112
10113 2005-11-23 Dave Love <fx@gnu.org>
10114
10115 Add pop3s, pop3/starttls.
10116
10117 * pop3.el (pop3-authentication-scheme): Clarify doc.
10118 (open-tls-stream, starttls-open-stream): Autoload.
10119 (pop3-stream-type): New.
10120 (pop3-open-server): Use it.
10121
10122 * mail-source.el (mail-sources): Fix some :types. Add stream type
10123 for POP.
10124 (mail-source-keyword-map): Add :stream for POP.
10125 (mail-source-fetch-pop): Use pop3-stream-type.
10126
10127 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
10128
10129 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10130 of current-time-string.
10131
10132 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
10133
10134 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10135 date header.
10136
10137 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10138
10139 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10140 it can seriously impact performance as it bypasses the agent's
10141 local caches.
10142
10143 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10144
10145 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10146 must be explicitly online rather than "not explicitly offline" for
10147 its flags to be synchronized.
10148
10149 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10150 that gnus-uu-unmark-thread will function correctly.
10151
10152 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10153 1024K is instead displayed as 1M.
10154
10155 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10156
10157 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10158
10159 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
10160
10161 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10162
10163 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
10164
10165 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10166 error message to display actual error condition.
10167 (gnus-agent-save-local): Avoid saving symbols that are bound to
10168 nil as they simply result in a warning message in
10169 gnus-agent-read-local.
10170
10171 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10172
10173 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10174 rather than make-variable-buffer-local for file-precious-flag.
10175
10176 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10177
10178 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10179 for duplicates which are removed. The invalid sort check then
10180 triggers a rescan after the sort as sorting may have moved
10181 duplicate entries such that they can be cheaply detected.
10182
10183 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10184
10185 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10186
10187 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10188
10189 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10190 internal variable to a custom variable. Changed default value
10191 from compressed(2) to uncompressed(1).
10192 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10193 support for uncompressed agentview files. Taken together, reading
10194 the agentview file should now be 6-7 times faster.
10195
10196 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
10197
10198 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10199 as a buffer-local variable. This avoids creating truncated
10200 dribble files as a result of a hang up, eg.
10201
10202 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10203
10204 * gnus-start.el (gnus-start-draft-setup): Enforce
10205 `gnus-draft-mode' for nndraft:drafts at startup.
10206
10207 * gnus.el (gnus-splash): Change custom group.
10208 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10209 allow-list argument.
10210
10211 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10212 string.
10213
10214 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10215
10216 * gnus-art.el (gnus-default-article-saver): Add user-defined
10217 `function' to custom type.
10218
10219 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10220
10221 * imap.el (imap-open): Handle case where buffer is a buffer
10222 object.
10223
10224 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10225
10226 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10227 long lines.
10228 (gnus-cache-delete-group): Wrap doc strings.
10229
10230 * gnus-agent.el (gnus-agent-rename-group)
10231 (gnus-agent-delete-group): Wrap doc strings.
10232
10233 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10234
10235 * gnus-start.el (gnus-1): Add "native" to
10236 gnus-predefined-server-alist.
10237
10238 * gnus.el (gnus-method-to-server): Don't add "native" to the
10239 lists here, because that leads to problems when
10240 gnus-select-method is bound.
10241
10242 2005-11-09 Simon Josefsson <jas@extundo.com>
10243
10244 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10245 use (not sort-by-date) instead.
10246
10247 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10248
10249 * gnus-delay.el (gnus-delay-group): Don't autoload.
10250 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10251 to be re-loaded when customizing the `gnus-delay' group.
10252
10253 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * message.el: Revert last changes.
10256 (message-insert-citation-line): Use newlines.
10257
10258 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10259
10260 * message.el (message-courtesy-message)
10261 (message-mark-insert-begin, message-mark-insert-end)
10262 (message-elide-ellipsis, message-cancel-message)
10263 (message-add-header, message-change-subject)
10264 (message-cross-post-followup-to-header)
10265 (message-cross-post-insert-note, message-reduce-to-to-cc)
10266 (message-widen-reply, message-delete-not-region)
10267 (message-kill-to-signature, message-insert-signature)
10268 (message-insert-importance-high, message-insert-importance-low)
10269 (message-insert-or-toggle-importance)
10270 (message-insert-disposition-notification-to)
10271 (message-indent-citation, message-yank-original)
10272 (message-cite-original-without-signature, message-cite-original)
10273 (message-insert-citation-line, message-position-on-field)
10274 (message-fix-before-sending, message-send-mail-partially)
10275 (message-send-mail, message-send-mail-with-sendmail)
10276 (message-send-mail-with-qmail, message-send-news)
10277 (message-check-news-header-syntax, message-generate-headers)
10278 (message-insert-courtesy-copy, message-fill-address)
10279 (message-fill-header, message-shorten-references)
10280 (message-setup-1, message-cancel-news)
10281 (message-forward-make-body-plain, message-forward-make-body-mime)
10282 (message-forward-make-body-mml, message-encode-message-body)
10283 (message-forward-make-body-digest-plain)
10284 (message-forward-make-body-digest-mime)
10285 (message-use-alternative-email-as-from): Insert `hard-newline'
10286 instead of ordinary newlines.
10287
10288 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
10289
10290 * message.el (message-generate-headers): Downcase the argument
10291 given to message-check-element.
10292
10293 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
10294
10295 * nntp.el (nntp-authinfo-rejected): New error condition.
10296 (nntp-wait-for): Use new error condition to signal authentication
10297 error.
10298 (nntp-retrieve-data): Rethrow new error condition to break out of
10299 recursive call to nntp-send-authinfo.
10300
10301 2005-11-08 Romain Francoise <romain@orebokech.com>
10302
10303 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10304 (gnus-summary-exit-map): Bind to `Z p'.
10305 (gnus-summary-make-menu-bar): Add menu item.
10306
10307 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
10308
10309 * gnus-art.el (gnus-article-treat-custom): Add `first'.
10310 (gnus-treat-*): Add `first' in all doc strings.
10311
10312 * gnus-group.el (gnus-group-compact-group): Fix typo.
10313
10314 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10315
10316 * gnus.el (gnus-parameters-case-fold-search): New variable.
10317 (gnus-parameters-get-parameter): Use it.
10318
10319 * gnus-score.el (gnus-home-score-file): Doc fix.
10320
10321 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10322
10323 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10324
10325 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
10326
10327 * mm-util.el (mm-special-display-p): New function.
10328
10329 * mml.el (mml-preview): Use it; doc fix.
10330
10331 2005-10-29 Romain Francoise <romain@orebokech.com>
10332
10333 * message.el (message-fix-before-sending): Fix comment.
10334
10335 2005-10-29 Jari Aalto <jari.aalto@cante.net>
10336
10337 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10338
10339 2005-10-29 Jari Aalto <jari.aalto@cante.net>
10340
10341 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10342 Used in gnus-score.el.
10343
10344 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10345
10346 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10347
10348 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10349
10350 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10351 whitespace removed in revision 7.8. Use concatenated string to
10352 protect trailing whitespace.
10353
10354 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
10355
10356 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10357 (nnimap-request-expire-articles): Use it to avoid sending 'UID
10358 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10359 Courier IMAP ("some version from 2004"). Mostly based on similar
10360 code in the same function.
10361
10362 2005-10-26 Didier Verna <didier@xemacs.org>
10363
10364 * gnus-group.el (gnus-group-compact-group): Invalidate original
10365 article buffer.
10366 * gnus-srvr.el (gnus-server-compact-server): Ditto.
10367 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10368 NOV database and in article itself.
10369 Invalidate article backlog.
10370
10371 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10372
10373 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10374
10375 2005-10-26 Simon Josefsson <jas@extundo.com>
10376
10377 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10378 part of 2004-07-25 change.
10379
10380 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * message.el (message-display-completion-list): New function.
10383 (message-expand-group): Use it; make sure the Completions buffer
10384 is modifiable.
10385
10386 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10387
10388 * imap.el (imap-open): Handle case where buffer is a buffer object.
10389
10390 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10391
10392 * pgg-def.el:
10393 * pgg-gpg.el:
10394 * pgg-parse.el:
10395 * pgg-pgp.el:
10396 * pgg-pgp5.el:
10397 * pgg.el: Move to the parent lisp directory.
10398
10399 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10400
10401 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10402 user-mail-name is an empty string.
10403
10404 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10405
10406 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10407 depending on gnus-score-decay-constant.
10408
10409 * encrypt.el (encrypt-insert-file-contents)
10410 (encrypt-write-file-contents): Don't use `gnus-message'.
10411
10412 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10413 arguments.
10414 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
10415 arguments to mm-uu-verbatim-marks-extract.
10416 (mm-uu-hide-markers): New variable.
10417 (mm-uu-extract): Use face similar to `gnus-cite-3'.
10418
10419 * gnus-fun.el (gnus-convert-image-to-x-face-command)
10420 (gnus-convert-image-to-face-command): Use "convert" by default to
10421 allow other input image formats.
10422 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10423 accordingly.
10424
10425 2005-10-23 Simon Josefsson <jas@extundo.com>
10426
10427 * imap.el (imap-gssapi-program): Align command line parameters
10428 with latest GNU SASL.
10429 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10430
10431 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10432
10433 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10434 HTML.
10435 (nnslashdot-request-article): Ditto.
10436
10437 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
10438
10439 * mail-source.el (mail-source-fetch-pop): Require pop3.
10440 (mail-source-check-pop): Ditto.
10441
10442 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10443
10444 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10445 errors.
10446
10447 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
10448
10449 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10450 (gnus-treat-strip-leading-blank-lines): Improve doc string.
10451
10452 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10453
10454 * mm-bodies.el (mm-decode-string): Call
10455 `mm-charset-to-coding-system' with allow-override argument.
10456
10457 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10458
10459 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10460 (rfc2047-charset-to-coding-system): New function.
10461 (rfc2047-decode-encoded-words): New function.
10462 (rfc2047-decode-region): Use them.
10463 (rfc2047-decode-cte): Remove.
10464 (rfc2047-parse-and-decode): Remove.
10465 (rfc2047-decode): Remove.
10466
10467 2005-10-15 Kenichi Handa <handa@m17n.org>
10468
10469 * rfc2047.el (rfc2047-decode-cte): New function.
10470 (rfc2047-decode-region): Change the way to decode successive
10471 encoded-words: decode B- or Q-encoding in each encoded-word,
10472 concatenate them, and decode it as charset.
10473
10474 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10475
10476 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
10477 widget-move-and-invoke.
10478 (gnus-custom-mode): Use gnus-custom-map.
10479
10480 2005-10-15 Bill Wohler <wohler@newt.com>
10481
10482 * message.el (message-tool-bar-map): Renamed image file from
10483 mail_send to mail/send.
10484
10485 2005-10-16 Masatake YAMATO <jet@gyve.org>
10486
10487 * message.el (message-expand-group): Pass the common
10488 prefix substring of completion to `display-completion-list'.
10489
10490 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
10491
10492 * mml-sec.el (mml-secure-method): New internal variable.
10493 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10494 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10495 functions using mml-secure-method.
10496
10497 * mml.el (mml-mode-map): Add key bindings for those functions.
10498 (mml-menu): Simplify security menu entries. Suggested by Jesper
10499 Harder <harder@myrealbox.com>.
10500 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10501 end of message if point is the headers of the message.
10502
10503 * message.el (message-in-body-p): New function.
10504
10505 * assistant.el: Autoload gnus-util and netrc.
10506
10507 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10508 Use `mm-charset-override-alist' only when decoding.
10509
10510 * mm-bodies.el (mm-decode-body): Call
10511 `mm-charset-to-coding-system' with allow-override argument.
10512
10513 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10514 `filename' from Content-Disposition if Content-Type doesn't
10515 provide `name'.
10516 (gnus-mime-view-part-as-type): Set default instead of
10517 initial-input.
10518
10519 2005-10-09 Daniel Brockman <daniel@brockman.se>
10520
10521 * format-spec.el (format-spec): Propagate text properties of % spec.
10522
10523 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10524
10525 * gnus-art.el (gnus-treat-predicate): Add `first'.
10526
10527 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
10528
10529 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10530 (mm-charset-override-alist): New variable.
10531 (mm-charset-to-coding-system): Use it.
10532 (mm-codepage-setup): New helper function.
10533 (mm-charset-eval-alist): New variable.
10534 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
10535 about unknown charsets.
10536
10537 2005-10-04 David Hansen <david.hansen@gmx.net>
10538
10539 * nnrss.el (nnrss-request-article): Add support for the comments tag.
10540 (nnrss-check-group): Ditto.
10541
10542 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10543
10544 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10545 Rename x-gnus-verbatim to x-verbatim.
10546 (mm-uu-type-alist): Fix regexp for verbatim-marks.
10547
10548 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10549 x-verbatim.
10550
10551 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10552
10553 * gnus-util.el (gnus-remove-duplicates): Remove.
10554
10555 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10556 instead of gnus-remove-duplicates.
10557
10558 * message.el (message-remove-duplicates): Remove.
10559 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10560 message-remove-duplicates.
10561
10562 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10563 available, else use implementation from `delete-dups'.
10564
10565 * message.el (message-insert-expires): New function.
10566 (message-mode-map): Add key binding.
10567 (message-mode-field-menu): Add menu entry.
10568 (message-mode): Document it.
10569 (message-make-expires-date): Use `message-make-date'.
10570
10571 2005-10-04 Josh Huber <huber@alum.wpi.edu>
10572
10573 * message.el (message-make-expires-date): New function.
10574
10575 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
10576
10577 * time-date.el: Autoload parse-time-string, XEmacs needs it.
10578
10579 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10582 function rather than the diff-mode.el package.
10583 (mm-display-external): Use with-current-buffer.
10584 (mm-viewer-completion-map, mm-viewer-completion-map):
10585 Move initialization inside declaration.
10586
10587 2005-09-29 Simon Josefsson <jas@extundo.com>
10588
10589 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
10590 autoload mail-check-payment.
10591 (spam-check-hashcash): Define unconditionally, since hashcash.el
10592 is part of Gnus now. Ignore errors from payment checking.
10593
10594 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
10595
10596 * message.el (message-bold-region, message-unbold-region): Rename
10597 from `bold-region' and `unbold-region'.
10598
10599 * message.el: Remove useless autoloads.
10600
10601 2005-09-28 Simon Josefsson <jas@extundo.com>
10602
10603 * message.el (message-use-idna): Default to t.
10604 (message-use-idna): Test whether encoding works too. Doc fix.
10605
10606 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10607
10608 * nntp.el (nntp-warn-about-losing-connection): Remove.
10609
10610 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
10611
10612 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10613 customizable. Change default value.
10614 (mm-uu-diff-groups-regexp): Change default value.
10615 (mm-uu-type-alist): Add doc string.
10616 (mm-uu-configure): Add doc string. Make it interactive.
10617 (mm-uu-tex-groups-regexp): New variable.
10618 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10619 (mm-uu-type-alist): Add LaTeX documents.
10620 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10621 of "text/verbatim".
10622 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10623
10624 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10625 instead of "text/verbatim".
10626
10627 * message.el (message-mark-inserted-region)
10628 (message-mark-insert-file): Use slrn style marks when called with
10629 prefix argument.
10630
10631 2005-09-27 Simon Josefsson <jas@extundo.com>
10632
10633 * message.el (message-idna-to-ascii-rhs-1): Reformat.
10634
10635 2005-09-27 Arne Jørgensen <arne@arnested.dk>
10636
10637 * message.el (message-remove-duplicates): New function.
10638 Implementation borrowed from `gnus-remove-duplicates'.
10639 (message-idna-to-ascii-rhs): Also encode idna addresses in
10640 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10641 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10642 only ask about the same idna domain once per header and also tell
10643 in what header to replace the idna domain.
10644
10645 * gnus-art.el (article-decode-idna-rhs): Also decode idna
10646 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10647 (article-decode-idna-rhs): Fix regexp so that all idna-address in
10648 a header is decoded and not just the last one.
10649
10650 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10651
10652 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10653 has been decoded.
10654
10655 * mm-decode.el (mm-automatic-display): Add text/verbatim.
10656 (mm-insert-part): Don't modify text if it has been decoded.
10657
10658 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10659 decoded.
10660
10661 * mm-view.el (mm-inline-text): Don't strip text props unless
10662 decoding enriched or richtext parts.
10663
10664 2005-09-25 Romain Francoise <romain@orebokech.com>
10665
10666 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10667 * gnus-start.el (gnus-subscribe-interactively):
10668 * gnus-uu.el (gnus-uu-grab-articles):
10669 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10670 space.
10671
10672 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10673
10674 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10675 * mm-view.el (mm-view-pkcs7-decrypt):
10676 * gnus-sum.el (gnus-summary-limit-to-extra)
10677 (gnus-summary-respool-article, gnus-read-move-group-name):
10678 * gnus-score.el (gnus-summary-increase-score):
10679 * gnus-util.el (gnus-completing-read-with-default):
10680 * gnus-art.el (gnus-read-save-file-name)
10681 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10682 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10683 * message.el (message-check-news-header-syntax):
10684 Follow convention for reading with the minibuffer.
10685
10686 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
10687
10688 * spam-report.el (spam-report-url-ping-plain):
10689 Use gnus-extended-version as User-Agent.
10690
10691 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10692 default value is nil.
10693
10694 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10695 (mm-uu-verbatim-marks-extract): New function.
10696 (mm-uu-extract): New face.
10697 (mm-uu-copy-to-buffer): Use it.
10698
10699 * spam-report.el (spam-report-gmane-ham): Renamed from
10700 `spam-report-gmane-unspam'.
10701 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10702 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
10703
10704 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10705 Autoload.
10706 (spam-report-gmane-unregister-routine): Renamed
10707 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10708
10709 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
10710
10711 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10712 (spam-report-gmane-unregister-routine): Add support for gmane
10713 unregistration.
10714
10715 * spam-report.el (spam-report-gmane-unspam)
10716 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10717 (spam-report-gmane): Change to take a single article and do unspam
10718 registration.
10719
10720 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10721
10722 * mm-url.el (mm-url-decode-entities): Fix regexp.
10723
10724 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10725
10726 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10727 default to nil, to be able to use Gnus at all. If the default
10728 switches to something else, then the function should be fixed not
10729 be exceedingly slow.
10730
10731 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
10732
10733 * gnus-start.el (gnus-activate-group): If the server is nil, don't
10734 fail hard.
10735
10736 * spam-report.el: Add better Keywords line.
10737
10738 * spam.el: Add Maintainer and better Keywords line.
10739
10740 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10741
10742 * gnus-art.el (gnus-article-replace-part)
10743 (gnus-mime-replace-part): New functions.
10744 (gnus-mime-action-alist, gnus-mime-button-commands)
10745 (gnus-mime-save-part-and-strip): Added file argument.
10746 (gnus-article-part-wrapper): Added interactive argument.
10747
10748 * gnus-sum.el (gnus-summary-mime-map): Add
10749 `gnus-article-replace-part'.
10750
10751 2005-09-19 Didier Verna <didier@xemacs.org>
10752
10753 The nnml compaction feature:
10754 * nnml.el (nnml-request-compact-group): New function.
10755 * nnml.el (nnml-request-compact): New function.
10756 * gnus-int.el (gnus-request-compact-group): New function.
10757 * gnus-int.el (gnus-request-compact): New function.
10758 * gnus-group.el (gnus-group-compact-group): New function.
10759 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10760 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10761 * gnus-srvr.el (gnus-server-compact-server): New function.
10762 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10763 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10764
10765 2005-09-18 Deepak Goel <deego@gnufans.org>
10766
10767 * sieve.el (sieve-help): Fix `message' call: first arg should be a
10768 format spec.
10769
10770 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
10771
10772 * gnus.el (gnus-group-startup-message): Bind image-load-path.
10773
10774 2005-09-15 Romain Francoise <romain@orebokech.com>
10775
10776 * message.el (message-fill-paragraph): Clarify docstring.
10777
10778 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10779
10780 * gnus-art.el (gnus-mime-display-part): Protect against broken
10781 MIME messages.
10782
10783 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10784
10785 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10786 before parsing header.
10787
10788 2005-09-11 Jari Aalto <jari.aalto@cante.net>
10789
10790 * html2text.el (html2text-replace-list): Add new entities.
10791
10792 2005-09-11 Romain Francoise <romain@orebokech.com>
10793
10794 * message.el (message-alternative-emails): Improve docstring.
10795 (message-setup-1): Call `message-use-alternative-email-as-from'
10796 after `message-setup-hook' to give it precedence over posting
10797 styles, etc.
10798 (message-use-alternative-email-as-from): Add docstring. Remove
10799 the original From header if present.
10800
10801 * nnml.el (nnml-compressed-files-size-threshold): New variable.
10802 (nnml-save-mail): Use it.
10803
10804 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10805 articles. Add new argument `silent'.
10806 (gnus-uu-mark-all): Report the total number of marked articles.
10807
10808 2005-09-10 Romain Francoise <romain@orebokech.com>
10809
10810 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10811 (gnus-uu-mark-series): Likewise.
10812
10813 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10814
10815 * spam-report.el (spam-report-gmane): Fix generation of spam
10816 report URL.
10817
10818 2005-09-10 Simon Josefsson <jas@extundo.com>
10819
10820 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10821 t, based on discussion on the ding list with Robert Epprecht
10822 <epprecht@solnet.ch>.
10823
10824 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10825
10826 * spam-report.el (spam-report-gmane): Make it work without
10827 X-Report-Spam header. Gmane now only provides Archived-At.
10828 This is only used if `spam-report-gmane-use-article-number' is nil.
10829 (spam-report-gmane-spam-header): Remove. Not used anymore.
10830
10831 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
10832 make `gnus-summary-sort-by-recipient' work with threading.
10833
10834 * nnweb.el (nnweb-google-wash-article): Print a message if article
10835 is not available.
10836
10837 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10838
10839 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
10840 change. Decode text/* parts content before displaying.
10841
10842 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
10843
10844 * mml-smime.el: Remove defvar of gnus-extract-address-components.
10845
10846 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10847
10848 * mm-view.el (mm-display-inline-fontify): Disable support modes.
10849
10850 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
10851
10852 * message.el (message-tab-body-function): Fix mismatched custom type.
10853
10854 * gnus.el (gnus-group-change-level-function): Ditto.
10855
10856 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
10857
10858 * gnus-art.el (gnus-signature-limit)
10859 (gnus-article-mime-part-function): Ditto.
10860
10861 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10862
10863 * mml.el (mml-mode): Silence the byte compiler.
10864
10865 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
10866 using `(sit-for 0)' before moving the point to the specified part;
10867 skip unbuttonized parts.
10868 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
10869 return to the summary window if gnus-auto-select-part is non-nil.
10870
10871 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
10872
10873 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
10874 variables.
10875 (mml-dnd-attach-file, mml-mode): Use them.
10876
10877 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
10878 Make fetching article by MID work again for Google Groups. Added
10879 FIXME concerning gnus-group-make-web-group.
10880
10881 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
10882 Don't depend on Gnus by using mail-extract-address-components if
10883 gnus-extract-address-components is not bound.
10884
10885 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10886
10887 * gnus-art.el (gnus-mime-display-security): Don't display the
10888 signature, but only the signed part.
10889
10890 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10891
10892 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
10893
10894 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
10895 list, not listp.
10896
10897 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
10898
10899 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
10900 when encoding.
10901
10902 * mm-bodies.el (mm-decode-content-transfer-encoding):
10903 De-canonicalize CRLF for all text content types, not just
10904 text/plain.
10905
10906 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10907
10908 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
10909 valid article; point arrow and cursor at the MIME button.
10910
10911 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10912
10913 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
10914 Suggested by Dan Christensen <jdc@uwo.ca>.
10915
10916 * mm-decode.el (mm-save-part): Enable change of prompt.
10917
10918 2005-08-29 Jari Aalto <jari.aalto@cante.net>
10919
10920 * gnus-msg.el (gnus-inews-add-send-actions): Made
10921 `message-post-method' lambda parameter ARG `&optional'.
10922
10923 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
10924
10925 * gnus-sum.el (gnus-summary-mime-map): Added
10926 gnus-article-save-part-and-strip, gnus-article-delete-part and
10927 gnus-article-jump-to-part.
10928
10929 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
10930 (gnus-article-edit-part): Use it.
10931 (gnus-article-part-wrapper): Added no-handle argument.
10932 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
10933 functions.
10934
10935 2005-08-29 Romain Francoise <romain@orebokech.com>
10936
10937 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10938 docstring.
10939 (gnus-face-from-file): Likewise.
10940
10941 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
10942
10943 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
10944 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
10945 non-nil.
10946 (gnus-auto-select-part): New variable.
10947 (gnus-article-jump-to-part): New function.
10948 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10949 (gnus-mime-delete-part): Allow selecting specified part after
10950 deleting or stripping parts.
10951 (gnus-article-jump-to-part): Don't use `read-number'. Use last
10952 part if argument is bogus.
10953
10954 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10955
10956 * gnus-art.el (w3m-minor-mode-map):
10957 * gnus-spec.el (gnus-newsrc-file-version):
10958 * gnus-util.el (nnmail-active-file-coding-system)
10959 (gnus-original-article-buffer, gnus-user-agent):
10960 * gnus.el (gnus-ham-process-destinations)
10961 (gnus-parameter-ham-marks-alist)
10962 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10963 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10964 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10965 * mm-decode.el (gnus-current-window-configuration):
10966 * mm-extern.el (gnus-article-mime-handles):
10967 * mm-url.el (url-current-object, url-package-name)
10968 (url-package-version):
10969 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10970 (smime-keys, w3m-cid-retrieve-function-alist)
10971 (w3m-current-buffer, w3m-display-inline-images)
10972 (w3m-minor-mode-map):
10973 * mml-smime.el (gnus-extract-address-components):
10974 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10975 (gnus-newsrc-hashtb, message-default-charset)
10976 (message-deletable-headers, message-options)
10977 (message-posting-charset, message-required-mail-headers)
10978 (message-required-news-headers):
10979 * mml1991.el (mc-pgp-always-sign):
10980 * mml2015.el (mc-pgp-always-sign):
10981 * nnheader.el (nnmail-extra-headers):
10982 * rfc1843.el (gnus-decode-encoded-word-function)
10983 (gnus-decode-header-function, gnus-newsgroup-name):
10984 * spam-stat.el (gnus-original-article-buffer): Add defvars.
10985
10986 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
10987
10988 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10989 the end of the date treatments.
10990
10991 2005-08-15 Simon Josefsson <jas@extundo.com>
10992
10993 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10994 it in url-handlers.el and XEmacs in url.el. Reported by Luca
10995 Capello and Romain Francoise.
10996 (pgg-fetch-key-function): Removed, not used?
10997 (pgg-insert-url-with-w3): Require url, to get
10998 url-insert-file-contents regardless of where it is defined.
10999
11000 2005-08-13 Romain Francoise <romain@orebokech.com>
11001
11002 * message.el (message-cite-original-1): New function.
11003 (message-cite-original): Use it.
11004 (message-cite-original-without-signature): Ditto.
11005
11006 2005-08-08 Romain Francoise <romain@orebokech.com>
11007
11008 * message.el (message-yank-empty-prefix): New variable.
11009 (message-indent-citation): Use it.
11010 (message-cite-original-without-signature): Respect X-No-Archive.
11011
11012 2005-08-08 Simon Josefsson <jas@extundo.com>
11013
11014 * pgg.el: Autoload url-insert-file-contents instead of loading
11015 w3/url.
11016 (pgg-insert-url-with-w3): Don't load url here.
11017
11018 2005-08-07 Jesper Harder <harder@phys.au.dk>
11019
11020 * message.el (message-kill-to-signature): Don't insert newline at
11021 bol.
11022 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11023
11024 2005-08-06 Romain Francoise <romain@orebokech.com>
11025
11026 * message.el (message-user-fqdn): Fix typo in docstring.
11027
11028 2005-08-05 Daiki Ueno <ueno@unixuser.org>
11029
11030 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11031
11032 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11033
11034 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
11035
11036 * mm-bodies.el (mm-encode-body): Use coding system rather than
11037 charset to encode text.
11038
11039 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11040 number of charsets if utf-8 is available (XEmacs).
11041
11042 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11043
11044 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11045 taken from `gnus-button-mid-or-mail-regexp'.
11046 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11047 (gnus-button-alist): Improve regexp for domain part of the MIDs
11048 for news:localpart@domain buttons.
11049 (gnus-button-ctan-directory-regexp): Update.
11050
11051 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11052
11053 * sieve-manage.el (sieve-manage-interactive-login): Use
11054 make-local-variable rather than make-variable-buffer-local.
11055 (sieve-manage-open): Ditto.
11056 (sieve-manage-authenticate): Ditto.
11057
11058 * mml.el (mml-generate-mime-1): Make the content type default to
11059 text/plain if the filename is not specified.
11060
11061 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11062
11063 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11064 instead of insert-buffer.
11065
11066 * message.el (message-yank-original): Ditto; set the mark at the
11067 end of the yanked message.
11068
11069 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11070
11071 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11072 lines to scroll rather than to stop it.
11073
11074 * mml.el (mml-generate-default-type): Add doc string.
11075 (mml-generate-mime-1): Use mm-default-file-encoding or make it
11076 default to application/octet-stream when determining the content
11077 type if it is not specified for the part or the mml contents; add
11078 a comment about mml-generate-default-type.
11079
11080 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
11081
11082 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11083 make it default to application/octet-stream when determining the
11084 content type if it is not specified for the external contents.
11085
11086 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11087
11088 * rfc2231.el (rfc2231-parse-string): Take care that not only a
11089 segmented parameter but also other parameters might be there.
11090
11091 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11092
11093 * mm-decode.el (mm-display-external): Delete temp file, directory
11094 and buffer immediately if the external process is exited.
11095
11096 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
11097
11098 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11099 fewer lines than that of scroll-margin.
11100 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11101
11102 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
11103
11104 * gnus-art.el (gnus-article-next-page): Revert.
11105 (gnus-article-beginning-of-window): New macro.
11106 (gnus-article-next-page-1): Use it.
11107 (gnus-article-prev-page): Ditto.
11108 (gnus-article-edit-part): Use insert-buffer-substring instead of
11109 insert-buffer.
11110 (gnus-article-edit-exit): Ditto.
11111
11112 * gnus-util.el (gnus-beginning-of-window): Remove.
11113 (gnus-end-of-window): Remove.
11114
11115 2005-07-25 Simon Josefsson <jas@extundo.com>
11116
11117 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11118 to have the url package without w3. Reported by Daiki Ueno
11119 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11120
11121 2005-07-20 Didier Verna <didier@xemacs.org>
11122
11123 * gnus-diary.el: Remove the description comment (nndiary is now
11124 properly documented in the Gnus manual).
11125 Fix the spelling of "Back End".
11126 * nndiary.el: Ditto.
11127 Fix the copyright notice.
11128
11129 2005-07-18 Romain Francoise <romain@orebokech.com>
11130
11131 * gnus-sum.el (gnus-summary-to-prefix)
11132 (gnus-summary-newsgroup-prefix): New variables.
11133 (gnus-summary-from-or-to-or-newsgroups): Use them.
11134
11135 2005-07-17 Romain Francoise <romain@orebokech.com>
11136
11137 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11138 space as it's generally not especially interesting to the user.
11139
11140 2005-07-16 Romain Francoise <romain@orebokech.com>
11141
11142 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11143 nil to avoid prompting and file modification if one of the
11144 messages at the top of the nnfolder file contains a copyright
11145 notice.
11146 Update copyright notice.
11147
11148 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11149 instead of `current-time-string' as the latter creates a time
11150 string that is not RFC 2822 compliant (it lacks the zone).
11151 Update copyright notice.
11152
11153 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11156 for text/rtf. Display default in prompt. Pass default for M-n.
11157
11158 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11159
11160 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11161
11162 * gnus-msg.el (gnus-button-mailto): Remove
11163 save-selected-window-window hackery because it relies on
11164 save-selected-window internals.
11165
11166 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11167
11168 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11169 (gnus-article-next-page-1): Use gnus-beginning-of-window.
11170 (gnus-article-prev-page): Ditto.
11171
11172 * gnus-util.el (gnus-beginning-of-window): New function.
11173 (gnus-end-of-window): New function.
11174
11175 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11176
11177 * gnus-score.el (gnus-score-edit-all-score): Set
11178 gnus-score-edit-exit-function to gnus-score-edit-done and call
11179 gnus-message.
11180
11181 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11182
11183 * gnus-msg.el (gnus-button-mailto): Remove
11184 save-selected-window-window hackery because it relies on
11185 save-selected-window internals.
11186
11187 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11188
11189 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11190 add-minor-mode.
11191 (gnus-binary-mode): Ditto.
11192
11193 * gnus-topic.el (gnus-topic-mode): Ditto.
11194
11195 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
11196
11197 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11198 (gnus-article-prev-page): Take scroll-margin into consideration.
11199
11200 2005-07-04 Lute Kamstra <lute@gnu.org>
11201
11202 Update FSF's address in GPL notices.
11203
11204 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
11205
11206 * gnus.el (gnus-exit):
11207 * gnus-group.el (gnus-group-icons):
11208 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11209
11210 * gnus-nocem.el (gnus-nocem):
11211 * message.el (message-various, message-buffers, message-sending)
11212 (message-interface, message-forwarding, message-insertion)
11213 (message-headers, message-news, message-mail):
11214 * pgg-gpg.el (pgg-gpg):
11215 * pgg-parse.el (pgg-parse):
11216 * pgg-pgp.el (pgg-pgp):
11217 * pgg-pgp5.el (pgg-pgp5):
11218 * pop3.el (pop3): Finish `defgroup' description with period.
11219
11220 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11221
11222 * gnus-art.el (article-display-face): Improve the efficiency.
11223 (article-display-x-face): Ditto; remove grey x-face stuff.
11224
11225 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
11226
11227 * gnus-art.el (article-display-face): Correct the position in
11228 which Faces are inserted.
11229
11230 2005-06-29 Didier Verna <didier@xemacs.org>
11231
11232 * gnus-art.el (article-display-face): Display faces in correct
11233 order.
11234
11235 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11236
11237 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11238 (gnus-fill-real-hashtb): Use hash table instead of obarray.
11239 (gnus-nocem-check-article): Fetch the Type header.
11240 (gnus-nocem-message-wanted-p): Fix the way to examine types.
11241 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11242 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11243 make sure gnus-nocem-hashtb is initialized.
11244 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11245 (gnus-nocem-unwanted-article-p): Ditto.
11246
11247 * pgg.el (pgg-verify): Return the verification result.
11248
11249 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11250
11251 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11252 is ascii.
11253
11254 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
11255
11256 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11257 `show-nonbreak-escape'.
11258
11259 2005-06-23 Lute Kamstra <lute@gnu.org>
11260
11261 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11262
11263 * dig.el (dig-mode):
11264 * smime.el (smime-mode): Use gnus-run-mode-hooks.
11265
11266 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
11267
11268 * nnimap.el (nnimap-split-download-body): Fix spellings.
11269
11270 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
11271
11272 * gnus-art.el (gnus-article-encrypt-body):
11273 * gnus-cus.el (gnus-score-customize):
11274 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11275 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11276
11277 2005-06-16 Arne Jørgensen <arne@arnested.dk>
11278
11279 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11280 header by looking for magic "MII" at the beginnig.
11281
11282 2005-06-16 Miles Bader <miles@gnu.org>
11283
11284 * assistant.el (assistant-field): Remove "-face" suffix from face name.
11285 (assistant-field-face): New backward-compatibility alias for renamed
11286 face.
11287 (assistant-render-text): Use renamed assistant-field face.
11288
11289 * spam.el (spam): Remove "-face" suffix from face name.
11290 (spam-face): New backward-compatibility alias for renamed face.
11291 (spam-face, spam-initialize): Use renamed spam face.
11292
11293 * message.el (message-header-to, message-header-cc)
11294 (message-header-subject, message-header-newsgroups)
11295 (message-header-other, message-header-name)
11296 (message-header-xheader, message-separator, message-cited-text)
11297 (message-mml): Remove "-face" suffix from face names.
11298 (message-header-to-face, message-header-cc-face)
11299 (message-header-subject-face, message-header-newsgroups-face)
11300 (message-header-other-face, message-header-name-face)
11301 (message-header-xheader-face, message-separator-face)
11302 (message-cited-text-face, message-mml-face):
11303 New backward-compatibility aliases for renamed faces.
11304 (message-font-lock-keywords): Use renamed message faces.
11305
11306 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11307 (sieve-test-commands, sieve-tagged-arguments):
11308 Remove "-face" suffix from face names.
11309 (sieve-control-commands-face, sieve-action-commands-face)
11310 (sieve-test-commands-face, sieve-tagged-arguments-face):
11311 New backward-compatibility aliases for renamed faces.
11312 (sieve-control-commands-face, sieve-action-commands-face)
11313 (sieve-test-commands-face, sieve-tagged-arguments-face):
11314 Use renamed sieve faces.
11315
11316 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11317 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11318 (gnus-group-news-3-empty, gnus-group-news-4)
11319 (gnus-group-news-4-empty, gnus-group-news-5)
11320 (gnus-group-news-5-empty, gnus-group-news-6)
11321 (gnus-group-news-6-empty, gnus-group-news-low)
11322 (gnus-group-news-low-empty, gnus-group-mail-1)
11323 (gnus-group-mail-1-empty, gnus-group-mail-2)
11324 (gnus-group-mail-2-empty, gnus-group-mail-3)
11325 (gnus-group-mail-3-empty, gnus-group-mail-low)
11326 (gnus-group-mail-low-empty, gnus-summary-selected)
11327 (gnus-summary-cancelled, gnus-summary-high-ticked)
11328 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11329 (gnus-summary-high-ancient, gnus-summary-low-ancient)
11330 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11331 (gnus-summary-low-undownloaded)
11332 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11333 (gnus-summary-low-unread, gnus-summary-normal-unread)
11334 (gnus-summary-high-read, gnus-summary-low-read)
11335 (gnus-summary-normal-read, gnus-splash):
11336 Remove "-face" suffix from face names.
11337 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11338 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11339 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11340 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11341 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11342 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11343 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11344 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11345 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11346 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11347 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11348 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11349 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11350 (gnus-summary-normal-ticked-face)
11351 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11352 (gnus-summary-normal-ancient-face)
11353 (gnus-summary-high-undownloaded-face)
11354 (gnus-summary-low-undownloaded-face)
11355 (gnus-summary-normal-undownloaded-face)
11356 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11357 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11358 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11359 (gnus-splash-face):
11360 New backward-compatibility aliases for renamed faces.
11361 (gnus-group-startup-message): Use renamed gnus faces.
11362
11363 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11364 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11365 (gnus-server-agent): Remove "-face" suffix from face names.
11366 (gnus-server-agent-face, gnus-server-opened-face)
11367 (gnus-server-closed-face, gnus-server-denied-face)
11368 (gnus-server-offline-face):
11369 New backward-compatibility aliases for renamed faces.
11370 (gnus-server-agent-face, gnus-server-opened-face)
11371 (gnus-server-closed-face, gnus-server-denied-face)
11372 (gnus-server-offline-face): Use renamed gnus faces.
11373
11374 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11375 Remove "-face" suffix from face names.
11376 (gnus-picon-xbm-face, gnus-picon-face):
11377 New backward-compatibility aliases for renamed faces.
11378
11379 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11380 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11381 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11382 (gnus-cite-11): Remove "-face" suffix from face names.
11383 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11384 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11385 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11386 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11387 New backward-compatibility aliases for renamed faces.
11388 (gnus-cite-attribution-face, gnus-cite-face-list)
11389 (gnus-article-boring-faces): Use renamed gnus faces.
11390
11391 * gnus-art.el (gnus-signature, gnus-header-from)
11392 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11393 (gnus-header-content): Remove "-face" suffix from face names.
11394 (gnus-signature-face, gnus-header-from-face)
11395 (gnus-header-subject-face, gnus-header-newsgroups-face)
11396 (gnus-header-name-face, gnus-header-content-face):
11397 New backward-compatibility aliases for renamed faces.
11398 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11399
11400 * gnus-sum.el (gnus-summary-selected-face)
11401 (gnus-summary-highlight): Use renamed gnus faces.
11402 * gnus-group.el (gnus-group-highlight): Likewise.
11403
11404 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
11405
11406 * gnus-sieve.el (gnus-sieve-article-add-rule):
11407 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11408 * spam-stat.el (spam-stat-buffer-change-to-spam)
11409 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11410
11411 * message.el (message-is-yours-p):
11412 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11413
11414 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11415
11416 * mm-view.el (mm-inline-text): Withdraw the last change.
11417
11418 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
11419
11420 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11421 executing enriched-decode.
11422
11423 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11424
11425 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11426 charset of tar files.
11427
11428 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11429
11430 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11431
11432 2005-06-04 Lute Kamstra <lute@gnu.org>
11433
11434 * nnfolder.el (nnfolder-read-folder): Make sure that undo
11435 information is never recorded.
11436
11437 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11438
11439 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11440
11441 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11442
11443 * pop3.el (pop3-apop): Run md5 in the binary mode.
11444
11445 * starttls.el (starttls-set-process-query-on-exit-flag):
11446 Use eval-and-compile.
11447
11448 2005-05-31 Simon Josefsson <jas@extundo.com>
11449
11450 * smime.el (smime-replace-in-string): Define.
11451 (smime-cert-by-ldap-1): Use it.
11452
11453 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
11454
11455 * gnus-art.el (article-display-x-face): Replace
11456 process-kill-without-query by gnus-set-process-query-on-exit-flag.
11457
11458 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11459 set-process-query-on-exit-flag or process-kill-without-query.
11460
11461 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11462 loop instead of replace-regexp.
11463
11464 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11465 instead of process-kill-without-query if it is available.
11466
11467 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11468 instead of find-file-hooks if it is available.
11469
11470 * mml1991.el: Bind pgg-default-user-id when compiling.
11471
11472 * mml2015.el: Bind pgg-default-user-id when compiling.
11473
11474 * nndraft.el (nndraft-request-associate-buffer):
11475 Use write-contents-functions instead of write-contents-hooks if it is
11476 available.
11477
11478 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11479 instead of find-file-hooks if it is available.
11480
11481 * nntp.el (nntp-open-connection): Replace
11482 process-kill-without-query by gnus-set-process-query-on-exit-flag.
11483 (nntp-open-ssl-stream): Ditto.
11484 (nntp-open-tls-stream): Ditto.
11485
11486 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11487 set-process-query-on-exit-flag or process-kill-without-query.
11488 (starttls-open-stream-gnutls): Use it instead of
11489 process-kill-without-query.
11490 (starttls-open-stream): Ditto.
11491
11492 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
11493
11494 * smime.el (smime-cert-by-ldap-1): Don't use
11495 replace-regexp-in-string.
11496
11497 2005-05-31 Arne Jørgensen <arne@arnested.dk>
11498
11499 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11500
11501 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11502 in PEM format. Adjust to the XEmacs compability.
11503
11504 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11505
11506 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11507 by `string-to-number'.
11508 * gnus-agent.el (gnus-agent-regenerate-group)
11509 (gnus-agent-fetch-articles): Ditto.
11510 * gnus-art.el (gnus-button-fetch-group): Ditto.
11511 * gnus-cache.el (gnus-cache-generate-active)
11512 (gnus-cache-articles-in-group): Ditto.
11513 * gnus-group.el (gnus-group-set-current-level)
11514 (gnus-group-insert-group-line): Ditto.
11515 * gnus-score.el (gnus-score-set-expunge-below)
11516 (gnus-score-set-mark-below, gnus-summary-score-effect)
11517 (gnus-summary-score-entry): Ditto.
11518 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11519 (gnus-soup-pack): Ditto.
11520 * gnus-spec.el (gnus-xmas-format): Ditto.
11521 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11522 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11523 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11524 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11525 * nndb.el (nndb-get-remote-expire-response): Ditto.
11526 * nndiary.el (nndiary-parse-schedule-value)
11527 (nndiary-string-to-number, nndiary-request-replace-article)
11528 (nndiary-request-article): Ditto.
11529 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11530 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11531 * nneething.el (nneething-make-head): Ditto.
11532 * nnfolder.el (nnfolder-request-article)
11533 (nnfolder-retrieve-headers): Ditto.
11534 * nnheader.el (nnheader-file-to-number): Ditto.
11535 * nnkiboze.el (nnkiboze-request-article): Ditto.
11536 * nnmail.el (nnmail-process-unix-mail-format)
11537 (nnmail-process-babyl-mail-format): Ditto.
11538 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11539 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11540 (nnmh-request-create-group, nnmh-request-list-1)
11541 (nnmh-request-group, nnmh-request-article): Ditto.
11542 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11543 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11544 * nnsoup.el (nnsoup-make-active): Ditto.
11545 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11546 * nntp.el (nntp-find-group-and-number)
11547 (nntp-retrieve-headers-with-xover): Ditto.
11548 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11549 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11550 (pgg-format-key-identifier): Ditto.
11551 * pop3.el (pop3-last, pop3-stat): Ditto.
11552 * qp.el (quoted-printable-decode-region): Ditto.
11553
11554 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11555 of concat.
11556
11557 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11558
11559 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11560
11561 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11562
11563 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11564
11565 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11566
11567 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11568
11569 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11570
11571 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11572 (gnus-carpal-mode): Ditto.
11573
11574 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11575 (gnus-browse-mode): Ditto.
11576
11577 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11578
11579 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11580
11581 2005-05-29 Richard M. Stallman <rms@gnu.org>
11582
11583 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11584
11585 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
11586
11587 * gnus-util.el (gnus-run-mode-hooks): New function.
11588
11589 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11590
11591 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11592
11593 * gnus-agent.el (gnus-agent-make-mode-line-string):
11594 Use mode-line-highlight as mouse-face.
11595
11596 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11597
11598 * canlock.el (canlock): Change the parent group to news.
11599
11600 * deuglify.el (gnus-outlook-deuglify): Add :group.
11601
11602 * dig.el (dig): Add :group.
11603
11604 * dns-mode.el (dns-mode): Add :group.
11605
11606 * encrypt.el (encrypt): Add :group.
11607
11608 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11609 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11610 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11611 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11612 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11613
11614 * gnus-diary.el (gnus-diary): Add :group.
11615
11616 * gnus.el (gnus-group-news-1-face): Add :group.
11617 (gnus-group-news-1-empty-face): Ditto.
11618 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11619 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11620 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11621 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11622 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11623 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11624 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11625 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11626 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11627 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11628 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11629 (gnus-summary-high-ticked-face): Ditto.
11630 (gnus-summary-low-ticked-face): Ditto.
11631 (gnus-summary-normal-ticked-face): Ditto.
11632 (gnus-summary-high-ancient-face): Ditto.
11633 (gnus-summary-low-ancient-face): Ditto.
11634 (gnus-summary-normal-ancient-face): Ditto.
11635 (gnus-summary-high-undownloaded-face): Ditto.
11636 (gnus-summary-low-undownloaded-face): Ditto.
11637 (gnus-summary-normal-undownloaded-face): Ditto.
11638 (gnus-summary-high-unread-face): Ditto.
11639 (gnus-summary-low-unread-face): Ditto.
11640 (gnus-summary-normal-unread-face): Ditto.
11641 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11642 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11643
11644 * hashcash.el (hashcash): New custom group.
11645 (hashcash-default-payment): Add :group.
11646 (hashcash-payment-alist): Ditto.
11647 (hashcash-default-accept-payment): Ditto.
11648 (hashcash-accept-resources): Ditto.
11649 (hashcash-path): Ditto.
11650 (hashcash-extra-generate-parameters): Ditto.
11651 (hashcash-double-spend-database): Ditto.
11652 (hashcash-in-news): Ditto.
11653
11654 * message.el (message-minibuffer-local-map): Add :group.
11655
11656 * netrc.el (netrc): Add :group.
11657
11658 * sieve-manage.el (sieve-manage-log): Add :group.
11659 (sieve-manage-default-user): Diito.
11660 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11661 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11662 (sieve-manage-authenticators): Ditto.
11663 (sieve-manage-authenticator-alist): Ditto.
11664 (sieve-manage-default-port): Ditto.
11665
11666 * sieve-mode.el (sieve-control-commands-face): Add :group.
11667 (sieve-action-commands-face): Ditto.
11668 (sieve-test-commands-face): Ditto.
11669 (sieve-tagged-arguments-face): Ditto.
11670
11671 * smime.el (smime): Add :group.
11672
11673 * spam-report.el (spam-report): Add :group.
11674
11675 * spam.el (spam, spam-face): Add :group.
11676
11677 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11678
11679 * nntp.el (nntp-next-result-arrived-p): Some news servers may
11680 return \n.\n.\n at the end of articles. Protect against that.
11681 (nntp-with-open-group): Allow debugging.
11682
11683 * nnheader.el (mail-header-set-extra): Make into a function
11684 because I just could't understand how to quote the list properly.
11685
11686 * dns.el (query-dns-cached): New function.
11687
11688 2005-05-26 Lute Kamstra <lute@gnu.org>
11689
11690 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11691
11692 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11693
11694 * gnus-art.el: Don't autoload mail-extract-address-components.
11695
11696 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11697 eval-and-compile to evaluate it.
11698
11699 * hashcash.el: Don't autoload executable-find.
11700
11701 * nndb.el: Don't declare the nndb back end two or more times; don't
11702 autoload news-reply-mode, news-setup, cancel-timer and telnet.
11703
11704 * nntp.el: Autoload format-spec instead of format; use
11705 eval-and-compile to evaluate autoload forms.
11706
11707 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
11708
11709 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11710
11711 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11712
11713 * gnus.el (gnus-version-number): Bump version.
11714
11715 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11716
11717 * gnus.el: No Gnus v0.3 is released.
11718
11719 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
11720
11721 * gnus-art.el (gnus-article-edit-part): Disable undo.
11722
11723 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11724
11725 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11726 gnus-article-date-lapsed-new-header is t if date timer is active;
11727 skip headers in which the original date value is empty.
11728 (gnus-article-save-original-date): Redefine it as a macro.
11729 (gnus-display-mime): Use it.
11730
11731 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
11732
11733 * gnus-art.el (article-date-ut): Support converting date in
11734 forwarded parts as well.
11735 (gnus-article-save-original-date): New function.
11736 (gnus-display-mime): Use it.
11737
11738 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
11739
11740 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11741 enclosure element of <item>.
11742
11743 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
11744
11745 * message.el (message-kill-buffer-query): Renamed from
11746 `message-kill-buffer-query-if-modified'. Added :version.
11747
11748 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11749
11750 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11751 window layout.
11752
11753 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11754
11755 * mml.el: Autoload dnd when compiling.
11756
11757 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
11758
11759 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11760 x-dnd-*.
11761
11762 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11763
11764 * qp.el (quoted-printable-encode-region): Save excursion.
11765
11766 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
11767
11768 * message.el (message-kill-buffer-query-if-modified): Add new variable
11769 so the user can kill a modified message buffer quickly.
11770 (message-kill-buffer): Use it.
11771
11772 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
11773
11774 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
11775 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11776
11777 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11778
11779 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11780 contained in text because xml.el decodes entities) with LFs.
11781
11782 2005-04-11 Lute Kamstra <lute@gnu.org>
11783
11784 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11785 differently.
11786
11787 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 * mm-util.el (mm-detect-coding-region): Typo.
11790
11791 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
11792
11793 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11794
11795 2005-04-06 Deepak Goel <deego@gnufans.org>
11796
11797 * spam-stat.el (spam-stat-score-buffer): Add a call to a
11798 user-function allow user modifications of the scores.
11799 (spam-stat-score-buffer-user): New function, to allow
11800 user-computed modifications to the score.
11801 (spam-stat-score-buffer-user-functions): List of additional
11802 scoring functions.
11803 (spam-stat-error-holder): Global temporary error holder.
11804 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11805 variable.
11806
11807 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
11808
11809 * gnus-registry.el (gnus-registry-clean-empty-function)
11810 (gnus-registry-trim, gnus-registry-fetch-groups)
11811 (gnus-registry-delete-group): Groups that match
11812 `gnus-registry-ignored-groups' are removed from the registry
11813 entries, not just ignored for splitting. This helps clean up the
11814 registry. Also, `gnus-registry-fetch-groups' is a convenient way
11815 to get all the groups a message ID is in.
11816
11817 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11818 (spam-stat-split-fancy): Change "threshhold" to "threshold".
11819 (spam-stat-score-buffer-user-functions): Add :number custom type.
11820
11821 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11824 argument in XEmacs.
11825
11826 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11827 (nnrss-request-group): Decode group name first.
11828 (nnrss-request-article): Make a text/plain article if mml-to-mime
11829 failed.
11830 (nnrss-get-encoding): Return a compatible encoding according to
11831 nnrss-compatible-encoding-alist.
11832 (nnrss-find-el): Use consp instead of listp.
11833 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
11834
11835 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11836
11837 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
11838 which Emacs 20 doesn't support.
11839 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
11840
11841 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11842
11843 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
11844 silence the byte compiler inside the defun.
11845
11846 * gnus-demon.el (parse-time-string): Add autoload.
11847
11848 * gnus-delay.el (parse-time-string): Add autoload.
11849
11850 * gnus-art.el (parse-time-string): Add autoload.
11851
11852 * nnultimate.el (parse-time): Require for `parse-time-string'.
11853
11854 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11855
11856 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
11857
11858 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
11859
11860 * smime.el (smime-ldap-host-list): Add :version.
11861
11862 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11863
11864 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
11865 pass it to `gnus-browse-read-group'.
11866 (gnus-browse-read-group): Add NUMBER argument and pass it to
11867 `gnus-group-read-ephemeral-group'.
11868
11869 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
11870 argument and pass it to `gnus-group-read-group'.
11871
11872 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
11873
11874 * mm-util.el (mm-xemacs-find-mime-charset): Only call
11875 mm-xemacs-find-mime-charset-1 if we have the mule feature
11876 available at runtime.
11877
11878 2005-03-25 Werner Lemberg <wl@gnu.org>
11879
11880 * nnmaildir.el: Replace `illegal' with `invalid'.
11881
11882 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * gnus-start.el (gnus-display-time-event-handler):
11885 Check display-time-timer at runtime rather than only at load time
11886 in case display-time-mode is turned off in the mean time.
11887
11888 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11889
11890 * nnimap.el (nnimap-open-connection): Print which authinfo file is
11891 used.
11892
11893 * nneething.el (nneething-map-file-directory): Derive from
11894 `gnus-directory'.
11895
11896 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
11897 the To/Cc button.
11898
11899 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11900
11901 * nnmaildir.el (nnmaildir-request-accept-article):
11902 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
11903
11904 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
11905
11906 * gnus-async.el: Require timer-funcs at compile time when in
11907 XEmacs for `run-with-idle-timer'.
11908
11909 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
11910
11911 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11912 autoloaded function.
11913
11914 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11917
11918 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
11919
11920 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11921
11922 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11923
11924 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11925 gnus-expert-user to default.
11926
11927 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
11928
11929 * nnimap.el (nnimap-open-server): Ditto.
11930
11931 * imap.el (imap-authenticate): Fix typo.
11932
11933 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
11934
11935 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11936 buffer (since IMAP server might return FETCH response out of
11937 order, and the nntp buffer must be sorted).
11938
11939 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
11940
11941 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11942 comparison on string.
11943
11944 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11945 (gnus-agent-score): Renamed category keywords to match gnus-cus.
11946 (gnus-agent-summary-fetch-series): Modified to protect against
11947 gnus-agent-summary-fetch-group clearing processable flags.
11948 (gnus-agent-synchronize-group-flags): Update live group buffer as
11949 synchronization may occur due to the user toggle the plugged
11950 status.
11951 (gnus-agent-fetch-group-1): Clear downloadable flag when article
11952 successfully downloaded.
11953 (gnus-agent-expire-group-1): Avoid using markers when the overview
11954 is in ascending order; greatly improves performance.
11955 (gnus-agent-regenerate-group): Use
11956 gnus-agent-synchronize-group-flags to reset read status in both
11957 gnus and server.
11958 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11959
11960 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11961
11962 * message.el: Don't autoload former message-utils variables.
11963 (message-strip-subject-trailing-was): Change doc string.
11964
11965 * nnweb.el: Fixes for `gnus-group-make-web-group'.
11966 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
11967 (nnweb-google-search): Add "hl=en" here.
11968 (nnweb-google-parse-1, nnweb-google-create-mapping):
11969 Don't hardcode URL.
11970
11971 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11972
11973 * message.el (message-get-reply-headers, message-followup):
11974 Mention related variables `message-use-followup-to' and
11975 `message-use-mail-followup-to', in the information buffer.
11976
11977 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11978 of broken groups(-beta).google.com.
11979
11980 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11981
11982 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11983 parameter to invoked gnus-request-move-article; remove the
11984 redundant gnus-sum-hint-move-is-internal variable; apply the marks
11985 all at once instead of once per article.
11986 (gnus-summary-remove-process-mark): Accept a list of articles as
11987 well as a single article for processing.
11988
11989 * gnus-int.el (gnus-request-move-article): Add move-is-internal
11990 parameter.
11991
11992 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11993
11994 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11995
11996 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11997 parameter.
11998
11999 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12000 parameter.
12001
12002 * nnimap.el (nnimap-request-move-article): Add move-is-internal
12003 parameter and remove the gnus-sum-hint-move-is-internal variable.
12004
12005 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12006 parameter.
12007
12008 * nndraft.el (nndraft-request-move-article): Add move-is-internal
12009 parameter.
12010
12011 * nndiary.el (nndiary-request-move-article): Add move-is-internal
12012 parameter.
12013
12014 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12015
12016 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12017 parameter.
12018
12019 * nnagent.el (nnagent-request-move-article): Add move-is-internal
12020 parameter.
12021
12022 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12025 a more conservative way.
12026
12027 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12030 buffer, so it moves the window's cursor.
12031
12032 2005-02-26 Arne Jørgensen <arne@arnested.dk>
12033
12034 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12035 `mm-dissect-multipart' and receive the from field as an (optional)
12036 argument from `mm-dissect-multipart'.
12037 (mm-dissect-multipart): Receive the from field as an argument and
12038 pass it on when we call `mm-dissect-buffer' on MIME parts.
12039 Fixes verification/decryption of signed/encrypted MIME parts.
12040
12041 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
12042
12043 * gnus-sum.el (gnus-summary-move-article): Set
12044 gnus-sum-hint-move-is-internal for gnus-request-move-article and
12045 whatever it calls (right now, only nnimap-request-move article
12046 respects it).
12047
12048 * nnimap.el (nnimap-request-move-article): When
12049 gnus-sum-hint-move-is-internal is set, don't do the extra
12050 nnimap-request-article.
12051
12052 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12053
12054 * nnheader.el (nnheader-find-file-noselect): Add doc string.
12055
12056 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12057 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12058
12059 * gnus-sum.el (gnus-summary-caesar-message):
12060 Apply `gnus-treat-article' after rotation.
12061
12062 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12063 doc string.
12064
12065 2005-02-22 Simon Josefsson <jas@extundo.com>
12066
12067 * encrypt.el (encrypt-password-cache-expiry): Remove (use
12068 `password-cache-expiry' instead). Reported by Arne Jørgensen
12069 <arne@arnested.dk>.
12070 (encrypt): Add password-cache and password-cache-expiry as group
12071 members.
12072
12073 2005-02-22 Arne Jørgensen <arne@arnested.dk>
12074
12075 * smime.el (smime-ldap-host-list): Doc fix.
12076 (smime-ask-passphrase): Use `password-read-and-add' to read (and
12077 cache) password.
12078 (smime-sign-region): Use it.
12079 (smime-decrypt-region): Use it.
12080 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12081 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12082 fails.
12083 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12084 certificate from DER to PEM format rather than calling openssl.
12085
12086 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12087
12088 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12089 for signing/encryption.
12090
12091 * mml.el (mml-parse-1): Use them.
12092
12093 2005-02-21 Arne Jørgensen <arne@arnested.dk>
12094
12095 * nnrss.el (nnrss-verbose): Removed.
12096 (nnrss-request-group): Use `nnheader-message' instead.
12097
12098 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
12099
12100 * nnrss.el (nnrss-verbose): New variable.
12101 (nnrss-request-group): Make it say nnrss is requesting a group.
12102
12103 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
12104
12105 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12106 Handle news URL with given port correctly.
12107
12108 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12109
12110 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12111 containing special characters.
12112
12113 * gnus-sum.el (gnus-summary-edit-article): Ditto.
12114
12115 * mml.el (mime-to-mml): Ditto.
12116
12117 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12118 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12119 (rfc2047-decode-region): Quote decoded words containing special
12120 characters when rfc2047-quote-decoded-words-containing-tspecials
12121 is non-nil.
12122
12123 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
12124
12125 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12126
12127 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12128
12129 2005-02-15 Simon Josefsson <jas@extundo.com>
12130
12131 * nnimap.el (nnimap-debug): Doc fix.
12132
12133 * imap.el (imap-debug): Doc fix.
12134
12135 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
12136
12137 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12138
12139 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12140
12141 * gnus.el (spam-contents): Improve docs for spam-contents
12142 parameter in its variable incarnation.
12143
12144 2005-02-14 Simon Josefsson <jas@extundo.com>
12145
12146 * smime-ldap.el: Use require instead of load-library for ldap.
12147 (smime-ldap-search): Indent.
12148 (smime-ldap-search-internal): Shorten line.
12149
12150 * smime.el (smime-cert-by-dns): Add doc-string.
12151 (smime-cert-by-ldap-1): Indent.
12152
12153 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12154 mml-smime-get-dns-ldap.
12155 (mml-smime-encrypt-query): Use new function. Default to ldap.
12156
12157 2005-02-14 Arne Jørgensen <arne@arnested.dk>
12158
12159 * smime.el: Require smime-ldap.
12160 (smime-ldap-host-list): New variable.
12161 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12162
12163 * mml-smime.el (mml-smime-encrypt-query): New function.
12164 (mml-smime-encrypt-query): Use it.
12165
12166 * smime-ldap.el: New file.
12167
12168 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12169
12170 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12171
12172 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12173
12174 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12175 argument in doc string. Make query for type more clear.
12176
12177 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
12178
12179 * gnus.el (gnus-group-startup-message): Search for gnus images in
12180 etc/images/gnus.
12181 * mm-util.el (mm-image-load-path): Likewise.
12182 * smiley.el (smiley-data-directory): Search for smilies in
12183 etc/images/smilies.
12184
12185 2005-02-09 Kim F. Storm <storm@cua.dk>
12186
12187 Change Emacs release version from 21.4 to 22.1 throughout.
12188 Change Emacs development version from 21.3.50 to 22.0.50.
12189
12190 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12191
12192 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12193
12194 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12195 non-Mule XEmacs as well.
12196 (mm-decompress-buffer): Signal an error intentionally if it does
12197 not decompress compressed data because auto-compression-mode is
12198 disabled.
12199
12200 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
12201
12202 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12203 an ID in the registry even if it has no groups.
12204
12205 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
12206
12207 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12208 merge it into mm-decompress-buffer.
12209 (gnus-mime-copy-part): Use the MIME part charset, the value which
12210 a user specified or gnus-newsgroup-charset for decoding, like
12211 gnus-mime-inline-part does; set buffer-file-coding-system to tell
12212 save-buffer what was used. Suggested by Kevin Ryde
12213 <user42@zip.com.au>.
12214 (gnus-mime-inline-part): Allow the name parameter as well as the
12215 filename parameter; force decompressing of compressed data; always
12216 display contents being not decoded as unibyte.
12217
12218 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12219 as well as the filename parameter.
12220
12221 * mm-util.el (mm-decompress-buffer): Merge
12222 gnus-mime-jka-compr-maybe-uncompress.
12223 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12224 of compressed data.
12225
12226 2005-02-08 Simon Josefsson <jas@extundo.com>
12227
12228 * imap.el (imap-log): Doc fix.
12229
12230 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12231
12232 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12233 the coding cookies; decompress compressed parts.
12234
12235 * mml.el (mml-generate-mime-1): Add the charset parameter according
12236 to the value which a user specified manually or the coding cookie.
12237
12238 * mm-util.el (mm-string-to-multibyte): New function.
12239 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12240 (mm-coding-system-to-mime-charset): New function.
12241 (mm-decompress-buffer): New function.
12242 (mm-find-buffer-file-coding-system): New function.
12243
12244 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12245 (mm-display-inline-fontify): Rewrite for decoding and decompressing
12246 parts.
12247
12248 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12249
12250 * mm-view.el (mm-display-inline-fontify): Decode a part according
12251 to the charset parameter.
12252
12253 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
12254
12255 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12256 prefix arg is neither nil nor a number, as info specifies.
12257
12258 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
12259
12260 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12261 timestamps.
12262
12263 2005-02-02 Jari Aalto <jari.aalto@cante.net>
12264
12265 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12266 groups error checking and notify user.
12267
12268 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
12269
12270 * message.el (message-send-mail-function): Check existence of
12271 sendmail-program first before using default value
12272 `message-send-mail-with-sendmail'. Otherwise use more generic
12273 `smtpmail-send-it'.
12274
12275 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12276
12277 * nntp.el (nntp-request-update-info): Always return nil.
12278
12279 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12282
12283 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * message.el (message-beginning-of-line): Change the behavior when
12286 invoked between BOL and : so that it first moves backward.
12287
12288 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
12289
12290 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12291 article buffer when editing of the article is discarded.
12292 (gnus-article-prepare): Revert.
12293
12294 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
12295
12296 * gnus-art.el (gnus-article-prepare):
12297 Remove message-strip-forbidden-properties from the local hook.
12298
12299 2005-01-27 Simon Josefsson <jas@extundo.com>
12300
12301 * password.el (password-cache-add): Only start one timer per key.
12302 Reported by Derek Atkins <warlord@MIT.EDU>.
12303
12304 2005-01-26 Steve Youngs <steve@sxemacs.org>
12305
12306 * run-at-time.el: Removed. It is no longer needed as
12307 timer-funcs.el in the xemacs-base package has a working version of
12308 `run-at-time'.
12309
12310 * password.el: Require timer-funcs instead of run-at-time in
12311 XEmacs.
12312 Remove `password-run-at-time' macro.
12313 (password-cache-add): Use `run-at-time' instead of
12314 `password-run-at-time'.
12315
12316 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12317 for `run-with-idle-timer'.
12318
12319 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12320 for `run-at-time'.
12321
12322 * mm-url.el: Require timer-funcs at compile time when in XEmacs
12323 for `with-timeout'.
12324
12325 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12326
12327 * mml.el (mml-generate-mime-1): Convert string into unibyte when
12328 inserting " *mml*" buffer's contents into a unibyte temp buffer.
12329
12330 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
12331
12332 * mail-source.el (mail-source-fetch-imap): Search for ^From case
12333 sensitively.
12334
12335 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
12336
12337 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12338
12339 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
12340
12341 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12342 which will be inserted according to the multibyteness of a buffer
12343 rather than the type of contents. Suggested by ARISAWA Akihiro
12344 <ari@mbf.ocn.ne.jp>.
12345
12346 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12347 of string which old xml.el may return rather than a string.
12348
12349 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12350
12351 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12352
12353 2005-01-16 Simon Josefsson <jas@extundo.com>
12354
12355 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12356 idn/idna.el isn't available.
12357 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
12358 <michael@waxrat.com>.
12359
12360 * hashcash.el: Remove non-FSF copyright header.
12361
12362 * hashcash.el (hashcash-extra-generate-parameters): New variable.
12363 (hashcash-generate-payment): Use it.
12364 (hashcash-generate-payment-async): Use it.
12365
12366 2005-01-15 Simon Josefsson <jas@extundo.com>
12367
12368 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12369 Suggested by Raymond Scholz <ray-2005@zonix.de>.
12370
12371 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12372 gnus-summary-idna-message.
12373 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12374 (gnus-summary-idna-message): New function.
12375
12376 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12377
12378 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12379 gnus-novice-user.
12380
12381 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
12382
12383 * nnrss.el (nnrss-request-delete-group): Delete entries in
12384 nnrss-group-alist as well.
12385 (nnrss-save-server-data): Insert newline.
12386
12387 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
12388
12389 * gnus.el (gnus-user-agent): Use list of symbols instead of
12390 symbols. Display full version number for (S)XEmacs. Optionally
12391 display (S)XEmacs codename.
12392
12393 * gnus-util.el (gnus-emacs-version): Update for new
12394 `gnus-user-agent'.
12395
12396 * gnus-msg.el (gnus-extended-version): Make it possible to omit
12397 Gnus version.
12398
12399 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12400
12401 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
12402 which is unreadable in some setups.
12403
12404 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12405
12406 * gnus-spec.el (gnus-update-format-specifications): Flush the
12407 group format spec cache if it doesn't support decoded group names.
12408
12409 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12410
12411 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12412 Allow to apply decay on score files matching a regexp.
12413
12414 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
12415
12416 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12417 compatibility in %g and %c.
12418
12419 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
12420
12421 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12422 name for only %g and %c.
12423 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12424 of gnus-tmp-group to decoded group name.
12425 (gnus-group-make-rss-group): Exclude `/'s from group names.
12426
12427 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
12428
12429 * nnrss.el (nnrss-get-encoding): Fix regexp.
12430
12431 2004-12-27 Simon Josefsson <jas@extundo.com>
12432
12433 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12434 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12435 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
12436
12437 2004-12-17 Kim F. Storm <storm@cua.dk>
12438
12439 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12440
12441 * gnus-sum.el (gnus-summary-mode-map): Likewise.
12442
12443 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
12444
12445 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12446
12447 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
12448
12449 * nnrss.el: Require rfc2047 and mml.
12450 (nnrss-file-coding-system): New variable.
12451 (nnrss-format-string): Redefine it as an inline function.
12452 (nnrss-decode-group-name): New function.
12453 (nnrss-string-as-multibyte): Remove.
12454 (nnrss-retrieve-headers): Decode group name; don't use
12455 nnrss-format-string.
12456 (nnrss-request-group): Decode group name.
12457 (nnrss-request-article): Decode group name; allow a Message-ID as
12458 well as an article number; don't use nnrss-format-string; encode a
12459 Message-ID string which may contain non-ASCII characters; use
12460 mml-to-mime to compose a MIME article.
12461 (nnrss-request-expire-articles): Decode group name.
12462 (nnrss-request-delete-group): Decode group name.
12463 (nnrss-fetch): Clarify error message.
12464 (nnrss-read-server-data): Use insert-file-contents instead of load;
12465 bind file-name-coding-system; use multibyte buffer.
12466 (nnrss-save-server-data): Bind coding-system-for-write to the
12467 value of nnrss-file-coding-system; bind file-name-coding-system;
12468 add coding cookie.
12469 (nnrss-read-group-data): Use insert-file-contents instead of load;
12470 bind file-name-coding-system; use multibyte buffer.
12471 (nnrss-save-group-data): Bind coding-system-for-write to the
12472 value of nnrss-file-coding-system; bind file-name-coding-system.
12473 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12474 make it work with non-ASCII text.
12475 (nnrss-find-el): Make it work with old xml.el as well.
12476
12477 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
12478
12479 * nnrss.el (nnrss-get-encoding): New function.
12480 (nnrss-fetch): Use unibyte buffer initially; bind
12481 coding-system-for-read while performing mm-url-insert; remove ^Ms;
12482 decode contents according to the encoding attribute.
12483 (nnrss-save-group-data): Add coding cookie.
12484 (nnrss-mime-encode-string): New function.
12485 (nnrss-check-group): Use it to encode subject and author.
12486
12487 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
12488
12489 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12490 imaginary variable.
12491
12492 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12493
12494 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12495 correctly even if there are wide characters.
12496
12497 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12498
12499 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12500 downcased symbol names; make a new cache instead of reusing
12501 bbdb-hashtable.
12502
12503 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12504
12505 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12506 concatenating segments rather than before concatenating them.
12507 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12508
12509 * message.el (message-get-reply-headers): Bind `extra'.
12510
12511 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12512
12513 * message.el (message-extra-wide-headers): New variable.
12514 (message-get-reply-headers): Use it.
12515
12516 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12517
12518 * gnus-agent.el (gnus-agent-group-path): Decode group name.
12519 (gnus-agent-group-pathname): Ditto.
12520
12521 * gnus-cache.el (gnus-cache-file-name): Decode group name.
12522
12523 * gnus-group.el (gnus-group-make-group): Decode group name.
12524 (gnus-group-make-rss-group): Register the group data after opening
12525 the nnrss group.
12526
12527 2004-12-17 Paul Jarc <prj@po.cwru.edu>
12528
12529 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12530 by expiry now get marked as read.
12531
12532 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12533
12534 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12535
12536 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
12537
12538 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12539 unify Latin characters in XEmacs.
12540 (mm-find-mime-charset-region): Use it.
12541
12542 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12543
12544 * gnus-util.el (gnus-delete-directory): New function.
12545
12546 * gnus-agent.el (gnus-agent-delete-group): Use it.
12547
12548 * gnus-cache.el (gnus-cache-delete-group): Use it.
12549
12550 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12551
12552 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12553 names.
12554
12555 2004-12-16 Simon Josefsson <jas@extundo.com>
12556
12557 * hashcash.el (hashcash-payment-alist): Fix custom :type.
12558
12559 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12560
12561 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12562
12563 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12564 (gnus-group-set-current-level): Decode group name.
12565
12566 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
12567
12568 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12569 failed.
12570
12571 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
12572
12573 * gnus-group.el (gnus-group-delete-group): Decode group name.
12574 (gnus-group-make-rss-group): Encode group name.
12575 (gnus-group-catchup-current): Decode group name.
12576 (gnus-group-kill-group): Decode group name.
12577
12578 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12581
12582 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
12583
12584 * gnus-group.el (gnus-group-make-rss-group):
12585 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12586
12587 * gnus-start.el (gnus-setup-news): Honor user's setting to
12588 gnus-message-archive-method. Suggested by Lute Kamstra
12589 <lute@gnu.org>.
12590
12591 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
12592
12593 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12594 global counterparts of the buffer-local variables.
12595
12596 2004-11-16 Romain Francoise <romain@orebokech.com>
12597
12598 * gnus-sum.el (gnus-summary-exit): Don't clear the global
12599 counterparts of the buffer-local variables.
12600
12601 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12602
12603 * message.el (message-forbidden-properties): Fixed typo in doc
12604 string.
12605
12606 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12607
12608 * gnus-util.el (gnus-replace-in-string): Added doc string.
12609
12610 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12611 to avoid problems when splitting mails with many recipients.
12612
12613 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12614
12615 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12616 pop-to-buffer, covered by the subsequent gnus-configure-windows.
12617
12618 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
12619
12620 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12621 if there is no hashtable in memory or file modification time is
12622 newer than cached timestamp.
12623
12624 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12625
12626 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12627 not-matching option.
12628
12629 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
12630
12631 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12632 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12633 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12634 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12635 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
12636 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12637
12638 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12639
12640 * message.el (message-forward-make-body-mml): Remove headers
12641 according to message-forward-ignored-headers if a message is decoded.
12642
12643 2004-12-02 Romain Francoise <romain@orebokech.com>
12644
12645 * message.el (message-forward-make-body-plain): Always remove
12646 headers according to message-forward-ignored-headers.
12647
12648 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
12649
12650 * spam.el (spam-summary-prepare-exit): Remove the
12651 gnus-summary-limit pop for now, it has problems with ham marks for
12652 me.
12653
12654 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
12655
12656 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12657 correctly.
12658
12659 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
12660
12661 * format-spec.el (format-spec): Message the char.
12662
12663 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
12664
12665 * gnus-art.el (gnus-split-methods): Reformat comments.
12666
12667 * spam.el (spam-summary-prepare-exit): Remove article limits
12668 before exiting the summary buffer.
12669
12670 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
12671
12672 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12673 order to silence the byte compiler.
12674
12675 * spam.el: Fix the way to silence the byte compiler, which
12676 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12677 bbdb-search-simple, spam-BBDB-register-routine,
12678 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12679 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12680 spam-stat-buffer-is-spam, spam-stat-load,
12681 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12682 spam-stat-save and spam-stat-split-fancy.
12683
12684 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
12685
12686 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12687 which may confuse users.
12688 (canlock-password-for-verify): Ditto.
12689
12690 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12691
12692 * gnus-art.el (gnus-emphasis-alist): Ditto.
12693
12694 * gnus-registry.el (gnus-registry-max-entries): Ditto.
12695
12696 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12697
12698 * gnus-start.el (gnus-save-killed-list): Ditto.
12699
12700 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12701 (gnus-sum-thread-tree-root): Ditto.
12702 (gnus-sum-thread-tree-false-root): Ditto.
12703 (gnus-sum-thread-tree-single-indent): Ditto.
12704
12705 * message.el (message-courtesy-message): Ditto.
12706 (message-archive-note): Ditto.
12707 (message-subscribed-address-file): Ditto.
12708 (message-user-fqdn): Ditto.
12709
12710 * spam-report.el (spam-report-gmane-regex): Ditto.
12711
12712 * spam.el (spam-blackhole-good-server-regex): Ditto.
12713
12714 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12715
12716 * mml.el (mml-preview): Widen the message buffer before copying
12717 the contents to the preview buffer; sort headers before previewing.
12718
12719 * message.el (message-hidden-headers): Fix the way to avoid a bug
12720 in the `repeat' widget in Emacs 21.3 or earlier.
12721
12722 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12723
12724 * message.el (message-hidden-headers): Default to "^References:".
12725 Improve customization type. Suggested by Reiner Steib
12726 <Reiner.Steib@gmx.de>.
12727
12728 2004-11-25 Romain Francoise <romain@orebokech.com>
12729
12730 * message.el (message-strip-forbidden-properties): Remove check for
12731 obsolete `message-hidden' text property, hidden headers are not
12732 accessible in the buffer anymore.
12733
12734 2004-11-22 Romain Francoise <romain@orebokech.com>
12735
12736 * message.el (message-header-format-alist): Add `From' in list
12737 so that it can be sorted.
12738 (message-fix-before-sending): Widen and sort headers before
12739 sending.
12740 (message-hide-headers): Use narrowing to hide headers by moving
12741 them to the top of the buffer and narrowing to the region
12742 underneath.
12743
12744 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12745
12746 * message.el (message-strip-forbidden-properties): Bind
12747 buffer-read-only (etc) to nil.
12748
12749 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
12750
12751 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12752 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12753
12754 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
12755
12756 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12757
12758 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12759
12760 * dns.el (query-dns): Use sit-for to time instead of
12761 accept-process-output, since that doesn't seem to work on udp
12762 sockets.
12763
12764 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12765
12766 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12767
12768 2004-11-15 Jesper Harder <harder@ifa.au.dk>
12769
12770 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12771 doc string. Improve doc string.
12772
12773 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12774
12775 * nntp.el (nntp-request-update-info): Return nil if
12776 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12777 may not call gnus-activate-group which uselessly issues the GROUP
12778 commands for all nntp groups and wastes time. Reported by Romain
12779 Francoise <romain@orebokech.com>.
12780
12781 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12782
12783 2004-11-15 Simon Josefsson <jas@extundo.com>
12784
12785 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12786 headers separately.
12787 (gnus-button-openpgp): New function, inspired by Jochen Küpper
12788 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12789
12790 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12791
12792 * gnus-start.el (gnus-convert-old-newsrc):
12793 Assign legacy-gnus-agent to 5.10.7.
12794
12795 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12796
12797 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12798 start of the lines.
12799
12800 2004-11-14 Magnus Henoch <mange@freemail.hu>
12801
12802 * hashcash.el (hashcash-default-payment): Change default to 20.
12803 (hashcash-default-accept-payment): Change default to 20.
12804 (hashcash-process-alist): New variable.
12805 (hashcash-generate-payment-async): Add.
12806 (hashcash-already-paid-p): Add.
12807 (hashcash-insert-payment): Don't generate payments twice.
12808 (hashcash-insert-payment-async): Add.
12809 (hashcash-insert-payment-async-2): Add.
12810 (hashcash-cancel-async): Add.
12811 (hashcash-wait-async): Add.
12812 (hashcash-processes-running-p): Add.
12813 (hashcash-wait-or-cancel): Add.
12814 (mail-add-payment): New optional argument. Conditionally start
12815 asynchronous calculation.
12816 (mail-add-payment-async): Add.
12817
12818 * message.el (message-send-mail): Wait for asynchronous hashcash
12819 results. Don't clobber existing X-Hashcash headers.
12820 (message-setup-1): Call mail-add-payment-async when
12821 message-generate-hashcash is non-nil.
12822
12823 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12824
12825 * message.el (message-use-alternative-email-as-from): Examine the
12826 From header as well; use message-make-from in order to include a
12827 user's full name.
12828
12829 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12830
12831 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
12832 default; improve customization type.
12833 (gnus-emphasis-custom-with-format): New macro.
12834 (gnus-emphasis-custom-value-to-external): New function.
12835 (gnus-emphasis-custom-value-to-internal): New function.
12836
12837 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12838
12839 * dns.el (query-dns): Resolve reverse addresses.
12840
12841 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12842
12843 * gnus-group.el (gnus-group-get-new-news): Use it.
12844
12845 * gnus-start.el (gnus-check-reasonable-setup): New function.
12846
12847 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
12848
12849 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
12850 "Args out of range" error. Reported by Arnaud Giersch
12851 <arnaud.giersch@free.fr>.
12852
12853 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
12854
12855 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
12856
12857 2004-11-04 Richard M. Stallman <rms@gnu.org>
12858
12859 * spam.el (spam group): Add :version.
12860
12861 * pgg-def.el (pgg group): Add :version.
12862
12863 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12864
12865 * gnus-art.el (gnus-article-edit-article): Don't associate the
12866 article buffer with a draft file. This is a temporary measure
12867 against the 2004-08-22 change to gnus-article-edit-mode.
12868
12869 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12870
12871 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
12872 (html2text-format-tags): Remove unused variable `attr'.
12873
12874 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12875
12876 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
12877
12878 * spam-stat.el (spam-stat): Add :version.
12879
12880 * sieve.el (sieve): Add :version.
12881
12882 * sha1.el (sha1): Add :version.
12883 (sha1-use-external): Remove redundant version.
12884
12885 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
12886 (nnmail-cache-ignore-groups, nnmail-spool-hook)
12887 (nnmail-split-fancy-match-partial-words)
12888 (nnmail-split-lowercase-expanded): Add :version.
12889
12890 * nndiary.el (nndiary): Add :version.
12891
12892 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12893
12894 * mml-sec.el (mml-default-sign-method)
12895 (mml-default-encrypt-method, mml-signencrypt-style-alist):
12896 Add :version.
12897
12898 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12899
12900 * mm-url.el (mm-url-use-external, mm-url-program)
12901 (mm-url-arguments): Add :version.
12902
12903 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12904 (mm-attachment-file-modes, mm-decrypt-option)
12905 (mm-w3m-safe-url-regexp): Add :version.
12906
12907 * message.el (message-cite-prefix-regexp)
12908 (message-sendmail-envelope-from, message-minibuffer-local-map)
12909 (message-user-fqdn, message-completion-alist): Add :version.
12910
12911 * gnus-win.el (gnus-configure-windows-hook)
12912 (gnus-use-frames-on-any-display): Add :version.
12913
12914 * gnus-art.el (gnus-article-address-banner-alist)
12915 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12916 (gnus-treat-from-picon, gnus-treat-mail-picon)
12917 (gnus-treat-x-pgp-sig): Add :version.
12918
12919 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12920 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12921 (gnus-summary-article-delete-hook)
12922 (gnus-summary-display-while-building): Add :version.
12923
12924 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12925 (gnus-get-top-new-news-hook): Add :version.
12926
12927 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12928 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12929
12930 * gnus-registry.el (gnus-registry): Add :version.
12931
12932 * gnus-spec.el (gnus-use-correct-string-widths)
12933 (gnus-make-format-preserve-properties): Add :version.
12934
12935 * gnus.el (gnus-group-charter-alist)
12936 (gnus-group-fetch-control-use-browse-url)
12937 (gnus-install-group-spam-parameters): Add :version.
12938
12939 * gnus-diary.el (gnus-diary): Add :version.
12940
12941 * gnus-delay.el (gnus-delay): Add :version.
12942
12943 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12944 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12945 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12946 Add :version.
12947
12948 * gnus-agent.el (gnus-agent-max-fetch-size)
12949 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12950 (gnus-agent-prompt-send-queue): Add :version.
12951
12952 * deuglify.el (gnus-outlook-deuglify): Add :version.
12953
12954 * html2text.el: Beautify code. Improve doc strings. Some
12955 checkdoc cleanup.
12956 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12957
12958 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12959
12960 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12961
12962 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
12963
12964 * gnus-registry.el (gnus-registry-hashtb): Create the registry
12965 when package is loaded.
12966
12967 * spam.el (spam-summary-score-preferred-header): Add global preference
12968 for people who want to override the default SpamAssassin over
12969 Bogofilter preference (when both are set).
12970 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12971 (spam-user-format-function-S): Check
12972 spam-summary-score-preferred-header.
12973 (spam-extra-header-to-number): Add X-Bogosity header parsing.
12974 (spam-user-format-function-S): Format the score correctly.
12975
12976 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12977
12978 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12979 signature file. Suggested by Manoj Srivastava
12980 <srivasta@golden-gryphon.com>.
12981
12982 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12983 iso-2022-jp even in the Japanese language environment.
12984 Suggested by Jason Rumney <jasonr@gnu.org>.
12985
12986 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
12987
12988 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12989 use the same characters as the dummy marks; make it free from
12990 getting affected by the language environment.
12991 (gnus-summary-read-group-1): Update mark positions only when the
12992 format spec is updated.
12993
12994 * gnus-spec.el (gnus-update-format-specifications): Return a list
12995 of updated types.
12996
12997 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
12998
12999 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13000 of boundp to check if display-warning is available.
13001
13002 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
13003
13004 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13005
13006 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13007
13008 * nnspool.el (nnspool-spool-directory): Use news-path if the
13009 news-directory variable is not bound.
13010
13011 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13012 function instead of display-warning if it is not available.
13013
13014 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13015
13016 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13017 v5-10: Use `point-at-bol'.
13018
13019 2004-10-26 Simon Josefsson <jas@extundo.com>
13020
13021 * hashcash.el: Fix URL in comment, reported by Cheng Gao
13022 <chenggao@gmail.com>.
13023
13024 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13025
13026 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
13027 instead.
13028
13029 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
13030
13031 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13032 to remove a server from the nnimap-server-buffer-alist.
13033 (nnimap-open-connection, nnimap-close-server): Use it.
13034
13035 * gnus-encrypt.el: Remove file in favor of encrypt.el.
13036
13037 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
13038
13039 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13040 running the major-mode function.
13041
13042 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13043
13044 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13045 dummy marks in the right way.
13046
13047 2004-10-18 David Edmondson <dme@dme.org>
13048
13049 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13050 excessively.
13051
13052 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
13053
13054 * gnus-util.el (gnus-split-references): Accept a nil references
13055 string and go on blissfully.
13056
13057 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13058 cases where the references string is non-nil but has no references.
13059
13060 * encrypt.el: Add autoload tags.
13061
13062 * spam.el (spam-resolve-registrations-routine): Remove article
13063 from unregistration list too. Reported by David Hanak
13064 <dhanak@isis.vanderbilt.edu>
13065
13066 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
13067
13068 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13069 nil. Changed custom type.
13070
13071 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
13072
13073 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13074
13075 * gnus-sum.el (gnus-summary-move-article): Use it.
13076
13077 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
13078
13079 * encrypt.el: Add autoload cookies.
13080
13081 * spam.el (spam-backend-article-list-property)
13082 (spam-backend-get-article-todo-list)
13083 (spam-backend-put-article-todo-list)
13084 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13085 Resolve registrations separately.
13086 (spam-register-routine): Format comments.
13087 (spam-unregister-routine, spam-register-routine): Always call with
13088 specific-articles, no default list.
13089 (spam-summary-prepare-exit): Use the spam-classifications function.
13090
13091 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13092 gnus-encrypt.el.
13093
13094 * encrypt.el: Copied from gnus-encrypt.el.
13095
13096 * gnus-encrypt.el: Commented that it's obsolete.
13097
13098 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13099
13100 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13101 (gnus-score-save): Use it.
13102
13103 * message.el (message-bury): Use `window-dedicated-p'.
13104
13105 2004-10-15 Simon Josefsson <jas@extundo.com>
13106
13107 * pop3.el (top-level): Don't require nnheader.
13108 (pop3-read-timeout): Add.
13109 (pop3-accept-process-output): Add.
13110 (pop3-read-response, pop3-retr): Use it.
13111
13112 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
13113
13114 * spam.el (spam-register-routine): Move comment.
13115 (spam-verify-bogofilter): Use 'unknown for the initial
13116 spam-bogofilter-valid state, not 'never.
13117
13118 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13119 for netrc-machine.
13120
13121 * nnimap.el (nnimap-open-connection): Use
13122 netrc-machine-user-or-password.
13123
13124 2004-10-17 Richard M. Stallman <rms@gnu.org>
13125
13126 * gnus-registry.el (gnus-registry-unload-hook):
13127 Set as a variable with add-hook.
13128
13129 * nnspool.el (nnspool-spool-directory): Use news-directory instead
13130 of news-path.
13131
13132 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13133
13134 * spam.el: Delete duplicate `provide'.
13135 (spam-unload-hook): Set as a variable with add-hook.
13136
13137 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13138
13139 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13140 in the doc string.
13141
13142 * message.el (message-ignored-news-headers)
13143 (message-ignored-supersedes-headers)
13144 (message-ignored-resent-headers)
13145 (message-forward-ignored-headers): Improve custom type.
13146
13147 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
13148
13149 * message.el (message-tokenize-header): Fix 2004-09-06 change
13150 which used point-min in the wrong place.
13151
13152 2004-10-12 Simon Josefsson <jas@extundo.com>
13153
13154 * tls.el (tls-certtool-program): New variable.
13155 (tls-certificate-information): New function, based on
13156 ssl-certificate-information.
13157
13158 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13159
13160 * compface.el: Move the version of ELisp-based uncompface program
13161 to the contrib directory because of the copyright problem.
13162
13163 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13164
13165 * message.el (message-kill-buffer): Raise the current frame.
13166
13167 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
13168
13169 * gnus-sum.el: Mention that multibyte characters don't work as marks.
13170
13171 * gnus.el (message-y-or-n-p): Autoload.
13172
13173 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13174 (pop3-password-required, pop3-authentication-scheme)
13175 (pop3-leave-mail-on-server): Made customizable.
13176 (pop3): New custom group.
13177 (pop3-retr): Remove `sleep-for' statements.
13178 Suggested by Dave Love <fx@gnu.org>.
13179
13180 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13181 Windows/DOS.
13182
13183 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13184 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
13185 Dave Love <fx@gnu.org>.
13186
13187 * mml.el (mml-minibuffer-read-disposition): Require match.
13188 Suggested by Dave Love <fx@gnu.org>.
13189
13190 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13191
13192 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
13193 doc string.
13194
13195 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
13196
13197 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13198
13199 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13200
13201 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13202 instead of calling `mm-insert-inline', to decode text/* parts
13203 before displaying them.
13204
13205 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
13206
13207 * mm-uu.el (mm-uu-text-plain-type): New variable.
13208 (mm-uu-pgp-signed-extract-1): Use it.
13209 (mm-uu-pgp-encrypted-extract-1): Use it.
13210 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13211 bind mm-uu-text-plain-type with that value.
13212 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13213 mm-uu-dissect.
13214
13215 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
13216
13217 * gnus-group.el (gnus-update-group-mark-positions):
13218 * gnus-sum.el (gnus-update-summary-mark-positions):
13219 * message.el (message-check-news-body-syntax):
13220 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13221 of string-as-multibyte.
13222
13223 2004-10-05 Juri Linkov <juri@jurta.org>
13224
13225 * gnus-group.el (gnus-update-group-mark-positions):
13226 * gnus-sum.el (gnus-update-summary-mark-positions):
13227 * message.el (message-check-news-body-syntax):
13228 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13229 8-bit unibyte values to a multibyte string for search functions.
13230
13231 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
13232
13233 * mm-uu.el (mm-uu-dissect): Allow optional arg.
13234 (mm-uu-dissect-text-parts): New function.
13235
13236 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13237 dissect text parts.
13238
13239 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13240 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13241
13242 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13243
13244 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13245 gnus-current-topics instead of gnus-current-topic.
13246
13247 2004-10-06 Jesper Harder <harder@ifa.au.dk>
13248
13249 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13250
13251 2004-10-05 Jesper Harder <harder@ifa.au.dk>
13252
13253 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13254 where approriate.
13255
13256 * nnml.el (nnml-generate-active-info): do.
13257
13258 * nndiary.el (nndiary-generate-active-info): do.
13259
13260 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13261 (gnus-topic-move): do.
13262
13263 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13264 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13265
13266 * gnus-srvr.el (gnus-server-prepare)
13267 (gnus-server-open-all-servers): do.
13268
13269 * gnus-msg.el (gnus-summary-cancel-article)
13270 (gnus-summary-resend-message)
13271 (gnus-summary-mail-crosspost-complaint): do.
13272
13273 * gnus-move.el (gnus-change-server): do.
13274
13275 * gnus-group.el (gnus-group-unmark-all-groups)
13276 (gnus-group-set-current-level): do.
13277
13278 2004-10-04 Simon Josefsson <jas@extundo.com>
13279
13280 * message.el (message-generate-hashcash): Doc fix.
13281
13282 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
13283
13284 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13285 avoid infinite recursion via gnus-get-function.
13286
13287 2004-10-02 Jesper Harder <harder@ifa.au.dk>
13288
13289 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13290
13291 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13292
13293 * nnmail.el (nnmail-split-history): do.
13294
13295 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13296 (nnml-request-delete-group): do.
13297
13298 * nnslashdot.el (nnslashdot-read-groups): do.
13299
13300 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13301 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13302
13303 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13304 (nnspool-sift-nov-with-sed): Use last.
13305 (nnspool-retrieve-headers-with-nov): Use mapc.
13306 (nnspool-request-newgroups): Use dolist.
13307 (nnspool-request-group): Use last.
13308
13309 * nntp.el (nntp-read-server-type): Use dolist.
13310
13311 * nnvirtual.el (nnvirtual-create-mapping)
13312 (nnvirtual-update-read-and-marked): Use dolist.
13313 (nnvirtual-convert-headers): Simplify.
13314
13315 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
13316
13317 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13318 support for sync'ing tick marks.
13319
13320 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
13321
13322 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13323 there's no visible header.
13324
13325 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
13326
13327 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13328 necessary, pass full group name to gnus-request-set-marks.
13329
13330 2004-10-01 Simon Josefsson <jas@extundo.com>
13331
13332 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
13333 acroread.
13334
13335 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13336
13337 * spam-report.el (spam-report-gmane): Fix interactive.
13338
13339 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13340
13341 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13342 when writing file.
13343 (gnus-agent-synchronize-flags): Don't default to being
13344 interactive.
13345
13346 2004-09-30 Simon Josefsson <jas@extundo.com>
13347
13348 * message.el (message-generate-hashcash): Add.
13349 (message-send-mail): Use it, call mail-add-payment.
13350
13351 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
13352
13353 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13354
13355 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
13356
13357 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13358 gnus-requst-update-info with explicit code to sync the in-memory
13359 info read flags with the marks being sync'd to the backend.
13360
13361 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13362
13363 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13364
13365 * spam.el (spam-verify-bogofilter): Add new function.
13366 (spam-check-bogofilter)
13367 (spam-bogofilter-register-with-bogofilter): Use it.
13368 (spam-verify-bogofilter): Add small fixes.
13369
13370 2004-09-28 Simon Josefsson <jas@extundo.com>
13371
13372 * hashcash.el (hashcash-generate-payment): Revert.
13373
13374 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13375
13376 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13377 gnus-extract-references instead of gnus-split-references.
13378
13379 * gnus-util.el (gnus-extract-references): Add new function, analogous
13380 to gnus-split-references but extracts only the message-ID without
13381 anything extra.
13382
13383 * hashcash.el (hashcash-generate-payment)
13384 (hashcash-check-payment): Do the right thing if hashcash-path is
13385 nil (because the hashcash program could not be found).
13386
13387 * spam.el (spam-use-hashcash): Remove comment.
13388
13389 2004-09-27 Jesper Harder <harder@ifa.au.dk>
13390
13391 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13392 (gnus-cache-enter-article, gnus-cache-remove-article)
13393 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13394
13395 * gnus-async.el (gnus-async-prefetch-remove-group): do.
13396
13397 * gnus-art.el (article-hide-boring-headers)
13398 (article-translate-strings, article-display-face)
13399 (gnus-article-mime-match-handle-first)
13400 (gnus-article-highlight-headers)
13401 (gnus-article-add-buttons-to-head): do.
13402
13403 2004-09-27 Simon Josefsson <jas@extundo.com>
13404
13405 * hashcash.el: New version, from
13406 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
13407 ../contrib/.
13408
13409 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
13410
13411 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13412
13413 2004-09-26 Jesper Harder <harder@ifa.au.dk>
13414
13415 * gnus-dup.el (gnus-dup-open): Use mapc.
13416 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13417
13418 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13419 Reported by Stefan Wiens <s.wi@gmx.net>.
13420
13421 * gnus.el (gnus-shutdown): Use dolist.
13422
13423 * gnus-undo.el (gnus-undo): Use mapc.
13424
13425 * nnrss.el (nnrss-generate-active): do.
13426
13427 * message.el (message-cite-original-without-signature)
13428 (message-cite-original): Use mapc.
13429 (message-do-actions, message-make-forward-subject): Use dolist.
13430
13431 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
13432
13433 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13434 deletion to remove entire duplicate line. Fixes merged article
13435 number bug.
13436
13437 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
13438
13439 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13440 servers that are offline. Avoids having gnus-agent-toggle-plugged
13441 first ask if you want to open a server and then, even when you
13442 responded with no, asking if you want to synchronize the server's
13443 flags.
13444 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13445 multi-line expressions.
13446 (gnus-agent-synchronize-group-flags): New internal function.
13447 Updates marks in memory (in the info structure) AND in the
13448 backend.
13449
13450 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13451
13452 * nnagent.el (nnagent-request-set-mark): Use
13453 gnus-agent-synchronize-group-flags, not backend's request-set-mark
13454 method, to ensure that synchronization updates marks in the
13455 backend and in the info (in memory) structure.
13456
13457 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
13458
13459 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13460 convention fully; don't miss the root article of a thread; make
13461 the X-Draft-From header with correct article numbers.
13462
13463 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
13464
13465 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13466 unless plugged. Disable the agent so that an open failure causes
13467 an error.
13468
13469 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13470 Reverted 2004-09-21 change. The backend must be opened while
13471 synchronizing flags even when the backend stores the flags
13472 locally.
13473
13474 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
13475
13476 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13477 in `header' match. Reported by Svend Tollak Munkejord.
13478
13479 * message.el (message-cite-original): Fix use of
13480 `message-cite-articles-with-x-no-archive'.
13481
13482 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
13483
13484 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13485 (gnus-window-to-buffer): Ditto.
13486
13487 * mml.el (mml-preview-buffer): New variable.
13488 (mml-preview): Manage window layout with gnus-buffer-configuration.
13489
13490 * gnus-msg.el (gnus-setup-message): Put article numbers into the
13491 X-Draft-From header even if those articles aren't quoted.
13492
13493 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
13494
13495 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13496 (gnus-request-set-mark, gnus-request-update-mark): Use new
13497 g-s-t-u-l-m to decide to use backend even when unplugged.
13498
13499 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
13500
13501 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13502 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
13503
13504 2004-09-20 Simon Josefsson <jas@extundo.com>
13505
13506 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13507 "utf-16-le".
13508
13509 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13510
13511 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13512
13513 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13514
13515 * uudecode.el (uudecode-use-external): Add :version.
13516
13517 * smime.el (smime-CA-file, smime-encrypt-cipher)
13518 (smime-dns-server): Add :version.
13519
13520 * smiley.el (gnus-smiley-file-types): Add :version.
13521
13522 * sha1.el (sha1-use-external): Add :version.
13523
13524 * pgg-def.el (pgg-query-keyserver): Add :version.
13525
13526 * nnmail.el (nnmail-fancy-expiry-targets)
13527 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13528 Add :version.
13529
13530 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13531 (nnimap-retrieve-groups-asynchronous): Add :version.
13532 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
13533
13534 * mml.el (mml-content-disposition-parameters)
13535 (mml-insert-mime-headers-always): Add :version.
13536
13537 * mm-util.el (mm-coding-system-priorities): Add :version.
13538
13539 * mm-decode.el (mm-inline-text-html-with-images)
13540 (mm-keep-viewer-alive-types, mm-external-terminal-program)
13541 (mm-verify-option): Add :version.
13542 (mm-text-html-renderer): Change :version.
13543
13544 * message.el (message-fcc-externalize-attachments)
13545 (message-required-headers, message-draft-headers)
13546 (message-subject-trailing-was-query)
13547 (message-subject-trailing-was-ask-regexp)
13548 (message-subject-trailing-was-regexp, message-mark-insert-begin)
13549 (message-mark-insert-end, message-archive-header)
13550 (message-archive-note, message-cross-post-default)
13551 (message-cross-post-note, message-followup-to-note)
13552 (message-cross-post-note-function, message-use-mail-followup-to)
13553 (message-subscribed-address-functions)
13554 (message-subscribed-address-file, message-subscribed-addresses)
13555 (message-subscribed-regexps, message-allow-no-recipients)
13556 (message-yank-cited-prefix, message-signature-insert-empty-line)
13557 (message-hidden-headers, message-hierarchical-addresses)
13558 (message-mail-user-agent, message-use-idna)
13559 (message-valid-fqdn-regexp)
13560 (message-strip-special-text-properties, message-header-synonyms)
13561 (message-beginning-of-line, message-tab-body-function): Add :version.
13562 (message-insert-canlock, message-wide-reply-confirm-recipients):
13563 Change :version.
13564
13565 * mail-source.el (mail-source-ignore-errors): Add :group, :type
13566 and :version.
13567 (mail-source-delete-old-incoming-confirm)
13568 (mail-source-movemail-program): Add :version.
13569
13570 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13571 (gnus-agent-cache, gnus-agent): Change :version.
13572
13573 * gnus-util.el (gnus-use-byte-compile): Change :version.
13574
13575 * gnus-sum.el (gnus-summary-make-false-root-always)
13576 (gnus-summary-default-high-score)
13577 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13578 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13579 (gnus-read-all-available-headers, gnus-article-emulate-mime)
13580 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13581 (gnus-sum-thread-tree-single-indent)
13582 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13583 (gnus-sum-thread-tree-leaf-with-other)
13584 (gnus-sum-thread-tree-single-leaf): Add :version.
13585 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13586 (gnus-article-loose-mime): Change :version.
13587
13588 * gnus-start.el (gnus-backup-startup-file)
13589 (gnus-save-startup-file-via-temp-buffer): Add :version.
13590
13591 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13592 (gnus-server-offline-face): Add :version.
13593
13594 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13595
13596 * gnus-msg.el (gnus-gcc-externalize-attachments)
13597 (gnus-debug-files, gnus-debug-exclude-variables)
13598 (gnus-discouraged-post-methods): Change :version.
13599 (gnus-confirm-mail-reply-to-news)
13600 (gnus-confirm-treat-mail-like-news): Add :version.
13601
13602 * gnus-int.el (gnus-server-unopen-status): Add :version.
13603
13604 * gnus-group.el (gnus-group-jump-to-group-prompt)
13605 (gnus-large-ephemeral-newsgroup)
13606 (gnus-fetch-old-ephemeral-headers): Add :version.
13607
13608 * gnus-fun.el (gnus-x-face-directory)
13609 (gnus-convert-pbm-to-x-face-command)
13610 (gnus-convert-image-to-x-face-command)
13611 (gnus-convert-image-to-face-command): Add :version.
13612
13613 * gnus-delay.el (gnus-delay-default-hour): Add :version.
13614
13615 * gnus-cite.el (gnus-cite-blank-line-after-header)
13616 (gnus-article-boring-faces): Add :version.
13617
13618 * gnus-art.el (gnus-buttonized-mime-types)
13619 (gnus-inhibit-mime-unbuttonizing)
13620 (gnus-treat-display-face)
13621 (gnus-treat-body-boundary): Change :version.
13622 (gnus-body-boundary-delimiter, gnus-picon-databases)
13623 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13624 (gnus-treat-date-english, gnus-treat-fold-headers)
13625 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13626 (gnus-treat-mail-picon, gnus-treat-wash-html)
13627 (gnus-article-encrypt-protocol)
13628 (gnus-use-idna, gnus-article-over-scroll)
13629 (gnus-mime-display-multipart-alternative-as-mixed)
13630 (gnus-mime-display-multipart-related-as-mixed)
13631 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13632 (gnus-ctan-url, gnus-button-ctan-handler)
13633 (gnus-button-handle-ctan-bogus-regexp)
13634 (gnus-button-ctan-directory-regexp)
13635 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13636 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13637 (gnus-button-man-level, gnus-button-emacs-level)
13638 (gnus-button-message-level, gnus-button-browse-level): Add :version.
13639
13640 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13641 (gnus-agent-go-online): Change :version.
13642 (gnus-agent-expire-unagentized-dirs)
13643 (gnus-agent-auto-agentize-methods): Add :version.
13644
13645 * flow-fill.el (fill-flowed-display-column)
13646 (fill-flowed-encode-column): Add :version.
13647
13648 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13649 (gnus-outlook-deuglify-unwrap-max)
13650 (gnus-outlook-deuglify-cite-marks)
13651 (gnus-outlook-deuglify-unwrap-stop-chars)
13652 (gnus-outlook-deuglify-no-wrap-chars)
13653 (gnus-outlook-deuglify-attrib-cut-regexp)
13654 (gnus-outlook-deuglify-attrib-verb-regexp)
13655 (gnus-outlook-deuglify-attrib-end-regexp)
13656 (gnus-outlook-display-hook): Add :version.
13657
13658 * binhex.el (binhex-use-external): Add :version.
13659
13660 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
13661
13662 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13663 and `invisible'.
13664
13665 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13666
13667 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13668 in gnus-registry-trim.
13669
13670 2004-09-13 Simon Josefsson <jas@extundo.com>
13671
13672 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13673
13674 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13675
13676 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13677 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13678 <yamaoka@jpl.org>.
13679 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13680 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13681 <yamaoka@jpl.org>.
13682
13683 * sieve.el (sieve-manage-mode): Ditto.
13684
13685 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
13686
13687 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13688
13689 2004-09-11 Simon Josefsson <jas@extundo.com>
13690
13691 * dns-mode.el: Add.
13692
13693 * mm-view.el (mm-display-dns-inline): Add.
13694
13695 * mm-decode.el (mm-inline-media-tests): Add text/dns.
13696 (mm-automatic-display): Ditto.
13697
13698 * mailcap.el (mailcap-mime-data): Add text/dns.
13699 (mailcap-mime-extensions): Map .soa to text/dns.
13700
13701 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
13702
13703 * gnus-art.el (article-decode-mime-words, article-babel)
13704 (gnus-article-highlight-signature, gnus-article-add-buttons)
13705 (gnus-signature-toggle): Remove unnecessary bindings of
13706 `inhibit-read-only' inherited from v5.10 merge.
13707
13708 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13709
13710 * nntp.el (nntp): New customization group.
13711 (nntp-authinfo-file): Add customization group.
13712
13713 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13714
13715 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13716
13717 * gnus.el (to-address, to-list, subscribed)
13718 (large-newsgroup-initial): Ditto.
13719
13720 * flow-fill.el (fill-flowed-display-column)
13721 (fill-flowed-encode-column): Ditto.
13722
13723 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * message.el (message-tokenize-header, message-send-mail-with-qmail):
13726 Use point-min rather than 1.
13727 (message-send-mail): Use buffer-size rather than point-max.
13728
13729 * gnus-sum.el (gnus-summary-search-article-forward):
13730 Signal a specific `search-failed' rather than a generic `error'.
13731
13732 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13733 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13734 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13735
13736 2004-09-10 Simon Josefsson <jas@extundo.com>
13737
13738 * nndb.el (require): Remove tcp and duplicate cl.
13739
13740 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
13741
13742 * gnus-agent.el (directory-files-and-attributes): Move forward.
13743
13744 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
13745
13746 * gnus-agent.el (directory-files-and-attributes): Optionally
13747 defined to support XEmacs.
13748
13749 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
13750
13751 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13752 to avoid run-time CL dependencies.
13753 (gnus-agent-unfetch-articles): New function.
13754 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13755 article numbers even when local .overview file is missing.
13756 (gnus-agent-read-article-number): New function. Only accepts
13757 27-bit article numbers.
13758 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13759 gnus-agent-read-article-number.
13760 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13761 from backend while recognizing that article numbers in .overview
13762 must be valid.
13763 (gnus-agent-update-files-total-fetched-for): Use
13764 directory-files-and-attributes to improve performance.
13765 * gnus-int.el (gnus-request-move-article): Use
13766 gnus-agent-unfetch-articles in place of gnus-agent-expire to
13767 improve performance.
13768
13769 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13770 some users confused by references to .newsrc when they only have a
13771 .newsrc.eld file.
13772 (gnus-convert-mark-converter-prompt)
13773 (gnus-convert-converter-needs-prompt): Fixed use of property list.
13774 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13775 New function. Used internally to only display 'gnus converting
13776 files' message when actually necessary.
13777
13778 * gnus-sum.el (): Removed (require 'gnus-agent) as required
13779 methods now autoloaded.
13780
13781 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
13782
13783 * gnus-sum.el (gnus-summary-insert-subject): Remove list
13784 identifiers.
13785
13786 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
13787
13788 * gnus-picon.el: Fix indentation and closing parenthesis.
13789
13790 2004-09-01 Simon Josefsson <jas@extundo.com>
13791
13792 * message.el (message-canlock-generate): Require sha1, not
13793 sha1-el. (Can we get rid of this require altogether? It is ugly
13794 to require within a function. Sadly, if sha1.el isn't loaded, the
13795 let binding in m-c-g will hide the defcustom definition, which is
13796 bad.)
13797
13798 * canlock.el: Require sha1, not sha1-el.
13799
13800 * message.el: Don't autoload sha1 (there is a autoload cookie in
13801 sha1.el).
13802
13803 * sha1-el.el: Renamed to sha1.el.
13804
13805 2004-08-30 Juanma Barranquero <lektu@terra.es>
13806
13807 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13808
13809 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13812
13813 2004-08-30 Kim F. Storm <storm@cua.dk>
13814
13815 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13816
13817 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13818 Add :group 'nnimap.
13819
13820 2004-08-30 Andreas Schwab <schwab@suse.de>
13821
13822 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13823 ?* and ?\;.
13824
13825 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13826 and ?\' to symbol instead of whitespace.
13827
13828 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13829
13830 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
13831
13832 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
13833 instead of re-search-forward.
13834
13835 * gnus-uu.el (gnus-uu-save-article): Ditto.
13836 (gnus-uu-post-encode-uuencode): Ditto.
13837
13838 * html2text.el (html2text-clean-list-items): Ditto.
13839 (html2text-clean-dtdd): Ditto.
13840 (html2text-format-tags): Ditto.
13841
13842 * message.el (message-send-mail-with-sendmail): Fix regexp.
13843 (message-fill-field-general): Use search-forward instead of
13844 re-search-forward.
13845 (unbold-region): Ditto.
13846
13847 * nnrss.el (nnrss-request-article): Ditto.
13848
13849 * nnslashdot.el (nnslashdot-request-article): Ditto.
13850
13851 * nnweb.el (nnweb-gmane-wash-article): Ditto.
13852
13853 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
13854 "Unrecognized menu descriptor" error in XEmacs.
13855
13856 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
13857
13858 * gnus-sum.el (gnus-read-header): Don't remove a header for the
13859 parent article of a sparse article in the thread hashtb.
13860
13861 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
13862
13863 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
13864 (nnmail-expand-newtext): Lowercase expanded entries if
13865 nnmail-split-lowercase-expanded is non-nil.
13866
13867 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
13868
13869 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
13870
13871 * gnus-group.el (gnus-group-line-format-alist): Convert the value
13872 of gnus-tmp-news-method into string under XEmacs. It will be
13873 passed to gnus-correct-length which takes only a string argument.
13874
13875 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13876
13877 * gnus-util.el (gnus-bind-print-variables): New macro.
13878 (gnus-prin1): Use it.
13879 (gnus-prin1-to-string): Use it.
13880 (gnus-pp): New function.
13881 (gnus-pp-to-string): New function.
13882
13883 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
13884 Replace pp-to-string with gnus-pp-to-string.
13885 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
13886 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13887 * gnus-msg.el (gnus-debug): Ditto.
13888 * gnus-score.el (gnus-score-save): Ditto.
13889 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13890 gnus-pp-to-string.
13891 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13892 with gnus-pp.
13893 * score-mode.el (gnus-score-pretty-print): Ditto.
13894 * webmail.el (webmail-debug): Ditto.
13895
13896 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13897
13898 * gnus-art.el (article-display-face, article-display-x-face):
13899 Use buffer-read-only.
13900
13901 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
13902
13903 * gnus-art.el (article-hide-list-identifiers):
13904 Bind inhibit-read-only as t.
13905
13906 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
13907
13908 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13909
13910 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13911
13912 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13913 (gnus-narrow-to-page): Don't assume point-min == 1.
13914 (gnus-article-edit-mode): Derive from message-mode.
13915
13916 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13917 point-min == 1.
13918
13919 * imap.el (imap-parse-address-list, imap-parse-body-ext):
13920 Disable incorrect use of `assert'.
13921
13922 * message.el (message-mode): Set comment-start-skip.
13923
13924 2004-08-22 Sam Steingold <sds@gnu.org>
13925
13926 * pop3.el (pop3-leave-mail-on-server): New user variable.
13927 (pop3-movemail): Delete mail only when it is nil.
13928
13929 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
13930
13931 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13932
13933 * mml.el (mml-preview): Use `pop-to-buffer'.
13934
13935 * message.el (message-goto-mail-followup-to): Insert after "To".
13936 (message-carefully-insert-headers): Add comment.
13937
13938 * gnus.el: Remove unused variable `gnus-article-check-size'.
13939
13940 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13941
13942 * gnus-art.el (gnus-button-alist): Improve
13943 `gnus-button-handle-library' entry.
13944
13945 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
13946
13947 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13948 downcase, since XEmacs capitalizes error messages differently.
13949
13950 2004-08-18 Jesper Harder <harder@ifa.au.dk>
13951
13952 * nntp.el: Add (require 'gnus) due to reference to
13953 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
13954
13955 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
13956
13957 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13958 `mm-fill-flowed'.
13959
13960 * mm-decode.el (mm-dissect-singlepart): Check it.
13961
13962 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
13963
13964 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13965 'imap' for netrc parsing.
13966
13967 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13968
13969 * mailcap.el (mailcap-mime-data): Mark as risky.
13970
13971 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
13972
13973 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13974 may be included in the encoded word.
13975 (rfc2047-encode): Don't append a space if the encoded word
13976 includes close parenthesis.
13977
13978 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
13979
13980 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13981 of text within parentheses.
13982
13983 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
13984
13985 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13986 (gnus-encrypt-write-file-contents): Make the password key the file
13987 name PLUS the cipher, not just the cipher. Also remove failed
13988 passwords from the cache.
13989
13990 2004-08-06 Simon Josefsson <jas@extundo.com>
13991
13992 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
13993 fix.
13994
13995 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13996
13997 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13998 LWSP.
13999
14000 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
14001
14002 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14003 to append in-reply-to: data to the references: header.
14004
14005 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14006 (netrc-parse): Use gnus-encrypt.el functions.
14007
14008 * gnus-encrypt.el: Add new file for encryption support; currently
14009 does only a few GPG ciphers and an internal XOR cipher.
14010
14011 * password.el: Add comments on using password-read-and-add.
14012 (password-read-and-add): Add function to read and add the
14013 password to the cache at once.
14014
14015 2004-07-28 Simon Josefsson <jas@extundo.com>
14016
14017 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14018 parameter (but don't use it, for now).
14019
14020 * imap.el (imap-ssl-open): Use imap-process-connection-type,
14021 instead of hard coding to nil.
14022
14023 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14024
14025 * mm-view.el (mm-inline-image-emacs): Open lines under an image
14026 as mm-inline-image-xemacs does.
14027
14028 2004-07-26 Simon Josefsson <jas@extundo.com>
14029
14030 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14031 Revert part of 2004-07-17 change below.
14032
14033 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14034
14035 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
14036 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14037
14038 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14039
14040 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14041 quotes that actually start with ">" at the beginning of the
14042 lines.
14043
14044 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14045
14046 * rfc2047.el (rfc2047-encode-region): Fix last change.
14047 (rfc2047-encode-parameter): Remove useless concat.
14048
14049 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
14050
14051 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14052 encode special characters; fix some kind of misconfigured headers;
14053 signal a real error if debug-on-quit or debug-on-error is non-nil.
14054 (rfc2047-encode-max-chars): New variable.
14055 (rfc2047-encode-1): Use it.
14056 (rfc2047-encode-parameter): New function.
14057
14058 * mml.el (mml-insert-parameter): Remove an excessive space.
14059
14060 2004-07-17 Simon Josefsson <jas@extundo.com>
14061
14062 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14063 Kai Grossjohann <kai@emptydomain.de>.
14064 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14065 (gnus-group-make-menu-bar): Ditto.
14066
14067 * gnus-util.el (gnus-group-server): Add.
14068
14069 2004-07-16 Jesper Harder <harder@ifa.au.dk>
14070
14071 * message.el (message-clone-locals): Clone sendmail and smtp
14072 variables.
14073
14074 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14075
14076 * rfc2047.el (rfc2047-encode-region): Fix last change.
14077
14078 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14079
14080 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14081 characters as non-special.
14082
14083 2004-07-09 Simon Josefsson <jas@extundo.com>
14084
14085 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14086 Users will lose all flag changes made while unplugged with
14087 e.g. nntp unless flag synchronization happens, thus `nil' is not a
14088 good default. See numerous reports on ding mailing list.
14089
14090 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
14091
14092 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14093 add generate-head-function and generate-article-function to the
14094 rfc822-forward entry.
14095 (nndoc-rfc822-forward-generate-article): New function.
14096 (nndoc-rfc822-forward-generate-head): New function.
14097
14098 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14099
14100 2004-07-06 Dan Christensen <jdc@uwo.ca>
14101
14102 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14103 respect display group parameter and gnus-summary-expunge-below.
14104 (gnus-articles-to-read): Remove unused reference to display group
14105 parameter.
14106
14107 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14108
14109 * nnheader.el (nnheader-uniquify-message-id): New experimental
14110 variable.
14111 (nnheader-nov-read-message-id): Use it.
14112
14113 * spam-report.el (spam-report-gmane): Add interactive.
14114
14115 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14116
14117 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14118 qp-or-base64 for the application/* types.
14119
14120 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
14121
14122 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14123
14124 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
14125
14126 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14127 trim value.
14128
14129 2004-01-25 Paul Jarc <prj@po.cwru.edu>
14130
14131 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14132 New macro and function.
14133 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14134
14135 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14136
14137 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14138 after-load-alist.
14139
14140 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14141
14142 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14143 update info that isn't there.
14144
14145 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
14146
14147 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14148 entry.
14149
14150 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14151
14152 * mm-view.el (mm-inline-render-with-function): Use multibyte
14153 buffer; decode html source by charset.
14154
14155 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14156
14157 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14158 Mule-UCS is loaded under XEmacs.
14159 (mm-mime-mule-charset-alist): Avoid duplicated entries.
14160
14161 2004-06-28 Jesper Harder <harder@ifa.au.dk>
14162
14163 * nnheader.el (nnheader-max-head-length): Increase to 8192.
14164
14165 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
14166
14167 * mm-util.el (mm-coding-system-p): Return a coding-system.
14168 (mm-mime-mule-charset-alist): Use shift_jis instead of
14169 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14170 entries for the mime charsets iso-2022-jp-3 and shift_jis.
14171 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14172 instead of japanese-shift-jis and iso-latin-1 respectively in
14173 order to share the default value with both Emacs and XEmacs-mule.
14174 (mm-mule-charset-to-mime-charset): Make
14175 mm-coding-system-priorities effective.
14176 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14177 while predicating of candidates upon the priorities.
14178
14179 2004-06-27 Jesper Harder <harder@ifa.au.dk>
14180
14181 * gnus-sum.el (gnus-summary-make-menu-bar): Add
14182 gnus-uu-invert-processable.
14183
14184 * gnus.el: Autoload gnus-uu-invert-processable.
14185
14186 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
14187
14188 * mm-util.el (mm-with-multibyte-buffer): New macro.
14189
14190 * rfc2047.el (rfc2047-encode-string): Use it.
14191 (rfc2047-encode-region): Move point to the end of the region after
14192 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14193
14194 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14195
14196 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14197 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14198
14199 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14200
14201 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14202 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
14203 Karl Chen <quarl@nospam.quarl.org>.
14204
14205 2004-06-23 Jesper Harder <harder@ifa.au.dk>
14206
14207 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14208 invalid addresses.
14209
14210 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
14211
14212 * spam.el: Change section markers, revise TODO list.
14213 (spam-backends): Make new master list of all installed backends.
14214 (spam-summary-exit-behavior): Add new variable to determine how
14215 messages moves are done at summary exit.
14216 (spam-move-spam-nonspam-groups-only)
14217 (spam-process-ham-in-nonham-groups)
14218 (spam-process-ham-in-spam-groups): Remove variables, the
14219 spam-summary-exit-behavior variable should be used to manage this
14220 behavior.
14221 (spam-old-ham-articles, spam-old-spam-articles): Remove.
14222 (spam-old-articles): Add variable, replacing spam-old-ham-articles
14223 and spam-old-spam-articles.
14224 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14225 Add empty variables, placeholders for the backends they represent.
14226 (spam-set-difference): Move, unchanged.
14227 (spam-list-of-processors): Declare OBSOLETE, not used anymore
14228 unless the user has a processor variable.
14229 (spam-classifications, spam-classification-valid-p)
14230 (spam-backend-properties, spam-backend-property-valid-p)
14231 (spam-backend-function-type-valid-p)
14232 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14233 (spam-report-articles-gmane, spam-report-articles-resend):
14234 Remove functions, they are not needed.
14235 (spam-install-backend-super, spam-backend-list)
14236 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14237 (spam-backend-function, spam-backend-ham-registration-function)
14238 (spam-backend-spam-registration-function)
14239 (spam-backend-ham-unregistration-function)
14240 (spam-backend-spam-unregistration-function)
14241 (spam-backend-statistical-p, spam-backend-mover-p)
14242 (spam-install-backend-alias, spam-install-checkonly-backend)
14243 (spam-install-mover-backend, spam-install-nocheck-backend)
14244 (spam-install-backend, spam-install-statistical-backend)
14245 (spam-install-statistical-checkonly-backend): Add backend installation
14246 support.
14247 (spam-summary-prepare-exit): Rewrite to use the new backend code.
14248 (spam-group-processor-p): Use the new backend code and respect the
14249 summary exit behavior.
14250 (spam-mark-spam-as-expired-and-move-routine): Remove.
14251 (spam-summary-prepare): Change to use the new spam-old-articles
14252 variable.
14253 (spam-copy-or-move-routine, spam-copy-spam-routine)
14254 (spam-move-spam-routine, spam-copy-ham-routine)
14255 (spam-move-ham-routine): Add code to copy/move ham or spam.
14256 (spam-fetch-field-fast): Improve doc and code, plus allow the
14257 'number request.
14258 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14259 variables.
14260 (spam-split, spam-find-spam): Use the new backend code.
14261 (spam-registration-functions): Remove variable.
14262 (spam-unregister-routine): Add convenience wrapper.
14263 (spam-log-undo-registration, spam-register-routine)
14264 (spam-log-processing-to-registry)
14265 (spam-log-unregistration-needed-p): Rename "check" to "backend"
14266 where possible.
14267 (spam-check-gmane-xref, spam-check-regex-headers)
14268 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14269 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14270 (spam-check-bogofilter-headers, spam-check-spamoracle)
14271 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14272 (spam-check-crm114-headers): Use the spam-split-group that
14273 spam-split prepares, no need to determine it every time.
14274
14275 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14276 to the nnheader-parse-naked-head call.
14277
14278 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14279
14280 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14281 the nnheader-nov-read-message-id call.
14282
14283 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
14284
14285 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14286 gnus-activate-group twice. Suggested by Markus Peter
14287 <warp@spin.de>.
14288
14289 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
14290
14291 * gnus-art.el (gnus-article-time-format): Exchange the order of
14292 day and month in the default value; fix customization type.
14293 (article-date-ut): Use add-text-properties.
14294 (article-make-date-line): Use message-make-date instead of
14295 current-time-string.
14296
14297 * message.el (message-fetch-field): Don't use set-text-properties.
14298 (message-make-date): Simplify.
14299
14300 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
14301
14302 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14303 (rfc2047-encode-region): Treat text within parentheses as special;
14304 show the original text when error has occurred.
14305
14306 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14307 already-computed method to gnus-activate-group.
14308
14309 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14310 same select-methods identical Lisp objects.
14311
14312 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14313 object when modifying the info.
14314
14315 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14316
14317 * gnus-srvr.el (gnus-server-set-info): Remove the server from
14318 gnus-opened-servers since it has never been opened with the new
14319 configuration yet.
14320
14321 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
14322
14323 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14324 arg to nnheader-generate-fake-message-id.
14325
14326 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
14327
14328 * nnheader.el (nnheader-generate-fake-message-id): Accept a
14329 number and build a fake message ID localized to a group and
14330 article number (so it's repeatable from that point on).
14331 (nnheader-fake-message-id-p): Change regex to accommodate new fake
14332 ID format.
14333
14334 * gnus-sum.el (gnus-get-newsgroup-headers): Call
14335 nnheader-generate-fake-message-id with the article number.
14336
14337 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
14338
14339 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14340 end-of-buffer.
14341
14342 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14343
14344 * message.el (message-ignored-supersedes-headers): Add Approved.
14345
14346 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
14347
14348 * rfc2047.el (rfc2047-encode-message-header): Remove useless
14349 goto-char.
14350 (rfc2047-encode): Fold the line before encoding.
14351
14352 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14353
14354 * rfc2047.el (rfc2047-encode-message-header): Disabled header
14355 folding -- not all headers can be folded, and this should be done
14356 by the message composition mode. Probably. I think.
14357
14358 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
14359
14360 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14361 fast.
14362
14363 * gnus-ems.el (gnus-remove-image): Don't use
14364 message-text-with-property; remove only the image found first.
14365
14366 2004-06-09 Jesper Harder <harder@ifa.au.dk>
14367
14368 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14369
14370 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
14371
14372 * message.el (message-text-with-property): Make it fast and accept
14373 optional arguments.
14374 (message-strip-forbidden-properties): Use it.
14375 (message-fix-before-sending): Follow the m-t-w-p change.
14376
14377 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14378
14379 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14380
14381 * gnus-art.el (article-hide-headers): Don't change the buffer
14382 mistakenly when performing mml-preview even if
14383 gnus-single-article-buffer is nil.
14384
14385 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
14386
14387 * message.el (message-expand-name-databases): New user option.
14388 (message-expand-name): Use it.
14389
14390 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
14391
14392 * spam.el (spam-report-articles-resend)
14393 (spam-report-resend-register-routine): Allow ham reporting.
14394 (spam-report-resend-register-ham-routine): Add wrapper.
14395 (spam-registration-functions): Add ham resending functions.
14396 (spam-list-of-processors): Add ham resend processor.
14397
14398 * gnus.el (ham-resend-to): Add new group parameter.
14399 (spam-process): Add ham resend option.
14400
14401 * spam-report.el (spam-report-resend): Allow reporting ham.
14402 (spam-report-resend-ham): Add wrapper.
14403
14404 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14405
14406 * message.el (message-cite-articles-with-x-no-archive): New
14407 variable.
14408 (message-cite-original): Use it.
14409
14410 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14411
14412 * message.el (message-cite-original): Respect X-No-Archive.
14413
14414 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14415
14416 * gnus-art.el (article-hide-headers): Refer to the values for
14417 gnus-ignored-headers and gnus-visible-headers in the summary
14418 buffer since a user may have set them as group parameters.
14419
14420 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
14421
14422 * assistant.el (assistant-node-name): Add convenience function.
14423 (assistant-render-text, assistant-render-node): Add error handling,
14424 plus handle multiple next nodes.
14425 (assistant-find-next-node): Comment out for now.
14426 (assistant-find-next-nodes): Add function, returns list of next
14427 nodes.
14428
14429 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
14430
14431 * mail-source.el (mail-source-directory): Fix doc-string.
14432
14433 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
14434
14435 * assistant.el (assistant-render-text, assistant-eval): Add :set
14436 widget type, which is different because it takes and returns a
14437 list. Much hilarity ensues.
14438
14439 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
14440
14441 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14442
14443 * gnus-group.el (gnus-group-get-new-news-this-group): Added
14444 doc-string.
14445
14446 * gnus-start.el (gnus-activate-group): Added doc-string.
14447
14448 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14449
14450 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14451
14452 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
14453
14454 * assistant.el (assistant-render-text): Try to add a :set
14455 widget, more to come.
14456
14457 * spam.el (spam-group-spam-contents-p): Handle empty groupname
14458 strings.
14459 (spam-report-articles-resend)
14460 (spam-register-routine): Do registration iff any articles warrant
14461 it.
14462 (spam-summary-prepare-exit): Change log message for nil group
14463 destinations.
14464
14465 2004-05-27 Daniel Pittman <daniel@rimspace.net>
14466
14467 * spam.el (spam-report-resend-register-routine): Allow
14468 spam-report-resend-to to be a group parameter or a global value.
14469
14470 2004-05-26 Simon Josefsson <jas@extundo.com>
14471
14472 * starttls.el: Merge with my GNUTLS based starttls.el.
14473 (starttls-gnutls-program, starttls-use-gnutls)
14474 (starttls-extra-arguments, starttls-process-connection-type)
14475 (starttls-connect, starttls-failure, starttls-success): New
14476 variables.
14477 (starttls-program, starttls-extra-args): Doc fix.
14478 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14479 functions.
14480 (starttls-negotiate, starttls-open-stream): Check
14481 `starttls-use-gnutls' and pass on to corresponding *-gnutls
14482 function if it is set.
14483
14484 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
14485
14486 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14487 structured fields.
14488
14489 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
14490
14491 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14492
14493 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
14494
14495 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14496 variable.
14497 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
14498 assigning the spam-mark to new messages.
14499
14500 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
14501
14502 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14503
14504 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
14505
14506 * rfc2047.el (rfc2047-encodable-p): Don't move point.
14507 (rfc2047-decode): Treat the ascii coding-system as raw-text by
14508 default.
14509
14510 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
14511
14512 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14513 correct data.
14514
14515 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
14516
14517 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14518 (spam-group-processor-p): Fix function.
14519 (spam-group-processor-multiple-p)
14520 (spam-group-spam-processor-report-gmane-p)
14521 (spam-group-spam-processor-report-resend-p)
14522 (spam-group-spam-processor-bogofilter-p)
14523 (spam-group-spam-processor-blacklist-p)
14524 (spam-group-spam-processor-ifile-p)
14525 (spam-group-ham-processor-ifile-p)
14526 (spam-group-spam-processor-spamoracle-p)
14527 (spam-group-spam-processor-crm114-p)
14528 (spam-group-ham-processor-bogofilter-p)
14529 (spam-group-spam-processor-stat-p)
14530 (spam-group-ham-processor-stat-p)
14531 (spam-group-ham-processor-whitelist-p)
14532 (spam-group-ham-processor-BBDB-p)
14533 (spam-group-ham-processor-spamoracle-p)
14534 (spam-group-ham-processor-copy-p): Remove functions with some
14535 prejudice against unneeded code.
14536 (spam-report-articles-resend)
14537 (spam-report-resend-register-routine): Allow the group/topic
14538 spam-resend-to value to override spam-report-resend-to.
14539 (spam-summary-prepare-exit): Invoke spam-group-processor-p
14540 properly now.
14541
14542 * gnus.el (spam-resend-to): Add group/topic parameter.
14543 (spam-process): Move the OBSOLETE processors to the end of the
14544 choices.
14545
14546 2004-05-24 Daniel Pittman <daniel@rimspace.net>
14547
14548 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14549 with resend-to set to nil, and then ask the user if necessary.
14550 (spam-report-resend): spam-report-resend takes a list of articles, not
14551 separate article numbers.
14552
14553 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14554
14555 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14556 addition to emacs-w3m.
14557
14558 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14559
14560 * assistant.el (assistant-authinfo-data): New function.
14561 (assistant-eval): Eval for entire assistant.
14562
14563 * netrc.el (netrc-services-file): New variable.
14564 (netrc-parse-services): New function.
14565 (netrc-find-service-name): New function.
14566 (netrc-find-service-number): New function.
14567 (netrc-port-equal): New function.
14568 (netrc-machine): Use it.
14569
14570 * nnimap.el (nnimap-open-connection): Use netrc.
14571
14572 * gnus-util.el (gnus-netrc-get): Remove aliases.
14573
14574 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14575
14576 * assistant.el (wid-edit): Fix compilation.
14577
14578 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14579
14580 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
14581
14582 * gnus-util.el (gnus-set-file-modes): New function. (small
14583 patch).
14584
14585 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14586
14587 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14588
14589 * assistant.el (assistant-render-node): Fix up rendering and
14590 read-only text.
14591 (assistant-render-node): Reset.
14592 (assistant-make-read-only): Not sticky.
14593
14594 2004-05-20 Danny Siu <dsiu@adobe.com>
14595
14596 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14597 centered even when gnus-auto-center-summary is t
14598
14599 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14600
14601 * dns.el (dns-get-txt-answer): New function.
14602 (dns-read-txt): Ditto.
14603 (query-dns): Use it.
14604
14605 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
14606
14607 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14608 active for foreign groups even if the group level is higher than
14609 the specified value.
14610
14611 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14612
14613 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14614 non-active groups.
14615
14616 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14617
14618 2004-05-20 Magnus Henoch <mange@freemail.hu>
14619
14620 * dns.el (dns-read-type): Add support for SVR. (small patch)
14621
14622 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
14623
14624 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14625 (spam-crm114-header, spam-crm114-spam-switch)
14626 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14627 (spam-crm114-positive-spam-header)
14628 (spam-crm114-database-directory, spam-list-of-processors)
14629 (spam-group-spam-processor-crm114-p)
14630 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14631 (spam-generic-score, spam-list-of-checks)
14632 (spam-list-of-statistical-checks, spam-registration-functions)
14633 (spam-check-crm114-headers, spam-crm114-score)
14634 (spam-check-crm114, spam-crm114-register-with-crm114)
14635 (spam-crm114-register-spam-routine)
14636 (spam-crm114-unregister-spam-routine)
14637 (spam-crm114-register-ham-routine)
14638 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
14639 asjo@koldfront.dk (Adam Sjøgren).
14640
14641 * gnus.el: Add spam-use-crm114.
14642
14643 * spam.el (spam-list-of-processors, spam-registration-functions):
14644 Add spam-use-resend.
14645 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14646 (spam-report-articles-gmane): Add doc fix.
14647 (spam-report-articles-resend, spam-report-resend-register-routine):
14648 Add wrappers around spam-report-resend-to.
14649
14650 * spam-report.el (spam-report-resend-to, spam-report-resend):
14651 Add support for resending spam.
14652 (spam-report-gmane): Fix line length >80.
14653
14654 * gnus.el (spam-process): Add spam-use-resend.
14655
14656 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14657
14658 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14659 number of processed spam messages.
14660 (spam-ham-copy-or-move-routine): Return the number of processed
14661 ham messages.
14662 (spam-summary-prepare-exit): Use the above values to decide
14663 whether status messages shouled be displayed.
14664
14665 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
14666
14667 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14668 `rfc2047-encoding-function-alist' in order to avoid conflicting
14669 with the old version.
14670 (rfc2047-encode-region): Concatenate words containing non-ASCII
14671 characters in structured fields; don't encode space-delimited
14672 ASCII words even in unstructured fields; don't break words at
14673 char-category boundaries.
14674 (rfc2047-encode-1): New function.
14675 (rfc2047-encode): Use it; encode text so that it occupies the
14676 maximum width within 76-column; work correctly on Q encoding for
14677 iso-2022-* charsets.
14678 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14679 sure not to break a line just after the header name.
14680 (rfc2047-b-encode-region): Removed.
14681 (rfc2047-b-encode-string): New function.
14682 (rfc2047-q-encode-region): Removed.
14683 (rfc2047-q-encode-string): New function.
14684
14685 * mm-util.el (mm-replace-in-string): New function.
14686
14687 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14688
14689 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14690 get it right.
14691 (gnus-inews-make-draft): Really.
14692
14693 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
14694
14695 * nnmh.el (nnmh-request-list-1): Don't check the link count
14696 before descending. (small patch)
14697
14698 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14699
14700 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14701 stuff.
14702
14703 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14704 on real group name.
14705
14706 * gnus-art.el (gnus-signature-limit): Doc fix.
14707
14708 * gnus-msg.el (gnus-inews-make-draft): Quote list.
14709
14710 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14711
14712 * gnus-draft.el (gnus-draft-send): Bind
14713 rfc2047-encode-encoded-words.
14714
14715 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14716 (rfc2047-encodable-p): Say that =? needs encoding.
14717 (rfc2047-encode-encoded-words): New variable.
14718
14719 * gnus-group.el (gnus-group-select-group): Doc fix.
14720
14721 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14722
14723 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14724 to nil.
14725
14726 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14727
14728 * nnheader.el (nnheader-get-lines-and-char): New function.
14729
14730 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
14731
14732 * gnus-msg.el (gnus-summary-followup-with-original): Document
14733 yanking of region when active.
14734
14735 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
14736
14737 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14738 groups if the group level is higher than the specified value.
14739
14740 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
14741
14742 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14743 (gnus-group-jump-to-group): Added prefix argument using
14744 `gnus-group-jump-to-group-prompt'. Query before jumping to
14745 non-active group.
14746
14747 * compface.el (uncompface): Be verbose when changing
14748 `uncompface-use-external'.
14749
14750 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14751 handle manual section.
14752
14753 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14754
14755 * gnus-art.el (gnus-button-alist): Revert previous change.
14756
14757 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
14758
14759 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14760
14761 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14762
14763 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14764 whether backend can accept message.
14765
14766 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14767
14768 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
14769
14770 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14771 Avoid creating directory when nntp-marks-is-evil is true.
14772 Reported by Reiner Steib.
14773
14774 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
14775
14776 * gnus-picon.el (gnus-picon-style): New variable.
14777 (gnus-picon-insert-glyph): Added optional `nostring' argument.
14778 (gnus-picon-transform-address): Support `gnus-picon-style'. From
14779 Jesper Harder <harder@ifa.au.dk>.
14780
14781 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14782
14783 * message.el (message-fill-field): Return point.
14784 (message-generate-headers): Go to end of field.
14785
14786 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14787 stuff for non-living groups.
14788
14789 2004-05-18 Jesper Harder <harder@ifa.au.dk>
14790
14791 * gnus-art.el (gnus-article-followup-with-original)
14792 (gnus-article-reply-with-original): gnus-mark-active-p ->
14793 gnus-region-active-p.
14794
14795 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
14796
14797 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14798 only when there is spam or ham to be processed.
14799
14800 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14801
14802 * mail-source.el (mail-source-delete-crash-box): Refactor.
14803 (mail-source-fetch): Use it.
14804 (mail-source-fetch-file): Ditto.
14805 (mail-source-fetch-directory): Run postscript in loop.
14806 (mail-source-fetch-pop): Delete.
14807 (mail-source-fetch-maildir): Ditto.
14808 (mail-source-fetch-imap): Ditto.
14809
14810 * imap.el (imap-authenticators): Comment out sasl.
14811
14812 * message.el (message-skip-to-next-address): New function.
14813 (message-fill-header-address): Refactor.
14814 (message-fill-address): Use it.
14815 (message-delete-address): Use it.
14816 (message-fill-header-general): Refactor.
14817 (message-fill-field-address): Rename.
14818 (message-narrow-to-field): Find the start of the header.
14819 (message-header-format-alist): Don't pre-fill.
14820 (message-fill-header): Removed.
14821 (message-insert-header): New function.
14822 (message-shorten-references): Use it.
14823
14824 * rfc2047.el (rfc2047-field-value): Strip props.
14825
14826 * mail-parse.el (mail-header-make-address): New alias.
14827
14828 * ietf-drums.el (ietf-drums-make-address): New function.
14829
14830 * imap.el: Add compiler directives.
14831
14832 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
14833
14834 * gnus-art.el (article-decode-idna-rhs): Don't use
14835 message-idna-inside-rhs-p.
14836
14837 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14838
14839 * message.el (message-idna-inside-rhs-p): Removed.
14840 (message-idna-to-ascii-rhs-1): Use proper address parsing.
14841
14842 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
14843 false positives.
14844
14845 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
14846
14847 * imap.el (imap-sasl-make-mechanisms): Use sasl.
14848
14849 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14850
14851 * nneething.el (nneething-file-name): Don't create spurious
14852 files.
14853
14854 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
14855 (gnus-inews-do-gcc): Remove sleep.
14856
14857 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
14858 part under point.
14859
14860 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
14861 (gnus-agent-regenerate-group): Using nil messages aren't valid.
14862
14863 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
14864
14865 * spam.el (spam-summary-prepare-exit): Fixed (length).
14866
14867 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
14868
14869 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
14870 as expired without moving it" message when there are spam
14871 messages left.
14872
14873 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
14874
14875 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14876 header is not nil.
14877
14878 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
14879
14880 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14881 nntp-possibly-create-directory, not nntp-possibly-change-group.
14882 (nntp-marks-changed-p): New arg SERVER.
14883 (nntp-request-update-info): Adjust caller.
14884
14885 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
14886
14887 * nntp.el (nntp-save-marks): Pass missing arg.
14888
14889 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14890
14891 * nntp.el: Support marks.
14892 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14893 (nntp-marks-modtime, nntp-marks-directory): New variables.
14894 (nntp-request-set-mark, nntp-request-update-info)
14895 (nntp-possibly-create-directory, nntp-marks-changed-p)
14896 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14897 functions.
14898
14899 2004-05-12 Jesper Harder <harder@ifa.au.dk>
14900
14901 * gnus-score.el (gnus-score-insert-help): Use
14902 gnus-select-lowest-window.
14903
14904 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14905 appt-select-lowest-window and rename to gnus-select-lowest-window.
14906
14907 * gnus.el: do.
14908
14909 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14910
14911 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14912 encodings of MIME-encoded words, in order to improve
14913 interoperability with several broken MUAs.
14914
14915 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14916
14917 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14918 tags, only when charsets are not specified in headers.
14919 (mm-inline-text-html-render-with-w3m): Ditto.
14920
14921 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14922
14923 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14924 instead of MIME-decoded from fields when checking
14925 `gnus-article-address-banner-alist'.
14926
14927 2004-05-03 Jesper Harder <harder@ifa.au.dk>
14928
14929 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14930 description rather than subject.
14931
14932 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14933
14934 * gnus.el (gnus-version-number): Bump.
14935
14936 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14937
14938 * gnus.el: No Gnus v0.2 is released.
14939
14940 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14941
14942 * gnus-agent.el (gnus-agent-read-agentview): Inline
14943 gnus-uncompress-range.
14944
14945 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14946
14947 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14948 `exec-installed-p'.
14949
14950 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14951
14952 * gnus.el (spam-process, spam-autodetect-methods): Add
14953 bsfilter and bsfilter-headers.
14954
14955 * spam.el (spam-bsfilter): New customize group.
14956 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14957 (spam-bsfilter-header, spam-bsfilter-probability-header)
14958 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14959 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14960 (spam-bsfilter-database-directory): New options.
14961 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14962 (spam-list-of-statistical-checks, spam-registration-functions):
14963 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14964 (spam-bsfilter-score): New command.
14965 (spam-check-bsfilter-headers, spam-check-bsfilter)
14966 (spam-bsfilter-register-with-bsfilter)
14967 (spam-bsfilter-register-spam-routine)
14968 (spam-bsfilter-unregister-spam-routine)
14969 (spam-bsfilter-register-ham-routine)
14970 (spam-bsfilter-unregister-ham-routine): New functions.
14971 (spam-generic-score): Support bsfilter; Accept an optional argument
14972 to recalcurate spam score even if scoring header has already been
14973 added.
14974 (spam-bogofilter-score, spam-spamassassin-score): Accept an
14975 optional argument to recalcurate spam score even if scoring header
14976 has already been added.
14977
14978 2004-04-29 Jesper Harder <harder@ifa.au.dk>
14979
14980 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14981 strings! Reported by David D. Smith <davidsmith@acm.org>.
14982 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14983 link is missing.
14984
14985 2004-04-28 Jesper Harder <harder@ifa.au.dk>
14986
14987 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14988 (html2text-get-attr): Rewrite.
14989
14990 * message.el (message-setup-1): Remove redundant put-text-property
14991 on mail-header-separator.
14992
14993 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
14994
14995 * gnus-registry.el (gnus-registry-cache-whitespace)
14996 (gnus-registry-action, gnus-registry-spool-action)
14997 (gnus-registry-split-fancy-with-parent): Change message levels
14998 from 5 to 3 or 7, as needed.
14999
15000 * spam.el (spam-summary-prepare-exit)
15001 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15002 (spam-split, spam-find-spam, spam-log-undo-registration)
15003 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15004 level from 5 to 6.
15005
15006 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15007
15008 * gnus-ems.el: Autoload appt-select-lowest-window (revert
15009 2004-03-04 change).
15010
15011 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15012
15013 * sieve-manage.el (sieve-manage-open):
15014 * nnweb.el (nnweb-insert-html):
15015 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15016 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15017 * nnspool.el (nnspool-request-group):
15018 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15019 * nnml.el (nnml-request-update-info):
15020 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15021 (nnmh-request-create-group, nnmh-update-gnus-unreads):
15022 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15023 (nnimap-request-set-mark):
15024 * nnfolder.el (nnfolder-request-update-info):
15025 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15026 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15027 * gnus-uu.el (gnus-uu-find-articles-matching):
15028 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15029 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15030 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15031 * gnus-nocem.el (gnus-nocem-scan-groups):
15032 * gnus-int.el (gnus-start-news-server):
15033 * gnus-group.el (gnus-group-make-kiboze-group)
15034 (gnus-group-browse-foreign-server):
15035 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15036 Use mapc when appropriate.
15037
15038 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
15039
15040 FIXME: Make separate entries for each person.
15041
15042 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15043 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15044 <shields@msrl.com>:
15045
15046 * spam.el (spam-necessary-extra-headers): Get the extra headers we
15047 may need for spam sorting and scoring.
15048 (spam-user-format-function-S): Add user format function suitable for
15049 general use.
15050 (spam-article-sort-by-spam-status): Add sorting function for summary
15051 sorting.
15052 (spam-extra-header-to-number): Add function to get a score from a
15053 header.
15054 (spam-summary-score): Add function to get a numeric score from the
15055 headers.
15056 (spam-generic-score): Fix function doc, was in wrong place.
15057 (spam-initialize): Take symbols when it's run, and install the
15058 extra headers that spam-necessary-extra-headers thinks we need.
15059
15060 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15061
15062 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15063 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
15064
15065 2004-04-17 Jesper Harder <harder@ifa.au.dk>
15066
15067 * gnus-sum.el (gnus-set-global-variables)
15068 (gnus-build-all-threads, gnus-get-newsgroup-headers)
15069 (gnus-article-get-xrefs, gnus-summary-best-group)
15070 (gnus-summary-next-article, gnus-summary-enter-digest-group)
15071 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15072 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15073 Use with-current-buffer.
15074
15075 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
15076
15077 * spam.el (spam-summary-prepare-exit): Simplify logic.
15078 (spam-fetch-article-header): Read the article header if it's not
15079 available.
15080 (spam-list-articles): Simplify logic.
15081 (spam-filelist-register-routine): Fix bug with unregister-list.
15082
15083 * gnus-registry.el: Fix comments at beginning.
15084
15085 2004-04-16 Jesper Harder <harder@ifa.au.dk>
15086
15087 * message.el (message-cater-to-broken-inn): Remove.
15088 (message-shorten-references): Make sure the total folded length of
15089 References is shorter than 998 characters to cater to a bug in INN
15090 2.3. Also, don't pretend that references aren't folded -- this
15091 hasn't worked for a while.
15092
15093 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
15094
15095 * gnus-agent.el (gnus-agentize):
15096 gnus-agent-send-mail-real-function no longer set to current value
15097 of message-send-mail-function but rather a lambda that calls
15098 message-send-mail-function. The change makes the agent real-time
15099 responsive to user changes to message-send-mail-function.
15100
15101 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
15102
15103 * legacy-gnus-agent.el
15104 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15105 help from Florian Weimer <fw@deneb.enyo.de>
15106
15107 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
15108
15109 * nnmail.el (nnmail-cache-insert): Revert last change.
15110
15111 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
15112
15113 * nnmail.el (nnmail-cache-insert): Always check whether
15114 nnmail-cache-ignore-groups matches a group name.
15115
15116 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
15117
15118 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15119 (spam-find-spam, spam-log-processing-to-registry)
15120 (spam-log-registered-p, spam-log-unregistration-needed-p)
15121 (spam-log-undo-registration): Use gnus-message instead of
15122 gnus-error, none of these errors are fatal.
15123
15124 * gnus-registry.el (gnus-registry-clean-empty-function)
15125 (gnus-registry-clean-empty): Remove only empty entries without
15126 extra data.
15127
15128 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
15129
15130 * spam-stat.el (spam-stat-buffer-change-to-spam)
15131 (spam-stat-buffer-change-to-non-spam): Change (error) to
15132 (gnus-message 8) invocation.
15133
15134 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15135
15136 * nntp.el (nntp-via-netcat-command): New variable.
15137 (nntp-via-netcat-switches): New variable.
15138 (nntp-open-via-rlogin-and-netcat): New function.
15139 (nntp-open-connection-function): Doc fix.
15140 (nntp-telnet-command): Doc fix.
15141 (nntp-end-of-line): Doc fix.
15142 (nntp-via-rlogin-command): Doc fix.
15143 (nntp-via-user-name): Doc fix.
15144 (nntp-via-address): Doc fix.
15145
15146 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15147
15148 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15149 error in Emacs 21.1.
15150
15151 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
15152
15153 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15154
15155 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
15156
15157 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15158 (gnus-agent-with-refreshed-group): New macro.
15159 (gnus-agent-rename-group): New function.
15160 (gnus-agent-delete-group): New function.
15161 (gnus-agent-save-group-info): Use gnus-command-method when
15162 `method' parameter is nil. Don't write nil entries into the
15163 active file.
15164 (gnus-agent-get-group-info): New function.
15165 (gnus-agent-fetch-articles): Use
15166 gnus-agent-update-files-total-fetched-for to increment disk space
15167 used.
15168 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15169 gnus-agent-update-view-total-fetched-for to increment disk space
15170 used.
15171 (gnus-agent-get-local): Added optional parameters to avoid calling
15172 gnus-group-real-name and gnus-find-method-for-group.
15173 (gnus-agent-set-local): Delete stored entry if either min, or max,
15174 are nil.
15175 (gnus-agent-fetch-session): Reworded error/quit messages. On
15176 quit, use gnus-agent-regenerate-group to record existence of any
15177 articles fetched to disk before the quit occurred.
15178 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15179 gnus-agent-update-view-total-fetched-for, and
15180 gnus-agent-update-files-total-fetched-for to decrement disk space
15181 used.
15182 (gnus-agent-retrieve-headers): Use
15183 gnus-agent-update-view-total-fetched-for to increment disk space
15184 used.
15185 (gnus-agent-regenerate-group): Replace gnus-group-update-group
15186 with gnus-agent-update-files-total-fetched-for to decrement disk
15187 space and fresh group buffer.
15188 (gnus-agent-inhibit-update-total-fetched-for): New variable.
15189 (gnus-agent-need-update-total-fetched-for): New variable.
15190 (gnus-agent-update-files-total-fetched-for): New function.
15191 (gnus-agent-update-view-total-fetched-for): New function.
15192 (gnus-agent-total-fetched-for): New function.
15193
15194 * gnus-cache.el (gnus-cache-save-buffers): Use
15195 gnus-cache-update-overview-total-fetched-for to change disk space
15196 used by this group.
15197 (gnus-cache-possibly-enter-article): Use
15198 gnus-cache-update-file-total-fetched-for to increment disk space
15199 used by this group.
15200 (gnus-cache-possibly-remove-article): Use
15201 gnus-cache-update-file-total-fetched-for to decrement disk space
15202 used by this group.
15203 (gnus-cache-generate-nov-databases): Purge total fetched cache.
15204 (gnus-cache-rename-group): New function.
15205 (gnus-cache-delete-group): New function.
15206 (gnus-cache-inhibit-update-total-fetched-for): New variable.
15207 (gnus-cache-need-update-total-fetched-for): New variable.
15208 (gnus-cache-with-refreshed-group): New macro.
15209 (gnus-cache-update-file-total-fetched-for): New function.
15210 (gnus-cache-update-overview-total-fetched-for): New function.
15211 (gnus-cache-rename-group-total-fetched-for): New function.
15212 (gnus-cache-delete-group-total-fetched-for): New function.
15213 (gnus-cache-total-fetched-for): New function.
15214
15215 * gnus-group.el: Require gnus-sum and autoload functions to
15216 resolve warnings when gnus-group.el compiled alone.
15217 (gnus-group-line-format): Documented new %F.
15218 (size of Fetched data) group line format; identifies disk space
15219 used by agent and cache.
15220 (gnus-group-line-format-alist): Defined new F format.
15221 (gnus-total-fetched-for): New function.
15222 (gnus-group-delete-group): No longer update
15223 gnus-cache-active-altered as gnus-request-delete-group now keeps
15224 the cache in sync.
15225 (gnus-group-list-active): Let the agent store a server's active
15226 list if currently plugged.
15227
15228 * gnus-int.el (gnus-request-delete-group):
15229 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15230 local disk in sync with the server.
15231 (gnus-request-rename-group):
15232 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15233 local disk in sync with the server.
15234
15235 * gnus-start.el (gnus-get-unread-articles):
15236 Cosmetic simplification to logic.
15237
15238 * gnus-util.el (gnus-rename-file): New function.
15239
15240 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
15241
15242 * mm-util.el (mm-image-load-path): Handle nil in load-path.
15243
15244 2004-04-07 Jesper Harder <harder@ifa.au.dk>
15245
15246 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15247 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
15248
15249 2004-04-06 Jesper Harder <harder@ifa.au.dk>
15250
15251 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15252 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
15253
15254 2004-04-03 Jesper Harder <harder@ifa.au.dk>
15255
15256 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15257
15258 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
15259
15260 * spam.el (spam-set-difference): Add function to replace
15261 gnus-set-difference in spam.el.
15262 (spam-summary-prepare-exit): Use spam-set-difference.
15263
15264 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15265
15266 * gnus-registry.el (gnus-registry-cache-file): Update to use
15267 gnus-dribble-directory OR gnus-home-directory OR ~.
15268 (gnus-registry-split-fancy-with-parent): Fix doc.
15269
15270 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
15271
15272 * message.el (message-exchange-point-and-mark): Use
15273 message-mark-active-p. Suggested by Jesper Harder
15274 <harder@ifa.au.dk>.
15275
15276 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
15277
15278 * message.el (message-exchange-point-and-mark): Don't activate
15279 region if it was inactive. Suggested by Hiroshi Fujishima
15280 <pooh@nature.tsukuba.ac.jp>.
15281
15282 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
15283
15284 * gnus-art.el (article-display-face): Display Faces in the same
15285 order as X-Faces.
15286
15287 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
15288
15289 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15290
15291 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
15292
15293 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15294 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15295 (gnus-article-mime-hierarchy): Remove.
15296 (gnus-article-mime-hierarchy-next): Remove.
15297 (gnus-article-mode): Revert 2004-03-19 change.
15298 (gnus-article-setup-buffer): Revert 2004-03-19 change.
15299 (gnus-insert-mime-button): Revert 2004-03-19 change.
15300 (gnus-mime-accumulate-hierarchy): Remove.
15301 (gnus-mime-enter-multipart): Remove.
15302 (gnus-mime-leave-multipart): Remove.
15303 (gnus-mime-display-part): Revert 2004-03-19 change.
15304 (gnus-mime-display-alternative): Revert 2004-03-19 change.
15305
15306 * mml.el (mml-preview): Revert 2004-03-19 change.
15307
15308 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
15309
15310 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15311
15312 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
15313
15314 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15315 t while entering a file name using the mm-with-multibyte macro.
15316 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15317
15318 * mm-util.el (mm-with-multibyte): New macro.
15319
15320 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
15321
15322 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15323 user option.
15324 (gnus-mime-multipart-functions): Doc and customization fix.
15325 (gnus-article-mime-hierarchy): New variable.
15326 (gnus-article-mime-hierarchy-next): New variable.
15327 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15328 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15329 gnus-article-mime-hierarchy-next to nil.
15330 (gnus-insert-mime-button): Show hierarchy numbers.
15331 (gnus-mime-accumulate-hierarchy): New function.
15332 (gnus-mime-enter-multipart): New function.
15333 (gnus-mime-leave-multipart): New function.
15334 (gnus-mime-display-part): Recompute hierarchical MIME structure.
15335 (gnus-mime-display-alternative): Show hierarchy numbers.
15336
15337 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15338 gnus-article-mime-hierarchy-next to nil.
15339
15340 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
15341
15342 * dns.el: Don't require gnus-xmas.
15343
15344 2004-03-17 Jesper Harder <harder@ifa.au.dk>
15345
15346 * mml.el (mml-generate-mime-1): Don't use format=flowed with
15347 inline PGP.
15348 (mml-menu): Disable mml-quote-region if mark is inactive.
15349
15350 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
15351
15352 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15353 when the group's active is not available.
15354
15355 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15356
15357 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15358 error.
15359
15360 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
15361
15362 * imap.el (imap-store-password): New variable.
15363 (imap-interactive-login): Use it.
15364 Suggested by Mark Plaksin <happy@mcplaksin.org>.
15365
15366 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
15367
15368 * gnus-art.el (gnus-article-read-summary-keys): Restore new
15369 window-start and hscroll to summary window.
15370
15371 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
15372
15373 * gnus-start.el (gnus-convert-old-newsrc): Only write the
15374 conversion message to newsrc-dribble when an actual conversion is
15375 performed.
15376
15377 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
15378
15379 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15380
15381 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
15382
15383 * mm-decode.el (mm-complicated-handles): New function reviving
15384 former definition of mm-multiple-handles.
15385
15386 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15387 (gnus-mime-delete-part): Use it.
15388
15389 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
15390
15391 * gnus-agent.el (gnus-agent-read-local): Bind
15392 nnheader-file-coding-system to gnus-agent-file-coding-system to
15393 avoid the implicit assumption that they will always be equal.
15394 (gnus-agent-save-local): Bind buffer-file-coding-system, not
15395 coding-system-for-write, as the with-temp-file macro first prints
15396 to a buffer then saves the buffer.
15397
15398 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
15399
15400 * gnus-art.el (gnus-article-edit-part): New function.
15401 (gnus-mime-save-part-and-strip): Use it; do query instead of
15402 signaling an error; don't use mm-multiple-handles.
15403 (gnus-mime-delete-part): Ditto.
15404
15405 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
15406
15407 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15408 old file versions.
15409 (gnus-group-prepare-hook): Removed function that converted list
15410 form of gnus-agent-expire-days to group properties.
15411
15412 * gnus-int.el: Autoload gnus-agent-regenerate-group.
15413 (gnus-request-accept-article): Re-indented.
15414
15415 * gnus-start.el (gnus-convert-old-newsrc): Registered new
15416 converters to handle old agent file formats. Added logic for a
15417 "backup before upgrading warning".
15418 (gnus-convert-mark-converter-prompt): Developers can mark
15419 functions as needing (default), or not needing,
15420 gnus-convert-old-newsrc's "backup before upgrading warning".
15421 (gnus-convert-converter-needs-prompt): Tests whether the user
15422 should be protected from potentially irreversable changes by the
15423 function.
15424
15425 * legacy-gnus-agent.el: New. Provides converters that are only
15426 loaded when gnus-convert-old-newsrc needs to call them.
15427
15428 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
15429
15430 * mail-source.el (mail-source-touch-pop): Doc fix.
15431
15432 * message.el (message-smtpmail-send-it): Doc fix.
15433
15434 2004-03-05 Jesper Harder <harder@ifa.au.dk>
15435
15436 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15437
15438 * nnmail.el (nnmail-split-fancy): do.
15439
15440 * gnus-kill.el (gnus-kill, gnus-execute): do.
15441
15442 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
15443
15444 * gnus-sum.el (gnus-widget-reversible-match)
15445 (gnus-widget-reversible-to-internal)
15446 (gnus-widget-reversible-to-external): New functions.
15447 (gnus-widget-reversible): New widget.
15448 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15449
15450 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
15451
15452 * gnus-sum.el (gnus-thread-sort-functions)
15453 (gnus-article-sort-functions): Document `(not F)' items.
15454
15455 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
15456
15457 * spam.el (spam-use-gmane-xref): Add new backend.
15458 (spam-gmane-xref-spam-group): Add variable to control the name of the
15459 Gmane spam group.
15460 (spam-blackhole-servers, spam-blackhole-good-server-regex)
15461 (spam-regex-headers-spam, spam-regex-headers-ham)
15462 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15463 (spam-list-of-checks): Add spam-use-gmane-xref to list of
15464 backends and checks.
15465 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15466
15467 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15468 an autodetect method.
15469
15470 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
15471
15472 * gnus-int.el (gnus-request-accept-article): Inform the agent that
15473 articles are being added to a group.
15474 (gnus-request-replace-article): Inform the agent that articles
15475 need to be uncached as the cached contents are no longer valid.
15476
15477 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
15478
15479 * binhex.el: Don't autoload executable-find.
15480
15481 * canlock.el: Don't autoload mail-fetch-field.
15482
15483 * gnus-ems.el: Don't autoload appt-select-lowest-window.
15484
15485 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15486 rmail-dont-reply-to and rmail-output.
15487
15488 * gnus-score.el: Don't autoload ffap-string-at-point.
15489
15490 * gnus-setup.el: Don't autoload sc-cite-original.
15491
15492 * imap.el: Don't autoload base64-decode-string,
15493 base64-encode-string and md5.
15494
15495 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15496 and rmail-msg-restore-non-pruned-header.
15497
15498 * mm-decode.el: Don't autoload executable-find.
15499
15500 * mm-url.el: Don't autoload executable-find.
15501
15502 * mm-view.el: Don't autoload diff-mode.
15503
15504 * nndb.el: Don't autoload news-reply-mode, news-setup,
15505 cancel-timer and telnet.
15506
15507 * password.el: Don't autoload run-at-time for Emacs.
15508
15509 * sha1-el.el: Don't autoload executable-find.
15510
15511 * sieve-mode.el: Don't autoload c-mode.
15512
15513 * uudecode.el: Don't autoload executable-find.
15514
15515 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
15516
15517 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15518 (gnus-agent-possibly-alter-active): Avoid null in numeric
15519 comparison.
15520 (gnus-agent-set-local): Refuse to save null in local object table.
15521 (gnus-agent-regenerate-group): The REREAD parameter can now be a
15522 list of articles that will be marked as unread.
15523
15524 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
15525
15526 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15527
15528 2004-03-04 Jesper Harder <harder@ifa.au.dk>
15529
15530 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15531 language tags.
15532
15533 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
15534
15535 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15536 Don't bind "obarray".
15537
15538 * gnus-sum.el (gnus-thread-sort-functions): Added
15539 `gnus-thread-sort-by-most-recent-number' and
15540 `gnus-thread-sort-by-most-recent-date'.
15541 Reported by Kai Grossjohann <kai@emptydomain.de>.
15542
15543 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
15544
15545 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15546
15547 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
15548
15549 * gnus-cus.el (gnus-agent-customize-category): Removed
15550 ignore-errors macro reference that required cl to be loaded at
15551 run-time.
15552
15553 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15554 single-interval range of the form (min . max). Previously the
15555 range had to look like ((min . max)). Likewise, return
15556 (min . max) rather than ((min . max)).
15557 (gnus-range-map): Use gnus-range-normalize to accept
15558 single-interval range.
15559
15560 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15561 the cache, but not the agent, now appear with their usual face.
15562
15563 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
15564
15565 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15566 w3m-safe-url-regexp variable buffer-local.
15567
15568 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15569
15570 2004-02-27 Simon Josefsson <jas@extundo.com>
15571
15572 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15573 gnus-group-real-prefix.
15574 (gnus-summary-move-article): Use it, instead of
15575 gnus-group-real-prefix.
15576
15577 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15578
15579 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15580 w3m-safe-url-regexp variable buffer-local and set it as the value
15581 of mm-w3m-safe-url-regexp.
15582
15583 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15584
15585 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15586 parsing gnus-posting-styles when the message is not for replying.
15587
15588 * nnrss.el (nnrss-opml-export): Use
15589 mm-set-buffer-file-coding-system instead of
15590 set-buffer-file-coding-system.
15591
15592 2004-02-27 Jesper Harder <harder@ifa.au.dk>
15593
15594 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15595 of checkdoc.el).
15596 * nnrss.el: do.
15597 * gnus-mlspl.el: do.
15598 * gnus-ml.el: do.
15599 * gnus-srvr.el: do.
15600
15601 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15602
15603 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
15604
15605 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15606 Corrections to custom-manual links.
15607
15608 * gnus-art.el (gnus-article): Ditto.
15609
15610 * mm-decode.el (mime-display, mime-security): Ditto.
15611
15612 2004-02-26 Jesper Harder <harder@ifa.au.dk>
15613
15614 * flow-fill.el: Typo.
15615
15616 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
15617
15618 * spam-wash.el: New file.
15619
15620 2004-02-26 Mark A. Hershberger <mah@everybody.org>
15621
15622 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15623
15624 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
15625
15626 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15627 to be run with new-articles as LIST1, not LIST2.
15628 (spam-registration-functions): Add spam-use-ham-copy as a nil
15629 registration backend.
15630
15631 2004-02-26 Jesper Harder <harder@ifa.au.dk>
15632
15633 * spam-stat.el (spam-stat-washing-hook): New option.
15634 (spam-stat-buffer-words): Use it.
15635 (spam-stat-process-directory, spam-stat-test-directory): Use
15636 insert-file-contents-literally.
15637 (spam-stat-coding-system): New variable.
15638 (spam-stat-load, spam-stat-save): Use it.
15639
15640 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
15641
15642 * spam-report.el (spam-report-plug-agent): Quote
15643 spam-report-url-to-file and spam-report-url-ping-plain.
15644
15645 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
15646
15647 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15648 / in mailto URLs.
15649
15650 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15651
15652 * spam-report.el (spam-report-process-queue): Fix interactive use.
15653 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15654 (spam-report-unplug-agent): Doc fixes.
15655 (spam-report-url-ping-mm-url, spam-report-url-to-file)
15656 (spam-report-agentize, spam-report-deagentize): Autoload
15657
15658 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
15659
15660 * message.el (message-setup-fill-variables): Add mml tags to
15661 paragraph-start and paragraph-separate. Suggested by Andrew Korty
15662 <ajk@iu.edu>.
15663 (message-mode): Don't modify paragraph-separate there.
15664
15665 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
15666
15667 * compface.el (uncompface-use-external): Default to undecided.
15668 (uncompface-use-external-threshold): New variable.
15669 (uncompface-float-time): New macro.
15670 (uncompface): Determine whether to use the external decoder if
15671 uncompface-use-external is undecided.
15672
15673 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15674
15675 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15676 after images.
15677
15678 * gnus-art.el (gnus-mime-display-single): Remove dead code.
15679
15680 2004-02-14 Jesper Harder <harder@ifa.au.dk>
15681
15682 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15683
15684 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15685
15686 * gnus-sum.el (gnus-summary-limit-to-age)
15687 (gnus-summary-limit-children): do.
15688
15689 * gnus-int.el (gnus-request-scan): do.
15690
15691 * gnus-group.el (gnus-group-suspend): do.
15692
15693 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15694
15695 * gnus-cite.el (gnus-cite-parse-attributions): do.
15696
15697 * gnus-agent.el (gnus-summary-set-agent-mark)
15698 (gnus-agent-regenerate-group): do.
15699
15700 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15701
15702 * binhex.el (binhex-decode-region-internal): do.
15703
15704 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15705
15706 * gnus-fun.el (gnus-face-properties-alist): New user option.
15707 (gnus-display-x-face-in-from): Use it.
15708
15709 * gnus-art.el (article-display-face): Ditto.
15710
15711 * compface.el (uncompface-use-external): Default to nil.
15712
15713 2004-02-12 Jesper Harder <harder@ifa.au.dk>
15714
15715 * nntp.el (nntp-erase-buffer): New function.
15716 (nntp-retrieve-data, nntp-send-command)
15717 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15718 (nntp-possibly-change-group): Use it.
15719
15720 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15721 with-current-buffer.
15722
15723 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
15724
15725 * compface.el: Merge the ELisp-based uncompface program.
15726 (compface): New customization group.
15727 (uncompface-use-external): New user option.
15728 (uncompface): Call uncompface-internal if uncompface-use-external
15729 is nil.
15730 (uncompface-internal): New function. Note that there are also
15731 some other functions and variables added for this function.
15732
15733 2004-02-10 Jesper Harder <harder@ifa.au.dk>
15734
15735 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15736 if necessary.
15737
15738 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
15739
15740 * spam-report.el (spam-report-unplug-agent)
15741 (spam-report-plug-agent, spam-report-deagentize)
15742 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15743 Add support for the Agent in spam-report: when unplugged, report to a
15744 file; when plugged, submit all the requests.
15745
15746 * spam.el (spam-register-routine): Fix message about
15747 registration.
15748
15749 2004-02-09 Jesper Harder <harder@ifa.au.dk>
15750
15751 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15752 dependencies.
15753 (rfc2047-encode): Use it.
15754
15755 * gnus-art.el (gnus-button-marker-list): Move before first
15756 reference.
15757
15758 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15759 (imap-parse-body): Fix format string mismatch.
15760
15761 * gnus-score.el (gnus-summary-increase-score): do.
15762
15763 * nnrss.el (nnrss-close): New function.
15764
15765 2004-02-08 Jesper Harder <harder@ifa.au.dk>
15766
15767 * nnrss.el (nnrss-make-filename): New function.
15768 (nnrss-request-delete-group, nnrss-read-server-data)
15769 (nnrss-save-server-data, nnrss-read-group-data)
15770 (nnrss-save-group-data): Use it.
15771 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15772 (nnrss-read-server-data, nnrss-read-group-data): Use load.
15773 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15774
15775 2004-02-07 Jesper Harder <harder@ifa.au.dk>
15776
15777 * mml.el (mml-compute-boundary-1): Don't uncompress files.
15778
15779 2004-02-06 Jesper Harder <harder@ifa.au.dk>
15780
15781 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15782 files.
15783
15784 * message.el (message-generate-headers-first): Don't quote nil
15785 and t in docstrings.
15786
15787 * imap.el (imap-id): do.
15788
15789 * gnus-agent.el (gnus-agent-consider-all-articles)
15790 (gnus-agent-queue-mail): do.
15791
15792 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
15793
15794 * spam-report.el (spam-report-process-queue): New function.
15795 Process requests from `spam-report-requests-file'.
15796 (spam-report-process-queue): Doc fix.
15797
15798 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
15799
15800 * spam.el (spam-register-routine)
15801 (spam-log-processing-to-registry, spam-log-registered-p)
15802 (spam-log-unregistration-needed-p, spam-log-undo-registration):
15803 Change "check" to "spam-check" for semi-clarity.
15804
15805 2004-02-05 Jesper Harder <harder@ifa.au.dk>
15806
15807 * pop3.el: Require nnheader.
15808
15809 * mml-smime.el: Require cl. Autoload message-fetch-field.
15810
15811 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15812
15813 * gnus-picon.el: Require cl.
15814
15815 * gnus-fun.el: Require gnus-ems and gnus-util.
15816
15817 * gnus.el (gnus-method-to-server): Move defsubst before first use.
15818
15819 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15820
15821 * gnus-art.el (gnus-article-edit-mode): Define before first
15822 reference.
15823
15824 2004-02-04 Jesper Harder <harder@ifa.au.dk>
15825
15826 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15827 (gnus-uu-post-encoded): Use point-at-bol.
15828
15829 * gnus-topic.el (gnus-group-active-topic-p): do.
15830
15831 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
15832
15833 * gnus-group.el (gnus-group-kill-region): do.
15834
15835 * gnus-art.el (article-date-ut): do.
15836
15837 * message.el (message-fetch-field): Remove redundant
15838 case-fold-search binding.
15839 (message-narrow-to-field): Simplify.
15840
15841 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
15842
15843 * spam.el (spam-directory): Derive from `gnus-directory'.
15844
15845 * spam-report.el (spam-report-url-to-file)
15846 (spam-report-requests-file): New function and variable for offline
15847 reporting.
15848 (spam-report-url-ping-function): Add `spam-report-url-to-file'
15849 and user defined function.
15850 (spam-report-url-ping-mm-url): Remove doubled slash.
15851
15852 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
15853
15854 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15855
15856 2004-02-03 Jesper Harder <harder@ifa.au.dk>
15857
15858 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15859 format string mismatch.
15860
15861 * sieve.el (sieve-deactivate-all): do.
15862
15863 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15864
15865 * nnlistserv.el (nnlistserv-kk-wash-article): do.
15866
15867 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15868
15869 * mm-bodies.el (mm-7bit-chars): Don't include \r.
15870
15871 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
15872
15873 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15874 the list of checks.
15875
15876 2004-01-31 Jesper Harder <harder@ifa.au.dk>
15877
15878 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15879 padding.
15880
15881 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
15882
15883 * mm-view.el (mm-fill-flowed): New variable.
15884 (mm-inline-text): Use it.
15885
15886 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
15887
15888 * spam.el (spam-spamassassin-register-ham-routine)
15889 (spam-spamassassin-register-spam-routine): Fix function names.
15890
15891 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
15892
15893 * gnus.el (gnus-tmp-grouplens): Remove.
15894 (gnus-summary-line-format): Remove grouplens.
15895
15896 * gnus-group.el (gnus-group-line-format): Ditto.
15897
15898 * gnus-spec.el (gnus-format-specs): Ditto.
15899 (gnus-update-format-specifications): Flush the group format spec
15900 cache if there's the grouplens stuff.
15901 (gnus-parse-simple-format): Replace %l with the empty string.
15902
15903 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
15904
15905 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15906 omission.
15907
15908 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
15909
15910 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15911 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15912
15913 2004-01-25 Paul Jarc <prj@po.cwru.edu>
15914
15915 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15916 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15917 New macros and functions.
15918 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15919 Handle > NLINK_MAX messages.
15920 * nnmaildir.el (nnmaildir-request-set-mark): Use
15921 nnmaildir--emlink-p and nnmaildir--eexist-p.
15922
15923 2004-01-25 Alex Schroeder <alex@gnu.org>
15924
15925 * spam-stat.el (spam-stat-process-directory-age): New option.
15926 (spam-stat-process-directory): Use it.
15927
15928 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
15929
15930 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15931 (spam-stat-save): Accept prefix argument.
15932
15933 2004-01-23 Paul Jarc <prj@po.cwru.edu>
15934
15935 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15936 links" error.
15937
15938 2004-01-23 Jesper Harder <harder@ifa.au.dk>
15939
15940 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15941 compatibility with old .newsrc.eld files.
15942
15943 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15944
15945 * gnus-start.el (gnus-1): do.
15946
15947 * gnus-group.el (gnus-group-line-format-alist): do.
15948
15949 * gnus.el (gnus-use-grouplens, gnus-visual): do.
15950
15951 * gnus-gl.el: Remove.
15952
15953 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
15954
15955 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15956 marks consisting of a single range {for example, (3 . 5)} rather
15957 than a list of a single range { ((3 . 5)) }.
15958
15959 2004-01-23 Jesper Harder <harder@ifa.au.dk>
15960
15961 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15962 with-current-buffer.
15963 (spam-stat-store-current-buffer): Use insert-buffer-substring to
15964 avoid consing a string.
15965
15966 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15967 Remove obsolete entries for big5 and gb2312.
15968
15969 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
15970
15971 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15972 uncompressed list.
15973
15974 2004-01-22 Jesper Harder <harder@ifa.au.dk>
15975
15976 * spam-stat.el (spam-stat-strip-xref): New function.
15977 (spam-stat-process-directory): Use it.
15978
15979 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15980 here -- it's done in message-fetch-field.
15981
15982 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
15983
15984 * gnus-agent.el (gnus-agent-queue-mail)
15985 (gnus-agent-prompt-send-queue): New variables.
15986 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15987 * gnus-draft.el (gnus-group-send-queue): Pass the group name
15988 "nndraft:queue" along to gnus-draft-send. Use
15989 gnus-agent-prompt-send-queue.
15990 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15991 is "nndraft:queue". Suggested by Gaute Strokkenes
15992 <gs234@srcf.ucam.org>
15993
15994 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15995 (agent-enable-undownloaded-faces): Added.
15996 (gnus-agent-cat-groups): Use eval-and-compile, not
15997 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15998 method of gnus-agent-cat-groups even when the buffer has been
15999 evaled.
16000 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16001 delete gnus-agent-save-active-1.
16002 (gnus-agent-save-groups): Deleted. Identical to
16003 gnus-agent-save-active.
16004 (gnus-agent-write-active): No longer adjust agent's copy of active
16005 file as agent's adjustments are now stored in their own
16006 file. Removed optional parameter.
16007 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16008 servers. Add use of min/max range limits from server's local
16009 file.
16010 (gnus-agent-save-alist): Removed unused optional argument.
16011 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16012 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16013 (gnus-agent-set-local): A per-server file that keeps min/max range
16014 limits for articles known to the agent. Provides a fast mechanism
16015 for altering many active ranges.
16016 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16017 active file (local makes it unnecessary).
16018 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16019
16020 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16021 (agent-enable-undownloaded-faces): Added.
16022
16023 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16024 disable it when sending to "nndraft:queue".
16025 (gnus-group-send-queue): Add safety check to avoid sending queue
16026 when unplugged.
16027
16028 * gnus-group.el (gnus-group-catchup): Use new
16029 gnus-sequence-of-unread-articles, not
16030 gnus-list-of-unread-articles, to avoid exhausting memory with huge
16031 numbers of articles. Use gnus-range-map to avoid having to
16032 uncompress the unread list.
16033 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16034 Fixed invalid ange-ftp reference.
16035
16036 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16037 (gnus-sorted-range-intersection): Intersection of two ranges
16038 without requiring that they first be uncompressed.
16039
16040 * gnus-start.el (gnus-activate-group): Unless blocked by the
16041 caller, possibly expand the active range to include both cached
16042 and agentized articles.
16043 (gnus-convert-old-newsrc): Rewrote in anticipation of having
16044 multiple version-dependent converters.
16045 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16046 gnus-agent-save-active.
16047 (gnus-save-newsrc-file): Save dirty agent range limits.
16048
16049 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16050 gnus-agent-possibly-alter-active.
16051 (gnus-adjust-marked-articles): Faster handling of simple lists
16052
16053 2004-01-21 Jesper Harder <harder@ifa.au.dk>
16054
16055 * spam-stat.el (spam-stat-test-directory): New optional argument
16056 displays a list of files detected. Suggested by Andrew Cohen
16057 <cohen@andy.bu.edu>.
16058 (spam-stat-buffer-words-with-scores): Don't narrow and change
16059 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
16060
16061 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
16062
16063 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16064 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16065 (spam-spamassassin-arguments)
16066 (spam-spamassassin-spam-flag-header)
16067 (spam-spamassassin-positive-spam-flag-header)
16068 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16069 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16070 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16071 (spam-list-of-processors, spam-list-of-checks)
16072 (spam-list-of-statistical-checks, spam-registration-functions)
16073 (spam-check-spamassassin-headers, spam-check-spamassassin)
16074 (spam-spamassassin-score)
16075 (spam-spamassassin-register-with-sa-learn)
16076 (spam-spamassassin-register-spam-routine)
16077 (spam-spamassassin-register-ham-routine)
16078 (spam-assassin-register-spam-routine)
16079 (spam-assassin-register-ham-routine): Add SpamAssassin support.
16080 (spam-bogofilter-score): Fix to show article before scoring.
16081
16082 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
16083
16084 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16085 default scoring function.
16086 (spam-generic-score): Call spam-spamassassin-score if
16087 spam-use-spamassassin or spam-use-spamassassin-headers is on;
16088 spam-bogofilter-score otherwise.
16089
16090 * gnus.el (spam-process, spam-autodetect-methods): Add
16091 spamassassin and spamassassin-headers.
16092
16093 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
16094
16095 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16096 Suppress unnecessary messages.
16097
16098 2004-01-20 Jesper Harder <harder@ifa.au.dk>
16099
16100 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16101 make-hash-table.
16102
16103 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
16104
16105 * canlock.el (base64-encode-string): Don't autoload it.
16106
16107 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
16108
16109 * run-at-time.el: Remove useless (require 'itimer),
16110 eval-and-compile and (featurep 'xemacs).
16111
16112 2004-01-16 Jesper Harder <harder@ifa.au.dk>
16113
16114 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16115 GROUP is a virtual group.
16116
16117 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
16118
16119 * gnus.el: Autoload `message-y-or-n-p'.
16120
16121 2004-01-15 Jesper Harder <harder@ifa.au.dk>
16122
16123 * pgg-parse.el: Remove unnecessary (require 'custom).
16124
16125 * pgg-def.el: do.
16126
16127 * nnmail.el: do.
16128
16129 * gnus-undo.el: do.
16130
16131 * gnus-picon.el: do.
16132
16133 * gnus-util.el: do.
16134
16135 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
16136
16137 * gnus-sum.el (gnus-pick-line-number): Add autoload.
16138
16139 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
16140
16141 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16142 handle, as well as a list.
16143
16144 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16145 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16146 (mm-w3m-cid-retrieve): Simplify.
16147
16148 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
16149
16150 * message.el (message-kill-to-signature): Allow prefix arg to
16151 specify number of lines to keep before signature.
16152
16153 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
16154
16155 * message.el (message-kill-to-signature): Change docstring.
16156
16157 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
16158
16159 * canlock.el: Always require sha1-el.
16160 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16161
16162 * message.el: Autoload sha1 only when compiling.
16163
16164 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
16165
16166 * message.el (message-canlock-generate): Require sha1-el.
16167
16168 2004-01-13 Jesper Harder <harder@ifa.au.dk>
16169
16170 * message.el (message-expand-name): Silence the byte compiler.
16171
16172 2004-01-13 Simon Josefsson <jas@extundo.com>
16173
16174 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16175 Invoke gnus-score-mode. Reported by
16176 bojohan+news@dd.chalmers.se (Johan Bockgård).
16177
16178 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
16179 Jim Blandy <jimb@redhat.com> (tiny change).
16180
16181 2004-01-12 Jesper Harder <harder@ifa.au.dk>
16182
16183 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16184
16185 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
16186
16187 * spam.el (spam-get-article-as-string): Update to use
16188 gnus-request-article-this-buffer, much simpler.
16189 (spam-get-article-as-buffer): Remove.
16190
16191 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
16192
16193 * message.el (message-expand-name): Use EUDC if the user uses that.
16194
16195 2004-01-12 Jesper Harder <harder@ifa.au.dk>
16196
16197 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16198 character for the encoding to avoid consing a string.
16199
16200 * rfc2047.el (rfc2047-decode-string): Don't cons a string
16201 unnecessarily.
16202
16203 * mm-util.el (mm-replace-chars-in-string): Remove.
16204
16205 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16206 of mm-replace-chars-in-string.
16207
16208 2004-01-11 Jesper Harder <harder@ifa.au.dk>
16209
16210 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16211
16212 * mm-util.el (mm-subst-char-in-string): Support inplace.
16213
16214 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16215 a new string in every iteration. Use shy groups.
16216
16217 2004-01-10 Jesper Harder <harder@ifa.au.dk>
16218
16219 * gnus-srvr.el (gnus-browse-unsubscribe-group):
16220 * gnus-soup.el (gnus-soup-group-brew):
16221 * gnus-msg.el (gnus-put-message):
16222 * gnus-move.el (gnus-group-move-group-to-server):
16223 * gnus-kill.el (gnus-batch-score):
16224 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16225 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16226 (gnus-group-update-group, gnus-group-read-group)
16227 (gnus-group-make-group, gnus-group-make-help-group)
16228 (gnus-group-make-archive-group, gnus-group-make-directory-group)
16229 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16230 (gnus-group-sort-by-unread, gnus-group-catchup)
16231 (gnus-group-unsubscribe-group, gnus-group-kill-group)
16232 (gnus-group-yank-group, gnus-group-set-info)
16233 (gnus-group-list-groups):
16234 * gnus.el (gnus-generate-new-group-name):
16235 * gnus-delay.el (gnus-delay-send-queue):
16236 * nnvirtual.el (nnvirtual-catchup-group):
16237 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16238 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16239 (gnus-group-prepare-topics, gnus-topic-check-topology):
16240 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16241 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16242 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16243 (gnus-group-make-articles-read):
16244 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16245 (gnus-group-change-level, gnus-kill-newsgroup)
16246 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16247 (gnus-get-unread-articles, gnus-make-articles-unread)
16248 (gnus-make-ascending-articles-unread): Use accessor
16249 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16250 to get group information for improved readability.
16251
16252 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16253
16254 * gnus-art.el (article-decode-mime-words, article-babel)
16255 (gnus-article-highlight-signature, gnus-article-add-buttons)
16256 (gnus-signature-toggle): Use gnus-with-article-buffer.
16257
16258 * gnus-art.el (gnus-article-highlight-headers)
16259 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16260
16261 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16262 (gnus-article-set-globals, gnus-request-article-this-buffer)
16263 (gnus-button-message-id, gnus-article-maybe-hide-headers)
16264 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16265 (gnus-mime-display-alternative): Use with-current-buffer.
16266
16267 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16268
16269 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16270 also under 80 char limit, and call gnus-error if needed.
16271 (spam-fetch-article-header): Fix - it was a
16272 buffer-local variable (gnus-newsgroup-data).
16273 (spam-find-spam): Use spam-generate-fake-headers, forget about
16274 spam-insert-fake-headers.
16275 (spam-insert-fake-headers): Remove.
16276
16277 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16278
16279 * deuglify.el (gnus-article-outlook-unwrap-lines)
16280 (gnus-outlook-rearrange-article)
16281 (gnus-outlook-repair-attribution-outlook)
16282 (gnus-outlook-repair-attribution-block)
16283 (gnus-outlook-repair-attribution-other): Remove redundant
16284 save-excursion.
16285
16286 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16287
16288 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16289 (spam-fetch-field-subject-fast)
16290 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16291 (spam-fetch-article-header): Add functions to deal with Gnus
16292 internals for fast retrieval of article header data.
16293 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16294
16295 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16296
16297 * pop3.el (pop3-md5): Remove.
16298 (pop3-apop): Replace pop3-md5 with md5.
16299
16300 * mm-bodies.el: base64 is always built-in.
16301
16302 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16303 with-current-buffer.
16304
16305 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
16306
16307 * canlock.el (canlock-insert-header): Remove excessive grouping in
16308 regexp.
16309
16310 * gnus-sum.el (gnus-summary-read-document): Ditto.
16311
16312 * gnus-uu.el (gnus-uu-part-number): Ditto.
16313
16314 * html2text.el (html2text-remove-tags): Ditto.
16315 (html2text-format-tags): Ditto.
16316 (html2text-format-single-elements): Ditto.
16317
16318 * mml.el (mml-parse-1): Ditto.
16319
16320 2004-01-08 Jesper Harder <harder@ifa.au.dk>
16321
16322 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16323
16324 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16325
16326 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16327
16328 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16329
16330 2003-11-15 Simon Josefsson <jas@extundo.com>
16331
16332 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16333 (pgg-gpg-lookup-key): Use regexp match instead of
16334 split-string (split-string is different between emacs 21.2 and
16335 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
16336
16337 2004-01-08 Jesper Harder <harder@ifa.au.dk>
16338
16339 * gnus-art.el (gnus-mime-view-all-parts)
16340 (gnus-article-part-wrapper, gnus-article-view-part): Use
16341 with-current-buffer.
16342
16343 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
16344
16345 * spam.el (spam-disable-spam-split-during-ham-respool)
16346 (spam-spamoracle-database, spam-cache-lookups)
16347 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16348 (spam-group-ham-mark-p, spam-group-spam-mark-p)
16349 (spam-group-ham-marks, spam-group-spam-marks)
16350 (spam-group-spam-contents-p, spam-group-ham-contents-p)
16351 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16352 also add spam-use-blackholes to the statistical checks.
16353 (spam-fetch-field-fast): Add interface to fetching fields, may
16354 become a macro.
16355 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16356 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16357 (spam-insert-fake-headers): Fake an article when needed.
16358 (spam-find-spam): Fake article when possible.
16359 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16360 (spam-check-bogofilter-headers): Use message-fetch-field instead
16361 of nnmail-fetch-field.
16362
16363 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16364
16365 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16366
16367 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
16368
16369 * spam.el (spam-split): Do not require spam-use-CHECK to be
16370 enabled if that check is passed to spam-split explicitly; also
16371 fix so 'spam doesn't get converted to spam-split-group when
16372 spam-split-symbolic-return is t.
16373 (spam-find-spam): Find registrations of the article and use those
16374 instead of re-running spam-split to find the spam/ham
16375 classification of the article.
16376 (spam-log-processing-to-registry, spam-log-registered-p)
16377 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16378 Use gnus-error instead of gnus-message.
16379 (spam-log-registration-type): Add function to determine the
16380 classification of a message based on registry entries; will
16381 return nil if both 'spam and 'ham are found.
16382 (spam-check-BBDB): Expand all the BBDB macros here so we can have
16383 a reasonably fast local cache without the loading errors.
16384 (spam-cache-lookups): Set to t by default.
16385 (spam-find-spam): Don't try to guess spam-cache-lookups.
16386 (spam-enter-whitelist, spam-enter-blacklist): Clear the
16387 spam-caches entry.
16388 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16389 caching of whitelist/blacklist entries.
16390 (spam-check-whitelist, spam-check-blacklist): Invoke
16391 spam-from-listed-p with a type, not a cache variable.
16392 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16393
16394 2004-01-07 Jesper Harder <harder@ifa.au.dk>
16395
16396 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16397
16398 * nnmail.el (nnmail-split-fancy): do.
16399
16400 * mml.el (mml-parse): do.
16401
16402 * gnus-score.el (gnus-enter-score-words-into-hashtb)
16403 (gnus-score-adaptive): do.
16404
16405 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16406
16407 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16408 (gnus-mime-button-map): Don't set keymap parent.
16409 (gnus-button-ctan-directory-regexp): Use shy grouping.
16410 (gnus-prev-page-map): Don't set keymap parent.
16411 (gnus-prev-page-map): Remove duplicated one.
16412 (gnus-next-page-map): Don't set keymap parent.
16413 (gnus-mime-security-button-map): Ditto.
16414
16415 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16416 version number.
16417
16418 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16419
16420 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16421
16422 * canlock.el (canlock-sha1-function): Remove.
16423 (canlock-sha1-function-for-verify): Remove.
16424 (canlock-openssl-program): Remove.
16425 (canlock-openssl-args): Remove.
16426 (canlock-ignore-errors): Remove.
16427 (canlock-sha1-with-openssl): Remove.
16428 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16429 (canlock-verify): Don't use canlock-ignore-errors.
16430
16431 * sha1-el.el (sha1-string-external): Make it can return a string
16432 in binary form.
16433 (sha1-region-external): Ditto.
16434 (sha1-string-internal): Ditto.
16435 (sha1-region-internal): Ditto.
16436 (sha1-region): Ditto.
16437 (sha1-string): Ditto.
16438 (sha1): Ditto.
16439
16440 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16441
16442 * spam.el (spam-report-articles-gmane): New command.
16443
16444 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16445
16446 * gnus.el: Don't make unnecessary *Group* buffer when loading.
16447
16448 * run-at-time.el (run-at-time-saved): Remove.
16449 (run-at-time): Doc fix.
16450
16451 2004-01-07 Jesper Harder <harder@ifa.au.dk>
16452
16453 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16454 (gnus-summary-limit-map): Add it.
16455 (gnus-summary-make-menu-bar): do.
16456
16457 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
16458
16459 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16460 Make attempt at some caching support (done for BBDB only now).
16461 (spam-find-spam): Set spam-cache-lookups if there are more than 2
16462 addresses to be checked.
16463 (spam-clear-cache-BBDB): Add function, to be invoked by
16464 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16465 (spam-check-BBDB): Check and use the caches, if
16466 spam-cache-lookups is on, remove superfluous (provide).
16467
16468 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
16469
16470 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16471
16472 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
16473
16474 * run-at-time.el (run-at-time-saved): Move to after the definition
16475 of `run-at-time'.
16476
16477 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16478
16479 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16480 mm-w3m-local-map-property.
16481
16482 * mm-view.el (mm-w3m-mode-map): Remove.
16483 (mm-w3m-local-map-property): Remove.
16484 (mm-inline-text-html-render-with-w3m): Don't use
16485 mm-w3m-local-map-property.
16486
16487 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16488
16489 * run-at-time.el: New file.
16490
16491 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16492 of gnus-set-text-properties.
16493
16494 * gnus-uu.el (gnus-uu-save-article): Ditto.
16495
16496 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16497
16498 * gnus-cite.el (gnus-cite-parse): Ditto.
16499
16500 * gnus-art.el (gnus-button-push): Use set-text-properties instead
16501 of gnus-.
16502
16503 * gnus.el: Changed calls to nnheader-run-at-time and
16504 password-run-at-time throughout to use run-at-time directly.
16505
16506 * password.el: Removed definition of run-at-time.
16507
16508 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
16509
16510 * mml.el (mml-minibuffer-read-disposition): Show attachment type
16511 in prompt.
16512
16513 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
16514
16515 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16516 XEmacs version.
16517
16518 * dns.el (dns-make-network-process): Use `open-network-stream'
16519 instead of `gnus-xmas-open-network-stream'.
16520
16521 * .cvsignore: Add auto-autoloads.el, custom-load.el.
16522
16523 2004-01-06 Jesper Harder <harder@ifa.au.dk>
16524
16525 * gnus-art.el (gnus-mime-display-alternative)
16526 (gnus-insert-mime-button, gnus-insert-mime-security-button)
16527 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16528 Don't use gnus-local-map-property.
16529
16530 * gnus-util.el (gnus-local-map-property): Remove.
16531
16532 * mm-view.el (mm-view-pkcs7-decrypt): Replace
16533 gnus-completing-read-maybe-default with completing-read.
16534
16535 * gnus-util.el (gnus-completing-read): do.
16536 (gnus-completing-read-maybe-default): Remove.
16537
16538 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
16539
16540 * password.el: Only autoload `run-at-time' if not XEmacs.
16541 Only autoload the itimer functions if XEmacs.
16542
16543 2004-01-06 Jesper Harder <harder@ifa.au.dk>
16544
16545 * gnus-art.el (gnus-read-string): Remove.
16546 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16547 read-string.
16548
16549 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
16550
16551 * netrc.el: Autoload password-read.
16552 (netrc): Add configuration group.
16553 (netrc-encoding-method, netrc-openssl-path): Add
16554 variables for encoding and decoding of files with symmetric
16555 ciphers.
16556 (netrc-encode): Add assistant function to encode a file with
16557 netrc-encoding-method.
16558 (netrc-parse): Add interactive parameter, added optional
16559 decoding if netrc-encoding-method is non-nil but otherwise
16560 behavior is standard.
16561 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16562 Do s/encode/encrypt/ everywhere.
16563
16564 * spam.el: Remove executable-find autoload.
16565
16566 2004-01-05 Jesper Harder <harder@ifa.au.dk>
16567
16568 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16569
16570 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16571
16572 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16573
16574 * gnus-art.el (gnus-treat-ansi-sequences)
16575 (article-treat-ansi-sequences): New variable and function.
16576 Suggested by Dan Jacobson <jidanni@jidanni.org>.
16577
16578 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16579 Use it.
16580
16581 2004-01-05 Jesper Harder <harder@ifa.au.dk>
16582
16583 * mm-util.el (mm-quote-arg): Remove.
16584
16585 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16586 shell-quote-argument.
16587
16588 * gnus-uu.el (gnus-uu-command): do.
16589
16590 * gnus-sum.el (gnus-summary-insert-pseudos): do.
16591
16592 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16593 with make-char.
16594
16595 * mm-util.el (mm-make-char): Remove.
16596
16597 * mml.el (mml-mode): Replace gnus-add-minor-mode with
16598 add-minor-mode.
16599
16600 * gnus-undo.el (gnus-undo-mode): do.
16601
16602 * gnus-topic.el (gnus-topic-mode): do.
16603
16604 * gnus-sum.el (gnus-dead-summary-mode): do.
16605
16606 * gnus-start.el (gnus-slave-mode): do.
16607
16608 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16609
16610 * gnus-ml.el (gnus-mailing-list-mode): do.
16611
16612 * gnus-gl.el (gnus-grouplens-mode): do.
16613
16614 * gnus-draft.el (gnus-draft-mode): do.
16615
16616 * gnus-dired.el (gnus-dired-mode): do.
16617
16618 * gnus-ems.el (gnus-add-minor-mode): Remove.
16619
16620 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16621 Replace gnus-char-width with char-width.
16622
16623 * gnus-ems.el (gnus-char-width): Remove.
16624
16625 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16626 Replace gnus-char-width with char-width.
16627
16628 * gnus-ems.el (gnus-char-width): Remove.
16629
16630 * spam-stat.el (with-syntax-table): Remove with-syntax-table
16631 definition.
16632 Remove Emacs 20 hash table compatibility code.
16633
16634 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16635 20 compatibility code.
16636
16637 * spam.el (spam-point-at-eol): Replace with point-at-eol.
16638
16639 * smime.el (smime-point-at-eol): Replace with point-at-eol.
16640
16641 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16642 with point-at-{eol,bol}.
16643
16644 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16645
16646 * imap.el (imap-point-at-eol): Replace with point-at-eol.
16647
16648 * flow-fill.el (fill-flowed-point-at-bol)
16649 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16650
16651 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16652 Replace with point-at-{eol,bol} throughout all files.
16653
16654 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
16655
16656 * ntlm.el (ntlm-string-as-unibyte): New macro.
16657 (ntlm-build-auth-response): Use it.
16658
16659 Remove Emacs 20 stuff:
16660 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16661 of delq and copy-sequence.
16662 * gnus-art.el (popup-menu): Remove the compiler macro.
16663 * nnmail.el (nnmail-split-fancy): Don't support customizing with
16664 Emacs 20.
16665
16666 2004-01-05 Simon Josefsson <jas@extundo.com>
16667
16668 * ntlm.el: Fix namespace. Change smb-passwd-hash into
16669 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16670 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16671 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16672 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16673 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16674 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16675 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16676 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16677 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16678 ntlm-string-permute, string-lshift into ntlm-string-lshift,
16679 string-xor into ntlm-string-xor. Suggested by
16680 Jesper Harder <harder@myrealbox.com>.
16681
16682 * ntlm.el: Don't include poem.
16683
16684 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
16685 Jesper Harder <harder@myrealbox.com>.
16686
16687 * sasl-ntlm.el, ntlm.el, md4.el: New files.
16688
16689 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
16690 probably breaks emacs with DL patch, but do we care? Is anyone
16691 still using the DL stuff?)
16692
16693 * sieve-manage.el: Use the password package.
16694 (sieve-manage-read-passwd): Remove.
16695 (sieve-manage-interactive-login): Use password. Re-add
16696 condition-case around loop.
16697
16698 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16699 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16700 the password package.
16701
16702 2003-02-19 Simon Josefsson <jas@extundo.com>
16703
16704 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16705 token.
16706
16707 2002-08-07 Simon Josefsson <jas@extundo.com>
16708
16709 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16710 (sieve-manage-authenticators):
16711 (sieve-manage-authenticator-alist): Add some SASL mechs.
16712 (sieve-sasl-auth): New function.
16713 (sieve-manage-cram-md5-auth):
16714 (sieve-manage-plain-auth): Rewrite using SASL library.
16715 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16716 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16717 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16718 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16719
16720 2004-01-05 Simon Josefsson <jas@extundo.com>
16721
16722 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16723 New files.
16724
16725 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16726
16727 * gnus-group.el (gnus-no-groups-message): Update.
16728
16729 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16730
16731 2003-11-09 Simon Josefsson <jas@extundo.com>
16732
16733 * imap.el: Support for ID IMAP extension (RFC 2971).
16734 (imap-local-variables): Add imap-id.
16735 (imap-id): New variable.
16736 (imap-id): New function.
16737 (imap-parse-response): Parse untagged ID response.
16738 * nnimap.el (nnimap-id): New variable.
16739 (nnimap-open-connection): Use it.
16740
16741 2003-12-28 Simon Josefsson <jas@extundo.com>
16742
16743 * gnus-score.el (gnus-score-edit-all-score): New.
16744 * gnus-group.el (gnus-group-score-map): Bind it to W e.
16745
16746 2004-01-04 Simon Josefsson <jas@extundo.com>
16747
16748 * password.el: Add.
16749
16750 2004-01-04 Mario Lang <lang@zid.tugraz.at>
16751
16752 * dns.el (dns-query-types): Fix typo.
16753 (dns-query-types): New function.
16754 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
16755 PTR and SOA replies, see RFC 1035.
16756
16757 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16758
16759 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16760
16761 * Moved to Changelog.2.
16762
16763 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16764
16765 * gnus.el (gnus-version-number): Bump version.
16766
16767 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16768
16769 * gnus.el: No Gnus v0.1 is released.
16770
16771 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16772
16773 * gnus.el: No Gnus v0.0 is released.
16774
16775 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16776
16777 * gnus.el (gnus-version-number): Bump.
16778 (gnus-version): No.
16779
16780 See ChangeLog.2 for earlier changes.
16781
16782 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
16783
16784 This file is part of GNU Emacs.
16785
16786 GNU Emacs is free software: you can redistribute it and/or modify
16787 it under the terms of the GNU General Public License as published by
16788 the Free Software Foundation, either version 3 of the License, or
16789 (at your option) any later version.
16790
16791 GNU Emacs is distributed in the hope that it will be useful,
16792 but WITHOUT ANY WARRANTY; without even the implied warranty of
16793 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16794 GNU General Public License for more details.
16795
16796 You should have received a copy of the GNU General Public License
16797 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16798
16799 ;; Local Variables:
16800 ;; coding: utf-8
16801 ;; fill-column: 79
16802 ;; add-log-time-zone-rule: t
16803 ;; End: