]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4
5 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6 position when (X-)Faces exist.
7 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8 avatars when called interactively.
9
10 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11
12 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
13 gnus-article-x-face-too-ugly is bound.
14
15 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16
17 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
18
19 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
20 mailbox that doesn't exist.
21
22 2010-10-12 Julien Danjou <julien@danjou.info>
23
24 * shr.el (shr-tag-img): Encode URL properly when retrieving.
25 (shr-get-image-data): Encode URL properly when fetching from cache.
26 (shr-tag-img): Use aligned-to spaces to align correctly images.
27
28 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
29 before inserting the Gravatar.
30
31 * shr.el (shr-tag-img): Add align attribute support for <img>.
32
33 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
34
35 * gnus-gravatar.el (gnus-art): Required.
36
37 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
38 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
39 Remove long obsoleted functions.
40
41 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
42
43 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
44
45 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
46 gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
47 mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el,
48 mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el,
49 nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el,
50 rfc1843.el, sieve-manage.el, smime.el, spam.el:
51 Fix comment for declare-function.
52
53 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
54
55 * nnimap.el (nnimap-request-rename-group): Select group read-only
56 before renaming it.
57
58 * shr.el (shr-insert): Fix up the white space only regexp.
59
60 * nnimap.el (nnimap-transform-split-mail): Not all articles have
61 bodies. Protect against this. Reported by Michael Welsh Duggan.
62
63 * shr.el (shr-current-column): New function.
64 (shr-find-fill-point): New function.
65
66 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
67
68 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
69 numbers.
70
71 2010-10-11 Julien Danjou <julien@danjou.info>
72
73 * shr.el (shr-hr-line): Add.
74 (shr-tag-hr): Use shr-hr-line to specify which character to use to
75 display hr lines.
76 (shr-max-columns): Do not change state to nil if we just inserting
77 spaces.
78
79 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
80
81 * gnus-topic.el (gnus-topic-read-group): If after the last group,
82 select the last group.
83
84 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
85
86 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
87
88 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
89
90 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
91 for Gnus.
92 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
93 (nnimap-update-qresync-info): Mark \Seen articles as read.
94
95 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
96 non-variable, too.
97
98 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
99 available.
100 (nnimap-update-info): Rely more on the current active than the param
101 active to avoid marking articles as read too much.
102
103 * auth-source.el (auth-source-create): Use (user-login-name) for the
104 user name default.
105
106 * nnimap.el (nnimap-update-info): If the server doesn't return any
107 useful info, just use the previous info.
108 (nnimap-update-info): Prefer old info over start-article.
109 (nnimap-update-qresync-info): Finish implementing QRESYNC.
110
111 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
112
113 * nnir.el (autoload): Clean up autoloads.
114 (nnir-imap-default-search-key): Renamed from
115 nnir-imap-search-field. Use key rather than value.
116 (nnir-imap-search-other): New variable.
117 (nnir-read-parm): Use it.
118 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
119 (gnus-summary-nnir-goto-thread): Modify to work with imap.
120
121 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
124 the process, too.
125
126 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
127
128 * spam.el (gnus-summary-mode-map): Bind to "$". Suggested by Russ
129 Allbery.
130
131 * shr.el: Rework the way things are indented by <li> slightly.
132
133 * gnus.el (gnus-group-set-parameter): Fix typo.
134
135 * nnimap.el: Start implementing QRESYNC support.
136
137 2010-10-09 Julien Danjou <julien@danjou.info>
138
139 * nnir.el (nnir-engines): Fix too many arguments.
140
141 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
142
143 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
144 group is the "last", so that the backends like nnfolder actually save
145 their folders.
146
147 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
148 try to use that for the tls stream.
149 (nnimap-retrieve-group-data-early): Rework the marks code to heed
150 UIDVALIDITY and find out which groups are read-only and not.
151 (nnimap-get-flags): Use the same marks parsing code as the rest of
152 nnimap.
153
154 2010-10-09 Julien Danjou <julien@danjou.info>
155
156 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
157
158 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
159 retrieving gravatars.
160
161 * shr.el (shr-table-corner): Add.
162 (shr-table-line): Add.
163 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
164
165 2010-10-08 Julien Danjou <julien@danjou.info>
166
167 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
168
169 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
170
171 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
172
173 * gnus-sum.el (gnus-mark-article-as-unread)
174 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
175 (gnus-summary-set-bookmark): Use it.
176
177 * gnus-msg.el (gnus-setup-message): Use it.
178
179 * gnus-demon.el (gnus-demon-remove-handler): Use it.
180
181 * gnus.el (gnus-group-remove-parameter): Use it.
182
183 * gnus-group.el (gnus-group-make-web-group): Use it.
184
185 * gnus-demon.el (gnus-demon-remove-handler): Use it.
186
187 * nnregistry.el: Update docs to mention manual.
188
189 * gnus-registry.el: Update docs to mention nnregistry.el.
190 (gnus-registry-initialize): Don't install nnregistry refer method
191 automatically.
192 (gnus-registry-install-nnregistry): Remove it.
193
194 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
195
196 * shr.el (shr-insert): Don't insert double spaces.
197
198 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
199
200 * gnus-gravatar.el (gnus-treat-from-gravatar)
201 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
202 called interactively.
203
204 * gnus-art.el (gnus-mime-view-part-externally)
205 (gnus-mime-view-part-internally): Make predicate function passed to
206 gnus-mime-view-part-as-type assume argument is a mime type, not a list
207 of a mime type.
208
209 * shr.el (shr-table-widths): Don't use cl function `reduce'.
210
211 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
212
213 * shr.el (require): Require cl when compiling.
214 (shr-tag-hr): New function.
215
216 * nnimap.el (nnimap-update-info): Remove double setting of high.
217 (nnimap-update-info): Don't ignore groups that have no UIDNEXT. This
218 makes nnimap work properly on Courier again.
219
220 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
221 the variable for backwards compatability.
222
223 * mm-decode.el (mm-save-part): If given a non-directory result, expand
224 the file name before using to avoid setting mm-default-directory to
225 nil.
226
227 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
228 bidning gnus-agent variables.
229
230 * shr.el (shr-render-td): Use a cache for the table rendering function
231 to avoid getting an exponential rendering behaviour in nested tables.
232 (shr-insert): Rework the line-breaking algorithm.
233 (shr-insert): Don't leave trailing spaces.
234 (shr-insert-table): Also insert empty TDs.
235 (shr-tag-blockquote): Ensure paragraphs after </ul>.
236
237 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * gnus-sum.el (gnus-number): Rename from `number'.
240 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
241 (gnus-summary-limit-children): Update uses correspondingly.
242
243 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
244
245 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
246 (gnus-gravatar-transform-address): Don't show avatars of people of
247 which mail addresses match gnus-gravatar-too-ugly.
248
249 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
250
251 * shr.el (shr-table-widths): Expand TD elements to fill available
252 space.
253
254 2010-10-07 Julien Danjou <julien@danjou.info>
255
256 * nnimap.el (nnimap-request-rename-group): Add this method.
257
258 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
259
260 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
261 name from XEmacs' function-arglist.
262
263 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
264 gravatar under XEmacs.
265
266 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
267
268 * auth-source.el: Update docs with TODO items.
269
270 * gnus-sync.el: Update docs to explain state and plans.
271
272 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
273 Hooks for mark updates.
274 (gnus-request-set-mark, gnus-request-update-mark): Use them.
275
276 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
277 hooks with arguments, which is needed for mark update hooks.
278
279 2010-10-06 Julien Danjou <julien@danjou.info>
280
281 * gnus.el (gnus-expand-group-parameter): Only return and act on what
282 was matched.
283
284 * sieve-manage.el: Update example in `Commentary'.
285
286 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
287
288 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
289 not 2000.
290 (sieve-manage-authenticate): Re-add function.
291
292 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
293
294 * shr.el (shr-insert): Get 'space transition right.
295 (shr-render-td): Only delete space at the end of the TD.
296
297 * nnimap.el (nnimap-open-connection): Prepare to support
298 open-gnutls-stream.
299
300 * shr.el: Rearrange function order to be more logical.
301
302 2010-10-06 Julien Danjou <julien@danjou.info>
303
304 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
305 (nnrss-discover-feed): Remove 404 URL in docstring.
306
307 * nnir.el: Fix Swish-E URL.
308 Fix Namazu URL.
309
310 * message.el (message-change-subject): Remove 404 URL in a comment.
311
312 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
313
314 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
315 called interactively.
316
317 * gnus-util.el (gnus-remove-if): Allow hash table.
318 (gnus-remove-if-not): New function.
319
320 * gnus-art.el (gnus-mime-view-part-as-type)
321 * gnus-score.el (gnus-summary-score-effect)
322 * gnus-sum.el (gnus-read-move-group-name):
323 Replace remove-if-not with gnus-remove-if-not.
324
325 * gnus-group.el (gnus-group-completing-read):
326 Regard collection as a hash table if it is not a list.
327
328 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
329
330 * shr.el (shr-render-td): Allow blank/missing <TD>s.
331
332 * shr.el: Document the table-rendering algorithm.
333
334 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
335 invalid URLs.
336
337 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
338 line-broken.
339 (shr-tag-img): Ignore image fetching errors.
340 (shr-overlays-in-region): Compute overlay positions correctly.
341
342 * mm-decode.el (mm-shr): Require shr.
343
344 * gnus-art.el (gnus-blocked-images): Move variable here.
345
346 * shr.el (shr-insert-table): Bind free variable.
347
348 * mm-decode.el (mm-shr): Bind shr-content-function.
349
350 * shr.el (shr-content-function): New variable.
351
352 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
353 added for symmetry.
354
355 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
356
357 * gnus-group.el (gnus-group-make-group): Doc fix.
358
359 * nnimap.el (nnimap-request-newgroups): Return success.
360
361 * shr.el (shr-find-elements): New function.
362 (shr-tag-table): Put all the images after the table.
363 (shr-tag-table): Really inhibit images inside the table.
364 (shr-collect-overlays): Copy over overlays from the TD elements to the
365 main document.
366
367 * mm-decode.el (mm-shr): Bind shr-blocked-images to
368 gnus-blocked-images.
369
370 2010-10-05 Julien Danjou <julien@danjou.info>
371
372 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
373
374 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
375 (gnus-html-maximum-image-size): Add this function.
376 (gnus-html-put-image): Use gnus-html-maximum-image-size.
377
378 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
379 server-value of the capability is nil.
380
381 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
382
383 * shr.el (shr-tag-em): Add <EM> tag.
384
385 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
386
387 * sieve-manage.el (sieve-manage-default-stream): Make default stream
388 customizable.
389
390 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
391 handing broken links to browse-url.
392
393 2010-10-05 Julien Danjou <julien@danjou.info>
394
395 * gnus-util.el (gnus-emacs-completing-read)
396 (gnus-iswitchb-completing-read): Use autoload rather than require.
397
398 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
399
400 * gnus-util.el (gnus-completing-read-function): Exclude
401 gnus-icompleting-read and gnus-ido-completing-read from candidates for
402 XEmacs since iswitchb.el is very old and ido.el is unavailable in
403 XEmacs.
404
405 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
406 not to use `delete-dups' that is unavailable in XEmacs 21.4.
407
408 * gnus-html.el: Don't require help-fns under XEmacs.
409 (gnus-html-schedule-image-fetching): Work for XEmacs.
410
411 * mm-decode.el (mm-shr): Decode contents by charset.
412
413 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
414
415 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
416 unknown.
417
418 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
419 (shr-get-image-data): Ensure against the cache file missing.
420
421 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
422 for data.
423
424 * spam-report.el (spam-report-url-ping-plain): Don't query about
425 killing the process.
426
427 * shr.el (shr-render-td): Protect against too-wide text.
428
429 2010-10-04 Julien Danjou <julien@danjou.info>
430
431 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
432 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
433
434 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
435 retrieved.
436
437 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
438
439 * shr.el (browse-url): Required.
440 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
441 lines.
442 (shr-show-alt-text, shr-browse-image): New commands.
443 (shr-browse-url, shr-copy-url): New commands.
444
445 * gnus-sum.el (gnus-widen-article-window): New variable.
446 (gnus-summary-select-article-buffer): Use it.
447
448 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
449 without @ signs.
450
451 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
452
453 * nnir.el (nnir-run-imap): Remove spurious space in search string.
454
455 2010-10-04 Julien Danjou <julien@danjou.info>
456
457 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
458 for XEmacs.
459
460 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
461
462 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
463
464 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
465 (nnimap-close-server): Implement.
466
467 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
468 (shr-insert): Tweak line breaking.
469 (shr-insert): Handle <pre> better.
470 (shr-tag-li): Get <li> indentation right.
471 (shr-tag-li): Get <li> indentation even righter.
472 (shr-tag-blockquote): Ensure paragraph start.
473 (shr-make-table): Tweak table generation.
474 (shr-make-table): Fix typo.
475
476 * shr.el: Implement table rendering.
477
478 2010-10-04 Julien Danjou <julien@danjou.info>
479
480 * gnus-html.el (gnus-html-put-image): Fix resize image code.
481
482 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
483
484 * shr.el (shr-insert): Use string anchors instead of line anchors.
485
486 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
487
488 * shr.el: Add headings.
489 (shr-ensure-paragraph): Actually work.
490 (shr-tag-li): Make <ul> prettier.
491 (shr-insert): Get white space at the beginning/end of elements right.
492 (shr-tag-p): Collapse subsequent <p>s.
493 (shr-ensure-paragraph): Don't insert double line feeds after blank
494 lines.
495 (shr-insert): \t is also space.
496 (shr-tag-s): Fix "s" tag name function.
497 (shr-tag-s): Fix face prop name.
498
499 2010-10-03 Julien Danjou <julien@danjou.info>
500
501 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
502
503 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
504 gnus-window-inside-pixel-edges.
505
506 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
507 gnus-ems.
508
509 * mm-view.el (mm-inline-image-emacs): Support image resizing.
510
511 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
512 function.
513
514 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
515 resize choice.
516
517 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
518
519 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
520 beginning of the buffer.
521
522 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
523 article buffer again.
524
525 * shr.el (shr-tag-p): Don't insert newlines at the start of the
526 buffer.
527
528 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
529 when it's at the start of the buffer.
530
531 * shr.el (shr-tag-blockquote): Convert name.
532 (shr-rescale-image): Use the right image-size variant.
533
534 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
535 buffer isn't shown, then select the current article first instead of
536 bugging out.
537 (gnus-summary-select-article-buffer): Show both the article and summary
538 buffers again.
539
540 * shr.el (shr-fontize-cont): Protect against regions with no text.
541 Rename tag functions to shr-tag-* for enhanced security.
542 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
543
544 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
545
546 * shr.el (shr-insert):
547 * pop3.el (pop3-movemail):
548 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
549 loaded.
550
551 2010-10-03 Glenn Morris <rgm@gnu.org>
552
553 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
554
555 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
556
557 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
558
559 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
560
561 * gnus-util.el (gnus-make-local-hook): Simplify.
562
563 2010-10-02 Julien Danjou <julien@danjou.info>
564
565 * gnus-util.el (gnus-iswitchb-completing-read): New function.
566 (gnus-ido-completing-read): New function.
567 (gnus-emacs-completing-read): New function.
568 (gnus-completing-read): Use gnus-completing-read-function.
569 Add gnus-completing-read-function.
570
571 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
572
573 * shr.el (shr-insert-document): Autoload.
574 (shr-img): Be silent.
575 (shr-insert): Add a newline after every picture before text.
576 (shr-add-font): Use overlays for combining faces.
577 (shr-insert): Pass upwards the text start point.
578
579 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
580 possible.
581 (mm-shr): New function.
582
583 2010-10-02 Julien Danjou <julien@danjou.info>
584
585 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
586 should go backward.
587
588 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
589
590 * shr.el (shr): Fix typo in provide call.
591
592 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
593
594 * shr.el: New file.
595
596 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
597
598 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
599 completing read.
600
601 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
602
603 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
604 we're being queried about. Suggested by Dan Jacobson.
605
606 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts. Suggested
607 by Jason Eisner.
608
609 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
610 table, too. Suggested by Stefan Wiens.
611 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
612 the table unnecessary. Suggested by Stefan Wiens.
613
614 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
615 longer needed, and probably doesn't work either, as pointed out by
616 Stefan Wiens.
617 (gnus-summary-exit): Remove call to the clearing function.
618 (gnus-summary-exit-no-update): Ditto.
619
620 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
621 instead of gnus-eval-in-buffer-window to avoid popping up frames.
622 Reported by Stefan Monnier.
623 (gnus-summary-save-in-rmail): Ditto.
624
625 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
626 article buffer, instead of both the article buffer and the summary
627 buffer. Sort of suggested by Dan Jacobson.
628
629 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
630
631 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
632 Suggested by Dan Jacobson.
633
634 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
635 documentation clearer.
636
637 * message.el (message-shorten-references): Comment on the number "21".
638 Suggested by Stefan Monnier.
639
640 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
641 Suggested by Dan Jacobson.
642
643 * gnus.el (gnus-large-newsgroup): Mention
644 gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
645
646 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
647 externalize attachments. Bug reported by Steve Wen.
648
649 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
650 really message anything to the user.
651
652 * nnmail.el (nnmail-article-group): Allow using the fancy split method
653 directly.
654
655 * nnimap.el (nnimap-request-group): Low higher than high to signal no
656 messages in empty groups.
657
658 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
659
660 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
661 non-UIDNEXT group.
662
663 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
664
665 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
666 not the value from the collection.
667
668 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
669 values. This sometimes happens on some groups that have no info.
670 (nnimap-request-newgroups): New function.
671
672 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
673
674 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
675 check into `gnus-registry-initialize'.
676 (gnus-registry-initialize): Ditto.
677 Fix and extend header docs.
678
679 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
680
681 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
682 regexp backtrace overflows.
683
684 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
685 for starttls that tls.el implements; i.e. openssl.
686
687 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
688
689 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
690 (gravatar-create-image): New function that's an alias to
691 gnus-xmas-create-image, gnus-create-image, or create-image.
692 (gravatar-data->image): Use it.
693
694 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
695
696 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
697 install the nnregistry refer method.
698 (gnus-registry-install-hooks): Use it.
699 (gnus-registry-unfollowed-groups): Add nnmairix to the default
700 unfollowed groups.
701
702 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
703
704 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
705 expanding threads.
706
707 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
708
709 * nnir.el: Use the server names without suffixes (bug #7009).
710
711 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
712 unencrypted to STARTTLS, if possible.
713
714 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
715
716 * message.el (message-ignored-supersedes-headers): Strip Injection-*
717 headers before superseding.
718
719 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
720
721 * nnrss.el (nnrss-use-local): Add documentation.
722
723 * nnimap.el (nnimap-extend-tls-programs): New function.
724 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
725 (nnimap-wait-for-connection): Accept the greeting from the stupid
726 output from openssl s_client -starttls, too.
727
728 * nnimap.el (nnimap-find-article-by-message-id): Really return the
729 article number.
730 (nnimap-split-fancy): New variable.
731 (nnimap-split-incoming-mail): Use it.
732
733 * nntp.el (nntp-server-list-active-group): Document.
734
735 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
736 SELECT to get the message-id.
737
738 * mail-source.el (mail-sources): Removed webmail support.
739 (defvar): Ditto.
740 (mail-source-fetcher-alist): Ditto.
741 (mail-source-fetch-webmail): Removed.
742
743 * webmail.el: Removed -- doesn't seem relevant any more.
744
745 * gnus.el: Fix up make-obsolete-variable declarations throughout.
746
747 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
748 the \r.
749
750 2010-09-30 Julien Danjou <julien@danjou.info>
751
752 * gnus-agent.el (gnus-agent-add-group): Fix call to
753 gnus-completing-read.
754
755 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
756
757 * nndoc.el (nndoc-retrieve-groups): New function.
758
759 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
760 `default', use nnmail-split-methods.
761 (nnimap-request-article): Downcase the NILs so that they are nil.
762
763 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
764 symbol.
765
766 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
767 code, since if the user has requested network, that's what they ought
768 to get.
769 (nnimap-request-set-mark): Erase the buffer before issuing commands.
770 (nnimap-split-rule): Mark as obsolete.
771
772 * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
773 variable.
774
775 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
776 correct slot, too.
777
778 2010-09-29 Julien Danjou <julien@danjou.info>
779
780 * gnus.el (gnus-local-domain): Declare variable obsolete.
781
782 * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
783 computing.
784 (gnus-ido-completing-read): Require ido.
785
786 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
787
788 * gnus-registry.el: Don't prompt on load, which makes it impossible to
789 build Gnus.
790
791 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
792 when interpreting the structures.
793 (nnimap-request-accept-article): Add \r\n to the lines to make this
794 work with Cyrus.
795
796 * nndraft.el (nndraft-request-expire-articles): Use the group name
797 instead if "nndraft". Fix found by Nils Ackermann.
798
799 2010-09-29 Ludovic Courtes <ludo@gnu.org>
800
801 * nnregistry.el: Added.
802
803 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * nnmail.el (group, group-art-list, group-art):
806 Remove unneeded directives.
807
808 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
809
810 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
811 (mm-mime-charset)
812 * rfc2047.el (rfc2047-syntax-table)
813 * utf7.el (utf7-utf-16-coding-system): Comment fix.
814
815 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
816 rather than `insert-file-contents' and `eval-region'.
817
818 2010-09-29 Julien Danjou <julien@danjou.info>
819
820 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
821 replacement of `gnus-gravatar-relief' to mimic
822 `gnus-faces-properties-alist'.
823 Add :version property.
824
825 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
826
827 * mail-source.el (mail-source-report-new-mail)
828 * message.el (message-default-mail-headers)
829 * mm-decode.el (mm-valid-image-format-p): Comment fix.
830
831 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
832
833 2010-09-28 Julien Danjou <julien@danjou.info>
834
835 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
836 mail-address contains the same string as real-name.
837
838 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
839 non-blank in header, otherwise it'll get stripped.
840
841 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
842 real-name, and then for mail address rather than doing : or , search.
843
844 2010-09-27 Julien Danjou <julien@danjou.info>
845
846 * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
847 (gnus-server-goto-server): Use gnus-completing-read.
848
849 * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
850
851 * mm-util.el (defalias): Use gnus-completing-read.
852 (mm-codepage-setup): Use gnus-completing-read.
853
854 * smime.el (smime-sign-buffer): Use gnus-completing-read.
855 (smime-decrypt-buffer): Use gnus-completing-read.
856
857 * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
858
859 * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
860 (mml-minibuffer-read-disposition): Use gnus-completing-read.
861 (mml-insert-multipart): Use gnus-completing-read.
862
863 * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
864
865 * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
866
867 * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
868
869 * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
870
871 * gnus.el (gnus-read-method): Use gnus-completing-read.
872
873 * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
874
875 * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
876 (gnus-mime-action-on-part): Use gnus-completing-read.
877 (gnus-article-encrypt-body): Use gnus-completing-read.
878
879 * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
880 (gnus-topic-move-matching): Use gnus-completing-read.
881 (gnus-topic-copy-matching): Use gnus-completing-read.
882 (gnus-topic-sort-topics): Use gnus-completing-read.
883 (gnus-topic-move): Use gnus-completing-read.
884
885 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
886 (gnus-agent-add-group): Use gnus-completing-read.
887
888 * nnmairix.el (nnmairix-create-server-and-default-group): Use
889 gnus-completing-read.
890 (nnmairix-update-groups): Use gnus-completing-read.
891 (nnmairix-get-server): Use gnus-completing-read.
892 (nnmairix-backend-to-server): Use gnus-completing-read.
893 (nnmairix-goto-original-article): Use gnus-completing-read.
894 (nnmairix-get-group-from-file-path): Use gnus-completing-read.
895
896 * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
897
898 * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
899 (gnus-group-make-useful-group): Use gnus-completing-read.
900 (gnus-group-make-web-group): Use gnus-completing-read.
901 (gnus-group-add-to-virtual): Use gnus-completing-read.
902 (gnus-group-browse-foreign-server): Use gnus-completing-read.
903
904 * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
905 (gnus-summary-limit-to-extra): Use gnus-completing-read.
906 (gnus-summary-execute-command): Use gnus-completing-read.
907 (gnus-summary-respool-article): Use gnus-completing-read.
908 (gnus-read-move-group-name): Use gnus-completing-read.
909
910 * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
911 (gnus-summary-score-effect): Use gnus-completing-read.
912
913 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
914
915 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
916 right completing-read function.
917 (gnus-use-ido): New variable
918 (gnus-completing-read-with-default): Remove.
919
920 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
921
922 * nnimap.el (auth-source-forget-user-or-password)
923 (auth-source-user-or-password): Autoload.
924
925 * message.el (message-from-style, message-interactive)
926 (message-signature): Remove comment.
927 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
928 always.
929 (message-sendmail-envelope-from): Comment fix.
930 (message-yank-prefix): Default to mail-yank-prefix always.
931 (message-indentation-spaces): Default to mail-indentation-spaces always.
932 (message-signature-file): Default to mail-signature-file always.
933
934 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
935
936 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
937 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
938 new articles.
939
940 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
941 parts.
942 (nnimap-request-article): Work with the t setting, too.
943
944 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
945 that you don't get flashes of other buffers.
946 (gnus-summary-show-complete-article): Intern before setting.
947
948 2010-09-27 David Engster <dengste@eml.cc>
949
950 * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
951 well as HEADERS.
952 (nnmairix-retrieve-headers): Provide new argument for the above.
953
954 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
955
956 * gnus-sum.el (gnus-summary-move-article): Don't alter
957 gnus-newsgroup-active. This makes `/ N' work after copying to the same
958 group.
959
960 * nnimap.el (nnimap-update-info): Don't destructively alter active.
961
962 * message.el (message-cite-prefix-regexp): Revert my last edit.
963
964 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
965 variable instead of the Gnus variable.
966
967 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
968
969 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
970 again.
971
972 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
973 since some servers don't like it.
974 (nnimap-open-connection): Forget credentials if the server says the
975 password was wrong.
976 (nnimap-parse-line): Protect against invalid data.
977
978 * gnus-sum.el (gnus-summary-move-article): Add comment.
979 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
980 nothing alters it while scanning for new messages.
981
982 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
983 which may or may not help.
984 (nnimap-open-connection): If we're doing a stream connection, and then
985 discover we're on a STARTTLS-capable server, then open a STARTTLS
986 connection instead.
987
988 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
989
990 * nnimap.el (utf7): Required.
991
992 * message.el (message-cite-prefix-regexp): Remove "}" from citation
993 prefix.
994
995 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
996
997 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
998
999 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1000
1001 * nnimap.el (nnimap-request-accept-article): Message the error on
1002 error.
1003
1004 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
1005
1006 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1007
1008 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1009
1010 * nndoc.el (nndoc-request-list): Return success always.
1011
1012 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1013 `fetch-old' -- we only want to fetch the articles we've requested. The
1014 rest are in the agent, probably.
1015 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1016 disappeared server" to something low. It's not important.
1017
1018 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1019 arrived before the FETCH data.
1020
1021 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1022 target here, because we don't know the Gnus name of the group.
1023
1024 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1025 for the correct group.
1026
1027 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1028
1029 * gnus.el (gnus): Give a final warning after startup.
1030
1031 * gnus-util.el (gnus-action-message-log): New variable.
1032 (gnus-message): Use it.
1033 (gnus-final-warning): New function.
1034
1035 * nnimap.el (nnimap-open-connection): Record the greeting.
1036 (nnimap): Add greeting.
1037
1038 2010-09-26 Julien Danjou <julien@danjou.info>
1039
1040 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1041 arguments.
1042 (gnus-html-wash-images): Fix spec computing to include start/end.
1043
1044 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1045
1046 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1047
1048 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1049 deletion.
1050 (nnimap-retrieve-headers): Don't select the group, because that's
1051 already done by nnimap-possibly-change-group.
1052
1053 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1054 (gnus-picon-transform-address): Use it.
1055
1056 * mail-source.el (mail-source-value): Revert previous patch.
1057
1058 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1059 on failure.
1060 (nnimap-open-connection): Look up both virtual and physical server name
1061 credentials.
1062
1063 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1064
1065 2009-02-08 Dave Love <fx@gnu.org>
1066
1067 * gnus-win.el (gnus-window-to-buffer-helper,
1068 gnus-all-windows-visible-p): Function needn't be a symbol.
1069
1070 * mail-source.el (mail-source-value): Function needn't be a symbol.
1071
1072 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1073
1074 * message.el (message-cite-prefix-regexp): Remove } from the cite
1075 prefix.
1076
1077 * gnus-art.el (gnus-treatment-function-alist): Do picons before
1078 highlight again, so that the highlight is correct.
1079
1080 * gnus-picon.el (gnus-picon): Remove again.
1081 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1082
1083 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1084 doing the header highlightling, so that the background colour of the
1085 picon is correct.
1086
1087 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1088 (gnus-picon): Ditto.
1089 (gnus-picon): Reinstate. The background colour for picons is white.
1090 (gnus-picon-insert-glyph): Make the background white.
1091
1092 * nnml.el (nnml-open-nov): Don't return dead buffers.
1093
1094 * auth-source.el (auth-source-create): Query the user for whether to
1095 store the credentials.
1096
1097 * auth-source.el (auth-source-user-or-password): Use the existing auth
1098 sources, if any, for creation.
1099
1100 * gnus.el (gnus-group-fast-parameter): Return the last matching
1101 parameter instead of the first matching parameter.
1102
1103 2010-09-26 Julien Danjou <julien@danjou.info>
1104
1105 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1106
1107 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1108
1109 * mml2015.el (mml2015-use): Remove gpg support.
1110
1111 * mml1991.el (mml1991-function-alist): Remove gpg function.
1112 (mml1991-gpg-sign): Removed.
1113
1114 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
1115
1116 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1117 (gnus-browse-unsubscribe-current-group): Document it.
1118 (gnus-browse-unsubscribe-group): Use it.
1119
1120 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1121
1122 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1123 address to the To list for easier response.
1124
1125 * gnus.el (gnus-play-startup-jingle): Removed.
1126 (gnus-splash): Don't play jingle.
1127 (gnus): Silence gnus-load message.
1128
1129 * gnus-art.el (gnus-treat-play-sounds): Removed.
1130
1131 * gnus.el (gnus-play-jingle): Remove audio support.
1132
1133 * gnus-cus.el (gnus-score-customize): Remove audio reference.
1134
1135 * earcon.el: Removed -- no users.
1136
1137 * gnus-audio.el: Removed -- no users of this package.
1138
1139 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1140
1141 * gnus-start.el (gnus-setup-news): Remove nocem support.
1142
1143 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1144
1145 * gnus.el (gnus-use-nocem): Removed.
1146
1147 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1148 Removed.
1149
1150 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
1151 uses NoCeM any more.
1152
1153 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1154 (gnus-button-ctan-handler): Ditto.
1155 (gnus-button-handle-ctan-bogus-regexp): Ditto.
1156 (gnus-button-ctan-directory-regexp): Ditto.
1157 (gnus-button-handle-ctan): Ditto.
1158 (gnus-button-tex-level): Ditto.
1159 (gnus-button-alist): Removed CTAN stuff.
1160
1161 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1162
1163 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1164 nnimap-streaming test.
1165
1166 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1167 servers twice.
1168
1169 * nnimap.el (nnimap-open-connection): Add more error reporting when
1170 nnimap fails early.
1171
1172 * nnheader.el (nnheader-get-report-string): New function.
1173 (nnheader-get-report): Use it.
1174
1175 * gnus-int.el (gnus-check-server): Say what the error was when opening
1176 failed.
1177
1178 * nnimap.el (nnimap-wait-for-response): Search further when we're not
1179 using streaming.
1180
1181 2010-09-25 Julien Danjou <julien@danjou.info>
1182
1183 * gnus-html.el (gnus-html-rescale-image): Use our defalias
1184 gnus-window-inside-pixel-edges.
1185
1186 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1187
1188 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1189
1190 * mm-decode.el (mm-save-part): Allow saving to other directories the
1191 normal Emacs way.
1192
1193 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
1194 by Jay Berkenbilt.
1195
1196 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1197 there isn't a single byte.
1198
1199 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1200 just do it. It doesn't really seem to matter what the user responds
1201 here, I think, so it's just a confusing question.
1202
1203 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1204 non-streaming case.
1205
1206 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1207 (gnus-article-encrypt-body): Use it.
1208
1209 * gnus-sum.el (gnus-summary-show-complete-article): New command and
1210 keystroke.
1211
1212 * nnimap.el (nnimap-find-wanted-parts-1): Use
1213 gnus-fetch-partial-articles.
1214
1215 * gnus-art.el (gnus-fetch-partial-articles): New variable.
1216
1217 * nnimap.el (nnimap-insert-partial-structure): New function.
1218 (nnimap-get-partial-article): New function.
1219 (nnimap-request-article): Use it.
1220 (nnimap-wait-for-response): Return whether the wait was successful.
1221 (nnimap-finish-retrieve-group-infos): Don't do anything if the
1222 retrieval wasn't successful.
1223 (nnimap-retrieve-group-data-early): Allow throttling servers.
1224 (nnimap-streaming): New variable.
1225 (nnimap-fetch-partial-articles): Removed.
1226
1227 * mm-decode.el (mm-with-part): Protect against killed buffers.
1228
1229 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1230 for prettier summary display.
1231
1232 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
1233
1234 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1235 directly.
1236
1237 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1238
1239 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1240 apparently third-party libraries depend on it.
1241
1242 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1243 before starting negotiation.
1244
1245 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1246 privacy reasons.
1247 (gnus-treat-mail-gravatar): Ditto.
1248
1249 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1250 buffer when inserting images. Inserting text into the headers, for
1251 instance, can make them invalid.
1252
1253 2010-09-25 Julien Danjou <julien@danjou.info>
1254
1255 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1256 variables.
1257
1258 * nnheader.el: Remove useless variables news-reply-yank-from and
1259 news-reply-yank-message-id.
1260
1261 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1262 variables.
1263
1264 * mml1991.el: Remove useless mml1991-verbose.
1265
1266 * gnus.el: Remove useless variable gnus-use-generic-from.
1267 Remove obsolete variable gnus-topic-indentation.
1268
1269 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1270
1271 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1272
1273 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1274
1275 * gnus-group.el: Remove useless gnus-group-icon-cache.
1276 Remove useless gnus-ephemeral-group-server.
1277
1278 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1279
1280 * mml2015.el: Remove useless mml2015-verbose.
1281
1282 * mml-smime.el: Remove useless mml-smime-verbose.
1283
1284 * gnus.el: Remove useless gnus-local-domain.
1285
1286 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1287 gnus-gravatar-size.
1288
1289 * gnus-art.el: Remove useless gnus-treat-translate.
1290
1291 2010-09-24 Julien Danjou <julien@danjou.info>
1292
1293 * gnus-sum.el: Add support for Gravatars.
1294
1295 * gnus-art.el: Add support for Gravatars.
1296
1297 * gnus-gravatar.el: Add this file.
1298
1299 * gravatar.el: Add this file.
1300
1301 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1302
1303 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1304
1305 * gnus-group.el (gnus-group-fetch-faq): Removed.
1306
1307 * gnus.el (gnus-group-faq-directory): Removed.
1308
1309 * gnus-group.el (gnus-group-fetch-charter): Removed.
1310
1311 * gnus.el (gnus-group-charter-alist): Removed.
1312
1313 * gnus-group.el (gnus-group-archive-directory): Removed.
1314 (gnus-group-recent-archive-directory): Ditto.
1315 (gnus-group-make-archive-group): Removed.
1316
1317 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1318
1319 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1320 use the same article number for all the cached articles.
1321
1322 * nnimap.el (nnimap-command): Register the last command time so
1323 that we can use it for idling NOOPs.
1324 (nnimap-open-connection): Start the keeplive timer.
1325 (nnimap-make-process-buffer): Store all the process buffers.
1326 (nnimap-keepalive): New function.
1327
1328 * starttls.el: (starttls-open-stream): Add autoload cookie.
1329
1330 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1331
1332 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1333 handling.
1334
1335 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1336
1337 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1338 its data structures.
1339
1340 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1341 instead of the cl.el copy-list.
1342 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1343 equalp.
1344
1345 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1346
1347 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1348 and tool-bar-local-item-from-menu.
1349
1350 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1351 mode-line-highlight face for Emacs.
1352
1353 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1354 loading gnus-sum.elc; fix comment for canlock-verify.
1355 (gnus-article-jump-to-part): Use read-number.
1356 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1357 Emacs pre-21 compatible code for help-echo.
1358 (gnus-article-next-page-1): No need to adjust the number of lines.
1359 (gnus-article-describe-bindings): Always use help-buffer.
1360
1361 * gnus-audio.el (gnus-audio-inline-sound)
1362 * gnus-cus.el (gnus-custom-mode)
1363 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1364
1365 * gnus-sum.el (gnus-remove-overlays): Doc fix.
1366
1367 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1368 compatible code.
1369
1370 2010-09-24 Glenn Morris <rgm@gnu.org>
1371
1372 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1373 visiting the fcc file in rmail-mode.
1374
1375 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1376
1377 * nnir.el: Silence the byte compiler.
1378
1379 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1380 alias to browse-url-url-encode-chars if any.
1381 (gnus-html-encode-url): Use it.
1382
1383 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1384
1385 * gnus-start.el (gnus-use-backend-marks): New variable.
1386 (gnus-get-unread-articles-in-group): Use it.
1387
1388 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1389 makeover.
1390
1391 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1392
1393 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1394
1395 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1396
1397 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1398 Removed.
1399 (gnus-setup-news-hook): Removed
1400 gnus-fixup-nnimap-unread-after-getting-new-news.
1401
1402 * gnus-int.el (gnus-request-update-info): Protect against backends not
1403 having the function.
1404
1405 * nnimap.el (nnimap-stream): Mention starttls.
1406 (nnimap-open-connection): Add starttls support.
1407
1408 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1409
1410 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1411
1412 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1413
1414 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1415 BODYSTRUCTUREs.
1416 (nnimap-transform-headers): Unfold quoted {42} headers.
1417
1418 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1419 the info.
1420 (gnus-get-unread-articles): Only call updatep on backends that support
1421 it.
1422
1423 * nnweb.el (nnweb-request-update-info): NOOP.
1424
1425 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1426
1427 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1428 since it only deals with marks.
1429
1430 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1431 gnus-request-marks, and make a new gnus-request-update-info.
1432
1433 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1434 the active instead of the high number, which is usually too low.
1435
1436 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1437
1438 * encrypt.el: Removed.
1439
1440 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1441
1442 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1443 server in symbolic form.
1444
1445 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1446 0.9.
1447
1448 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1449
1450 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1451 (nnimap-update-info): Fix up code slightly.
1452
1453 * gnus-int.el (gnus-open-server): Add tracing for performance
1454 debugging.
1455
1456 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1457 (gnus-group-insert-group-line): Pass the real group name so that it
1458 gets the right data.
1459
1460 * gnus-start.el (gnus-get-unread-articles): Don't have
1461 `gnus-get-unread-articles-in-group' update info, since that can be
1462 really slow and doesn't seem to be needed?
1463
1464 2010-09-22 Julien Danjou <julien@danjou.info>
1465
1466 * gnus-group.el (gnus-group-insert-group-line): Call
1467 gnus-group-highlight-line.
1468 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1469 default hook list.
1470 (gnus-group-update-eval-form): Add new function.
1471 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1472 (gnus-group-get-icon): Use gnus-group-update-eval-form.
1473
1474 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1475
1476 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1477 immediate, then expire all articles.
1478 (nnimap-update-info): Fix off-by-one errors.
1479 (nnimap-flags-to-marks): Would return no marks lists for group with no
1480 flags. Instead return the other data.
1481
1482 2010-09-22 Julien Danjou <julien@danjou.info>
1483
1484 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1485 Only return an icon.
1486 (gnus-group-insert-group-line): Compute icon to return.
1487
1488 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1489 variable.
1490 (gnus-html-image-fetched): Only cache if
1491 gnus-html-image-automatic-caching is set.
1492 (gnus-html-image-fetched): Check for errors.
1493
1494 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1495
1496 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1497 once per method on `g'. This ensures that backends like nnfolder don't
1498 open all their folders.
1499
1500 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1501 (nnimap-request-list): Nix out group in the correct buffer.
1502 (nnimap-parse-flags): Implement by using `read' instead of
1503 hand-parsing.
1504 (nnimap-flags-to-marks): Pass on permanent-flags.
1505 (nnimap-make-process-buffer): Record the server name.
1506 (nnimap-parse-flags): Fix typo.
1507 (nnimap-request-scan): Run split on the server in general, not just a
1508 single group.
1509
1510 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1511 parameter, and propagate this downwards.
1512
1513 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1514 since EXAMINE changes it on the server.
1515
1516 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1517 this command might take a while.
1518
1519 2010-09-22 Julien Danjou <julien@danjou.info>
1520
1521 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1522 harmful if you have 2 images side-by-side, they can't be properly
1523 update on text deletion. Using text-property is safer here.
1524 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1525 data.
1526
1527 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1528
1529 * nnimap.el (nnimap-expunge-inbox): Removed.
1530 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1531 (nnimap-expunge): Flip default to t.
1532
1533 * gnus.el (gnus-method-to-server): Don't push things to the cache
1534 unless it's unique.
1535 (gnus-server-to-method): Ditto.
1536
1537 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
1538
1539 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1540
1541 2010-09-22 Julien Danjou <julien@danjou.info>
1542
1543 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1544 get the start of data.
1545 (gnus-html-encode-url): Add this function to encode special chars in
1546 URL.
1547 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1548 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1549
1550 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1551 default.
1552 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1553
1554 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1555 images alt-text.
1556 (gnus-html-put-image): Put alt-text as help-echo.
1557
1558 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1559
1560 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1561 * mm-util.el (mm-decompress-buffer)
1562 * nnir.el (nnir-run-find-grep)
1563 * pop3.el (pop3-list): Use 3rd arg of split-string.
1564
1565 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1566
1567 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1568 outside the active range. Suggested by Dan Christensen.
1569
1570 * gnus-start.el (gnus-get-unread-articles): Get the extended method
1571 slightly later to avoid double-getting it.
1572
1573 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1574 previous patch.
1575
1576 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1577
1578 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
1579
1580 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1581
1582 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1583
1584 * gnus-int.el (gnus-open-server): Give a better error message in the
1585 "go offline" case.
1586
1587 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1588 marks for nnimap, which is seldom the right thing to do.
1589
1590 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1591 (gnus-same-method-different-name): New function.
1592
1593 * nnimap.el (parse-time): Require.
1594
1595 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1596 method in the presence of many similar methods.
1597
1598 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1599
1600 * nnimap.el (nnimap-find-expired-articles): Don't refer to
1601 nnml-inhibit-expiry.
1602
1603 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1604 find out whether methods are equal.
1605
1606 * nnimap.el (nnimap-find-expired-articles): New function.
1607 (nnimap-process-expiry-targets): New function.
1608 (nnimap-request-move-article): Request the article before looking at
1609 what the Message-ID is. Fix found by Andrew Cohen.
1610 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1611
1612 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1613 for oldness in addition to being a predicate.
1614
1615 * nnimap.el (nnimap-request-group): When we have zero articles, return
1616 the right data to Gnus.
1617 (nnimap-request-expire-articles): Only delete articles immediately if
1618 the target is 'delete.
1619
1620 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1621 method, this would bug out.
1622
1623 * gnus-group.el (gnus-group-expunge-group): Renamed from
1624 gnus-group-nnimap-expunge, and implemented as a normal interface
1625 function.
1626
1627 * gnus-int.el (gnus-request-expunge-group): New function.
1628
1629 * nnimap.el (nnimap-request-create-group): Implement.
1630 (nnimap-request-expunge-group): New function.
1631
1632 2010-09-21 Julien Danjou <julien@danjou.info>
1633
1634 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1635 (gnus-html-cache-expired): Add new function.
1636 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1637 wethever we should display image for fetch it.
1638 Compute alt-text earlier to pass it to the fetching function too.
1639 (gnus-html-schedule-image-fetching): Change function argument to only
1640 get one image at a time, not a list.
1641 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1642 cache.
1643 (gnus-html-get-image-data): New function to retrieve image data from
1644 cache.
1645 (gnus-html-put-image): Change buffer argument to use image data rather
1646 than file, and place image above region rather than inserting a new
1647 one. Do not take alt-text as argument, since it's useless now: we place
1648 the image above alt-text.
1649 (gnus-html-prune-cache): Remove.
1650 (gnus-html-show-images): Start to fetch image when we find one, do not
1651 push into a temporary list.
1652 (gnus-html-prefetch-images): Only fetch image if they have expired.
1653 (gnus-html-browse-image): Fix, use 'gnus-image-url.
1654 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1655
1656 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1657
1658 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1659
1660 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1661
1662 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1663 spec inser "*" if the group isn't active instead of 0.
1664
1665 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1666 opening the server.
1667 (nnimap-request-delete-group): Implement group deletion.
1668 (nnimap-transform-headers): Return the size of the entire message in
1669 the Bytes header, not just the size of the first part.
1670 (nnimap-request-move-article): When moving an article from nnimap,
1671 request the article first so the accepting form has an article to
1672 accept. Reported by Dan Christensen.
1673 (nnimap-command): Make sure that the error message doesn't error out.
1674
1675 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
1676
1677 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1678 we haven't requested anything.
1679
1680 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1681
1682 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1683 "". Fix found by Andrew Cohen.
1684
1685 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1686 instead of -encode-string.
1687
1688 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1689
1690 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1691
1692 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1693 by mm-subst-char-in-string.
1694
1695 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1696
1697 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1698 waiting for the connection string.
1699
1700 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1701 arriving.
1702
1703 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1704 bogus characters. This allows selecting certain Gmail groups.
1705
1706 * nnimap.el (nnimap-find-wanted-parts-1): New function.
1707 (nnimap-fetch-partial-articles): New variable.
1708 (nnimap-open-connection): When looking for credentials, also use the
1709 nnimap-server-port.
1710 (nnimap-request-article): Return the group/article number, so that Gnus
1711 `^' works as expected.
1712 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1713 them.
1714
1715 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1716 comments.
1717 (gnus-methods-sloppily-equal): New function.
1718 (gnus): When using the development version of Gnus, load the gnus-load
1719 file.
1720
1721 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1722 `gnus-open-server' on each method before trying to scan them etc. This
1723 ensures that all the backend parameters are set correctly.
1724
1725 * nnimap.el (nnimap-authenticator): New variable.
1726 (nnimap-open-connection): Allow anonymous login.
1727 (nnimap-transform-headers): The chars header is called Chars not
1728 Bytes.
1729 (nnimap-wait-for-response): Don't infloop if the IMAP connection
1730 drops.
1731
1732 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1733 patch, found by Knut Anders Hatlen.
1734
1735 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
1736
1737 * gnus-agent.el (gnus-agent-batch-confirmation)
1738 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1739 to gnus-message.
1740 * gnus-art.el (gnus-article-describe-briefly): Likewise.
1741 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1742 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1743 * gnus-int.el (gnus-open-server): Likewise.
1744 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1745 (gnus-score-check-syntax): Likewise.
1746 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1747 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1748 Likewise.
1749 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1750
1751 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1752
1753 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1754 calling conventions so that prefetch doesn't bug out.
1755
1756 2010-09-19 Julien Danjou <julien@danjou.info>
1757
1758 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1759 rather than `subst-char-in-region' in order to be able to replace ASCII
1760 char by UTF-8 ones.
1761
1762 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1763 than curl.
1764 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1765 the right URL and ALT text on images.
1766 (gnus-html-wash-tags): Fix tag case.
1767 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
1768 (gnus-article-html): Add -o display_ins_del=2 option.
1769 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1770
1771 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1772
1773 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1774 the extra mail headers, which sometimes seem to happen for unknown
1775 reasons.
1776
1777 * mail-parse.el (mail-header-encode-parameter): Define as
1778 rfc2045-encode-string instead of as rfc2231-encode-string, since some
1779 (or most, perhaps?) mail readers don't understand the latter, but do
1780 understand the former.
1781
1782 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1783 to nil, so that no methods are automatically agentized. I think this
1784 is probably what most users want.
1785
1786 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1787 from url-retrieve, for instance about invalid URLs.
1788
1789 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1790 groups that have no articles.
1791 (nnimap-request-article): Check that we really got an article when we
1792 requested one.
1793
1794 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1795 doesn't exist.
1796
1797 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1798 nntp buffer so the agent can save it.
1799 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1800 that CRLF doesn't get translated to \n.
1801 (nnimap-open-connection): Don't make 'shell commands only send \n.
1802
1803 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1806 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1807 Update var name.
1808 (nnml-generate-nov-file): Use dolist.
1809 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1810 Use with-current-buffer.
1811
1812 2010-09-18 Julien Danjou <julien@danjou.info>
1813
1814 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1815 parallel.
1816
1817 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1818
1819 * nnimap.el (nnimap-update-info): When doing partial marks update, get
1820 the range update right.
1821 (nnimap-request-group): Don't make `M-g' bug out on group with no
1822 marks.
1823 (nnoo): Required, so that other packages can require nnimap.
1824 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1825 command we're looking for. This helps when the server sends more
1826 responses after we've gotten everything we expected.
1827 (nnimap): Add a `newlinep' field to keep track of end-of-line
1828 conventions.
1829 Don't send CRLF to things that don't want it.
1830 (nnimap-request-accept-article): Ditto.
1831
1832 2010-09-18 Julien Danjou <julien@danjou.info>
1833
1834 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1835 than curl to retrieve images.
1836
1837 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1838
1839 * nnimap.el (nnimap-update-info): Extend the info so that we can set
1840 the marks.
1841 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1842 (nnimap-wait-for-connection): New function.
1843 (nnimap-open-connection): If we have PREAUTH, don't query for login
1844 credentials.
1845 (nnimap-update-info): Fix off-by-one error when concatenating ranges
1846 when doing a partial update.
1847
1848 2010-09-18 Julien Danjou <julien@danjou.info>
1849
1850 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1851 tags.
1852
1853 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1854
1855 * nnimap.el (nnimap-credentials): New function.
1856 (nnimap-open-connection): Use the new function to look for credentials
1857 also on the numeric equivalents of "imap" and "imaps".
1858
1859 * gnus-start.el (gnus-activate-group): Send the info to
1860 gnus-request-group.
1861
1862 * nnimap.el (nnimap-request-group): Have the "check" version of the
1863 function parse flags and update the info, so that a `M-g' get a total
1864 resync of all flags from the group.
1865
1866 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1867 to allow backends to alter the info on group selection. Also alter all
1868 the backend -request-group functions to take the parameter.
1869
1870 * nnimap.el (nnimap-store-info): New function.
1871 (nnimap-update-info): Store the info for later usage.
1872 (nnimap-request-group): Use the stored info for the dont-check case, so
1873 that we don't retrieve all marks when we enter a group.
1874
1875 * nnimap.el: Use deffoo instead of defun for interface functions.
1876
1877 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1878 update the group info. This makes the nndraft groups, for instance, go
1879 back to their old behaviour.
1880
1881 * gnus-sum.el (gnus-select-newsgroup): Indent.
1882
1883 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1884 in.
1885 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1886 nothing.
1887
1888 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1889 from methods that are denied.
1890
1891 * gnus-int.el (gnus-method-denied-p): New function.
1892
1893 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1894 store the password instead of netrc.
1895 (nnimap-open-connection): Don't error out when we can't make a
1896 connections.
1897
1898 * auth-source.el (auth-source-create): In the password prompt, say what
1899 we're querying for. Also prompt for user name if that hasn't been
1900 given.
1901
1902 * nnimap.el (nnimap-with-process-buffer): Removed.
1903
1904 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1905
1906 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1907 method when we're reading from the agent.
1908
1909 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1910
1911 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1912 that's probably most useful for users.
1913
1914 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1915 "failed" all the time.
1916
1917 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1918 ...)) with (with-current-buffer ... ).
1919
1920 * nntp.el (nntp-open-server): Return whether the open was successful or
1921 not.
1922
1923 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1924 select an unread unseen article first.
1925
1926 * nnimap.el (nnimap-open-connection): If the user doesn't have a
1927 /etc/services, supply some sensible port defaults.
1928
1929 2010-09-17 Julien Danjou <julien@danjou.info>
1930
1931 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1932
1933 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1934
1935 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1936 doesn't have any parameters.
1937
1938 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1939
1940 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1941 only upcased checks.
1942
1943 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1944
1945 * nnimap.el (nnimap-open-shell-stream): New function.
1946 (nnimap-open-connection): Use it.
1947 (nnimap-transform-headers): Get the number of lines in each message.
1948 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1949 number of lines.
1950 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
1951 problem.
1952
1953 * utf7.el (utf7-encode): Autoload.
1954
1955 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1956 to allow the mail splitting to not return a default group. This is
1957 useful for nnimap, which will leave unmatched mail in the inbox.
1958
1959 * nnimap.el: Rewritten.
1960
1961 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1962 nnimap usage.
1963
1964 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1965 if the move is internal, so that nnimap can do fast internal moves.
1966
1967 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1968 data.
1969 (gnus-read-active-for-groups): Support finishing the early retrieval of
1970 data.
1971
1972 * gnus-range.el (gnus-range-nconcat): New function.
1973
1974 * gnus-int.el (gnus-finish-retrieve-group-infos)
1975 (gnus-retrieve-group-data-early): New functions.
1976
1977 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1980 (nnrss-retrieve-groups):
1981 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1982 (pop3-quit): Use with-current-buffer.
1983
1984 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1985
1986 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1987 instead of nnheader-accept-process-output.
1988
1989 * gnus-html.el (gnus-html-schedule-image-fetching)
1990 (gnus-html-prefetch-images): Replace process-kill-without-query by
1991 gnus-set-process-query-on-exit-flag.
1992
1993 2010-09-16 Romain Francoise <romain@orebokech.com>
1994
1995 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1996
1997 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1998
1999 * gnus-registry.el (gnus-registry-install-shortcuts): The second
2000 parameter to unintern is mandatory-ish in Emacs 24.
2001
2002 * gnus-html.el (gnus-html-schedule-image-fetching)
2003 (gnus-html-prefetch-images): Check for curl before using it.
2004
2005 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2006 depend on curl, which isn't essential.
2007
2008 * imap.el: Revert back to version
2009 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2010 seem problematic.
2011
2012 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2013
2014 * gnus-registry.el (gnus-registry-install-shortcuts):
2015 Explicitly pass `obarray' to `unintern' to avoid a warning.
2016
2017 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2018
2019 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2020 change.
2021
2022 * nnrss.el (nnrss-request-list): Removed this function and related
2023 functions, including the moreover stuff.
2024
2025 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2026
2027 * nnrss.el (nnrss-retrieve-groups): New function.
2028
2029 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * .dir-locals.el: Add no-byte-compile cookie.
2032
2033 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2034
2035 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2036 for back end that doesn't support request-scan.
2037
2038 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2039
2040 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2041 then do request scans from the backends.
2042
2043 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2044 avoid running a hook per line, since this takes a lot of time,
2045 profiling shows.
2046 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2047 directly if gnus-visual-p is true.
2048
2049 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2050
2051 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2052 groups; replace mapcar with dolist which is a bit faster; pass groups
2053 info to gnus-read-active-file-1.
2054 (gnus-read-active-file-1): Scan only specified groups if the new
2055 optional arg `infos' is given.
2056
2057 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2058
2059 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2060
2061 * pop3.el (pop3-movemail): Removed.
2062 (pop3-streaming-movemail): Renamed to pop3-movemail.
2063
2064 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2065 don't restrict end-tag searches to the end of the line.
2066
2067 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2068
2069 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2070 articles of every unchecked group to t, which means unknown since the
2071 server has never been opened.
2072
2073 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2074
2075 * gnus-html.el (gnus-html-show-alt-text): New command.
2076 (gnus-html-browse-image): Ditto.
2077 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2078 to browse the image directly.
2079 (gnus-html-wash-tags): Search for images first, so that <a><img> works
2080 better.
2081
2082 * gnus-async.el (gnus-async-article-callback): Call
2083 `gnus-html-prefetch-images' unconditionally.
2084
2085 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2086 before feeding URLs to curl.
2087
2088 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2089
2090 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2091 internal images as deletable by `W D D'.
2092
2093 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2094 (gnus-async-article-callback): Fix typo.
2095
2096 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2097
2098 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2099 current line to work around bugs in the output from w3m.
2100
2101 * gnus-async.el (gnus-async-article-callback): Always prefetch images
2102 for groups that want that.
2103
2104 * nntp.el (nntp-wait-for-string): Supply a timeout for
2105 accept-process-output to ensure progress.
2106
2107 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2108 level to get unread articles from, then use that for foreign groups,
2109 too.
2110
2111 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2112 confuses the rest of the function.
2113
2114 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2115 for the methods that support -retrieve-groups, too.
2116
2117 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2118
2119 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2120
2121 * pop3.el: Require cl when compiling.
2122 (pop3-number-of-responses): Search for "+OK", not "+OK ".
2123
2124 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2125
2126 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2127 that aren't going to be activated.
2128 (gnus-get-unread-articles): Fix up the last commit.
2129
2130 * gnus-html.el (gnus-article-html): Allow calling without specifying
2131 the handle. In that case, dissect the buffer first.
2132
2133 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2134
2135 * nnimap.el (nnimap-open-connection): Revert the change that would look
2136 into authinfo for imaps instead of imap.
2137
2138 * gnus-start.el (gnus-activate-group): Take an optional parameter to
2139 say that you don't want to call gnus-request-group with don-check, but
2140 do check the reponse. This is for virtual groups only.
2141 (gnus-get-unread-articles): Count the archive groups as secondary, so
2142 that they're activated the same way as before.
2143
2144 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2145 case-insensitively.
2146 (nnimap-debug): Removed.
2147
2148 * mail-source.el (mail-source-fetch): Don't message if we're fetching
2149 mail from a file, and the file doesn't exist.
2150
2151 * pop3.el (pop3-streaming-movemail): Return t for success.
2152
2153 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2154 .authinfo if we're using ssl connection.
2155
2156 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2157 already have if we're in a main Gnus `g' run.
2158
2159 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2160
2161 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2162
2163 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2164
2165 * nnmh.el (nnmh-request-list-1): Bind `file'.
2166
2167 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2168 alias to set-process-query-on-exit-flag or process-kill-without-query.
2169 (pop3-open-server): Use it.
2170
2171 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2172
2173 * mail-source.el (mail-source-delete-crash-box): Always move the crash
2174 box to the Incoming file. Fixes mistake in previous checkin.
2175
2176 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2177 request loop (for debugging purposes) removed.
2178
2179 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2180 culprit is more visible.
2181 (nnml-save-incremental-nov, nnml-open-incremental-nov)
2182 (nnml-add-incremental-nov): New functions to do "incremental" nov
2183 updates, where we just append to the end of the existing nov files
2184 without reading/writing them in full.
2185
2186 * mail-source.el (mail-source-delete-crash-box): Really only check the
2187 incoming files once in a while.
2188
2189 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2190
2191 * mail-source.el (mail-source-delete-crash-box): Only check the
2192 incoming files for deletion once per day to save a lot of file
2193 accesses.
2194
2195 * pop3.el (pop3-logon): Fix up unbound variable typo.
2196
2197 * mail-source.el (pop3-streaming-movemail): Autoload.
2198
2199 * pop3.el (pop3-streaming-movemail): Respect
2200 pop3-leave-mail-on-server.
2201
2202 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2203 retrieval.
2204
2205 * pop3.el (pop3-process-filter): Removed unused function.
2206 (pop3-streaming-movemail, pop3-send-streaming-command)
2207 (pop3-wait-for-messages, pop3-write-to-file)
2208 (pop3-number-of-responses): New functions for streaming pop3
2209 retrieval.
2210
2211 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2212 come from no known methods.
2213 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2214 list.
2215
2216 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2217 message sizes.
2218 (pop3-movemail): Use erase-buffer instead of looping and deleting
2219 regions, which seems rather odd.
2220
2221 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2222 file once per `g' run.
2223
2224 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2225 directories. This makes the draft queue directory work.
2226
2227 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2228 data from the backends, so that we only request the list of groups from
2229 each method once. This should speed things up considerably.
2230
2231 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2232 detect that it's not implemented.
2233
2234 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2235 we actually do recurse down into the tree, but don't stat all leaf
2236 nodes.
2237
2238 * gnus-html.el (gnus-html-show-images): If there are no images to show,
2239 then say so instead of bugging out.
2240
2241 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2242 files exist before trying to read them.
2243
2244 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2245 around <pre_int>.
2246
2247 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2248
2249 * nnmh.el (nnmh-request-list-1): Optimize for speed.
2250
2251 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2252
2253 * mm-util.el (mm-image-load-path): Just return the image directories,
2254 not all directories in the path in addition to the image directories.
2255 (mm-image-load-path): Maintain a cache of the image directories so that
2256 the `g' command in Gnus doesn't have to stat dozens of directories each
2257 time.
2258
2259 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2260 (gnus-html-wash-tags): Add a new `i' command to insert images.
2261 (gnus-html-insert-image): New command and keystroke.
2262 (gnus-html-redisplay-with-images): New command and keystroke.
2263 (gnus-html-show-images): Renamed command.
2264 (gnus-html-wash-tags): Remove more white space before <pre_int> image
2265 spacers.
2266 (gnus-html-wash-tags): Decode entities at the end, so that entities
2267 inside the tags don't mess up the rest of the "parsing".
2268
2269 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2270 so that nnimap methods aren't agentized by default. There's apparently
2271 many problems related to agent/imap behaviour.
2272
2273 * gnus-art.el (gnus-article-copy-string): New command and key binding.
2274
2275 * gnus-html.el: Doc fix.
2276
2277 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
2278
2279 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2280 glyph-width and glyph-height instead of display-graphic-p and
2281 image-size; make avoidance of displaying small images work for XEmacs.
2282
2283 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2284 for XEmacs.
2285
2286 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2287 of symbol that holds plist data.
2288 (gnus-process-plist): Remove plist of process after getting it.
2289
2290 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2291
2292 * message.el (message-generate-hashcash): Change default to
2293 'opportunistic if hashcash is installed.
2294
2295 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2296 (gnus-html-put-image): Only call image-size once, since it's somewhat
2297 time-consuming on remote X servers.
2298
2299 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
2300
2301 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2302 decoded contents.
2303 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2304
2305 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2306
2307 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2308 group line format, since it isn't very interesting.
2309
2310 * gnus-agent.el (gnus-agent-short-article),
2311 (gnus-agent-long-article): Increase values for these two variables,
2312 since most people are likely to have more network connection and
2313 storage than before.
2314
2315 * gnus.el (gnus-refer-article-method): Change default to 'current.
2316 When referring an article, the common behaviour is to refer it from the
2317 current select method, not the native select method. The chances of
2318 the native select method having the message in question is rather slim
2319 these days.
2320
2321 * gnus-sum.el (gnus-auto-select-subject): Change default to
2322 `unseen-or-unread'. I think it's likely that most people want to
2323 select an unseen article over a previously seen, but unread one.
2324
2325 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
2326 means that in the article buffer none of the minor mode elements will
2327 be shown, usually, and this is not desirable in most cases.
2328
2329 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2330 that commands like `d' (and the like) go to the next line in the
2331 buffer, instead of the next unread article. I think this is the
2332 behaviour that is most natural for most users.
2333 (gnus-single-article-buffer): Change default to nil, so that people can
2334 have as many article buffers open as they have summary buffer. I think
2335 this is the most natural way for the groups to behave.
2336
2337 * message.el (message-generate-new-buffers): Change default to
2338 `unsent', so that all new message buffers start their names with the
2339 string "*unsent", and it's easier to find the buffers if you move from
2340 them.
2341
2342 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2343
2344 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2345 small. They're probably tracking images.
2346 (gnus-html-wash-tags): Remove all <pre_int> place holders.
2347 (gnus-html-rescale-image): Yet another try at getting the image sizing
2348 right.
2349
2350 * nntp.el (nntp-request-set-mark): Refuse to do marks if
2351 nntp-marks-file-name is nil.
2352
2353 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2354
2355 * gnus-html.el (gnus-html-wash-tags)
2356 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2357 Better logging.
2358
2359 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2360
2361 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2362
2363 * gnus-html.el (gnus-html-wash-tags): Check the value of
2364 gnus-blocked-images in the summary buffer.
2365
2366 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2367
2368 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2369
2370 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2371
2372 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2373 like "a", it seems like.
2374 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2375 since it needs to be picked from the correct buffer.
2376
2377 * nnwfm.el: Removed.
2378
2379 * nnlistserv.el: Removed.
2380
2381 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2382
2383 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2384 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2385
2386 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2387
2388 * nnkiboze.el: Removed.
2389
2390 * nndb.el: Removed.
2391
2392 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2393 alt text.
2394 (gnus-html-rescale-image): Try to get the rescaling logic right for
2395 images that are just wide and not tall.
2396
2397 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2398 overshadow variable bindings.
2399
2400 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2401
2402 * gnus-html.el (gnus-html-wash-tags)
2403 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2404 extra logging.
2405
2406 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2407
2408 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2409 (gnus-max-image-proportion): New variable.
2410 (gnus-html-rescale-image): New function.
2411 (gnus-html-put-image): Rescale images.
2412
2413 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 Fix up some byte-compiler warnings.
2416 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2417 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2418 (gnus-article-fill-cited-article, gnus-article-hide-citation)
2419 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2420 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2421 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2422 (gnus-group-update-group): Use save-excursion and with-current-buffer.
2423
2424 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2425
2426 * gnus-html.el (gnus-article-html): Decode contents by charset.
2427
2428 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2429
2430 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2431 (gnus-html-frame-width, gnus-blocked-images)
2432 * message.el (message-prune-recipient-rules): Add custom version.
2433 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2434
2435 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2436 functions.
2437
2438 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2439 gnus-process-get.
2440
2441 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
2442
2443 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2444 instead of lsub directly.
2445
2446 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2447
2448 * nnwarchive.el: Removed.
2449
2450 * gnus-soup.el: Removed.
2451
2452 * nnsoup.el: Removed.
2453
2454 * nnultimate.el: Removed.
2455
2456 * gnus-html.el (gnus-blocked-images): New variable.
2457
2458 * message.el (message-prune-recipients): New function.
2459 (message-prune-recipient-rules): New variable.
2460
2461 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2462 guess whether a long line is natural text or not.
2463
2464 * gnus-html.el (gnus-html-schedule-image-fetching): Use
2465 gnus-process-plist and friends for compatibility.
2466
2467 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * gnus-html.el: Require packages that define macros used in this file.
2470 (gnus-article-mouse-face): Declare to silence byte-compiler.
2471 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2472 process-get.
2473 (gnus-html-put-image): Use plist-get to avoid getf.
2474 (gnus-html-prefetch-images): Use with-current-buffer.
2475
2476 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2477
2478 * gnus-ems.el: Provide compatibility functions for
2479 gnus-set-process-plist.
2480
2481 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2482 * gnus.el (gnus-valid-select-methods)
2483 * message.el (message-send-mail-partially-limit)
2484 * mm-decode.el (mm-text-html-renderer)
2485 * mml.el (mml-insert-mime-headers-always)
2486 * smiley.el (smiley-regexp-alist): Bump custom version.
2487
2488 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2489
2490 * gnus-html.el: require mm-url.
2491 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2492 with the url to `url'.
2493 (gnus-html-wash-tags): Support cid: URLs/images.
2494
2495 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2496
2497 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2498 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2499 bindings, as they aren't useful at all. `w' is moved to `W w'.
2500
2501 * gnus-move.el: Removed file, since it doesn't really work.
2502
2503 * gnus-html.el (gnus-article-html): Tell w3m that the input is
2504 UTF-8. This seems to fix problems with some German web feeds.
2505
2506 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2507 at the top so that the proper colours are applied.
2508
2509 * gnus-art.el (gnus-article-view-part): Doc fix.
2510
2511 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2512 XEmacs-compatible.
2513 (gnus-html-put-image): Don't do images on non-graphic displays.
2514
2515 * nnslashdot.el: Removed this unused backend.
2516
2517 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2518 actions.
2519 (gnus-undo-register-1): Revert last change.
2520
2521 * gnus-group.el (gnus-group-completing-read): Protect against not
2522 having completion-styles bound.
2523
2524 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2525 make broken recipients happier.
2526
2527 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2528
2529 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2530 point parameter.
2531
2532 * gnus-group.el (gnus-group-completing-read): Add 'substring to
2533 completion-styles for group selection.
2534
2535 2009-02-04 Andreas Schwab <schwab@suse.de>
2536
2537 * gnus-score.el (gnus-score-string): Fix regex for matching extra
2538 headers and regexp-quote the match if necessary.
2539
2540 2009-03-24 Miles Bader <miles@gnu.org>
2541
2542 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2543 the blinking smiley.
2544
2545 2009-03-24 Simon Josefsson <simon@josefsson.org>
2546
2547 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2548 blink smiley.
2549
2550 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2551
2552 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2553 where the dribbel file lives exists.
2554
2555 * message.el (message-send-mail-partially-limit): Change the default to
2556 nil, since most people don't want this.
2557
2558 * mm-url.el (mm-url-decode-entities): Also decode entities like
2559 &#x3212.
2560
2561 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
2562
2563 * gnus-sum.el (gnus-summary-idna-message):
2564 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2565 Hyperlink urls in docstrings with URL `...'.
2566
2567 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
2568
2569 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2570 functions.
2571
2572 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2573
2574 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2575 say what the mouseover text should be.
2576
2577 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2578 version of the mm-w3m-safe-url-regexp variable to only download images
2579 in the groups where we want that to happen.
2580
2581 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2582
2583 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2584 easier debugging.
2585 (gnus-article-beginning-of-window): Add kludge to allow spacing past
2586 big pictures in the article buffer.
2587
2588 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2589 gnus-article-html.
2590 (mm-text-html-renderer): gnus-article-html needs curl in addition to
2591 w3m.
2592
2593 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2594
2595 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2596
2597 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2598 which doesn't exist.
2599
2600 * message.el (message-inhibit-ecomplete): New variable to allow some
2601 function to inhibit ecomplete address storage.
2602 (message-resend): Disable ecomplete message storage when resending
2603 messages.
2604
2605 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2606
2607 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
2608
2609 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2610 Save excursion while copying, moving, and deleting articles in order to
2611 prevent the cursor from jumping to unforeseen place.
2612
2613 2010-08-17 Glenn Morris <rgm@gnu.org>
2614
2615 * gnus-sync.el: Require gnus components whose functions are used.
2616
2617 * gnus-art.el (bookmark-make-record-function):
2618 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2619 Declare for compiler.
2620
2621 * mm-url.el (mml-compute-boundary): Autoload.
2622
2623 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
2624
2625 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2626
2627 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
2628
2629 Typo fix "hoo4a" -> "hook".
2630
2631 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2632
2633 2010-08-14 Glenn Morris <rgm@gnu.org>
2634
2635 * gnus-sync.el (gnus-sync): Fix defgroup version.
2636
2637 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
2638
2639 Doc fixes and keep unknown groups (ammended for nunion bug fix).
2640
2641 * gnus-sync.el: Fix docs.
2642 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2643 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2644
2645 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2646
2647 Optimizations for gnus-sync.el.
2648
2649 * gnus-sync.el: Add docs about gnus-sync-backend
2650 possibilities.
2651 (gnus-sync-save): Remove unnecessary message.
2652 (gnus-sync-read): Optimize and show what groups were skipped.
2653
2654 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2655
2656 Minor bug fixes for gnus-sync.el.
2657
2658 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2659 read the sync on get-new-news.
2660
2661 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2662 quiet.
2663
2664 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2665
2666 2010-07-30 Lawrence Mitchell <wence@gmx.li>
2667
2668 Make saving and restoring of hidden threads work with overlays.
2669 Patch applied by Ted Zlatanov.
2670
2671 * gnus-sum.el (gnus-hidden-threads-configuration)
2672 (gnus-restore-hidden-threads-configuration): Update to deal with text
2673 properties, rather than searching for a magic character.
2674
2675 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2676
2677 New gnus-sync.el library for synchronization of marks.
2678
2679 * gnus-sync.el: New library for synchronization of marks.
2680
2681 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2682 renamed from `gnus-registry-grep-in-list'.
2683
2684 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2685
2686 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2687
2688 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2689
2690 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2691 determining charset of text fails.
2692
2693 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2694
2695 * nnmail.el (nnmail-get-new-mail-1): Revert.
2696
2697 * nnml.el (nnml-active-number): Make sure names of newly created groups
2698 in nnml-group-alist are encoded.
2699
2700 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
2701
2702 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2703 containing non-ASCII characters in active file for nnml back end.
2704
2705 2010-07-24 David Engster <dengste@eml.cc>
2706
2707 * mml-smime.el (mml-smime-epg-verify): Also accept the older
2708 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2709
2710 2010-07-21 Daiki Ueno <ueno@unixuser.org>
2711
2712 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2713 tag (Bug#6654).
2714
2715 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2716
2717 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2718 the article buffer, not the summary buffer.
2719
2720 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
2721
2722 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2723 Emacs 23 as well.
2724
2725 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2726
2727 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2728 Patch applied by Karl Fogel.
2729
2730 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2731 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2732
2733 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2734
2735 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2736 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
2737 C-w still not working correctly from Article buffers; Thierry's
2738 patch to fix that will be applied after this.
2739
2740 * gnus-art.el (bookmark-make-record-function): New local variable.
2741
2742 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2743 article buffer.
2744 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2745
2746 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2747
2748 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2749 on changes in bookmark.el.
2750
2751 2010-06-22 Mark A. Hershberger <mah@everybody.org>
2752
2753 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2754 the *other* type of HTML form submission.
2755
2756 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
2757
2758 * auth-source.el (auth-source-pick): If choice does not contain a
2759 questioned keyword, set the check to t.
2760
2761 2010-06-12 Romain Francoise <romain@orebokech.com>
2762
2763 * gnus-util.el (gnus-date-get-time): Move up before first use.
2764
2765 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
2766
2767 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2768 (gnus-article-edit-part): Bind it to make last part that is substituted
2769 or deleted visible.
2770 (gnus-mime-display-single): Buttonize part of which id equals to
2771 gnus-mime-buttonized-part-id.
2772
2773 2010-06-10 Dan Christensen <jdc@uwo.ca>
2774
2775 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2776 (gnus-dd-mmm): Use gnus-date-get-time.
2777 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2778 simplify logic.
2779 (gnus-summary-limit-to-age): Use gnus-date-get-time.
2780 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2781
2782 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
2783
2784 * auth-source.el (top): Autoload `secrets-list-collections',
2785 `secrets-create-item', `secrets-delete-item'.
2786 (auth-sources): Fix tag string.
2787 (auth-get-source, auth-source-retrieve, auth-source-create)
2788 (auth-source-delete): New defuns.
2789 (auth-source-pick): Rewrite in order to avoid 2 passes.
2790 (auth-source-forget-user-or-password): New parameter USERNAME.
2791 (auth-source-user-or-password): New parameters CREATE-MISSING and
2792 DELETE-EXISTING. Retrieve password interactively, if needed.
2793
2794 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2795
2796 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2797 deleting unused directories when gnus-expert-user is t.
2798
2799 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2802 for each temp file when gnus-article-browse-delete-temp is ask.
2803
2804 2010-05-20 Kevin Ryde <user42@zip.com.au>
2805
2806 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
2807
2808 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
2809
2810 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2811 article unless decoding article to be saved.
2812
2813 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2814
2815 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2816 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2817 generated within the mm-with-unibyte-current-buffer macro.
2818
2819 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2820
2821 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2822 to nil when we're in a mml-preview buffer and no group is selected.
2823
2824 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
2825
2826 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2827 when catching the `C-g'. Reported by "Leo".
2828
2829 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
2830
2831 * message.el (message-forward-make-body-plain)
2832 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2833 multibyte-string-p.
2834
2835 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
2836
2837 * message.el (message-forward-make-body-mml): Assume original message
2838 is multibyte string; error on unibyte.
2839 (message-forward-make-body-plain): Ditto; don't add excessive newline
2840 in body end.
2841
2842 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
2843
2844 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2845 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
2846
2847 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
2848
2849 * mm-extern.el (mm-extern-url): Don't use
2850 mm-with-unibyte-current-buffer.
2851 (mm-extern-cache-contents): Use with-current-buffer instead of
2852 save-excursion + set-buffer.
2853
2854 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2855
2856 * mm-util.el (mm-emacs-mule): Remove.
2857
2858 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
2859
2860 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2861 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2862 change.
2863
2864 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2865
2866 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2867 bind the default value of enable-multibyte-characters to nil.
2868
2869 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2870
2871 * message.el (message-forward-make-body-plain)
2872 (message-forward-make-body-mml):
2873 Don't use mm-with-unibyte-current-buffer.
2874
2875 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2876
2877 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2878 (Bug#5592).
2879
2880 2010-05-07 Julien Danjou <julien@danjou.info>
2881
2882 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2883 it to mm-pipe-part.
2884
2885 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2886 it is given.
2887
2888 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2889
2890 * nnweb.el (nnweb-gmane-search)
2891 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2892 XEmacs.
2893
2894 * gnus-art.el (gnus-article-browse-html-parts)
2895 * gnus-group.el (gnus-read-ephemeral-gmane-group)
2896 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2897 make-temp-file.
2898
2899 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2900 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2901 compiling.
2902
2903 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2904 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2905 XEmacs when compiling.
2906
2907 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2908 gnus-pick-mode-off-hook for XEmacs when compiling.
2909 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2910 gnus-binary-mode-off-hook for XEmacs when compiling.
2911
2912 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2913 nil if char-charset is not available.
2914
2915 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
2916 macro.
2917
2918 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2919 instead of encode-coding-string.
2920
2921 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2922 'xemacs) instead of mm-emacs-mule to switch function definitions.
2923 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2924
2925 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
2926
2927 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2928
2929 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
2930
2931 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2932 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2933
2934 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
2935
2936 * mm-util.el (mm-decompress-buffer): Use `delete-file';
2937 alias `jka-compr-delete-temp-file' no longer exists.
2938
2939 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 Use define-minor-mode in Gnus where applicable.
2942 * mml.el (mml-mode): Use define-minor-mode.
2943 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2944 (gnus-undo-mode): Use define-minor-mode.
2945 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2946 (gnus-dead-summary-mode): Use define-minor-mode.
2947 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2948 Initialize in declaration.
2949 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2950 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2951 (gnus-mailing-list-mode): Use define-minor-mode.
2952 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2953 (gnus-draft-mode): Use define-minor-mode.
2954 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2955 (gnus-dired-mode): Use define-minor-mode.
2956
2957 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
2958
2959 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2960 handles on recursive mml-to-mime translation and check them for
2961 boundary delimiter collisions. Reported by Greg Troxel.
2962
2963 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
2964
2965 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2966
2967 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * mm-util.el (mm-find-buffer-file-coding-system):
2970 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2971
2972 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
2973
2974 * message.el (message-generate-headers): Record insertion of optional
2975 headers as well. Otherwise the check to prevent repeated insertion of
2976 optional headers is a no-op.
2977
2978 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
2979
2980 * smime.el: Don't mention CVS.
2981
2982 * nnrss.el (nnrss-fetch): Don't mention CVS.
2983
2984 * nnir.el: Don't mention CVS.
2985
2986 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2987
2988 * gnus-sum.el (gnus-summary-bookmark-make-record):
2989 Add `location' field.
2990
2991 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * gnus-sum.el: Add bookmark declarations to silence the compiler.
2994 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2995 Use with-current-buffer to silence the byte-compiler.
2996 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2997 bother to require `gnus'.
2998 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
2999
3000 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3001
3002 * gnus-sum.el (gnus-summary-bookmark-make-record)
3003 (gnus-summary-bookmark-jump): New functions.
3004 (gnus-summary-mode): Setup bookmark support.
3005
3006 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
3007
3008 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3009 if set.
3010
3011 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3012
3013 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3014 gnus-article-browse-html-save-cid-image; make it work recursively for
3015 forwarded messages as well.
3016 (gnus-article-browse-html-parts): Work when prefix arg is given.
3017 (gnus-article-browse-html-article): Doc fix.
3018
3019 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3020
3021 * message.el (message-default-mail-headers):
3022 (message-default-headers): Carry the value mail-default-headers over
3023 into message-default-mail-headers, rather than message-default-headers.
3024
3025 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
3026
3027 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
3028 charset.
3029
3030 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3031 charset into the <meta> tag when the article is encoded to utf-8.
3032
3033 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
3034
3035 * gnus-art.el (gnus-article-browse-delete-temp-files):
3036 Delete directories as well.
3037 (gnus-article-browse-html-parts): Work for images that do not specify
3038 file names; delete temp directory when quitting; insert header at the
3039 right place; use file: scheme for image files.
3040
3041 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
3042
3043 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3044 (gnus-article-browse-html-parts): Use it to make temporary cid image
3045 files in addition to html file so that browser may display them.
3046
3047 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
3048
3049 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3050
3051 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3052
3053 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3054
3055 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3056
3057 * auth-source.el (auth-sources): Change default to be simpler.
3058 Explain about Secret Service API sources. Improve Customize options.
3059 (auth-source-pick): Change to accept any number of search parameters.
3060 Implement fallbacks iteratively, not recursively. Add scoring on the
3061 second pass and sort by score. Call Secret Service API when needed.
3062 (auth-source-user-or-password): Use it. Call Secret Service API
3063 directly when needed to get the user name and the password.
3064
3065 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3066
3067 * message.el (message-interactive): Doc fix.
3068 (message-qmail-inject-args): Reflow.
3069 (message-kill-to-signature): Fix typo in docstring.
3070
3071 * smiley.el (smiley-buffer): Fix typo in docstring.
3072
3073 2010-03-24 Glenn Morris <rgm@gnu.org>
3074
3075 * mail-source.el (gnus-message): Declare.
3076 (mail-source-delete-old-incoming): Require gnus-util.
3077
3078 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
3079
3080 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3081
3082 * message.el (ecomplete-setup): Autoload it for Emacs <23.
3083
3084 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3085 password-cache's default if it is not bound.
3086 (mml-secure-passphrase-cache-expiry): Default to 16 that is
3087 password-cache-expiry's default if it is not bound.
3088
3089 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3090 available in Emacs 21.
3091
3092 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
3093
3094 * auth-source.el (auth-sources): Fix up definition so extra parameters
3095 are always inline.
3096
3097 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
3098
3099 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3100 wasn't updated after mismatch. Clear cached mailbox info correctly
3101 when uidvalidity changes.
3102 (nnimap-group-prefixed-name): New function to avoid some code
3103 duplication.
3104 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3105 (nnimap-request-group): Use it.
3106 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3107 (nnimap-update-unseen): Significantly improved speed of Gnus startup
3108 with many imap folders. This is done by caching the group status from
3109 the imap server persistently in a group parameter `imap-status'. (This
3110 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3111 but not persistently, so every Gnus startup was still very slow.)
3112
3113 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3114
3115 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
3116 secrets.el dependency.
3117 (auth-sources): Add optional user name. Add secrets.el configuration
3118 choice (unused right now).
3119
3120 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3121
3122 * gnus-sum.el (gnus-summary-make-menu-bar): Let
3123 `gnus-registry-install-shortcuts' fill in the functions.
3124
3125 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3126 warnings.
3127 (gnus-registry-misc-menus): Variable to hold registry mark menus.
3128 (gnus-registry-install-shortcuts): Populate and use it in a
3129 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3130
3131 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
3132
3133 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3134 In-place substitutions for the group name encoding/decoding.
3135 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3136 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3137 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3138 (nnimap-update-unseen, nnimap-request-list)
3139 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3140 (nnimap-request-set-mark, nnimap-split-to-groups)
3141 (nnimap-split-articles, nnimap-request-newgroups)
3142 (nnimap-request-create-group, nnimap-request-accept-article)
3143 (nnimap-request-delete-group, nnimap-request-rename-group)
3144 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
3145 `encoded-mbx' for consistency.
3146 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3147 variable `imap-current-mailbox'.
3148
3149 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3150 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3151
3152 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
3153
3154 * pop3.el (pop3-display-message-size-flag): Display message size byte
3155 counts during POP3 download.
3156 (pop3-movemail): Use it.
3157 (pop3-list): Implement listing of available messages.
3158
3159 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
3160
3161 * nnir.el (nnir-get-article-nov-override-function): New function to
3162 override the normal NOV retrieval.
3163 (nnir-retrieve-headers): Use it.
3164
3165 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * auth-source.el (netrc-machine-user-or-password): Autoload.
3168
3169 2010-03-19 Glenn Morris <rgm@gnu.org>
3170
3171 Stop message.el from loading about 40 libraries it doesn't always need.
3172 The general approach is to autoload rather than require, and to
3173 require in the specific functions rather than the file. (Bug#5642)
3174
3175 * gmm-utils.el: Don't require wid-edit.
3176 (widget-create-child-value, widget-convert, widget-default-get):
3177 Autoload.
3178
3179 * gnus-util.el: Don't require time-date, netrc.
3180 (message-fetch-field, gnus-group-name-decode): Declare rather than
3181 autoloading.
3182 (gnus-fetch-field): Require message.
3183 (gnus-decode-newsgroups): Require gnus-group.
3184
3185 * ietf-drums.el: Don't require time-date.
3186
3187 * message.el: Don't require hashcash, canlock, ecomplete.
3188 Do require mail-utils. Require nnheader only when compiling.
3189 (smtpmail-default-smtp-server): Remove declaration.
3190 (message-send-mail-function): Check smtpmail-default-smtp-server
3191 is bound rather than requiring smtpmail.
3192 (message-auto-save-directory, message-insert-signature): Use
3193 expand-file-name rather than nnheader-concat.
3194 (nnheader-insert-file-contents): Autoload.
3195 (hashcash-wait-async): Declare.
3196 (message-send-mail): Only call gnus-setup-posting-charset if
3197 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
3198 (message-send-mail-with-sendmail): Require sendmail.
3199 (canlock-password, canlock-password-for-verify): Declare.
3200 (message-canlock-password): Require canlock.
3201 (nnheader-get-report): Autoload.
3202 (gnus-setup-posting-charset): Declare.
3203 (message-send-news): Require gnus-msg.
3204 (message-make-references, message-make-in-reply-to): Use mail-header-id
3205 rather than the alias mail-header-message-id.
3206 (ecomplete-add-item, ecomplete-save): Declare.
3207 (message-put-addresses-in-ecomplete): Require ecomplete.
3208 (ecomplete-display-matches): Autoload.
3209
3210 * mm-decode.el: Don't require mailcap, gnus-util.
3211 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3212 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3213 Autoload.
3214 (mailcap-mime-extensions): Declare.
3215
3216 * mm-encode.el: Don't require mailcap.
3217 (mailcap-extension-to-mime): Autoload.
3218
3219 * mml-sec.el: Don't require password-cache.
3220
3221 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3222 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3223 (mml-minibuffer-read-type): Require mailcap.
3224 (mml-preview): Require gnus-msg.
3225
3226 * mml1991.el: Require password-cache.
3227 (password-cache-expiry): Remove declaration.
3228
3229 * mml2015.el: Require password-cache.
3230 (password-cache-expiry): Remove declaration.
3231
3232 * nneething.el (mailcap): Require mailcap.
3233
3234 * nnheader.el (declare-function): Add compatibility stub.
3235 (message-remove-header): Declare rather than autoload.
3236 (nnheader-replace-header): Require message.
3237
3238 * nnimap.el (declare-function): Add compatibility stub.
3239 (netrc-parse, netrc-machine-user-or-password): Declare.
3240 (nnimap-open-connection): Require netrc.
3241
3242 * nntp.el (declare-function): Add compatibility stub.
3243 (netrc-parse, netrc-machine, netrc-get): Declare.
3244 (nntp-send-authinfo): Require netrc.
3245
3246 * rfc2047.el: Don't require qp.
3247 (quoted-printable-encode-region, quoted-printable-decode-string):
3248 Autoload.
3249
3250 * sieve-mode.el: Don't require easymenu.
3251 (easy-menu-add-item): Autoload it.
3252
3253 * spam-stat.el (time-to-number-of-days): Autoload it.
3254
3255 2010-03-17 Kevin Ryde <user42@zip.com.au>
3256
3257 * mml.el (mml-read-tag): Unquote values with `read' to reverse
3258 prin1 in mml-insert-tag (just stripping the quotes gave wrong
3259 value if any backslash escapes).
3260
3261 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3262
3263 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3264 if it is available. (bug#5647)
3265
3266 2010-02-26 Glenn Morris <rgm@gnu.org>
3267
3268 * message.el (message-send-mail-function): Change the default, so that
3269 it inherits from a customized send-mail-function. (Bug#5643)
3270
3271 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3274 shell-command-to-string signals an error (bug#5299).
3275
3276 2010-02-24 Glenn Morris <rgm@gnu.org>
3277
3278 * message.el (message-smtpmail-send-it)
3279 (message-send-mail-with-mailclient): Doc fixes.
3280
3281 2010-02-16 Glenn Morris <rgm@gnu.org>
3282
3283 * message.el (message-default-mail-headers): Change the default value
3284 to ease the transition from mail-mode to message-mode. (Bug#5555)
3285
3286 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3287
3288 * message.el (message-mail): Just pass yank-action on to message-setup.
3289 (message-setup): Handle (FUN . ARGS) form of yank-action.
3290 (message-with-reply-buffer, message-widen-reply)
3291 (message-yank-original): Handle non-buffer values of
3292 message-reply-buffer (Bug#4080).
3293 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3294
3295 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3296
3297 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3298 Fix typo in docstring.
3299
3300 2010-01-08 Jason Rumney <jasonr@gnu.org>
3301
3302 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3303 response.
3304
3305 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3306
3307 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3308
3309 * message.el (message-check-news-header-syntax): Protect against a
3310 string that `rfc822-addresses' returns when parsing fails.
3311
3312 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3313
3314 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3315 (gnus-previous-char-property-change): New functions.
3316
3317 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3318
3319 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
3320
3321 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3322 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
3323
3324 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3325
3326 * message.el (message-exchange-point-and-mark): Rework last change to
3327 avoid using optional arg of exchange-point-and-mark, for backward
3328 compatibility.
3329
3330 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3331
3332 * message.el (message-exchange-point-and-mark): Call
3333 exchange-point-and-mark with an argument rather than setting
3334 mark-active by hand (Bug#5175).
3335
3336 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3337
3338 * nntp.el (nntp-service-to-port): Work for service expressed with
3339 numeric string; replace [:digit:] with [0-9] for XEmacs.
3340
3341 2009-12-17 Glenn Morris <rgm@gnu.org>
3342
3343 * gnus-group.el (gnus-bug-group-download-format-alist):
3344 Change emacs entry to debbugs.gnu.org. Bump :version.
3345
3346 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3347
3348 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3349
3350 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
3351
3352 * message.el (message-info): Explain why we use `Info-goto-node'.
3353
3354 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * message.el (message-completion-in-region): New compatibility function.
3357 (message-expand-group): Use it.
3358
3359 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3360
3361 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3362 with no unread article should be listed if the 2nd arg `predicate' is
3363 given.
3364
3365 2009-11-29 Juri Linkov <juri@jurta.org>
3366
3367 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3368 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
3369 on `gnus-recenter'. (Bug#4698, Bug#4981)
3370
3371 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3372
3373 * message.el (message-from-style, message-interactive)
3374 (message-signature): Always set default values from the corresponding
3375 mail-* variables.
3376 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3377 (message-yank-prefix, message-indentation-spaces)
3378 (message-signature-file, message-default-headers): Use boundp rather
3379 than (featurep 'xemacs) to check if the corresponding mail-* variables
3380 exist.
3381
3382 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * message.el (message-send-mail-with-sendmail): Revert last change.
3385
3386 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * message.el (message-from-style, message-interactive)
3389 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3390 (message-yank-prefix, message-indentation-spaces, message-signature)
3391 (message-signature-file, message-default-headers): For GNU Emacs, set
3392 default values from the corresponding mail-* variables.
3393 (message-send-mail-with-sendmail): Use envelope-from only if
3394 mail-specify-envelope-from is non-nil.
3395
3396 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3397
3398 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3399 containing tspecial characters if they have been already quoted.
3400
3401 2009-10-24 Glenn Morris <rgm@gnu.org>
3402
3403 * gnus-art.el (help-xref-stack-item): Define for compiler.
3404
3405 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3406
3407 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3408
3409 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3410
3411 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3412 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3413
3414 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
3415
3416 * gnus.el (gnus-overlay-get): New alias to overlay-get.
3417 (gnus-overlays-in): New alias to overlays-in.
3418
3419 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3420 gnus-overlay-get, and gnus-delete-overlay.
3421 (gnus-summary-show-thread): Make it work as well for systems in which
3422 next-single-char-property-change is not available.
3423 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3424
3425 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
3426
3427 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3428
3429 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3430
3431 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3432 and XEmacs that don't have `remove-overlays'.
3433
3434 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3437 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3438 selective display. Use overlays instead.
3439
3440 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3441
3442 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3443
3444 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3445
3446 * spam-stat.el (spam-stat-load): Fix typo in message.
3447
3448 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
3449
3450 * gnus-art.el (gnus-article-encrypt-body):
3451 * message.el (message-check-recipients):
3452 * mm-util.el (mm-codepage-setup):
3453 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3454 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3455
3456 2009-09-22 Daiki Ueno <ueno@unixuser.org>
3457
3458 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3459 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3460 keys from the menu if mm-{sign,encrypt}-option is 'guided.
3461 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3462 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3463
3464 2009-09-18 Glenn Morris <rgm@gnu.org>
3465
3466 * gnus-diary.el (gnus-diary-check-message):
3467 * message.el (message-insert-formatted-citation-line):
3468 * nnbabyl.el (top-level):
3469 * nndiary.el (nndiary-schedule):
3470 Fix typos in condition-case handlers.
3471
3472 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3473
3474 * gnus-art.el (gnus-article-edit-part): Work for the buffer
3475 configuration that provides the sole article window in a frame;
3476 position point correctly after deleting a part.
3477
3478 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
3479
3480 * spam.el (spam-unregister-on-reregister): Add boolean variable.
3481 (spam-resolve-registrations-routine): Use it to unregister articles
3482 that change status.
3483
3484 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3485
3486 * nnrss.el (nnrss-request-article): Remove binding of
3487 default-enable-multibyte-characters that has gotten needless by
3488 the 2007-07-13 change in rfc2047-encode-message-header.
3489
3490 * mml.el (mml-insert-multipart): Error on the message header.
3491 (mml-insert-part): Error on the message header; position point at
3492 the end of a MIME tag.
3493
3494 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3495
3496 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3497 (gnus-float-time): Alias to float-time if it exists.
3498
3499 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3500 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3501 float-time is available; suppress compile warning for time-to-seconds.
3502
3503 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3504
3505 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3506 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3507 Add the optional argument `encoding' that overrides the default.
3508
3509 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3510 mm-encode-buffer.
3511
3512 2009-09-04 Glenn Morris <rgm@gnu.org>
3513
3514 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3515 mm-disable-multibyte, rather than default-enable-multibyte-characters.
3516 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3517 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3518 * mm-util.el (mm-with-unibyte-current-buffer)
3519 (mm-find-buffer-file-coding-system):
3520 * yenc.el (yenc-decode-region): Use default-value rather than
3521 default-enable-multibyte-characters.
3522
3523 2009-09-03 Glenn Morris <rgm@gnu.org>
3524
3525 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3526 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3527 than default-enable-multibyte-characters.
3528
3529 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
3530
3531 * gnus-art.el (gnus-article-read-summary-keys):
3532 Fix gnus-buffer-configuration's value temporarily used.
3533
3534 2009-09-02 Glenn Morris <rgm@gnu.org>
3535
3536 * gnus-util.el (gnus-float-time): New function.
3537 * gnus-delay.el (gnus-delay-article):
3538 * gnus-sum.el (gnus-thread-latest-date):
3539 * gnus-util.el (gnus-user-date): Use gnus-float-time.
3540 * nnspool.el (nnspool-request-newgroups):
3541 Use gnus-float-time rather than time-to-seconds.
3542 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3543
3544 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3545 (gnus-header-subject-face, gnus-header-newsgroups-face)
3546 (gnus-header-name-face, gnus-header-content-face):
3547 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3548 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3549 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3550 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3551 (gnus-cite-face-11):
3552 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3553 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3554 (gnus-server-closed-face, gnus-server-denied-face)
3555 (gnus-server-offline-face):
3556 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3557 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3558 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3559 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3560 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3561 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3562 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3563 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3564 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3565 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3566 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3567 (gnus-summary-selected-face, gnus-summary-cancelled-face)
3568 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3569 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3570 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3571 (gnus-summary-high-undownloaded-face)
3572 (gnus-summary-low-undownloaded-face)
3573 (gnus-summary-normal-undownloaded-face)
3574 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3575 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3576 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3577 (gnus-splash-face):
3578 * message.el (message-header-to-face, message-header-cc-face)
3579 (message-header-subject-face, message-header-newsgroups-face)
3580 (message-header-other-face, message-header-name-face)
3581 (message-header-xheader-face, message-separator-face)
3582 (message-cited-text-face, message-mml-face):
3583 * sieve-mode.el (sieve-control-commands-face)
3584 (sieve-action-commands-face, sieve-test-commands-face)
3585 (sieve-tagged-arguments-face):
3586 * spam.el (spam-face):
3587 Mark face aliases with "-face" in the name as obsolete.
3588
3589 2009-09-01 Glenn Morris <rgm@gnu.org>
3590
3591 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3592 than goto-line.
3593
3594 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3595
3596 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3597 Don't move point if the command is invoked inside the message header.
3598
3599 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3602 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3603 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3604 * nnir.el (nnir-swish-e-index-file):
3605 * gnus-sum.el (gnus-summary-delete-marked-as-read)
3606 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3607 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3608 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3609 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3610 (gnus-treat-display-xface): Add Emacs version of obsolescence.
3611
3612 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
3613
3614 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3615 Don't save excursion.
3616
3617 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * nnheader.el (nnheader-find-file-noselect):
3620 * mm-util.el (mm-insert-file-contents):
3621 Use (default-value 'major-mode) instead of default-major-mode.
3622
3623 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3626
3627 2009-08-25 Glenn Morris <rgm@gnu.org>
3628
3629 * nnir.el (top-level): Don't require cl at run-time.
3630 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3631 Replace cl-function substitute with gnus-replace-in-string.
3632 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3633 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3634 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3635 simplified expansions.
3636
3637 2009-08-22 Glenn Morris <rgm@gnu.org>
3638
3639 * gnus-art.el (gnus-button-patch): Use forward-line rather than
3640 goto-line.
3641
3642 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
3643
3644 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3645
3646 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3647 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3648 (gnus-mm-display-part, gnus-mime-display-single)
3649 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3650 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3651
3652 * gnus-sum.el
3653 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3654 (gnus-summary-move-article): Add expirable mark to articles copied or
3655 moved to group that has auto-expire turned on if the option is non-nil.
3656
3657 2009-07-24 Glenn Morris <rgm@gnu.org>
3658
3659 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3660 Fix typo. (Bug#3903)
3661
3662 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
3663
3664 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3665 gnus-article-read-summary-keys rather than gnus-summary-edit-article
3666 that should not be used for draft articles.
3667 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3668 that has no concern in minor mode keys.
3669 (gnus-article-summary-command, gnus-article-summary-command-nosave):
3670 Abolish.
3671
3672 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
3673
3674 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3675 article without making inquiry to a user for unknown encoding.
3676
3677 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3678 (nnmaildir--scan): Assume i-node and device number that file-attributes
3679 returns might be cons-cell.
3680
3681 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
3682
3683 * auth-source.el: Remove docs now in auth.texi. Don't use
3684 `gnus-message' for logging. Add new variables `auth-source-debug' and
3685 `auth-source-hide-passwords' and use them.
3686
3687 2009-07-15 Glenn Morris <rgm@gnu.org>
3688
3689 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3690
3691 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3692
3693 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3694 excessive whitespace from the default values of title and description.
3695
3696 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
3697
3698 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3699 mail-fetch-field to fetch Content-Description header in order to
3700 exclude newlines.
3701
3702 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3703
3704 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3705 to deleted part.
3706
3707 2009-05-30 David Engster <dengste@eml.cc>
3708
3709 * nnmairix.el: Remove old documentation in the commentary block.
3710 (nnmairix-request-group): Do not update active file for nnml back ends.
3711 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3712 end so that overview files are ignored.
3713 (nnmairix-update-groups): Make updating the groups more robust by using
3714 marks.
3715 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3716 with dollar characters in message-id.
3717
3718 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
3719
3720 * spam.el: Use dns-query instead of query-dns. Was renamed on
3721 2008-12-25 in dns.el.
3722
3723 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3726 could happen if the text is only composed of spaces and/or tabs.
3727
3728 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
3729
3730 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3731 when sending a queued message to avoid extra mml tags.
3732
3733 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
3734
3735 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3736
3737 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
3738
3739 * gnus-dired.el: Remove autoload for gnus-setup-message.
3740 (gnus-dired-attach): Fake this-command value to prevent Gnus from
3741 displaying Gnus logo; always use compose-mail.
3742
3743 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3744
3745 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3746
3747 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
3748
3749 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3750 (gnus-nocem-issuers): List currently active issuers; fix custom type.
3751 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3752 available.
3753 (gnus-nocem-epg-verify): New function.
3754
3755 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
3756
3757 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3758
3759 2009-02-15 Glenn Morris <rgm@gnu.org>
3760
3761 * gnus-util.el (rmail-insert-rmail-file-header)
3762 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3763 autoloads.
3764 (rmail-default-rmail-file): Remove unnecessary declaration.
3765 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3766
3767 2009-02-14 Glenn Morris <rgm@gnu.org>
3768
3769 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3770 variable (only used in gnus-util, which declares it anyway).
3771 (rmail-output-to-rmail-file): Remove autoload of deleted function,
3772 which was only needed by gnus-art (changed to not use it any more).
3773 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3774 only used in gnus-util, which autoloads it itself.
3775 (rmail-update-summary): Fix autoload.
3776
3777 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3778 rather than rmail-output-to-rmail-file.
3779
3780 2009-02-07 Glenn Morris <rgm@gnu.org>
3781
3782 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3783 autoload of function that no longer exists.
3784 (rmail-toggle-header): Declare.
3785 (message-forward-rmail-make-body): Handle mbox Rmail.
3786
3787 2009-01-31 Glenn Morris <rgm@gnu.org>
3788
3789 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3790 2009-01-09 change.
3791
3792 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
3793
3794 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3795 (auth-source-forget-all-cached): New convenience function.
3796 (auth-source-user-or-password): Accept list of modes or a single mode.
3797
3798 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3799 auth-source modes.
3800
3801 * nnimap.el (nnimap-open-connection): Use list of
3802 auth-source modes.
3803
3804 * nntp.el (nntp-send-authinfo): Use list of
3805 auth-source modes.
3806
3807 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
3808
3809 * auth-source.el: Update docs to reflect epa-file-enable is to be used
3810 now.
3811
3812 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3813
3814 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3815 coding system in XEmacs; add a workaround for XEmacs.
3816
3817 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
3818
3819 * mm-util.el (mm-coding-system-priorities): Protect against nil value
3820 of current-language-environment.
3821
3822 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
3823
3824 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3825 available at runtime.
3826
3827 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
3828
3829 * gnus-art.el (article-date-ut): Fix end point of narrowing.
3830
3831 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
3832
3833 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3834 the greatest positive fixnum value doesn't work under an XEmacs with
3835 bignum support; use the most-positive-fixnum constant instead,
3836 available since Emacs 21.1 with cl and XEmacs 21.1.
3837
3838 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3839
3840 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3841 XEmacs gets not to work.
3842
3843 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3844
3845 * mm-util.el (mm-coding-system-priorities): Allow the value like
3846 "Japanese (UTF-8)" of current-language-environment.
3847
3848 2009-01-09 Glenn Morris <rgm@gnu.org>
3849
3850 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3851 with last-command-event.
3852
3853 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
3854
3855 * message.el (message-fix-before-sending): Amend comment.
3856
3857 2009-01-07 David Engster <dengste@eml.cc>
3858
3859 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3860 simplified server definitions by converting it via
3861 gnus-server-to-method.
3862
3863 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3864
3865 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3866 parameter's operands.
3867
3868 2009-01-06 David Engster <dengste@eml.cc>
3869
3870 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3871 primary select method (for gnus-group-mark-article-as-read).
3872
3873 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
3874
3875 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3876 `(gnus)Face', not `(gnus)X-Face'.
3877
3878 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
3879
3880 * mm-util.el (mm-ucs-to-char): New function.
3881
3882 * mm-url.el (mm-url-decode-entities): Use it.
3883
3884 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3885
3886 * message.el (message-fix-before-sending): Add `eight-bit' to
3887 illegible-text check.
3888
3889 2009-01-03 Michael Olson <mwolson@gnu.org>
3890
3891 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3892 `headers' is nil. This can occur if the IMAP server does not have
3893 permissions to read messages from a folder, but can write new messages
3894 to the folder.
3895 (nnimap-request-article-part): Do not insert `data' if it is nil.
3896
3897 2009-01-01 Dave Love <fx@gnu.org>
3898
3899 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3900
3901 * nnimap.el: Fix author email.
3902 (nnimap-split-rule): Add FIXME comment.
3903 (nnimap-debug): Fix doc string.
3904
3905 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3906
3907 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3908 overlay-arrow-position and overlay-arrow-string buffer-local; no need
3909 to check if those variables exist (first appeared in Emacs 18.50).
3910
3911 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
3912
3913 * mm-util.el (mm-line-number-at-pos): New function.
3914
3915 * spam-report.el (spam-report-process-queue): Use it.
3916
3917 2008-12-24 David Engster <dengste@eml.cc>
3918
3919 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3920 parameters that haven't existed as variables as buffer-local variables.
3921
3922 2008-12-23 Dave Love <fx@gnu.org>
3923
3924 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3925 cadar.
3926
3927 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3928 imap-starttls-p.
3929 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3930
3931 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
3932
3933 * spam-report.el (spam-report-gmane-max-requests): New constant.
3934 (spam-report-gmane-wait): New variable.
3935 (spam-report-gmane-ham, spam-report-gmane-spam)
3936 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3937 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3938 the server.
3939
3940 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3941 Add explanations.
3942
3943 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3944 nnheader-accept-process-output and nnheader-read-timeout if available.
3945 (pop3-movemail): Use it.
3946
3947 * message.el (message-check-news-body-syntax): Fix signature check if
3948 there's an attachment.
3949
3950 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
3951
3952 * mm-util.el: Add comments to the mm- emulating functions.
3953
3954 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
3955
3956 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
3957 by Stephen Berman <stephen.berman@gmx.net>.
3958
3959 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3960
3961 * mm-util.el (mm-substring-no-properties): New function.
3962 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3963 (mm-special-display-p): Enable those lambda forms to be byte compiled.
3964 (mm-string-to-multibyte): Doc fix.
3965
3966 * mml.el (mml-attach-file): Use mm-substring-no-properties.
3967
3968 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
3969
3970 * mml.el (mml-attach-file): Strip text properties from file name.
3971 (Bug#1574)
3972
3973 2008-12-16 Glenn Morris <rgm@gnu.org>
3974
3975 * mm-util.el (mm-charset-override-alist): Declare for compiler.
3976
3977 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
3978
3979 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3980 knows since the charset specified might be a bogus alias that
3981 mm-charset-synonym-alist provides.
3982
3983 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
3984
3985 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3986 "ISO_8859-1".
3987
3988 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3989
3990 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
3991
3992 * mm-util.el (mm-charset-eval-alist):
3993 Define it before mm-charset-to-coding-system.
3994 (mm-charset-to-coding-system): Add optional argument `silent';
3995 define it before mm-charset-override-alist.
3996 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3997 default value if it can be used in Emacs currently running;
3998 silence mm-charset-to-coding-system.
3999
4000 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
4001
4002 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4003 `allow-override' which says whether to use `mm-charset-override-alist'.
4004 (rfc2047-decode-encoded-words): Use it.
4005
4006 * mm-util.el (mm-charset-override-alist): Fix custom type;
4007 add `(gb2312 . gbk)' to choices.
4008
4009 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
4010
4011 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4012 fast.
4013
4014 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4015
4016 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
4017
4018 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4019 on links.
4020
4021 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4022
4023 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4024
4025 * message.el (message-idna-to-ascii-rhs-1): Protect against local
4026 users' addresses that don't have domain parts.
4027 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4028 rather than message-narrow-to-head since there will be the message
4029 header separator.
4030
4031 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4034 since the result is inserted in a unibyte buffer anyway.
4035 (nnimap-demule-use-string-to-multibyte): Remove.
4036 (nnimap-demule): Alias it to mm-string-to-multibyte.
4037
4038 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4039
4040 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4041 variable for debugging bug#464 and bug#1174.
4042 (nnimap-demule): Use it.
4043
4044 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4045
4046 * gnus-score.el (gnus-score-find-trace): Handle default score in total
4047 score calculation correctly.
4048
4049 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * message.el (message-send-mail): Just set the buffer to unibyte
4052 rather than use mm-with-unibyte-current-buffer which does a lot more.
4053 (message-send-mail-partially): Don't bother with
4054 mm-with-unibyte-current-buffer since it's already been made unibyte by
4055 message-send-mail.
4056
4057 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
4058
4059 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4060
4061 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4062
4063 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4064
4065 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4066
4067 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4068 require itself and to remove `with-no-warnings'.
4069
4070 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
4071
4072 * starttls.el (starttls-any-program-available): Get the name of the
4073 available TLS layer program.
4074 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4075 well as the host name in the "opening" message.
4076
4077 * auth-source.el (auth-source-cache, auth-source-do-cache)
4078 (auth-source-user-or-password): Cache passwords and logins by default,
4079 allow override with `auth-source-do-cache'.
4080 (auth-source-forget-user-or-password): Allow users to remove cache
4081 entries if needed.
4082
4083 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4084
4085 * ietf-drums.el (ietf-drums-remove-comments): Localize second
4086 condition-case to only the forward-sexp call.
4087
4088 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4089
4090 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4091 quotes contained. Make it more robust regardless by an extra
4092 condition-case wrapper.
4093
4094 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4095
4096 * nnml.el (nnml-request-expire-articles): Check if the function set to
4097 `nnmail-expiry-target' returns the symbol `delete'.
4098
4099 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4100
4101 * nnmail.el (nnmail-expiry-target): Fix custom type.
4102
4103 2008-10-02 Glenn Morris <rgm@gnu.org>
4104
4105 * mm-util.el (mm-codepage-setup): Tweak codepage error.
4106 Silence compiler warning.
4107
4108 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * mml.el (mml-menu): Don't assume mml2015 is bound.
4111
4112 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4113
4114 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4115 exists.
4116
4117 2008-09-27 Glenn Morris <rgm@gnu.org>
4118
4119 * gnus-util.el (mail-header-remove-comments): Autoload it.
4120
4121 2008-09-27 Andreas Schwab <schwab@suse.de>
4122
4123 * gnus-util.el (gnus-split-references): Strip comments.
4124 (gnus-parent-id): Likewise.
4125
4126 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
4127
4128 * message.el (message-confirm-send): Fix version.
4129
4130 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
4131
4132 * message.el (message-idna-to-ascii-rhs-1): Use
4133 mail-extract-address-components rather than mail-header-parse-addresses
4134 that is an alias by default to ietf-drums-parse-addresses that does not
4135 support non-ASCII names in headers' contents.
4136
4137 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4138
4139 * message.el (message-confirm-send): Fixed variable documentation to
4140 avoid the "y/n" wording.
4141
4142 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
4143
4144 * message.el (message-set-auto-save-file-name): Save to a different
4145 filename so multiple messages (especially drafts) can be recovered.
4146
4147 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4148
4149 * message.el (message-confirm-send): Add appropriate version.
4150
4151 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4152
4153 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4154 defvar.
4155
4156 2008-09-22 Daiki Ueno <ueno@unixuser.org>
4157
4158 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4159 (mm-pkcs7-enveloped-magic): Ditto.
4160
4161 2008-09-17 Simon Josefsson <simon@josefsson.org>
4162
4163 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4164 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4165
4166 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4167
4168 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4169 default, it's better.
4170
4171 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
4172
4173 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4174 summary line gnus-number property and ignore them (with a warning
4175 message).
4176
4177 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4178
4179 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4180 macro caddr in the interactive form since it won't be expanded.
4181
4182 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4183
4184 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4185 `charset'; fix name of function called recursively.
4186 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4187
4188 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4189
4190 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4191 (gnus-mime-set-charset-parameters): New function.
4192 (gnus-mime-view-part-as-charset): Use it to correctly display part
4193 specifying wrong charset.
4194
4195 2008-09-08 David Engster <dengste@eml.cc>
4196
4197 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4198 in completing-read for back end server.
4199
4200 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
4201
4202 * message.el (message-confirm-send): New variable to confirm sending a
4203 message.
4204 (message-send): Use it.
4205
4206 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
4207
4208 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4209
4210 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4211
4212 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4213
4214 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
4215
4216 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4217 prevent tracking too many groups.
4218 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4219 Use it.
4220
4221 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
4222
4223 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4224 moving point to the bottom of the window in order to avoid recentering.
4225
4226 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
4227
4228 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4229 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4230 (gnus-article-beginning-of-window): Fix calculation.
4231
4232 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
4233
4234 * gnus-msg.el (gnus-summary-supersede-article)
4235 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4236 value of gnus-newsgroup-charset to decode non-MIME encoded text in
4237 message header.
4238
4239 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4240
4241 * message.el:
4242 * gnus-start.el:
4243 * gnus-registry.el: Remove VMS support.
4244
4245 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4246
4247 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4248 macro.
4249 (rfc2104-hash): Use it.
4250
4251 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
4252
4253 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4254 (gnus-summary-sort-by-most-recent-date): New commands.
4255 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4256 and menu entries.
4257
4258 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
4259
4260 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4261 don't redisplay article for raw contents; remove plural articles stuff.
4262
4263 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4264 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4265 on gnus-summary-save-article; display results properly.
4266
4267 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4268
4269 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4270
4271 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4272
4273 * gnus-art.el (gnus-summary-save-in-pipe): Consider
4274 gnus-save-all-headers.
4275
4276 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4277
4278 * gnus-util.el (ns-focus-frame): Remove declaration.
4279 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
4280 like x.
4281
4282 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4283
4284 * rfc2104.el (rfc2104-zero): Delete defconst.
4285 (rfc2104-hex-alist): Likewise.
4286 (rfc2104-hex-to-int): Delete func.
4287 (rfc2104-hexstring-to-bitstring): Likewise.
4288 (rfc2104-nybbles): New defconst.
4289 (rfc2104-hash): Rewrite for speed.
4290
4291 2008-07-16 Glenn Morris <rgm@gnu.org>
4292
4293 * gnus-util.el (ns-focus-frame): Declare for compiler.
4294
4295 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4296
4297 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4298 set as a group parameter.
4299 (gnus-summary-save-in-pipe): Work when it is called independently.
4300 (gnus-summary-pipe-to-muttprint): Don't modify
4301 gnus-summary-pipe-output-default-command.
4302
4303 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * message.el (message-send-mail-with-sendmail):
4306 Display the error message.
4307
4308 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4309
4310 * gnus-art.el (gnus-default-article-saver):
4311 Add gnus-summary-save-in-pipe to choices.
4312 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4313 gnus-summary-pipe-output-default-command as the default command.
4314 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4315 instead of gnus-last-shell-command.
4316
4317 * gnus-sum.el (gnus-summary-pipe-output-default-command):
4318 New user option.
4319 (gnus-summary-muttprint-program): Mention the value will be changed.
4320 (gnus-summary-save-article): Force showing of all headers.
4321 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4322
4323 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
4324
4325 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4326
4327 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
4328
4329 * nnimap.el (nnimap-id):
4330 * sieve-manage.el (sieve-manage-open): Doc fixes.
4331
4332 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
4333
4334 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4335 if available.
4336
4337 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4340
4341 * nnkiboze.el (nnkiboze-generate-group):
4342 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4343
4344 * nnmairix.el: Require CL.
4345
4346 2008-06-15 David Engster <dengste@eml.cc>
4347
4348 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4349
4350 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
4351
4352 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4353 New macros that expand to an `aset'/`aref' call under Emacs, and to a
4354 runtime choice under XEmacs.
4355
4356 * gnus-sum.el (gnus-summary-set-display-table):
4357 Use `gnus-put-display-table', `gnus-get-display-table',
4358 `gnus-set-display-table' for the display table, instead of `aset'.
4359
4360 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4361
4362 * nnmairix.el: Add autoloads.
4363
4364 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4365
4366 * nnmairix.el (nnmairix-delete-recreate-group)
4367 (nnmairix-update-and-clear-marks): Fix error messages.
4368
4369 2008-06-14 David Engster <dengste@eml.cc>
4370
4371 * nnmairix.el: Upgrade to version 0.6.
4372 (nnmairix-group-toggle-propmarks-this-group)
4373 (nnmairix-group-toggle-readmarks-this-group)
4374 (nnmairix-group-delete-recreate-this-group)
4375 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4376 (nnmairix-remove-tick-mark-original-article): New commands.
4377 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4378 (nnmairix-propagate-marks-to-nnmairix-groups)
4379 (nnmairix-only-use-registry, nnmairix-allowfast-default)
4380 (nnmairix-marks-cache, nnmairix-version-output): New variables.
4381 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4382 functions needed for marks propagation and manipulation of read marks.
4383 (nnmairix-update-groups): New function.
4384 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4385 (nnmairix-determine-original-group-from-registry)
4386 (nnmairix-determine-original-group-from-path)
4387 (nnmairix-get-group-from-file-path, nnmairix-map-range)
4388 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4389 New helper functions.
4390 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4391 keystrokes for new commands.
4392 (nnmairix-delete-and-create-on-change): Doc string cleanup.
4393 (nnmairix-request-group): Check allow-fast group parameter.
4394 (nnmairix-request-create-group): Set allow-fast group parameter if
4395 nnmairix-allowfast-default is set.
4396 (nnmairix-close-group): Propagate marks upon closing if needed.
4397 (nnmairix-group-toggle-threads-this-group): Use new.
4398 nnmairix-group-toggle-parameter helper function.
4399 (nnmairix-search): Better check for empty search result.
4400 (nnmairix-goto-original-article): Use new helper functions for
4401 determining original article.
4402 (nnmairix-show-original-article): Make sure message-id is in brackets.
4403 (nnmairix-call-mairix-binary): Change variable name.
4404 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4405 helper function.
4406 (nnmairix-widget-toggle-activate): Fix doc string.
4407
4408 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4409
4410 * nnir.el: Require edmacro when compiling with XEmacs.
4411 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4412 available in Emacs 21.
4413
4414 2008-06-11 Glenn Morris <rgm@gnu.org>
4415
4416 * gnus-util.el (x-focus-frame):
4417 * gnus.el (image-size):
4418 * mm-decode.el (image-size): Declare.
4419
4420 * gnus-picon.el (declare-function): Add compat definition.
4421 (image-size): Declare.
4422
4423 * gnus-group.el (tool-bar-map):
4424 * gnus-sum.el (tool-bar-map): Define for compiler.
4425
4426 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4427
4428 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4429
4430 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4431 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4432 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4433 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4434 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4435 * sieve-manage.el, spam-report.el, spam.el:
4436 Remove unnecessary eval-and-compile of autoloads.
4437
4438 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
4439
4440 * auth-source.el: Precise Tramp doc.
4441
4442 2008-06-07 Glenn Morris <rgm@gnu.org>
4443
4444 * nnmairix.el: Remove unnecessary eval-when-compile.
4445
4446 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
4447
4448 * nnir.el: New file.
4449
4450 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * gnus-util.el (gnus-read-shell-command): New function.
4453 * mm-decode.el (mm-pipe-part):
4454 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4455
4456 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
4457
4458 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4459
4460 2008-06-03 Glenn Morris <rgm@gnu.org>
4461
4462 * pop3.el (nnheader-accept-process-output): Autoload it.
4463
4464 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4465
4466 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4467 are not 2-digit hexadecimal characters that follow `%'s.
4468
4469 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4470
4471 * message.el (message-bogus-recipient-p): Fix type in doc string.
4472 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4473 (message-bogus-addresses): Rename from message-bogus-address-regexp.
4474 Improve custom options.
4475 (message-bogus-recipient-p): Adjust accordingly.
4476
4477 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4478
4479 * nnmairix.el: Require edmacro when compiling with XEmacs.
4480
4481 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4482
4483 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4484 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4485
4486 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4487
4488 * auth-source.el: Add more docs.
4489
4490 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4491
4492 * nnheader.el (nnheader-read-timeout): Change the default timeout from
4493 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
4494 retrieval faster in some cases, but might make CPU usage larger. If
4495 this has any bad side effects, we might revert this change.
4496
4497 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4498 seems to make mail retrieval much, much faster.
4499 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4500 unconditionally.
4501
4502 * gnus-draft.el (gnus-group-send-queue): Bind
4503 message-send-mail-partially-limit to nil to avoid being prompted.
4504
4505 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4506
4507 * mml.el (mml-attach-buffer): Prompt for `disposition'.
4508
4509 * message.el (message-bogus-address-regexp): Fix and improve custom
4510 type.
4511 (message-setup-hook): Add message-check-recipients as custom option.
4512
4513 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4514
4515 * message.el (message-cite-function): Remove bogus autoload which crept
4516 in during merge from v5-10.
4517
4518 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
4519
4520 * nnimap.el (nnimap-open-connection): Fix login/password bug.
4521
4522 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4523
4524 * auth-source.el: Preliminary Tramp docs.
4525 (auth-sources): Change the default auth-sources to use
4526 EPA .gpg files.
4527
4528 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4529
4530 * nntp.el: Autoload `auth-source-user-or-password'.
4531 (nntp-send-authinfo): Use it.
4532
4533 * nnimap.el: Autoload `auth-source-user-or-password'.
4534 (nnimap-open-connection): Use it.
4535
4536 * auth-source.el: Added docs on using with url-auth. Import gnus-util
4537 for the gnus-message function.
4538 (auth-source-user-or-password): Use it.
4539
4540 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4543 rfc2104-hexstring-to-byte-list. Return a unibyte string.
4544 (rfc2104-hash): Use it.
4545
4546 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4547
4548 * gnus-art.el (gnus-article-toggle-truncate-lines):
4549 Don't use `iff' in docstring.
4550
4551 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
4552
4553 * gnus-registry.el: Adjusted copyright dates and added a keyword.
4554
4555 * gnus-util.el (gnus-extract-address-component-name)
4556 (gnus-extract-address-component-email): Convenience functions around
4557 `gnus-extract-address-components'.
4558
4559 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4560 Use `gnus-extract-address-component-email' to fix bug of comparing full
4561 sender name to `user-mail-address'.
4562
4563 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4564
4565 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4566 catch/throw to optimize.
4567 (gnus-registry-find-keywords): Just use member to find a keyword.
4568
4569 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4572 is current before calling gnus-server-prepare.
4573 (gnus-server-setup-buffer, gnus-server-update-server)
4574 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4575
4576 2008-05-04 Juri Linkov <juri@jurta.org>
4577
4578 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4579 (mailcap-file-default-commands): Use mailcap-replace-in-string
4580 instead of replace-regexp-in-string, and mailcap-delete-duplicates
4581 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
4582
4583 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
4584
4585 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4586
4587 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4588
4589 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4590 hooks.
4591 (gnus-update-read-articles): Speed up non-marks-using users.
4592 (gnus-use-marks): Define gnus-use-marks.
4593 (gnus-propagate-marks): Rename variable to something more sensible.
4594
4595 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4598 (gmm-image-load-path-for-library): Fix typos in docstrings.
4599 (gmm-message): Reflow docstring.
4600
4601 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
4602
4603 * mail-source.el (mail-source-set-1, mail-source-bind):
4604 Move auth-source code out of the macro to clean it up and fix bugs.
4605
4606 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
4607
4608 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4609 by sender if it's equal to user-mail-address, it's likely to be
4610 useless.
4611
4612 * mail-source.el (mail-source-bind): Don't use user or password if they
4613 are not bound. Unintern them if they are nil. Don't use server unless
4614 it's bound, and default it to empty string otherwise.
4615
4616 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4617
4618 * mail-source.el: Load auth-source.el.
4619 (mail-source-bind): Add comments. Call auth-source-user-or-password to
4620 get user name or password, if auth-sources is set up.
4621
4622 * gnus-registry.el (gnus-registry-split-strategy): New variable for
4623 strategy of splitting with parent.
4624 (gnus-registry-split-fancy-with-parent)
4625 (gnus-registry-post-process-groups): Use it and fix prior
4626 bug (returning a list as the split result).
4627
4628 * auth-source.el (auth-sources): Remove server parameter.
4629 (auth-source-pick, auth-source-user-or-password)
4630 (auth-source-user-or-password-imap)
4631 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4632 (auth-source-user-or-password-sftp)
4633 (auth-source-user-or-password-smtp): Remove server parameter.
4634
4635 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
4636
4637 * smime.el (smime-sign-region, smime-encrypt-region)
4638 (smime-decrypt-region):
4639 Remove redundant calls to `generate-new-buffer-name'.
4640
4641 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
4642
4643 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4644 Don't use QP for message/rfc822.
4645 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4646
4647 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4648
4649 * sieve-manage.el (sieve-string-bytes): Remove.
4650 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4651 correct byte-length only if the process's coding-system is the same as
4652 the one used internally by Emacs to represent strings.
4653
4654 2008-04-22 Juri Linkov <juri@jurta.org>
4655
4656 * mailcap.el (mailcap-file-default-commands): New function.
4657
4658 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4659
4660 * message.el (message-signature-separator, message-cite-function):
4661 Change custom version.
4662
4663 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4664
4665 * mm-decode.el (mm-display-external): Make temp file read-only.
4666
4667 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4668
4669 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4670 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
4671 `C-c C-f d'.
4672
4673 2008-04-12 Adrian Aichner <adrian@xemacs.org>
4674
4675 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4676
4677 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4678
4679 * auth-source.el: Added docs.
4680 (auth-sources): Modify format to support server.
4681 (auth-source-pick, auth-source-user-or-password)
4682 (auth-source-user-or-password-imap)
4683 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4684 (auth-source-user-or-password-sftp)
4685 (auth-source-user-or-password-smtp): Add server parameter.
4686
4687 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
4688
4689 * gnus-registry.el: Initialize the registry when gnus-registry-install
4690 is t.
4691
4692 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
4693
4694 * compface.el (uncompface): Make buffer unibyte.
4695
4696 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * mail-source.el (mail-source-value):
4699 Prefer fboundp to functionp so it works with macros as well.
4700
4701 2008-04-05 Glenn Morris <rgm@gnu.org>
4702
4703 * gnus-ems.el (mm-disable-multibyte): Autoload it.
4704
4705 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
4708 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4709
4710 * nnheader.el (nnheader-init-server-buffer): Change buffer's
4711 multibyteness after rather than before erasing it.
4712
4713 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4714 mm-with-multibyte.
4715 (gnus-request-article-this-buffer): Make sure the proper decoding is
4716 used if gnus-original-article-buffer happens to be unibyte.
4717
4718 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4719 default-enable-multibyte-characters.
4720
4721 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4722 default-enable-multibyte-characters.
4723
4724 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4725
4726 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4727
4728 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4731 Fix last change in case the element is not even a symbol.
4732
4733 2008-04-02 Simon Josefsson <simon@josefsson.org>
4734
4735 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4736 imap-enable-exchange-bug-workaround.
4737 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4738
4739 2008-04-01 Simon Josefsson <simon@josefsson.org>
4740
4741 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4742 a 100 byte status-checks into a 2-3MB transfer for each group.
4743 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4744 to enable bug workaround or not.
4745 (nnimap-find-minmax-uid): Only enable workaround conditionally.
4746
4747 2008-03-31 Glenn Morris <rgm@gnu.org>
4748
4749 * message.el (mml2015-use): Declare for compiler.
4750 (message-info): Require mml2015 when appropriate.
4751
4752 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4755 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4756 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4757 (nntp-service-to-port): New function.
4758 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4759 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4760 (nntp-open-netcat-stream): New function.
4761 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4762
4763 2008-03-29 Sven Joachim <svenjoac@gmx.de>
4764
4765 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4766
4767 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4770
4771 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
4772
4773 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4774
4775 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
4776
4777 * message.el (message-signature-separator): Change default.
4778 Improve custom type.
4779 (message-cite-function): Change default to
4780 message-cite-original-without-signature.
4781
4782 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4783 toggle.
4784
4785 * message.el (message-check-news-body-syntax): Fix signature check.
4786 (message-setup-1): Mark buffer as unmodified _after_ running
4787 message-setup-hook and handling message-alternative-emails.
4788 (message-shorten-references): Be more strict when building list of
4789 valid references to comply with GNKSA.
4790
4791 * gnus-group.el (gnus-read-ephemeral-bug-group)
4792 (gnus-read-ephemeral-debian-bug-group)
4793 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4794
4795 * message.el (message-info): Don't use booleanp which isn't supported
4796 in Emacs 21 and XEmacs.
4797
4798 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4799
4800 * gnus-group.el (gnus-gmane-group-download-format): Rename from
4801 gnus-group-gmane-group-download-format.
4802 (gnus-group-read-ephemeral-gmane-group): Rename from
4803 gnus-group-read-ephemeral-gmane-group.
4804 (gnus-read-ephemeral-gmane-group-url): Rename from
4805 gnus-group-read-ephemeral-gmane-group-url.
4806 (gnus-bug-group-download-format-alist): New variable.
4807 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4808 (gnus-read-ephemeral-emacs-bug-group): New commands.
4809
4810 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4811
4812 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4813 (gnus-visible-headers): Improve custom type.
4814
4815 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4816
4817 * mml.el (mml-menu): Add workarounds for XEmacs.
4818
4819 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4820 X-Boundary header.
4821
4822 * message.el (message-simplify-recipients): Fix previous commit.
4823
4824 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * mm-util.el (mm-set-buffer-multibyte): New function.
4827 * mm-decode.el (mm-copy-to-buffer): Use it.
4828
4829 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4830 Prefer fboundp to functionp so it works with macros as well.
4831
4832 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4833
4834 * message.el (message-alter-recipients-discard-bogus-full-name):
4835 New function.
4836 (message-alter-recipients-function): New variable.
4837 (message-get-reply-headers): Use it.
4838 (message-replace-header): New helper function.
4839 (message-recipients-without-full-name): New variable.
4840 (message-simplify-recipients): New command.
4841
4842 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4843
4844 * message.el (message-info): Handle EasyPG manual.
4845
4846 * mml.el (mml-menu): Add entry for EasyPG.
4847
4848 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
4849
4850 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4851 parameter.
4852
4853 * message.el (message-disassociate-draft): Specify drafts group name
4854 fully.
4855
4856 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
4857
4858 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4859 unnecessary duplicates from the match list.
4860
4861 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
4862
4863 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4864 args of `how-many' of which the XEmacs version doesn't take; declare
4865 Info-index-next as function.
4866
4867 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4868
4869 * gnus-score.el (gnus-score-headers): Fix handling of
4870 gnus-inhibit-slow-scoring.
4871
4872 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4873 string.
4874 (gnus-button-url-regexp): Improve handling of parenthesis.
4875 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4876 (gnus-button-handle-info-keystrokes): Handle index entries.
4877
4878 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
4879
4880 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4881 Incoming* files.
4882
4883 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4884
4885 * auth-source.el (auth-sources): Renamed from auth-source-choices.
4886 (auth-source-pick): Use it.
4887
4888 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4889
4890 * auth-source.el (auth-source-protocols)
4891 (auth-source-protocols-customize, auth-source-choices): Added and
4892 modified variable customizations and defaults.
4893 (auth-source-pick, auth-source-user-or-password)
4894 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4895 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4896 (auth-source-user-or-password-sftp)
4897 (auth-source-user-or-password-smtp): Use new variables and provide an
4898 interface to netrc.el.
4899
4900 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
4901
4902 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4903 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4904 Make sure the nntp port to specify is a string.
4905
4906 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * nntp.el: Use with-current-buffer.
4909 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4910 dubious mm-with-unibyte-current-buffer.
4911 (nntp-with-open-group-function): New function extracted from
4912 nntp-with-open-group macro.
4913 (nntp-with-open-group): Use the function, so it's easier to debug.
4914 Add indentation and debugging info.
4915 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4916 the use of the netcat alternatives.
4917
4918 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4919 Avoid mm-string-as-multibyte as well.
4920
4921 * nnweb.el (nnweb-insert-html):
4922 Remove use of nnheader-string-as-multibyte.
4923
4924 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4925 (nnheader-string-as-multibyte): Remove.
4926
4927 * mm-view.el: Use inhibit-read-only.
4928 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4929 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4930 or unibyte-string.
4931
4932 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4933 (mm-uu-yenc-extract): Use with-current-buffer.
4934
4935 * gnus-soup.el (gnus-soup-send-packet): Don't use
4936 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4937
4938 * nnmh.el: Use with-current-buffer.
4939 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4940 mm-string-as-multibyte on the output of mm-encode-coding-string.
4941
4942 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4943 (nnimap-request-move-article): Use with-current-buffer.
4944
4945 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4946 inserting the handle-buffer's text, so the implicit multibyte->unibyte
4947 conversion uses string-make-unibyte rather than string-as-unibyte.
4948
4949 * gnus-msg.el: Use with-current-buffer.
4950
4951 * message.el (message-ignored-resent-headers): Add "Delivered-To".
4952
4953 2008-03-10 Daiki Ueno <ueno@unixuser.org>
4954
4955 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4956 string for caching if it is 'PIN.
4957
4958 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
4959
4960 * mail-source.el (mail-source-delete-old-incoming-confirm):
4961 Change default to nil.
4962 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4963
4964 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
4965
4966 * gnus-art.el (gnus-narrow-to-page): Position point properly.
4967 (gnus-article-goto-prev-page): Work for articles having ^L's.
4968
4969 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4970
4971 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4972
4973 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4974
4975 * gnus-bookmark.el: Adjust for renames in bookmark.el.
4976 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4977 (gnus-bookmark-jump): Adjust some variable names.
4978
4979 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
4980
4981 * auth-source.el: New package.
4982 (auth-source-choices): Add customization entry point variable.
4983
4984 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4985 bug.
4986
4987 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
4988
4989 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4990 (gnus-registry-initialize, gnus-registry-install-p): Use it.
4991 (gnus-registry-install-shortcuts): Rename from
4992 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
4993 the `gnus-registry-mark-map' keymap dynamically from
4994 `gnus-registry-marks'. The generated functions update the summary line
4995 when a registry mark is added or deleted, and will call
4996 `gnus-registry-install-p' (see the comments in the code).
4997 (gnus-registry-user-format-function-M): Use concat intelligently.
4998
4999 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5000 the registry mark functions.
5001
5002 2008-03-05 Glenn Morris <rgm@gnu.org>
5003
5004 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5005 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5006 gnus-art.
5007 (top-level): No need to load own source when compiling.
5008
5009 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5010
5011 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5012 Suggested by <chris.anderton@zetnet.co.uk>.
5013
5014 2008-03-04 Glenn Morris <rgm@gnu.org>
5015
5016 * gnus-sum.el (top-level): No need to require gnus when compiling,
5017 since unconditionally required near start of file.
5018 (gnus-summary-display-while-building): Move definition before use.
5019
5020 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
5021
5022 * gnus-registry.el (gnus-registry-user-format-function-M): Add
5023 formatting function.
5024
5025 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
5026
5027 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5028 with plists.
5029 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5030 Use new format.
5031
5032 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5033
5034 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5035 `where-is-internal' that returns a range of key sequences.
5036
5037 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5040
5041 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5042 (gnus-summary-jump-to-group): Consider windows on other displayed
5043 frames as well. Similar changes might be needed elsewhere, but that's
5044 the one I've bumped into during my use.
5045
5046 * nndoc.el (nndoc-oe-dbx-type-p):
5047 * gnus-msg.el (gnus-debug):
5048 * gnus-group.el (gnus-update-group-mark-positions):
5049 Use mm-string-to-multibyte.
5050
5051 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5052
5053 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5054 doesn't handle NotDashEscaped.
5055
5056 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
5057 (mml-dnd-attach-options): Fix typo in custom choice.
5058
5059 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5060 nndoc-article-type to mbox.
5061 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5062
5063 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
5064 to nil, instead of html2text.
5065
5066 * imap.el (imap-debug): Add `imap-ping-server'.
5067
5068 * gnus-bookmark.el: Add FIXMEs.
5069
5070 * message.el (message-form-letter-separator)
5071 (message-send-form-letter-delay): New variables.
5072 (message-send-form-letter): Use them. New command to send form
5073 letters. Requested by Uwe Siart.
5074 (message-send-mail-function): Doc fix. Add "Other" custom option.
5075
5076 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
5077
5078 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5079 empty author.
5080
5081 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
5082
5083 * gnus-registry.el (gnus-registry-marks): Add variable for
5084 customization of marks and their appearance.
5085 (gnus-registry-read-mark): Use it.
5086 (gnus-registry-do-marks): Add utility function to loop through
5087 `gnus-registry-marks'.
5088 (gnus-registry-install-shortcuts-and-menus): Add function to install
5089 shortcuts and menus.
5090 (gnus-registry-initialize): Use it.
5091 (gnus-registry-default-mark): Clarify documentation.
5092
5093 2008-02-29 Glenn Morris <rgm@gnu.org>
5094
5095 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5096 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5097 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5098 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5099 Change defcustom :version from 23.0 to 23.1.
5100
5101 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
5102
5103 * gnus-registry.el (gnus-registry-follow-group-p)
5104 (gnus-registry-post-process-groups): Add functions to aid registry
5105 splitting and improve logging. Clarify behavior in function
5106 documentation.
5107 (gnus-registry-split-fancy-with-parent): Use them.
5108
5109 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * gnus-art.el: Use with-current-buffer.
5112
5113 2008-02-27 David Engster <dengste@eml.cc>
5114
5115 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5116 Express real group name in the response.
5117
5118 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5119
5120 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5121 (nnmairix-last-server, nnmairix-current-server): Defvar them.
5122 (nnmairix-goto-original-article): Defvar gnus-registry-install and
5123 autoload gnus-registry-fetch-group when compiling.
5124 (nnmairix-request-group-with-article-number-correction): Remove
5125 unreferenced argument passed to nnmairix-call-backend.
5126
5127 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5128
5129 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5130 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
5131 Wilde.
5132
5133 2008-02-27 Glenn Morris <rgm@gnu.org>
5134
5135 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5136 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5137 variables to defconsts. Convert comments to doc-strings.
5138 (nnmairix-last-server, nnmairix-current-server): Convert from free
5139 variables to defvars. Convert comments to doc-strings.
5140 (gnus-registry-fetch-group): Autoload.
5141 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5142 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5143 (nnmairix-widget-build-editable-fields): Use car cddr rather than
5144 caddr.
5145 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5146 nnmairix-request-group-with-article-number-correction call.
5147 (nnmairix-fast, nnmairix-group): New, less general names, for free
5148 variables passed from nnmairix-request-group to
5149 nnmairix-request-group-with-article-number-correction. Declare.
5150 (nnmairix-request-group-with-article-number-correction):
5151 Use nnmairix-fast, nnmairix-group rather than fast, group.
5152
5153 2008-02-26 David Engster <dengste@eml.cc>
5154
5155 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
5156 version 0.5.
5157
5158 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
5159
5160 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5161 instead of making an extra function call. Don't add the current group
5162 to articles only when they have the group. Use
5163 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5164 Reported by David <de_bb@arcor.de>.
5165
5166 2008-02-24 Miles Bader <miles@gnu.org>
5167
5168 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5169 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5170 (mm-find-mime-charset-region):
5171 * mm-bodies.el (mm-encode-body):
5172 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5173
5174 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
5175
5176 * mail-source.el (mail-source-delete-incoming): Change default.
5177 Supplement doc string.
5178
5179 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5180
5181 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5182
5183 * nnmail.el (nnmail-message-id-cache-file): Derive from
5184 `gnus-home-directory'.
5185
5186 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
5187
5188 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5189 Document negative prefix.
5190
5191 * gnus-group.el (gnus-group-read-group): Document negative prefix.
5192
5193 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5194
5195 * message.el (message-unsent-separator): Add the Exim bounce
5196 separator.
5197
5198 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5199
5200 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5201 list.
5202 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5203 recipient/signer list.
5204
5205 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5206
5207 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5208 fbound (Emacs 23 unicode), signal an error.
5209
5210 2008-02-08 Glenn Morris <rgm@gnu.org>
5211
5212 * gnus-art.el (pgg-display-output-buffer): Declare as function.
5213
5214 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
5215
5216 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5217 ports to the calls to `netrc-machine-user-or-password' in addition to
5218 "imap" and "imaps".
5219
5220 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
5221
5222 * gnus.el (gnus-group-startup-message): Add `find-image' call before
5223 image-load-path is let-bound. Reported by Harald Hanche-Olsen
5224 <hanche@math.ntnu.no>.
5225
5226 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
5227
5228 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5229
5230 2008-02-01 Zhang Wei <id.brep@gmail.com>
5231
5232 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5233
5234 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5235
5236 2008-02-01 Miles Bader <miles@gnu.org>
5237
5238 * mml.el (mml-parse-1): Remove apparently vestigial use of
5239 `mm-hack-charsets'.
5240 * mm-bodies.el (mm-encode-body): Likewise.
5241
5242 2008-02-01 Kenichi Handa <handa@m17n.org>
5243
5244 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5245 rfc2104-hexstring-to-bitstring and changed to return a byte list.
5246 (rfc2104-hash): Convert the result of concat to unibyte string.
5247
5248 2008-02-01 Dave Love <fx@gnu.org>
5249
5250 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5251 coding-system-for-read.
5252 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5253
5254 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5255 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
5256 (mm-find-mime-charset-region): Remove hack-charsets stuff.
5257
5258 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
5259
5260 * mail-source.el (mail-sources): Add `group' choice.
5261
5262 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5263 parameter `in-group' to control into which group the articles go.
5264 Add treatment of `group' mail-source.
5265
5266 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5267
5268 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5269 * message.el (message-beginning-of-line): Use featurep instead of bound
5270 tests in order to resolve conditionals at compile time.
5271
5272 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5273
5274 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5275
5276 * mm-decode.el (mm-dissect-buffer): Decode description.
5277
5278 * mml.el (mml-to-mime): Encode message header first.
5279
5280 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5281
5282 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5283 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5284
5285 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
5286
5287 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5288
5289 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5290
5291 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5292 prefix keys.
5293 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5294 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5295 gnus-xmas.el.
5296
5297 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5298
5299 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5300 Add new variables for article mark management.
5301 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5302 list of extra data entries which, when present, will indicate that the
5303 article ID should not be trimmed from the registry.
5304 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5305 functions.
5306 (gnus-registry-read-mark): New function to read a mark name from the
5307 user.
5308 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5309 (gnus-registry-set-article-mark-internal): New functions to add and
5310 remove marks.
5311 (gnus-registry-get-article-marks): New function to show the marks for
5312 an article, or retrieve them for further use.
5313
5314 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5315
5316 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5317 keys when no argument is given.
5318
5319 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5320
5321 * gnus-sum.el (gnus-article-sort-by-random)
5322 (gnus-thread-sort-by-random): Fix doc strings. Reported by
5323 jidanni@jidanni.org.
5324
5325 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
5326
5327 * gnus-art.el (gnus-article-describe-bindings): New function.
5328 (gnus-article-read-summary-keys): Use it.
5329 (gnus-article-mode-map): Bind `C-h b' to it.
5330
5331 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5332
5333 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5334 XEmacs.
5335 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5336 against non-character events.
5337
5338 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5339
5340 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5341 command.
5342 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5343 instead of END. Change name of the temp file.
5344 (gnus-group-gmane-group-download-format): Add doc string. Make it
5345 customizable.
5346
5347 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5348
5349 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5350 bind `S W' to gnus-article-wide-reply-with-original; set default
5351 binding to gnus-article-read-summary-send-keys.
5352 (gnus-article-read-summary-keys): Fix the order of keys; display
5353 continuation keys correctly in the echo area; describe bindings
5354 correctly when keys end with `C-h'.
5355 (gnus-article-read-summary-send-keys): New function.
5356 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5357 for gnus-article-read-summary-send-keys; display continuation keys
5358 correctly in the echo area.
5359 (gnus-article-reply-with-original): Ignore prefix argument.
5360 (gnus-article-wide-reply-with-original): New function.
5361
5362 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
5363
5364 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5365 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5366
5367 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
5368
5369 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5370 (gnus-group-read-ephemeral-gmane-group): New command.
5371
5372 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5373
5374 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5375
5376 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
5377
5378 * message.el (message-send-mail-function): Increase custom version.
5379
5380 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5381 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
5382
5383 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
5384
5385 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5386 html parts correctly; support forwarded messages.
5387 (gnus-article-browse-html-article): Remove work buffers.
5388
5389 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5390 compiling.
5391 (netrc-bound-and-true-p): New macro.
5392 (netrc-parse): Use it instead of bound-and-true-p that is not available
5393 in XEmacs 21.4.
5394
5395 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5396
5397 * gnus-registry.el (gnus-registry-mark-article)
5398 (gnus-registry-article-marks): Add functionality to mark articles
5399 through the Gnus registry.
5400
5401 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5402 (netrc-parse): Use encrypt-file-alist to determine if
5403 encrypt-find-model or encrypt-insert-file-contents should be used.
5404
5405 2007-12-19 Glenn Morris <rgm@gnu.org>
5406
5407 * mml.el (message-options-set, message-narrow-to-head)
5408 (message-in-body-p, message-mail-p, message-encode-message-body):
5409 Autoload.
5410 (message-remove-header, message-narrow-to-headers-or-head)
5411 (message-subscribed-p, message-make-mail-followup-to)
5412 (message-position-on-field, message-news-p)
5413 (message-options-set-recipient, message-generate-headers)
5414 (message-sort-headers): Declare as functions.
5415
5416 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5417
5418 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5419 convention in doc string.
5420
5421 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
5422
5423 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5424 title to html parts.
5425 (gnus-article-browse-html-article): Pass message header to it.
5426
5427 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5428
5429 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
5430
5431 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5432 or password compatible with XEmacs.
5433
5434 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5435
5436 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5437 format document.
5438 (gnus-mime-delete-part): Don't write description line if empty.
5439 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5440
5441 2007-12-14 Johan Bockgård <bojohan@gnu.org>
5442
5443 * gnus-sum.el (gnus-summary-mark-unread-as-read)
5444 (gnus-summary-mark-read-and-unread-as-read)
5445 (gnus-summary-mark-current-read-and-unread-as-read)
5446 (gnus-summary-mark-unread-as-ticked): Doc fix.
5447 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5448
5449 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5450
5451 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
5452 Christoph Conrad <christoph.conrad@gmx.de>.
5453
5454 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5455
5456 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5457 yes-or-no-p.
5458
5459 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
5460
5461 * mm-decode.el (mm-add-meta-html-tag): New function.
5462 (mm-save-part-to-file, mm-pipe-part): Use it.
5463
5464 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5465 gnus-y-or-n-p instead of y-or-n-p.
5466 (gnus-article-browse-html-parts): Work with message/external-body; use
5467 mm-add-meta-html-tag.
5468
5469 2007-12-11 Glenn Morris <rgm@gnu.org>
5470
5471 * gnus-cache.el: Require gnus-sum not just when compiling.
5472
5473 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5474
5475 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5476 definitions before use.
5477
5478 * mm-decode.el: Require gnus-util.
5479 (mm-remove-part): Only call delete-annotation on XEmacs.
5480
5481 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5482
5483 * nnmail.el: Require gnus-int.
5484
5485 * spam.el: Move `require's before `eval-when-compile's.
5486
5487 * gnus-ems.el (gnus-alive-p):
5488 * gnus-fun.el (message-goto-eoh):
5489 * gnus-util.el (gnus-group-name-decode):
5490 * mail-source.el (gnus-compress-sequence):
5491 * message.el (Info-goto-node, format-spec):
5492 * mm-bodies.el (message-options-get):
5493 * mm-decode.el (mm-view-pkcs7):
5494 * mm-util.el (gmm-write-region):
5495 * mml-smime.el (mml-compute-boundary)
5496 (gnus-completing-read-with-default):
5497 * mml.el (widget-button-press, gnus-make-hashtable):
5498 * mml1991.el (mm-decode-content-transfer-encoding)
5499 (mm-encode-content-transfer-encoding)
5500 (message-options-get, message-options-set):
5501 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5502 * nnfolder.el (gnus-request-group):
5503 * nnheader.el (ietf-drums-unfold-fws):
5504 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5505 * smime.el (gnus-run-mode-hooks):
5506 * spam-stat.el (gnus-message): Autoload.
5507
5508 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5509 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5510 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5511 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5512 Add declare-function compatibility definition.
5513
5514 * gnus-cache.el (nnvirtual-find-group-art):
5515 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5516 (gnus-add-image, gnus-add-wash-type):
5517 * gnus-group.el (nnkiboze-score-file):
5518 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5519 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5520 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5521 (message-tokenize-header, gnus-get-buffer-create)
5522 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5523 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5524 * gnus.el (gnus-group-decoded-name):
5525 * mail-source.el (imap-capability):
5526 * mm-bodies.el (message-options-set):
5527 * mm-decode.el (gnus-configure-windows):
5528 * mm-extern.el (message-goto-body):
5529 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5530 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5531 (epg-sub-key-validity, message-options-set):
5532 * mml.el (widget-event-point, gnus-configure-windows):
5533 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5534 * mml2015.el (epg-check-configuration, epg-configuration)
5535 (message-options-set):
5536 * nndb.el (nndb-request-article):
5537 * nnfolder.el (gnus-request-create-group):
5538 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5539 * nnmaildir.el (gnus-group-mark-article-read):
5540 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5541 * rfc1843.el (message-fetch-field):
5542 * spam.el (gnus-extract-address-components):
5543 Declare as functions.
5544
5545 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5546
5547 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5548
5549 2007-12-09 Glenn Morris <rgm@gnu.org>
5550
5551 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5552
5553 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5554 * message.el, mm-view.el, sieve-manage.el, smime.el:
5555 Add declare-function compatibility definition.
5556
5557 * gnus-art.el (w3-region, w3m-region, Info-menu):
5558 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5559 * gnus-sum.el (gnus-get-predicate):
5560 * gnus-util.el (mm-append-to-file, w32-focus-frame):
5561 * message.el (mail-abbrev-in-expansion-header-p):
5562 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5563 (w3m-detect-meta-charset, w3m-region):
5564 * sieve-manage.el (password-read, password-cache-add)
5565 (password-cache-remove):
5566 * smime.el (password-read-and-add): Declare as functions.
5567
5568 2007-12-08 David Kastrup <dak@gnu.org>
5569
5570 * gnus-sum.el (gnus-summary-simplify-subject-query):
5571 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5572 `message'.
5573
5574 2007-12-07 Glenn Morris <rgm@gnu.org>
5575
5576 * gnus-art.el (article-make-date-line): Revert previous change.
5577
5578 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5579
5580 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5581
5582 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
5583
5584 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5585 Call gnus-add-to-range ranges only once with a prepared article-list.
5586
5587 2007-12-06 Paul Jarc <prj@po.cwru.edu>
5588
5589 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5590 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5591 group names with backslashes. Reported by Tassilo Horn
5592 <tassilo@member.fsf.org>.
5593
5594 2007-12-06 Deepak Goel <deego3@gmail.com>
5595
5596 * gnus-art.el (article-make-date-line):
5597 * gnus-start.el (gnus-load):
5598 * pop3.el (pop3-read-response): Fix buggy call to `error'.
5599
5600 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5601
5602 * gnus-art.el (gnus-use-idna)
5603 * gnus-start.el (gnus-site-init-file)
5604 * message.el (message-use-idna)
5605 * mm-uu.el (mm-uu-hide-markers)
5606 * smiley.el (smiley-style): Revert changes that suppress warnings.
5607
5608 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5609
5610 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5611 specify charset to html source. Reported by Christoph Conrad
5612 <christoph.conrad@gmx.de>.
5613
5614 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5615
5616 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5617 idna-program in order to suppress byte compile warning issued by XEmacs
5618 that came to byte compile the default value section of defcustom forms
5619 recently.
5620
5621 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5622 value of installation-directory.
5623
5624 * message.el (message-use-idna): Don't directly refer to the value of
5625 idna-program.
5626
5627 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5628
5629 * smiley.el (smiley-style): Don't directly call face-attribute.
5630
5631 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
5632
5633 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5634
5635 * gnus-dired.el: Reduce Gnus dependencies.
5636 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5637 require. Use autoloads instead.
5638 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5639 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5640 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5641 (gnus-dired-mode): Adjust doc string.
5642 (gnus-dired-mail-mode): New variable.
5643 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5644 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5645 (gnus-dired-mail-buffers): New function. Return mail or message
5646 composition buffers.
5647 (gnus-dired-attach): Use it.
5648 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5649 NO-DECODE.
5650 (gnus-dired-print): Use `gnus-print-buffer' depending on
5651 `gnus-dired-mail-mode'.
5652
5653 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5654
5655 * rfc2047.el (rfc2047-encoded-word-regexp)
5656 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5657 explaining what regexp patterns are for.
5658
5659 2007-12-04 Glenn Morris <rgm@gnu.org>
5660
5661 * password.el: Move to ../password-cache.el.
5662
5663 * mml1991.el (password-read, password-cache-add, password-cache-remove):
5664 * mml2015.el (password-read, password-cache-add, password-cache-remove):
5665 * mml-smime.el (password-read, password-cache-add)
5666 (password-cache-remove):
5667 No need to autoload, since mml-sec requires password.
5668
5669 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5670 * message.el (gnus-extract-address-components):
5671 * mml-smime.el (gnus-extract-address-components): Define for compiler.
5672
5673 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5674 password.
5675
5676 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
5677
5678 * mailcap.el: Reduce dependencies.
5679 (mail-header-parse-content-type): Autoload.
5680 (mailcap-delete-duplicates): New alias.
5681 (mailcap-mime-info): Add optional argument NO-DECODE.
5682 (mailcap-mime-types): Use mailcap-delete-duplicates.
5683
5684 * message.el (message-ignored-supersedes-headers): Add "X-ID".
5685
5686 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5687
5688 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5689 function.
5690
5691 * gnus-uu.el (gnus-uu-decode-yenc): New command.
5692 (gnus-uu-yenc-article): New function.
5693
5694 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5695
5696 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5697 buffer.
5698
5699 2007-12-02 Glenn Morris <rgm@gnu.org>
5700
5701 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
5702 Move to ../net.
5703
5704 * binhex.el, uudecode.el: Move to ../mail.
5705
5706 * encrypt.el: Remove file.
5707
5708 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
5709
5710 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5711 matches on patches.
5712
5713 * gnus-art.el (gnus-article-browse-html-article): Mention
5714 `mm-text-html-renderer' in the doc string.
5715
5716 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5717 string. Add comments.
5718
5719 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5720 if rhs is ASCII.
5721
5722 2007-12-01 Glenn Morris <rgm@gnu.org>
5723
5724 * dig.el, dns.el: Move to ../net.
5725 * format-spec.el, hex-util.el, sha1.el: Move to ../.
5726
5727 * mail-source.el (top-level): Require format-spec before
5728 eval-when-compile.
5729
5730 2007-11-30 Glenn Morris <rgm@gnu.org>
5731
5732 * encrypt.el: Require password, rather than autoloading password-read.
5733
5734 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
5735
5736 * gnus.el (gnus-method-to-server): Add an optional parameter so the
5737 caller can indicate whether the cache should be disregarded for this
5738 call. This way the result of the call is reproducible at all times and
5739 can be considered a canonical server name for the supplied method.
5740 (gnus-agent-method-p): Canonicalize server names by pushing their
5741 method through `gnus-method-to-server' using the no-cache argument.
5742
5743 * gnus-srvr.el (gnus-server-insert-server-line): Call
5744 `gnus-method-to-server' with `no-cache' argument.
5745
5746 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5747 gnus-agent-possibly-synchronize-flags as this should be called when the
5748 server is actually being opened.
5749 (gnus-agent-possibly-synchronize-flags)
5750 (gnus-agent-possibly-synchronize-flags-server): Move check for the
5751 flags file of an agentized server to the latter function.
5752
5753 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5754 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5755 after a connection has been established successfully.
5756
5757 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5758
5759 * gnus-art.el (article-display-face): Force to display face if called
5760 interactively; check if gnus-article-x-face-too-ugly matches author.
5761 (article-display-x-face): Display face even if From header is missing
5762 as article-display-face does.
5763
5764 2007-11-28 Richard Stallman <rms@gnu.org>
5765
5766 * md4.el: Move to ../.
5767 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
5768
5769 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
5770
5771 * mail-source.el (mail-sources): Default to fetch from file for
5772 compatibility with default of nnmail-spool-file.
5773
5774 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5775
5776 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5777 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5778 to look for encoded word that should be encoded again.
5779 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5780 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5781 encoding pattern.
5782 (rfc2047-decode-region): Switch strict regexp and loose one according
5783 to rfc2047-allow-irregular-q-encoded-words.
5784
5785 2007-11-26 Simon Josefsson <simon@josefsson.org>
5786
5787 * imap.el: Move to ../net directory.
5788
5789 2007-11-25 Romain Francoise <romain@orebokech.com>
5790
5791 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5792
5793 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5794
5795 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5796 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5797
5798 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5799 `nnmail-spool-file'.
5800
5801 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5802 `nnmail-spool-file'.
5803
5804 * gnus-move.el (gnus-change-server): Ditto.
5805
5806 * gnus-kill.el (gnus-batch-score): Ditto.
5807
5808 * gnus-cache.el (gnus-jog-cache): Ditto.
5809
5810 * gnus-msg.el (gnus-summary-reply):
5811 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5812
5813 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5814
5815 * gnus-cache.el (gnus-cache-generate-nov-databases):
5816 Use nnml-generate-nov-databases-directory instead of
5817 nnml-generate-nov-databases-1.
5818
5819 2007-11-24 Glenn Morris <rgm@gnu.org>
5820
5821 * message.el (message-tool-bar-retro): Update for rename
5822 mail_send.xpm->mail-send.xpm.
5823
5824 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
5825
5826 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5827 `smime-ldap-search' for Emacs 22 and up.
5828
5829 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
5830
5831 * hashcash.el: Move to ../mail directory.
5832
5833 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
5834
5835 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5836 `smime-ldap-search' for Emacs 22 and up.
5837
5838 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5841
5842 * message.el (message-send-mail-function): Fix error convention.
5843 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5844 (message-widen-reply, message-send-mail, message-talkative-question)
5845 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5846 (message-clone-locals, message-send-news): Use with-current-buffer.
5847 (message-insert-or-toggle-importance): Remove unused var `valid'.
5848 (message-make-references): Remove unused var `new-references'.
5849 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5850
5851 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
5852
5853 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5854 (spam-split-symbolic-return-positive): Reflow docstring.
5855 (spam-backends, spam-summary-exit-behavior)
5856 (spam-mark-ham-unread-before-move-from-spam-group)
5857 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5858 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5859 (spam-clear-cache, spam-backend-check, spam-install-backend)
5860 (spam-install-statistical-backend, spam-list-of-processors)
5861 (spam-group-processor-p, spam-split, spam-bogofilter-score)
5862 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5863 (spam-check-crm114, spam-initialize, spam-unload-hook):
5864 Fix typos in docstrings.
5865
5866 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5867
5868 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5869 been checked if they have never been read and those group levels are
5870 higher than the one that a user specified.
5871
5872 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5873
5874 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5875 foreign groups unless a group level is specified by a user.
5876 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5877
5878 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
5879
5880 * message.el (message-send-mail-function): Require sendmail.
5881
5882 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
5883
5884 * message.el (message-send-mail-function): Check for smtpmail too.
5885
5886 * utf7.el (utf7-encode, utf7-decode): Use coding system
5887 `utf-7'/`utf-7-imap' from utf-7.el' if available.
5888
5889 * message.el (message-send-mail-function): New function.
5890 (message-send-mail-function): Set default using
5891 message-send-mail-function. Adjust doc string.
5892 (message-send-mail-with-mailclient): New function.
5893
5894 2007-11-17 Richard Stallman <rms@gnu.org>
5895
5896 * assistant.el: Remove file.
5897
5898 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5899
5900 * smime.el (from):
5901 * rfc2047.el (message-posting-charset):
5902 * qp.el (mm-use-ultra-safe-encoding):
5903 * pop3.el (parse-time-months):
5904 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5905 * nnml.el (files):
5906 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5907 (jka-compr-compression-info-list, ange-ftp-path-format)
5908 (efs-path-regexp):
5909 * nndiary.el (files):
5910 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5911 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5912 (epg-digest-algorithm-alist, inhibit-redisplay)
5913 (password-cache-expiry):
5914 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5915 (pgg-output-buffer, password-cache-expiry):
5916 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5917 (efs-path-regexp):
5918 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5919 (inhibit-redisplay):
5920 * mm-uu.el (file-name, start-point, end-point, entry)
5921 (gnus-newsgroup-name, gnus-newsgroup-charset):
5922 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5923 (latin-unity-ucs-list):
5924 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5925 (mm-uu-binhex-decode-function):
5926 * message.el (gnus-message-group-art, gnus-list-identifiers)
5927 (rmail-enable-mime-composing, gnus-local-organization)
5928 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5929 (gnus-read-active-file, facemenu-add-face-function)
5930 (facemenu-remove-face-function, gnus-article-decoded-p)
5931 (tool-bar-mode):
5932 * mail-source.el (display-time-mail-function):
5933 * gnus-util.el (nnmail-pathname-coding-system)
5934 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5935 (gnus-original-article-buffer, gnus-user-agent)
5936 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5937 (xemacs-codename, sxemacs-codename, emacs-program-version):
5938 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5939 * gnus-start.el (gnus-agent-covered-methods)
5940 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5941 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5942 (gnus-newsgroup-headers, gnus-group-list-mode)
5943 (gnus-group-mark-positions, gnus-newsgroup-data)
5944 (gnus-newsgroup-unreads, nnoo-state-alist)
5945 (gnus-current-select-method, mail-sources)
5946 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5947 (nnmail-spool-file, gnus-cache-active-hashtb):
5948 * gnus-mh.el (mh-lib-progs):
5949 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5950 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5951 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5952 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5953 (gnus-group-buffer):
5954 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5955 (font-lock-set-defaults):
5956 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5957 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5958 (gnus-summary-post-menu, total-parts, type, condition, length):
5959 * gnus-agent.el (gnus-agent-read-agentview):
5960 * flow-fill.el (show-trailing-whitespace):
5961 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5962 eval-and-compile wrappers for byte compiler pacifiers.
5963
5964 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5965 (mm-display-inline-fontify): Check for featurep 'xemacs not
5966 extent-list.
5967
5968 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5969 itimer-list.
5970 (mm-create-image-xemacs): Only do something for XEmacs.
5971 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5972
5973 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5974
5975 * gnus-registry.el (gnus-adaptive-word-syntax-table):
5976 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5977
5978 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
5979
5980 * nnimap.el (nnimap-split-download-body):
5981 * gnus-demon.el (gnus-demon):
5982 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5983
5984 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5985
5986 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5987 macros.
5988 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5989 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5990 copy data from unibyte buffer to multibyte current buffer.
5991 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5992 to copy data from unibyte current buffer to multibyte buffer.
5993 (nntp-make-process-buffer): Make process buffer unibyte.
5994
5995 * pop3.el (pop3-open-server): Fix typo in Lisp code.
5996
5997 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
5998
5999 * pop3.el (pop3-open-server): Accept and process data more robustly at
6000 connexion start to avoid spurious "POP SSL connexion failed" errors.
6001
6002 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6003
6004 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6005 read group names.
6006
6007 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
6008
6009 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6010
6011 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * nnmail.el (nnmail-parse-active): Make group names unibyte.
6014 (nnmail-save-active): Use a unibyte buffer when saving active file,
6015 which may contain non-ASCII group names.
6016
6017 * nnml.el (nnml-request-group): Decode group names in messages.
6018
6019 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6020
6021 * message.el (message-citation-line-function)
6022 (message-insert-formatted-citation-line): Fix spelling of
6023 `message-insert-formated-citation-line'.
6024
6025 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
6026
6027 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6028
6029 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6030
6031 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6032 nnmail-pathname-coding-system.
6033
6034 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6035 that a user enters; decode group names in messages.
6036
6037 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6038
6039 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6040
6041 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6042
6043 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6044
6045 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6046 risky local variable.
6047
6048 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6049
6050 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
6051
6052 * encrypt.el: Improve documentation to fix function name typo.
6053 Reported by Daiki Ueno <ueno@unixuser.org>.
6054
6055 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6056
6057 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6058 even if the point is not in the last page of an article.
6059 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6060 back to the previous page.
6061
6062 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
6063
6064 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6065
6066 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6067
6068 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6069
6070 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * message.el (message-check-news-body-syntax): Avoid
6073 mm-string-as-multibyte.
6074 (message-hide-headers): Don't assume (point-min)==1.
6075
6076 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6077
6078 * message.el (message-remove-blank-cited-lines): Fix if remove is
6079 given.
6080 (message-bogus-address-regexp): New variable.
6081 (message-bogus-recipient-p): New function.
6082 (message-check-recipients): New command.
6083 (message-syntax-checks): Add `bogus-recipient'.
6084 (message-fix-before-sending): Add `bogus-recipient'.
6085
6086 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6087 (gnus-treat-body-boundary): Don't test window-system.
6088
6089 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
6090
6091 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6092
6093 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6094
6095 * gnus.el: Bump version to Gnus v5.13.
6096
6097 2007-10-28 Miles Bader <miles@gnu.org>
6098
6099 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6100 at compile-time too.
6101
6102 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6103
6104 * gnus-msg.el (gnus-message-setup-hook): Add
6105 `message-remove-blank-cited-lines' to options.
6106
6107 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6108
6109 * message.el (message-remove-blank-cited-lines): New function.
6110 Suggested by Karl Plästerer.
6111
6112 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6113
6114 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6115 mapc.
6116
6117 * imap.el (imap-open): Replace mapcar called for effect with mapc.
6118 (top-level): Use mapc to set functions to be traced for debugging.
6119
6120 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6121 called for effect with while loop.
6122
6123 * message.el (message-talkative-question): Replace mapcar called for
6124 effect with mapc.
6125
6126 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6127 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6128 called for effect with dolist.
6129
6130 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6131
6132 * nndiary.el: Use dolist instead of mapcar to add diary headers to
6133 gnus-extra-headers and nnmail-extra-headers.
6134
6135 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6136 called for effect with dolist.
6137 (top-level): Use mapc to set functions to be traced for debugging.
6138
6139 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6140 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6141 dolist.
6142
6143 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6144 Replace mapcar called for effect with mapc.
6145 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6146 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6147 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6148 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6149
6150 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6151 remove-if that's a cl function.
6152
6153 * webmail.el (webmail-debug): Replace mapcar called for effect with
6154 dolist.
6155
6156 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
6157
6158 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6159 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6160 with while loop.
6161
6162 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6163 functions from article-* functions.
6164 (gnus-multi-decode-header): Replace mapcar called for effect with
6165 dolist.
6166
6167 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6168 (gnus-bookmark-show-details): Replace mapcar called for effect with
6169 while loop.
6170
6171 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6172 called for effect with while loop.
6173
6174 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6175 with dolist.
6176
6177 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6178 mapcar called for effect with dolist.
6179
6180 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6181
6182 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6183 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6184 Replace mapcar called for effect with dolist.
6185 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6186 mapc.
6187
6188 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6189 Replace mapcar called for effect with dolist.
6190 (gnus-topic-list): Replace mapcar called for effect with mapc.
6191
6192 * gnus.el: Use mapc instead of mapcar to add autoloads.
6193
6194 2007-10-23 Richard Stallman <rms@gnu.org>
6195
6196 * gnus-group.el (gnus-group-highlight): Mark as risky.
6197
6198 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
6199
6200 * gnus.el (gnus-server-to-method): Return method found first in
6201 gnus-newsrc-alist.
6202
6203 * gnus-art.el (gnus-article-highlight-signature)
6204 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6205 button overlay without the front stickiness.
6206
6207 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
6208
6209 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6210 overview buffer needed a catch to receive its throw.
6211 (gnus-agent-flush-cache): Declared as interactive to make this function
6212 easier to use.
6213
6214 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
6215
6216 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6217 `next-line'.
6218
6219 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6222 exclude address matching message-dont-reply-to-names.
6223
6224 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6225
6226 * gnus-util.el (gnus-string<): New function.
6227
6228 * gnus-sum.el (gnus-article-sort-by-author)
6229 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6230
6231 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6232
6233 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6234 the frame-focus tag is set in gnus-buffer-configuration.
6235
6236 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * gnus-art.el (gnus-article-add-button): Make a button overlay without
6239 the front stickiness.
6240
6241 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6242
6243 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6244 url pattern; remove duplicate one.
6245 (gnus-article-extend-url-button): New function.
6246 (gnus-article-add-buttons): Use it.
6247 (gnus-button-push): Use concatenated url that it makes.
6248
6249 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6250
6251 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6252 (sieve-manage-open): Use `mapc' instead of `mapcar'.
6253
6254 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6257 Don't hardcode point-min==1.
6258
6259 2007-09-30 David Kastrup <dak@gnu.org>
6260
6261 * gnus-art.el (gnus-article-reply-with-original)
6262 (gnus-article-followup-with-original): When `transient-mark-mode' is
6263 off, refrain from active-region behavior for followups.
6264
6265 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6266
6267 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6268 Fix comment about "iso8859-1".
6269
6270 2007-10-08 Daiki Ueno <ueno@unixuser.org>
6271
6272 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6273 ones returned from the verify-function.
6274
6275 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6276 mml2015-extract-cleartext-signature if extraction failed.
6277
6278 2007-10-07 Daiki Ueno <ueno@unixuser.org>
6279
6280 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6281 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6282 failed.
6283
6284 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6285
6286 * Relicense "GPLv2 or later" files to "GPLv3 or later".
6287
6288 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6289
6290 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6291 to mark a thread as expirable. Add variable `hide' to handle hiding of
6292 thread for both the null and zero (kill/expire thread) universal prefix
6293 cases.
6294 (gnus-summary-expire-thread): Add new function to expire a thread,
6295 using gnus-summary-kill-thread.
6296 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6297 shortcuts for gnus-summary-expire-thread.
6298 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6299 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
6300
6301 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6302
6303 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6304 extras value, so an extras entry can be deleted.
6305 (gnus-registry-delete-extra-entry): Use it.
6306 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6307 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6308 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6309 storage through the gnus-registry, and provide an appropriate API for
6310 it.
6311
6312 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6313
6314 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6315 Suggested by Leo <sdl.web@gmail.com>.
6316
6317 * gnus.el: Do.
6318
6319 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6320
6321 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6322 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
6323
6324 * gnus-agent.el (gnus-agent-fetch-headers): Do.
6325
6326 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6327 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6328
6329 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6330
6331 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6332 newline.
6333 (nnmbox-request-accept-article): Don't change article in source buffer;
6334 narrow to header to use message-fetch-field rather than
6335 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6336 (nnmbox-request-replace-article): Quote lines that'll be misidentified
6337 as delimiters; make sure article ends with newline.
6338 (nnmbox-delete-mail): Correct last position of article to be deleted;
6339 ignore X-Gnus-Newsgroup header in article body.
6340 (nnmbox-save-mail): Quote lines looking like delimiters at the right
6341 positions; make sure article ends with newline.
6342
6343 * message.el (message-display-abbrev): Don't infloop when a user
6344 inserts SPC in the beginning of header.
6345
6346 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
6347
6348 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6349 list of groups not followed by default. Fix type to be regexp.
6350 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6351
6352 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
6353
6354 * hmac-def.el (define-hmac-function): Switch from old-style to
6355 new-style backquotes.
6356
6357 * md4.el (md4-make-step): Likewise.
6358
6359 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6360
6361 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6362 raw-text coding system when saving .newsrc file, which may contain
6363 non-ASCII group names.
6364
6365 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6366
6367 * gnus-cus.el (gnus-score-extra): New widget.
6368 (gnus-score-extra-convert): New function.
6369 (gnus-score-customize): Use it for Extra.
6370
6371 2007-08-31 Daiki Ueno <ueno@unixuser.org>
6372
6373 * mml2015.el (mml2015-extract-cleartext-signature): New function.
6374 (mml2015-mailcrypt-clear-verify): Use it.
6375 (mml2015-gpg-clear-verify): Use it.
6376 (mml2015-pgg-clear-verify): Use it.
6377 (mml2015-epg-clear-verify): Replace the current part with the output
6378 from GnuPG; don't extract the plaintext by itself.
6379
6380 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6381 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6382 mml2015-clear-verify-function; don't touch the armor headers or
6383 dash-escaped text here.
6384
6385 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
6386
6387 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6388 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6389 parts, or application/octet-stream as a last resort.
6390 (gnus-mime-view-part-as-type): Don't toggle display.
6391 (gnus-mime-view-part-as-charset): Don't turn off display before
6392 querying charset.
6393
6394 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6395 stuff to undisplayer function in Emacs.
6396 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6397
6398 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6399 text/calendar parts.
6400
6401 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
6402
6403 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6404 decoding text/calendar parts.
6405
6406 * message.el (message-forward-make-body-mime): Always mark body as
6407 having no illegible text; remove signed-or-encrypted argument.
6408 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6409
6410 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6411 (mml-generate-mime-1): Don't encode body if it is specified to be in
6412 raw form; don't make buffer be unibyte when inserting multibyte string.
6413
6414 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * sha1.el: Fix up comment style.
6417 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6418 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6419
6420 * hex-util.el: Fix up comment style.
6421 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6422
6423 * gnus-salt.el: Use with-current-buffer.
6424 (gnus-pick-setup-message): Fix long-standing typo.
6425
6426 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
6427
6428 * imap.el (imap-logout-timeout): New variable.
6429 (imap-logout, imap-logout-wait): New functions.
6430 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6431
6432 * nnimap.el (nnimap-logout-timeout): New server variable.
6433 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6434 nnimap-logout-timeout.
6435
6436 * gnus-art.el (gnus-article-summary-command-nosave)
6437 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6438
6439 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6440
6441 * gnus.el (gnus-maximum-newsgroup): New variable.
6442
6443 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6444 according to gnus-maximum-newsgroup.
6445
6446 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6447 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6448 Limit the range of articles according to gnus-maximum-newsgroup.
6449
6450 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
6451
6452 * gnus-art.el (gnus-sticky-article): Fixed problems described in
6453 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
6454 Don't perform gnus-configure-windows here; reuse existing sticky
6455 article buffer.
6456
6457 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6458 it doesn't exist in gnus-article-mode.
6459
6460 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
6461
6462 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6463 (gnus-agent-decoded-group-name): New function.
6464 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6465 (gnus-agent-expire-group-1): Use it; decode group name in messages.
6466
6467 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
6468
6469 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6470 Add binding for gnus-sticky-article.
6471 (gnus-summary-exit): Don't kill sticky article buffers.
6472
6473 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6474 article buffer.
6475 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6476 (gnus-kill-sticky-article-buffers): New commands.
6477
6478 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6479
6480 * nntp.el (nntp-xref-number-is-evil): New server variable.
6481 (nntp-find-group-and-number): If it is non-nil, don't trust article
6482 numbers in the Xref header.
6483
6484 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * gnus-agent.el (gnus-agent-read-group): New function.
6487 (gnus-agent-flush-group, gnus-agent-expire-group)
6488 (gnus-agent-regenerate-group): Use it.
6489 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6490 nnmail-pathname-coding-system.
6491
6492 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6493
6494 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6495
6496 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6497 that are unread as unread, and also as selected so that information of
6498 marks having been changed by a user may be updated when exiting group.
6499
6500 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6501
6502 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
6503
6504 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
6505
6506 * gnus-art.el (gnus-mime-display-single): Pass part number that is
6507 calculated ignoring signature parts to gnus-treat-article.
6508
6509 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6510
6511 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6512 a point here in order to keep the window start.
6513 (gnus-insert-mime-security-button): Make a button overlay without the
6514 front stickiness.
6515 (gnus-mime-display-security): Goto the end of a button.
6516
6517 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6518
6519 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6520
6521 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6522 group-name-at-point.
6523 (gnus-group-completing-read): New function that offers decoded
6524 non-ASCII group names for completion.
6525 (gnus-fetch-group, gnus-group-read-ephemeral-group)
6526 (gnus-group-jump-to-group, gnus-group-make-group-simple)
6527 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6528 (gnus-group-fetch-control): Use it.
6529 (gnus-fetch-group): Use group-name-at-point for the initial value
6530 rather than the default value; use gnus-alive-p.
6531
6532 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6533 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6534 (gnus-summary-post-news): Use gnus-group-completing-read.
6535
6536 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6537 (gnus-read-move-group-name): Decode group name for completion.
6538
6539 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
6540
6541 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6542 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6543 Yamaoka slightly modified the code).
6544
6545 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6546
6547 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6548 (nnmail-split-incoming): Bind it.
6549
6550 * nnml.el (nnml-group-name-charset): New function.
6551 (nnml-decoded-group-name): Use it; don't decode group name if
6552 nnmail-group-names-not-encoded-p is non-nil.
6553 (nnml-encoded-group-name): New function.
6554 (nnml-group-pathname): Inline nnml-decoded-group-name.
6555 (nnml-request-expire-articles): Decode group name in message.
6556 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6557 nnmail-pathname-coding-system.
6558 (nnml-save-mail, nnml-active-number): Work with decoded group names and
6559 not decoded ones according to nnmail-group-names-not-encoded-p.
6560 (nnml-generate-active-info): Use nnml-encoded-group-name.
6561
6562 2007-08-08 Glenn Morris <rgm@gnu.org>
6563
6564 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6565 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6566 doc-strings and comments.
6567
6568 2007-07-25 Glenn Morris <rgm@gnu.org>
6569
6570 * Relicense all FSF files to GPLv3 or later.
6571
6572 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6573
6574 * gnus-sum.el (gnus-summary-move-article): Make
6575 gnus-summary-respool-article work.
6576
6577 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
6578
6579 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6580 string.
6581
6582 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
6583
6584 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
6585 that should be ignored when comparing distant RSS articles with local
6586 ones.
6587 (nnrss-make-hash-index): New function. Create a hash index according
6588 to the ignored fields.
6589 (nnrss-check-group): Use it.
6590
6591 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6592
6593 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6594
6595 * gnus-art.el (article-decode-group-name): Decode Xref header too.
6596
6597 * gnus-group.el (gnus-group-make-group): Encode group name here unless
6598 the new optional argument ENCODED is non-nil.
6599 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6600 coding system for encoding group name.
6601 (gnus-group-make-rss-group): Pass un-encoded group name to
6602 gnus-group-make-group.
6603 (gnus-group-set-info): Tell gnus-group-make-group that group name is
6604 encoded.
6605
6606 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6607 Encode group name to which articles are moved or copied.
6608 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6609 coding system for encoding Newsgroup, Followup-To and Xref headers.
6610
6611 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6612 marks; use nnheader-file-coding-system to write a file.
6613 (nnagent-retrieve-headers): Bind file-name-coding-system to
6614 nnmail-pathname-coding-system.
6615
6616 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6617
6618 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6619 (nnml-request-article, nnml-request-create-group)
6620 (nnml-request-rename-group, nnml-find-id)
6621 (nnml-possibly-change-directory, nnml-possibly-create-directory)
6622 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6623 (nnml-save-marks): Use nnml-group-pathname instead of
6624 nnmail-group-pathname.
6625
6626 (nnml-request-create-group, nnml-request-expire-articles)
6627 (nnml-request-move-article, nnml-request-delete-group)
6628 (nnml-deletable-article-p, nnml-possibly-create-directory)
6629 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6630 (nnml-open-marks): Bind file-name-coding-system to
6631 nnmail-pathname-coding-system.
6632
6633 (nnml-request-article): Pass server argument to nnml-find-group-number.
6634 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6635 server argument to nnml-possibly-create-directory.
6636 (nnml-request-accept-article): Pass server argument to
6637 nnml-active-number and nnml-save-mail.
6638 (nnml-find-group-number): Pass server argument to nnml-find-id.
6639 (nnml-request-update-info): Pass server argument to
6640 nnml-marks-changed-p.
6641
6642 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6643 (nnml-save-mail, nnml-active-number): Add server argument.
6644
6645 (nnml-request-delete-group): Warn if group is missing.
6646 (nnml-get-nov-buffer): Decode group name.
6647 (nnml-generate-active-info): Encode group name.
6648 (nnml-open-marks): Decode group name in messages.
6649
6650 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
6651
6652 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6653 if it is not specified.
6654 (gnus-article-pipe-part, gnus-article-save-part)
6655 (gnus-article-interactively-view-part, gnus-article-copy-part)
6656 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6657 (gnus-article-inline-part, gnus-article-save-part-and-strip)
6658 (gnus-article-replace-part, gnus-article-delete-part)
6659 (gnus-article-view-part-as-type): Pass raw prefix argument to
6660 gnus-article-part-wrapper.
6661
6662 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
6663
6664 * gnus-agent.el (gnus-agent-save-active): Bind
6665 nnheader-file-coding-system to gnus-agent-file-coding-system.
6666
6667 * gnus-cache.el (gnus-cache-save-buffers)
6668 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6669 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6670 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6671 (gnus-cache-braid-nov, gnus-cache-braid-heads)
6672 (gnus-cache-generate-active, gnus-cache-rename-group)
6673 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6674 (gnus-cache-update-overview-total-fetched-for): Bind
6675 file-name-coding-system to nnmail-pathname-coding-system.
6676 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6677 variables.
6678 (gnus-cache-decoded-group-name): New function.
6679 (gnus-cache-file-name): Use it.
6680 (gnus-cache-generate-active): Use non-decoded group name for active.
6681
6682 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6683 right place.
6684 (gnus-write-active-file): Don't break non-ASCII group names.
6685
6686 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6687 nnmail-pathname-coding-system.
6688
6689 * gnus-uu.el (gnus-uu-decode-save): Typo.
6690
6691 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6692
6693 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6694
6695 2007-07-14 David Kastrup <dak@gnu.org>
6696
6697 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
6698 finishing actions if we did not edit the article.
6699
6700 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6701
6702 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6703 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6704 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6705 (gnus-agent-flush-group, gnus-agent-flush-cache)
6706 (gnus-agent-fetch-headers, gnus-agent-load-alist)
6707 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6708 (gnus-agent-retrieve-headers, gnus-agent-request-article)
6709 (gnus-agent-regenerate-group)
6710 (gnus-agent-update-files-total-fetched-for)
6711 (gnus-agent-update-view-total-fetched-for): Bind
6712 file-name-coding-system to nnmail-pathname-coding-system.
6713 (gnus-agent-group-pathname): Don't encode file names by
6714 nnmail-pathname-coding-system.
6715 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6716 coding-system-for-write instead of buffer-file-coding-system to
6717 gnus-agent-file-coding-system.
6718
6719 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6720 Decode group name.
6721
6722 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6723
6724 * gnus-start.el (gnus-update-active-hashtb-from-killed)
6725 (gnus-read-newsrc-el-file): Make group names unibyte.
6726
6727 * nnmail.el (nnmail-group-pathname): Don't encode file names by
6728 nnmail-pathname-coding-system.
6729
6730 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6731 (nnrss-request-delete-group): Bind file-name-coding-system to
6732 nnmail-pathname-coding-system.
6733 (nnrss-read-server-data, nnrss-read-group-data): Bind
6734 file-name-coding-system correctly.
6735 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6736
6737 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6738 (nntp-server-to-method-cache): New variable.
6739 (nntp-group-pathname): New function that decodes non-ASCII group names.
6740 (nntp-possibly-create-directory, nntp-marks-changed-p)
6741 (nntp-save-marks, nntp-open-marks): Use it.
6742 (nntp-possibly-create-directory, nntp-open-marks):
6743 Bind file-name-coding-system to nnmail-pathname-coding-system.
6744 (nntp-open-marks): Decode group names when bootstrapping marks.
6745
6746 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6747 Newsgroups and Folowup-To headers.
6748
6749 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6750
6751 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6752 (gnus-server-closed-face, gnus-server-denied-face)
6753 (gnus-server-offline-face): Remove variable.
6754 (gnus-server-font-lock-keywords): Use faces that are not aliases.
6755
6756 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6757 of modifying message-stack directly for XEmacs.
6758
6759 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6760 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6761 if the coding-system argument is nil for XEmacs.
6762
6763 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6764 mm-charset-override-alist.
6765
6766 * rfc2047.el: Don't require base64; require rfc2045 for the function
6767 rfc2045-encode-string.
6768 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6769 to quote the parameter value.
6770
6771 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
6772
6773 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6774 form in gnus-group-name-charset-method-alist.
6775
6776 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6777 overrides the default layout edit-form.
6778
6779 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6780
6781 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6782
6783 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
6784
6785 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6786 as unfetched articles.
6787
6788 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6789
6790 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6791
6792 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6793
6794 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6795 original back end that keeps marks in the local system.
6796
6797 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
6798
6799 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6800 arg of pop-to-buffer for XEmacs.
6801 (gnus-article-read-summary-keys): Ditto; don't restore window
6802 configuration if summary command ends up with neither article buffer
6803 nor summary buffer; describe bindings if summary keys end with C-h.
6804
6805 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6806
6807 * message.el (message-fix-before-sending): Skip raw message part to be
6808 forwarded while checking illegible text.
6809 (message-forward-make-body-mime, message-forward-make-body): Mark
6810 signed or encrypted raw message as having no illegible text.
6811
6812 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6813
6814 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6815 (gnus-message-with-timestamp-1): New macro.
6816 (gnus-message-with-timestamp): New function.
6817 (gnus-message): Use them.
6818
6819 * nnheader.el (nnheader-message): Use them.
6820
6821 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
6822
6823 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6824 .newsrc.eld file.
6825
6826 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6827
6828 * gnus-agent.el (gnus-agent-fetch-headers)
6829 (gnus-agent-retrieve-headers): Bind
6830 gnus-decode-encoded-address-function to identity.
6831
6832 * nntp.el (nntp-send-xover-command): Recognize an xover command is
6833 available also when the server returns simply a dot.
6834
6835 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6836
6837 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
6838
6839 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6840
6841 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
6842
6843 * gnus-ems.el (gnus-x-splash): Make it work.
6844
6845 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6846 from being used.
6847
6848 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6849
6850 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6851 the front stickiness.
6852 (gnus-article-summary-command-nosave): Correct the order of the
6853 arguments passed to pop-to-buffer.
6854 (gnus-article-read-summary-keys): Ditto; make it work properly when the
6855 summary command ends up with the article buffer.
6856
6857 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6858 the same faces.
6859
6860 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
6861
6862 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6863
6864 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6865
6866 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6867 * gnus-sum.el (gnus-summary-highlight):
6868 * mail-source.el (mail-source-delete-old-incoming-confirm):
6869 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6870
6871 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
6872
6873 * gnus-art.el (gnus-mime-view-part-externally)
6874 (gnus-mime-view-part-internally): Fix predicate function passed to
6875 completing-read.
6876
6877 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6878
6879 * gnus.el (gnus-update-message-archive-method): Add :version.
6880
6881 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6882
6883 * gnus.el (gnus-update-message-archive-method): New variable.
6884
6885 * gnus-start.el (gnus-setup-news): Update saved "archive" method
6886 according to gnus-message-archive-method if
6887 gnus-update-message-archive-method is non-nil.
6888
6889 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
6890
6891 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
6892 by Loic Dachary <loic@dachary.org>.
6893 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6894
6895 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
6896
6897 * message.el (message-pop-to-buffer): Add switch-function argument.
6898 (message-mail): Pass switch-function argument to it.
6899
6900 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
6901
6902 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6903 Improve doc string.
6904
6905 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
6906
6907 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6908 (gnus-header-content)
6909 * gnus-cite.el (gnus-cite-10)
6910 * gnus-srvr.el (gnus-server-closed)
6911 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6912 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6913 (gnus-group-mail-3-empty, gnus-group-mail-low)
6914 (gnus-group-mail-low-empty, gnus-splash)
6915 * message.el (message-header-to, message-header-cc)
6916 (message-header-subject, message-header-other, message-header-name)
6917 (message-header-xheader, message-separator, message-cited-text)
6918 (message-mml): Lighten colors of faces used for dark background.
6919
6920 2007-05-24 Simon Josefsson <simon@josefsson.org>
6921
6922 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6923 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
6924
6925 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
6926
6927 * message.el (message-narrow-to-headers-or-head):
6928 Ignore mail-header-separator in the body.
6929
6930 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
6931
6932 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6933 same as window size.
6934
6935 2007-05-22 Kevin Ryde <user42@zip.com.au>
6936
6937 * message.el (message-font-lock-keywords): Use message-header-xheader
6938 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
6939 ahead of the anything pattern, to get it recognised.
6940
6941 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
6942
6943 * gnus-sum.el (gnus-articles-to-read)
6944 (gnus-summary-insert-old-articles): Don't truncate group name for
6945 `read-string'.
6946
6947 * gnus-util.el (gnus-limit-string): Delete this function.
6948
6949 * gnus-sum.el (gnus-simplify-subject-fully): Use
6950 `truncate-string-to-width' instead.
6951
6952 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
6953
6954 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
6955 if, on summary exit, the next group has to be selected.
6956 (gnus-summary-exit): Use it.
6957
6958 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6959
6960 * gnus-art.el (gnus-article-mode): Fix comment about displaying
6961 non-break space.
6962
6963 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6964
6965 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6966 Check if group is not a directory.
6967 (nnfolder-request-expire-articles): Don't delete articles if the target
6968 group is not available.
6969
6970 * nnml.el (nnml-request-create-group): Properly check if group is not a
6971 file.
6972 (nnml-request-expire-articles): Don't delete articles if the target
6973 group is not available.
6974
6975 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6976 Don't quote characters that are within parentheses.
6977
6978 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
6979
6980 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6981 (gnus-handle-ephemeral-exit): Select article according to it.
6982
6983 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
6984
6985 * message.el (message-insert-formated-citation-line): Remove newline.
6986 (message-citation-line-format): Add final \n here so that the user can
6987 avoid a blank line.
6988
6989 2007-05-03 Dan Christensen <jdc@uwo.ca>
6990
6991 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6992 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6993 Update lanl/arXiv support.
6994
6995 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6996
6997 * gnus.el: Bump version number.
6998
6999 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7000
7001 * gnus.el (gnus-version-number): Bump version.
7002
7003 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7004
7005 * gnus.el: No Gnus v0.6 is released.
7006
7007 2007-04-27 Didier Verna <didier@xemacs.org>
7008
7009 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7010 * gmm-utils.el (gmm-regexp-concat): here.
7011 * message.el: Don't require 'gnus-util.
7012 (message-dont-reply-to-names): Handle name change above.
7013 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7014
7015 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
7016
7017 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7018 since the initial value varies according to the system.
7019
7020 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7021
7022 * mm-util.el (mm-charset-synonym-alist): Defcustom.
7023
7024 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7025
7026 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7027
7028 2007-04-24 Didier Verna <didier@xemacs.org>
7029
7030 Improve the type of gnus-ignored-from-addresses.
7031 * gnus-util.el (gnus-orify-regexp): New function.
7032 * message.el (gnus-util): Require it.
7033 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7034 * gnus-sum.el (gnus-ignored-from-addresses): New function.
7035 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7036
7037 2007-04-24 Didier Verna <didier@xemacs.org>
7038
7039 * gnus-sum.el:
7040 * gnus-utils.el: Fix some trailing whitespaces.
7041
7042 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
7043
7044 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7045 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7046 article's Message-ID; refer parent article in summary buffer.
7047
7048 * message.el (message-bounce): Call mime-to-mml.
7049
7050 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7051
7052 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7053
7054 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7055
7056 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7057 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7058 displayed of multipart/alternative part if it is invoked from summary
7059 buffer.
7060
7061 * mm-view.el (mm-inline-text-html-render-with-w3m)
7062 (mm-inline-text-html-render-with-w3m-standalone)
7063 (mm-inline-render-with-function): Use mail-parse-charset by default.
7064
7065 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
7066
7067 * parse-time.el (parse-time-string-chars): Check if CHAR
7068 is less than the length of parse-time-syntax.
7069
7070 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
7071
7072 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7073 from gnus-newsgroup-processable.
7074
7075 2007-04-16 Didier Verna <didier@xemacs.org>
7076
7077 * gnus-msg.el (gnus-configure-posting-styles): Handle
7078 message-signature-directory properly with :file syntax. Reported by
7079 "Leo".
7080
7081 2007-04-11 Didier Verna <didier@xemacs.org>
7082
7083 New user option: message-signature-directory.
7084 * gnus-msg.el (gnus-configure-posting-styles): Support it.
7085 * message.el (message-insert-signature): Ditto.
7086 * message.el (message-signature-file): Doc update.
7087 * message.el (message-signature-directory): New.
7088
7089 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
7090
7091 * gnus-msg.el (gnus-inews-yank-articles): Use
7092 message-exchange-point-and-mark instead of exchange-point-and-mark.
7093
7094 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
7095
7096 * message.el (message-yank-original): Make sure cited text ends with
7097 newline; don't exchange point and mark.
7098
7099 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * tls.el (open-tls-stream): Properly handle case where there
7102 is no associated buffer.
7103
7104 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
7105
7106 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7107 message-yank-original, make sure (< mark TEXT point).
7108
7109 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7110
7111 * message.el (message-fill-column): New variable.
7112 (message-mode): Use it. Add comment on a possible new hook.
7113
7114 * nnmail.el (nnmail-spool-file): Mark as obsolete.
7115 (nnmail-get-new-mail): Reformat.
7116
7117 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7118
7119 * gmm-utils.el: Fix Commentary.
7120 (gmm-tool-bar-from-list): Fix typo in doc string.
7121
7122 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
7123
7124 * message.el (message-yank-original): Don't switch point and mark
7125 unnecessarily to put point and mark as documented.
7126
7127 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7128
7129 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7130 from the message heads.
7131
7132 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
7133
7134 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7135 article buffer does not have a window. This may not be the best
7136 solution but is certainly better than setting the start of the null,
7137 that is the current, window.
7138
7139 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7140
7141 * gnus-draft.el (gnus-draft-setup-hook): New hook.
7142 (gnus-draft-setup): Run it.
7143
7144 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7145 gnus-score-fast-scoring. Allow regexp.
7146 (gnus-score-headers): Use it.
7147
7148 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7149 XEmacs.
7150
7151 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7152 string.
7153 (gnus-button-alist): Also catch `<f1> k ...'.
7154 (gnus-treat-display-x-face): Fix doc string.
7155
7156 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7157
7158 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7159 evaluation of gnus-extended-version to ensure correct generation of the
7160 User-Agent header when message-generate-headers-first is used.
7161
7162 2007-03-24 Simon Josefsson <simon@josefsson.org>
7163
7164 * hashcash.el (hashcash-generate-payment-async): Don't crash if
7165 hashcash-path is nil. Don't call callback with incorrect number of
7166 parameters if val is 0.
7167
7168 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7169
7170 * message.el (message-required-news-headers):
7171 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7172
7173 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7174
7175 * message.el (message-generate-new-buffers): Change the meaning of the
7176 nil value; add `standard' to the choices; treat t as `unique'; improve
7177 doc string.
7178 (gnus-select-frame-set-input-focus): Autoload.
7179 (message-buffer-name): Search for the existing message buffer if
7180 message-generate-new-buffers is nil or `standard'; treat the value t of
7181 message-generate-new-buffers as `unique'.
7182 (message-pop-to-buffer): Raise the frame already displaying the message
7183 buffer; clear the echo area after querying.
7184 (message-setup): Pass the `continue' argument to compose-mail.
7185 (message-mail): Prefer `switch-function' if it is given; search for the
7186 existing message buffer if the `continue' argument is non-nil; pass
7187 continue and switch-function arguments to compose-mail by way of
7188 message-setup.
7189 (message-mail-other-window): Adjust argument of message-setup.
7190 (message-mail-other-frame): Ditto.
7191
7192 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7193
7194 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7195 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7196 to turn font-lock on when turning gnus-message-citation-mode on.
7197
7198 2007-03-06 Daiki Ueno <ueno@unixuser.org>
7199
7200 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7201 (mml-smime-function-alist): New variable; add epg as the backend.
7202 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7203 mml-smime- functions instead.
7204 * mm-view.el: Require smime.
7205
7206 2007-03-05 Didier Verna <didier@xemacs.org>
7207
7208 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7209 instead of just inheritance for posting styles.
7210 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7211
7212 2007-02-24 John Paul Wallington <jpw@pobox.com>
7213
7214 * tls.el (tls-certtool-program): Fix custom type.
7215
7216 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7217
7218 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7219 and point-at-eol instead of line-(beginning|end)-position.
7220
7221 * assistant.el (assistant-parse-buffer): Ditto.
7222
7223 2007-02-28 Daiki Ueno <ueno@unixuser.org>
7224
7225 * mml2015.el (mml2015-epg-find-usable-key): New function.
7226 (mml2015-epg-sign): Use it.
7227 (mml2015-epg-encrypt): Use it.
7228
7229 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7230
7231 * message.el (message-make-in-reply-to): Quote name containing
7232 non-ASCII characters. It will make the RFC2047 encoder cause an error
7233 if there are special characters. Reported by NAKAJI Hiroyuki
7234 <nakaji@jp.freebsd.org>.
7235
7236 2007-02-27 Didier Verna <didier@xemacs.org>
7237
7238 Include the group parameters as well as the topic ones in the
7239 inheritance filter process.
7240 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7241 argument GROUP-PARAMS-LIST.
7242 * gnus-topic.el (gnus-group-topic-parameters): Use it.
7243
7244 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7245
7246 * nntp.el (nntp-never-echoes-commands)
7247 (nntp-open-connection-functions-never-echo-commands): New variables.
7248 (nntp-send-command): Use them.
7249
7250 2007-02-20 Daiki Ueno <ueno@unixuser.org>
7251
7252 * mml2015.el (mml2015-epg-verify): Simplified.
7253
7254 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7255
7256 * mml.el (mml-content-disposition-alist): New user option.
7257 (mml-content-disposition): New function.
7258 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7259 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7260
7261 2007-02-19 Daiki Ueno <ueno@unixuser.org>
7262
7263 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7264 verification.
7265
7266 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7267
7268 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7269 articles posted in the last 24 hours.
7270
7271 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
7272
7273 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7274
7275 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
7276
7277 * nntp.el (nntp-send-command): Don't wait for echoes when
7278 nntp-open-ssl-stream is used.
7279
7280 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7281
7282 * gnus-cite.el (gnus-test-font-lock-add-keywords)
7283 (gnus-message-add-citation-keywords)
7284 (gnus-message-remove-citation-keywords): Remove.
7285 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7286 directly, make the variables in font-lock-defaults buffer-local, add
7287 gnus-message-citation-keywords to them and then update the value of
7288 font-lock-keywords.
7289
7290 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
7291
7292 * message.el (message-cite-original-1): Don't call
7293 gnus-article-highlight-citation.
7294
7295 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7296 citations; fix line count.
7297
7298 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7299
7300 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7301 (gnus-message-add-citation-keywords)
7302 (gnus-message-remove-citation-keywords): Use it; fix the emulating
7303 versions of font-lock-add-keywords and font-lock-remove-keywords to
7304 work with XEmacs correctly.
7305
7306 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * gnus-cite.el (gnus-cite-face-list): Set the values of
7309 gnus-message-max-citation-depth and gnus-message-citation-keywords.
7310 (gnus-message-max-citation-depth): Use defvar rather than defconst.
7311 (gnus-message-cite-prefix-regexp): New variable.
7312 (gnus-message-search-citation-line): Use it; protect against long
7313 citation prefix; fill match data with nil rather than 0 for XEmacs; set
7314 the 0th match data for Emacs.
7315 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7316 (gnus-message-add-citation-keywords): Append keywords rather than
7317 prepending; emulate font-lock-add-keywords if it is not available.
7318 (gnus-message-remove-citation-keywords): Emulate
7319 font-lock-remove-keywords if it is not available.
7320
7321 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7322
7323 * message.el (message-cite-prefix-regexp): Set the value of
7324 gnus-message-cite-prefix-regexp.
7325
7326 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7327
7328 * nnweb.el (nnweb-google-parse-1): Update parser.
7329
7330 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
7331
7332 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7333
7334 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7335
7336 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7337 regexp.
7338
7339 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7340
7341 * uudecode.el (uudecode-string-to-multibyte): New function emulating
7342 string-to-multibyte.
7343 (uudecode-decode-region-internal): Use it.
7344
7345 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
7346
7347 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7348 custom choice.
7349
7350 * gnus-art.el (gnus-signature-limit): Fix custom choice.
7351
7352 2007-01-22 Daiki Ueno <ueno@unixuser.org>
7353
7354 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7355
7356 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7357 `write-region' to respect `mm-inhibit-file-name-handlers'.
7358
7359 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7360
7361 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7362 Use gnus-home-directory instead of "~/" or "$HOME".
7363
7364 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
7365
7366 * encrypt.el (encrypt-insert-file-contents): Add better prompt
7367 to mention filename.
7368 Add comments at beginning regarding usage.
7369 (encrypt-write-file-contents): Change interactive so a string is
7370 acceptable. If the file has no associated model, show an error instead
7371 of a nonsense prompt.
7372
7373 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7374
7375 * spam.el (spam-bsfilter-ham-switch): Fix typo.
7376 Thanks to Yoshihiko Yamada for kind notification of this typo.
7377
7378 2007-01-12 Kenichi Handa <handa@m17n.org>
7379
7380 * uudecode.el (uudecode-decode-region-internal): Make it work in a
7381 multibyte buffer.
7382
7383 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
7384
7385 * gnus-score.el (gnus-score-fast-scoring): New variable.
7386 (gnus-score-headers): Use it.
7387
7388 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7389
7390 * message.el (message-cite-original-1): Call
7391 gnus-article-highlight-citation if requested.
7392 (message-make-from): Allow name and address as optional arguments.
7393
7394 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7395
7396 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7397 bugs to doc string.
7398 (gnus-button-alist): Add mid\\|message-id.
7399 (gnus-button-fetch-group): Extend for use in
7400 `browse-url-browser-function'.
7401 (gnus-button-url-regexp): Try to catch paired parentheses like in
7402 Wikipedia URLs.
7403
7404 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7405 Suggested by Simon Krahnke <overlord@gmx.li>.
7406
7407 2007-01-13 Romain Francoise <romain@orebokech.com>
7408
7409 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7410 Update copyright.
7411
7412 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
7413
7414 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7415
7416 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
7417
7418 * gnus-registry.el (gnus-registry-unfollowed-groups)
7419 (gnus-registry-split-fancy-with-parent): Fix documentation.
7420
7421 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7422
7423 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7424 from nnweb groups.
7425
7426 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7427
7428 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7429 Xref urls. Erase buffer before requesting head.
7430
7431 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7432
7433 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
7434
7435 * gnus-soup.el (gnus-soup): New custom group. Make user variables
7436 customizable.
7437
7438 2007-01-05 Daiki Ueno <ueno@unixuser.org>
7439
7440 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7441 no signing key is found.
7442 (mml2015-epg-encrypt): Ask user whether to skip or abort if
7443 no encrypting and/or signing key is found.
7444
7445 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7446
7447 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7448
7449 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7450
7451 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7452 headers read from disk with the ones newly found in the current search.
7453 This should no longer cause problems, because the article numbers in
7454 Gmane's `nov.php' output are ignored since the previous change.
7455
7456 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7457
7458 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7459
7460 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
7461
7462 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7463
7464 2007-01-01 Romain Francoise <romain@orebokech.com>
7465
7466 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7467
7468 2006-12-31 Steve Youngs <steve@sxemacs.org>
7469
7470 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7471 `define-minor-mode' macro definition expanded properly.
7472 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7473 exclude it there.
7474
7475 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7476 of 2006-12-30. The default is nil on (S)XEmacs already because of the
7477 `fboundp' test.
7478 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7479 This is OK to autoload in (S)XEmacs now.
7480
7481 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7482
7483 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7484 keystroke.
7485 (gnus-summary-limit-to-singletons): Fix typo.
7486
7487 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7488 else fails.
7489
7490 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7491
7492 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7493 docstring.
7494
7495 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7496 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7497 (gnus-summary-insert-dormant-articles): Fix typo in message.
7498
7499 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
7500
7501 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7502 nil for XEmacs.
7503 (gnus-message-citation-mode): Don't autoload in XEmacs.
7504
7505 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7506
7507 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7508
7509 * nnimap.el (nnimap-expunge-search-string): Mention
7510 nnimap-search-uids-not-since-is-evil in docstring.
7511
7512 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7513
7514 * spam.el: Revert to make-obsolete-variable because
7515 define-obsolete-variable-alias is not supported in Emacs 21.
7516
7517 * spam.el (spam-ifile-path, spam-ifile-database-path)
7518 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7519 make-obsolete-variable.
7520 (spam-bsfilter-path, spam-bsfilter-program)
7521 (spam-spamassassin-path, spam-spamassassin-program)
7522 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
7523 use "path" inappropriately.
7524 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7525 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7526 variable names.
7527
7528 2006-12-28 Daiki Ueno <ueno@unixuser.org>
7529
7530 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7531 summary buffer.
7532
7533 * password.el (password-cache-remove): Use clear-string to burn
7534 password, if available.
7535
7536 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7537
7538 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7539
7540 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7541
7542 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7543 (gnus-message-highlight-citation): Move defcustom here from
7544 gnus-cite.el.
7545 (gnus-message-citation-mode): Autoload.
7546
7547 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
7548 checks to make it compile with XEmacs.
7549 (gnus-message-citation-mode): New minor mode.
7550 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7551 (gnus-message-highlight-citation): New variables.
7552 (gnus-message-search-citation-line)
7553 (gnus-message-add-citation-keywords)
7554 (gnus-message-remove-citation-keywords)
7555 (turn-on-gnus-message-citation-mode)
7556 (turn-off-gnus-message-citation-mode): New functions.
7557
7558 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
7559
7560 * gnus-cite.el: Enable highlighting of different citation levels in
7561 message-mode.
7562
7563 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7564
7565 * message.el (message-make-fqdn): Fix comment.
7566 (message-bogus-system-names): Add ".local".
7567
7568 * spam.el (spam-ifile-path, spam-ifile-program)
7569 (spam-ifile-database-path, spam-ifile-database)
7570 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7571 Don't use "path" inappropriately.
7572 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7573 strings.
7574 (spam-check-ifile, spam-ifile-register-with-ifile)
7575 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7576 new variable names.
7577
7578 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7579 (gnus-treat-display-smileys): Simplify using
7580 gnus-image-type-available-p.
7581
7582 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7583 available.
7584
7585 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7586
7587 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7588 one after turning on the buffer's multibyteness instead of decoding
7589 them directly in the unibyte buffer that causes unexpected conversion
7590 in Emacs 23 (unicode).
7591
7592 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7593
7594 * message.el (message-generate-hashcash): Fix custom type.
7595
7596 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
7597
7598 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7599
7600 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
7601
7602 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7603 disconnect icons. Add help text.
7604
7605 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
7606
7607 * spam.el (spam-extra-header-to-number): CRM114 spam score is
7608 negated to be consistent with the others we handle.
7609
7610 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7611
7612 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7613 version of gnus-summary-buffer to something, so that we can use two
7614 article buffers at the same time.
7615
7616 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
7617
7618 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7619 trigger all the extra headers.
7620 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7621 sorting.
7622
7623 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7624
7625 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7626 solid groups.
7627
7628 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7629
7630 * legacy-gnus-agent.el: Add Copyright notice.
7631
7632 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7635
7636 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7637
7638 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7639
7640 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7641 to make it work reliably in CVS Emacs.
7642 (gnus-summary-limit-strange-charsets-predicate)
7643 (gnus-summary-limit-to-predicate): New functions.
7644
7645 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
7646
7647 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7648 specifying array size.
7649 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7650 array if it is too small.
7651 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7652 (gnus-sort-threads-loop): New function.
7653
7654 2006-12-06 Chris Moore <dooglus@gmail.com>
7655
7656 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7657 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7658
7659 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
7660
7661 * mm-url.el (mm-url-predefined-programs): Call curl with correct
7662 options.
7663
7664 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7665
7666 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7667 DOS-ing the recipient.
7668
7669 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7670 the headers when creating the mapping to avoid mismappings.
7671 (nnweb-gmane-create-mapping): Always nix out old mapping.
7672
7673 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7674
7675 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7676 and mm-verify-option to never.
7677
7678 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7679
7680 * message.el (message-signed-or-encrypted-p): New function.
7681 (message-forward-make-body): Use it.
7682
7683 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7684 Replace encode-coding-string with mm-encode-coding-string.
7685
7686 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7687
7688 * nneething.el (nneething-decode-file-name): Replace
7689 decode-coding-string with mm-decode-coding-string.
7690
7691 * gnus-int.el (gnus-open-server): Say failed server's name.
7692
7693 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7694
7695 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7696 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7697
7698 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7699 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7700 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7701 (gnus-group-make-directory-group, gnus-group-transpose-groups):
7702 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7703 (gnus-subscribe-newsgroup, gnus-1):
7704 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7705 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7706 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7707 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7708
7709 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7710
7711 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7712 keystroke.
7713 (gnus-summary-limit-to-bodies): Implement headersp.
7714
7715 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7716
7717 * dns.el (query-dns): Protect against "Process dns deleted" strings.
7718
7719 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7720
7721 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7722
7723 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7724
7725 * message.el (message-generate-hashcash): Expand range of values to
7726 include `opportunistic'.
7727 (message-send-mail): Use it.
7728
7729 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7730
7731 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7732 and comment it.
7733
7734 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7735
7736 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
7737
7738 * gnus-util.el (gnus-extract-address-components): Improve comment.
7739
7740 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7741
7742 * gnus-util.el (gnus-extract-address-components): Work with address in
7743 which the name portion contains @.
7744
7745 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
7746
7747 * gnus.el (gnus-start): Move custom group up.
7748 (gnus-select-method): Don't autoload, but make it available for
7749 `customize-variable'.
7750 (gnus-getenv-nntpserver): Don't autoload.
7751
7752 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
7753
7754 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7755
7756 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
7757
7758 * message.el (message-sendmail-extra-arguments): New variable.
7759 (message-send-mail-with-sendmail): Use it.
7760
7761 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7762
7763 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7764 mm-with-unibyte-current-buffer to make string unibyte.
7765
7766 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7767 mm-string-as-multibyte.
7768
7769 2006-11-14 Daiki Ueno <ueno@unixuser.org>
7770
7771 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7772 Reported by Werner Koch <wk@gnupg.org>.
7773
7774 2006-11-14 Daiki Ueno <ueno@p360>
7775
7776 * mml2015.el: Autoload epa-select-keys when compiling.
7777
7778 2006-11-13 Daiki Ueno <ueno@unixuser.org>
7779
7780 * mml2015.el (mml2015-epg-sign): Save the signing keys in
7781 message-options.
7782 (mml2015-epg-encrypt): Save the recipient keys in message-options.
7783
7784 2006-11-13 Daiki Ueno <ueno@unixuser.org>
7785
7786 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7787 EasyPG (< 0.0.6).
7788 (mml2015-always-trust): New user option.
7789 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7790 prompt.
7791
7792 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7793
7794 * nntp.el (nntp-authinfo-force): New variable.
7795 (nntp-send-authinfo): Use it.
7796
7797 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7798
7799 * message.el (message-strip-subject-encoded-words): Allow _not_ to
7800 decode encoded words. Improve prompt. Add comment about forwarding.
7801 (message-replacement-char): Move up.
7802
7803 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7804
7805 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7806 instead of gnus-intersection because arguments of gnus-sorted-nunion
7807 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
7808
7809 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
7810
7811 * message.el (message-strip-subject-encoded-words): Reformat prompt.
7812 (message-simplify-subject-functions): Enable
7813 message-strip-subject-encoded-words by default.
7814
7815 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
7816
7817 * message.el (message-strip-subject-encoded-words): New function.
7818 (message-simplify-subject-functions): New variable.
7819 (message-simplify-subject): Use it. Fix typo in doc string.
7820 Support message-strip-subject-encoded-words.
7821
7822 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7823
7824 * gnus-diary.el (gnus-diary-delay-format-function):
7825 * nndiary.el (nndiary-reminders):
7826 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7827
7828 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7829
7830 * gnus-art.el (article-hide-boring-headers): Fetch date from
7831 gnus-original-article-buffer to avoid problems with localized date
7832 strings.
7833
7834 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7835
7836 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7837
7838 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
7839
7840 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7841 New variables.
7842 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7843 (mm-charset-synonym-alist): Move some entries to
7844 mm-codepage-iso-8859-list.
7845 (mm-charset-synonym-alist, mm-charset-override-alist): Add
7846 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7847
7848 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7849
7850 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7851
7852 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7853
7854 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7855 with Emacs 21 and XEmacs.
7856
7857 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
7858
7859 * spam.el (spam-parse-address): New function for better parsing,
7860 catching errors, etc.
7861 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7862
7863 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7864
7865 * mm-view.el: Add interactive arg to html2text autoload.
7866
7867 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
7868
7869 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7870
7871 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
7872
7873 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7874 variables.
7875 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7876 (mm-charset-synonym-alist): Move some entries to
7877 mm-codepage-iso-8859-list.
7878
7879 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7880
7881 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
7882
7883 * message.el (message-citation-line-format)
7884 (message-insert-formated-citation-line): Fix implementation of %E, %N
7885 and %n according to the doc string.
7886
7887 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
7888
7889 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7890 car-safe to avoid bad parses.
7891
7892 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7893
7894 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7895 names.
7896
7897 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7898
7899 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7900
7901 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7902 header.
7903
7904 * message.el (message-draft-headers): Add Date.
7905 (message-headers-to-generate): Fix typo in docstring.
7906
7907 * nndraft.el (nndraft-required-headers): New variable.
7908 (nndraft-generate-headers): Use it.
7909
7910 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7911
7912 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
7913
7914 * gnus-registry.el (gnus-registry-wash-for-keywords)
7915 (gnus-registry-find-keywords): New functions to allow easy searching of
7916 articles that are in the registry.
7917
7918 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
7919
7920 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7921 ietf-drums-parse-address instead of gnus-extract-address-components.
7922 Reported by Damien Elmes <damien@repose.cx>.
7923
7924 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
7925
7926 * gnus.el (gnus-mime): Remove unused custom group.
7927
7928 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7929
7930 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7931 "blank line" when searching for end of armor headers.
7932
7933 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7934
7935 * gmm-utils.el (gmm-write-region): Fix variable name.
7936
7937 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
7938
7939 * gmm-utils.el (gmm-write-region): New function based on compatibility
7940 code from `mm-make-temp-file'.
7941
7942 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7943
7944 * nnmaildir.el (nnmaildir--update-nov)
7945 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7946 Use `gmm-write-region'.
7947
7948 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7949
7950 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7951 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7952
7953 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7954
7955 * message.el (message-replacement-char): New variable.
7956 (message-fix-before-sending): Use it.
7957 (message-simplify-subject): New function to remove duplicate code.
7958 (message-reply, message-followup): Use it.
7959
7960 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7961 gnus-summary-limit-to-articles.
7962
7963 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7964
7965 * gnus-util.el (gnus-with-local-quit): New macro.
7966
7967 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7968
7969 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
7970
7971 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7972 ignore non-string data.
7973
7974 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
7975
7976 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7977 non-string data (needs to be done in the registry too).
7978
7979 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7980
7981 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7982 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7983 (gnus-registry-split-fancy-with-parent)
7984 (gnus-registry-fetch-simplified-message-subject-fast)
7985 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7986 Remove text properties on ingress into the registry and when it's saved.
7987 (gnus-registry-clean-empty-function): Fix bug with cleaning the
7988 registry from entries with no groups.
7989
7990 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7991
7992 * gnus-util.el (gnus-string-remove-all-properties): Add utility
7993 function to remove string properties.
7994
7995 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
7996
7997 * gmm-utils.el (gmm): Adjust custom version.
7998
7999 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8000 custom version.
8001
8002 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8003
8004 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8005
8006 * gnus-art.el (gnus-insert-prev-page-button)
8007 (gnus-insert-next-page-button): Simplify. Reformat.
8008
8009 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8010
8011 * gnus-art.el (gnus-insert-prev-page-button)
8012 (gnus-insert-next-page-button): Apply gnus-article-button-face.
8013
8014 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8015
8016 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8017
8018 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8019
8020 * gnus-art.el (gnus-insert-mime-button)
8021 (gnus-insert-mime-security-button):
8022 Apply gnus-article-button-face to MIME and security buttons.
8023
8024 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8025
8026 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8027 readable.
8028
8029 2006-09-20 Steve Youngs <steve@sxemacs.org>
8030
8031 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8032 `browse-url-of-file' instead of `browse-url'.
8033
8034 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8035
8036 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8037 regexp. Articles containing quotation were cut prematurely.
8038
8039 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8040
8041 * message.el (message-cite-original-1): Use nobody by default for the
8042 value of From header.
8043 (message-reply): Ditto.
8044
8045 2006-09-11 Daiki Ueno <ueno@unixuser.org>
8046
8047 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8048 to the gnus-info. This fixes a bug of inline-PGP message verification.
8049 Reported by Michael Piotrowski <mxp@dynalabs.de>.
8050
8051 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8052
8053 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8054 mails in the doc string. Add some URLs in comment.
8055 (pop3-movemail): Warn about pop3-leave-mail-on-server.
8056
8057 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8058
8059 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8060 backslashes handling and the way to find boundaries of quoted strings.
8061
8062 2006-09-07 Daiki Ueno <ueno@unixuser.org>
8063
8064 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8065 mml1991-encrypt-to-self is set and mml1991-signers is not set.
8066 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8067 mml2015-encrypt-to-self is set and mml2015-signers is not set.
8068
8069 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8070
8071 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
8072 doc string.
8073 (gnus-button-regexp, gnus-button-last): Remove unused variables.
8074
8075 2006-09-06 Simon Josefsson <jas@extundo.com>
8076
8077 * mml2015.el (mml2015-use): Doc fix, mention epg.
8078
8079 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8080
8081 * mml2015.el (mml2015-use): Default to epg, if available.
8082
8083 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8084
8085 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8086 message-sender.
8087 (mml1991-epg-encrypt): Ditto.
8088 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8089 message-sender.
8090 (mml2015-epg-encrypt): Ditto.
8091
8092 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8093
8094 * message.el (message-send-mail-with-sendmail): Look for sendmail in
8095 several common directories.
8096
8097 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8098
8099 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8100 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8101
8102 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8103
8104 * gnus-art.el (article-decode-encoded-words): Make it fast.
8105
8106 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8107
8108 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8109
8110 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8111 in quoted string into `\'.
8112
8113 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8114
8115 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8116 Use standard-syntax-table.
8117
8118 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8119
8120 * gnus-art.el (gnus-decode-address-function): New variable.
8121 (article-decode-encoded-words): Use it to decode headers which are
8122 assumed to contain addresses.
8123 (gnus-mime-delete-part): Remove useless `or'.
8124
8125 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8126 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8127 (gnus-nov-parse-line): Use it to decode From header.
8128 (gnus-get-newsgroup-headers): Ditto.
8129 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8130
8131 * mail-parse.el (mail-decode-encoded-address-region): New alias.
8132 (mail-decode-encoded-address-string): New alias.
8133
8134 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8135 New function.
8136 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8137 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8138 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8139 (rfc2047-decode-string): Ditto.
8140 (rfc2047-decode-address-region): New function.
8141 (rfc2047-decode-address-string): New function.
8142
8143 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
8144
8145 * message.el (message-caesar-buffer-body): Allow rotating headers.
8146
8147 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8148
8149 * message.el (message-insert-formated-citation-line): Fix %f.
8150 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8151
8152 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8153
8154 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8155 (gnus-bookmark-mouse-available-p): New macro.
8156 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8157 (gnus-bookmark-bmenu-show-infos): Use it.
8158 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8159 (gnus-bookmark-bmenu-hide-infos): Ditto.
8160 (gnus-bookmark-remove-properties): New function.
8161 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8162 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8163 (gnus-bookmark-write-file): Bind coding-system-for-write.
8164 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8165 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8166 group before selecting it.
8167 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8168 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8169 quit-window if it is not available; use gnus-mouse-2 and bind it to
8170 gnus-bookmark-bmenu-select-by-mouse.
8171 (gnus-bookmark-show-details): Remove unused variable `details-list'.
8172 (gnus-bookmark-bmenu-select-by-mouse): New function.
8173
8174 2006-08-13 Romain Francoise <romain@orebokech.com>
8175
8176 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8177 space.
8178
8179 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8180
8181 * compface.el (uncompface): Use binary rather than raw-text-unix.
8182
8183 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8184
8185 * compface.el (uncompface): Make sure the eol conversion doesn't take
8186 place when communicating with the external programs. Reported by
8187 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8188
8189 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
8190
8191 * nnheader.el (nnheader-insert-head): Fix typo in comment.
8192
8193 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8194
8195 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8196 Make it more robust by parsing author and date independently.
8197
8198 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8199
8200 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8201
8202 2006-07-28 Daiki Ueno <ueno@unixuser.org>
8203
8204 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8205 first matching secret key.
8206 (mml2015-epg-encrypt): Ditto.
8207
8208 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8209 first matching secret key.
8210 (mml1991-epg-encrypt): Ditto.
8211
8212 * mml2015.el (mml2015-encrypt-to-self): New user option.
8213 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8214 mml2015-epg-encrypt-to-self is set.
8215
8216 * mml1991.el (mml1991-encrypt-to-self): New variable.
8217 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8218 mml1991-epg-encrypt-to-self is set.
8219
8220 * mml2015.el (mml2015-signers): New user option.
8221 (mml2015-epg-sign): Reflect the value of mml2015-signers.
8222 (mml2015-epg-encrypt): Allow to select signing keys.
8223
8224 * mml1991.el (mml1991-signers): New variable.
8225 (mml1991-epg-sign): Reflect the value of mml1991-signers.
8226 (mml1991-epg-encrypt): Allow to select signing keys.
8227
8228 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
8229
8230 * nnheader.el (nnheader-insert-head): Make it work even if the file
8231 uses CRLF for the line-break code.
8232
8233 2006-07-25 Daiki Ueno <ueno@unixuser.org>
8234
8235 * mml2015.el: Require mml-sec instead of password.
8236 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8237 (mml2015-cache-passphrase): Inherit the default value from
8238 mml-secure-cache-passphrase.
8239 (mml2015-passphrase-cache-expiry): Inherit the default value from
8240 mml-secure-passphrase-cache-expiry.
8241
8242 * mml1991.el: Require mml-sec instead of password.
8243 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8244 (mml1991-cache-passphrase): Inherit the default value from
8245 mml-secure-cache-passphrase.
8246 (mml1991-passphrase-cache-expiry): Inherit the default value from
8247 mml-secure-passphrase-cache-expiry.
8248
8249 * mml-sec.el: Require password.
8250 (mml-secure-verbose): New user option.
8251 (mml-secure-cache-passphrase): New user option.
8252 (mml-secure-passphrase-cache-expiry): New user option.
8253
8254 2006-07-24 Daiki Ueno <ueno@unixuser.org>
8255
8256 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8257 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
8258 andreas@altroot.de (Andreas Vögele).
8259
8260 FIXME: Use `tiny change'?
8261
8262 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8263
8264 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8265 workaround for the url package included with Emacs.
8266
8267 * nnweb.el (nnweb-google-create-mapping): Update regexp.
8268
8269 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8272 correctly. This fixes a bug caused by the 2006-05-12 change.
8273
8274 2006-07-18 Karl Fogel <kfogel@red-bean.com>
8275
8276 * nnmail.el (nnmail-article-group): If splitting raises an error, give
8277 some information about the error when saying that the `bogus' mail
8278 group will be used.
8279
8280 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
8281
8282 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8283 string.
8284
8285 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
8286
8287 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8288
8289 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8290
8291 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8292
8293 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8294
8295 * mml1991.el (mml1991-function-alist): Add epg.
8296 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8297 (mml1991-epg-encrypt): New functions.
8298
8299 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8300
8301 * mml2015.el (mml2015-verbose): New variable.
8302 (mml2015-cache-passphrase): Ditto.
8303 (mml2015-passphrase-cache-expiry): Ditto.
8304 (mml2015-function-alist): Add epg.
8305 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8306 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8307 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8308 functions.
8309
8310 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8311
8312 * message.el (message-cite-original-1): Preserve region when removing
8313 quoted text due to X-No-Archive in order to avoid bogus attribution
8314 when citing multiple messages.
8315
8316 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8317
8318 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
8319 Kenneth Jacker <khj@be.cs.appstate.edu>.
8320
8321 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
8322
8323 * gnus-diary.el (gnus-user-format-function-d)
8324 (gnus-user-format-function-D): Autoload.
8325
8326 * imap.el (Commentary): Fix typo.
8327
8328 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8329 2006-04-22 contribution.
8330
8331 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8332
8333 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8334 It didn't really fix the bogosity I'm seeing with solid web groups.
8335
8336 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8337
8338 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8339 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8340 created using server names. If we use the feature without declaring
8341 it, Gnus does not properly manage server and group state.
8342
8343 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8344 bound.
8345
8346 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8347
8348 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8349 looking up the method using GROUP's prefix before inventing a new one.
8350 It is used on killed/unknown groups in various places where returning
8351 an all-new method isn't expected by the caller.
8352
8353 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8354 and match semantics of gnus-group-real-prefix.
8355
8356 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
8357
8358 * nnmail.el (nnmail-broken-references-mailers): New variable.
8359 (nnmail-ignore-broken-references): New function generalizing
8360 nnmail-fix-eudora-headers.
8361 (nnmail-fix-eudora-headers): Now obsolete.
8362
8363 * gnus-art.el (gnus-button-handle-custom): Support
8364 `customize-apropos*'.
8365
8366 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8367
8368 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8369
8370 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8371 articles.
8372
8373 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
8374
8375 * message.el (message-cite-reply-above): New variable.
8376 (message-yank-original): Use it.
8377
8378 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
8379
8380 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8381
8382 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
8383
8384 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8385 as read.
8386
8387 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8388
8389 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
8390
8391 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8392 (gnus-bookmark-default-file): Use gnus-directory.
8393 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8394 Remove "*" in doc string.
8395 (gnus-bookmark-write-file): Simplify.
8396 (gnus-bookmark-maybe-sort-alist): Use `when'.
8397 (gnus-bookmark-get-bookmark): Fix typo in doc string.
8398 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8399 FIXME about Emacs 21 and XEmacs compatibility.
8400 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8401 compatibility.
8402 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8403 compatibility.
8404 (gnus-bookmark-menu-heading): Fix version.
8405
8406 2006-06-19 Bastien Guerry <bzg@altern.org>
8407
8408 * gnus-bookmark.el: New file.
8409
8410 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8411
8412 * message.el (message-syntax-checks): Doc fix.
8413
8414 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8415
8416 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8417 unsubscribed groups as if they were killed ones. It causes duplicate
8418 entries in gnus-newsrc-alist.
8419
8420 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8421
8422 * message.el (message-syntax-checks): Doc fix.
8423 (message-send-mail): Add check for continuation headers.
8424 (message-check-news-header-syntax): Fix regexp used to check for
8425 continuation headers.
8426
8427 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8428
8429 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8430
8431 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
8432
8433 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8434
8435 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8436
8437 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8438 default-truncate-lines.
8439
8440 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
8441
8442 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8443 to fill the utf-8 entry.
8444
8445 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8446
8447 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8448
8449 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
8450
8451 * gnus-agent.el (directory-files-and-attributes): Move all the way
8452 forward (the third and final move).
8453 (gnus-agent-read-agentview): Trap reconstruction errors due to
8454 nonexistent directory. Handle by returning nil.
8455
8456 2006-05-30 Didier Verna <didier@xemacs.org>
8457
8458 * message.el (message-dont-reply-to-names): Update the custom type.
8459 * message.el (message-dont-reply-to-names): New defsubst: potentially
8460 convert a list of regexps into a single one.
8461 * message.el (message-get-reply-headers): Use it.
8462 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8463
8464 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8465
8466 * gnus-agent.el (directory-files-and-attributes): Move forward.
8467
8468 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8469
8470 * gnus-ml.el (gnus-mailing-list-subscribe)
8471 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8472 (gnus-mailing-list-message): Fix doc strings.
8473
8474 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8475
8476 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8477 of doing it manually.
8478
8479 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8480
8481 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8482 comment.
8483
8484 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
8485
8486 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8487 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8488 (gnus-agent-read-local): All symbols allocated in my-obarray.
8489 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8490 (gnus-agent-regenerate-group): Check numeric names to see if they are
8491 messages or groups.
8492 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8493 better way of do this...)
8494
8495 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8496 'dummy.group' (there should be a better way of do this...)
8497
8498 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8499
8500 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8501 (gnus-saved-headers): Ditto.
8502 (gnus-default-article-saver): Mention functions may have properties.
8503 (gnus-article-save): Override gnus-save-all-headers and
8504 gnus-saved-headers by :headers property which saver function may have.
8505 (gnus-summary-save-in-file): Add :headers property.
8506 (gnus-summary-write-to-file): Ditto.
8507
8508 * gnus-sum.el (gnus-summary-save-article): Bind
8509 gnus-prompt-before-saving to t when saving many articles in a file;
8510 always show all headers.
8511
8512 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8513
8514 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8515 marks.
8516
8517 * message.el (message-indent-citation): Add optional arguments to allow
8518 using it outside of message buffers.
8519
8520 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8521 (gnus-article-treat-unfold-headers): Use it.
8522 (gnus-article-truncate-lines): New variable.
8523 (gnus-article-mode): Use it.
8524 (gnus-article-toggle-truncate-lines): New function.
8525
8526 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8527 gnus-article-toggle-truncate-lines.
8528
8529 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8530 coding system in XEmacs, use binary.
8531
8532 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8533
8534 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8535 after-load-alist.
8536
8537 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8538 this function should save decoded articles.
8539 (gnus-summary-write-to-file): Use property to specify this function
8540 should save decoded articles and specify gnus-summary-save-in-file
8541 should be used to save articles other than the first one when saving
8542 many articles.
8543 (gnus-summary-save-body-in-file): Use property to specify this
8544 function should save decoded articles.
8545 (gnus-summary-write-body-to-file): Use property to specify this
8546 function should save decoded articles and specify
8547 gnus-summary-save-body-in-file should be used to save articles other
8548 than the first one when saving many articles.
8549
8550 * gnus-sum.el (gnus-summary-save-article): Simplify.
8551
8552 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8553
8554 * gnus-art.el (gnus-default-article-saver): Add
8555 gnus-summary-write-body-to-file.
8556 (gnus-article-save-coding-system): Don't use coding system object
8557 in XEmacs.
8558 (gnus-read-save-file-name): Add optional `dir-var' argument which
8559 specifies directory in which files are saved; work even if optional
8560 `variable' argument is not specified.
8561 (gnus-summary-write-to-file): Read file name.
8562 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8563 (gnus-summary-write-body-to-file): New function.
8564
8565 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8566 (gnus-summary-local-variables): Add it.
8567 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8568 (gnus-summary-save-article): Remove optional `decode' argument;
8569 determine whether to decode articles by the value of
8570 gnus-default-article-saver; when saving many files using
8571 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8572 it first and use gnus-summary-save-in-file or
8573 gnus-summary-save-body-in-file thereafter unless
8574 gnus-prompt-before-saving is always; move point to article which
8575 will be saved.
8576 (gnus-summary-save-article-file): Revert.
8577 (gnus-summary-write-article-file): Revert.
8578 (gnus-summary-save-article-body-file): Revert.
8579 (gnus-summary-write-article-body-file): New function.
8580
8581 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8582
8583 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8584
8585 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8586
8587 * gnus-art.el (gnus-default-article-saver): Doc fix.
8588 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8589 from gnus-summary-save-article-coding-system, and default to a
8590 certain coding system.
8591 (gnus-output-to-file): Add coding cookie and encode text according
8592 to gnus-article-save-coding-system; don't use mm-append-to-file.
8593
8594 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8595 gnus-art.el and rename to gnus-article-save-coding-system.
8596 (gnus-summary-save-article): Require gnus-art; don't show all
8597 headers if it decodes articles; don't add coding cookie here;
8598 don't bind mm-text-coding-system-for-write.
8599 (gnus-summary-save-article-file): Save decoded articles.
8600 (gnus-summary-write-article-file): When saving many files, use
8601 gnus-summary-write-to-file first and gnus-summary-save-in-file
8602 thereafter unless gnus-prompt-before-saving is always.
8603 (gnus-summary-save-article-body-file): Save decoded articles.
8604
8605 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8606
8607 * nnrss.el (nnrss-check-group): Bind hash-index.
8608
8609 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
8610
8611 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8612 its hash index. Store this hash in `nnrss-group-data'.
8613 (nnrss-read-group-data): Update accordingly.
8614
8615 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8616
8617 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8618 entry.
8619
8620 * gnus-sum.el (gnus-summary-make-menu-bar): Add
8621 gnus-article-browse-html-article.
8622
8623 2006-05-23 Hynek Schlawack <hynek@ularx.de>
8624
8625 * gnus-sum.el (gnus-summary-mime-map): Add
8626 gnus-article-browse-html-article.
8627 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8628
8629 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8630 suitable coding systems in customize.
8631
8632 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
8633
8634 * mail-source.el (mail-sources): Fix custom type.
8635
8636 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8637
8638 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8639 (gnus-summary-expire-articles-now): Shorten prompt.
8640
8641 * gmm-utils.el (wid-edit): Require.
8642 (defun-gmm): Renamed from `gmm-defun-compat'.
8643 (gmm-image-search-load-path): Use it.
8644 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
8645
8646 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
8647
8648 * gnus-sum.el (gnus-summary-save-article-coding-system): New
8649 variable.
8650 (gnus-summary-save-article): Add optional `decode' argument. If
8651 it is set and gnus-summary-save-article-coding-system is non-nil,
8652 save decoded article.
8653 (gnus-summary-write-article-file): Save decoded article if
8654 gnus-summary-save-article-coding-system is non-nil.
8655
8656 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8657 type.
8658
8659 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8660
8661 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8662
8663 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
8664
8665 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8666 first to test gnus-single-article-buffer which may be buffer-local.
8667
8668 * gnus-sum.el (gnus-summary-setup-buffer): Make
8669 gnus-single-article-buffer buffer-local and nil in ephemeral
8670 group; make gnus-article-buffer, gnus-article-current, and
8671 gnus-original-article-buffer always buffer-local.
8672 (gnus-summary-exit): Kill article buffer belonging to ephemeral
8673 group.
8674 (gnus-handle-ephemeral-exit): Don't move to next summary line.
8675
8676 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8677
8678 * nnml.el (nnml-request-compact-group): Compressed files might not
8679 have .gz extension.
8680
8681 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8684 (mm-copy-to-buffer): Use with-current-buffer.
8685 (mm-display-part): Simplify.
8686 (mm-inlinable-p): Add optional arg `type'.
8687
8688 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8691 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8692 Try harder to show the attachment internally or externally using
8693 gnus-mime-view-part-as-type.
8694
8695 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8696
8697 * message.el (message-from-style, message-signature-separator)
8698 (message-user-organization-file, message-send-mail-function)
8699 (message-citation-line-function, message-yank-prefix)
8700 (message-indent-citation-function, message-signature)
8701 (message-signature-file, message-signature-insert-empty-line):
8702 Remove autoloads.
8703
8704 * gnus-art.el (gnus-buttonized-mime-types): Remove
8705 "multipart/signed". Revert 2006-04-26 change.
8706
8707 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8708
8709 * gnus.el (gnus-version-number): Bump version.
8710
8711 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8712
8713 * gnus.el: No Gnus v0.5 is released.
8714
8715 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8716
8717 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8718 fetching articles by message-id.
8719
8720 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8721
8722 * message.el (hashcash): Require hashcash as normal.
8723
8724 * ecomplete.el (ecomplete-highlight-match-line): Use
8725 point-at-eol.
8726 (ecomplete-highlight-match-line): Use `highlight', because that
8727 face exists in both Emacs and XEmacs.
8728
8729 * message.el (message-display-abbrev): Use point-at-bol.
8730
8731 * mail-source.el: Don't require timer/timer-funcs.
8732
8733 * gnus-async.el: Ditto.
8734
8735 * password.el: Ditto.
8736
8737 * mm-url.el: Ditto.
8738
8739 * mm-util.el: Require timer/timer-funcs.
8740
8741 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8742
8743 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8744 Close.
8745
8746 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8747
8748 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8749 unibyte after clear-decrypt function runs.
8750
8751 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8752 returns as a unibyte string.
8753
8754 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
8755
8756 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8757 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8758 (mml1991-pgg-encrypt): Ditto.
8759
8760 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8761
8762 * message.el (message-user-organization-file): Check several
8763 locations of the organization file.
8764
8765 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8766 Add gnus-article-view-part-as-type.
8767
8768 * gnus-art.el (gnus-article-view-part-as-type): New function.
8769
8770 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8771 .mobi and .travel. Remove .nato, .bitnet and .uucp.
8772
8773 * mml.el: Simplify autoload.
8774 (mml-mode): defvar dnd-protocol-alist instead of using
8775 symbol-value.
8776 (mml-default-directory): New variable.
8777 (mml-minibuffer-read-file): Use it.
8778 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8779
8780 * message.el (message-citation-line-format): New variable.
8781 (message-insert-formated-citation-line): New function.
8782 (message-citation-line-function): Add
8783 `message-insert-formated-citation-line' to custom type.
8784
8785 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8786 to doc string.
8787
8788 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8789 depending on mm-verify-option.
8790
8791 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8792
8793 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8794 binding pgg-* variables; reimplement the section which prevents
8795 MIME header from being signed.
8796 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8797 pgg-text-mode; remove a blank line at the top of body.
8798
8799 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8800 lines at the top of body; use gnus-newsgroup-charset if there's no
8801 Charset header.
8802
8803 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8804
8805 * message.el (message-self-insert-commands): Doc fix.
8806
8807 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8808 (mm-uu-pgp-encrypted-test): Ditto.
8809 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8810 between header and body; return application/pgp-encrypted handle
8811 if decryption failed; decode decrypted body by charset.
8812
8813 * mm-decode.el (mm-automatic-display): Don't make application/pgp
8814 element match to application/pgp-*.
8815
8816 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8817
8818 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8819 HTML.
8820
8821 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8822
8823 * mail-source.el (mail-source-call-script): Message the error
8824 string.
8825
8826 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8827
8828 * gnus-util.el (gnus-byte-compile): Use it.
8829
8830 2006-04-22 xyblor <fake@invalid.email> (tiny change)
8831
8832 * gnus-util.el (kill-empty-logs): New function.
8833
8834 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8835
8836 * message.el (message-mail-alias-type): Doc fix.
8837 (message-mail-alias-type-p): New function.
8838 (message-send): Use it.
8839 (message-mode): Ditto.
8840 (message-strip-forbidden-properties): Ditto.
8841
8842 * ecomplete.el (ecomplete-database-file-coding-system): New
8843 variable.
8844 (ecomplete-save): Use it.
8845 (ecomplete-setup): Use it.
8846
8847 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8848
8849 * message.el (message-self-insert-commands): New variable.
8850 (message-strip-forbidden-properties): Use it.
8851
8852 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8853
8854 * message.el (message-put-addresses-in-ecomplete): Use a regexp
8855 that doesn't make XEmacs choke.
8856
8857 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8858
8859 * gnus-util.el (gnus-replace-in-string):
8860 Prefer replace-regexp-in-string over of replace-in-string.
8861
8862 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8863
8864 * gnus-util.el (gnus-select-frame-set-input-focus):
8865 Use select-frame-set-input-focus if it is available in XEmacs; use
8866 definition defined in Emacs 22 for old Emacsen.
8867
8868 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8869
8870 * mm-view.el (mm-inline-text): Use equal instead of equalp.
8871
8872 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
8873
8874 * gnus-registry.el (gnus-registry-cache-save): Remove text
8875 properties when saving via the temp buffer.
8876
8877 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8878
8879 * message.el (message-generate-hashcash): Honor custom type.
8880
8881 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8882
8883 * message.el (message-generate-hashcash): Default to non-nil when
8884 hashcash is found.
8885
8886 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8887 (gnus-refer-thread-limit): Increase default to 500.
8888
8889 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8890
8891 * flow-fill.el (fill-flowed): Allow delete-space.
8892
8893 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8894
8895 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8896 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8897 Remove autoloads.
8898
8899 2006-04-18 Simon Josefsson <jas@extundo.com>
8900
8901 * message.el (message-generate-hashcash): Default to.
8902
8903 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8904
8905 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8906 concatenating segments rather than before concatenating them.
8907
8908 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8909
8910 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8911
8912 * imap.el (imap-quote-specials): New function.
8913 (imap-login-auth): Quote specials.
8914
8915 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8916
8917 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8918
8919 * message.el (message-forward-make-body-plain): Allow
8920 message-forward-ignored-headers to be a list.
8921 (message-remove-ignored-headers): Factor out into function.
8922 (message-forward-make-body-mml): Use it.
8923 * rfc2231.el (rfc2231-parse-string): Remove dead code.
8924 (rfc2231-parse-string): Allow concatanation of parameters that
8925 aren't contiguous. The test case is
8926 (mail-header-parse-content-type "message/external-body;
8927 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8928 access-type=LOCAL-FILE;
8929 name*1*=plugh%2fhello-sailor%2fbing.pdf")
8930
8931 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8932
8933 * nntp.el (nntp-accept-process-output): Return the value of
8934 `nnheader-accept-process-output'.
8935
8936 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8937
8938 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8939 (gnus-button-alist): Recognize more diff formats.
8940 (gnus-button-patch): Strip directory.
8941
8942 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8943
8944 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8945 Emacs 22 when setting focus.
8946
8947 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8948
8949 * gnus-art.el (gnus-article-treat-types): Do treatment of
8950 text/x-verbatim parts.
8951 (gnus-button-patch): New command.
8952
8953 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8954 addresses that contain invalid characters.
8955
8956 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8957
8958 * message.el (message-put-addresses-in-ecomplete): Use
8959 gnus-replace-in-string.
8960 (message-is-yours-p): Use the more correct
8961 mail-header-parse-address instead of
8962 mail-extract-address-components.
8963 (message-put-addresses-in-ecomplete): Fix typo.
8964
8965 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8966 keystroke.
8967
8968 * gnus-art.el (gnus-treatment-function-alist): Change order of
8969 newsgroups/generic header folding to avoid double-folding.
8970
8971 * message.el (message-hidden-headers): Add X-Draft-From.
8972
8973 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8974 command.
8975 (gnus-summary-repeat-search-article-backward): New command.
8976
8977 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8978 groups in the parent topic.
8979
8980 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
8981
8982 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8983 (spam-extra-header-to-number): Return the CRM114 number as a
8984 number instead of a string.
8985
8986 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8987
8988 * gnus-art.el (gnus-face-properties-alist): Moved here from
8989 gnus-fun.
8990
8991 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8992
8993 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8994
8995 * message.el (message-strip-forbidden-properties): Only display on
8996 self-insert-command.
8997
8998 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8999 reindent.
9000 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9001
9002 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
9003
9004 * smiley.el (smiley-style): Fix typo.
9005
9006 2006-03-23 Kenichi Handa <handa@m17n.org>
9007
9008 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
9009 instead of set-buffer-multibyte.
9010
9011 2006-03-23 Kenichi Handa <handa@m17n.org>
9012
9013 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9014 buffer and then decode the buffer text if necessary.
9015 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9016 first, and after mm-encode-body, change the buffer to unibyte.
9017
9018 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9019
9020 * hashcash.el (hashcash-insert-payment-async-2): Use
9021 message-goto-eoh instead of doing it manually.
9022 (mail-add-payment): Use message-narrow-to-header instead of trying
9023 to do the same itself.
9024
9025 * message.el (message-hidden-headers): Add Face.
9026
9027 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9028 reparenting code.
9029 (gnus-summary-reparent-children): Refactored out code.
9030 (gnus-summary-thread-map): New keystroke.
9031 (gnus-summary-reparent-children): Make into command.
9032
9033 * smiley.el (smiley-style): Default to `medium' if using a large
9034 font.
9035
9036 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9037 does it itself.
9038
9039 * message.el (message-point-in-header-p): Simplify definition.
9040
9041 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9042
9043 * nnagent.el (nnagent-request-set-mark): Silence log file
9044 writing.
9045 (nnagent-request-set-mark): Use write-region instead of
9046 append-to-file.
9047
9048 * gnus-sum.el (gnus-read-header): Fudge article number if using a
9049 strange select method.
9050
9051 * ecomplete.el (ecomplete-display-matches): Get highlightling
9052 right.
9053 (ecomplete-display-matches): Use literals.
9054 (ecomplete-display-matches): Disable message logging.
9055
9056 * message.el (message-display-abbrev): Small optimization.
9057
9058 * ecomplete.el (ecomplete-display-matches): Allow automatic
9059 display.
9060
9061 * message.el (message-strip-forbidden-properties): Display
9062 abbrevs.
9063 (message-display-abbrev): Get automatic display right.
9064
9065 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9066 keystrokes.
9067
9068 2006-04-13 Romain Francoise <romain@orebokech.com>
9069
9070 TODO: Backport to v5-10!
9071
9072 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9073 Moved here (and renamed) from gnus-registry.el.
9074
9075 * gnus-registry.el: Require gnus-util.
9076 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9077
9078 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9079
9080 * gnus-group.el (gnus-group-catchup-current): Change
9081 if-then-else-if-then-else into cond.
9082 (gnus-group-catchup): Indent.
9083 (group-name-at-point): New function.
9084 (gnus-fetch-group): Provide default from thing at point.
9085
9086 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9087
9088 * message.el (message-display-abbrev): Fix regexp.
9089
9090 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9091 choosing.
9092 (ecomplete-highlight-match-line): Fix up code rewrite, remove
9093 dead variables.
9094
9095 * message.el (message-newline-and-indent): Remove debugging.
9096 (message-display-abbrev): Use new implementation.
9097
9098 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9099
9100 * gnus-art.el (gnus-article-mode): Set
9101 cursor-in-non-selected-windows to nil.
9102
9103 * smiley.el: Revert previous change.
9104 (smiley-data-directory): defvar it before using it in the
9105 defcustom of `smiley-style'.
9106
9107 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9108
9109 * message.el (message-newline-and-indent): New function.
9110
9111 * ecomplete.el: Implement more bits.
9112
9113 * message.el (message-put-addresses-in-ecomplete): Clean up the
9114 string.
9115
9116 * ecomplete.el (ecomplete-add-item): Chop off decimals.
9117
9118 * gnus-sum.el (gnus-summary-save-parts): Bind
9119 gnus-summary-save-parts-counter and use it to make unique file
9120 names.
9121
9122 * gnus-art.el (gnus-ignored-headers): Add some more headers.
9123
9124 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9125 parameter to say whether to actually parse the individual
9126 addresses.
9127
9128 * message.el (message-put-addresses-in-ecomplete): New function.
9129 (ecomplete): Require.
9130 (message-mail-alias-type): Add ecomplete as an option.
9131
9132 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
9133
9134 * flow-fill.el (fill-flowed): Remove trailing space from blank
9135 quoted lines.
9136
9137 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9138
9139 * smiley.el (smiley-style): Move definition later to avoid a
9140 compilation warning.
9141
9142 2006-04-12 Kenichi Handa <handa@m17n.org>
9143
9144 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9145 buffer and then decode the buffer text if necessary.
9146 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9147 first, and after mm-encode-body, change the buffer to unibyte.
9148 Use mm-disable-multibyte instead of set-buffer-multibyte.
9149
9150 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
9151
9152 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9153 Content-Type header instead of Content-Disposition header.
9154 (gnus-mime-inline-part): Ditto.
9155 (gnus-mime-view-part-as-charset): Ignore charset that the part
9156 specifies.
9157
9158 * mm-decode.el (mm-display-part): Work with external parts and
9159 usual parts similarly.
9160
9161 * mm-extern.el (mm-inline-external-body): Use mm-display-part
9162 instead of gnus-display-mime.
9163
9164 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9165 instead of with-temp-buffer.
9166
9167 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9168 tag to summarized topics part in order to encode non-ASCII text.
9169
9170 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9171
9172 * smiley.el (smiley-style): New variable.
9173 (smiley-directory): New function.
9174 (smiley-data-directory): Derive from `smiley-style' using
9175 `smiley-directory'.
9176 (smiley-regexp-alist): Add new entries.
9177
9178 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9179 (gnus-article-browse-delete-temp): Add :version.
9180
9181 2006-04-11 Arne Jørgensen <arne@arnested.dk>
9182
9183 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9184 the sieve region.
9185
9186 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9187
9188 * gnus.el (gnus-version-number): Bump version.
9189
9190 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9191
9192 * gnus.el: No Gnus v0.4 is released.
9193
9194 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9195
9196 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9197 layout.
9198
9199 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9200 unknown charset.
9201
9202 * message.el (message-header-synonyms): Add Original-To to the
9203 default.
9204
9205 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9206 optional parameter.
9207
9208 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
9209
9210 * gnus-fun.el (gnus): Require it for gnus-directory.
9211
9212 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9213
9214 * gnus-fun.el (gnus-face-properties-alist): Add :version.
9215
9216 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9217
9218 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9219
9220 2006-04-05 Simon Josefsson <jas@extundo.com>
9221
9222 * password.el (password-reset): New function.
9223
9224 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9225
9226 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9227 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9228
9229 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9230
9231 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9232 Some whitespace was matched into the url, which broke browsing hits
9233 > 100 when mm-url-use-external was nil.
9234
9235 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
9236
9237 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9238 gnus-extra-headers for 'Newsgroups.
9239
9240 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9241 bound.
9242
9243 2006-04-04 Daiki Ueno <ueno@unixuser.org>
9244
9245 * pgg-gpg.el: Clean up process buffers every time gpg processes
9246 complete.
9247
9248 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
9249
9250 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9251 doc string.
9252
9253 2006-04-03 Daiki Ueno <ueno@unixuser.org>
9254
9255 * pgg-gpg.el (pgg-gpg-process-filter)
9256 (pgg-gpg-wait-for-completion): Check if buffer is alive.
9257
9258 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9259 lines, temporary fix.
9260
9261 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9262
9263 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9264
9265 2006-03-29 Daiki Ueno <ueno@unixuser.org>
9266
9267 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9268 default-enable-multibyte-characters. This reverts the change from
9269 revision 6.17 which is no longer necessary because the passphrase
9270 is sent separately now. GnuPG messages are unreadable under
9271 multibyte locales with default-enable-multibyte-characters set to
9272 nil.
9273
9274 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9275
9276 * message.el (message-tool-bar-gnome): Move "spell".
9277
9278 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9279
9280 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9281 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
9282 instead.
9283
9284 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
9285
9286 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9287 newsgroups handling for NNTP overviews which don't include
9288 Newsgroups.
9289
9290 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9291
9292 * message.el (message-resend): Bind message-generate-hashcash to nil.
9293
9294 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9295
9296 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9297 when searching for already-paid recipients.
9298
9299 2006-03-27 Daiki Ueno <ueno@unixuser.org>
9300
9301 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9302 passphrases when it is not needed.
9303 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9304 passphrase stuff from gpg, should only be necessary when you use
9305 gpg with a smartcard.
9306
9307 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9308
9309 * mml.el (mml-insert-mime): Ignore cached contents of
9310 message/external-body part.
9311
9312 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9313 (mm-insert-part): Ditto.
9314
9315 2006-03-23 Simon Josefsson <jas@extundo.com>
9316
9317 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9318 Reiner.
9319 (pgg-gpg-use-agent-p): Use it again.
9320
9321 2006-03-23 Simon Josefsson <jas@extundo.com>
9322
9323 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9324 older emacsen.
9325 (pgg-gpg-use-agent-p): Don't use it.
9326
9327 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9328
9329 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9330 if we can.
9331
9332 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
9333
9334 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9335 (pgg-gpg-update-agent): New function.
9336 (pgg-gpg-use-agent-p): New function.
9337 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9338 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9339 (pgg-gpg-sign-region): Use it.
9340
9341 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
9342
9343 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9344 Reported by Ralf Wachinger <rwachinger@gmx.de>.
9345
9346 2006-03-21 Simon Josefsson <jas@extundo.com>
9347
9348 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9349 <wilde@sha-bang.de>.
9350 (pgg-gpg-use-agent): New variable.
9351 (pgg-gpg-process-region): Use it.
9352 (pgg-gpg-encrypt-region): Likewise.
9353 (pgg-gpg-encrypt-symmetric-region): Likewise.
9354 (pgg-gpg-decrypt-region): Likewise.
9355 (pgg-gpg-sign-region): Likewise.
9356 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9357
9358 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9359
9360 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9361
9362 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9363 Add comment on version.
9364
9365 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9366
9367 * smiley.el: Add missing test smiley.
9368
9369 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9370
9371 * mm-decode.el (mm-with-part): New macro.
9372 (mm-get-part): Use it; work with message/external-body as well.
9373 (mm-save-part): Treat name and filename equally.
9374
9375 * mm-extern.el (mm-extern-cache-contents): New function.
9376 (mm-inline-external-body): Use it; force the part to be displayed;
9377 move undisplayer added to the cached handle to the parent.
9378
9379 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9380 (gnus-mime-view-part-as-type): Work with message/external-body.
9381
9382 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9383
9384 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9385
9386 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9387 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
9388 Emacs.]
9389
9390 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
9391
9392 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9393 path rather than symbol. Always return list of directories.
9394 Guarantee that image directory comes first. [Sync with image.el,
9395 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
9396
9397 * message.el (message-make-tool-bar): Adjust to new API of
9398 `gmm-image-load-path-for-library'.
9399
9400 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9401
9402 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9403
9404 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9405
9406 * gnus-art.el (gnus-article-only-boring-p):
9407 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9408 intangible text.
9409 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9410
9411 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
9412
9413 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
9414 `defun' instead of `gmm-defun-compat'.
9415
9416 2006-03-14 Simon Josefsson <jas@extundo.com>
9417
9418 * message.el (message-unique-id): Don't use message-number-base36
9419 if (user-uid) is a float.
9420 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9421
9422 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9423
9424 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9425
9426 * gnus-art.el (gnus-mime-display-single): Make sure there is an
9427 empty line between a part and a message part.
9428
9429 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9430
9431 * smiley.el: Add more test smileys.
9432 (smiley-data-directory, smiley-regexp-alist)
9433 (gnus-smiley-file-types): Fix doc strings.
9434 (smiley-update-cache): Clear smiley-cached-regexp-alist before
9435 adding new elements.
9436 (smiley-mouse-map): Unused code. Make it a comment.
9437
9438 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9439
9440 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9441 scan latest NoCeM messages instead of old ones.
9442 (gnus-nocem-check-article): Fix regexps so as to match to PGP
9443 delimiters that are recently used.
9444 (gnus-nocem-load-cache): Add autoload cookie.
9445
9446 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9447
9448 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9449 level which is larger than gnus-use-nocem is specified.
9450
9451 * gnus-group.el (gnus-group-get-new-news): Ditto.
9452
9453 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9454
9455 * gnus-util.el (gnus-tool-bar-update): New function.
9456
9457 * gnus-group.el (gnus-group-update-tool-bar): New variable.
9458 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9459
9460 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9461
9462 * gnus-group.el (gnus-group-redraw-when-idle)
9463 (gnus-group-redraw-check): Remove.
9464 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9465
9466 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9467
9468 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9469 if optional last element is specified in splits (FIELD VALUE...).
9470
9471 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9472
9473 * message.el (message-make-tool-bar): Rename gmm-image-load-path
9474 to gmm-image-load-path-for-library. Call with no-error argument.
9475 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9476
9477 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9478
9479 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9480
9481 * gmm-utils.el (gmm-image-load-path): Remove alias.
9482
9483 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
9484
9485 * gmm-utils.el (gmm-image-load-path): Add alias.
9486
9487 * nnml.el (nnml-generate-nov-databases-directory): Rename from
9488 nnml-generate-nov-databases-1.
9489 (nnml-generate-nov-databases): Use it.
9490 (nnml-generate-nov-databases-directory): Document no-active
9491 argument.
9492
9493 * gmm-utils.el (gmm-image-load-path-for-library): Return single
9494 directory if path is t. Add no-error.
9495
9496 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9497 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9498
9499 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9500 resetting gnus-article-browse-html-temp-list.
9501
9502 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9503 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
9504 Add example to docstring. Rename local variables. Move error
9505 checks to default case in cond and simplify.
9506
9507 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
9508
9509 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9510 handle is multipart when calling it recursively.
9511 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9512
9513 2006-03-03 Daniel Pittman <daniel@rimspace.net>
9514
9515 * nnimap.el (nnimap-request-update-info-internal): Optimize.
9516 Don't `gnus-uncompress-range' to avoid excessive memory usage.
9517
9518 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9519
9520 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9521 is loaded.
9522
9523 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9524 loaded.
9525
9526 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9527
9528 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9529 to "Emacs 23 (unicode)" in doc string.
9530
9531 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9532 "Emacs 23 (unicode)" in comment.
9533
9534 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9535
9536 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9537
9538 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9539 characters 160 through 255 in Emacs 23.
9540
9541 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9542
9543 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9544 gnus-article-browse-html-temp.
9545 (gnus-article-browse-delete-temp): Make it customizable. Add
9546 `file'. Adjust doc string.
9547 (gnus-article-browse-delete-temp-files): Add argument. Allow
9548 query for each file. Adjust doc string.
9549 (gnus-article-browse-html-parts): Add
9550 `gnus-article-browse-delete-temp-files' to
9551 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9552
9553 2006-03-02 Hynek Schlawack <hynek@ularx.de>
9554
9555 * gnus-art.el (gnus-article-browse-html-temp)
9556 (gnus-article-browse-delete-temp): New variables.
9557 (gnus-article-browse-delete-temp-files): New function.
9558 (gnus-article-browse-html-parts): Use it.
9559
9560 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9561
9562 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9563
9564 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9565 string.
9566
9567 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9568 gnus-summary-insert-new-articles when unplugged. Remove
9569 gnus-summary-search-article-forward.
9570
9571 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9572 display-visual-class instead of display-color-cells.
9573
9574 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
9575
9576 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9577 message/* containing non-ASCII text properly.
9578
9579 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
9580
9581 * message.el: Require gmm-utils, remove autoloads.
9582 (message-tool-bar): Set default based on
9583 gmm-tool-bar-style.
9584 (message-tool-bar-gnome): Add gmm-customize-mode.
9585
9586 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9587 gmm-tool-bar-style.
9588 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9589
9590 * gnus-group.el (gnus-group-tool-bar): Set default based on
9591 gmm-tool-bar-style.
9592 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9593
9594 * gmm-utils.el (gmm-image-directory): Rename variable from
9595 gmm-image-load-path.
9596 (gmm-image-load-path): Use gmm-image-directory.
9597 (gmm-customize-mode): New function.
9598 (gmm-tool-bar-style): New variable.
9599
9600 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9601 gnus-group-redraw-line-number.
9602 (gnus-group-redraw-check): Simplify.
9603 (gnus-group-tool-bar-update): Remove redraw check.
9604 (gnus-group-make-tool-bar): Add redraw check.
9605
9606 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
9607
9608 * gnus-art.el (gnus-button): Add missing parentheses.
9609
9610 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9611
9612 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9613
9614 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
9615
9616 * gnus-art.el (gnus-button): New face.
9617 (gnus-article-button-face): Use it.
9618
9619 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9620 gnus-summary-next-page. Re-order.
9621
9622 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9623 next-node are now included.
9624 (gnus-group-redraw-line-number): New internal variable.
9625 (gnus-group-redraw-check): Helper function for updating the tool
9626 bar.
9627 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9628
9629 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9630
9631 * spam.el (spam-spamassassin-score-regexp): New internal variable.
9632 (spam-extra-header-to-number, spam-check-spamassassin-headers):
9633 Use it to match format of Spamassassin 3.0 and later. Reported by
9634 IRIE Tetsuya <irie@t.email.ne.jp>.
9635 (spam-check-bogofilter)
9636 (spam-bogofilter-register-with-bogofilter): Fix args of
9637 `gnus-error' calls.
9638
9639 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
9640
9641 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9642 unnecessary interaction when sending queued mails. Reported by
9643 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9644
9645 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9646
9647 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9648 first or last are nil.
9649
9650 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9651
9652 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9653
9654 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9655
9656 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9657
9658 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9659
9660 * dns.el (query-dns): Protect more against buggy tcp output.
9661
9662 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
9663
9664 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9665 nov.php.
9666
9667 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9668
9669 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9670 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9671 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
9672 output on the server side.
9673 (nnweb-google-create-mapping): Update regexps and add some
9674 progress indication.
9675
9676 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
9677
9678 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9679 gnus-agent-toggle-plugged. Re-order icons.
9680 (gnus-group-tool-bar-gnome): Add
9681 gnus-group-{prev,next}-unread-group.
9682 (gnus-group-tool-bar-gnome): Re-order icons.
9683
9684 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9685 gnus-summary-insert-new-articles.
9686
9687 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9688 comments.
9689
9690 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
9691 also available in Emacs 21.3.
9692
9693 * message.el (message-fix-before-sending): Change "Emacs 22" to
9694 "Emacs 23 (unicode)" in comment.
9695
9696 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9697 "Emacs 23 (unicode)" in comment.
9698
9699 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9700 comment.
9701 (mm-coding-system-p): Add comment about no-MULE XEmacs.
9702
9703 * mm-view.el (mm-fill-flowed): Add :version.
9704
9705 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
9706
9707 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9708 and load-path.
9709
9710 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
9711
9712 * message.el: Autoload gmm-image-load-path.
9713 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9714 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
9715 consitency.
9716
9717 * gmm-utils.el (gmm-image-load-path): Also search in
9718 "../etc/images". Don't set gmm-image-load-path if we don't find
9719 the image.
9720
9721 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
9722
9723 * gmm-utils.el (gmm-image-load-path): Don't make
9724 `gmm-image-load-path' include subdirectories which the second arg
9725 `image' might specify.
9726
9727 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9728 subdirectory to icon file names.
9729
9730 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9731
9732 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
9733
9734 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9735 gmm-image-load-path calls.
9736
9737 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9738
9739 * message.el (message-make-tool-bar): Ditto.
9740
9741 * mml.el (mml-preview): Added comment concerning tool bar icons.
9742
9743 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9744 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9745
9746 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9747 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9748
9749 * message.el (message-tool-bar-gnome): Use new icon names.
9750 (message-make-tool-bar): Use `gmm-image-load-path'.
9751
9752 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9753 functions from MH-E.
9754 (gmm-image-load-path): New variable from MH-E.
9755 (gmm-image-load-path): New function from MH-E. Added arguments
9756 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
9757 *-image-load-path-called-flag.
9758
9759 2006-02-21 Milan Zamazal <pdm@brailcom.org>
9760
9761 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9762
9763 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
9764
9765 * nnimap.el (nnimap-request-move-article): Change folder back to
9766 source group before deleting.
9767
9768 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
9769
9770 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9771
9772 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9773 mm-url.
9774
9775 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9776
9777 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
9778
9779 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9780 coding system which mm-charset-to-coding-system returns for a
9781 given charset is valid.
9782
9783 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
9784
9785 * html2text.el (html2text-remove-tag-list):
9786 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9787
9788 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9789
9790 * gnus-cus.el: Revert 2005-10-17 change.
9791
9792 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
9793
9794 * gnus-art.el (article-strip-banner): Call
9795 article-really-strip-banner only when the regexp match is made.
9796
9797 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
9798
9799 * gnus-art.el (article-strip-banner): Use
9800 gnus-extract-address-components instead of
9801 mail-header-parse-addresses to make it work with non-ASCII text;
9802 remove mail-encode-encoded-word-string.
9803
9804 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9805 values which are surrounded with \"...\"; make it never cause a
9806 Lisp error; give up parsing of parameters if it failed in
9807 extracting type.
9808
9809 2006-02-14 Arne Jørgensen <arne@arnested.dk>
9810
9811 * smime.el (smime-cert-by-ldap-1): Fix bug where
9812 `smime-ldap-search' returns results without userCertificates.
9813
9814 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
9815
9816 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9817
9818 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9819
9820 * spam.el (spam-check-spamassassin-headers): Adapt format for
9821 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
9822 <ari@mbf.ocn.ne.jp>.
9823 (spam-list-of-processors): Add spam-use-gmane.
9824
9825 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9826
9827 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9828 make-temp-file; make it work with XEmacs as well.
9829
9830 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9831 mm-make-temp-file.
9832
9833 * mm-decode.el (mm-display-external): Use the 3rd arg of
9834 mm-make-temp-file.
9835 (mm-create-image-xemacs): Ditto.
9836
9837 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9838
9839 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9840 with message-narrow-to-headers.
9841 (gnus-draft-setup): Narrow to header to run message-fetch-field.
9842 (gnus-draft-check-draft-articles): New function.
9843 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9844
9845 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9846
9847 * gnus-art.el (gnus-article-browse-html-parts):
9848 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9849 Don't use suffix argument for mm-make-temp-file for Emacs 21
9850 compatibility. Remove useless `format'.
9851
9852 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9853
9854 * nnweb.el (nnweb-google-wash-article): Update regexps.
9855 (nnweb-group-alist): Use defvoo instead of defvar.
9856
9857 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9858
9859 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9860 re-loading nn* modules.
9861
9862 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9863
9864 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9865 for `tool-bar-mode' and don't check it's default-value.
9866
9867 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9868
9869 * message.el (message-make-tool-bar): Ditto.
9870
9871 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9872 `substring'. Shorten tmp-file name.
9873
9874 * gnus.el: Remove bogus comment.
9875
9876 2006-02-10 Hynek Schlawack <hynek@ularx.de>
9877
9878 * gnus-art.el (gnus-article-browse-html-parts): New function.
9879 (gnus-article-browse-html-article): New function for viewing html
9880 articles with a browser.
9881
9882 2006-02-09 Daiki Ueno <ueno@unixuser.org>
9883
9884 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9885 (mml2015-pgg-encrypt): Ditto.
9886
9887 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9888 (mml1991-pgg-encrypt): Ditto.
9889
9890 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9891
9892 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9893 message-make-date instead of current-time-string.
9894
9895 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9896 to gnus-decoded which mm-uu might set.
9897
9898 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9899
9900 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9901 don't decode quoted parameters; remove misimported Emacs code.
9902 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9903 (rfc2231-decode-encoded-string): Don't use split-string which
9904 behaves differently according to Emacs version; use
9905 mm-decode-coding-region to convert charset to coding-system.
9906 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9907 (rfc2231-encode-string): Remove misimported Emacs code.
9908
9909 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9910
9911 * gnus-art.el (article-decode-charset): Don't use ignore-errors
9912 when calling mail-header-parse-content-type.
9913 (article-de-quoted-unreadable): Ditto.
9914 (article-de-base64-unreadable): Ditto.
9915 (article-wash-html): Ditto.
9916
9917 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9918 calling mail-header-parse-content-type and
9919 mail-header-parse-content-disposition.
9920 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9921 mail-header-parse-content-type.
9922
9923 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9924 insert charset and format parameters; encode description after
9925 inserting it to buffer.
9926 (mml-insert-parameter): Fold lines properly even if a parameter is
9927 segmented into two or more lines; change the max column to 76.
9928
9929 * rfc1843.el (rfc1843-decode-article-body): Don't use
9930 ignore-errors when calling mail-header-parse-content-type.
9931
9932 * rfc2231.el (rfc2231-parse-string): Return at least type if
9933 possible; don't cause an error even if it fails in parsing of
9934 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9935 (rfc2231-encode-string): Don't break lines at the beginning, leave
9936 it to mml-insert-parameter.
9937
9938 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9939 calling mail-header-parse-content-type.
9940
9941 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
9942
9943 * spam-report.el (spam-report-gmane-use-article-number):
9944 Improve doc string.
9945 (spam-report-gmane-internal): Check if a suitable header was found
9946 in the article.
9947
9948 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
9949
9950 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9951 (rfc2231-encode-string): Make param*=value always begin with LWSP.
9952
9953 2006-02-05 Romain Francoise <romain@orebokech.com>
9954
9955 Update copyright notices of all files in the gnus directory.
9956
9957 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9958
9959 * nnweb.el (nnweb-request-group): Avoid growing overview files.
9960
9961 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
9962
9963 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9964 segmented lines of parameter value to cope with Thunderbird 1.5
9965 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9966 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9967 (rfc2231-encode-string): Don't make lines exceeding 76 column.
9968
9969 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
9970
9971 * mml.el (mml-generate-mime-1): Correct the order of inline signed
9972 parts.
9973
9974 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9975
9976 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9977 there's only one active file for all servers.
9978 (nnweb-request-scan): Make sure nnweb-articles is initialized on
9979 solid groups. Gnus might have used a FAST request to select the group.
9980 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9981 and nnweb-search redundantly in the active file.
9982 (nnweb-request-list): Don't list bogus groups. There can only be one.
9983 (nnweb-request-create-group): Don't use ARGS.
9984 (nnweb-possibly-change-server, nnweb-request-group): Remove some
9985 initialisations. Let nnoo do the work.
9986
9987 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
9988
9989 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9990 Say the part has been decoded.
9991
9992 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9993
9994 2006-01-31 Kevin Ryde <user42@zip.com.au>
9995
9996 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9997 mailcap-viewer-test-cache when there's no 'test clause, since that
9998 will invert the meaning of a "nil" test previously determined by
9999 mailcap-mailcap-entry-passes-test.
10000
10001 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
10002
10003 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10004 compiling.
10005
10006 * gnus-sum.el: Ditto.
10007
10008 * message.el: Don't bind tool-bar-map when compiling.
10009
10010 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
10011
10012 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10013
10014 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10015
10016 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10017 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10018 current Google Groups.
10019
10020 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
10021
10022 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10023 and tool-bar-mode.
10024
10025 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10026 and tool-bar-mode.
10027
10028 * message.el (message-tool-bar-update): Simplify.
10029 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10030
10031 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10032 gnus-summary-buffer.
10033 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10034 gnus-summary-reply.
10035
10036 * gmm-utils.el (gmm): Add :version.
10037
10038 2006-01-26 Steve Youngs <steve@sxemacs.org>
10039
10040 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10041 autoload.
10042
10043 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
10044
10045 * gmm-utils.el (gmm-verbose): Add :group.
10046
10047 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
10048
10049 * message.el: Change some comments WRT tool-bars.
10050
10051 * gnus-sum.el (gnus-summary-tool-bar)
10052 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10053 (gnus-summary-tool-bar-zap-list): New variables.
10054 (gnus-summary-make-tool-bar): Complete rewrite using
10055 `gmm-tool-bar-from-list'.
10056
10057 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10058 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10059 variables.
10060 (gnus-group-make-tool-bar): Complete rewrite using
10061 `gmm-tool-bar-from-list'.
10062 (gnus-group-tool-bar-update): New function.
10063
10064 * message.el (message-mode-field-menu): Add "Show hidden Headers".
10065
10066 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
10067
10068 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10069 is dissected into a single part of which the type is the same as
10070 the given one; decode charset.
10071
10072 2006-01-21 Kevin Ryde <user42@zip.com.au>
10073
10074 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10075 into alists as symbol not string, since that's what
10076 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10077 look for.
10078
10079 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
10080
10081 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10082 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10083
10084 * message.el (message-tool-bar-gnome): Use gmm-ignore.
10085
10086 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10087
10088 * gnus-art.el (gnus-mime-security-button-commands): New variable.
10089 (gnus-mime-security-button-menu): New definition.
10090 (gnus-mime-security-button-map): Use them.
10091 (gnus-mime-security-button-menu): New function.
10092 (gnus-insert-mime-security-button): Addition to help echo.
10093 (gnus-mime-security-run-function, gnus-mime-security-save-part)
10094 (gnus-mime-security-pipe-part): New functions.
10095
10096 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10097 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10098
10099 * mm-decode.el (mm-handle-set-disposition): Remove.
10100 (mm-handle-set-description): Remove.
10101
10102 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10103
10104 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10105 (mm-w3m-standalone-supports-m17n-p): New function.
10106 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10107 w3m usage.
10108
10109 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10110 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10111
10112 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10113
10114 * message.el (message-tool-bar-zap-list): Use
10115 gmm-tool-bar-zap-list as custom type.
10116 (message-tool-bar-update): New function.
10117 (message-tool-bar, message-tool-bar-gnome)
10118 (message-tool-bar-retro): Add message-tool-bar-update.
10119 (message-tool-bar-gnome): Add flyspell-buffer.
10120
10121 * gnus-util.el (gnus-error): Describe `args'.
10122
10123 * gmm-utils.el (gmm-error): Describe `args'.
10124 (gmm-tool-bar-zap-list): New widget.
10125 (gmm-tool-bar-from-list): Improve description of `zap-list'.
10126
10127 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10128
10129 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10130 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10131 the number of recursive calls.
10132
10133 * mm-decode.el (mm-handle-set-disposition): New macro.
10134 (mm-handle-set-description): New macro.
10135
10136 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10137
10138 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10139 encoding.
10140
10141 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10142
10143 * message.el (message-tool-bar-zap-list, message-tool-bar)
10144 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10145 (message-tool-bar-local-item-from-menu): Remove.
10146 (message-tool-bar-map): Replace by `message-make-tool-bar'.
10147 (message-make-tool-bar): New function.
10148 (message-mode): Use `message-make-tool-bar'.
10149
10150 * gmm-utils.el: New file.
10151 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10152 (gmm-lazy): New widget copied from `nnmail.el'.
10153 (gmm-tool-bar-from-list): New function for creating customizable
10154 tool bars.
10155 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
10156 output.
10157 (gmm): Add :prefix to defgroup.
10158
10159 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
10160
10161 * gmm-utils.el (gmm-widget-p): New function.
10162
10163 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10164
10165 * mml.el (mml-attach-file): Describe `description' in doc string.
10166 (mml-menu): Add Emacs MIME manual and PGG manual.
10167
10168 2006-01-20 Richard M. Stallman <rms@gnu.org>
10169
10170 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10171
10172 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
10173
10174 * nntp.el (nntp-end-of-line): Doc fix.
10175
10176 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
10177
10178 * imap.el (imap-open): Handle case where buffer is a buffer
10179 object.
10180
10181 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * gnus-delay.el (gnus-delay): Don't autoload.
10184 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10185 to be re-loaded when customizing the `gnus-delay' group.
10186
10187 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
10188
10189 * message.el (message-insert-citation-line): Use newlines.
10190
10191 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
10192
10193 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10194
10195 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10196
10197 2006-01-19 Mark D. Baushke <mdb@gnu.org>
10198
10199 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10200
10201 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10202
10203 * mm-decode.el (mm-inlined-types): Add application/pgp.
10204 (mm-automatic-display): Ditto.
10205
10206 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10207 part as text.
10208
10209 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10210
10211 * nnrss.el: Update copyright.
10212 (nnrss-opml-import): Query whether to subscribe to each entry.
10213
10214 * gnus-art.el:
10215 * gnus-sum.el:
10216 * mm-uu.el:
10217 * mm-view.el: Update copyright.
10218
10219 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
10220
10221 * message.el (message-info): New function.
10222 (message-mode-menu): Add it.
10223 Update copyright.
10224
10225 * ChangeLog: Fix and update copyright.
10226
10227 2006-01-13 Romain Francoise <romain@orebokech.com>
10228
10229 * message.el (message-forward-subject-name-subject): Prefer the
10230 address to 'nowhere' if the sender has no name.
10231 Fix typo. Update copyright year.
10232
10233 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10234
10235 * gnus-art.el (article-wash-html): Use
10236 gnus-summary-show-article-charset-alist if a numeric arg is given.
10237 (gnus-article-wash-html-with-w3m-standalone): New function.
10238
10239 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10240 mm-inline-text-html-render-with-w3m-standalone.
10241 (mm-text-html-washer-alist): Map w3m-standalone to
10242 gnus-article-wash-html-with-w3m-standalone.
10243 (mm-inline-text-html-render-with-w3m-standalone): New function.
10244
10245 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10246
10247 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10248 Improve LaTeX.
10249
10250 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10251
10252 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10253 (nnrss-request-article): Render text/plain parts as HTML.
10254
10255 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10256 the buffer.
10257
10258 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10259
10260 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10261 custom definition of `gnus-posting-styles'.
10262
10263 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10264 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10265
10266 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
10267
10268 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10269 Use nntp for bug archive.
10270
10271 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10272
10273 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10274 parts.
10275 (nnrss-normalize-date): New function converts ISO 8601 date into
10276 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10277 (nnrss-check-group): Use it.
10278
10279 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10280
10281 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10282
10283 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10284 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10285 (nnrss-insert-w3): Ditto.
10286
10287 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10288
10289 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10290 the articles to be forwarded including the case where neither a
10291 number of articles nor a region is specified.
10292
10293 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10294
10295 * nnrss.el (nnrss-request-article): Fix last change; fill
10296 text/plain parts.
10297
10298 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
10299
10300 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10301 in text/plain part.
10302 (nnrss-check-group): Don't add excessive newline to dc:subject.
10303
10304 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
10305
10306 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10307 article.
10308
10309 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10310
10311 * nnml.el: Don't require gnus-bcklg. Autoload it.
10312 (nnml-use-compressed-files, nnml-save-mail): Support other
10313 comression programs such as bzip2.
10314
10315 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10316
10317 * dns.el (query-dns): Make sure we check the buffer size before
10318 removing tcp headers.
10319
10320 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
10321
10322 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10323 remove MIME buttons associated with multipart/alternative parts.
10324 (gnus-mime-display-alternative): Tag buttons using `article-type'
10325 text property.
10326
10327 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10328 associated with multipart/alternative parts.
10329
10330 * gnus-art.el (gnus-signature-separator): Fix custom type.
10331
10332 * mm-decode.el (mm-inlined-types): Fix custom type.
10333 (mm-keep-viewer-alive-types): Ditto.
10334 (mm-automatic-display): Ditto.
10335 (mm-attachment-override-types): Ditto.
10336 (mm-inline-override-types): Ditto.
10337 (mm-automatic-external-display): Ditto.
10338
10339 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10340
10341 * spam-report.el (spam-report-user-mail-address)
10342 (spam-report-user-agent): New variables.
10343 (spam-report-url-ping-plain): Use spam-report-user-agent.
10344
10345 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
10346
10347 * gnus-art.el (gnus-button-handle-custom): Do not just use
10348 `customize-apropos' for any "M-x customize-*" button but the
10349 function called for. Accept both the function name and its
10350 argument in order to achieve this.
10351 (gnus-button-alist): Remove support for "custom:" URL's. Pass
10352 function name to `gnus-button-handle-custom' in case of "M-x
10353 customize-*" buttons.
10354
10355 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
10356
10357 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10358 multipart/alternative and add xref to mm-discouraged-alternatives
10359 in doc string.
10360
10361 * mm-decode.el (mm-discouraged-alternatives): Add xref to
10362 gnus-buttonized-mime-types in doc string.
10363
10364 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10365
10366 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10367 Suggest image/.* in the doc string.
10368
10369 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10370
10371 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10372 message-marks (Debian bug #342521).
10373
10374 2005-12-12 Simon Josefsson <jas@extundo.com>
10375
10376 * password.el (password-read-from-cache): Add.
10377 (password-read): Use it.
10378
10379 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
10380
10381 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10382 us-ascii as a MIME charset.
10383
10384 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10385 against the case where the 2nd arg TYPE is nil.
10386
10387 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10388
10389 * pop3.el (pop3-stream-type): Fix custom version.
10390
10391 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10392
10393 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10394
10395 * mm-decode.el (mm-display-external): Add missing cdr.
10396
10397 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
10398
10399 * mm-decode.el (mm-display-external): Use nametemplate (defined in
10400 RFC1524) if it is in mailcap or add a suffix according to
10401 mailcap-mime-extensions when generating a temp filename; postpone
10402 deleting a temp file for 2 seconds for some wrappers, shell
10403 scripts, and so on, which might exit right after having started a
10404 viewer command as a background job.
10405
10406 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10407
10408 * nntp.el (nntp-marks-directory): Fix custom group.
10409
10410 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10411 steps when < 10.
10412
10413 * gnus-start.el (gnus-no-server-1): Mention
10414 `gnus-level-default-subscribed' in doc string.
10415
10416 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10417
10418 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10419 parens.
10420
10421 2005-11-26 Dave Love <fx@gnu.org>
10422
10423 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10424 (tls-program, tls-success): Provide openssl alternative.
10425
10426 * starttls.el: Doc fixes.
10427 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10428 SERVICE to PORT.
10429
10430 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
10431 port null or service name.
10432 (starttls-negotiate): Autoload.
10433
10434 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10435
10436 * message.el (message-kill-to-signature): Fix interactive spec.
10437
10438 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10439
10440 * pop3.el (pop3-open-server): Recognize a string as a service name.
10441
10442 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
10443
10444 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10445
10446 2005-11-23 Dave Love <fx@gnu.org>
10447
10448 Add pop3s, pop3/starttls.
10449
10450 * pop3.el (pop3-authentication-scheme): Clarify doc.
10451 (open-tls-stream, starttls-open-stream): Autoload.
10452 (pop3-stream-type): New.
10453 (pop3-open-server): Use it.
10454
10455 * mail-source.el (mail-sources): Fix some :types. Add stream type
10456 for POP.
10457 (mail-source-keyword-map): Add :stream for POP.
10458 (mail-source-fetch-pop): Use pop3-stream-type.
10459
10460 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
10461
10462 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10463 of current-time-string.
10464
10465 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
10466
10467 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10468 date header.
10469
10470 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10471
10472 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10473 it can seriously impact performance as it bypasses the agent's
10474 local caches.
10475
10476 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10477
10478 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10479 must be explicitly online rather than "not explicitly offline" for
10480 its flags to be synchronized.
10481
10482 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10483 that gnus-uu-unmark-thread will function correctly.
10484
10485 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10486 1024K is instead displayed as 1M.
10487
10488 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10489
10490 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10491
10492 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
10493
10494 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10495
10496 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
10497
10498 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10499 error message to display actual error condition.
10500 (gnus-agent-save-local): Avoid saving symbols that are bound to
10501 nil as they simply result in a warning message in
10502 gnus-agent-read-local.
10503
10504 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10505
10506 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10507 rather than make-variable-buffer-local for file-precious-flag.
10508
10509 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10510
10511 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10512 for duplicates which are removed. The invalid sort check then
10513 triggers a rescan after the sort as sorting may have moved
10514 duplicate entries such that they can be cheaply detected.
10515
10516 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10517
10518 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10519
10520 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10521
10522 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10523 internal variable to a custom variable. Changed default value
10524 from compressed(2) to uncompressed(1).
10525 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10526 support for uncompressed agentview files. Taken together, reading
10527 the agentview file should now be 6-7 times faster.
10528
10529 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
10530
10531 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10532 as a buffer-local variable. This avoids creating truncated
10533 dribble files as a result of a hang up, eg.
10534
10535 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10536
10537 * gnus-start.el (gnus-start-draft-setup): Enforce
10538 `gnus-draft-mode' for nndraft:drafts at startup.
10539
10540 * gnus.el (gnus-splash): Change custom group.
10541 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10542 allow-list argument.
10543
10544 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10545 string.
10546
10547 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10548
10549 * gnus-art.el (gnus-default-article-saver): Add user-defined
10550 `function' to custom type.
10551
10552 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10553
10554 * imap.el (imap-open): Handle case where buffer is a buffer
10555 object.
10556
10557 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10558
10559 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10560 long lines.
10561 (gnus-cache-delete-group): Wrap doc strings.
10562
10563 * gnus-agent.el (gnus-agent-rename-group)
10564 (gnus-agent-delete-group): Wrap doc strings.
10565
10566 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10567
10568 * gnus-start.el (gnus-1): Add "native" to
10569 gnus-predefined-server-alist.
10570
10571 * gnus.el (gnus-method-to-server): Don't add "native" to the
10572 lists here, because that leads to problems when
10573 gnus-select-method is bound.
10574
10575 2005-11-09 Simon Josefsson <jas@extundo.com>
10576
10577 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10578 use (not sort-by-date) instead.
10579
10580 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * gnus-delay.el (gnus-delay-group): Don't autoload.
10583 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10584 to be re-loaded when customizing the `gnus-delay' group.
10585
10586 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10587
10588 * message.el: Revert last changes.
10589 (message-insert-citation-line): Use newlines.
10590
10591 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10592
10593 * message.el (message-courtesy-message)
10594 (message-mark-insert-begin, message-mark-insert-end)
10595 (message-elide-ellipsis, message-cancel-message)
10596 (message-add-header, message-change-subject)
10597 (message-cross-post-followup-to-header)
10598 (message-cross-post-insert-note, message-reduce-to-to-cc)
10599 (message-widen-reply, message-delete-not-region)
10600 (message-kill-to-signature, message-insert-signature)
10601 (message-insert-importance-high, message-insert-importance-low)
10602 (message-insert-or-toggle-importance)
10603 (message-insert-disposition-notification-to)
10604 (message-indent-citation, message-yank-original)
10605 (message-cite-original-without-signature, message-cite-original)
10606 (message-insert-citation-line, message-position-on-field)
10607 (message-fix-before-sending, message-send-mail-partially)
10608 (message-send-mail, message-send-mail-with-sendmail)
10609 (message-send-mail-with-qmail, message-send-news)
10610 (message-check-news-header-syntax, message-generate-headers)
10611 (message-insert-courtesy-copy, message-fill-address)
10612 (message-fill-header, message-shorten-references)
10613 (message-setup-1, message-cancel-news)
10614 (message-forward-make-body-plain, message-forward-make-body-mime)
10615 (message-forward-make-body-mml, message-encode-message-body)
10616 (message-forward-make-body-digest-plain)
10617 (message-forward-make-body-digest-mime)
10618 (message-use-alternative-email-as-from): Insert `hard-newline'
10619 instead of ordinary newlines.
10620
10621 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
10622
10623 * message.el (message-generate-headers): Downcase the argument
10624 given to message-check-element.
10625
10626 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
10627
10628 * nntp.el (nntp-authinfo-rejected): New error condition.
10629 (nntp-wait-for): Use new error condition to signal authentication
10630 error.
10631 (nntp-retrieve-data): Rethrow new error condition to break out of
10632 recursive call to nntp-send-authinfo.
10633
10634 2005-11-08 Romain Francoise <romain@orebokech.com>
10635
10636 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10637 (gnus-summary-exit-map): Bind to `Z p'.
10638 (gnus-summary-make-menu-bar): Add menu item.
10639
10640 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
10641
10642 * gnus-art.el (gnus-article-treat-custom): Add `first'.
10643 (gnus-treat-*): Add `first' in all doc strings.
10644
10645 * gnus-group.el (gnus-group-compact-group): Fix typo.
10646
10647 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10648
10649 * gnus.el (gnus-parameters-case-fold-search): New variable.
10650 (gnus-parameters-get-parameter): Use it.
10651
10652 * gnus-score.el (gnus-home-score-file): Doc fix.
10653
10654 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10655
10656 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10657
10658 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
10659
10660 * mm-util.el (mm-special-display-p): New function.
10661
10662 * mml.el (mml-preview): Use it; doc fix.
10663
10664 2005-10-29 Romain Francoise <romain@orebokech.com>
10665
10666 * message.el (message-fix-before-sending): Fix comment.
10667
10668 2005-10-29 Jari Aalto <jari.aalto@cante.net>
10669
10670 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10671
10672 2005-10-29 Jari Aalto <jari.aalto@cante.net>
10673
10674 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10675 Used in gnus-score.el.
10676
10677 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10678
10679 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10680
10681 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10682
10683 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10684 whitespace removed in revision 7.8. Use concatenated string to
10685 protect trailing whitespace.
10686
10687 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
10688
10689 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10690 (nnimap-request-expire-articles): Use it to avoid sending 'UID
10691 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10692 Courier IMAP ("some version from 2004"). Mostly based on similar
10693 code in the same function.
10694
10695 2005-10-26 Didier Verna <didier@xemacs.org>
10696
10697 * gnus-group.el (gnus-group-compact-group): Invalidate original
10698 article buffer.
10699 * gnus-srvr.el (gnus-server-compact-server): Ditto.
10700 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10701 NOV database and in article itself.
10702 Invalidate article backlog.
10703
10704 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10705
10706 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10707
10708 2005-10-26 Simon Josefsson <jas@extundo.com>
10709
10710 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10711 part of 2004-07-25 change.
10712
10713 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
10714
10715 * message.el (message-display-completion-list): New function.
10716 (message-expand-group): Use it; make sure the Completions buffer
10717 is modifiable.
10718
10719 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10720
10721 * imap.el (imap-open): Handle case where buffer is a buffer object.
10722
10723 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10724
10725 * pgg-def.el:
10726 * pgg-gpg.el:
10727 * pgg-parse.el:
10728 * pgg-pgp.el:
10729 * pgg-pgp5.el:
10730 * pgg.el: Move to the parent lisp directory.
10731
10732 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10733
10734 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10735 user-mail-name is an empty string.
10736
10737 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10738
10739 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10740 depending on gnus-score-decay-constant.
10741
10742 * encrypt.el (encrypt-insert-file-contents)
10743 (encrypt-write-file-contents): Don't use `gnus-message'.
10744
10745 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10746 arguments.
10747 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
10748 arguments to mm-uu-verbatim-marks-extract.
10749 (mm-uu-hide-markers): New variable.
10750 (mm-uu-extract): Use face similar to `gnus-cite-3'.
10751
10752 * gnus-fun.el (gnus-convert-image-to-x-face-command)
10753 (gnus-convert-image-to-face-command): Use "convert" by default to
10754 allow other input image formats.
10755 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10756 accordingly.
10757
10758 2005-10-23 Simon Josefsson <jas@extundo.com>
10759
10760 * imap.el (imap-gssapi-program): Align command line parameters
10761 with latest GNU SASL.
10762 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10763
10764 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10765
10766 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10767 HTML.
10768 (nnslashdot-request-article): Ditto.
10769
10770 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
10771
10772 * mail-source.el (mail-source-fetch-pop): Require pop3.
10773 (mail-source-check-pop): Ditto.
10774
10775 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10776
10777 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10778 errors.
10779
10780 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
10781
10782 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10783 (gnus-treat-strip-leading-blank-lines): Improve doc string.
10784
10785 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10786
10787 * mm-bodies.el (mm-decode-string): Call
10788 `mm-charset-to-coding-system' with allow-override argument.
10789
10790 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10791
10792 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10793 (rfc2047-charset-to-coding-system): New function.
10794 (rfc2047-decode-encoded-words): New function.
10795 (rfc2047-decode-region): Use them.
10796 (rfc2047-decode-cte): Remove.
10797 (rfc2047-parse-and-decode): Remove.
10798 (rfc2047-decode): Remove.
10799
10800 2005-10-15 Kenichi Handa <handa@m17n.org>
10801
10802 * rfc2047.el (rfc2047-decode-cte): New function.
10803 (rfc2047-decode-region): Change the way to decode successive
10804 encoded-words: decode B- or Q-encoding in each encoded-word,
10805 concatenate them, and decode it as charset.
10806
10807 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10808
10809 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
10810 widget-move-and-invoke.
10811 (gnus-custom-mode): Use gnus-custom-map.
10812
10813 2005-10-15 Bill Wohler <wohler@newt.com>
10814
10815 * message.el (message-tool-bar-map): Renamed image file from
10816 mail_send to mail/send.
10817
10818 2005-10-16 Masatake YAMATO <jet@gyve.org>
10819
10820 * message.el (message-expand-group): Pass the common
10821 prefix substring of completion to `display-completion-list'.
10822
10823 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
10824
10825 * mml-sec.el (mml-secure-method): New internal variable.
10826 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10827 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10828 functions using mml-secure-method.
10829
10830 * mml.el (mml-mode-map): Add key bindings for those functions.
10831 (mml-menu): Simplify security menu entries. Suggested by Jesper
10832 Harder <harder@myrealbox.com>.
10833 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10834 end of message if point is the headers of the message.
10835
10836 * message.el (message-in-body-p): New function.
10837
10838 * assistant.el: Autoload gnus-util and netrc.
10839
10840 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10841 Use `mm-charset-override-alist' only when decoding.
10842
10843 * mm-bodies.el (mm-decode-body): Call
10844 `mm-charset-to-coding-system' with allow-override argument.
10845
10846 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10847 `filename' from Content-Disposition if Content-Type doesn't
10848 provide `name'.
10849 (gnus-mime-view-part-as-type): Set default instead of
10850 initial-input.
10851
10852 2005-10-09 Daniel Brockman <daniel@brockman.se>
10853
10854 * format-spec.el (format-spec): Propagate text properties of % spec.
10855
10856 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10857
10858 * gnus-art.el (gnus-treat-predicate): Add `first'.
10859
10860 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
10861
10862 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10863 (mm-charset-override-alist): New variable.
10864 (mm-charset-to-coding-system): Use it.
10865 (mm-codepage-setup): New helper function.
10866 (mm-charset-eval-alist): New variable.
10867 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
10868 about unknown charsets.
10869
10870 2005-10-04 David Hansen <david.hansen@gmx.net>
10871
10872 * nnrss.el (nnrss-request-article): Add support for the comments tag.
10873 (nnrss-check-group): Ditto.
10874
10875 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10876
10877 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10878 Rename x-gnus-verbatim to x-verbatim.
10879 (mm-uu-type-alist): Fix regexp for verbatim-marks.
10880
10881 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10882 x-verbatim.
10883
10884 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10885
10886 * gnus-util.el (gnus-remove-duplicates): Remove.
10887
10888 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10889 instead of gnus-remove-duplicates.
10890
10891 * message.el (message-remove-duplicates): Remove.
10892 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10893 message-remove-duplicates.
10894
10895 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10896 available, else use implementation from `delete-dups'.
10897
10898 * message.el (message-insert-expires): New function.
10899 (message-mode-map): Add key binding.
10900 (message-mode-field-menu): Add menu entry.
10901 (message-mode): Document it.
10902 (message-make-expires-date): Use `message-make-date'.
10903
10904 2005-10-04 Josh Huber <huber@alum.wpi.edu>
10905
10906 * message.el (message-make-expires-date): New function.
10907
10908 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
10909
10910 * time-date.el: Autoload parse-time-string, XEmacs needs it.
10911
10912 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10913
10914 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10915 function rather than the diff-mode.el package.
10916 (mm-display-external): Use with-current-buffer.
10917 (mm-viewer-completion-map, mm-viewer-completion-map):
10918 Move initialization inside declaration.
10919
10920 2005-09-29 Simon Josefsson <jas@extundo.com>
10921
10922 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
10923 autoload mail-check-payment.
10924 (spam-check-hashcash): Define unconditionally, since hashcash.el
10925 is part of Gnus now. Ignore errors from payment checking.
10926
10927 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
10928
10929 * message.el (message-bold-region, message-unbold-region): Rename
10930 from `bold-region' and `unbold-region'.
10931
10932 * message.el: Remove useless autoloads.
10933
10934 2005-09-28 Simon Josefsson <jas@extundo.com>
10935
10936 * message.el (message-use-idna): Default to t.
10937 (message-use-idna): Test whether encoding works too. Doc fix.
10938
10939 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10940
10941 * nntp.el (nntp-warn-about-losing-connection): Remove.
10942
10943 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
10944
10945 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10946 customizable. Change default value.
10947 (mm-uu-diff-groups-regexp): Change default value.
10948 (mm-uu-type-alist): Add doc string.
10949 (mm-uu-configure): Add doc string. Make it interactive.
10950 (mm-uu-tex-groups-regexp): New variable.
10951 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10952 (mm-uu-type-alist): Add LaTeX documents.
10953 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10954 of "text/verbatim".
10955 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10956
10957 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10958 instead of "text/verbatim".
10959
10960 * message.el (message-mark-inserted-region)
10961 (message-mark-insert-file): Use slrn style marks when called with
10962 prefix argument.
10963
10964 2005-09-27 Simon Josefsson <jas@extundo.com>
10965
10966 * message.el (message-idna-to-ascii-rhs-1): Reformat.
10967
10968 2005-09-27 Arne Jørgensen <arne@arnested.dk>
10969
10970 * message.el (message-remove-duplicates): New function.
10971 Implementation borrowed from `gnus-remove-duplicates'.
10972 (message-idna-to-ascii-rhs): Also encode idna addresses in
10973 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10974 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10975 only ask about the same idna domain once per header and also tell
10976 in what header to replace the idna domain.
10977
10978 * gnus-art.el (article-decode-idna-rhs): Also decode idna
10979 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10980 (article-decode-idna-rhs): Fix regexp so that all idna-address in
10981 a header is decoded and not just the last one.
10982
10983 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10984
10985 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10986 has been decoded.
10987
10988 * mm-decode.el (mm-automatic-display): Add text/verbatim.
10989 (mm-insert-part): Don't modify text if it has been decoded.
10990
10991 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10992 decoded.
10993
10994 * mm-view.el (mm-inline-text): Don't strip text props unless
10995 decoding enriched or richtext parts.
10996
10997 2005-09-25 Romain Francoise <romain@orebokech.com>
10998
10999 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11000 * gnus-start.el (gnus-subscribe-interactively):
11001 * gnus-uu.el (gnus-uu-grab-articles):
11002 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11003 space.
11004
11005 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11006
11007 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11008 * mm-view.el (mm-view-pkcs7-decrypt):
11009 * gnus-sum.el (gnus-summary-limit-to-extra)
11010 (gnus-summary-respool-article, gnus-read-move-group-name):
11011 * gnus-score.el (gnus-summary-increase-score):
11012 * gnus-util.el (gnus-completing-read-with-default):
11013 * gnus-art.el (gnus-read-save-file-name)
11014 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11015 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11016 * message.el (message-check-news-header-syntax):
11017 Follow convention for reading with the minibuffer.
11018
11019 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
11020
11021 * spam-report.el (spam-report-url-ping-plain):
11022 Use gnus-extended-version as User-Agent.
11023
11024 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11025 default value is nil.
11026
11027 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11028 (mm-uu-verbatim-marks-extract): New function.
11029 (mm-uu-extract): New face.
11030 (mm-uu-copy-to-buffer): Use it.
11031
11032 * spam-report.el (spam-report-gmane-ham): Renamed from
11033 `spam-report-gmane-unspam'.
11034 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11035 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
11036
11037 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11038 Autoload.
11039 (spam-report-gmane-unregister-routine): Renamed
11040 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11041
11042 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
11043
11044 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11045 (spam-report-gmane-unregister-routine): Add support for gmane
11046 unregistration.
11047
11048 * spam-report.el (spam-report-gmane-unspam)
11049 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11050 (spam-report-gmane): Change to take a single article and do unspam
11051 registration.
11052
11053 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11054
11055 * mm-url.el (mm-url-decode-entities): Fix regexp.
11056
11057 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11058
11059 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11060 default to nil, to be able to use Gnus at all. If the default
11061 switches to something else, then the function should be fixed not
11062 be exceedingly slow.
11063
11064 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
11065
11066 * gnus-start.el (gnus-activate-group): If the server is nil, don't
11067 fail hard.
11068
11069 * spam-report.el: Add better Keywords line.
11070
11071 * spam.el: Add Maintainer and better Keywords line.
11072
11073 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11074
11075 * gnus-art.el (gnus-article-replace-part)
11076 (gnus-mime-replace-part): New functions.
11077 (gnus-mime-action-alist, gnus-mime-button-commands)
11078 (gnus-mime-save-part-and-strip): Added file argument.
11079 (gnus-article-part-wrapper): Added interactive argument.
11080
11081 * gnus-sum.el (gnus-summary-mime-map): Add
11082 `gnus-article-replace-part'.
11083
11084 2005-09-19 Didier Verna <didier@xemacs.org>
11085
11086 The nnml compaction feature:
11087 * nnml.el (nnml-request-compact-group): New function.
11088 * nnml.el (nnml-request-compact): New function.
11089 * gnus-int.el (gnus-request-compact-group): New function.
11090 * gnus-int.el (gnus-request-compact): New function.
11091 * gnus-group.el (gnus-group-compact-group): New function.
11092 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11093 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11094 * gnus-srvr.el (gnus-server-compact-server): New function.
11095 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11096 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11097
11098 2005-09-18 Deepak Goel <deego@gnufans.org>
11099
11100 * sieve.el (sieve-help): Fix `message' call: first arg should be a
11101 format spec.
11102
11103 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11104
11105 * gnus.el (gnus-group-startup-message): Bind image-load-path.
11106
11107 2005-09-15 Romain Francoise <romain@orebokech.com>
11108
11109 * message.el (message-fill-paragraph): Clarify docstring.
11110
11111 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11112
11113 * gnus-art.el (gnus-mime-display-part): Protect against broken
11114 MIME messages.
11115
11116 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11117
11118 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11119 before parsing header.
11120
11121 2005-09-11 Jari Aalto <jari.aalto@cante.net>
11122
11123 * html2text.el (html2text-replace-list): Add new entities.
11124
11125 2005-09-11 Romain Francoise <romain@orebokech.com>
11126
11127 * message.el (message-alternative-emails): Improve docstring.
11128 (message-setup-1): Call `message-use-alternative-email-as-from'
11129 after `message-setup-hook' to give it precedence over posting
11130 styles, etc.
11131 (message-use-alternative-email-as-from): Add docstring. Remove
11132 the original From header if present.
11133
11134 * nnml.el (nnml-compressed-files-size-threshold): New variable.
11135 (nnml-save-mail): Use it.
11136
11137 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11138 articles. Add new argument `silent'.
11139 (gnus-uu-mark-all): Report the total number of marked articles.
11140
11141 2005-09-10 Romain Francoise <romain@orebokech.com>
11142
11143 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11144 (gnus-uu-mark-series): Likewise.
11145
11146 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
11147
11148 * spam-report.el (spam-report-gmane): Fix generation of spam
11149 report URL.
11150
11151 2005-09-10 Simon Josefsson <jas@extundo.com>
11152
11153 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11154 t, based on discussion on the ding list with Robert Epprecht
11155 <epprecht@solnet.ch>.
11156
11157 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
11158
11159 * spam-report.el (spam-report-gmane): Make it work without
11160 X-Report-Spam header. Gmane now only provides Archived-At.
11161 This is only used if `spam-report-gmane-use-article-number' is nil.
11162 (spam-report-gmane-spam-header): Remove. Not used anymore.
11163
11164 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11165 make `gnus-summary-sort-by-recipient' work with threading.
11166
11167 * nnweb.el (nnweb-google-wash-article): Print a message if article
11168 is not available.
11169
11170 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11171
11172 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11173 change. Decode text/* parts content before displaying.
11174
11175 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11176
11177 * mml-smime.el: Remove defvar of gnus-extract-address-components.
11178
11179 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11180
11181 * mm-view.el (mm-display-inline-fontify): Disable support modes.
11182
11183 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
11184
11185 * message.el (message-tab-body-function): Fix mismatched custom type.
11186
11187 * gnus.el (gnus-group-change-level-function): Ditto.
11188
11189 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11190
11191 * gnus-art.el (gnus-signature-limit)
11192 (gnus-article-mime-part-function): Ditto.
11193
11194 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11195
11196 * mml.el (mml-mode): Silence the byte compiler.
11197
11198 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11199 using `(sit-for 0)' before moving the point to the specified part;
11200 skip unbuttonized parts.
11201 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11202 return to the summary window if gnus-auto-select-part is non-nil.
11203
11204 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
11205
11206 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11207 variables.
11208 (mml-dnd-attach-file, mml-mode): Use them.
11209
11210 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11211 Make fetching article by MID work again for Google Groups. Added
11212 FIXME concerning gnus-group-make-web-group.
11213
11214 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11215 Don't depend on Gnus by using mail-extract-address-components if
11216 gnus-extract-address-components is not bound.
11217
11218 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11219
11220 * gnus-art.el (gnus-mime-display-security): Don't display the
11221 signature, but only the signed part.
11222
11223 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11224
11225 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11226
11227 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11228 list, not listp.
11229
11230 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
11231
11232 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11233 when encoding.
11234
11235 * mm-bodies.el (mm-decode-content-transfer-encoding):
11236 De-canonicalize CRLF for all text content types, not just
11237 text/plain.
11238
11239 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11240
11241 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11242 valid article; point arrow and cursor at the MIME button.
11243
11244 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11245
11246 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11247 Suggested by Dan Christensen <jdc@uwo.ca>.
11248
11249 * mm-decode.el (mm-save-part): Enable change of prompt.
11250
11251 2005-08-29 Jari Aalto <jari.aalto@cante.net>
11252
11253 * gnus-msg.el (gnus-inews-add-send-actions): Made
11254 `message-post-method' lambda parameter ARG `&optional'.
11255
11256 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11257
11258 * gnus-sum.el (gnus-summary-mime-map): Added
11259 gnus-article-save-part-and-strip, gnus-article-delete-part and
11260 gnus-article-jump-to-part.
11261
11262 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11263 (gnus-article-edit-part): Use it.
11264 (gnus-article-part-wrapper): Added no-handle argument.
11265 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11266 functions.
11267
11268 2005-08-29 Romain Francoise <romain@orebokech.com>
11269
11270 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11271 docstring.
11272 (gnus-face-from-file): Likewise.
11273
11274 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11275
11276 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11277 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11278 non-nil.
11279 (gnus-auto-select-part): New variable.
11280 (gnus-article-jump-to-part): New function.
11281 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11282 (gnus-mime-delete-part): Allow selecting specified part after
11283 deleting or stripping parts.
11284 (gnus-article-jump-to-part): Don't use `read-number'. Use last
11285 part if argument is bogus.
11286
11287 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11288
11289 * gnus-art.el (w3m-minor-mode-map):
11290 * gnus-spec.el (gnus-newsrc-file-version):
11291 * gnus-util.el (nnmail-active-file-coding-system)
11292 (gnus-original-article-buffer, gnus-user-agent):
11293 * gnus.el (gnus-ham-process-destinations)
11294 (gnus-parameter-ham-marks-alist)
11295 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11296 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11297 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11298 * mm-decode.el (gnus-current-window-configuration):
11299 * mm-extern.el (gnus-article-mime-handles):
11300 * mm-url.el (url-current-object, url-package-name)
11301 (url-package-version):
11302 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11303 (smime-keys, w3m-cid-retrieve-function-alist)
11304 (w3m-current-buffer, w3m-display-inline-images)
11305 (w3m-minor-mode-map):
11306 * mml-smime.el (gnus-extract-address-components):
11307 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11308 (gnus-newsrc-hashtb, message-default-charset)
11309 (message-deletable-headers, message-options)
11310 (message-posting-charset, message-required-mail-headers)
11311 (message-required-news-headers):
11312 * mml1991.el (mc-pgp-always-sign):
11313 * mml2015.el (mc-pgp-always-sign):
11314 * nnheader.el (nnmail-extra-headers):
11315 * rfc1843.el (gnus-decode-encoded-word-function)
11316 (gnus-decode-header-function, gnus-newsgroup-name):
11317 * spam-stat.el (gnus-original-article-buffer): Add defvars.
11318
11319 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
11320
11321 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11322 the end of the date treatments.
11323
11324 2005-08-15 Simon Josefsson <jas@extundo.com>
11325
11326 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11327 it in url-handlers.el and XEmacs in url.el. Reported by Luca
11328 Capello and Romain Francoise.
11329 (pgg-fetch-key-function): Removed, not used?
11330 (pgg-insert-url-with-w3): Require url, to get
11331 url-insert-file-contents regardless of where it is defined.
11332
11333 2005-08-13 Romain Francoise <romain@orebokech.com>
11334
11335 * message.el (message-cite-original-1): New function.
11336 (message-cite-original): Use it.
11337 (message-cite-original-without-signature): Ditto.
11338
11339 2005-08-08 Romain Francoise <romain@orebokech.com>
11340
11341 * message.el (message-yank-empty-prefix): New variable.
11342 (message-indent-citation): Use it.
11343 (message-cite-original-without-signature): Respect X-No-Archive.
11344
11345 2005-08-08 Simon Josefsson <jas@extundo.com>
11346
11347 * pgg.el: Autoload url-insert-file-contents instead of loading
11348 w3/url.
11349 (pgg-insert-url-with-w3): Don't load url here.
11350
11351 2005-08-07 Jesper Harder <harder@phys.au.dk>
11352
11353 * message.el (message-kill-to-signature): Don't insert newline at
11354 bol.
11355 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11356
11357 2005-08-06 Romain Francoise <romain@orebokech.com>
11358
11359 * message.el (message-user-fqdn): Fix typo in docstring.
11360
11361 2005-08-05 Daiki Ueno <ueno@unixuser.org>
11362
11363 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11364
11365 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11366
11367 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
11368
11369 * mm-bodies.el (mm-encode-body): Use coding system rather than
11370 charset to encode text.
11371
11372 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11373 number of charsets if utf-8 is available (XEmacs).
11374
11375 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11376
11377 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11378 taken from `gnus-button-mid-or-mail-regexp'.
11379 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11380 (gnus-button-alist): Improve regexp for domain part of the MIDs
11381 for news:localpart@domain buttons.
11382 (gnus-button-ctan-directory-regexp): Update.
11383
11384 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11385
11386 * sieve-manage.el (sieve-manage-interactive-login): Use
11387 make-local-variable rather than make-variable-buffer-local.
11388 (sieve-manage-open): Ditto.
11389 (sieve-manage-authenticate): Ditto.
11390
11391 * mml.el (mml-generate-mime-1): Make the content type default to
11392 text/plain if the filename is not specified.
11393
11394 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11395
11396 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11397 instead of insert-buffer.
11398
11399 * message.el (message-yank-original): Ditto; set the mark at the
11400 end of the yanked message.
11401
11402 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11403
11404 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11405 lines to scroll rather than to stop it.
11406
11407 * mml.el (mml-generate-default-type): Add doc string.
11408 (mml-generate-mime-1): Use mm-default-file-encoding or make it
11409 default to application/octet-stream when determining the content
11410 type if it is not specified for the part or the mml contents; add
11411 a comment about mml-generate-default-type.
11412
11413 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
11414
11415 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11416 make it default to application/octet-stream when determining the
11417 content type if it is not specified for the external contents.
11418
11419 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11420
11421 * rfc2231.el (rfc2231-parse-string): Take care that not only a
11422 segmented parameter but also other parameters might be there.
11423
11424 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11425
11426 * mm-decode.el (mm-display-external): Delete temp file, directory
11427 and buffer immediately if the external process is exited.
11428
11429 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
11430
11431 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11432 fewer lines than that of scroll-margin.
11433 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11434
11435 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
11436
11437 * gnus-art.el (gnus-article-next-page): Revert.
11438 (gnus-article-beginning-of-window): New macro.
11439 (gnus-article-next-page-1): Use it.
11440 (gnus-article-prev-page): Ditto.
11441 (gnus-article-edit-part): Use insert-buffer-substring instead of
11442 insert-buffer.
11443 (gnus-article-edit-exit): Ditto.
11444
11445 * gnus-util.el (gnus-beginning-of-window): Remove.
11446 (gnus-end-of-window): Remove.
11447
11448 2005-07-25 Simon Josefsson <jas@extundo.com>
11449
11450 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11451 to have the url package without w3. Reported by Daiki Ueno
11452 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11453
11454 2005-07-20 Didier Verna <didier@xemacs.org>
11455
11456 * gnus-diary.el: Remove the description comment (nndiary is now
11457 properly documented in the Gnus manual).
11458 Fix the spelling of "Back End".
11459 * nndiary.el: Ditto.
11460 Fix the copyright notice.
11461
11462 2005-07-18 Romain Francoise <romain@orebokech.com>
11463
11464 * gnus-sum.el (gnus-summary-to-prefix)
11465 (gnus-summary-newsgroup-prefix): New variables.
11466 (gnus-summary-from-or-to-or-newsgroups): Use them.
11467
11468 2005-07-17 Romain Francoise <romain@orebokech.com>
11469
11470 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11471 space as it's generally not especially interesting to the user.
11472
11473 2005-07-16 Romain Francoise <romain@orebokech.com>
11474
11475 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11476 nil to avoid prompting and file modification if one of the
11477 messages at the top of the nnfolder file contains a copyright
11478 notice.
11479 Update copyright notice.
11480
11481 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11482 instead of `current-time-string' as the latter creates a time
11483 string that is not RFC 2822 compliant (it lacks the zone).
11484 Update copyright notice.
11485
11486 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
11487
11488 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11489 for text/rtf. Display default in prompt. Pass default for M-n.
11490
11491 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11492
11493 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11494
11495 * gnus-msg.el (gnus-button-mailto): Remove
11496 save-selected-window-window hackery because it relies on
11497 save-selected-window internals.
11498
11499 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11500
11501 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11502 (gnus-article-next-page-1): Use gnus-beginning-of-window.
11503 (gnus-article-prev-page): Ditto.
11504
11505 * gnus-util.el (gnus-beginning-of-window): New function.
11506 (gnus-end-of-window): New function.
11507
11508 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11509
11510 * gnus-score.el (gnus-score-edit-all-score): Set
11511 gnus-score-edit-exit-function to gnus-score-edit-done and call
11512 gnus-message.
11513
11514 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11515
11516 * gnus-msg.el (gnus-button-mailto): Remove
11517 save-selected-window-window hackery because it relies on
11518 save-selected-window internals.
11519
11520 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11521
11522 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11523 add-minor-mode.
11524 (gnus-binary-mode): Ditto.
11525
11526 * gnus-topic.el (gnus-topic-mode): Ditto.
11527
11528 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
11529
11530 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11531 (gnus-article-prev-page): Take scroll-margin into consideration.
11532
11533 2005-07-04 Lute Kamstra <lute@gnu.org>
11534
11535 Update FSF's address in GPL notices.
11536
11537 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
11538
11539 * gnus.el (gnus-exit):
11540 * gnus-group.el (gnus-group-icons):
11541 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11542
11543 * gnus-nocem.el (gnus-nocem):
11544 * message.el (message-various, message-buffers, message-sending)
11545 (message-interface, message-forwarding, message-insertion)
11546 (message-headers, message-news, message-mail):
11547 * pgg-gpg.el (pgg-gpg):
11548 * pgg-parse.el (pgg-parse):
11549 * pgg-pgp.el (pgg-pgp):
11550 * pgg-pgp5.el (pgg-pgp5):
11551 * pop3.el (pop3): Finish `defgroup' description with period.
11552
11553 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11554
11555 * gnus-art.el (article-display-face): Improve the efficiency.
11556 (article-display-x-face): Ditto; remove grey x-face stuff.
11557
11558 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
11559
11560 * gnus-art.el (article-display-face): Correct the position in
11561 which Faces are inserted.
11562
11563 2005-06-29 Didier Verna <didier@xemacs.org>
11564
11565 * gnus-art.el (article-display-face): Display faces in correct
11566 order.
11567
11568 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11569
11570 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11571 (gnus-fill-real-hashtb): Use hash table instead of obarray.
11572 (gnus-nocem-check-article): Fetch the Type header.
11573 (gnus-nocem-message-wanted-p): Fix the way to examine types.
11574 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11575 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11576 make sure gnus-nocem-hashtb is initialized.
11577 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11578 (gnus-nocem-unwanted-article-p): Ditto.
11579
11580 * pgg.el (pgg-verify): Return the verification result.
11581
11582 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11583
11584 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11585 is ascii.
11586
11587 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
11588
11589 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11590 `show-nonbreak-escape'.
11591
11592 2005-06-23 Lute Kamstra <lute@gnu.org>
11593
11594 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11595
11596 * dig.el (dig-mode):
11597 * smime.el (smime-mode): Use gnus-run-mode-hooks.
11598
11599 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
11600
11601 * nnimap.el (nnimap-split-download-body): Fix spellings.
11602
11603 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
11604
11605 * gnus-art.el (gnus-article-encrypt-body):
11606 * gnus-cus.el (gnus-score-customize):
11607 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11608 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11609
11610 2005-06-16 Arne Jørgensen <arne@arnested.dk>
11611
11612 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11613 header by looking for magic "MII" at the beginnig.
11614
11615 2005-06-16 Miles Bader <miles@gnu.org>
11616
11617 * assistant.el (assistant-field): Remove "-face" suffix from face name.
11618 (assistant-field-face): New backward-compatibility alias for renamed
11619 face.
11620 (assistant-render-text): Use renamed assistant-field face.
11621
11622 * spam.el (spam): Remove "-face" suffix from face name.
11623 (spam-face): New backward-compatibility alias for renamed face.
11624 (spam-face, spam-initialize): Use renamed spam face.
11625
11626 * message.el (message-header-to, message-header-cc)
11627 (message-header-subject, message-header-newsgroups)
11628 (message-header-other, message-header-name)
11629 (message-header-xheader, message-separator, message-cited-text)
11630 (message-mml): Remove "-face" suffix from face names.
11631 (message-header-to-face, message-header-cc-face)
11632 (message-header-subject-face, message-header-newsgroups-face)
11633 (message-header-other-face, message-header-name-face)
11634 (message-header-xheader-face, message-separator-face)
11635 (message-cited-text-face, message-mml-face):
11636 New backward-compatibility aliases for renamed faces.
11637 (message-font-lock-keywords): Use renamed message faces.
11638
11639 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11640 (sieve-test-commands, sieve-tagged-arguments):
11641 Remove "-face" suffix from face names.
11642 (sieve-control-commands-face, sieve-action-commands-face)
11643 (sieve-test-commands-face, sieve-tagged-arguments-face):
11644 New backward-compatibility aliases for renamed faces.
11645 (sieve-control-commands-face, sieve-action-commands-face)
11646 (sieve-test-commands-face, sieve-tagged-arguments-face):
11647 Use renamed sieve faces.
11648
11649 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11650 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11651 (gnus-group-news-3-empty, gnus-group-news-4)
11652 (gnus-group-news-4-empty, gnus-group-news-5)
11653 (gnus-group-news-5-empty, gnus-group-news-6)
11654 (gnus-group-news-6-empty, gnus-group-news-low)
11655 (gnus-group-news-low-empty, gnus-group-mail-1)
11656 (gnus-group-mail-1-empty, gnus-group-mail-2)
11657 (gnus-group-mail-2-empty, gnus-group-mail-3)
11658 (gnus-group-mail-3-empty, gnus-group-mail-low)
11659 (gnus-group-mail-low-empty, gnus-summary-selected)
11660 (gnus-summary-cancelled, gnus-summary-high-ticked)
11661 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11662 (gnus-summary-high-ancient, gnus-summary-low-ancient)
11663 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11664 (gnus-summary-low-undownloaded)
11665 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11666 (gnus-summary-low-unread, gnus-summary-normal-unread)
11667 (gnus-summary-high-read, gnus-summary-low-read)
11668 (gnus-summary-normal-read, gnus-splash):
11669 Remove "-face" suffix from face names.
11670 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11671 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11672 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11673 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11674 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11675 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11676 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11677 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11678 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11679 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11680 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11681 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11682 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11683 (gnus-summary-normal-ticked-face)
11684 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11685 (gnus-summary-normal-ancient-face)
11686 (gnus-summary-high-undownloaded-face)
11687 (gnus-summary-low-undownloaded-face)
11688 (gnus-summary-normal-undownloaded-face)
11689 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11690 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11691 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11692 (gnus-splash-face):
11693 New backward-compatibility aliases for renamed faces.
11694 (gnus-group-startup-message): Use renamed gnus faces.
11695
11696 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11697 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11698 (gnus-server-agent): Remove "-face" suffix from face names.
11699 (gnus-server-agent-face, gnus-server-opened-face)
11700 (gnus-server-closed-face, gnus-server-denied-face)
11701 (gnus-server-offline-face):
11702 New backward-compatibility aliases for renamed faces.
11703 (gnus-server-agent-face, gnus-server-opened-face)
11704 (gnus-server-closed-face, gnus-server-denied-face)
11705 (gnus-server-offline-face): Use renamed gnus faces.
11706
11707 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11708 Remove "-face" suffix from face names.
11709 (gnus-picon-xbm-face, gnus-picon-face):
11710 New backward-compatibility aliases for renamed faces.
11711
11712 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11713 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11714 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11715 (gnus-cite-11): Remove "-face" suffix from face names.
11716 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11717 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11718 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11719 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11720 New backward-compatibility aliases for renamed faces.
11721 (gnus-cite-attribution-face, gnus-cite-face-list)
11722 (gnus-article-boring-faces): Use renamed gnus faces.
11723
11724 * gnus-art.el (gnus-signature, gnus-header-from)
11725 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11726 (gnus-header-content): Remove "-face" suffix from face names.
11727 (gnus-signature-face, gnus-header-from-face)
11728 (gnus-header-subject-face, gnus-header-newsgroups-face)
11729 (gnus-header-name-face, gnus-header-content-face):
11730 New backward-compatibility aliases for renamed faces.
11731 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11732
11733 * gnus-sum.el (gnus-summary-selected-face)
11734 (gnus-summary-highlight): Use renamed gnus faces.
11735 * gnus-group.el (gnus-group-highlight): Likewise.
11736
11737 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
11738
11739 * gnus-sieve.el (gnus-sieve-article-add-rule):
11740 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11741 * spam-stat.el (spam-stat-buffer-change-to-spam)
11742 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11743
11744 * message.el (message-is-yours-p):
11745 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11746
11747 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11748
11749 * mm-view.el (mm-inline-text): Withdraw the last change.
11750
11751 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
11752
11753 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11754 executing enriched-decode.
11755
11756 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11757
11758 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11759 charset of tar files.
11760
11761 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11762
11763 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11764
11765 2005-06-04 Lute Kamstra <lute@gnu.org>
11766
11767 * nnfolder.el (nnfolder-read-folder): Make sure that undo
11768 information is never recorded.
11769
11770 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11773
11774 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11775
11776 * pop3.el (pop3-apop): Run md5 in the binary mode.
11777
11778 * starttls.el (starttls-set-process-query-on-exit-flag):
11779 Use eval-and-compile.
11780
11781 2005-05-31 Simon Josefsson <jas@extundo.com>
11782
11783 * smime.el (smime-replace-in-string): Define.
11784 (smime-cert-by-ldap-1): Use it.
11785
11786 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
11787
11788 * gnus-art.el (article-display-x-face): Replace
11789 process-kill-without-query by gnus-set-process-query-on-exit-flag.
11790
11791 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11792 set-process-query-on-exit-flag or process-kill-without-query.
11793
11794 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11795 loop instead of replace-regexp.
11796
11797 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11798 instead of process-kill-without-query if it is available.
11799
11800 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11801 instead of find-file-hooks if it is available.
11802
11803 * mml1991.el: Bind pgg-default-user-id when compiling.
11804
11805 * mml2015.el: Bind pgg-default-user-id when compiling.
11806
11807 * nndraft.el (nndraft-request-associate-buffer):
11808 Use write-contents-functions instead of write-contents-hooks if it is
11809 available.
11810
11811 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11812 instead of find-file-hooks if it is available.
11813
11814 * nntp.el (nntp-open-connection): Replace
11815 process-kill-without-query by gnus-set-process-query-on-exit-flag.
11816 (nntp-open-ssl-stream): Ditto.
11817 (nntp-open-tls-stream): Ditto.
11818
11819 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11820 set-process-query-on-exit-flag or process-kill-without-query.
11821 (starttls-open-stream-gnutls): Use it instead of
11822 process-kill-without-query.
11823 (starttls-open-stream): Ditto.
11824
11825 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
11826
11827 * smime.el (smime-cert-by-ldap-1): Don't use
11828 replace-regexp-in-string.
11829
11830 2005-05-31 Arne Jørgensen <arne@arnested.dk>
11831
11832 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11833
11834 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11835 in PEM format. Adjust to the XEmacs compability.
11836
11837 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11838
11839 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11840 by `string-to-number'.
11841 * gnus-agent.el (gnus-agent-regenerate-group)
11842 (gnus-agent-fetch-articles): Ditto.
11843 * gnus-art.el (gnus-button-fetch-group): Ditto.
11844 * gnus-cache.el (gnus-cache-generate-active)
11845 (gnus-cache-articles-in-group): Ditto.
11846 * gnus-group.el (gnus-group-set-current-level)
11847 (gnus-group-insert-group-line): Ditto.
11848 * gnus-score.el (gnus-score-set-expunge-below)
11849 (gnus-score-set-mark-below, gnus-summary-score-effect)
11850 (gnus-summary-score-entry): Ditto.
11851 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11852 (gnus-soup-pack): Ditto.
11853 * gnus-spec.el (gnus-xmas-format): Ditto.
11854 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11855 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11856 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11857 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11858 * nndb.el (nndb-get-remote-expire-response): Ditto.
11859 * nndiary.el (nndiary-parse-schedule-value)
11860 (nndiary-string-to-number, nndiary-request-replace-article)
11861 (nndiary-request-article): Ditto.
11862 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11863 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11864 * nneething.el (nneething-make-head): Ditto.
11865 * nnfolder.el (nnfolder-request-article)
11866 (nnfolder-retrieve-headers): Ditto.
11867 * nnheader.el (nnheader-file-to-number): Ditto.
11868 * nnkiboze.el (nnkiboze-request-article): Ditto.
11869 * nnmail.el (nnmail-process-unix-mail-format)
11870 (nnmail-process-babyl-mail-format): Ditto.
11871 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11872 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11873 (nnmh-request-create-group, nnmh-request-list-1)
11874 (nnmh-request-group, nnmh-request-article): Ditto.
11875 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11876 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11877 * nnsoup.el (nnsoup-make-active): Ditto.
11878 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11879 * nntp.el (nntp-find-group-and-number)
11880 (nntp-retrieve-headers-with-xover): Ditto.
11881 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11882 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11883 (pgg-format-key-identifier): Ditto.
11884 * pop3.el (pop3-last, pop3-stat): Ditto.
11885 * qp.el (quoted-printable-decode-region): Ditto.
11886
11887 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11888 of concat.
11889
11890 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11891
11892 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11893
11894 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11895
11896 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11897
11898 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11899
11900 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11901
11902 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11903
11904 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11905 (gnus-carpal-mode): Ditto.
11906
11907 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11908 (gnus-browse-mode): Ditto.
11909
11910 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11911
11912 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11913
11914 2005-05-29 Richard M. Stallman <rms@gnu.org>
11915
11916 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11917
11918 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
11919
11920 * gnus-util.el (gnus-run-mode-hooks): New function.
11921
11922 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11923
11924 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11925
11926 * gnus-agent.el (gnus-agent-make-mode-line-string):
11927 Use mode-line-highlight as mouse-face.
11928
11929 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11930
11931 * canlock.el (canlock): Change the parent group to news.
11932
11933 * deuglify.el (gnus-outlook-deuglify): Add :group.
11934
11935 * dig.el (dig): Add :group.
11936
11937 * dns-mode.el (dns-mode): Add :group.
11938
11939 * encrypt.el (encrypt): Add :group.
11940
11941 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11942 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11943 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11944 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11945 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11946
11947 * gnus-diary.el (gnus-diary): Add :group.
11948
11949 * gnus.el (gnus-group-news-1-face): Add :group.
11950 (gnus-group-news-1-empty-face): Ditto.
11951 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11952 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11953 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11954 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11955 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11956 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11957 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11958 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11959 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11960 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11961 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11962 (gnus-summary-high-ticked-face): Ditto.
11963 (gnus-summary-low-ticked-face): Ditto.
11964 (gnus-summary-normal-ticked-face): Ditto.
11965 (gnus-summary-high-ancient-face): Ditto.
11966 (gnus-summary-low-ancient-face): Ditto.
11967 (gnus-summary-normal-ancient-face): Ditto.
11968 (gnus-summary-high-undownloaded-face): Ditto.
11969 (gnus-summary-low-undownloaded-face): Ditto.
11970 (gnus-summary-normal-undownloaded-face): Ditto.
11971 (gnus-summary-high-unread-face): Ditto.
11972 (gnus-summary-low-unread-face): Ditto.
11973 (gnus-summary-normal-unread-face): Ditto.
11974 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11975 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11976
11977 * hashcash.el (hashcash): New custom group.
11978 (hashcash-default-payment): Add :group.
11979 (hashcash-payment-alist): Ditto.
11980 (hashcash-default-accept-payment): Ditto.
11981 (hashcash-accept-resources): Ditto.
11982 (hashcash-path): Ditto.
11983 (hashcash-extra-generate-parameters): Ditto.
11984 (hashcash-double-spend-database): Ditto.
11985 (hashcash-in-news): Ditto.
11986
11987 * message.el (message-minibuffer-local-map): Add :group.
11988
11989 * netrc.el (netrc): Add :group.
11990
11991 * sieve-manage.el (sieve-manage-log): Add :group.
11992 (sieve-manage-default-user): Diito.
11993 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11994 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11995 (sieve-manage-authenticators): Ditto.
11996 (sieve-manage-authenticator-alist): Ditto.
11997 (sieve-manage-default-port): Ditto.
11998
11999 * sieve-mode.el (sieve-control-commands-face): Add :group.
12000 (sieve-action-commands-face): Ditto.
12001 (sieve-test-commands-face): Ditto.
12002 (sieve-tagged-arguments-face): Ditto.
12003
12004 * smime.el (smime): Add :group.
12005
12006 * spam-report.el (spam-report): Add :group.
12007
12008 * spam.el (spam, spam-face): Add :group.
12009
12010 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12011
12012 * nntp.el (nntp-next-result-arrived-p): Some news servers may
12013 return \n.\n.\n at the end of articles. Protect against that.
12014 (nntp-with-open-group): Allow debugging.
12015
12016 * nnheader.el (mail-header-set-extra): Make into a function
12017 because I just could't understand how to quote the list properly.
12018
12019 * dns.el (query-dns-cached): New function.
12020
12021 2005-05-26 Lute Kamstra <lute@gnu.org>
12022
12023 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12024
12025 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12026
12027 * gnus-art.el: Don't autoload mail-extract-address-components.
12028
12029 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12030 eval-and-compile to evaluate it.
12031
12032 * hashcash.el: Don't autoload executable-find.
12033
12034 * nndb.el: Don't declare the nndb back end two or more times; don't
12035 autoload news-reply-mode, news-setup, cancel-timer and telnet.
12036
12037 * nntp.el: Autoload format-spec instead of format; use
12038 eval-and-compile to evaluate autoload forms.
12039
12040 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
12041
12042 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12043
12044 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12045
12046 * gnus.el (gnus-version-number): Bump version.
12047
12048 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12049
12050 * gnus.el: No Gnus v0.3 is released.
12051
12052 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12053
12054 * gnus-art.el (gnus-article-edit-part): Disable undo.
12055
12056 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12057
12058 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12059 gnus-article-date-lapsed-new-header is t if date timer is active;
12060 skip headers in which the original date value is empty.
12061 (gnus-article-save-original-date): Redefine it as a macro.
12062 (gnus-display-mime): Use it.
12063
12064 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12065
12066 * gnus-art.el (article-date-ut): Support converting date in
12067 forwarded parts as well.
12068 (gnus-article-save-original-date): New function.
12069 (gnus-display-mime): Use it.
12070
12071 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
12072
12073 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12074 enclosure element of <item>.
12075
12076 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
12077
12078 * message.el (message-kill-buffer-query): Renamed from
12079 `message-kill-buffer-query-if-modified'. Added :version.
12080
12081 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12082
12083 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12084 window layout.
12085
12086 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12087
12088 * mml.el: Autoload dnd when compiling.
12089
12090 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12091
12092 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12093 x-dnd-*.
12094
12095 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12096
12097 * qp.el (quoted-printable-encode-region): Save excursion.
12098
12099 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
12100
12101 * message.el (message-kill-buffer-query-if-modified): Add new variable
12102 so the user can kill a modified message buffer quickly.
12103 (message-kill-buffer): Use it.
12104
12105 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
12106
12107 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
12108 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12109
12110 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12111
12112 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12113 contained in text because xml.el decodes entities) with LFs.
12114
12115 2005-04-11 Lute Kamstra <lute@gnu.org>
12116
12117 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12118 differently.
12119
12120 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 * mm-util.el (mm-detect-coding-region): Typo.
12123
12124 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
12125
12126 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12127
12128 2005-04-06 Deepak Goel <deego@gnufans.org>
12129
12130 * spam-stat.el (spam-stat-score-buffer): Add a call to a
12131 user-function allow user modifications of the scores.
12132 (spam-stat-score-buffer-user): New function, to allow
12133 user-computed modifications to the score.
12134 (spam-stat-score-buffer-user-functions): List of additional
12135 scoring functions.
12136 (spam-stat-error-holder): Global temporary error holder.
12137 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12138 variable.
12139
12140 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
12141
12142 * gnus-registry.el (gnus-registry-clean-empty-function)
12143 (gnus-registry-trim, gnus-registry-fetch-groups)
12144 (gnus-registry-delete-group): Groups that match
12145 `gnus-registry-ignored-groups' are removed from the registry
12146 entries, not just ignored for splitting. This helps clean up the
12147 registry. Also, `gnus-registry-fetch-groups' is a convenient way
12148 to get all the groups a message ID is in.
12149
12150 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12151 (spam-stat-split-fancy): Change "threshhold" to "threshold".
12152 (spam-stat-score-buffer-user-functions): Add :number custom type.
12153
12154 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12155
12156 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12157 argument in XEmacs.
12158
12159 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12160 (nnrss-request-group): Decode group name first.
12161 (nnrss-request-article): Make a text/plain article if mml-to-mime
12162 failed.
12163 (nnrss-get-encoding): Return a compatible encoding according to
12164 nnrss-compatible-encoding-alist.
12165 (nnrss-find-el): Use consp instead of listp.
12166 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12167
12168 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12169
12170 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12171 which Emacs 20 doesn't support.
12172 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12173
12174 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12175
12176 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12177 silence the byte compiler inside the defun.
12178
12179 * gnus-demon.el (parse-time-string): Add autoload.
12180
12181 * gnus-delay.el (parse-time-string): Add autoload.
12182
12183 * gnus-art.el (parse-time-string): Add autoload.
12184
12185 * nnultimate.el (parse-time): Require for `parse-time-string'.
12186
12187 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12188
12189 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12190
12191 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12192
12193 * smime.el (smime-ldap-host-list): Add :version.
12194
12195 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12196
12197 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12198 pass it to `gnus-browse-read-group'.
12199 (gnus-browse-read-group): Add NUMBER argument and pass it to
12200 `gnus-group-read-ephemeral-group'.
12201
12202 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12203 argument and pass it to `gnus-group-read-group'.
12204
12205 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
12206
12207 * mm-util.el (mm-xemacs-find-mime-charset): Only call
12208 mm-xemacs-find-mime-charset-1 if we have the mule feature
12209 available at runtime.
12210
12211 2005-03-25 Werner Lemberg <wl@gnu.org>
12212
12213 * nnmaildir.el: Replace `illegal' with `invalid'.
12214
12215 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * gnus-start.el (gnus-display-time-event-handler):
12218 Check display-time-timer at runtime rather than only at load time
12219 in case display-time-mode is turned off in the mean time.
12220
12221 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12222
12223 * nnimap.el (nnimap-open-connection): Print which authinfo file is
12224 used.
12225
12226 * nneething.el (nneething-map-file-directory): Derive from
12227 `gnus-directory'.
12228
12229 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12230 the To/Cc button.
12231
12232 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12233
12234 * nnmaildir.el (nnmaildir-request-accept-article):
12235 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12236
12237 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12238
12239 * gnus-async.el: Require timer-funcs at compile time when in
12240 XEmacs for `run-with-idle-timer'.
12241
12242 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12243
12244 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12245 autoloaded function.
12246
12247 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12250
12251 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
12252
12253 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12254
12255 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12256
12257 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12258 gnus-expert-user to default.
12259
12260 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
12261
12262 * nnimap.el (nnimap-open-server): Ditto.
12263
12264 * imap.el (imap-authenticate): Fix typo.
12265
12266 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
12267
12268 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12269 buffer (since IMAP server might return FETCH response out of
12270 order, and the nntp buffer must be sorted).
12271
12272 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
12273
12274 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12275 comparison on string.
12276
12277 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12278 (gnus-agent-score): Renamed category keywords to match gnus-cus.
12279 (gnus-agent-summary-fetch-series): Modified to protect against
12280 gnus-agent-summary-fetch-group clearing processable flags.
12281 (gnus-agent-synchronize-group-flags): Update live group buffer as
12282 synchronization may occur due to the user toggle the plugged
12283 status.
12284 (gnus-agent-fetch-group-1): Clear downloadable flag when article
12285 successfully downloaded.
12286 (gnus-agent-expire-group-1): Avoid using markers when the overview
12287 is in ascending order; greatly improves performance.
12288 (gnus-agent-regenerate-group): Use
12289 gnus-agent-synchronize-group-flags to reset read status in both
12290 gnus and server.
12291 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12292
12293 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12294
12295 * message.el: Don't autoload former message-utils variables.
12296 (message-strip-subject-trailing-was): Change doc string.
12297
12298 * nnweb.el: Fixes for `gnus-group-make-web-group'.
12299 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
12300 (nnweb-google-search): Add "hl=en" here.
12301 (nnweb-google-parse-1, nnweb-google-create-mapping):
12302 Don't hardcode URL.
12303
12304 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12305
12306 * message.el (message-get-reply-headers, message-followup):
12307 Mention related variables `message-use-followup-to' and
12308 `message-use-mail-followup-to', in the information buffer.
12309
12310 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12311 of broken groups(-beta).google.com.
12312
12313 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12314
12315 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12316 parameter to invoked gnus-request-move-article; remove the
12317 redundant gnus-sum-hint-move-is-internal variable; apply the marks
12318 all at once instead of once per article.
12319 (gnus-summary-remove-process-mark): Accept a list of articles as
12320 well as a single article for processing.
12321
12322 * gnus-int.el (gnus-request-move-article): Add move-is-internal
12323 parameter.
12324
12325 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12326
12327 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12328
12329 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12330 parameter.
12331
12332 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12333 parameter.
12334
12335 * nnimap.el (nnimap-request-move-article): Add move-is-internal
12336 parameter and remove the gnus-sum-hint-move-is-internal variable.
12337
12338 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12339 parameter.
12340
12341 * nndraft.el (nndraft-request-move-article): Add move-is-internal
12342 parameter.
12343
12344 * nndiary.el (nndiary-request-move-article): Add move-is-internal
12345 parameter.
12346
12347 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12348
12349 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12350 parameter.
12351
12352 * nnagent.el (nnagent-request-move-article): Add move-is-internal
12353 parameter.
12354
12355 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12358 a more conservative way.
12359
12360 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12363 buffer, so it moves the window's cursor.
12364
12365 2005-02-26 Arne Jørgensen <arne@arnested.dk>
12366
12367 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12368 `mm-dissect-multipart' and receive the from field as an (optional)
12369 argument from `mm-dissect-multipart'.
12370 (mm-dissect-multipart): Receive the from field as an argument and
12371 pass it on when we call `mm-dissect-buffer' on MIME parts.
12372 Fixes verification/decryption of signed/encrypted MIME parts.
12373
12374 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
12375
12376 * gnus-sum.el (gnus-summary-move-article): Set
12377 gnus-sum-hint-move-is-internal for gnus-request-move-article and
12378 whatever it calls (right now, only nnimap-request-move article
12379 respects it).
12380
12381 * nnimap.el (nnimap-request-move-article): When
12382 gnus-sum-hint-move-is-internal is set, don't do the extra
12383 nnimap-request-article.
12384
12385 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12386
12387 * nnheader.el (nnheader-find-file-noselect): Add doc string.
12388
12389 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12390 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12391
12392 * gnus-sum.el (gnus-summary-caesar-message):
12393 Apply `gnus-treat-article' after rotation.
12394
12395 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12396 doc string.
12397
12398 2005-02-22 Simon Josefsson <jas@extundo.com>
12399
12400 * encrypt.el (encrypt-password-cache-expiry): Remove (use
12401 `password-cache-expiry' instead). Reported by Arne Jørgensen
12402 <arne@arnested.dk>.
12403 (encrypt): Add password-cache and password-cache-expiry as group
12404 members.
12405
12406 2005-02-22 Arne Jørgensen <arne@arnested.dk>
12407
12408 * smime.el (smime-ldap-host-list): Doc fix.
12409 (smime-ask-passphrase): Use `password-read-and-add' to read (and
12410 cache) password.
12411 (smime-sign-region): Use it.
12412 (smime-decrypt-region): Use it.
12413 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12414 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12415 fails.
12416 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12417 certificate from DER to PEM format rather than calling openssl.
12418
12419 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12420
12421 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12422 for signing/encryption.
12423
12424 * mml.el (mml-parse-1): Use them.
12425
12426 2005-02-21 Arne Jørgensen <arne@arnested.dk>
12427
12428 * nnrss.el (nnrss-verbose): Removed.
12429 (nnrss-request-group): Use `nnheader-message' instead.
12430
12431 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
12432
12433 * nnrss.el (nnrss-verbose): New variable.
12434 (nnrss-request-group): Make it say nnrss is requesting a group.
12435
12436 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
12437
12438 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12439 Handle news URL with given port correctly.
12440
12441 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12444 containing special characters.
12445
12446 * gnus-sum.el (gnus-summary-edit-article): Ditto.
12447
12448 * mml.el (mime-to-mml): Ditto.
12449
12450 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12451 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12452 (rfc2047-decode-region): Quote decoded words containing special
12453 characters when rfc2047-quote-decoded-words-containing-tspecials
12454 is non-nil.
12455
12456 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
12457
12458 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12459
12460 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12461
12462 2005-02-15 Simon Josefsson <jas@extundo.com>
12463
12464 * nnimap.el (nnimap-debug): Doc fix.
12465
12466 * imap.el (imap-debug): Doc fix.
12467
12468 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
12469
12470 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12471
12472 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12473
12474 * gnus.el (spam-contents): Improve docs for spam-contents
12475 parameter in its variable incarnation.
12476
12477 2005-02-14 Simon Josefsson <jas@extundo.com>
12478
12479 * smime-ldap.el: Use require instead of load-library for ldap.
12480 (smime-ldap-search): Indent.
12481 (smime-ldap-search-internal): Shorten line.
12482
12483 * smime.el (smime-cert-by-dns): Add doc-string.
12484 (smime-cert-by-ldap-1): Indent.
12485
12486 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12487 mml-smime-get-dns-ldap.
12488 (mml-smime-encrypt-query): Use new function. Default to ldap.
12489
12490 2005-02-14 Arne Jørgensen <arne@arnested.dk>
12491
12492 * smime.el: Require smime-ldap.
12493 (smime-ldap-host-list): New variable.
12494 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12495
12496 * mml-smime.el (mml-smime-encrypt-query): New function.
12497 (mml-smime-encrypt-query): Use it.
12498
12499 * smime-ldap.el: New file.
12500
12501 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12502
12503 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12504
12505 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12506
12507 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12508 argument in doc string. Make query for type more clear.
12509
12510 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
12511
12512 * gnus.el (gnus-group-startup-message): Search for gnus images in
12513 etc/images/gnus.
12514 * mm-util.el (mm-image-load-path): Likewise.
12515 * smiley.el (smiley-data-directory): Search for smilies in
12516 etc/images/smilies.
12517
12518 2005-02-09 Kim F. Storm <storm@cua.dk>
12519
12520 Change Emacs release version from 21.4 to 22.1 throughout.
12521 Change Emacs development version from 21.3.50 to 22.0.50.
12522
12523 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12524
12525 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12526
12527 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12528 non-Mule XEmacs as well.
12529 (mm-decompress-buffer): Signal an error intentionally if it does
12530 not decompress compressed data because auto-compression-mode is
12531 disabled.
12532
12533 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
12534
12535 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12536 an ID in the registry even if it has no groups.
12537
12538 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
12539
12540 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12541 merge it into mm-decompress-buffer.
12542 (gnus-mime-copy-part): Use the MIME part charset, the value which
12543 a user specified or gnus-newsgroup-charset for decoding, like
12544 gnus-mime-inline-part does; set buffer-file-coding-system to tell
12545 save-buffer what was used. Suggested by Kevin Ryde
12546 <user42@zip.com.au>.
12547 (gnus-mime-inline-part): Allow the name parameter as well as the
12548 filename parameter; force decompressing of compressed data; always
12549 display contents being not decoded as unibyte.
12550
12551 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12552 as well as the filename parameter.
12553
12554 * mm-util.el (mm-decompress-buffer): Merge
12555 gnus-mime-jka-compr-maybe-uncompress.
12556 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12557 of compressed data.
12558
12559 2005-02-08 Simon Josefsson <jas@extundo.com>
12560
12561 * imap.el (imap-log): Doc fix.
12562
12563 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12564
12565 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12566 the coding cookies; decompress compressed parts.
12567
12568 * mml.el (mml-generate-mime-1): Add the charset parameter according
12569 to the value which a user specified manually or the coding cookie.
12570
12571 * mm-util.el (mm-string-to-multibyte): New function.
12572 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12573 (mm-coding-system-to-mime-charset): New function.
12574 (mm-decompress-buffer): New function.
12575 (mm-find-buffer-file-coding-system): New function.
12576
12577 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12578 (mm-display-inline-fontify): Rewrite for decoding and decompressing
12579 parts.
12580
12581 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12582
12583 * mm-view.el (mm-display-inline-fontify): Decode a part according
12584 to the charset parameter.
12585
12586 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
12587
12588 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12589 prefix arg is neither nil nor a number, as info specifies.
12590
12591 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
12592
12593 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12594 timestamps.
12595
12596 2005-02-02 Jari Aalto <jari.aalto@cante.net>
12597
12598 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12599 groups error checking and notify user.
12600
12601 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
12602
12603 * message.el (message-send-mail-function): Check existence of
12604 sendmail-program first before using default value
12605 `message-send-mail-with-sendmail'. Otherwise use more generic
12606 `smtpmail-send-it'.
12607
12608 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12609
12610 * nntp.el (nntp-request-update-info): Always return nil.
12611
12612 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
12613
12614 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12615
12616 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12617
12618 * message.el (message-beginning-of-line): Change the behavior when
12619 invoked between BOL and : so that it first moves backward.
12620
12621 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
12622
12623 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12624 article buffer when editing of the article is discarded.
12625 (gnus-article-prepare): Revert.
12626
12627 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
12628
12629 * gnus-art.el (gnus-article-prepare):
12630 Remove message-strip-forbidden-properties from the local hook.
12631
12632 2005-01-27 Simon Josefsson <jas@extundo.com>
12633
12634 * password.el (password-cache-add): Only start one timer per key.
12635 Reported by Derek Atkins <warlord@MIT.EDU>.
12636
12637 2005-01-26 Steve Youngs <steve@sxemacs.org>
12638
12639 * run-at-time.el: Removed. It is no longer needed as
12640 timer-funcs.el in the xemacs-base package has a working version of
12641 `run-at-time'.
12642
12643 * password.el: Require timer-funcs instead of run-at-time in
12644 XEmacs.
12645 Remove `password-run-at-time' macro.
12646 (password-cache-add): Use `run-at-time' instead of
12647 `password-run-at-time'.
12648
12649 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12650 for `run-with-idle-timer'.
12651
12652 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12653 for `run-at-time'.
12654
12655 * mm-url.el: Require timer-funcs at compile time when in XEmacs
12656 for `with-timeout'.
12657
12658 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12659
12660 * mml.el (mml-generate-mime-1): Convert string into unibyte when
12661 inserting " *mml*" buffer's contents into a unibyte temp buffer.
12662
12663 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
12664
12665 * mail-source.el (mail-source-fetch-imap): Search for ^From case
12666 sensitively.
12667
12668 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
12669
12670 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12671
12672 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
12673
12674 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12675 which will be inserted according to the multibyteness of a buffer
12676 rather than the type of contents. Suggested by ARISAWA Akihiro
12677 <ari@mbf.ocn.ne.jp>.
12678
12679 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12680 of string which old xml.el may return rather than a string.
12681
12682 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12683
12684 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12685
12686 2005-01-16 Simon Josefsson <jas@extundo.com>
12687
12688 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12689 idn/idna.el isn't available.
12690 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
12691 <michael@waxrat.com>.
12692
12693 * hashcash.el: Remove non-FSF copyright header.
12694
12695 * hashcash.el (hashcash-extra-generate-parameters): New variable.
12696 (hashcash-generate-payment): Use it.
12697 (hashcash-generate-payment-async): Use it.
12698
12699 2005-01-15 Simon Josefsson <jas@extundo.com>
12700
12701 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12702 Suggested by Raymond Scholz <ray-2005@zonix.de>.
12703
12704 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12705 gnus-summary-idna-message.
12706 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12707 (gnus-summary-idna-message): New function.
12708
12709 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12710
12711 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12712 gnus-novice-user.
12713
12714 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
12715
12716 * nnrss.el (nnrss-request-delete-group): Delete entries in
12717 nnrss-group-alist as well.
12718 (nnrss-save-server-data): Insert newline.
12719
12720 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
12721
12722 * gnus.el (gnus-user-agent): Use list of symbols instead of
12723 symbols. Display full version number for (S)XEmacs. Optionally
12724 display (S)XEmacs codename.
12725
12726 * gnus-util.el (gnus-emacs-version): Update for new
12727 `gnus-user-agent'.
12728
12729 * gnus-msg.el (gnus-extended-version): Make it possible to omit
12730 Gnus version.
12731
12732 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12733
12734 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
12735 which is unreadable in some setups.
12736
12737 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12738
12739 * gnus-spec.el (gnus-update-format-specifications): Flush the
12740 group format spec cache if it doesn't support decoded group names.
12741
12742 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12743
12744 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12745 Allow to apply decay on score files matching a regexp.
12746
12747 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
12748
12749 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12750 compatibility in %g and %c.
12751
12752 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
12753
12754 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12755 name for only %g and %c.
12756 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12757 of gnus-tmp-group to decoded group name.
12758 (gnus-group-make-rss-group): Exclude `/'s from group names.
12759
12760 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
12761
12762 * nnrss.el (nnrss-get-encoding): Fix regexp.
12763
12764 2004-12-27 Simon Josefsson <jas@extundo.com>
12765
12766 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12767 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12768 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
12769
12770 2004-12-17 Kim F. Storm <storm@cua.dk>
12771
12772 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12773
12774 * gnus-sum.el (gnus-summary-mode-map): Likewise.
12775
12776 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
12777
12778 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12779
12780 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
12781
12782 * nnrss.el: Require rfc2047 and mml.
12783 (nnrss-file-coding-system): New variable.
12784 (nnrss-format-string): Redefine it as an inline function.
12785 (nnrss-decode-group-name): New function.
12786 (nnrss-string-as-multibyte): Remove.
12787 (nnrss-retrieve-headers): Decode group name; don't use
12788 nnrss-format-string.
12789 (nnrss-request-group): Decode group name.
12790 (nnrss-request-article): Decode group name; allow a Message-ID as
12791 well as an article number; don't use nnrss-format-string; encode a
12792 Message-ID string which may contain non-ASCII characters; use
12793 mml-to-mime to compose a MIME article.
12794 (nnrss-request-expire-articles): Decode group name.
12795 (nnrss-request-delete-group): Decode group name.
12796 (nnrss-fetch): Clarify error message.
12797 (nnrss-read-server-data): Use insert-file-contents instead of load;
12798 bind file-name-coding-system; use multibyte buffer.
12799 (nnrss-save-server-data): Bind coding-system-for-write to the
12800 value of nnrss-file-coding-system; bind file-name-coding-system;
12801 add coding cookie.
12802 (nnrss-read-group-data): Use insert-file-contents instead of load;
12803 bind file-name-coding-system; use multibyte buffer.
12804 (nnrss-save-group-data): Bind coding-system-for-write to the
12805 value of nnrss-file-coding-system; bind file-name-coding-system.
12806 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12807 make it work with non-ASCII text.
12808 (nnrss-find-el): Make it work with old xml.el as well.
12809
12810 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
12811
12812 * nnrss.el (nnrss-get-encoding): New function.
12813 (nnrss-fetch): Use unibyte buffer initially; bind
12814 coding-system-for-read while performing mm-url-insert; remove ^Ms;
12815 decode contents according to the encoding attribute.
12816 (nnrss-save-group-data): Add coding cookie.
12817 (nnrss-mime-encode-string): New function.
12818 (nnrss-check-group): Use it to encode subject and author.
12819
12820 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
12821
12822 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12823 imaginary variable.
12824
12825 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12826
12827 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12828 correctly even if there are wide characters.
12829
12830 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12831
12832 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12833 downcased symbol names; make a new cache instead of reusing
12834 bbdb-hashtable.
12835
12836 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12837
12838 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12839 concatenating segments rather than before concatenating them.
12840 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12841
12842 * message.el (message-get-reply-headers): Bind `extra'.
12843
12844 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12845
12846 * message.el (message-extra-wide-headers): New variable.
12847 (message-get-reply-headers): Use it.
12848
12849 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12850
12851 * gnus-agent.el (gnus-agent-group-path): Decode group name.
12852 (gnus-agent-group-pathname): Ditto.
12853
12854 * gnus-cache.el (gnus-cache-file-name): Decode group name.
12855
12856 * gnus-group.el (gnus-group-make-group): Decode group name.
12857 (gnus-group-make-rss-group): Register the group data after opening
12858 the nnrss group.
12859
12860 2004-12-17 Paul Jarc <prj@po.cwru.edu>
12861
12862 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12863 by expiry now get marked as read.
12864
12865 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12866
12867 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12868
12869 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
12870
12871 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12872 unify Latin characters in XEmacs.
12873 (mm-find-mime-charset-region): Use it.
12874
12875 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12876
12877 * gnus-util.el (gnus-delete-directory): New function.
12878
12879 * gnus-agent.el (gnus-agent-delete-group): Use it.
12880
12881 * gnus-cache.el (gnus-cache-delete-group): Use it.
12882
12883 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12884
12885 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12886 names.
12887
12888 2004-12-16 Simon Josefsson <jas@extundo.com>
12889
12890 * hashcash.el (hashcash-payment-alist): Fix custom :type.
12891
12892 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12893
12894 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12895
12896 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12897 (gnus-group-set-current-level): Decode group name.
12898
12899 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
12900
12901 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12902 failed.
12903
12904 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
12905
12906 * gnus-group.el (gnus-group-delete-group): Decode group name.
12907 (gnus-group-make-rss-group): Encode group name.
12908 (gnus-group-catchup-current): Decode group name.
12909 (gnus-group-kill-group): Decode group name.
12910
12911 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12912
12913 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12914
12915 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
12916
12917 * gnus-group.el (gnus-group-make-rss-group):
12918 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12919
12920 * gnus-start.el (gnus-setup-news): Honor user's setting to
12921 gnus-message-archive-method. Suggested by Lute Kamstra
12922 <lute@gnu.org>.
12923
12924 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
12925
12926 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12927 global counterparts of the buffer-local variables.
12928
12929 2004-11-16 Romain Francoise <romain@orebokech.com>
12930
12931 * gnus-sum.el (gnus-summary-exit): Don't clear the global
12932 counterparts of the buffer-local variables.
12933
12934 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12935
12936 * message.el (message-forbidden-properties): Fixed typo in doc
12937 string.
12938
12939 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
12940
12941 * gnus-util.el (gnus-replace-in-string): Added doc string.
12942
12943 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12944 to avoid problems when splitting mails with many recipients.
12945
12946 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12949 pop-to-buffer, covered by the subsequent gnus-configure-windows.
12950
12951 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
12952
12953 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12954 if there is no hashtable in memory or file modification time is
12955 newer than cached timestamp.
12956
12957 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12958
12959 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12960 not-matching option.
12961
12962 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
12963
12964 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12965 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12966 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12967 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12968 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
12969 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12970
12971 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12972
12973 * message.el (message-forward-make-body-mml): Remove headers
12974 according to message-forward-ignored-headers if a message is decoded.
12975
12976 2004-12-02 Romain Francoise <romain@orebokech.com>
12977
12978 * message.el (message-forward-make-body-plain): Always remove
12979 headers according to message-forward-ignored-headers.
12980
12981 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
12982
12983 * spam.el (spam-summary-prepare-exit): Remove the
12984 gnus-summary-limit pop for now, it has problems with ham marks for
12985 me.
12986
12987 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
12988
12989 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12990 correctly.
12991
12992 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
12993
12994 * format-spec.el (format-spec): Message the char.
12995
12996 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
12997
12998 * gnus-art.el (gnus-split-methods): Reformat comments.
12999
13000 * spam.el (spam-summary-prepare-exit): Remove article limits
13001 before exiting the summary buffer.
13002
13003 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13004
13005 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13006 order to silence the byte compiler.
13007
13008 * spam.el: Fix the way to silence the byte compiler, which
13009 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13010 bbdb-search-simple, spam-BBDB-register-routine,
13011 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13012 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13013 spam-stat-buffer-is-spam, spam-stat-load,
13014 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13015 spam-stat-save and spam-stat-split-fancy.
13016
13017 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13018
13019 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13020 which may confuse users.
13021 (canlock-password-for-verify): Ditto.
13022
13023 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13024
13025 * gnus-art.el (gnus-emphasis-alist): Ditto.
13026
13027 * gnus-registry.el (gnus-registry-max-entries): Ditto.
13028
13029 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13030
13031 * gnus-start.el (gnus-save-killed-list): Ditto.
13032
13033 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13034 (gnus-sum-thread-tree-root): Ditto.
13035 (gnus-sum-thread-tree-false-root): Ditto.
13036 (gnus-sum-thread-tree-single-indent): Ditto.
13037
13038 * message.el (message-courtesy-message): Ditto.
13039 (message-archive-note): Ditto.
13040 (message-subscribed-address-file): Ditto.
13041 (message-user-fqdn): Ditto.
13042
13043 * spam-report.el (spam-report-gmane-regex): Ditto.
13044
13045 * spam.el (spam-blackhole-good-server-regex): Ditto.
13046
13047 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13048
13049 * mml.el (mml-preview): Widen the message buffer before copying
13050 the contents to the preview buffer; sort headers before previewing.
13051
13052 * message.el (message-hidden-headers): Fix the way to avoid a bug
13053 in the `repeat' widget in Emacs 21.3 or earlier.
13054
13055 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13056
13057 * message.el (message-hidden-headers): Default to "^References:".
13058 Improve customization type. Suggested by Reiner Steib
13059 <Reiner.Steib@gmx.de>.
13060
13061 2004-11-25 Romain Francoise <romain@orebokech.com>
13062
13063 * message.el (message-strip-forbidden-properties): Remove check for
13064 obsolete `message-hidden' text property, hidden headers are not
13065 accessible in the buffer anymore.
13066
13067 2004-11-22 Romain Francoise <romain@orebokech.com>
13068
13069 * message.el (message-header-format-alist): Add `From' in list
13070 so that it can be sorted.
13071 (message-fix-before-sending): Widen and sort headers before
13072 sending.
13073 (message-hide-headers): Use narrowing to hide headers by moving
13074 them to the top of the buffer and narrowing to the region
13075 underneath.
13076
13077 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13078
13079 * message.el (message-strip-forbidden-properties): Bind
13080 buffer-read-only (etc) to nil.
13081
13082 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
13083
13084 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13085 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13086
13087 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
13088
13089 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13090
13091 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13092
13093 * dns.el (query-dns): Use sit-for to time instead of
13094 accept-process-output, since that doesn't seem to work on udp
13095 sockets.
13096
13097 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
13098
13099 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13100
13101 2004-11-15 Jesper Harder <harder@ifa.au.dk>
13102
13103 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13104 doc string. Improve doc string.
13105
13106 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13107
13108 * nntp.el (nntp-request-update-info): Return nil if
13109 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13110 may not call gnus-activate-group which uselessly issues the GROUP
13111 commands for all nntp groups and wastes time. Reported by Romain
13112 Francoise <romain@orebokech.com>.
13113
13114 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13115
13116 2004-11-15 Simon Josefsson <jas@extundo.com>
13117
13118 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13119 headers separately.
13120 (gnus-button-openpgp): New function, inspired by Jochen Küpper
13121 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13122
13123 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
13124
13125 * gnus-start.el (gnus-convert-old-newsrc):
13126 Assign legacy-gnus-agent to 5.10.7.
13127
13128 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13129
13130 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13131 start of the lines.
13132
13133 2004-11-14 Magnus Henoch <mange@freemail.hu>
13134
13135 * hashcash.el (hashcash-default-payment): Change default to 20.
13136 (hashcash-default-accept-payment): Change default to 20.
13137 (hashcash-process-alist): New variable.
13138 (hashcash-generate-payment-async): Add.
13139 (hashcash-already-paid-p): Add.
13140 (hashcash-insert-payment): Don't generate payments twice.
13141 (hashcash-insert-payment-async): Add.
13142 (hashcash-insert-payment-async-2): Add.
13143 (hashcash-cancel-async): Add.
13144 (hashcash-wait-async): Add.
13145 (hashcash-processes-running-p): Add.
13146 (hashcash-wait-or-cancel): Add.
13147 (mail-add-payment): New optional argument. Conditionally start
13148 asynchronous calculation.
13149 (mail-add-payment-async): Add.
13150
13151 * message.el (message-send-mail): Wait for asynchronous hashcash
13152 results. Don't clobber existing X-Hashcash headers.
13153 (message-setup-1): Call mail-add-payment-async when
13154 message-generate-hashcash is non-nil.
13155
13156 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13157
13158 * message.el (message-use-alternative-email-as-from): Examine the
13159 From header as well; use message-make-from in order to include a
13160 user's full name.
13161
13162 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
13163
13164 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13165 default; improve customization type.
13166 (gnus-emphasis-custom-with-format): New macro.
13167 (gnus-emphasis-custom-value-to-external): New function.
13168 (gnus-emphasis-custom-value-to-internal): New function.
13169
13170 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13171
13172 * dns.el (query-dns): Resolve reverse addresses.
13173
13174 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13175
13176 * gnus-group.el (gnus-group-get-new-news): Use it.
13177
13178 * gnus-start.el (gnus-check-reasonable-setup): New function.
13179
13180 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
13181
13182 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13183 "Args out of range" error. Reported by Arnaud Giersch
13184 <arnaud.giersch@free.fr>.
13185
13186 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
13187
13188 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13189
13190 2004-11-04 Richard M. Stallman <rms@gnu.org>
13191
13192 * spam.el (spam group): Add :version.
13193
13194 * pgg-def.el (pgg group): Add :version.
13195
13196 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13197
13198 * gnus-art.el (gnus-article-edit-article): Don't associate the
13199 article buffer with a draft file. This is a temporary measure
13200 against the 2004-08-22 change to gnus-article-edit-mode.
13201
13202 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13203
13204 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13205 (html2text-format-tags): Remove unused variable `attr'.
13206
13207 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13208
13209 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13210
13211 * spam-stat.el (spam-stat): Add :version.
13212
13213 * sieve.el (sieve): Add :version.
13214
13215 * sha1.el (sha1): Add :version.
13216 (sha1-use-external): Remove redundant version.
13217
13218 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13219 (nnmail-cache-ignore-groups, nnmail-spool-hook)
13220 (nnmail-split-fancy-match-partial-words)
13221 (nnmail-split-lowercase-expanded): Add :version.
13222
13223 * nndiary.el (nndiary): Add :version.
13224
13225 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13226
13227 * mml-sec.el (mml-default-sign-method)
13228 (mml-default-encrypt-method, mml-signencrypt-style-alist):
13229 Add :version.
13230
13231 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13232
13233 * mm-url.el (mm-url-use-external, mm-url-program)
13234 (mm-url-arguments): Add :version.
13235
13236 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13237 (mm-attachment-file-modes, mm-decrypt-option)
13238 (mm-w3m-safe-url-regexp): Add :version.
13239
13240 * message.el (message-cite-prefix-regexp)
13241 (message-sendmail-envelope-from, message-minibuffer-local-map)
13242 (message-user-fqdn, message-completion-alist): Add :version.
13243
13244 * gnus-win.el (gnus-configure-windows-hook)
13245 (gnus-use-frames-on-any-display): Add :version.
13246
13247 * gnus-art.el (gnus-article-address-banner-alist)
13248 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13249 (gnus-treat-from-picon, gnus-treat-mail-picon)
13250 (gnus-treat-x-pgp-sig): Add :version.
13251
13252 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13253 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13254 (gnus-summary-article-delete-hook)
13255 (gnus-summary-display-while-building): Add :version.
13256
13257 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13258 (gnus-get-top-new-news-hook): Add :version.
13259
13260 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13261 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13262
13263 * gnus-registry.el (gnus-registry): Add :version.
13264
13265 * gnus-spec.el (gnus-use-correct-string-widths)
13266 (gnus-make-format-preserve-properties): Add :version.
13267
13268 * gnus.el (gnus-group-charter-alist)
13269 (gnus-group-fetch-control-use-browse-url)
13270 (gnus-install-group-spam-parameters): Add :version.
13271
13272 * gnus-diary.el (gnus-diary): Add :version.
13273
13274 * gnus-delay.el (gnus-delay): Add :version.
13275
13276 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13277 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13278 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13279 Add :version.
13280
13281 * gnus-agent.el (gnus-agent-max-fetch-size)
13282 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13283 (gnus-agent-prompt-send-queue): Add :version.
13284
13285 * deuglify.el (gnus-outlook-deuglify): Add :version.
13286
13287 * html2text.el: Beautify code. Improve doc strings. Some
13288 checkdoc cleanup.
13289 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13290
13291 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
13292
13293 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13294
13295 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
13296
13297 * gnus-registry.el (gnus-registry-hashtb): Create the registry
13298 when package is loaded.
13299
13300 * spam.el (spam-summary-score-preferred-header): Add global preference
13301 for people who want to override the default SpamAssassin over
13302 Bogofilter preference (when both are set).
13303 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13304 (spam-user-format-function-S): Check
13305 spam-summary-score-preferred-header.
13306 (spam-extra-header-to-number): Add X-Bogosity header parsing.
13307 (spam-user-format-function-S): Format the score correctly.
13308
13309 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13312 signature file. Suggested by Manoj Srivastava
13313 <srivasta@golden-gryphon.com>.
13314
13315 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13316 iso-2022-jp even in the Japanese language environment.
13317 Suggested by Jason Rumney <jasonr@gnu.org>.
13318
13319 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
13320
13321 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13322 use the same characters as the dummy marks; make it free from
13323 getting affected by the language environment.
13324 (gnus-summary-read-group-1): Update mark positions only when the
13325 format spec is updated.
13326
13327 * gnus-spec.el (gnus-update-format-specifications): Return a list
13328 of updated types.
13329
13330 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
13331
13332 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13333 of boundp to check if display-warning is available.
13334
13335 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
13336
13337 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13338
13339 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13340
13341 * nnspool.el (nnspool-spool-directory): Use news-path if the
13342 news-directory variable is not bound.
13343
13344 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13345 function instead of display-warning if it is not available.
13346
13347 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13348
13349 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13350 v5-10: Use `point-at-bol'.
13351
13352 2004-10-26 Simon Josefsson <jas@extundo.com>
13353
13354 * hashcash.el: Fix URL in comment, reported by Cheng Gao
13355 <chenggao@gmail.com>.
13356
13357 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13358
13359 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
13360 instead.
13361
13362 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
13363
13364 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13365 to remove a server from the nnimap-server-buffer-alist.
13366 (nnimap-open-connection, nnimap-close-server): Use it.
13367
13368 * gnus-encrypt.el: Remove file in favor of encrypt.el.
13369
13370 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
13371
13372 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13373 running the major-mode function.
13374
13375 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13376
13377 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13378 dummy marks in the right way.
13379
13380 2004-10-18 David Edmondson <dme@dme.org>
13381
13382 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13383 excessively.
13384
13385 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
13386
13387 * gnus-util.el (gnus-split-references): Accept a nil references
13388 string and go on blissfully.
13389
13390 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13391 cases where the references string is non-nil but has no references.
13392
13393 * encrypt.el: Add autoload tags.
13394
13395 * spam.el (spam-resolve-registrations-routine): Remove article
13396 from unregistration list too. Reported by David Hanak
13397 <dhanak@isis.vanderbilt.edu>
13398
13399 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
13400
13401 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13402 nil. Changed custom type.
13403
13404 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
13405
13406 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13407
13408 * gnus-sum.el (gnus-summary-move-article): Use it.
13409
13410 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
13411
13412 * encrypt.el: Add autoload cookies.
13413
13414 * spam.el (spam-backend-article-list-property)
13415 (spam-backend-get-article-todo-list)
13416 (spam-backend-put-article-todo-list)
13417 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13418 Resolve registrations separately.
13419 (spam-register-routine): Format comments.
13420 (spam-unregister-routine, spam-register-routine): Always call with
13421 specific-articles, no default list.
13422 (spam-summary-prepare-exit): Use the spam-classifications function.
13423
13424 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13425 gnus-encrypt.el.
13426
13427 * encrypt.el: Copied from gnus-encrypt.el.
13428
13429 * gnus-encrypt.el: Commented that it's obsolete.
13430
13431 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13432
13433 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13434 (gnus-score-save): Use it.
13435
13436 * message.el (message-bury): Use `window-dedicated-p'.
13437
13438 2004-10-15 Simon Josefsson <jas@extundo.com>
13439
13440 * pop3.el (top-level): Don't require nnheader.
13441 (pop3-read-timeout): Add.
13442 (pop3-accept-process-output): Add.
13443 (pop3-read-response, pop3-retr): Use it.
13444
13445 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
13446
13447 * spam.el (spam-register-routine): Move comment.
13448 (spam-verify-bogofilter): Use 'unknown for the initial
13449 spam-bogofilter-valid state, not 'never.
13450
13451 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13452 for netrc-machine.
13453
13454 * nnimap.el (nnimap-open-connection): Use
13455 netrc-machine-user-or-password.
13456
13457 2004-10-17 Richard M. Stallman <rms@gnu.org>
13458
13459 * gnus-registry.el (gnus-registry-unload-hook):
13460 Set as a variable with add-hook.
13461
13462 * nnspool.el (nnspool-spool-directory): Use news-directory instead
13463 of news-path.
13464
13465 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13466
13467 * spam.el: Delete duplicate `provide'.
13468 (spam-unload-hook): Set as a variable with add-hook.
13469
13470 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13471
13472 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13473 in the doc string.
13474
13475 * message.el (message-ignored-news-headers)
13476 (message-ignored-supersedes-headers)
13477 (message-ignored-resent-headers)
13478 (message-forward-ignored-headers): Improve custom type.
13479
13480 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
13481
13482 * message.el (message-tokenize-header): Fix 2004-09-06 change
13483 which used point-min in the wrong place.
13484
13485 2004-10-12 Simon Josefsson <jas@extundo.com>
13486
13487 * tls.el (tls-certtool-program): New variable.
13488 (tls-certificate-information): New function, based on
13489 ssl-certificate-information.
13490
13491 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13492
13493 * compface.el: Move the version of ELisp-based uncompface program
13494 to the contrib directory because of the copyright problem.
13495
13496 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13497
13498 * message.el (message-kill-buffer): Raise the current frame.
13499
13500 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
13501
13502 * gnus-sum.el: Mention that multibyte characters don't work as marks.
13503
13504 * gnus.el (message-y-or-n-p): Autoload.
13505
13506 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13507 (pop3-password-required, pop3-authentication-scheme)
13508 (pop3-leave-mail-on-server): Made customizable.
13509 (pop3): New custom group.
13510 (pop3-retr): Remove `sleep-for' statements.
13511 Suggested by Dave Love <fx@gnu.org>.
13512
13513 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13514 Windows/DOS.
13515
13516 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13517 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
13518 Dave Love <fx@gnu.org>.
13519
13520 * mml.el (mml-minibuffer-read-disposition): Require match.
13521 Suggested by Dave Love <fx@gnu.org>.
13522
13523 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13524
13525 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
13526 doc string.
13527
13528 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
13529
13530 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13531
13532 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13533
13534 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13535 instead of calling `mm-insert-inline', to decode text/* parts
13536 before displaying them.
13537
13538 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
13539
13540 * mm-uu.el (mm-uu-text-plain-type): New variable.
13541 (mm-uu-pgp-signed-extract-1): Use it.
13542 (mm-uu-pgp-encrypted-extract-1): Use it.
13543 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13544 bind mm-uu-text-plain-type with that value.
13545 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13546 mm-uu-dissect.
13547
13548 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
13549
13550 * gnus-group.el (gnus-update-group-mark-positions):
13551 * gnus-sum.el (gnus-update-summary-mark-positions):
13552 * message.el (message-check-news-body-syntax):
13553 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13554 of string-as-multibyte.
13555
13556 2004-10-05 Juri Linkov <juri@jurta.org>
13557
13558 * gnus-group.el (gnus-update-group-mark-positions):
13559 * gnus-sum.el (gnus-update-summary-mark-positions):
13560 * message.el (message-check-news-body-syntax):
13561 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13562 8-bit unibyte values to a multibyte string for search functions.
13563
13564 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
13565
13566 * mm-uu.el (mm-uu-dissect): Allow optional arg.
13567 (mm-uu-dissect-text-parts): New function.
13568
13569 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13570 dissect text parts.
13571
13572 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13573 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13574
13575 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13576
13577 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13578 gnus-current-topics instead of gnus-current-topic.
13579
13580 2004-10-06 Jesper Harder <harder@ifa.au.dk>
13581
13582 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13583
13584 2004-10-05 Jesper Harder <harder@ifa.au.dk>
13585
13586 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13587 where approriate.
13588
13589 * nnml.el (nnml-generate-active-info): do.
13590
13591 * nndiary.el (nndiary-generate-active-info): do.
13592
13593 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13594 (gnus-topic-move): do.
13595
13596 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13597 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13598
13599 * gnus-srvr.el (gnus-server-prepare)
13600 (gnus-server-open-all-servers): do.
13601
13602 * gnus-msg.el (gnus-summary-cancel-article)
13603 (gnus-summary-resend-message)
13604 (gnus-summary-mail-crosspost-complaint): do.
13605
13606 * gnus-move.el (gnus-change-server): do.
13607
13608 * gnus-group.el (gnus-group-unmark-all-groups)
13609 (gnus-group-set-current-level): do.
13610
13611 2004-10-04 Simon Josefsson <jas@extundo.com>
13612
13613 * message.el (message-generate-hashcash): Doc fix.
13614
13615 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
13616
13617 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13618 avoid infinite recursion via gnus-get-function.
13619
13620 2004-10-02 Jesper Harder <harder@ifa.au.dk>
13621
13622 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13623
13624 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13625
13626 * nnmail.el (nnmail-split-history): do.
13627
13628 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13629 (nnml-request-delete-group): do.
13630
13631 * nnslashdot.el (nnslashdot-read-groups): do.
13632
13633 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13634 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13635
13636 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13637 (nnspool-sift-nov-with-sed): Use last.
13638 (nnspool-retrieve-headers-with-nov): Use mapc.
13639 (nnspool-request-newgroups): Use dolist.
13640 (nnspool-request-group): Use last.
13641
13642 * nntp.el (nntp-read-server-type): Use dolist.
13643
13644 * nnvirtual.el (nnvirtual-create-mapping)
13645 (nnvirtual-update-read-and-marked): Use dolist.
13646 (nnvirtual-convert-headers): Simplify.
13647
13648 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
13649
13650 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13651 support for sync'ing tick marks.
13652
13653 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
13654
13655 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13656 there's no visible header.
13657
13658 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
13659
13660 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13661 necessary, pass full group name to gnus-request-set-marks.
13662
13663 2004-10-01 Simon Josefsson <jas@extundo.com>
13664
13665 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
13666 acroread.
13667
13668 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13669
13670 * spam-report.el (spam-report-gmane): Fix interactive.
13671
13672 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13673
13674 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13675 when writing file.
13676 (gnus-agent-synchronize-flags): Don't default to being
13677 interactive.
13678
13679 2004-09-30 Simon Josefsson <jas@extundo.com>
13680
13681 * message.el (message-generate-hashcash): Add.
13682 (message-send-mail): Use it, call mail-add-payment.
13683
13684 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
13685
13686 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13687
13688 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
13689
13690 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13691 gnus-requst-update-info with explicit code to sync the in-memory
13692 info read flags with the marks being sync'd to the backend.
13693
13694 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13695
13696 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13697
13698 * spam.el (spam-verify-bogofilter): Add new function.
13699 (spam-check-bogofilter)
13700 (spam-bogofilter-register-with-bogofilter): Use it.
13701 (spam-verify-bogofilter): Add small fixes.
13702
13703 2004-09-28 Simon Josefsson <jas@extundo.com>
13704
13705 * hashcash.el (hashcash-generate-payment): Revert.
13706
13707 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13708
13709 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13710 gnus-extract-references instead of gnus-split-references.
13711
13712 * gnus-util.el (gnus-extract-references): Add new function, analogous
13713 to gnus-split-references but extracts only the message-ID without
13714 anything extra.
13715
13716 * hashcash.el (hashcash-generate-payment)
13717 (hashcash-check-payment): Do the right thing if hashcash-path is
13718 nil (because the hashcash program could not be found).
13719
13720 * spam.el (spam-use-hashcash): Remove comment.
13721
13722 2004-09-27 Jesper Harder <harder@ifa.au.dk>
13723
13724 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13725 (gnus-cache-enter-article, gnus-cache-remove-article)
13726 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13727
13728 * gnus-async.el (gnus-async-prefetch-remove-group): do.
13729
13730 * gnus-art.el (article-hide-boring-headers)
13731 (article-translate-strings, article-display-face)
13732 (gnus-article-mime-match-handle-first)
13733 (gnus-article-highlight-headers)
13734 (gnus-article-add-buttons-to-head): do.
13735
13736 2004-09-27 Simon Josefsson <jas@extundo.com>
13737
13738 * hashcash.el: New version, from
13739 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
13740 ../contrib/.
13741
13742 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
13743
13744 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13745
13746 2004-09-26 Jesper Harder <harder@ifa.au.dk>
13747
13748 * gnus-dup.el (gnus-dup-open): Use mapc.
13749 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13750
13751 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13752 Reported by Stefan Wiens <s.wi@gmx.net>.
13753
13754 * gnus.el (gnus-shutdown): Use dolist.
13755
13756 * gnus-undo.el (gnus-undo): Use mapc.
13757
13758 * nnrss.el (nnrss-generate-active): do.
13759
13760 * message.el (message-cite-original-without-signature)
13761 (message-cite-original): Use mapc.
13762 (message-do-actions, message-make-forward-subject): Use dolist.
13763
13764 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
13765
13766 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13767 deletion to remove entire duplicate line. Fixes merged article
13768 number bug.
13769
13770 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
13771
13772 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13773 servers that are offline. Avoids having gnus-agent-toggle-plugged
13774 first ask if you want to open a server and then, even when you
13775 responded with no, asking if you want to synchronize the server's
13776 flags.
13777 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13778 multi-line expressions.
13779 (gnus-agent-synchronize-group-flags): New internal function.
13780 Updates marks in memory (in the info structure) AND in the
13781 backend.
13782
13783 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13784
13785 * nnagent.el (nnagent-request-set-mark): Use
13786 gnus-agent-synchronize-group-flags, not backend's request-set-mark
13787 method, to ensure that synchronization updates marks in the
13788 backend and in the info (in memory) structure.
13789
13790 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
13791
13792 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13793 convention fully; don't miss the root article of a thread; make
13794 the X-Draft-From header with correct article numbers.
13795
13796 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
13797
13798 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13799 unless plugged. Disable the agent so that an open failure causes
13800 an error.
13801
13802 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13803 Reverted 2004-09-21 change. The backend must be opened while
13804 synchronizing flags even when the backend stores the flags
13805 locally.
13806
13807 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
13808
13809 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13810 in `header' match. Reported by Svend Tollak Munkejord.
13811
13812 * message.el (message-cite-original): Fix use of
13813 `message-cite-articles-with-x-no-archive'.
13814
13815 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
13816
13817 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13818 (gnus-window-to-buffer): Ditto.
13819
13820 * mml.el (mml-preview-buffer): New variable.
13821 (mml-preview): Manage window layout with gnus-buffer-configuration.
13822
13823 * gnus-msg.el (gnus-setup-message): Put article numbers into the
13824 X-Draft-From header even if those articles aren't quoted.
13825
13826 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
13827
13828 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13829 (gnus-request-set-mark, gnus-request-update-mark): Use new
13830 g-s-t-u-l-m to decide to use backend even when unplugged.
13831
13832 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
13833
13834 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13835 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
13836
13837 2004-09-20 Simon Josefsson <jas@extundo.com>
13838
13839 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13840 "utf-16-le".
13841
13842 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13843
13844 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13845
13846 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13847
13848 * uudecode.el (uudecode-use-external): Add :version.
13849
13850 * smime.el (smime-CA-file, smime-encrypt-cipher)
13851 (smime-dns-server): Add :version.
13852
13853 * smiley.el (gnus-smiley-file-types): Add :version.
13854
13855 * sha1.el (sha1-use-external): Add :version.
13856
13857 * pgg-def.el (pgg-query-keyserver): Add :version.
13858
13859 * nnmail.el (nnmail-fancy-expiry-targets)
13860 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13861 Add :version.
13862
13863 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13864 (nnimap-retrieve-groups-asynchronous): Add :version.
13865 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
13866
13867 * mml.el (mml-content-disposition-parameters)
13868 (mml-insert-mime-headers-always): Add :version.
13869
13870 * mm-util.el (mm-coding-system-priorities): Add :version.
13871
13872 * mm-decode.el (mm-inline-text-html-with-images)
13873 (mm-keep-viewer-alive-types, mm-external-terminal-program)
13874 (mm-verify-option): Add :version.
13875 (mm-text-html-renderer): Change :version.
13876
13877 * message.el (message-fcc-externalize-attachments)
13878 (message-required-headers, message-draft-headers)
13879 (message-subject-trailing-was-query)
13880 (message-subject-trailing-was-ask-regexp)
13881 (message-subject-trailing-was-regexp, message-mark-insert-begin)
13882 (message-mark-insert-end, message-archive-header)
13883 (message-archive-note, message-cross-post-default)
13884 (message-cross-post-note, message-followup-to-note)
13885 (message-cross-post-note-function, message-use-mail-followup-to)
13886 (message-subscribed-address-functions)
13887 (message-subscribed-address-file, message-subscribed-addresses)
13888 (message-subscribed-regexps, message-allow-no-recipients)
13889 (message-yank-cited-prefix, message-signature-insert-empty-line)
13890 (message-hidden-headers, message-hierarchical-addresses)
13891 (message-mail-user-agent, message-use-idna)
13892 (message-valid-fqdn-regexp)
13893 (message-strip-special-text-properties, message-header-synonyms)
13894 (message-beginning-of-line, message-tab-body-function): Add :version.
13895 (message-insert-canlock, message-wide-reply-confirm-recipients):
13896 Change :version.
13897
13898 * mail-source.el (mail-source-ignore-errors): Add :group, :type
13899 and :version.
13900 (mail-source-delete-old-incoming-confirm)
13901 (mail-source-movemail-program): Add :version.
13902
13903 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13904 (gnus-agent-cache, gnus-agent): Change :version.
13905
13906 * gnus-util.el (gnus-use-byte-compile): Change :version.
13907
13908 * gnus-sum.el (gnus-summary-make-false-root-always)
13909 (gnus-summary-default-high-score)
13910 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13911 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13912 (gnus-read-all-available-headers, gnus-article-emulate-mime)
13913 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13914 (gnus-sum-thread-tree-single-indent)
13915 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13916 (gnus-sum-thread-tree-leaf-with-other)
13917 (gnus-sum-thread-tree-single-leaf): Add :version.
13918 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13919 (gnus-article-loose-mime): Change :version.
13920
13921 * gnus-start.el (gnus-backup-startup-file)
13922 (gnus-save-startup-file-via-temp-buffer): Add :version.
13923
13924 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13925 (gnus-server-offline-face): Add :version.
13926
13927 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13928
13929 * gnus-msg.el (gnus-gcc-externalize-attachments)
13930 (gnus-debug-files, gnus-debug-exclude-variables)
13931 (gnus-discouraged-post-methods): Change :version.
13932 (gnus-confirm-mail-reply-to-news)
13933 (gnus-confirm-treat-mail-like-news): Add :version.
13934
13935 * gnus-int.el (gnus-server-unopen-status): Add :version.
13936
13937 * gnus-group.el (gnus-group-jump-to-group-prompt)
13938 (gnus-large-ephemeral-newsgroup)
13939 (gnus-fetch-old-ephemeral-headers): Add :version.
13940
13941 * gnus-fun.el (gnus-x-face-directory)
13942 (gnus-convert-pbm-to-x-face-command)
13943 (gnus-convert-image-to-x-face-command)
13944 (gnus-convert-image-to-face-command): Add :version.
13945
13946 * gnus-delay.el (gnus-delay-default-hour): Add :version.
13947
13948 * gnus-cite.el (gnus-cite-blank-line-after-header)
13949 (gnus-article-boring-faces): Add :version.
13950
13951 * gnus-art.el (gnus-buttonized-mime-types)
13952 (gnus-inhibit-mime-unbuttonizing)
13953 (gnus-treat-display-face)
13954 (gnus-treat-body-boundary): Change :version.
13955 (gnus-body-boundary-delimiter, gnus-picon-databases)
13956 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13957 (gnus-treat-date-english, gnus-treat-fold-headers)
13958 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13959 (gnus-treat-mail-picon, gnus-treat-wash-html)
13960 (gnus-article-encrypt-protocol)
13961 (gnus-use-idna, gnus-article-over-scroll)
13962 (gnus-mime-display-multipart-alternative-as-mixed)
13963 (gnus-mime-display-multipart-related-as-mixed)
13964 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13965 (gnus-ctan-url, gnus-button-ctan-handler)
13966 (gnus-button-handle-ctan-bogus-regexp)
13967 (gnus-button-ctan-directory-regexp)
13968 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13969 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13970 (gnus-button-man-level, gnus-button-emacs-level)
13971 (gnus-button-message-level, gnus-button-browse-level): Add :version.
13972
13973 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13974 (gnus-agent-go-online): Change :version.
13975 (gnus-agent-expire-unagentized-dirs)
13976 (gnus-agent-auto-agentize-methods): Add :version.
13977
13978 * flow-fill.el (fill-flowed-display-column)
13979 (fill-flowed-encode-column): Add :version.
13980
13981 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13982 (gnus-outlook-deuglify-unwrap-max)
13983 (gnus-outlook-deuglify-cite-marks)
13984 (gnus-outlook-deuglify-unwrap-stop-chars)
13985 (gnus-outlook-deuglify-no-wrap-chars)
13986 (gnus-outlook-deuglify-attrib-cut-regexp)
13987 (gnus-outlook-deuglify-attrib-verb-regexp)
13988 (gnus-outlook-deuglify-attrib-end-regexp)
13989 (gnus-outlook-display-hook): Add :version.
13990
13991 * binhex.el (binhex-use-external): Add :version.
13992
13993 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
13994
13995 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13996 and `invisible'.
13997
13998 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
13999
14000 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14001 in gnus-registry-trim.
14002
14003 2004-09-13 Simon Josefsson <jas@extundo.com>
14004
14005 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14006
14007 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14008
14009 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14010 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14011 <yamaoka@jpl.org>.
14012 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14013 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14014 <yamaoka@jpl.org>.
14015
14016 * sieve.el (sieve-manage-mode): Ditto.
14017
14018 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
14019
14020 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14021
14022 2004-09-11 Simon Josefsson <jas@extundo.com>
14023
14024 * dns-mode.el: Add.
14025
14026 * mm-view.el (mm-display-dns-inline): Add.
14027
14028 * mm-decode.el (mm-inline-media-tests): Add text/dns.
14029 (mm-automatic-display): Ditto.
14030
14031 * mailcap.el (mailcap-mime-data): Add text/dns.
14032 (mailcap-mime-extensions): Map .soa to text/dns.
14033
14034 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
14035
14036 * gnus-art.el (article-decode-mime-words, article-babel)
14037 (gnus-article-highlight-signature, gnus-article-add-buttons)
14038 (gnus-signature-toggle): Remove unnecessary bindings of
14039 `inhibit-read-only' inherited from v5.10 merge.
14040
14041 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14042
14043 * nntp.el (nntp): New customization group.
14044 (nntp-authinfo-file): Add customization group.
14045
14046 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14047
14048 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14049
14050 * gnus.el (to-address, to-list, subscribed)
14051 (large-newsgroup-initial): Ditto.
14052
14053 * flow-fill.el (fill-flowed-display-column)
14054 (fill-flowed-encode-column): Ditto.
14055
14056 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * message.el (message-tokenize-header, message-send-mail-with-qmail):
14059 Use point-min rather than 1.
14060 (message-send-mail): Use buffer-size rather than point-max.
14061
14062 * gnus-sum.el (gnus-summary-search-article-forward):
14063 Signal a specific `search-failed' rather than a generic `error'.
14064
14065 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14066 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14067 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14068
14069 2004-09-10 Simon Josefsson <jas@extundo.com>
14070
14071 * nndb.el (require): Remove tcp and duplicate cl.
14072
14073 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
14074
14075 * gnus-agent.el (directory-files-and-attributes): Move forward.
14076
14077 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14078
14079 * gnus-agent.el (directory-files-and-attributes): Optionally
14080 defined to support XEmacs.
14081
14082 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14083
14084 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14085 to avoid run-time CL dependencies.
14086 (gnus-agent-unfetch-articles): New function.
14087 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14088 article numbers even when local .overview file is missing.
14089 (gnus-agent-read-article-number): New function. Only accepts
14090 27-bit article numbers.
14091 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14092 gnus-agent-read-article-number.
14093 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14094 from backend while recognizing that article numbers in .overview
14095 must be valid.
14096 (gnus-agent-update-files-total-fetched-for): Use
14097 directory-files-and-attributes to improve performance.
14098 * gnus-int.el (gnus-request-move-article): Use
14099 gnus-agent-unfetch-articles in place of gnus-agent-expire to
14100 improve performance.
14101
14102 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14103 some users confused by references to .newsrc when they only have a
14104 .newsrc.eld file.
14105 (gnus-convert-mark-converter-prompt)
14106 (gnus-convert-converter-needs-prompt): Fixed use of property list.
14107 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14108 New function. Used internally to only display 'gnus converting
14109 files' message when actually necessary.
14110
14111 * gnus-sum.el (): Removed (require 'gnus-agent) as required
14112 methods now autoloaded.
14113
14114 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
14115
14116 * gnus-sum.el (gnus-summary-insert-subject): Remove list
14117 identifiers.
14118
14119 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
14120
14121 * gnus-picon.el: Fix indentation and closing parenthesis.
14122
14123 2004-09-01 Simon Josefsson <jas@extundo.com>
14124
14125 * message.el (message-canlock-generate): Require sha1, not
14126 sha1-el. (Can we get rid of this require altogether? It is ugly
14127 to require within a function. Sadly, if sha1.el isn't loaded, the
14128 let binding in m-c-g will hide the defcustom definition, which is
14129 bad.)
14130
14131 * canlock.el: Require sha1, not sha1-el.
14132
14133 * message.el: Don't autoload sha1 (there is a autoload cookie in
14134 sha1.el).
14135
14136 * sha1-el.el: Renamed to sha1.el.
14137
14138 2004-08-30 Juanma Barranquero <lektu@terra.es>
14139
14140 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14141
14142 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14145
14146 2004-08-30 Kim F. Storm <storm@cua.dk>
14147
14148 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14149
14150 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14151 Add :group 'nnimap.
14152
14153 2004-08-30 Andreas Schwab <schwab@suse.de>
14154
14155 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14156 ?* and ?\;.
14157
14158 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14159 and ?\' to symbol instead of whitespace.
14160
14161 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14162
14163 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14164
14165 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14166 instead of re-search-forward.
14167
14168 * gnus-uu.el (gnus-uu-save-article): Ditto.
14169 (gnus-uu-post-encode-uuencode): Ditto.
14170
14171 * html2text.el (html2text-clean-list-items): Ditto.
14172 (html2text-clean-dtdd): Ditto.
14173 (html2text-format-tags): Ditto.
14174
14175 * message.el (message-send-mail-with-sendmail): Fix regexp.
14176 (message-fill-field-general): Use search-forward instead of
14177 re-search-forward.
14178 (unbold-region): Ditto.
14179
14180 * nnrss.el (nnrss-request-article): Ditto.
14181
14182 * nnslashdot.el (nnslashdot-request-article): Ditto.
14183
14184 * nnweb.el (nnweb-gmane-wash-article): Ditto.
14185
14186 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14187 "Unrecognized menu descriptor" error in XEmacs.
14188
14189 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
14190
14191 * gnus-sum.el (gnus-read-header): Don't remove a header for the
14192 parent article of a sparse article in the thread hashtb.
14193
14194 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
14195
14196 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14197 (nnmail-expand-newtext): Lowercase expanded entries if
14198 nnmail-split-lowercase-expanded is non-nil.
14199
14200 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
14201
14202 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14203
14204 * gnus-group.el (gnus-group-line-format-alist): Convert the value
14205 of gnus-tmp-news-method into string under XEmacs. It will be
14206 passed to gnus-correct-length which takes only a string argument.
14207
14208 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14209
14210 * gnus-util.el (gnus-bind-print-variables): New macro.
14211 (gnus-prin1): Use it.
14212 (gnus-prin1-to-string): Use it.
14213 (gnus-pp): New function.
14214 (gnus-pp-to-string): New function.
14215
14216 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14217 Replace pp-to-string with gnus-pp-to-string.
14218 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14219 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14220 * gnus-msg.el (gnus-debug): Ditto.
14221 * gnus-score.el (gnus-score-save): Ditto.
14222 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14223 gnus-pp-to-string.
14224 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14225 with gnus-pp.
14226 * score-mode.el (gnus-score-pretty-print): Ditto.
14227 * webmail.el (webmail-debug): Ditto.
14228
14229 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14230
14231 * gnus-art.el (article-display-face, article-display-x-face):
14232 Use buffer-read-only.
14233
14234 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
14235
14236 * gnus-art.el (article-hide-list-identifiers):
14237 Bind inhibit-read-only as t.
14238
14239 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
14240
14241 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14242
14243 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14246 (gnus-narrow-to-page): Don't assume point-min == 1.
14247 (gnus-article-edit-mode): Derive from message-mode.
14248
14249 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14250 point-min == 1.
14251
14252 * imap.el (imap-parse-address-list, imap-parse-body-ext):
14253 Disable incorrect use of `assert'.
14254
14255 * message.el (message-mode): Set comment-start-skip.
14256
14257 2004-08-22 Sam Steingold <sds@gnu.org>
14258
14259 * pop3.el (pop3-leave-mail-on-server): New user variable.
14260 (pop3-movemail): Delete mail only when it is nil.
14261
14262 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
14263
14264 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14265
14266 * mml.el (mml-preview): Use `pop-to-buffer'.
14267
14268 * message.el (message-goto-mail-followup-to): Insert after "To".
14269 (message-carefully-insert-headers): Add comment.
14270
14271 * gnus.el: Remove unused variable `gnus-article-check-size'.
14272
14273 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14274
14275 * gnus-art.el (gnus-button-alist): Improve
14276 `gnus-button-handle-library' entry.
14277
14278 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
14279
14280 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14281 downcase, since XEmacs capitalizes error messages differently.
14282
14283 2004-08-18 Jesper Harder <harder@ifa.au.dk>
14284
14285 * nntp.el: Add (require 'gnus) due to reference to
14286 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
14287
14288 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
14289
14290 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14291 `mm-fill-flowed'.
14292
14293 * mm-decode.el (mm-dissect-singlepart): Check it.
14294
14295 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
14296
14297 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14298 'imap' for netrc parsing.
14299
14300 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14301
14302 * mailcap.el (mailcap-mime-data): Mark as risky.
14303
14304 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
14305
14306 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14307 may be included in the encoded word.
14308 (rfc2047-encode): Don't append a space if the encoded word
14309 includes close parenthesis.
14310
14311 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
14312
14313 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14314 of text within parentheses.
14315
14316 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
14317
14318 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14319 (gnus-encrypt-write-file-contents): Make the password key the file
14320 name PLUS the cipher, not just the cipher. Also remove failed
14321 passwords from the cache.
14322
14323 2004-08-06 Simon Josefsson <jas@extundo.com>
14324
14325 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
14326 fix.
14327
14328 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14329
14330 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14331 LWSP.
14332
14333 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
14334
14335 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14336 to append in-reply-to: data to the references: header.
14337
14338 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14339 (netrc-parse): Use gnus-encrypt.el functions.
14340
14341 * gnus-encrypt.el: Add new file for encryption support; currently
14342 does only a few GPG ciphers and an internal XOR cipher.
14343
14344 * password.el: Add comments on using password-read-and-add.
14345 (password-read-and-add): Add function to read and add the
14346 password to the cache at once.
14347
14348 2004-07-28 Simon Josefsson <jas@extundo.com>
14349
14350 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14351 parameter (but don't use it, for now).
14352
14353 * imap.el (imap-ssl-open): Use imap-process-connection-type,
14354 instead of hard coding to nil.
14355
14356 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14357
14358 * mm-view.el (mm-inline-image-emacs): Open lines under an image
14359 as mm-inline-image-xemacs does.
14360
14361 2004-07-26 Simon Josefsson <jas@extundo.com>
14362
14363 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14364 Revert part of 2004-07-17 change below.
14365
14366 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14367
14368 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
14369 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14370
14371 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14372
14373 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14374 quotes that actually start with ">" at the beginning of the
14375 lines.
14376
14377 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14378
14379 * rfc2047.el (rfc2047-encode-region): Fix last change.
14380 (rfc2047-encode-parameter): Remove useless concat.
14381
14382 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
14383
14384 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14385 encode special characters; fix some kind of misconfigured headers;
14386 signal a real error if debug-on-quit or debug-on-error is non-nil.
14387 (rfc2047-encode-max-chars): New variable.
14388 (rfc2047-encode-1): Use it.
14389 (rfc2047-encode-parameter): New function.
14390
14391 * mml.el (mml-insert-parameter): Remove an excessive space.
14392
14393 2004-07-17 Simon Josefsson <jas@extundo.com>
14394
14395 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14396 Kai Grossjohann <kai@emptydomain.de>.
14397 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14398 (gnus-group-make-menu-bar): Ditto.
14399
14400 * gnus-util.el (gnus-group-server): Add.
14401
14402 2004-07-16 Jesper Harder <harder@ifa.au.dk>
14403
14404 * message.el (message-clone-locals): Clone sendmail and smtp
14405 variables.
14406
14407 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14408
14409 * rfc2047.el (rfc2047-encode-region): Fix last change.
14410
14411 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14412
14413 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14414 characters as non-special.
14415
14416 2004-07-09 Simon Josefsson <jas@extundo.com>
14417
14418 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14419 Users will lose all flag changes made while unplugged with
14420 e.g. nntp unless flag synchronization happens, thus `nil' is not a
14421 good default. See numerous reports on ding mailing list.
14422
14423 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
14424
14425 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14426 add generate-head-function and generate-article-function to the
14427 rfc822-forward entry.
14428 (nndoc-rfc822-forward-generate-article): New function.
14429 (nndoc-rfc822-forward-generate-head): New function.
14430
14431 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14432
14433 2004-07-06 Dan Christensen <jdc@uwo.ca>
14434
14435 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14436 respect display group parameter and gnus-summary-expunge-below.
14437 (gnus-articles-to-read): Remove unused reference to display group
14438 parameter.
14439
14440 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14441
14442 * nnheader.el (nnheader-uniquify-message-id): New experimental
14443 variable.
14444 (nnheader-nov-read-message-id): Use it.
14445
14446 * spam-report.el (spam-report-gmane): Add interactive.
14447
14448 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14449
14450 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14451 qp-or-base64 for the application/* types.
14452
14453 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
14454
14455 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14456
14457 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
14458
14459 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14460 trim value.
14461
14462 2004-01-25 Paul Jarc <prj@po.cwru.edu>
14463
14464 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14465 New macro and function.
14466 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14467
14468 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14469
14470 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14471 after-load-alist.
14472
14473 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14474
14475 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14476 update info that isn't there.
14477
14478 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
14479
14480 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14481 entry.
14482
14483 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14484
14485 * mm-view.el (mm-inline-render-with-function): Use multibyte
14486 buffer; decode html source by charset.
14487
14488 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14489
14490 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14491 Mule-UCS is loaded under XEmacs.
14492 (mm-mime-mule-charset-alist): Avoid duplicated entries.
14493
14494 2004-06-28 Jesper Harder <harder@ifa.au.dk>
14495
14496 * nnheader.el (nnheader-max-head-length): Increase to 8192.
14497
14498 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
14499
14500 * mm-util.el (mm-coding-system-p): Return a coding-system.
14501 (mm-mime-mule-charset-alist): Use shift_jis instead of
14502 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14503 entries for the mime charsets iso-2022-jp-3 and shift_jis.
14504 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14505 instead of japanese-shift-jis and iso-latin-1 respectively in
14506 order to share the default value with both Emacs and XEmacs-mule.
14507 (mm-mule-charset-to-mime-charset): Make
14508 mm-coding-system-priorities effective.
14509 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14510 while predicating of candidates upon the priorities.
14511
14512 2004-06-27 Jesper Harder <harder@ifa.au.dk>
14513
14514 * gnus-sum.el (gnus-summary-make-menu-bar): Add
14515 gnus-uu-invert-processable.
14516
14517 * gnus.el: Autoload gnus-uu-invert-processable.
14518
14519 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
14520
14521 * mm-util.el (mm-with-multibyte-buffer): New macro.
14522
14523 * rfc2047.el (rfc2047-encode-string): Use it.
14524 (rfc2047-encode-region): Move point to the end of the region after
14525 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14526
14527 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14528
14529 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14530 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14531
14532 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14533
14534 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14535 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
14536 Karl Chen <quarl@nospam.quarl.org>.
14537
14538 2004-06-23 Jesper Harder <harder@ifa.au.dk>
14539
14540 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14541 invalid addresses.
14542
14543 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
14544
14545 * spam.el: Change section markers, revise TODO list.
14546 (spam-backends): Make new master list of all installed backends.
14547 (spam-summary-exit-behavior): Add new variable to determine how
14548 messages moves are done at summary exit.
14549 (spam-move-spam-nonspam-groups-only)
14550 (spam-process-ham-in-nonham-groups)
14551 (spam-process-ham-in-spam-groups): Remove variables, the
14552 spam-summary-exit-behavior variable should be used to manage this
14553 behavior.
14554 (spam-old-ham-articles, spam-old-spam-articles): Remove.
14555 (spam-old-articles): Add variable, replacing spam-old-ham-articles
14556 and spam-old-spam-articles.
14557 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14558 Add empty variables, placeholders for the backends they represent.
14559 (spam-set-difference): Move, unchanged.
14560 (spam-list-of-processors): Declare OBSOLETE, not used anymore
14561 unless the user has a processor variable.
14562 (spam-classifications, spam-classification-valid-p)
14563 (spam-backend-properties, spam-backend-property-valid-p)
14564 (spam-backend-function-type-valid-p)
14565 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14566 (spam-report-articles-gmane, spam-report-articles-resend):
14567 Remove functions, they are not needed.
14568 (spam-install-backend-super, spam-backend-list)
14569 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14570 (spam-backend-function, spam-backend-ham-registration-function)
14571 (spam-backend-spam-registration-function)
14572 (spam-backend-ham-unregistration-function)
14573 (spam-backend-spam-unregistration-function)
14574 (spam-backend-statistical-p, spam-backend-mover-p)
14575 (spam-install-backend-alias, spam-install-checkonly-backend)
14576 (spam-install-mover-backend, spam-install-nocheck-backend)
14577 (spam-install-backend, spam-install-statistical-backend)
14578 (spam-install-statistical-checkonly-backend): Add backend installation
14579 support.
14580 (spam-summary-prepare-exit): Rewrite to use the new backend code.
14581 (spam-group-processor-p): Use the new backend code and respect the
14582 summary exit behavior.
14583 (spam-mark-spam-as-expired-and-move-routine): Remove.
14584 (spam-summary-prepare): Change to use the new spam-old-articles
14585 variable.
14586 (spam-copy-or-move-routine, spam-copy-spam-routine)
14587 (spam-move-spam-routine, spam-copy-ham-routine)
14588 (spam-move-ham-routine): Add code to copy/move ham or spam.
14589 (spam-fetch-field-fast): Improve doc and code, plus allow the
14590 'number request.
14591 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14592 variables.
14593 (spam-split, spam-find-spam): Use the new backend code.
14594 (spam-registration-functions): Remove variable.
14595 (spam-unregister-routine): Add convenience wrapper.
14596 (spam-log-undo-registration, spam-register-routine)
14597 (spam-log-processing-to-registry)
14598 (spam-log-unregistration-needed-p): Rename "check" to "backend"
14599 where possible.
14600 (spam-check-gmane-xref, spam-check-regex-headers)
14601 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14602 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14603 (spam-check-bogofilter-headers, spam-check-spamoracle)
14604 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14605 (spam-check-crm114-headers): Use the spam-split-group that
14606 spam-split prepares, no need to determine it every time.
14607
14608 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14609 to the nnheader-parse-naked-head call.
14610
14611 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14612
14613 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14614 the nnheader-nov-read-message-id call.
14615
14616 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
14617
14618 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14619 gnus-activate-group twice. Suggested by Markus Peter
14620 <warp@spin.de>.
14621
14622 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
14623
14624 * gnus-art.el (gnus-article-time-format): Exchange the order of
14625 day and month in the default value; fix customization type.
14626 (article-date-ut): Use add-text-properties.
14627 (article-make-date-line): Use message-make-date instead of
14628 current-time-string.
14629
14630 * message.el (message-fetch-field): Don't use set-text-properties.
14631 (message-make-date): Simplify.
14632
14633 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
14634
14635 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14636 (rfc2047-encode-region): Treat text within parentheses as special;
14637 show the original text when error has occurred.
14638
14639 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14640 already-computed method to gnus-activate-group.
14641
14642 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14643 same select-methods identical Lisp objects.
14644
14645 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14646 object when modifying the info.
14647
14648 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14649
14650 * gnus-srvr.el (gnus-server-set-info): Remove the server from
14651 gnus-opened-servers since it has never been opened with the new
14652 configuration yet.
14653
14654 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
14655
14656 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14657 arg to nnheader-generate-fake-message-id.
14658
14659 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
14660
14661 * nnheader.el (nnheader-generate-fake-message-id): Accept a
14662 number and build a fake message ID localized to a group and
14663 article number (so it's repeatable from that point on).
14664 (nnheader-fake-message-id-p): Change regex to accommodate new fake
14665 ID format.
14666
14667 * gnus-sum.el (gnus-get-newsgroup-headers): Call
14668 nnheader-generate-fake-message-id with the article number.
14669
14670 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
14671
14672 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14673 end-of-buffer.
14674
14675 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14676
14677 * message.el (message-ignored-supersedes-headers): Add Approved.
14678
14679 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
14680
14681 * rfc2047.el (rfc2047-encode-message-header): Remove useless
14682 goto-char.
14683 (rfc2047-encode): Fold the line before encoding.
14684
14685 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14686
14687 * rfc2047.el (rfc2047-encode-message-header): Disabled header
14688 folding -- not all headers can be folded, and this should be done
14689 by the message composition mode. Probably. I think.
14690
14691 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
14692
14693 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14694 fast.
14695
14696 * gnus-ems.el (gnus-remove-image): Don't use
14697 message-text-with-property; remove only the image found first.
14698
14699 2004-06-09 Jesper Harder <harder@ifa.au.dk>
14700
14701 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14702
14703 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
14704
14705 * message.el (message-text-with-property): Make it fast and accept
14706 optional arguments.
14707 (message-strip-forbidden-properties): Use it.
14708 (message-fix-before-sending): Follow the m-t-w-p change.
14709
14710 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14711
14712 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14713
14714 * gnus-art.el (article-hide-headers): Don't change the buffer
14715 mistakenly when performing mml-preview even if
14716 gnus-single-article-buffer is nil.
14717
14718 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
14719
14720 * message.el (message-expand-name-databases): New user option.
14721 (message-expand-name): Use it.
14722
14723 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
14724
14725 * spam.el (spam-report-articles-resend)
14726 (spam-report-resend-register-routine): Allow ham reporting.
14727 (spam-report-resend-register-ham-routine): Add wrapper.
14728 (spam-registration-functions): Add ham resending functions.
14729 (spam-list-of-processors): Add ham resend processor.
14730
14731 * gnus.el (ham-resend-to): Add new group parameter.
14732 (spam-process): Add ham resend option.
14733
14734 * spam-report.el (spam-report-resend): Allow reporting ham.
14735 (spam-report-resend-ham): Add wrapper.
14736
14737 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14738
14739 * message.el (message-cite-articles-with-x-no-archive): New
14740 variable.
14741 (message-cite-original): Use it.
14742
14743 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14744
14745 * message.el (message-cite-original): Respect X-No-Archive.
14746
14747 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14748
14749 * gnus-art.el (article-hide-headers): Refer to the values for
14750 gnus-ignored-headers and gnus-visible-headers in the summary
14751 buffer since a user may have set them as group parameters.
14752
14753 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
14754
14755 * assistant.el (assistant-node-name): Add convenience function.
14756 (assistant-render-text, assistant-render-node): Add error handling,
14757 plus handle multiple next nodes.
14758 (assistant-find-next-node): Comment out for now.
14759 (assistant-find-next-nodes): Add function, returns list of next
14760 nodes.
14761
14762 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
14763
14764 * mail-source.el (mail-source-directory): Fix doc-string.
14765
14766 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
14767
14768 * assistant.el (assistant-render-text, assistant-eval): Add :set
14769 widget type, which is different because it takes and returns a
14770 list. Much hilarity ensues.
14771
14772 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
14773
14774 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14775
14776 * gnus-group.el (gnus-group-get-new-news-this-group): Added
14777 doc-string.
14778
14779 * gnus-start.el (gnus-activate-group): Added doc-string.
14780
14781 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14782
14783 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14784
14785 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
14786
14787 * assistant.el (assistant-render-text): Try to add a :set
14788 widget, more to come.
14789
14790 * spam.el (spam-group-spam-contents-p): Handle empty groupname
14791 strings.
14792 (spam-report-articles-resend)
14793 (spam-register-routine): Do registration iff any articles warrant
14794 it.
14795 (spam-summary-prepare-exit): Change log message for nil group
14796 destinations.
14797
14798 2004-05-27 Daniel Pittman <daniel@rimspace.net>
14799
14800 * spam.el (spam-report-resend-register-routine): Allow
14801 spam-report-resend-to to be a group parameter or a global value.
14802
14803 2004-05-26 Simon Josefsson <jas@extundo.com>
14804
14805 * starttls.el: Merge with my GNUTLS based starttls.el.
14806 (starttls-gnutls-program, starttls-use-gnutls)
14807 (starttls-extra-arguments, starttls-process-connection-type)
14808 (starttls-connect, starttls-failure, starttls-success): New
14809 variables.
14810 (starttls-program, starttls-extra-args): Doc fix.
14811 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14812 functions.
14813 (starttls-negotiate, starttls-open-stream): Check
14814 `starttls-use-gnutls' and pass on to corresponding *-gnutls
14815 function if it is set.
14816
14817 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
14818
14819 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14820 structured fields.
14821
14822 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
14823
14824 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14825
14826 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
14827
14828 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14829 variable.
14830 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
14831 assigning the spam-mark to new messages.
14832
14833 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
14834
14835 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14836
14837 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
14838
14839 * rfc2047.el (rfc2047-encodable-p): Don't move point.
14840 (rfc2047-decode): Treat the ascii coding-system as raw-text by
14841 default.
14842
14843 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
14844
14845 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14846 correct data.
14847
14848 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
14849
14850 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14851 (spam-group-processor-p): Fix function.
14852 (spam-group-processor-multiple-p)
14853 (spam-group-spam-processor-report-gmane-p)
14854 (spam-group-spam-processor-report-resend-p)
14855 (spam-group-spam-processor-bogofilter-p)
14856 (spam-group-spam-processor-blacklist-p)
14857 (spam-group-spam-processor-ifile-p)
14858 (spam-group-ham-processor-ifile-p)
14859 (spam-group-spam-processor-spamoracle-p)
14860 (spam-group-spam-processor-crm114-p)
14861 (spam-group-ham-processor-bogofilter-p)
14862 (spam-group-spam-processor-stat-p)
14863 (spam-group-ham-processor-stat-p)
14864 (spam-group-ham-processor-whitelist-p)
14865 (spam-group-ham-processor-BBDB-p)
14866 (spam-group-ham-processor-spamoracle-p)
14867 (spam-group-ham-processor-copy-p): Remove functions with some
14868 prejudice against unneeded code.
14869 (spam-report-articles-resend)
14870 (spam-report-resend-register-routine): Allow the group/topic
14871 spam-resend-to value to override spam-report-resend-to.
14872 (spam-summary-prepare-exit): Invoke spam-group-processor-p
14873 properly now.
14874
14875 * gnus.el (spam-resend-to): Add group/topic parameter.
14876 (spam-process): Move the OBSOLETE processors to the end of the
14877 choices.
14878
14879 2004-05-24 Daniel Pittman <daniel@rimspace.net>
14880
14881 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14882 with resend-to set to nil, and then ask the user if necessary.
14883 (spam-report-resend): spam-report-resend takes a list of articles, not
14884 separate article numbers.
14885
14886 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14887
14888 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14889 addition to emacs-w3m.
14890
14891 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14892
14893 * assistant.el (assistant-authinfo-data): New function.
14894 (assistant-eval): Eval for entire assistant.
14895
14896 * netrc.el (netrc-services-file): New variable.
14897 (netrc-parse-services): New function.
14898 (netrc-find-service-name): New function.
14899 (netrc-find-service-number): New function.
14900 (netrc-port-equal): New function.
14901 (netrc-machine): Use it.
14902
14903 * nnimap.el (nnimap-open-connection): Use netrc.
14904
14905 * gnus-util.el (gnus-netrc-get): Remove aliases.
14906
14907 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14908
14909 * assistant.el (wid-edit): Fix compilation.
14910
14911 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14912
14913 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
14914
14915 * gnus-util.el (gnus-set-file-modes): New function. (small
14916 patch).
14917
14918 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14919
14920 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14921
14922 * assistant.el (assistant-render-node): Fix up rendering and
14923 read-only text.
14924 (assistant-render-node): Reset.
14925 (assistant-make-read-only): Not sticky.
14926
14927 2004-05-20 Danny Siu <dsiu@adobe.com>
14928
14929 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14930 centered even when gnus-auto-center-summary is t
14931
14932 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14933
14934 * dns.el (dns-get-txt-answer): New function.
14935 (dns-read-txt): Ditto.
14936 (query-dns): Use it.
14937
14938 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
14939
14940 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14941 active for foreign groups even if the group level is higher than
14942 the specified value.
14943
14944 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14945
14946 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14947 non-active groups.
14948
14949 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14950
14951 2004-05-20 Magnus Henoch <mange@freemail.hu>
14952
14953 * dns.el (dns-read-type): Add support for SVR. (small patch)
14954
14955 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
14956
14957 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14958 (spam-crm114-header, spam-crm114-spam-switch)
14959 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14960 (spam-crm114-positive-spam-header)
14961 (spam-crm114-database-directory, spam-list-of-processors)
14962 (spam-group-spam-processor-crm114-p)
14963 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14964 (spam-generic-score, spam-list-of-checks)
14965 (spam-list-of-statistical-checks, spam-registration-functions)
14966 (spam-check-crm114-headers, spam-crm114-score)
14967 (spam-check-crm114, spam-crm114-register-with-crm114)
14968 (spam-crm114-register-spam-routine)
14969 (spam-crm114-unregister-spam-routine)
14970 (spam-crm114-register-ham-routine)
14971 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
14972 asjo@koldfront.dk (Adam Sjøgren).
14973
14974 * gnus.el: Add spam-use-crm114.
14975
14976 * spam.el (spam-list-of-processors, spam-registration-functions):
14977 Add spam-use-resend.
14978 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14979 (spam-report-articles-gmane): Add doc fix.
14980 (spam-report-articles-resend, spam-report-resend-register-routine):
14981 Add wrappers around spam-report-resend-to.
14982
14983 * spam-report.el (spam-report-resend-to, spam-report-resend):
14984 Add support for resending spam.
14985 (spam-report-gmane): Fix line length >80.
14986
14987 * gnus.el (spam-process): Add spam-use-resend.
14988
14989 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14990
14991 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14992 number of processed spam messages.
14993 (spam-ham-copy-or-move-routine): Return the number of processed
14994 ham messages.
14995 (spam-summary-prepare-exit): Use the above values to decide
14996 whether status messages shouled be displayed.
14997
14998 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
14999
15000 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15001 `rfc2047-encoding-function-alist' in order to avoid conflicting
15002 with the old version.
15003 (rfc2047-encode-region): Concatenate words containing non-ASCII
15004 characters in structured fields; don't encode space-delimited
15005 ASCII words even in unstructured fields; don't break words at
15006 char-category boundaries.
15007 (rfc2047-encode-1): New function.
15008 (rfc2047-encode): Use it; encode text so that it occupies the
15009 maximum width within 76-column; work correctly on Q encoding for
15010 iso-2022-* charsets.
15011 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15012 sure not to break a line just after the header name.
15013 (rfc2047-b-encode-region): Removed.
15014 (rfc2047-b-encode-string): New function.
15015 (rfc2047-q-encode-region): Removed.
15016 (rfc2047-q-encode-string): New function.
15017
15018 * mm-util.el (mm-replace-in-string): New function.
15019
15020 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15021
15022 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15023 get it right.
15024 (gnus-inews-make-draft): Really.
15025
15026 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
15027
15028 * nnmh.el (nnmh-request-list-1): Don't check the link count
15029 before descending. (small patch)
15030
15031 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15032
15033 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15034 stuff.
15035
15036 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15037 on real group name.
15038
15039 * gnus-art.el (gnus-signature-limit): Doc fix.
15040
15041 * gnus-msg.el (gnus-inews-make-draft): Quote list.
15042
15043 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15044
15045 * gnus-draft.el (gnus-draft-send): Bind
15046 rfc2047-encode-encoded-words.
15047
15048 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15049 (rfc2047-encodable-p): Say that =? needs encoding.
15050 (rfc2047-encode-encoded-words): New variable.
15051
15052 * gnus-group.el (gnus-group-select-group): Doc fix.
15053
15054 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15055
15056 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15057 to nil.
15058
15059 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15060
15061 * nnheader.el (nnheader-get-lines-and-char): New function.
15062
15063 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
15064
15065 * gnus-msg.el (gnus-summary-followup-with-original): Document
15066 yanking of region when active.
15067
15068 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
15069
15070 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15071 groups if the group level is higher than the specified value.
15072
15073 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15074
15075 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15076 (gnus-group-jump-to-group): Added prefix argument using
15077 `gnus-group-jump-to-group-prompt'. Query before jumping to
15078 non-active group.
15079
15080 * compface.el (uncompface): Be verbose when changing
15081 `uncompface-use-external'.
15082
15083 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15084 handle manual section.
15085
15086 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15087
15088 * gnus-art.el (gnus-button-alist): Revert previous change.
15089
15090 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15091
15092 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15093
15094 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15095
15096 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15097 whether backend can accept message.
15098
15099 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15100
15101 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
15102
15103 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15104 Avoid creating directory when nntp-marks-is-evil is true.
15105 Reported by Reiner Steib.
15106
15107 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15108
15109 * gnus-picon.el (gnus-picon-style): New variable.
15110 (gnus-picon-insert-glyph): Added optional `nostring' argument.
15111 (gnus-picon-transform-address): Support `gnus-picon-style'. From
15112 Jesper Harder <harder@ifa.au.dk>.
15113
15114 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15115
15116 * message.el (message-fill-field): Return point.
15117 (message-generate-headers): Go to end of field.
15118
15119 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15120 stuff for non-living groups.
15121
15122 2004-05-18 Jesper Harder <harder@ifa.au.dk>
15123
15124 * gnus-art.el (gnus-article-followup-with-original)
15125 (gnus-article-reply-with-original): gnus-mark-active-p ->
15126 gnus-region-active-p.
15127
15128 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
15129
15130 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15131 only when there is spam or ham to be processed.
15132
15133 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15134
15135 * mail-source.el (mail-source-delete-crash-box): Refactor.
15136 (mail-source-fetch): Use it.
15137 (mail-source-fetch-file): Ditto.
15138 (mail-source-fetch-directory): Run postscript in loop.
15139 (mail-source-fetch-pop): Delete.
15140 (mail-source-fetch-maildir): Ditto.
15141 (mail-source-fetch-imap): Ditto.
15142
15143 * imap.el (imap-authenticators): Comment out sasl.
15144
15145 * message.el (message-skip-to-next-address): New function.
15146 (message-fill-header-address): Refactor.
15147 (message-fill-address): Use it.
15148 (message-delete-address): Use it.
15149 (message-fill-header-general): Refactor.
15150 (message-fill-field-address): Rename.
15151 (message-narrow-to-field): Find the start of the header.
15152 (message-header-format-alist): Don't pre-fill.
15153 (message-fill-header): Removed.
15154 (message-insert-header): New function.
15155 (message-shorten-references): Use it.
15156
15157 * rfc2047.el (rfc2047-field-value): Strip props.
15158
15159 * mail-parse.el (mail-header-make-address): New alias.
15160
15161 * ietf-drums.el (ietf-drums-make-address): New function.
15162
15163 * imap.el: Add compiler directives.
15164
15165 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15166
15167 * gnus-art.el (article-decode-idna-rhs): Don't use
15168 message-idna-inside-rhs-p.
15169
15170 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15171
15172 * message.el (message-idna-inside-rhs-p): Removed.
15173 (message-idna-to-ascii-rhs-1): Use proper address parsing.
15174
15175 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15176 false positives.
15177
15178 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15179
15180 * imap.el (imap-sasl-make-mechanisms): Use sasl.
15181
15182 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15183
15184 * nneething.el (nneething-file-name): Don't create spurious
15185 files.
15186
15187 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15188 (gnus-inews-do-gcc): Remove sleep.
15189
15190 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15191 part under point.
15192
15193 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15194 (gnus-agent-regenerate-group): Using nil messages aren't valid.
15195
15196 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
15197
15198 * spam.el (spam-summary-prepare-exit): Fixed (length).
15199
15200 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
15201
15202 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15203 as expired without moving it" message when there are spam
15204 messages left.
15205
15206 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
15207
15208 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15209 header is not nil.
15210
15211 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
15212
15213 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15214 nntp-possibly-create-directory, not nntp-possibly-change-group.
15215 (nntp-marks-changed-p): New arg SERVER.
15216 (nntp-request-update-info): Adjust caller.
15217
15218 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
15219
15220 * nntp.el (nntp-save-marks): Pass missing arg.
15221
15222 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15223
15224 * nntp.el: Support marks.
15225 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15226 (nntp-marks-modtime, nntp-marks-directory): New variables.
15227 (nntp-request-set-mark, nntp-request-update-info)
15228 (nntp-possibly-create-directory, nntp-marks-changed-p)
15229 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15230 functions.
15231
15232 2004-05-12 Jesper Harder <harder@ifa.au.dk>
15233
15234 * gnus-score.el (gnus-score-insert-help): Use
15235 gnus-select-lowest-window.
15236
15237 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15238 appt-select-lowest-window and rename to gnus-select-lowest-window.
15239
15240 * gnus.el: do.
15241
15242 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15243
15244 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15245 encodings of MIME-encoded words, in order to improve
15246 interoperability with several broken MUAs.
15247
15248 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15249
15250 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15251 tags, only when charsets are not specified in headers.
15252 (mm-inline-text-html-render-with-w3m): Ditto.
15253
15254 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15255
15256 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15257 instead of MIME-decoded from fields when checking
15258 `gnus-article-address-banner-alist'.
15259
15260 2004-05-03 Jesper Harder <harder@ifa.au.dk>
15261
15262 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15263 description rather than subject.
15264
15265 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15266
15267 * gnus.el (gnus-version-number): Bump.
15268
15269 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15270
15271 * gnus.el: No Gnus v0.2 is released.
15272
15273 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15274
15275 * gnus-agent.el (gnus-agent-read-agentview): Inline
15276 gnus-uncompress-range.
15277
15278 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15279
15280 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15281 `exec-installed-p'.
15282
15283 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15284
15285 * gnus.el (spam-process, spam-autodetect-methods): Add
15286 bsfilter and bsfilter-headers.
15287
15288 * spam.el (spam-bsfilter): New customize group.
15289 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15290 (spam-bsfilter-header, spam-bsfilter-probability-header)
15291 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15292 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15293 (spam-bsfilter-database-directory): New options.
15294 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15295 (spam-list-of-statistical-checks, spam-registration-functions):
15296 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15297 (spam-bsfilter-score): New command.
15298 (spam-check-bsfilter-headers, spam-check-bsfilter)
15299 (spam-bsfilter-register-with-bsfilter)
15300 (spam-bsfilter-register-spam-routine)
15301 (spam-bsfilter-unregister-spam-routine)
15302 (spam-bsfilter-register-ham-routine)
15303 (spam-bsfilter-unregister-ham-routine): New functions.
15304 (spam-generic-score): Support bsfilter; Accept an optional argument
15305 to recalcurate spam score even if scoring header has already been
15306 added.
15307 (spam-bogofilter-score, spam-spamassassin-score): Accept an
15308 optional argument to recalcurate spam score even if scoring header
15309 has already been added.
15310
15311 2004-04-29 Jesper Harder <harder@ifa.au.dk>
15312
15313 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15314 strings! Reported by David D. Smith <davidsmith@acm.org>.
15315 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15316 link is missing.
15317
15318 2004-04-28 Jesper Harder <harder@ifa.au.dk>
15319
15320 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15321 (html2text-get-attr): Rewrite.
15322
15323 * message.el (message-setup-1): Remove redundant put-text-property
15324 on mail-header-separator.
15325
15326 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
15327
15328 * gnus-registry.el (gnus-registry-cache-whitespace)
15329 (gnus-registry-action, gnus-registry-spool-action)
15330 (gnus-registry-split-fancy-with-parent): Change message levels
15331 from 5 to 3 or 7, as needed.
15332
15333 * spam.el (spam-summary-prepare-exit)
15334 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15335 (spam-split, spam-find-spam, spam-log-undo-registration)
15336 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15337 level from 5 to 6.
15338
15339 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15340
15341 * gnus-ems.el: Autoload appt-select-lowest-window (revert
15342 2004-03-04 change).
15343
15344 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15345
15346 * sieve-manage.el (sieve-manage-open):
15347 * nnweb.el (nnweb-insert-html):
15348 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15349 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15350 * nnspool.el (nnspool-request-group):
15351 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15352 * nnml.el (nnml-request-update-info):
15353 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15354 (nnmh-request-create-group, nnmh-update-gnus-unreads):
15355 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15356 (nnimap-request-set-mark):
15357 * nnfolder.el (nnfolder-request-update-info):
15358 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15359 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15360 * gnus-uu.el (gnus-uu-find-articles-matching):
15361 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15362 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15363 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15364 * gnus-nocem.el (gnus-nocem-scan-groups):
15365 * gnus-int.el (gnus-start-news-server):
15366 * gnus-group.el (gnus-group-make-kiboze-group)
15367 (gnus-group-browse-foreign-server):
15368 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15369 Use mapc when appropriate.
15370
15371 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
15372
15373 FIXME: Make separate entries for each person.
15374
15375 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15376 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15377 <shields@msrl.com>:
15378
15379 * spam.el (spam-necessary-extra-headers): Get the extra headers we
15380 may need for spam sorting and scoring.
15381 (spam-user-format-function-S): Add user format function suitable for
15382 general use.
15383 (spam-article-sort-by-spam-status): Add sorting function for summary
15384 sorting.
15385 (spam-extra-header-to-number): Add function to get a score from a
15386 header.
15387 (spam-summary-score): Add function to get a numeric score from the
15388 headers.
15389 (spam-generic-score): Fix function doc, was in wrong place.
15390 (spam-initialize): Take symbols when it's run, and install the
15391 extra headers that spam-necessary-extra-headers thinks we need.
15392
15393 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15394
15395 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15396 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
15397
15398 2004-04-17 Jesper Harder <harder@ifa.au.dk>
15399
15400 * gnus-sum.el (gnus-set-global-variables)
15401 (gnus-build-all-threads, gnus-get-newsgroup-headers)
15402 (gnus-article-get-xrefs, gnus-summary-best-group)
15403 (gnus-summary-next-article, gnus-summary-enter-digest-group)
15404 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15405 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15406 Use with-current-buffer.
15407
15408 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
15409
15410 * spam.el (spam-summary-prepare-exit): Simplify logic.
15411 (spam-fetch-article-header): Read the article header if it's not
15412 available.
15413 (spam-list-articles): Simplify logic.
15414 (spam-filelist-register-routine): Fix bug with unregister-list.
15415
15416 * gnus-registry.el: Fix comments at beginning.
15417
15418 2004-04-16 Jesper Harder <harder@ifa.au.dk>
15419
15420 * message.el (message-cater-to-broken-inn): Remove.
15421 (message-shorten-references): Make sure the total folded length of
15422 References is shorter than 998 characters to cater to a bug in INN
15423 2.3. Also, don't pretend that references aren't folded -- this
15424 hasn't worked for a while.
15425
15426 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
15427
15428 * gnus-agent.el (gnus-agentize):
15429 gnus-agent-send-mail-real-function no longer set to current value
15430 of message-send-mail-function but rather a lambda that calls
15431 message-send-mail-function. The change makes the agent real-time
15432 responsive to user changes to message-send-mail-function.
15433
15434 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
15435
15436 * legacy-gnus-agent.el
15437 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15438 help from Florian Weimer <fw@deneb.enyo.de>
15439
15440 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
15441
15442 * nnmail.el (nnmail-cache-insert): Revert last change.
15443
15444 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
15445
15446 * nnmail.el (nnmail-cache-insert): Always check whether
15447 nnmail-cache-ignore-groups matches a group name.
15448
15449 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
15450
15451 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15452 (spam-find-spam, spam-log-processing-to-registry)
15453 (spam-log-registered-p, spam-log-unregistration-needed-p)
15454 (spam-log-undo-registration): Use gnus-message instead of
15455 gnus-error, none of these errors are fatal.
15456
15457 * gnus-registry.el (gnus-registry-clean-empty-function)
15458 (gnus-registry-clean-empty): Remove only empty entries without
15459 extra data.
15460
15461 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
15462
15463 * spam-stat.el (spam-stat-buffer-change-to-spam)
15464 (spam-stat-buffer-change-to-non-spam): Change (error) to
15465 (gnus-message 8) invocation.
15466
15467 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15468
15469 * nntp.el (nntp-via-netcat-command): New variable.
15470 (nntp-via-netcat-switches): New variable.
15471 (nntp-open-via-rlogin-and-netcat): New function.
15472 (nntp-open-connection-function): Doc fix.
15473 (nntp-telnet-command): Doc fix.
15474 (nntp-end-of-line): Doc fix.
15475 (nntp-via-rlogin-command): Doc fix.
15476 (nntp-via-user-name): Doc fix.
15477 (nntp-via-address): Doc fix.
15478
15479 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15480
15481 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15482 error in Emacs 21.1.
15483
15484 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
15485
15486 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15487
15488 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
15489
15490 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15491 (gnus-agent-with-refreshed-group): New macro.
15492 (gnus-agent-rename-group): New function.
15493 (gnus-agent-delete-group): New function.
15494 (gnus-agent-save-group-info): Use gnus-command-method when
15495 `method' parameter is nil. Don't write nil entries into the
15496 active file.
15497 (gnus-agent-get-group-info): New function.
15498 (gnus-agent-fetch-articles): Use
15499 gnus-agent-update-files-total-fetched-for to increment disk space
15500 used.
15501 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15502 gnus-agent-update-view-total-fetched-for to increment disk space
15503 used.
15504 (gnus-agent-get-local): Added optional parameters to avoid calling
15505 gnus-group-real-name and gnus-find-method-for-group.
15506 (gnus-agent-set-local): Delete stored entry if either min, or max,
15507 are nil.
15508 (gnus-agent-fetch-session): Reworded error/quit messages. On
15509 quit, use gnus-agent-regenerate-group to record existence of any
15510 articles fetched to disk before the quit occurred.
15511 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15512 gnus-agent-update-view-total-fetched-for, and
15513 gnus-agent-update-files-total-fetched-for to decrement disk space
15514 used.
15515 (gnus-agent-retrieve-headers): Use
15516 gnus-agent-update-view-total-fetched-for to increment disk space
15517 used.
15518 (gnus-agent-regenerate-group): Replace gnus-group-update-group
15519 with gnus-agent-update-files-total-fetched-for to decrement disk
15520 space and fresh group buffer.
15521 (gnus-agent-inhibit-update-total-fetched-for): New variable.
15522 (gnus-agent-need-update-total-fetched-for): New variable.
15523 (gnus-agent-update-files-total-fetched-for): New function.
15524 (gnus-agent-update-view-total-fetched-for): New function.
15525 (gnus-agent-total-fetched-for): New function.
15526
15527 * gnus-cache.el (gnus-cache-save-buffers): Use
15528 gnus-cache-update-overview-total-fetched-for to change disk space
15529 used by this group.
15530 (gnus-cache-possibly-enter-article): Use
15531 gnus-cache-update-file-total-fetched-for to increment disk space
15532 used by this group.
15533 (gnus-cache-possibly-remove-article): Use
15534 gnus-cache-update-file-total-fetched-for to decrement disk space
15535 used by this group.
15536 (gnus-cache-generate-nov-databases): Purge total fetched cache.
15537 (gnus-cache-rename-group): New function.
15538 (gnus-cache-delete-group): New function.
15539 (gnus-cache-inhibit-update-total-fetched-for): New variable.
15540 (gnus-cache-need-update-total-fetched-for): New variable.
15541 (gnus-cache-with-refreshed-group): New macro.
15542 (gnus-cache-update-file-total-fetched-for): New function.
15543 (gnus-cache-update-overview-total-fetched-for): New function.
15544 (gnus-cache-rename-group-total-fetched-for): New function.
15545 (gnus-cache-delete-group-total-fetched-for): New function.
15546 (gnus-cache-total-fetched-for): New function.
15547
15548 * gnus-group.el: Require gnus-sum and autoload functions to
15549 resolve warnings when gnus-group.el compiled alone.
15550 (gnus-group-line-format): Documented new %F.
15551 (size of Fetched data) group line format; identifies disk space
15552 used by agent and cache.
15553 (gnus-group-line-format-alist): Defined new F format.
15554 (gnus-total-fetched-for): New function.
15555 (gnus-group-delete-group): No longer update
15556 gnus-cache-active-altered as gnus-request-delete-group now keeps
15557 the cache in sync.
15558 (gnus-group-list-active): Let the agent store a server's active
15559 list if currently plugged.
15560
15561 * gnus-int.el (gnus-request-delete-group):
15562 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15563 local disk in sync with the server.
15564 (gnus-request-rename-group):
15565 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15566 local disk in sync with the server.
15567
15568 * gnus-start.el (gnus-get-unread-articles):
15569 Cosmetic simplification to logic.
15570
15571 * gnus-util.el (gnus-rename-file): New function.
15572
15573 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
15574
15575 * mm-util.el (mm-image-load-path): Handle nil in load-path.
15576
15577 2004-04-07 Jesper Harder <harder@ifa.au.dk>
15578
15579 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15580 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
15581
15582 2004-04-06 Jesper Harder <harder@ifa.au.dk>
15583
15584 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15585 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
15586
15587 2004-04-03 Jesper Harder <harder@ifa.au.dk>
15588
15589 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15590
15591 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
15592
15593 * spam.el (spam-set-difference): Add function to replace
15594 gnus-set-difference in spam.el.
15595 (spam-summary-prepare-exit): Use spam-set-difference.
15596
15597 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15598
15599 * gnus-registry.el (gnus-registry-cache-file): Update to use
15600 gnus-dribble-directory OR gnus-home-directory OR ~.
15601 (gnus-registry-split-fancy-with-parent): Fix doc.
15602
15603 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
15604
15605 * message.el (message-exchange-point-and-mark): Use
15606 message-mark-active-p. Suggested by Jesper Harder
15607 <harder@ifa.au.dk>.
15608
15609 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
15610
15611 * message.el (message-exchange-point-and-mark): Don't activate
15612 region if it was inactive. Suggested by Hiroshi Fujishima
15613 <pooh@nature.tsukuba.ac.jp>.
15614
15615 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
15616
15617 * gnus-art.el (article-display-face): Display Faces in the same
15618 order as X-Faces.
15619
15620 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
15621
15622 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15623
15624 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
15625
15626 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15627 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15628 (gnus-article-mime-hierarchy): Remove.
15629 (gnus-article-mime-hierarchy-next): Remove.
15630 (gnus-article-mode): Revert 2004-03-19 change.
15631 (gnus-article-setup-buffer): Revert 2004-03-19 change.
15632 (gnus-insert-mime-button): Revert 2004-03-19 change.
15633 (gnus-mime-accumulate-hierarchy): Remove.
15634 (gnus-mime-enter-multipart): Remove.
15635 (gnus-mime-leave-multipart): Remove.
15636 (gnus-mime-display-part): Revert 2004-03-19 change.
15637 (gnus-mime-display-alternative): Revert 2004-03-19 change.
15638
15639 * mml.el (mml-preview): Revert 2004-03-19 change.
15640
15641 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
15642
15643 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15644
15645 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
15646
15647 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15648 t while entering a file name using the mm-with-multibyte macro.
15649 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15650
15651 * mm-util.el (mm-with-multibyte): New macro.
15652
15653 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
15654
15655 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15656 user option.
15657 (gnus-mime-multipart-functions): Doc and customization fix.
15658 (gnus-article-mime-hierarchy): New variable.
15659 (gnus-article-mime-hierarchy-next): New variable.
15660 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15661 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15662 gnus-article-mime-hierarchy-next to nil.
15663 (gnus-insert-mime-button): Show hierarchy numbers.
15664 (gnus-mime-accumulate-hierarchy): New function.
15665 (gnus-mime-enter-multipart): New function.
15666 (gnus-mime-leave-multipart): New function.
15667 (gnus-mime-display-part): Recompute hierarchical MIME structure.
15668 (gnus-mime-display-alternative): Show hierarchy numbers.
15669
15670 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15671 gnus-article-mime-hierarchy-next to nil.
15672
15673 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
15674
15675 * dns.el: Don't require gnus-xmas.
15676
15677 2004-03-17 Jesper Harder <harder@ifa.au.dk>
15678
15679 * mml.el (mml-generate-mime-1): Don't use format=flowed with
15680 inline PGP.
15681 (mml-menu): Disable mml-quote-region if mark is inactive.
15682
15683 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
15684
15685 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15686 when the group's active is not available.
15687
15688 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15689
15690 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15691 error.
15692
15693 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
15694
15695 * imap.el (imap-store-password): New variable.
15696 (imap-interactive-login): Use it.
15697 Suggested by Mark Plaksin <happy@mcplaksin.org>.
15698
15699 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
15700
15701 * gnus-art.el (gnus-article-read-summary-keys): Restore new
15702 window-start and hscroll to summary window.
15703
15704 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
15705
15706 * gnus-start.el (gnus-convert-old-newsrc): Only write the
15707 conversion message to newsrc-dribble when an actual conversion is
15708 performed.
15709
15710 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
15711
15712 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15713
15714 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
15715
15716 * mm-decode.el (mm-complicated-handles): New function reviving
15717 former definition of mm-multiple-handles.
15718
15719 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15720 (gnus-mime-delete-part): Use it.
15721
15722 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
15723
15724 * gnus-agent.el (gnus-agent-read-local): Bind
15725 nnheader-file-coding-system to gnus-agent-file-coding-system to
15726 avoid the implicit assumption that they will always be equal.
15727 (gnus-agent-save-local): Bind buffer-file-coding-system, not
15728 coding-system-for-write, as the with-temp-file macro first prints
15729 to a buffer then saves the buffer.
15730
15731 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
15732
15733 * gnus-art.el (gnus-article-edit-part): New function.
15734 (gnus-mime-save-part-and-strip): Use it; do query instead of
15735 signaling an error; don't use mm-multiple-handles.
15736 (gnus-mime-delete-part): Ditto.
15737
15738 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
15739
15740 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15741 old file versions.
15742 (gnus-group-prepare-hook): Removed function that converted list
15743 form of gnus-agent-expire-days to group properties.
15744
15745 * gnus-int.el: Autoload gnus-agent-regenerate-group.
15746 (gnus-request-accept-article): Re-indented.
15747
15748 * gnus-start.el (gnus-convert-old-newsrc): Registered new
15749 converters to handle old agent file formats. Added logic for a
15750 "backup before upgrading warning".
15751 (gnus-convert-mark-converter-prompt): Developers can mark
15752 functions as needing (default), or not needing,
15753 gnus-convert-old-newsrc's "backup before upgrading warning".
15754 (gnus-convert-converter-needs-prompt): Tests whether the user
15755 should be protected from potentially irreversable changes by the
15756 function.
15757
15758 * legacy-gnus-agent.el: New. Provides converters that are only
15759 loaded when gnus-convert-old-newsrc needs to call them.
15760
15761 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
15762
15763 * mail-source.el (mail-source-touch-pop): Doc fix.
15764
15765 * message.el (message-smtpmail-send-it): Doc fix.
15766
15767 2004-03-05 Jesper Harder <harder@ifa.au.dk>
15768
15769 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15770
15771 * nnmail.el (nnmail-split-fancy): do.
15772
15773 * gnus-kill.el (gnus-kill, gnus-execute): do.
15774
15775 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
15776
15777 * gnus-sum.el (gnus-widget-reversible-match)
15778 (gnus-widget-reversible-to-internal)
15779 (gnus-widget-reversible-to-external): New functions.
15780 (gnus-widget-reversible): New widget.
15781 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15782
15783 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
15784
15785 * gnus-sum.el (gnus-thread-sort-functions)
15786 (gnus-article-sort-functions): Document `(not F)' items.
15787
15788 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
15789
15790 * spam.el (spam-use-gmane-xref): Add new backend.
15791 (spam-gmane-xref-spam-group): Add variable to control the name of the
15792 Gmane spam group.
15793 (spam-blackhole-servers, spam-blackhole-good-server-regex)
15794 (spam-regex-headers-spam, spam-regex-headers-ham)
15795 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15796 (spam-list-of-checks): Add spam-use-gmane-xref to list of
15797 backends and checks.
15798 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15799
15800 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15801 an autodetect method.
15802
15803 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
15804
15805 * gnus-int.el (gnus-request-accept-article): Inform the agent that
15806 articles are being added to a group.
15807 (gnus-request-replace-article): Inform the agent that articles
15808 need to be uncached as the cached contents are no longer valid.
15809
15810 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
15811
15812 * binhex.el: Don't autoload executable-find.
15813
15814 * canlock.el: Don't autoload mail-fetch-field.
15815
15816 * gnus-ems.el: Don't autoload appt-select-lowest-window.
15817
15818 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15819 rmail-dont-reply-to and rmail-output.
15820
15821 * gnus-score.el: Don't autoload ffap-string-at-point.
15822
15823 * gnus-setup.el: Don't autoload sc-cite-original.
15824
15825 * imap.el: Don't autoload base64-decode-string,
15826 base64-encode-string and md5.
15827
15828 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15829 and rmail-msg-restore-non-pruned-header.
15830
15831 * mm-decode.el: Don't autoload executable-find.
15832
15833 * mm-url.el: Don't autoload executable-find.
15834
15835 * mm-view.el: Don't autoload diff-mode.
15836
15837 * nndb.el: Don't autoload news-reply-mode, news-setup,
15838 cancel-timer and telnet.
15839
15840 * password.el: Don't autoload run-at-time for Emacs.
15841
15842 * sha1-el.el: Don't autoload executable-find.
15843
15844 * sieve-mode.el: Don't autoload c-mode.
15845
15846 * uudecode.el: Don't autoload executable-find.
15847
15848 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
15849
15850 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15851 (gnus-agent-possibly-alter-active): Avoid null in numeric
15852 comparison.
15853 (gnus-agent-set-local): Refuse to save null in local object table.
15854 (gnus-agent-regenerate-group): The REREAD parameter can now be a
15855 list of articles that will be marked as unread.
15856
15857 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
15858
15859 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15860
15861 2004-03-04 Jesper Harder <harder@ifa.au.dk>
15862
15863 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15864 language tags.
15865
15866 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
15867
15868 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15869 Don't bind "obarray".
15870
15871 * gnus-sum.el (gnus-thread-sort-functions): Added
15872 `gnus-thread-sort-by-most-recent-number' and
15873 `gnus-thread-sort-by-most-recent-date'.
15874 Reported by Kai Grossjohann <kai@emptydomain.de>.
15875
15876 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
15877
15878 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15879
15880 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
15881
15882 * gnus-cus.el (gnus-agent-customize-category): Removed
15883 ignore-errors macro reference that required cl to be loaded at
15884 run-time.
15885
15886 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15887 single-interval range of the form (min . max). Previously the
15888 range had to look like ((min . max)). Likewise, return
15889 (min . max) rather than ((min . max)).
15890 (gnus-range-map): Use gnus-range-normalize to accept
15891 single-interval range.
15892
15893 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15894 the cache, but not the agent, now appear with their usual face.
15895
15896 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
15897
15898 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15899 w3m-safe-url-regexp variable buffer-local.
15900
15901 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15902
15903 2004-02-27 Simon Josefsson <jas@extundo.com>
15904
15905 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15906 gnus-group-real-prefix.
15907 (gnus-summary-move-article): Use it, instead of
15908 gnus-group-real-prefix.
15909
15910 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15911
15912 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15913 w3m-safe-url-regexp variable buffer-local and set it as the value
15914 of mm-w3m-safe-url-regexp.
15915
15916 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15917
15918 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15919 parsing gnus-posting-styles when the message is not for replying.
15920
15921 * nnrss.el (nnrss-opml-export): Use
15922 mm-set-buffer-file-coding-system instead of
15923 set-buffer-file-coding-system.
15924
15925 2004-02-27 Jesper Harder <harder@ifa.au.dk>
15926
15927 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15928 of checkdoc.el).
15929 * nnrss.el: do.
15930 * gnus-mlspl.el: do.
15931 * gnus-ml.el: do.
15932 * gnus-srvr.el: do.
15933
15934 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15935
15936 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
15937
15938 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15939 Corrections to custom-manual links.
15940
15941 * gnus-art.el (gnus-article): Ditto.
15942
15943 * mm-decode.el (mime-display, mime-security): Ditto.
15944
15945 2004-02-26 Jesper Harder <harder@ifa.au.dk>
15946
15947 * flow-fill.el: Typo.
15948
15949 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
15950
15951 * spam-wash.el: New file.
15952
15953 2004-02-26 Mark A. Hershberger <mah@everybody.org>
15954
15955 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15956
15957 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
15958
15959 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15960 to be run with new-articles as LIST1, not LIST2.
15961 (spam-registration-functions): Add spam-use-ham-copy as a nil
15962 registration backend.
15963
15964 2004-02-26 Jesper Harder <harder@ifa.au.dk>
15965
15966 * spam-stat.el (spam-stat-washing-hook): New option.
15967 (spam-stat-buffer-words): Use it.
15968 (spam-stat-process-directory, spam-stat-test-directory): Use
15969 insert-file-contents-literally.
15970 (spam-stat-coding-system): New variable.
15971 (spam-stat-load, spam-stat-save): Use it.
15972
15973 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
15974
15975 * spam-report.el (spam-report-plug-agent): Quote
15976 spam-report-url-to-file and spam-report-url-ping-plain.
15977
15978 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
15979
15980 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15981 / in mailto URLs.
15982
15983 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15984
15985 * spam-report.el (spam-report-process-queue): Fix interactive use.
15986 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15987 (spam-report-unplug-agent): Doc fixes.
15988 (spam-report-url-ping-mm-url, spam-report-url-to-file)
15989 (spam-report-agentize, spam-report-deagentize): Autoload
15990
15991 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
15992
15993 * message.el (message-setup-fill-variables): Add mml tags to
15994 paragraph-start and paragraph-separate. Suggested by Andrew Korty
15995 <ajk@iu.edu>.
15996 (message-mode): Don't modify paragraph-separate there.
15997
15998 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
15999
16000 * compface.el (uncompface-use-external): Default to undecided.
16001 (uncompface-use-external-threshold): New variable.
16002 (uncompface-float-time): New macro.
16003 (uncompface): Determine whether to use the external decoder if
16004 uncompface-use-external is undecided.
16005
16006 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16007
16008 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16009 after images.
16010
16011 * gnus-art.el (gnus-mime-display-single): Remove dead code.
16012
16013 2004-02-14 Jesper Harder <harder@ifa.au.dk>
16014
16015 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16016
16017 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16018
16019 * gnus-sum.el (gnus-summary-limit-to-age)
16020 (gnus-summary-limit-children): do.
16021
16022 * gnus-int.el (gnus-request-scan): do.
16023
16024 * gnus-group.el (gnus-group-suspend): do.
16025
16026 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16027
16028 * gnus-cite.el (gnus-cite-parse-attributions): do.
16029
16030 * gnus-agent.el (gnus-summary-set-agent-mark)
16031 (gnus-agent-regenerate-group): do.
16032
16033 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16034
16035 * binhex.el (binhex-decode-region-internal): do.
16036
16037 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16038
16039 * gnus-fun.el (gnus-face-properties-alist): New user option.
16040 (gnus-display-x-face-in-from): Use it.
16041
16042 * gnus-art.el (article-display-face): Ditto.
16043
16044 * compface.el (uncompface-use-external): Default to nil.
16045
16046 2004-02-12 Jesper Harder <harder@ifa.au.dk>
16047
16048 * nntp.el (nntp-erase-buffer): New function.
16049 (nntp-retrieve-data, nntp-send-command)
16050 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16051 (nntp-possibly-change-group): Use it.
16052
16053 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16054 with-current-buffer.
16055
16056 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
16057
16058 * compface.el: Merge the ELisp-based uncompface program.
16059 (compface): New customization group.
16060 (uncompface-use-external): New user option.
16061 (uncompface): Call uncompface-internal if uncompface-use-external
16062 is nil.
16063 (uncompface-internal): New function. Note that there are also
16064 some other functions and variables added for this function.
16065
16066 2004-02-10 Jesper Harder <harder@ifa.au.dk>
16067
16068 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16069 if necessary.
16070
16071 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
16072
16073 * spam-report.el (spam-report-unplug-agent)
16074 (spam-report-plug-agent, spam-report-deagentize)
16075 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16076 Add support for the Agent in spam-report: when unplugged, report to a
16077 file; when plugged, submit all the requests.
16078
16079 * spam.el (spam-register-routine): Fix message about
16080 registration.
16081
16082 2004-02-09 Jesper Harder <harder@ifa.au.dk>
16083
16084 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16085 dependencies.
16086 (rfc2047-encode): Use it.
16087
16088 * gnus-art.el (gnus-button-marker-list): Move before first
16089 reference.
16090
16091 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16092 (imap-parse-body): Fix format string mismatch.
16093
16094 * gnus-score.el (gnus-summary-increase-score): do.
16095
16096 * nnrss.el (nnrss-close): New function.
16097
16098 2004-02-08 Jesper Harder <harder@ifa.au.dk>
16099
16100 * nnrss.el (nnrss-make-filename): New function.
16101 (nnrss-request-delete-group, nnrss-read-server-data)
16102 (nnrss-save-server-data, nnrss-read-group-data)
16103 (nnrss-save-group-data): Use it.
16104 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16105 (nnrss-read-server-data, nnrss-read-group-data): Use load.
16106 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16107
16108 2004-02-07 Jesper Harder <harder@ifa.au.dk>
16109
16110 * mml.el (mml-compute-boundary-1): Don't uncompress files.
16111
16112 2004-02-06 Jesper Harder <harder@ifa.au.dk>
16113
16114 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16115 files.
16116
16117 * message.el (message-generate-headers-first): Don't quote nil
16118 and t in docstrings.
16119
16120 * imap.el (imap-id): do.
16121
16122 * gnus-agent.el (gnus-agent-consider-all-articles)
16123 (gnus-agent-queue-mail): do.
16124
16125 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
16126
16127 * spam-report.el (spam-report-process-queue): New function.
16128 Process requests from `spam-report-requests-file'.
16129 (spam-report-process-queue): Doc fix.
16130
16131 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
16132
16133 * spam.el (spam-register-routine)
16134 (spam-log-processing-to-registry, spam-log-registered-p)
16135 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16136 Change "check" to "spam-check" for semi-clarity.
16137
16138 2004-02-05 Jesper Harder <harder@ifa.au.dk>
16139
16140 * pop3.el: Require nnheader.
16141
16142 * mml-smime.el: Require cl. Autoload message-fetch-field.
16143
16144 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16145
16146 * gnus-picon.el: Require cl.
16147
16148 * gnus-fun.el: Require gnus-ems and gnus-util.
16149
16150 * gnus.el (gnus-method-to-server): Move defsubst before first use.
16151
16152 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16153
16154 * gnus-art.el (gnus-article-edit-mode): Define before first
16155 reference.
16156
16157 2004-02-04 Jesper Harder <harder@ifa.au.dk>
16158
16159 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16160 (gnus-uu-post-encoded): Use point-at-bol.
16161
16162 * gnus-topic.el (gnus-group-active-topic-p): do.
16163
16164 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16165
16166 * gnus-group.el (gnus-group-kill-region): do.
16167
16168 * gnus-art.el (article-date-ut): do.
16169
16170 * message.el (message-fetch-field): Remove redundant
16171 case-fold-search binding.
16172 (message-narrow-to-field): Simplify.
16173
16174 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
16175
16176 * spam.el (spam-directory): Derive from `gnus-directory'.
16177
16178 * spam-report.el (spam-report-url-to-file)
16179 (spam-report-requests-file): New function and variable for offline
16180 reporting.
16181 (spam-report-url-ping-function): Add `spam-report-url-to-file'
16182 and user defined function.
16183 (spam-report-url-ping-mm-url): Remove doubled slash.
16184
16185 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
16186
16187 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16188
16189 2004-02-03 Jesper Harder <harder@ifa.au.dk>
16190
16191 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16192 format string mismatch.
16193
16194 * sieve.el (sieve-deactivate-all): do.
16195
16196 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16197
16198 * nnlistserv.el (nnlistserv-kk-wash-article): do.
16199
16200 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16201
16202 * mm-bodies.el (mm-7bit-chars): Don't include \r.
16203
16204 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
16205
16206 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16207 the list of checks.
16208
16209 2004-01-31 Jesper Harder <harder@ifa.au.dk>
16210
16211 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16212 padding.
16213
16214 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
16215
16216 * mm-view.el (mm-fill-flowed): New variable.
16217 (mm-inline-text): Use it.
16218
16219 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
16220
16221 * spam.el (spam-spamassassin-register-ham-routine)
16222 (spam-spamassassin-register-spam-routine): Fix function names.
16223
16224 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
16225
16226 * gnus.el (gnus-tmp-grouplens): Remove.
16227 (gnus-summary-line-format): Remove grouplens.
16228
16229 * gnus-group.el (gnus-group-line-format): Ditto.
16230
16231 * gnus-spec.el (gnus-format-specs): Ditto.
16232 (gnus-update-format-specifications): Flush the group format spec
16233 cache if there's the grouplens stuff.
16234 (gnus-parse-simple-format): Replace %l with the empty string.
16235
16236 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
16237
16238 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16239 omission.
16240
16241 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16242
16243 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16244 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16245
16246 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16247
16248 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16249 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16250 New macros and functions.
16251 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16252 Handle > NLINK_MAX messages.
16253 * nnmaildir.el (nnmaildir-request-set-mark): Use
16254 nnmaildir--emlink-p and nnmaildir--eexist-p.
16255
16256 2004-01-25 Alex Schroeder <alex@gnu.org>
16257
16258 * spam-stat.el (spam-stat-process-directory-age): New option.
16259 (spam-stat-process-directory): Use it.
16260
16261 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
16262
16263 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16264 (spam-stat-save): Accept prefix argument.
16265
16266 2004-01-23 Paul Jarc <prj@po.cwru.edu>
16267
16268 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16269 links" error.
16270
16271 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16272
16273 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16274 compatibility with old .newsrc.eld files.
16275
16276 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16277
16278 * gnus-start.el (gnus-1): do.
16279
16280 * gnus-group.el (gnus-group-line-format-alist): do.
16281
16282 * gnus.el (gnus-use-grouplens, gnus-visual): do.
16283
16284 * gnus-gl.el: Remove.
16285
16286 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
16287
16288 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16289 marks consisting of a single range {for example, (3 . 5)} rather
16290 than a list of a single range { ((3 . 5)) }.
16291
16292 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16293
16294 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16295 with-current-buffer.
16296 (spam-stat-store-current-buffer): Use insert-buffer-substring to
16297 avoid consing a string.
16298
16299 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16300 Remove obsolete entries for big5 and gb2312.
16301
16302 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
16303
16304 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16305 uncompressed list.
16306
16307 2004-01-22 Jesper Harder <harder@ifa.au.dk>
16308
16309 * spam-stat.el (spam-stat-strip-xref): New function.
16310 (spam-stat-process-directory): Use it.
16311
16312 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16313 here -- it's done in message-fetch-field.
16314
16315 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
16316
16317 * gnus-agent.el (gnus-agent-queue-mail)
16318 (gnus-agent-prompt-send-queue): New variables.
16319 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16320 * gnus-draft.el (gnus-group-send-queue): Pass the group name
16321 "nndraft:queue" along to gnus-draft-send. Use
16322 gnus-agent-prompt-send-queue.
16323 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16324 is "nndraft:queue". Suggested by Gaute Strokkenes
16325 <gs234@srcf.ucam.org>
16326
16327 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16328 (agent-enable-undownloaded-faces): Added.
16329 (gnus-agent-cat-groups): Use eval-and-compile, not
16330 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16331 method of gnus-agent-cat-groups even when the buffer has been
16332 evaled.
16333 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16334 delete gnus-agent-save-active-1.
16335 (gnus-agent-save-groups): Deleted. Identical to
16336 gnus-agent-save-active.
16337 (gnus-agent-write-active): No longer adjust agent's copy of active
16338 file as agent's adjustments are now stored in their own
16339 file. Removed optional parameter.
16340 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16341 servers. Add use of min/max range limits from server's local
16342 file.
16343 (gnus-agent-save-alist): Removed unused optional argument.
16344 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16345 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16346 (gnus-agent-set-local): A per-server file that keeps min/max range
16347 limits for articles known to the agent. Provides a fast mechanism
16348 for altering many active ranges.
16349 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16350 active file (local makes it unnecessary).
16351 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16352
16353 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16354 (agent-enable-undownloaded-faces): Added.
16355
16356 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16357 disable it when sending to "nndraft:queue".
16358 (gnus-group-send-queue): Add safety check to avoid sending queue
16359 when unplugged.
16360
16361 * gnus-group.el (gnus-group-catchup): Use new
16362 gnus-sequence-of-unread-articles, not
16363 gnus-list-of-unread-articles, to avoid exhausting memory with huge
16364 numbers of articles. Use gnus-range-map to avoid having to
16365 uncompress the unread list.
16366 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16367 Fixed invalid ange-ftp reference.
16368
16369 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16370 (gnus-sorted-range-intersection): Intersection of two ranges
16371 without requiring that they first be uncompressed.
16372
16373 * gnus-start.el (gnus-activate-group): Unless blocked by the
16374 caller, possibly expand the active range to include both cached
16375 and agentized articles.
16376 (gnus-convert-old-newsrc): Rewrote in anticipation of having
16377 multiple version-dependent converters.
16378 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16379 gnus-agent-save-active.
16380 (gnus-save-newsrc-file): Save dirty agent range limits.
16381
16382 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16383 gnus-agent-possibly-alter-active.
16384 (gnus-adjust-marked-articles): Faster handling of simple lists
16385
16386 2004-01-21 Jesper Harder <harder@ifa.au.dk>
16387
16388 * spam-stat.el (spam-stat-test-directory): New optional argument
16389 displays a list of files detected. Suggested by Andrew Cohen
16390 <cohen@andy.bu.edu>.
16391 (spam-stat-buffer-words-with-scores): Don't narrow and change
16392 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
16393
16394 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
16395
16396 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16397 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16398 (spam-spamassassin-arguments)
16399 (spam-spamassassin-spam-flag-header)
16400 (spam-spamassassin-positive-spam-flag-header)
16401 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16402 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16403 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16404 (spam-list-of-processors, spam-list-of-checks)
16405 (spam-list-of-statistical-checks, spam-registration-functions)
16406 (spam-check-spamassassin-headers, spam-check-spamassassin)
16407 (spam-spamassassin-score)
16408 (spam-spamassassin-register-with-sa-learn)
16409 (spam-spamassassin-register-spam-routine)
16410 (spam-spamassassin-register-ham-routine)
16411 (spam-assassin-register-spam-routine)
16412 (spam-assassin-register-ham-routine): Add SpamAssassin support.
16413 (spam-bogofilter-score): Fix to show article before scoring.
16414
16415 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
16416
16417 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16418 default scoring function.
16419 (spam-generic-score): Call spam-spamassassin-score if
16420 spam-use-spamassassin or spam-use-spamassassin-headers is on;
16421 spam-bogofilter-score otherwise.
16422
16423 * gnus.el (spam-process, spam-autodetect-methods): Add
16424 spamassassin and spamassassin-headers.
16425
16426 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
16427
16428 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16429 Suppress unnecessary messages.
16430
16431 2004-01-20 Jesper Harder <harder@ifa.au.dk>
16432
16433 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16434 make-hash-table.
16435
16436 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
16437
16438 * canlock.el (base64-encode-string): Don't autoload it.
16439
16440 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
16441
16442 * run-at-time.el: Remove useless (require 'itimer),
16443 eval-and-compile and (featurep 'xemacs).
16444
16445 2004-01-16 Jesper Harder <harder@ifa.au.dk>
16446
16447 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16448 GROUP is a virtual group.
16449
16450 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
16451
16452 * gnus.el: Autoload `message-y-or-n-p'.
16453
16454 2004-01-15 Jesper Harder <harder@ifa.au.dk>
16455
16456 * pgg-parse.el: Remove unnecessary (require 'custom).
16457
16458 * pgg-def.el: do.
16459
16460 * nnmail.el: do.
16461
16462 * gnus-undo.el: do.
16463
16464 * gnus-picon.el: do.
16465
16466 * gnus-util.el: do.
16467
16468 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
16469
16470 * gnus-sum.el (gnus-pick-line-number): Add autoload.
16471
16472 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
16473
16474 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16475 handle, as well as a list.
16476
16477 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16478 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16479 (mm-w3m-cid-retrieve): Simplify.
16480
16481 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
16482
16483 * message.el (message-kill-to-signature): Allow prefix arg to
16484 specify number of lines to keep before signature.
16485
16486 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
16487
16488 * message.el (message-kill-to-signature): Change docstring.
16489
16490 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
16491
16492 * canlock.el: Always require sha1-el.
16493 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16494
16495 * message.el: Autoload sha1 only when compiling.
16496
16497 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
16498
16499 * message.el (message-canlock-generate): Require sha1-el.
16500
16501 2004-01-13 Jesper Harder <harder@ifa.au.dk>
16502
16503 * message.el (message-expand-name): Silence the byte compiler.
16504
16505 2004-01-13 Simon Josefsson <jas@extundo.com>
16506
16507 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16508 Invoke gnus-score-mode. Reported by
16509 bojohan+news@dd.chalmers.se (Johan Bockgård).
16510
16511 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
16512 Jim Blandy <jimb@redhat.com> (tiny change).
16513
16514 2004-01-12 Jesper Harder <harder@ifa.au.dk>
16515
16516 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16517
16518 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
16519
16520 * spam.el (spam-get-article-as-string): Update to use
16521 gnus-request-article-this-buffer, much simpler.
16522 (spam-get-article-as-buffer): Remove.
16523
16524 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
16525
16526 * message.el (message-expand-name): Use EUDC if the user uses that.
16527
16528 2004-01-12 Jesper Harder <harder@ifa.au.dk>
16529
16530 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16531 character for the encoding to avoid consing a string.
16532
16533 * rfc2047.el (rfc2047-decode-string): Don't cons a string
16534 unnecessarily.
16535
16536 * mm-util.el (mm-replace-chars-in-string): Remove.
16537
16538 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16539 of mm-replace-chars-in-string.
16540
16541 2004-01-11 Jesper Harder <harder@ifa.au.dk>
16542
16543 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16544
16545 * mm-util.el (mm-subst-char-in-string): Support inplace.
16546
16547 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16548 a new string in every iteration. Use shy groups.
16549
16550 2004-01-10 Jesper Harder <harder@ifa.au.dk>
16551
16552 * gnus-srvr.el (gnus-browse-unsubscribe-group):
16553 * gnus-soup.el (gnus-soup-group-brew):
16554 * gnus-msg.el (gnus-put-message):
16555 * gnus-move.el (gnus-group-move-group-to-server):
16556 * gnus-kill.el (gnus-batch-score):
16557 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16558 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16559 (gnus-group-update-group, gnus-group-read-group)
16560 (gnus-group-make-group, gnus-group-make-help-group)
16561 (gnus-group-make-archive-group, gnus-group-make-directory-group)
16562 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16563 (gnus-group-sort-by-unread, gnus-group-catchup)
16564 (gnus-group-unsubscribe-group, gnus-group-kill-group)
16565 (gnus-group-yank-group, gnus-group-set-info)
16566 (gnus-group-list-groups):
16567 * gnus.el (gnus-generate-new-group-name):
16568 * gnus-delay.el (gnus-delay-send-queue):
16569 * nnvirtual.el (nnvirtual-catchup-group):
16570 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16571 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16572 (gnus-group-prepare-topics, gnus-topic-check-topology):
16573 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16574 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16575 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16576 (gnus-group-make-articles-read):
16577 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16578 (gnus-group-change-level, gnus-kill-newsgroup)
16579 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16580 (gnus-get-unread-articles, gnus-make-articles-unread)
16581 (gnus-make-ascending-articles-unread): Use accessor
16582 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16583 to get group information for improved readability.
16584
16585 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16586
16587 * gnus-art.el (article-decode-mime-words, article-babel)
16588 (gnus-article-highlight-signature, gnus-article-add-buttons)
16589 (gnus-signature-toggle): Use gnus-with-article-buffer.
16590
16591 * gnus-art.el (gnus-article-highlight-headers)
16592 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16593
16594 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16595 (gnus-article-set-globals, gnus-request-article-this-buffer)
16596 (gnus-button-message-id, gnus-article-maybe-hide-headers)
16597 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16598 (gnus-mime-display-alternative): Use with-current-buffer.
16599
16600 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16601
16602 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16603 also under 80 char limit, and call gnus-error if needed.
16604 (spam-fetch-article-header): Fix - it was a
16605 buffer-local variable (gnus-newsgroup-data).
16606 (spam-find-spam): Use spam-generate-fake-headers, forget about
16607 spam-insert-fake-headers.
16608 (spam-insert-fake-headers): Remove.
16609
16610 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16611
16612 * deuglify.el (gnus-article-outlook-unwrap-lines)
16613 (gnus-outlook-rearrange-article)
16614 (gnus-outlook-repair-attribution-outlook)
16615 (gnus-outlook-repair-attribution-block)
16616 (gnus-outlook-repair-attribution-other): Remove redundant
16617 save-excursion.
16618
16619 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16620
16621 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16622 (spam-fetch-field-subject-fast)
16623 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16624 (spam-fetch-article-header): Add functions to deal with Gnus
16625 internals for fast retrieval of article header data.
16626 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16627
16628 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16629
16630 * pop3.el (pop3-md5): Remove.
16631 (pop3-apop): Replace pop3-md5 with md5.
16632
16633 * mm-bodies.el: base64 is always built-in.
16634
16635 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16636 with-current-buffer.
16637
16638 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
16639
16640 * canlock.el (canlock-insert-header): Remove excessive grouping in
16641 regexp.
16642
16643 * gnus-sum.el (gnus-summary-read-document): Ditto.
16644
16645 * gnus-uu.el (gnus-uu-part-number): Ditto.
16646
16647 * html2text.el (html2text-remove-tags): Ditto.
16648 (html2text-format-tags): Ditto.
16649 (html2text-format-single-elements): Ditto.
16650
16651 * mml.el (mml-parse-1): Ditto.
16652
16653 2004-01-08 Jesper Harder <harder@ifa.au.dk>
16654
16655 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16656
16657 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16658
16659 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16660
16661 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16662
16663 2003-11-15 Simon Josefsson <jas@extundo.com>
16664
16665 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16666 (pgg-gpg-lookup-key): Use regexp match instead of
16667 split-string (split-string is different between emacs 21.2 and
16668 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
16669
16670 2004-01-08 Jesper Harder <harder@ifa.au.dk>
16671
16672 * gnus-art.el (gnus-mime-view-all-parts)
16673 (gnus-article-part-wrapper, gnus-article-view-part): Use
16674 with-current-buffer.
16675
16676 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
16677
16678 * spam.el (spam-disable-spam-split-during-ham-respool)
16679 (spam-spamoracle-database, spam-cache-lookups)
16680 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16681 (spam-group-ham-mark-p, spam-group-spam-mark-p)
16682 (spam-group-ham-marks, spam-group-spam-marks)
16683 (spam-group-spam-contents-p, spam-group-ham-contents-p)
16684 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16685 also add spam-use-blackholes to the statistical checks.
16686 (spam-fetch-field-fast): Add interface to fetching fields, may
16687 become a macro.
16688 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16689 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16690 (spam-insert-fake-headers): Fake an article when needed.
16691 (spam-find-spam): Fake article when possible.
16692 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16693 (spam-check-bogofilter-headers): Use message-fetch-field instead
16694 of nnmail-fetch-field.
16695
16696 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16697
16698 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16699
16700 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
16701
16702 * spam.el (spam-split): Do not require spam-use-CHECK to be
16703 enabled if that check is passed to spam-split explicitly; also
16704 fix so 'spam doesn't get converted to spam-split-group when
16705 spam-split-symbolic-return is t.
16706 (spam-find-spam): Find registrations of the article and use those
16707 instead of re-running spam-split to find the spam/ham
16708 classification of the article.
16709 (spam-log-processing-to-registry, spam-log-registered-p)
16710 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16711 Use gnus-error instead of gnus-message.
16712 (spam-log-registration-type): Add function to determine the
16713 classification of a message based on registry entries; will
16714 return nil if both 'spam and 'ham are found.
16715 (spam-check-BBDB): Expand all the BBDB macros here so we can have
16716 a reasonably fast local cache without the loading errors.
16717 (spam-cache-lookups): Set to t by default.
16718 (spam-find-spam): Don't try to guess spam-cache-lookups.
16719 (spam-enter-whitelist, spam-enter-blacklist): Clear the
16720 spam-caches entry.
16721 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16722 caching of whitelist/blacklist entries.
16723 (spam-check-whitelist, spam-check-blacklist): Invoke
16724 spam-from-listed-p with a type, not a cache variable.
16725 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16726
16727 2004-01-07 Jesper Harder <harder@ifa.au.dk>
16728
16729 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16730
16731 * nnmail.el (nnmail-split-fancy): do.
16732
16733 * mml.el (mml-parse): do.
16734
16735 * gnus-score.el (gnus-enter-score-words-into-hashtb)
16736 (gnus-score-adaptive): do.
16737
16738 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16739
16740 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16741 (gnus-mime-button-map): Don't set keymap parent.
16742 (gnus-button-ctan-directory-regexp): Use shy grouping.
16743 (gnus-prev-page-map): Don't set keymap parent.
16744 (gnus-prev-page-map): Remove duplicated one.
16745 (gnus-next-page-map): Don't set keymap parent.
16746 (gnus-mime-security-button-map): Ditto.
16747
16748 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16749 version number.
16750
16751 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16752
16753 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16754
16755 * canlock.el (canlock-sha1-function): Remove.
16756 (canlock-sha1-function-for-verify): Remove.
16757 (canlock-openssl-program): Remove.
16758 (canlock-openssl-args): Remove.
16759 (canlock-ignore-errors): Remove.
16760 (canlock-sha1-with-openssl): Remove.
16761 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16762 (canlock-verify): Don't use canlock-ignore-errors.
16763
16764 * sha1-el.el (sha1-string-external): Make it can return a string
16765 in binary form.
16766 (sha1-region-external): Ditto.
16767 (sha1-string-internal): Ditto.
16768 (sha1-region-internal): Ditto.
16769 (sha1-region): Ditto.
16770 (sha1-string): Ditto.
16771 (sha1): Ditto.
16772
16773 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16774
16775 * spam.el (spam-report-articles-gmane): New command.
16776
16777 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16778
16779 * gnus.el: Don't make unnecessary *Group* buffer when loading.
16780
16781 * run-at-time.el (run-at-time-saved): Remove.
16782 (run-at-time): Doc fix.
16783
16784 2004-01-07 Jesper Harder <harder@ifa.au.dk>
16785
16786 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16787 (gnus-summary-limit-map): Add it.
16788 (gnus-summary-make-menu-bar): do.
16789
16790 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
16791
16792 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16793 Make attempt at some caching support (done for BBDB only now).
16794 (spam-find-spam): Set spam-cache-lookups if there are more than 2
16795 addresses to be checked.
16796 (spam-clear-cache-BBDB): Add function, to be invoked by
16797 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16798 (spam-check-BBDB): Check and use the caches, if
16799 spam-cache-lookups is on, remove superfluous (provide).
16800
16801 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
16802
16803 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16804
16805 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
16806
16807 * run-at-time.el (run-at-time-saved): Move to after the definition
16808 of `run-at-time'.
16809
16810 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16811
16812 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16813 mm-w3m-local-map-property.
16814
16815 * mm-view.el (mm-w3m-mode-map): Remove.
16816 (mm-w3m-local-map-property): Remove.
16817 (mm-inline-text-html-render-with-w3m): Don't use
16818 mm-w3m-local-map-property.
16819
16820 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16821
16822 * run-at-time.el: New file.
16823
16824 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16825 of gnus-set-text-properties.
16826
16827 * gnus-uu.el (gnus-uu-save-article): Ditto.
16828
16829 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16830
16831 * gnus-cite.el (gnus-cite-parse): Ditto.
16832
16833 * gnus-art.el (gnus-button-push): Use set-text-properties instead
16834 of gnus-.
16835
16836 * gnus.el: Changed calls to nnheader-run-at-time and
16837 password-run-at-time throughout to use run-at-time directly.
16838
16839 * password.el: Removed definition of run-at-time.
16840
16841 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
16842
16843 * mml.el (mml-minibuffer-read-disposition): Show attachment type
16844 in prompt.
16845
16846 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
16847
16848 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16849 XEmacs version.
16850
16851 * dns.el (dns-make-network-process): Use `open-network-stream'
16852 instead of `gnus-xmas-open-network-stream'.
16853
16854 * .cvsignore: Add auto-autoloads.el, custom-load.el.
16855
16856 2004-01-06 Jesper Harder <harder@ifa.au.dk>
16857
16858 * gnus-art.el (gnus-mime-display-alternative)
16859 (gnus-insert-mime-button, gnus-insert-mime-security-button)
16860 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16861 Don't use gnus-local-map-property.
16862
16863 * gnus-util.el (gnus-local-map-property): Remove.
16864
16865 * mm-view.el (mm-view-pkcs7-decrypt): Replace
16866 gnus-completing-read-maybe-default with completing-read.
16867
16868 * gnus-util.el (gnus-completing-read): do.
16869 (gnus-completing-read-maybe-default): Remove.
16870
16871 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
16872
16873 * password.el: Only autoload `run-at-time' if not XEmacs.
16874 Only autoload the itimer functions if XEmacs.
16875
16876 2004-01-06 Jesper Harder <harder@ifa.au.dk>
16877
16878 * gnus-art.el (gnus-read-string): Remove.
16879 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16880 read-string.
16881
16882 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
16883
16884 * netrc.el: Autoload password-read.
16885 (netrc): Add configuration group.
16886 (netrc-encoding-method, netrc-openssl-path): Add
16887 variables for encoding and decoding of files with symmetric
16888 ciphers.
16889 (netrc-encode): Add assistant function to encode a file with
16890 netrc-encoding-method.
16891 (netrc-parse): Add interactive parameter, added optional
16892 decoding if netrc-encoding-method is non-nil but otherwise
16893 behavior is standard.
16894 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16895 Do s/encode/encrypt/ everywhere.
16896
16897 * spam.el: Remove executable-find autoload.
16898
16899 2004-01-05 Jesper Harder <harder@ifa.au.dk>
16900
16901 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16902
16903 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16904
16905 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16906
16907 * gnus-art.el (gnus-treat-ansi-sequences)
16908 (article-treat-ansi-sequences): New variable and function.
16909 Suggested by Dan Jacobson <jidanni@jidanni.org>.
16910
16911 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16912 Use it.
16913
16914 2004-01-05 Jesper Harder <harder@ifa.au.dk>
16915
16916 * mm-util.el (mm-quote-arg): Remove.
16917
16918 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16919 shell-quote-argument.
16920
16921 * gnus-uu.el (gnus-uu-command): do.
16922
16923 * gnus-sum.el (gnus-summary-insert-pseudos): do.
16924
16925 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16926 with make-char.
16927
16928 * mm-util.el (mm-make-char): Remove.
16929
16930 * mml.el (mml-mode): Replace gnus-add-minor-mode with
16931 add-minor-mode.
16932
16933 * gnus-undo.el (gnus-undo-mode): do.
16934
16935 * gnus-topic.el (gnus-topic-mode): do.
16936
16937 * gnus-sum.el (gnus-dead-summary-mode): do.
16938
16939 * gnus-start.el (gnus-slave-mode): do.
16940
16941 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16942
16943 * gnus-ml.el (gnus-mailing-list-mode): do.
16944
16945 * gnus-gl.el (gnus-grouplens-mode): do.
16946
16947 * gnus-draft.el (gnus-draft-mode): do.
16948
16949 * gnus-dired.el (gnus-dired-mode): do.
16950
16951 * gnus-ems.el (gnus-add-minor-mode): Remove.
16952
16953 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16954 Replace gnus-char-width with char-width.
16955
16956 * gnus-ems.el (gnus-char-width): Remove.
16957
16958 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16959 Replace gnus-char-width with char-width.
16960
16961 * gnus-ems.el (gnus-char-width): Remove.
16962
16963 * spam-stat.el (with-syntax-table): Remove with-syntax-table
16964 definition.
16965 Remove Emacs 20 hash table compatibility code.
16966
16967 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16968 20 compatibility code.
16969
16970 * spam.el (spam-point-at-eol): Replace with point-at-eol.
16971
16972 * smime.el (smime-point-at-eol): Replace with point-at-eol.
16973
16974 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16975 with point-at-{eol,bol}.
16976
16977 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16978
16979 * imap.el (imap-point-at-eol): Replace with point-at-eol.
16980
16981 * flow-fill.el (fill-flowed-point-at-bol)
16982 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16983
16984 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16985 Replace with point-at-{eol,bol} throughout all files.
16986
16987 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
16988
16989 * ntlm.el (ntlm-string-as-unibyte): New macro.
16990 (ntlm-build-auth-response): Use it.
16991
16992 Remove Emacs 20 stuff:
16993 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16994 of delq and copy-sequence.
16995 * gnus-art.el (popup-menu): Remove the compiler macro.
16996 * nnmail.el (nnmail-split-fancy): Don't support customizing with
16997 Emacs 20.
16998
16999 2004-01-05 Simon Josefsson <jas@extundo.com>
17000
17001 * ntlm.el: Fix namespace. Change smb-passwd-hash into
17002 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17003 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17004 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17005 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17006 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17007 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17008 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17009 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17010 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17011 ntlm-string-permute, string-lshift into ntlm-string-lshift,
17012 string-xor into ntlm-string-xor. Suggested by
17013 Jesper Harder <harder@myrealbox.com>.
17014
17015 * ntlm.el: Don't include poem.
17016
17017 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
17018 Jesper Harder <harder@myrealbox.com>.
17019
17020 * sasl-ntlm.el, ntlm.el, md4.el: New files.
17021
17022 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
17023 probably breaks emacs with DL patch, but do we care? Is anyone
17024 still using the DL stuff?)
17025
17026 * sieve-manage.el: Use the password package.
17027 (sieve-manage-read-passwd): Remove.
17028 (sieve-manage-interactive-login): Use password. Re-add
17029 condition-case around loop.
17030
17031 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17032 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17033 the password package.
17034
17035 2003-02-19 Simon Josefsson <jas@extundo.com>
17036
17037 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17038 token.
17039
17040 2002-08-07 Simon Josefsson <jas@extundo.com>
17041
17042 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17043 (sieve-manage-authenticators):
17044 (sieve-manage-authenticator-alist): Add some SASL mechs.
17045 (sieve-sasl-auth): New function.
17046 (sieve-manage-cram-md5-auth):
17047 (sieve-manage-plain-auth): Rewrite using SASL library.
17048 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17049 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17050 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17051 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17052
17053 2004-01-05 Simon Josefsson <jas@extundo.com>
17054
17055 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17056 New files.
17057
17058 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17059
17060 * gnus-group.el (gnus-no-groups-message): Update.
17061
17062 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17063
17064 2003-11-09 Simon Josefsson <jas@extundo.com>
17065
17066 * imap.el: Support for ID IMAP extension (RFC 2971).
17067 (imap-local-variables): Add imap-id.
17068 (imap-id): New variable.
17069 (imap-id): New function.
17070 (imap-parse-response): Parse untagged ID response.
17071 * nnimap.el (nnimap-id): New variable.
17072 (nnimap-open-connection): Use it.
17073
17074 2003-12-28 Simon Josefsson <jas@extundo.com>
17075
17076 * gnus-score.el (gnus-score-edit-all-score): New.
17077 * gnus-group.el (gnus-group-score-map): Bind it to W e.
17078
17079 2004-01-04 Simon Josefsson <jas@extundo.com>
17080
17081 * password.el: Add.
17082
17083 2004-01-04 Mario Lang <lang@zid.tugraz.at>
17084
17085 * dns.el (dns-query-types): Fix typo.
17086 (dns-query-types): New function.
17087 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
17088 PTR and SOA replies, see RFC 1035.
17089
17090 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17091
17092 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17093
17094 * Moved to Changelog.2.
17095
17096 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17097
17098 * gnus.el (gnus-version-number): Bump version.
17099
17100 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17101
17102 * gnus.el: No Gnus v0.1 is released.
17103
17104 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17105
17106 * gnus.el: No Gnus v0.0 is released.
17107
17108 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17109
17110 * gnus.el (gnus-version-number): Bump.
17111 (gnus-version): No.
17112
17113 See ChangeLog.2 for earlier changes.
17114
17115 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
17116
17117 This file is part of GNU Emacs.
17118
17119 GNU Emacs is free software: you can redistribute it and/or modify
17120 it under the terms of the GNU General Public License as published by
17121 the Free Software Foundation, either version 3 of the License, or
17122 (at your option) any later version.
17123
17124 GNU Emacs is distributed in the hope that it will be useful,
17125 but WITHOUT ANY WARRANTY; without even the implied warranty of
17126 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17127 GNU General Public License for more details.
17128
17129 You should have received a copy of the GNU General Public License
17130 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17131
17132 ;; Local Variables:
17133 ;; coding: utf-8
17134 ;; fill-column: 79
17135 ;; add-log-time-zone-rule: t
17136 ;; End: