]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
shr.el (shr-insert): Remove space inserted before or after a breakable character...
[gnu-emacs] / lisp / gnus / ChangeLog
1 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * shr.el (shr-generic): Remove trailing space.
4 (shr-insert): Remove space inserted before or after a breakable
5 character or at the beginning or the end of a line.
6 (shr-find-fill-point): Do kinsoku; find the second best point or give
7 it up if there's no breakable point.
8
9 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10
11 * nnimap.el (nnimap-open-connection): Message when opening connection
12 for debugging purposes.
13
14 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
15 on every setup buffer call to allow this to change from article to
16 article.
17
18 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
19 buffers where we have a wide table.
20
21 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
22
23 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
24 uses *-request-thread.
25
26 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
27
28 * nnimap.el (nnimap-open-connection): Remove %s from openssl
29 incantation, which is no longer valid.
30
31 2010-10-14 Julien Danjou <julien@danjou.info>
32
33 * shr.el: Fix defcustom type (char -> character).
34
35 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
36
37 * nnimap.el (nnimap-open-connection): tls-program should be a list of
38 programs.
39
40 2010-10-14 Julien Danjou <julien@danjou.info>
41
42 * shr.el (shr-tag-a): Use url-link as widget type.
43
44 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
45 `gnus-group-get-icon'.
46
47 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
48
49 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
50 This should make server editing work better.
51
52 * shr.el (shr-find-fill-point): Don't inloop on indented text.
53
54 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
55 (nnimap-parse-flags): Fix regexp.
56
57 * shr.el (shr-find-fill-point): Use a filling algorithm that should
58 probably work for CJVK text, too.
59
60 * nnimap.el (nnimap-extend-tls-programs): Removed.
61 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
62
63 2010-10-13 Julien Danjou <julien@danjou.info>
64
65 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
66 responses.
67
68 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
69
70 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
71
72 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
73 anything in Emacs.
74
75 * shr.el (shr-current-column): Remove buggy and unnecessary function.
76
77 2010-10-13 Julien Danjou <julien@danjou.info>
78
79 * shr.el (shr-width): Make shr-width a defcustom with default to
80 fill-column.
81 (shr-tag-img): Use shr-width rather than fill-column.
82
83 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
84
85 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
86
87 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
88 position when (X-)Faces exist.
89 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
90 avatars when called interactively.
91
92 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
93
94 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
95 gnus-article-x-face-too-ugly is bound.
96
97 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
98
99 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
100
101 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
102 mailbox that doesn't exist.
103
104 2010-10-12 Julien Danjou <julien@danjou.info>
105
106 * shr.el (shr-tag-img): Encode URL properly when retrieving.
107 (shr-get-image-data): Encode URL properly when fetching from cache.
108 (shr-tag-img): Use aligned-to spaces to align correctly images.
109
110 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
111 before inserting the Gravatar.
112
113 * shr.el (shr-tag-img): Add align attribute support for <img>.
114
115 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
116
117 * gnus-gravatar.el (gnus-art): Required.
118
119 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
120 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
121 Remove long obsoleted functions.
122
123 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
124
125 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
126
127 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
128 gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
129 mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el,
130 mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el,
131 nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el,
132 rfc1843.el, sieve-manage.el, smime.el, spam.el:
133 Fix comment for declare-function.
134
135 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
136
137 * nnimap.el (nnimap-request-rename-group): Select group read-only
138 before renaming it.
139
140 * shr.el (shr-insert): Fix up the white space only regexp.
141
142 * nnimap.el (nnimap-transform-split-mail): Not all articles have
143 bodies. Protect against this. Reported by Michael Welsh Duggan.
144
145 * shr.el (shr-current-column): New function.
146 (shr-find-fill-point): New function.
147
148 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
149
150 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
151 numbers.
152
153 2010-10-11 Julien Danjou <julien@danjou.info>
154
155 * shr.el (shr-hr-line): Add.
156 (shr-tag-hr): Use shr-hr-line to specify which character to use to
157 display hr lines.
158 (shr-max-columns): Do not change state to nil if we just inserting
159 spaces.
160
161 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
162
163 * gnus-topic.el (gnus-topic-read-group): If after the last group,
164 select the last group.
165
166 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
167
168 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
169
170 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
171
172 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
173 for Gnus.
174 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
175 (nnimap-update-qresync-info): Mark \Seen articles as read.
176
177 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
178 non-variable, too.
179
180 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
181 available.
182 (nnimap-update-info): Rely more on the current active than the param
183 active to avoid marking articles as read too much.
184
185 * auth-source.el (auth-source-create): Use (user-login-name) for the
186 user name default.
187
188 * nnimap.el (nnimap-update-info): If the server doesn't return any
189 useful info, just use the previous info.
190 (nnimap-update-info): Prefer old info over start-article.
191 (nnimap-update-qresync-info): Finish implementing QRESYNC.
192
193 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
194
195 * nnir.el (autoload): Clean up autoloads.
196 (nnir-imap-default-search-key): Renamed from
197 nnir-imap-search-field. Use key rather than value.
198 (nnir-imap-search-other): New variable.
199 (nnir-read-parm): Use it.
200 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
201 (gnus-summary-nnir-goto-thread): Modify to work with imap.
202
203 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
206 the process, too.
207
208 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
209
210 * spam.el (gnus-summary-mode-map): Bind to "$". Suggested by Russ
211 Allbery.
212
213 * shr.el: Rework the way things are indented by <li> slightly.
214
215 * gnus.el (gnus-group-set-parameter): Fix typo.
216
217 * nnimap.el: Start implementing QRESYNC support.
218
219 2010-10-09 Julien Danjou <julien@danjou.info>
220
221 * nnir.el (nnir-engines): Fix too many arguments.
222
223 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
224
225 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
226 group is the "last", so that the backends like nnfolder actually save
227 their folders.
228
229 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
230 try to use that for the tls stream.
231 (nnimap-retrieve-group-data-early): Rework the marks code to heed
232 UIDVALIDITY and find out which groups are read-only and not.
233 (nnimap-get-flags): Use the same marks parsing code as the rest of
234 nnimap.
235
236 2010-10-09 Julien Danjou <julien@danjou.info>
237
238 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
239
240 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
241 retrieving gravatars.
242
243 * shr.el (shr-table-corner): Add.
244 (shr-table-line): Add.
245 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
246
247 2010-10-08 Julien Danjou <julien@danjou.info>
248
249 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
250
251 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
252
253 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
254
255 * gnus-sum.el (gnus-mark-article-as-unread)
256 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
257 (gnus-summary-set-bookmark): Use it.
258
259 * gnus-msg.el (gnus-setup-message): Use it.
260
261 * gnus-demon.el (gnus-demon-remove-handler): Use it.
262
263 * gnus.el (gnus-group-remove-parameter): Use it.
264
265 * gnus-group.el (gnus-group-make-web-group): Use it.
266
267 * gnus-demon.el (gnus-demon-remove-handler): Use it.
268
269 * nnregistry.el: Update docs to mention manual.
270
271 * gnus-registry.el: Update docs to mention nnregistry.el.
272 (gnus-registry-initialize): Don't install nnregistry refer method
273 automatically.
274 (gnus-registry-install-nnregistry): Remove it.
275
276 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
277
278 * shr.el (shr-insert): Don't insert double spaces.
279
280 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
281
282 * gnus-gravatar.el (gnus-treat-from-gravatar)
283 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
284 called interactively.
285
286 * gnus-art.el (gnus-mime-view-part-externally)
287 (gnus-mime-view-part-internally): Make predicate function passed to
288 gnus-mime-view-part-as-type assume argument is a mime type, not a list
289 of a mime type.
290
291 * shr.el (shr-table-widths): Don't use cl function `reduce'.
292
293 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
294
295 * shr.el (require): Require cl when compiling.
296 (shr-tag-hr): New function.
297
298 * nnimap.el (nnimap-update-info): Remove double setting of high.
299 (nnimap-update-info): Don't ignore groups that have no UIDNEXT. This
300 makes nnimap work properly on Courier again.
301
302 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
303 the variable for backwards compatability.
304
305 * mm-decode.el (mm-save-part): If given a non-directory result, expand
306 the file name before using to avoid setting mm-default-directory to
307 nil.
308
309 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
310 bidning gnus-agent variables.
311
312 * shr.el (shr-render-td): Use a cache for the table rendering function
313 to avoid getting an exponential rendering behaviour in nested tables.
314 (shr-insert): Rework the line-breaking algorithm.
315 (shr-insert): Don't leave trailing spaces.
316 (shr-insert-table): Also insert empty TDs.
317 (shr-tag-blockquote): Ensure paragraphs after </ul>.
318
319 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * gnus-sum.el (gnus-number): Rename from `number'.
322 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
323 (gnus-summary-limit-children): Update uses correspondingly.
324
325 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
326
327 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
328 (gnus-gravatar-transform-address): Don't show avatars of people of
329 which mail addresses match gnus-gravatar-too-ugly.
330
331 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
332
333 * shr.el (shr-table-widths): Expand TD elements to fill available
334 space.
335
336 2010-10-07 Julien Danjou <julien@danjou.info>
337
338 * nnimap.el (nnimap-request-rename-group): Add this method.
339
340 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
341
342 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
343 name from XEmacs' function-arglist.
344
345 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
346 gravatar under XEmacs.
347
348 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
349
350 * auth-source.el: Update docs with TODO items.
351
352 * gnus-sync.el: Update docs to explain state and plans.
353
354 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
355 Hooks for mark updates.
356 (gnus-request-set-mark, gnus-request-update-mark): Use them.
357
358 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
359 hooks with arguments, which is needed for mark update hooks.
360
361 2010-10-06 Julien Danjou <julien@danjou.info>
362
363 * gnus.el (gnus-expand-group-parameter): Only return and act on what
364 was matched.
365
366 * sieve-manage.el: Update example in `Commentary'.
367
368 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
369
370 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
371 not 2000.
372 (sieve-manage-authenticate): Re-add function.
373
374 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
375
376 * shr.el (shr-insert): Get 'space transition right.
377 (shr-render-td): Only delete space at the end of the TD.
378
379 * nnimap.el (nnimap-open-connection): Prepare to support
380 open-gnutls-stream.
381
382 * shr.el: Rearrange function order to be more logical.
383
384 2010-10-06 Julien Danjou <julien@danjou.info>
385
386 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
387 (nnrss-discover-feed): Remove 404 URL in docstring.
388
389 * nnir.el: Fix Swish-E URL.
390 Fix Namazu URL.
391
392 * message.el (message-change-subject): Remove 404 URL in a comment.
393
394 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
395
396 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
397 called interactively.
398
399 * gnus-util.el (gnus-remove-if): Allow hash table.
400 (gnus-remove-if-not): New function.
401
402 * gnus-art.el (gnus-mime-view-part-as-type)
403 * gnus-score.el (gnus-summary-score-effect)
404 * gnus-sum.el (gnus-read-move-group-name):
405 Replace remove-if-not with gnus-remove-if-not.
406
407 * gnus-group.el (gnus-group-completing-read):
408 Regard collection as a hash table if it is not a list.
409
410 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
411
412 * shr.el (shr-render-td): Allow blank/missing <TD>s.
413
414 * shr.el: Document the table-rendering algorithm.
415
416 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
417 invalid URLs.
418
419 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
420 line-broken.
421 (shr-tag-img): Ignore image fetching errors.
422 (shr-overlays-in-region): Compute overlay positions correctly.
423
424 * mm-decode.el (mm-shr): Require shr.
425
426 * gnus-art.el (gnus-blocked-images): Move variable here.
427
428 * shr.el (shr-insert-table): Bind free variable.
429
430 * mm-decode.el (mm-shr): Bind shr-content-function.
431
432 * shr.el (shr-content-function): New variable.
433
434 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
435 added for symmetry.
436
437 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
438
439 * gnus-group.el (gnus-group-make-group): Doc fix.
440
441 * nnimap.el (nnimap-request-newgroups): Return success.
442
443 * shr.el (shr-find-elements): New function.
444 (shr-tag-table): Put all the images after the table.
445 (shr-tag-table): Really inhibit images inside the table.
446 (shr-collect-overlays): Copy over overlays from the TD elements to the
447 main document.
448
449 * mm-decode.el (mm-shr): Bind shr-blocked-images to
450 gnus-blocked-images.
451
452 2010-10-05 Julien Danjou <julien@danjou.info>
453
454 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
455
456 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
457 (gnus-html-maximum-image-size): Add this function.
458 (gnus-html-put-image): Use gnus-html-maximum-image-size.
459
460 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
461 server-value of the capability is nil.
462
463 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
464
465 * shr.el (shr-tag-em): Add <EM> tag.
466
467 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
468
469 * sieve-manage.el (sieve-manage-default-stream): Make default stream
470 customizable.
471
472 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
473 handing broken links to browse-url.
474
475 2010-10-05 Julien Danjou <julien@danjou.info>
476
477 * gnus-util.el (gnus-emacs-completing-read)
478 (gnus-iswitchb-completing-read): Use autoload rather than require.
479
480 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
481
482 * gnus-util.el (gnus-completing-read-function): Exclude
483 gnus-icompleting-read and gnus-ido-completing-read from candidates for
484 XEmacs since iswitchb.el is very old and ido.el is unavailable in
485 XEmacs.
486
487 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
488 not to use `delete-dups' that is unavailable in XEmacs 21.4.
489
490 * gnus-html.el: Don't require help-fns under XEmacs.
491 (gnus-html-schedule-image-fetching): Work for XEmacs.
492
493 * mm-decode.el (mm-shr): Decode contents by charset.
494
495 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
496
497 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
498 unknown.
499
500 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
501 (shr-get-image-data): Ensure against the cache file missing.
502
503 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
504 for data.
505
506 * spam-report.el (spam-report-url-ping-plain): Don't query about
507 killing the process.
508
509 * shr.el (shr-render-td): Protect against too-wide text.
510
511 2010-10-04 Julien Danjou <julien@danjou.info>
512
513 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
514 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
515
516 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
517 retrieved.
518
519 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
520
521 * shr.el (browse-url): Required.
522 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
523 lines.
524 (shr-show-alt-text, shr-browse-image): New commands.
525 (shr-browse-url, shr-copy-url): New commands.
526
527 * gnus-sum.el (gnus-widen-article-window): New variable.
528 (gnus-summary-select-article-buffer): Use it.
529
530 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
531 without @ signs.
532
533 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
534
535 * nnir.el (nnir-run-imap): Remove spurious space in search string.
536
537 2010-10-04 Julien Danjou <julien@danjou.info>
538
539 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
540 for XEmacs.
541
542 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
543
544 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
545
546 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
547 (nnimap-close-server): Implement.
548
549 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
550 (shr-insert): Tweak line breaking.
551 (shr-insert): Handle <pre> better.
552 (shr-tag-li): Get <li> indentation right.
553 (shr-tag-li): Get <li> indentation even righter.
554 (shr-tag-blockquote): Ensure paragraph start.
555 (shr-make-table): Tweak table generation.
556 (shr-make-table): Fix typo.
557
558 * shr.el: Implement table rendering.
559
560 2010-10-04 Julien Danjou <julien@danjou.info>
561
562 * gnus-html.el (gnus-html-put-image): Fix resize image code.
563
564 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
565
566 * shr.el (shr-insert): Use string anchors instead of line anchors.
567
568 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
569
570 * shr.el: Add headings.
571 (shr-ensure-paragraph): Actually work.
572 (shr-tag-li): Make <ul> prettier.
573 (shr-insert): Get white space at the beginning/end of elements right.
574 (shr-tag-p): Collapse subsequent <p>s.
575 (shr-ensure-paragraph): Don't insert double line feeds after blank
576 lines.
577 (shr-insert): \t is also space.
578 (shr-tag-s): Fix "s" tag name function.
579 (shr-tag-s): Fix face prop name.
580
581 2010-10-03 Julien Danjou <julien@danjou.info>
582
583 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
584
585 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
586 gnus-window-inside-pixel-edges.
587
588 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
589 gnus-ems.
590
591 * mm-view.el (mm-inline-image-emacs): Support image resizing.
592
593 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
594 function.
595
596 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
597 resize choice.
598
599 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
600
601 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
602 beginning of the buffer.
603
604 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
605 article buffer again.
606
607 * shr.el (shr-tag-p): Don't insert newlines at the start of the
608 buffer.
609
610 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
611 when it's at the start of the buffer.
612
613 * shr.el (shr-tag-blockquote): Convert name.
614 (shr-rescale-image): Use the right image-size variant.
615
616 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
617 buffer isn't shown, then select the current article first instead of
618 bugging out.
619 (gnus-summary-select-article-buffer): Show both the article and summary
620 buffers again.
621
622 * shr.el (shr-fontize-cont): Protect against regions with no text.
623 Rename tag functions to shr-tag-* for enhanced security.
624 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
625
626 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
627
628 * shr.el (shr-insert):
629 * pop3.el (pop3-movemail):
630 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
631 loaded.
632
633 2010-10-03 Glenn Morris <rgm@gnu.org>
634
635 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
636
637 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
638
639 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
640
641 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
642
643 * gnus-util.el (gnus-make-local-hook): Simplify.
644
645 2010-10-02 Julien Danjou <julien@danjou.info>
646
647 * gnus-util.el (gnus-iswitchb-completing-read): New function.
648 (gnus-ido-completing-read): New function.
649 (gnus-emacs-completing-read): New function.
650 (gnus-completing-read): Use gnus-completing-read-function.
651 Add gnus-completing-read-function.
652
653 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
654
655 * shr.el (shr-insert-document): Autoload.
656 (shr-img): Be silent.
657 (shr-insert): Add a newline after every picture before text.
658 (shr-add-font): Use overlays for combining faces.
659 (shr-insert): Pass upwards the text start point.
660
661 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
662 possible.
663 (mm-shr): New function.
664
665 2010-10-02 Julien Danjou <julien@danjou.info>
666
667 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
668 should go backward.
669
670 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
671
672 * shr.el (shr): Fix typo in provide call.
673
674 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
675
676 * shr.el: New file.
677
678 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
679
680 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
681 completing read.
682
683 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
684
685 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
686 we're being queried about. Suggested by Dan Jacobson.
687
688 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts. Suggested
689 by Jason Eisner.
690
691 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
692 table, too. Suggested by Stefan Wiens.
693 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
694 the table unnecessary. Suggested by Stefan Wiens.
695
696 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
697 longer needed, and probably doesn't work either, as pointed out by
698 Stefan Wiens.
699 (gnus-summary-exit): Remove call to the clearing function.
700 (gnus-summary-exit-no-update): Ditto.
701
702 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
703 instead of gnus-eval-in-buffer-window to avoid popping up frames.
704 Reported by Stefan Monnier.
705 (gnus-summary-save-in-rmail): Ditto.
706
707 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
708 article buffer, instead of both the article buffer and the summary
709 buffer. Sort of suggested by Dan Jacobson.
710
711 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
712
713 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
714 Suggested by Dan Jacobson.
715
716 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
717 documentation clearer.
718
719 * message.el (message-shorten-references): Comment on the number "21".
720 Suggested by Stefan Monnier.
721
722 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
723 Suggested by Dan Jacobson.
724
725 * gnus.el (gnus-large-newsgroup): Mention
726 gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
727
728 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
729 externalize attachments. Bug reported by Steve Wen.
730
731 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
732 really message anything to the user.
733
734 * nnmail.el (nnmail-article-group): Allow using the fancy split method
735 directly.
736
737 * nnimap.el (nnimap-request-group): Low higher than high to signal no
738 messages in empty groups.
739
740 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
741
742 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
743 non-UIDNEXT group.
744
745 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
746
747 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
748 not the value from the collection.
749
750 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
751 values. This sometimes happens on some groups that have no info.
752 (nnimap-request-newgroups): New function.
753
754 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
755
756 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
757 check into `gnus-registry-initialize'.
758 (gnus-registry-initialize): Ditto.
759 Fix and extend header docs.
760
761 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
762
763 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
764 regexp backtrace overflows.
765
766 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
767 for starttls that tls.el implements; i.e. openssl.
768
769 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
770
771 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
772 (gravatar-create-image): New function that's an alias to
773 gnus-xmas-create-image, gnus-create-image, or create-image.
774 (gravatar-data->image): Use it.
775
776 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
777
778 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
779 install the nnregistry refer method.
780 (gnus-registry-install-hooks): Use it.
781 (gnus-registry-unfollowed-groups): Add nnmairix to the default
782 unfollowed groups.
783
784 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
785
786 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
787 expanding threads.
788
789 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
790
791 * nnir.el: Use the server names without suffixes (bug #7009).
792
793 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
794 unencrypted to STARTTLS, if possible.
795
796 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
797
798 * message.el (message-ignored-supersedes-headers): Strip Injection-*
799 headers before superseding.
800
801 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
802
803 * nnrss.el (nnrss-use-local): Add documentation.
804
805 * nnimap.el (nnimap-extend-tls-programs): New function.
806 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
807 (nnimap-wait-for-connection): Accept the greeting from the stupid
808 output from openssl s_client -starttls, too.
809
810 * nnimap.el (nnimap-find-article-by-message-id): Really return the
811 article number.
812 (nnimap-split-fancy): New variable.
813 (nnimap-split-incoming-mail): Use it.
814
815 * nntp.el (nntp-server-list-active-group): Document.
816
817 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
818 SELECT to get the message-id.
819
820 * mail-source.el (mail-sources): Removed webmail support.
821 (defvar): Ditto.
822 (mail-source-fetcher-alist): Ditto.
823 (mail-source-fetch-webmail): Removed.
824
825 * webmail.el: Removed -- doesn't seem relevant any more.
826
827 * gnus.el: Fix up make-obsolete-variable declarations throughout.
828
829 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
830 the \r.
831
832 2010-09-30 Julien Danjou <julien@danjou.info>
833
834 * gnus-agent.el (gnus-agent-add-group): Fix call to
835 gnus-completing-read.
836
837 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
838
839 * nndoc.el (nndoc-retrieve-groups): New function.
840
841 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
842 `default', use nnmail-split-methods.
843 (nnimap-request-article): Downcase the NILs so that they are nil.
844
845 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
846 symbol.
847
848 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
849 code, since if the user has requested network, that's what they ought
850 to get.
851 (nnimap-request-set-mark): Erase the buffer before issuing commands.
852 (nnimap-split-rule): Mark as obsolete.
853
854 * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
855 variable.
856
857 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
858 correct slot, too.
859
860 2010-09-29 Julien Danjou <julien@danjou.info>
861
862 * gnus.el (gnus-local-domain): Declare variable obsolete.
863
864 * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
865 computing.
866 (gnus-ido-completing-read): Require ido.
867
868 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
869
870 * gnus-registry.el: Don't prompt on load, which makes it impossible to
871 build Gnus.
872
873 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
874 when interpreting the structures.
875 (nnimap-request-accept-article): Add \r\n to the lines to make this
876 work with Cyrus.
877
878 * nndraft.el (nndraft-request-expire-articles): Use the group name
879 instead if "nndraft". Fix found by Nils Ackermann.
880
881 2010-09-29 Ludovic Courtes <ludo@gnu.org>
882
883 * nnregistry.el: Added.
884
885 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * nnmail.el (group, group-art-list, group-art):
888 Remove unneeded directives.
889
890 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
891
892 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
893 (mm-mime-charset)
894 * rfc2047.el (rfc2047-syntax-table)
895 * utf7.el (utf7-utf-16-coding-system): Comment fix.
896
897 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
898 rather than `insert-file-contents' and `eval-region'.
899
900 2010-09-29 Julien Danjou <julien@danjou.info>
901
902 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
903 replacement of `gnus-gravatar-relief' to mimic
904 `gnus-faces-properties-alist'.
905 Add :version property.
906
907 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
908
909 * mail-source.el (mail-source-report-new-mail)
910 * message.el (message-default-mail-headers)
911 * mm-decode.el (mm-valid-image-format-p): Comment fix.
912
913 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
914
915 2010-09-28 Julien Danjou <julien@danjou.info>
916
917 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
918 mail-address contains the same string as real-name.
919
920 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
921 non-blank in header, otherwise it'll get stripped.
922
923 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
924 real-name, and then for mail address rather than doing : or , search.
925
926 2010-09-27 Julien Danjou <julien@danjou.info>
927
928 * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
929 (gnus-server-goto-server): Use gnus-completing-read.
930
931 * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
932
933 * mm-util.el (defalias): Use gnus-completing-read.
934 (mm-codepage-setup): Use gnus-completing-read.
935
936 * smime.el (smime-sign-buffer): Use gnus-completing-read.
937 (smime-decrypt-buffer): Use gnus-completing-read.
938
939 * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
940
941 * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
942 (mml-minibuffer-read-disposition): Use gnus-completing-read.
943 (mml-insert-multipart): Use gnus-completing-read.
944
945 * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
946
947 * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
948
949 * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
950
951 * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
952
953 * gnus.el (gnus-read-method): Use gnus-completing-read.
954
955 * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
956
957 * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
958 (gnus-mime-action-on-part): Use gnus-completing-read.
959 (gnus-article-encrypt-body): Use gnus-completing-read.
960
961 * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
962 (gnus-topic-move-matching): Use gnus-completing-read.
963 (gnus-topic-copy-matching): Use gnus-completing-read.
964 (gnus-topic-sort-topics): Use gnus-completing-read.
965 (gnus-topic-move): Use gnus-completing-read.
966
967 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
968 (gnus-agent-add-group): Use gnus-completing-read.
969
970 * nnmairix.el (nnmairix-create-server-and-default-group): Use
971 gnus-completing-read.
972 (nnmairix-update-groups): Use gnus-completing-read.
973 (nnmairix-get-server): Use gnus-completing-read.
974 (nnmairix-backend-to-server): Use gnus-completing-read.
975 (nnmairix-goto-original-article): Use gnus-completing-read.
976 (nnmairix-get-group-from-file-path): Use gnus-completing-read.
977
978 * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
979
980 * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
981 (gnus-group-make-useful-group): Use gnus-completing-read.
982 (gnus-group-make-web-group): Use gnus-completing-read.
983 (gnus-group-add-to-virtual): Use gnus-completing-read.
984 (gnus-group-browse-foreign-server): Use gnus-completing-read.
985
986 * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
987 (gnus-summary-limit-to-extra): Use gnus-completing-read.
988 (gnus-summary-execute-command): Use gnus-completing-read.
989 (gnus-summary-respool-article): Use gnus-completing-read.
990 (gnus-read-move-group-name): Use gnus-completing-read.
991
992 * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
993 (gnus-summary-score-effect): Use gnus-completing-read.
994
995 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
996
997 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
998 right completing-read function.
999 (gnus-use-ido): New variable
1000 (gnus-completing-read-with-default): Remove.
1001
1002 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1003
1004 * nnimap.el (auth-source-forget-user-or-password)
1005 (auth-source-user-or-password): Autoload.
1006
1007 * message.el (message-from-style, message-interactive)
1008 (message-signature): Remove comment.
1009 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
1010 always.
1011 (message-sendmail-envelope-from): Comment fix.
1012 (message-yank-prefix): Default to mail-yank-prefix always.
1013 (message-indentation-spaces): Default to mail-indentation-spaces always.
1014 (message-signature-file): Default to mail-signature-file always.
1015
1016 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1017
1018 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1019 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1020 new articles.
1021
1022 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1023 parts.
1024 (nnimap-request-article): Work with the t setting, too.
1025
1026 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1027 that you don't get flashes of other buffers.
1028 (gnus-summary-show-complete-article): Intern before setting.
1029
1030 2010-09-27 David Engster <dengste@eml.cc>
1031
1032 * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1033 well as HEADERS.
1034 (nnmairix-retrieve-headers): Provide new argument for the above.
1035
1036 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1037
1038 * gnus-sum.el (gnus-summary-move-article): Don't alter
1039 gnus-newsgroup-active. This makes `/ N' work after copying to the same
1040 group.
1041
1042 * nnimap.el (nnimap-update-info): Don't destructively alter active.
1043
1044 * message.el (message-cite-prefix-regexp): Revert my last edit.
1045
1046 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1047 variable instead of the Gnus variable.
1048
1049 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1050
1051 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1052 again.
1053
1054 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1055 since some servers don't like it.
1056 (nnimap-open-connection): Forget credentials if the server says the
1057 password was wrong.
1058 (nnimap-parse-line): Protect against invalid data.
1059
1060 * gnus-sum.el (gnus-summary-move-article): Add comment.
1061 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1062 nothing alters it while scanning for new messages.
1063
1064 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1065 which may or may not help.
1066 (nnimap-open-connection): If we're doing a stream connection, and then
1067 discover we're on a STARTTLS-capable server, then open a STARTTLS
1068 connection instead.
1069
1070 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1071
1072 * nnimap.el (utf7): Required.
1073
1074 * message.el (message-cite-prefix-regexp): Remove "}" from citation
1075 prefix.
1076
1077 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1080
1081 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1082
1083 * nnimap.el (nnimap-request-accept-article): Message the error on
1084 error.
1085
1086 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
1087
1088 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1089
1090 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1091
1092 * nndoc.el (nndoc-request-list): Return success always.
1093
1094 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1095 `fetch-old' -- we only want to fetch the articles we've requested. The
1096 rest are in the agent, probably.
1097 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1098 disappeared server" to something low. It's not important.
1099
1100 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1101 arrived before the FETCH data.
1102
1103 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1104 target here, because we don't know the Gnus name of the group.
1105
1106 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1107 for the correct group.
1108
1109 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1110
1111 * gnus.el (gnus): Give a final warning after startup.
1112
1113 * gnus-util.el (gnus-action-message-log): New variable.
1114 (gnus-message): Use it.
1115 (gnus-final-warning): New function.
1116
1117 * nnimap.el (nnimap-open-connection): Record the greeting.
1118 (nnimap): Add greeting.
1119
1120 2010-09-26 Julien Danjou <julien@danjou.info>
1121
1122 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1123 arguments.
1124 (gnus-html-wash-images): Fix spec computing to include start/end.
1125
1126 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1127
1128 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1129
1130 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1131 deletion.
1132 (nnimap-retrieve-headers): Don't select the group, because that's
1133 already done by nnimap-possibly-change-group.
1134
1135 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1136 (gnus-picon-transform-address): Use it.
1137
1138 * mail-source.el (mail-source-value): Revert previous patch.
1139
1140 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1141 on failure.
1142 (nnimap-open-connection): Look up both virtual and physical server name
1143 credentials.
1144
1145 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1146
1147 2009-02-08 Dave Love <fx@gnu.org>
1148
1149 * gnus-win.el (gnus-window-to-buffer-helper,
1150 gnus-all-windows-visible-p): Function needn't be a symbol.
1151
1152 * mail-source.el (mail-source-value): Function needn't be a symbol.
1153
1154 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1155
1156 * message.el (message-cite-prefix-regexp): Remove } from the cite
1157 prefix.
1158
1159 * gnus-art.el (gnus-treatment-function-alist): Do picons before
1160 highlight again, so that the highlight is correct.
1161
1162 * gnus-picon.el (gnus-picon): Remove again.
1163 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1164
1165 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1166 doing the header highlightling, so that the background colour of the
1167 picon is correct.
1168
1169 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1170 (gnus-picon): Ditto.
1171 (gnus-picon): Reinstate. The background colour for picons is white.
1172 (gnus-picon-insert-glyph): Make the background white.
1173
1174 * nnml.el (nnml-open-nov): Don't return dead buffers.
1175
1176 * auth-source.el (auth-source-create): Query the user for whether to
1177 store the credentials.
1178
1179 * auth-source.el (auth-source-user-or-password): Use the existing auth
1180 sources, if any, for creation.
1181
1182 * gnus.el (gnus-group-fast-parameter): Return the last matching
1183 parameter instead of the first matching parameter.
1184
1185 2010-09-26 Julien Danjou <julien@danjou.info>
1186
1187 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1188
1189 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1190
1191 * mml2015.el (mml2015-use): Remove gpg support.
1192
1193 * mml1991.el (mml1991-function-alist): Remove gpg function.
1194 (mml1991-gpg-sign): Removed.
1195
1196 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
1197
1198 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1199 (gnus-browse-unsubscribe-current-group): Document it.
1200 (gnus-browse-unsubscribe-group): Use it.
1201
1202 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1203
1204 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1205 address to the To list for easier response.
1206
1207 * gnus.el (gnus-play-startup-jingle): Removed.
1208 (gnus-splash): Don't play jingle.
1209 (gnus): Silence gnus-load message.
1210
1211 * gnus-art.el (gnus-treat-play-sounds): Removed.
1212
1213 * gnus.el (gnus-play-jingle): Remove audio support.
1214
1215 * gnus-cus.el (gnus-score-customize): Remove audio reference.
1216
1217 * earcon.el: Removed -- no users.
1218
1219 * gnus-audio.el: Removed -- no users of this package.
1220
1221 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1222
1223 * gnus-start.el (gnus-setup-news): Remove nocem support.
1224
1225 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1226
1227 * gnus.el (gnus-use-nocem): Removed.
1228
1229 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1230 Removed.
1231
1232 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
1233 uses NoCeM any more.
1234
1235 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1236 (gnus-button-ctan-handler): Ditto.
1237 (gnus-button-handle-ctan-bogus-regexp): Ditto.
1238 (gnus-button-ctan-directory-regexp): Ditto.
1239 (gnus-button-handle-ctan): Ditto.
1240 (gnus-button-tex-level): Ditto.
1241 (gnus-button-alist): Removed CTAN stuff.
1242
1243 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1244
1245 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1246 nnimap-streaming test.
1247
1248 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1249 servers twice.
1250
1251 * nnimap.el (nnimap-open-connection): Add more error reporting when
1252 nnimap fails early.
1253
1254 * nnheader.el (nnheader-get-report-string): New function.
1255 (nnheader-get-report): Use it.
1256
1257 * gnus-int.el (gnus-check-server): Say what the error was when opening
1258 failed.
1259
1260 * nnimap.el (nnimap-wait-for-response): Search further when we're not
1261 using streaming.
1262
1263 2010-09-25 Julien Danjou <julien@danjou.info>
1264
1265 * gnus-html.el (gnus-html-rescale-image): Use our defalias
1266 gnus-window-inside-pixel-edges.
1267
1268 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1269
1270 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1271
1272 * mm-decode.el (mm-save-part): Allow saving to other directories the
1273 normal Emacs way.
1274
1275 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
1276 by Jay Berkenbilt.
1277
1278 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1279 there isn't a single byte.
1280
1281 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1282 just do it. It doesn't really seem to matter what the user responds
1283 here, I think, so it's just a confusing question.
1284
1285 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1286 non-streaming case.
1287
1288 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1289 (gnus-article-encrypt-body): Use it.
1290
1291 * gnus-sum.el (gnus-summary-show-complete-article): New command and
1292 keystroke.
1293
1294 * nnimap.el (nnimap-find-wanted-parts-1): Use
1295 gnus-fetch-partial-articles.
1296
1297 * gnus-art.el (gnus-fetch-partial-articles): New variable.
1298
1299 * nnimap.el (nnimap-insert-partial-structure): New function.
1300 (nnimap-get-partial-article): New function.
1301 (nnimap-request-article): Use it.
1302 (nnimap-wait-for-response): Return whether the wait was successful.
1303 (nnimap-finish-retrieve-group-infos): Don't do anything if the
1304 retrieval wasn't successful.
1305 (nnimap-retrieve-group-data-early): Allow throttling servers.
1306 (nnimap-streaming): New variable.
1307 (nnimap-fetch-partial-articles): Removed.
1308
1309 * mm-decode.el (mm-with-part): Protect against killed buffers.
1310
1311 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1312 for prettier summary display.
1313
1314 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
1315
1316 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1317 directly.
1318
1319 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1320
1321 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1322 apparently third-party libraries depend on it.
1323
1324 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1325 before starting negotiation.
1326
1327 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1328 privacy reasons.
1329 (gnus-treat-mail-gravatar): Ditto.
1330
1331 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1332 buffer when inserting images. Inserting text into the headers, for
1333 instance, can make them invalid.
1334
1335 2010-09-25 Julien Danjou <julien@danjou.info>
1336
1337 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1338 variables.
1339
1340 * nnheader.el: Remove useless variables news-reply-yank-from and
1341 news-reply-yank-message-id.
1342
1343 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1344 variables.
1345
1346 * mml1991.el: Remove useless mml1991-verbose.
1347
1348 * gnus.el: Remove useless variable gnus-use-generic-from.
1349 Remove obsolete variable gnus-topic-indentation.
1350
1351 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1352
1353 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1354
1355 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1356
1357 * gnus-group.el: Remove useless gnus-group-icon-cache.
1358 Remove useless gnus-ephemeral-group-server.
1359
1360 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1361
1362 * mml2015.el: Remove useless mml2015-verbose.
1363
1364 * mml-smime.el: Remove useless mml-smime-verbose.
1365
1366 * gnus.el: Remove useless gnus-local-domain.
1367
1368 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1369 gnus-gravatar-size.
1370
1371 * gnus-art.el: Remove useless gnus-treat-translate.
1372
1373 2010-09-24 Julien Danjou <julien@danjou.info>
1374
1375 * gnus-sum.el: Add support for Gravatars.
1376
1377 * gnus-art.el: Add support for Gravatars.
1378
1379 * gnus-gravatar.el: Add this file.
1380
1381 * gravatar.el: Add this file.
1382
1383 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1384
1385 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1386
1387 * gnus-group.el (gnus-group-fetch-faq): Removed.
1388
1389 * gnus.el (gnus-group-faq-directory): Removed.
1390
1391 * gnus-group.el (gnus-group-fetch-charter): Removed.
1392
1393 * gnus.el (gnus-group-charter-alist): Removed.
1394
1395 * gnus-group.el (gnus-group-archive-directory): Removed.
1396 (gnus-group-recent-archive-directory): Ditto.
1397 (gnus-group-make-archive-group): Removed.
1398
1399 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1400
1401 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1402 use the same article number for all the cached articles.
1403
1404 * nnimap.el (nnimap-command): Register the last command time so
1405 that we can use it for idling NOOPs.
1406 (nnimap-open-connection): Start the keeplive timer.
1407 (nnimap-make-process-buffer): Store all the process buffers.
1408 (nnimap-keepalive): New function.
1409
1410 * starttls.el: (starttls-open-stream): Add autoload cookie.
1411
1412 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1413
1414 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1415 handling.
1416
1417 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1418
1419 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1420 its data structures.
1421
1422 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1423 instead of the cl.el copy-list.
1424 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1425 equalp.
1426
1427 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1428
1429 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1430 and tool-bar-local-item-from-menu.
1431
1432 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1433 mode-line-highlight face for Emacs.
1434
1435 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1436 loading gnus-sum.elc; fix comment for canlock-verify.
1437 (gnus-article-jump-to-part): Use read-number.
1438 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1439 Emacs pre-21 compatible code for help-echo.
1440 (gnus-article-next-page-1): No need to adjust the number of lines.
1441 (gnus-article-describe-bindings): Always use help-buffer.
1442
1443 * gnus-audio.el (gnus-audio-inline-sound)
1444 * gnus-cus.el (gnus-custom-mode)
1445 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1446
1447 * gnus-sum.el (gnus-remove-overlays): Doc fix.
1448
1449 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1450 compatible code.
1451
1452 2010-09-24 Glenn Morris <rgm@gnu.org>
1453
1454 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1455 visiting the fcc file in rmail-mode.
1456
1457 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1458
1459 * nnir.el: Silence the byte compiler.
1460
1461 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1462 alias to browse-url-url-encode-chars if any.
1463 (gnus-html-encode-url): Use it.
1464
1465 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1466
1467 * gnus-start.el (gnus-use-backend-marks): New variable.
1468 (gnus-get-unread-articles-in-group): Use it.
1469
1470 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1471 makeover.
1472
1473 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1474
1475 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1476
1477 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1478
1479 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1480 Removed.
1481 (gnus-setup-news-hook): Removed
1482 gnus-fixup-nnimap-unread-after-getting-new-news.
1483
1484 * gnus-int.el (gnus-request-update-info): Protect against backends not
1485 having the function.
1486
1487 * nnimap.el (nnimap-stream): Mention starttls.
1488 (nnimap-open-connection): Add starttls support.
1489
1490 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1491
1492 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1493
1494 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1495
1496 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1497 BODYSTRUCTUREs.
1498 (nnimap-transform-headers): Unfold quoted {42} headers.
1499
1500 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1501 the info.
1502 (gnus-get-unread-articles): Only call updatep on backends that support
1503 it.
1504
1505 * nnweb.el (nnweb-request-update-info): NOOP.
1506
1507 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1508
1509 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1510 since it only deals with marks.
1511
1512 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1513 gnus-request-marks, and make a new gnus-request-update-info.
1514
1515 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1516 the active instead of the high number, which is usually too low.
1517
1518 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1519
1520 * encrypt.el: Removed.
1521
1522 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1523
1524 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1525 server in symbolic form.
1526
1527 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1528 0.9.
1529
1530 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1531
1532 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1533 (nnimap-update-info): Fix up code slightly.
1534
1535 * gnus-int.el (gnus-open-server): Add tracing for performance
1536 debugging.
1537
1538 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1539 (gnus-group-insert-group-line): Pass the real group name so that it
1540 gets the right data.
1541
1542 * gnus-start.el (gnus-get-unread-articles): Don't have
1543 `gnus-get-unread-articles-in-group' update info, since that can be
1544 really slow and doesn't seem to be needed?
1545
1546 2010-09-22 Julien Danjou <julien@danjou.info>
1547
1548 * gnus-group.el (gnus-group-insert-group-line): Call
1549 gnus-group-highlight-line.
1550 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1551 default hook list.
1552 (gnus-group-update-eval-form): Add new function.
1553 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1554 (gnus-group-get-icon): Use gnus-group-update-eval-form.
1555
1556 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1557
1558 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1559 immediate, then expire all articles.
1560 (nnimap-update-info): Fix off-by-one errors.
1561 (nnimap-flags-to-marks): Would return no marks lists for group with no
1562 flags. Instead return the other data.
1563
1564 2010-09-22 Julien Danjou <julien@danjou.info>
1565
1566 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1567 Only return an icon.
1568 (gnus-group-insert-group-line): Compute icon to return.
1569
1570 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1571 variable.
1572 (gnus-html-image-fetched): Only cache if
1573 gnus-html-image-automatic-caching is set.
1574 (gnus-html-image-fetched): Check for errors.
1575
1576 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1577
1578 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1579 once per method on `g'. This ensures that backends like nnfolder don't
1580 open all their folders.
1581
1582 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1583 (nnimap-request-list): Nix out group in the correct buffer.
1584 (nnimap-parse-flags): Implement by using `read' instead of
1585 hand-parsing.
1586 (nnimap-flags-to-marks): Pass on permanent-flags.
1587 (nnimap-make-process-buffer): Record the server name.
1588 (nnimap-parse-flags): Fix typo.
1589 (nnimap-request-scan): Run split on the server in general, not just a
1590 single group.
1591
1592 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1593 parameter, and propagate this downwards.
1594
1595 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1596 since EXAMINE changes it on the server.
1597
1598 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1599 this command might take a while.
1600
1601 2010-09-22 Julien Danjou <julien@danjou.info>
1602
1603 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1604 harmful if you have 2 images side-by-side, they can't be properly
1605 update on text deletion. Using text-property is safer here.
1606 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1607 data.
1608
1609 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1610
1611 * nnimap.el (nnimap-expunge-inbox): Removed.
1612 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1613 (nnimap-expunge): Flip default to t.
1614
1615 * gnus.el (gnus-method-to-server): Don't push things to the cache
1616 unless it's unique.
1617 (gnus-server-to-method): Ditto.
1618
1619 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
1620
1621 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1622
1623 2010-09-22 Julien Danjou <julien@danjou.info>
1624
1625 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1626 get the start of data.
1627 (gnus-html-encode-url): Add this function to encode special chars in
1628 URL.
1629 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1630 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1631
1632 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1633 default.
1634 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1635
1636 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1637 images alt-text.
1638 (gnus-html-put-image): Put alt-text as help-echo.
1639
1640 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1641
1642 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1643 * mm-util.el (mm-decompress-buffer)
1644 * nnir.el (nnir-run-find-grep)
1645 * pop3.el (pop3-list): Use 3rd arg of split-string.
1646
1647 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1648
1649 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1650 outside the active range. Suggested by Dan Christensen.
1651
1652 * gnus-start.el (gnus-get-unread-articles): Get the extended method
1653 slightly later to avoid double-getting it.
1654
1655 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1656 previous patch.
1657
1658 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1659
1660 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
1661
1662 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1663
1664 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1665
1666 * gnus-int.el (gnus-open-server): Give a better error message in the
1667 "go offline" case.
1668
1669 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1670 marks for nnimap, which is seldom the right thing to do.
1671
1672 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1673 (gnus-same-method-different-name): New function.
1674
1675 * nnimap.el (parse-time): Require.
1676
1677 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1678 method in the presence of many similar methods.
1679
1680 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1681
1682 * nnimap.el (nnimap-find-expired-articles): Don't refer to
1683 nnml-inhibit-expiry.
1684
1685 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1686 find out whether methods are equal.
1687
1688 * nnimap.el (nnimap-find-expired-articles): New function.
1689 (nnimap-process-expiry-targets): New function.
1690 (nnimap-request-move-article): Request the article before looking at
1691 what the Message-ID is. Fix found by Andrew Cohen.
1692 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1693
1694 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1695 for oldness in addition to being a predicate.
1696
1697 * nnimap.el (nnimap-request-group): When we have zero articles, return
1698 the right data to Gnus.
1699 (nnimap-request-expire-articles): Only delete articles immediately if
1700 the target is 'delete.
1701
1702 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1703 method, this would bug out.
1704
1705 * gnus-group.el (gnus-group-expunge-group): Renamed from
1706 gnus-group-nnimap-expunge, and implemented as a normal interface
1707 function.
1708
1709 * gnus-int.el (gnus-request-expunge-group): New function.
1710
1711 * nnimap.el (nnimap-request-create-group): Implement.
1712 (nnimap-request-expunge-group): New function.
1713
1714 2010-09-21 Julien Danjou <julien@danjou.info>
1715
1716 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1717 (gnus-html-cache-expired): Add new function.
1718 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1719 wethever we should display image for fetch it.
1720 Compute alt-text earlier to pass it to the fetching function too.
1721 (gnus-html-schedule-image-fetching): Change function argument to only
1722 get one image at a time, not a list.
1723 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1724 cache.
1725 (gnus-html-get-image-data): New function to retrieve image data from
1726 cache.
1727 (gnus-html-put-image): Change buffer argument to use image data rather
1728 than file, and place image above region rather than inserting a new
1729 one. Do not take alt-text as argument, since it's useless now: we place
1730 the image above alt-text.
1731 (gnus-html-prune-cache): Remove.
1732 (gnus-html-show-images): Start to fetch image when we find one, do not
1733 push into a temporary list.
1734 (gnus-html-prefetch-images): Only fetch image if they have expired.
1735 (gnus-html-browse-image): Fix, use 'gnus-image-url.
1736 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1737
1738 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1739
1740 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1741
1742 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1743
1744 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1745 spec inser "*" if the group isn't active instead of 0.
1746
1747 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1748 opening the server.
1749 (nnimap-request-delete-group): Implement group deletion.
1750 (nnimap-transform-headers): Return the size of the entire message in
1751 the Bytes header, not just the size of the first part.
1752 (nnimap-request-move-article): When moving an article from nnimap,
1753 request the article first so the accepting form has an article to
1754 accept. Reported by Dan Christensen.
1755 (nnimap-command): Make sure that the error message doesn't error out.
1756
1757 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
1758
1759 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1760 we haven't requested anything.
1761
1762 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1763
1764 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1765 "". Fix found by Andrew Cohen.
1766
1767 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1768 instead of -encode-string.
1769
1770 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1771
1772 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1773
1774 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1775 by mm-subst-char-in-string.
1776
1777 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1778
1779 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1780 waiting for the connection string.
1781
1782 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1783 arriving.
1784
1785 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1786 bogus characters. This allows selecting certain Gmail groups.
1787
1788 * nnimap.el (nnimap-find-wanted-parts-1): New function.
1789 (nnimap-fetch-partial-articles): New variable.
1790 (nnimap-open-connection): When looking for credentials, also use the
1791 nnimap-server-port.
1792 (nnimap-request-article): Return the group/article number, so that Gnus
1793 `^' works as expected.
1794 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1795 them.
1796
1797 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1798 comments.
1799 (gnus-methods-sloppily-equal): New function.
1800 (gnus): When using the development version of Gnus, load the gnus-load
1801 file.
1802
1803 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1804 `gnus-open-server' on each method before trying to scan them etc. This
1805 ensures that all the backend parameters are set correctly.
1806
1807 * nnimap.el (nnimap-authenticator): New variable.
1808 (nnimap-open-connection): Allow anonymous login.
1809 (nnimap-transform-headers): The chars header is called Chars not
1810 Bytes.
1811 (nnimap-wait-for-response): Don't infloop if the IMAP connection
1812 drops.
1813
1814 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1815 patch, found by Knut Anders Hatlen.
1816
1817 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
1818
1819 * gnus-agent.el (gnus-agent-batch-confirmation)
1820 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1821 to gnus-message.
1822 * gnus-art.el (gnus-article-describe-briefly): Likewise.
1823 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1824 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1825 * gnus-int.el (gnus-open-server): Likewise.
1826 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1827 (gnus-score-check-syntax): Likewise.
1828 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1829 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1830 Likewise.
1831 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1832
1833 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1834
1835 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1836 calling conventions so that prefetch doesn't bug out.
1837
1838 2010-09-19 Julien Danjou <julien@danjou.info>
1839
1840 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1841 rather than `subst-char-in-region' in order to be able to replace ASCII
1842 char by UTF-8 ones.
1843
1844 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1845 than curl.
1846 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1847 the right URL and ALT text on images.
1848 (gnus-html-wash-tags): Fix tag case.
1849 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
1850 (gnus-article-html): Add -o display_ins_del=2 option.
1851 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1852
1853 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1854
1855 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1856 the extra mail headers, which sometimes seem to happen for unknown
1857 reasons.
1858
1859 * mail-parse.el (mail-header-encode-parameter): Define as
1860 rfc2045-encode-string instead of as rfc2231-encode-string, since some
1861 (or most, perhaps?) mail readers don't understand the latter, but do
1862 understand the former.
1863
1864 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1865 to nil, so that no methods are automatically agentized. I think this
1866 is probably what most users want.
1867
1868 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1869 from url-retrieve, for instance about invalid URLs.
1870
1871 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1872 groups that have no articles.
1873 (nnimap-request-article): Check that we really got an article when we
1874 requested one.
1875
1876 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1877 doesn't exist.
1878
1879 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1880 nntp buffer so the agent can save it.
1881 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1882 that CRLF doesn't get translated to \n.
1883 (nnimap-open-connection): Don't make 'shell commands only send \n.
1884
1885 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1888 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1889 Update var name.
1890 (nnml-generate-nov-file): Use dolist.
1891 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1892 Use with-current-buffer.
1893
1894 2010-09-18 Julien Danjou <julien@danjou.info>
1895
1896 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1897 parallel.
1898
1899 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1900
1901 * nnimap.el (nnimap-update-info): When doing partial marks update, get
1902 the range update right.
1903 (nnimap-request-group): Don't make `M-g' bug out on group with no
1904 marks.
1905 (nnoo): Required, so that other packages can require nnimap.
1906 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1907 command we're looking for. This helps when the server sends more
1908 responses after we've gotten everything we expected.
1909 (nnimap): Add a `newlinep' field to keep track of end-of-line
1910 conventions.
1911 Don't send CRLF to things that don't want it.
1912 (nnimap-request-accept-article): Ditto.
1913
1914 2010-09-18 Julien Danjou <julien@danjou.info>
1915
1916 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1917 than curl to retrieve images.
1918
1919 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1920
1921 * nnimap.el (nnimap-update-info): Extend the info so that we can set
1922 the marks.
1923 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1924 (nnimap-wait-for-connection): New function.
1925 (nnimap-open-connection): If we have PREAUTH, don't query for login
1926 credentials.
1927 (nnimap-update-info): Fix off-by-one error when concatenating ranges
1928 when doing a partial update.
1929
1930 2010-09-18 Julien Danjou <julien@danjou.info>
1931
1932 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1933 tags.
1934
1935 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1936
1937 * nnimap.el (nnimap-credentials): New function.
1938 (nnimap-open-connection): Use the new function to look for credentials
1939 also on the numeric equivalents of "imap" and "imaps".
1940
1941 * gnus-start.el (gnus-activate-group): Send the info to
1942 gnus-request-group.
1943
1944 * nnimap.el (nnimap-request-group): Have the "check" version of the
1945 function parse flags and update the info, so that a `M-g' get a total
1946 resync of all flags from the group.
1947
1948 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1949 to allow backends to alter the info on group selection. Also alter all
1950 the backend -request-group functions to take the parameter.
1951
1952 * nnimap.el (nnimap-store-info): New function.
1953 (nnimap-update-info): Store the info for later usage.
1954 (nnimap-request-group): Use the stored info for the dont-check case, so
1955 that we don't retrieve all marks when we enter a group.
1956
1957 * nnimap.el: Use deffoo instead of defun for interface functions.
1958
1959 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1960 update the group info. This makes the nndraft groups, for instance, go
1961 back to their old behaviour.
1962
1963 * gnus-sum.el (gnus-select-newsgroup): Indent.
1964
1965 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1966 in.
1967 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1968 nothing.
1969
1970 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1971 from methods that are denied.
1972
1973 * gnus-int.el (gnus-method-denied-p): New function.
1974
1975 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1976 store the password instead of netrc.
1977 (nnimap-open-connection): Don't error out when we can't make a
1978 connections.
1979
1980 * auth-source.el (auth-source-create): In the password prompt, say what
1981 we're querying for. Also prompt for user name if that hasn't been
1982 given.
1983
1984 * nnimap.el (nnimap-with-process-buffer): Removed.
1985
1986 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1987
1988 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1989 method when we're reading from the agent.
1990
1991 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1992
1993 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1994 that's probably most useful for users.
1995
1996 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1997 "failed" all the time.
1998
1999 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2000 ...)) with (with-current-buffer ... ).
2001
2002 * nntp.el (nntp-open-server): Return whether the open was successful or
2003 not.
2004
2005 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2006 select an unread unseen article first.
2007
2008 * nnimap.el (nnimap-open-connection): If the user doesn't have a
2009 /etc/services, supply some sensible port defaults.
2010
2011 2010-09-17 Julien Danjou <julien@danjou.info>
2012
2013 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2014
2015 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2016
2017 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2018 doesn't have any parameters.
2019
2020 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2021
2022 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2023 only upcased checks.
2024
2025 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2026
2027 * nnimap.el (nnimap-open-shell-stream): New function.
2028 (nnimap-open-connection): Use it.
2029 (nnimap-transform-headers): Get the number of lines in each message.
2030 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2031 number of lines.
2032 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
2033 problem.
2034
2035 * utf7.el (utf7-encode): Autoload.
2036
2037 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2038 to allow the mail splitting to not return a default group. This is
2039 useful for nnimap, which will leave unmatched mail in the inbox.
2040
2041 * nnimap.el: Rewritten.
2042
2043 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2044 nnimap usage.
2045
2046 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2047 if the move is internal, so that nnimap can do fast internal moves.
2048
2049 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2050 data.
2051 (gnus-read-active-for-groups): Support finishing the early retrieval of
2052 data.
2053
2054 * gnus-range.el (gnus-range-nconcat): New function.
2055
2056 * gnus-int.el (gnus-finish-retrieve-group-infos)
2057 (gnus-retrieve-group-data-early): New functions.
2058
2059 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2062 (nnrss-retrieve-groups):
2063 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2064 (pop3-quit): Use with-current-buffer.
2065
2066 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2069 instead of nnheader-accept-process-output.
2070
2071 * gnus-html.el (gnus-html-schedule-image-fetching)
2072 (gnus-html-prefetch-images): Replace process-kill-without-query by
2073 gnus-set-process-query-on-exit-flag.
2074
2075 2010-09-16 Romain Francoise <romain@orebokech.com>
2076
2077 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2078
2079 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2080
2081 * gnus-registry.el (gnus-registry-install-shortcuts): The second
2082 parameter to unintern is mandatory-ish in Emacs 24.
2083
2084 * gnus-html.el (gnus-html-schedule-image-fetching)
2085 (gnus-html-prefetch-images): Check for curl before using it.
2086
2087 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2088 depend on curl, which isn't essential.
2089
2090 * imap.el: Revert back to version
2091 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2092 seem problematic.
2093
2094 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2095
2096 * gnus-registry.el (gnus-registry-install-shortcuts):
2097 Explicitly pass `obarray' to `unintern' to avoid a warning.
2098
2099 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2100
2101 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2102 change.
2103
2104 * nnrss.el (nnrss-request-list): Removed this function and related
2105 functions, including the moreover stuff.
2106
2107 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2108
2109 * nnrss.el (nnrss-retrieve-groups): New function.
2110
2111 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * .dir-locals.el: Add no-byte-compile cookie.
2114
2115 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2116
2117 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2118 for back end that doesn't support request-scan.
2119
2120 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2121
2122 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2123 then do request scans from the backends.
2124
2125 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2126 avoid running a hook per line, since this takes a lot of time,
2127 profiling shows.
2128 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2129 directly if gnus-visual-p is true.
2130
2131 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2132
2133 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2134 groups; replace mapcar with dolist which is a bit faster; pass groups
2135 info to gnus-read-active-file-1.
2136 (gnus-read-active-file-1): Scan only specified groups if the new
2137 optional arg `infos' is given.
2138
2139 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2140
2141 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2142
2143 * pop3.el (pop3-movemail): Removed.
2144 (pop3-streaming-movemail): Renamed to pop3-movemail.
2145
2146 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2147 don't restrict end-tag searches to the end of the line.
2148
2149 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2150
2151 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2152 articles of every unchecked group to t, which means unknown since the
2153 server has never been opened.
2154
2155 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2156
2157 * gnus-html.el (gnus-html-show-alt-text): New command.
2158 (gnus-html-browse-image): Ditto.
2159 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2160 to browse the image directly.
2161 (gnus-html-wash-tags): Search for images first, so that <a><img> works
2162 better.
2163
2164 * gnus-async.el (gnus-async-article-callback): Call
2165 `gnus-html-prefetch-images' unconditionally.
2166
2167 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2168 before feeding URLs to curl.
2169
2170 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2171
2172 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2173 internal images as deletable by `W D D'.
2174
2175 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2176 (gnus-async-article-callback): Fix typo.
2177
2178 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2179
2180 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2181 current line to work around bugs in the output from w3m.
2182
2183 * gnus-async.el (gnus-async-article-callback): Always prefetch images
2184 for groups that want that.
2185
2186 * nntp.el (nntp-wait-for-string): Supply a timeout for
2187 accept-process-output to ensure progress.
2188
2189 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2190 level to get unread articles from, then use that for foreign groups,
2191 too.
2192
2193 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2194 confuses the rest of the function.
2195
2196 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2197 for the methods that support -retrieve-groups, too.
2198
2199 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2200
2201 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2202
2203 * pop3.el: Require cl when compiling.
2204 (pop3-number-of-responses): Search for "+OK", not "+OK ".
2205
2206 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2207
2208 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2209 that aren't going to be activated.
2210 (gnus-get-unread-articles): Fix up the last commit.
2211
2212 * gnus-html.el (gnus-article-html): Allow calling without specifying
2213 the handle. In that case, dissect the buffer first.
2214
2215 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2216
2217 * nnimap.el (nnimap-open-connection): Revert the change that would look
2218 into authinfo for imaps instead of imap.
2219
2220 * gnus-start.el (gnus-activate-group): Take an optional parameter to
2221 say that you don't want to call gnus-request-group with don-check, but
2222 do check the reponse. This is for virtual groups only.
2223 (gnus-get-unread-articles): Count the archive groups as secondary, so
2224 that they're activated the same way as before.
2225
2226 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2227 case-insensitively.
2228 (nnimap-debug): Removed.
2229
2230 * mail-source.el (mail-source-fetch): Don't message if we're fetching
2231 mail from a file, and the file doesn't exist.
2232
2233 * pop3.el (pop3-streaming-movemail): Return t for success.
2234
2235 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2236 .authinfo if we're using ssl connection.
2237
2238 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2239 already have if we're in a main Gnus `g' run.
2240
2241 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2242
2243 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2244
2245 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2246
2247 * nnmh.el (nnmh-request-list-1): Bind `file'.
2248
2249 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2250 alias to set-process-query-on-exit-flag or process-kill-without-query.
2251 (pop3-open-server): Use it.
2252
2253 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2254
2255 * mail-source.el (mail-source-delete-crash-box): Always move the crash
2256 box to the Incoming file. Fixes mistake in previous checkin.
2257
2258 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2259 request loop (for debugging purposes) removed.
2260
2261 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2262 culprit is more visible.
2263 (nnml-save-incremental-nov, nnml-open-incremental-nov)
2264 (nnml-add-incremental-nov): New functions to do "incremental" nov
2265 updates, where we just append to the end of the existing nov files
2266 without reading/writing them in full.
2267
2268 * mail-source.el (mail-source-delete-crash-box): Really only check the
2269 incoming files once in a while.
2270
2271 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2272
2273 * mail-source.el (mail-source-delete-crash-box): Only check the
2274 incoming files for deletion once per day to save a lot of file
2275 accesses.
2276
2277 * pop3.el (pop3-logon): Fix up unbound variable typo.
2278
2279 * mail-source.el (pop3-streaming-movemail): Autoload.
2280
2281 * pop3.el (pop3-streaming-movemail): Respect
2282 pop3-leave-mail-on-server.
2283
2284 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2285 retrieval.
2286
2287 * pop3.el (pop3-process-filter): Removed unused function.
2288 (pop3-streaming-movemail, pop3-send-streaming-command)
2289 (pop3-wait-for-messages, pop3-write-to-file)
2290 (pop3-number-of-responses): New functions for streaming pop3
2291 retrieval.
2292
2293 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2294 come from no known methods.
2295 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2296 list.
2297
2298 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2299 message sizes.
2300 (pop3-movemail): Use erase-buffer instead of looping and deleting
2301 regions, which seems rather odd.
2302
2303 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2304 file once per `g' run.
2305
2306 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2307 directories. This makes the draft queue directory work.
2308
2309 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2310 data from the backends, so that we only request the list of groups from
2311 each method once. This should speed things up considerably.
2312
2313 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2314 detect that it's not implemented.
2315
2316 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2317 we actually do recurse down into the tree, but don't stat all leaf
2318 nodes.
2319
2320 * gnus-html.el (gnus-html-show-images): If there are no images to show,
2321 then say so instead of bugging out.
2322
2323 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2324 files exist before trying to read them.
2325
2326 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2327 around <pre_int>.
2328
2329 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2330
2331 * nnmh.el (nnmh-request-list-1): Optimize for speed.
2332
2333 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2334
2335 * mm-util.el (mm-image-load-path): Just return the image directories,
2336 not all directories in the path in addition to the image directories.
2337 (mm-image-load-path): Maintain a cache of the image directories so that
2338 the `g' command in Gnus doesn't have to stat dozens of directories each
2339 time.
2340
2341 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2342 (gnus-html-wash-tags): Add a new `i' command to insert images.
2343 (gnus-html-insert-image): New command and keystroke.
2344 (gnus-html-redisplay-with-images): New command and keystroke.
2345 (gnus-html-show-images): Renamed command.
2346 (gnus-html-wash-tags): Remove more white space before <pre_int> image
2347 spacers.
2348 (gnus-html-wash-tags): Decode entities at the end, so that entities
2349 inside the tags don't mess up the rest of the "parsing".
2350
2351 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2352 so that nnimap methods aren't agentized by default. There's apparently
2353 many problems related to agent/imap behaviour.
2354
2355 * gnus-art.el (gnus-article-copy-string): New command and key binding.
2356
2357 * gnus-html.el: Doc fix.
2358
2359 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
2360
2361 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2362 glyph-width and glyph-height instead of display-graphic-p and
2363 image-size; make avoidance of displaying small images work for XEmacs.
2364
2365 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2366 for XEmacs.
2367
2368 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2369 of symbol that holds plist data.
2370 (gnus-process-plist): Remove plist of process after getting it.
2371
2372 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2373
2374 * message.el (message-generate-hashcash): Change default to
2375 'opportunistic if hashcash is installed.
2376
2377 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2378 (gnus-html-put-image): Only call image-size once, since it's somewhat
2379 time-consuming on remote X servers.
2380
2381 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
2382
2383 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2384 decoded contents.
2385 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2386
2387 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2388
2389 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2390 group line format, since it isn't very interesting.
2391
2392 * gnus-agent.el (gnus-agent-short-article),
2393 (gnus-agent-long-article): Increase values for these two variables,
2394 since most people are likely to have more network connection and
2395 storage than before.
2396
2397 * gnus.el (gnus-refer-article-method): Change default to 'current.
2398 When referring an article, the common behaviour is to refer it from the
2399 current select method, not the native select method. The chances of
2400 the native select method having the message in question is rather slim
2401 these days.
2402
2403 * gnus-sum.el (gnus-auto-select-subject): Change default to
2404 `unseen-or-unread'. I think it's likely that most people want to
2405 select an unseen article over a previously seen, but unread one.
2406
2407 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
2408 means that in the article buffer none of the minor mode elements will
2409 be shown, usually, and this is not desirable in most cases.
2410
2411 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2412 that commands like `d' (and the like) go to the next line in the
2413 buffer, instead of the next unread article. I think this is the
2414 behaviour that is most natural for most users.
2415 (gnus-single-article-buffer): Change default to nil, so that people can
2416 have as many article buffers open as they have summary buffer. I think
2417 this is the most natural way for the groups to behave.
2418
2419 * message.el (message-generate-new-buffers): Change default to
2420 `unsent', so that all new message buffers start their names with the
2421 string "*unsent", and it's easier to find the buffers if you move from
2422 them.
2423
2424 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2425
2426 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2427 small. They're probably tracking images.
2428 (gnus-html-wash-tags): Remove all <pre_int> place holders.
2429 (gnus-html-rescale-image): Yet another try at getting the image sizing
2430 right.
2431
2432 * nntp.el (nntp-request-set-mark): Refuse to do marks if
2433 nntp-marks-file-name is nil.
2434
2435 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2436
2437 * gnus-html.el (gnus-html-wash-tags)
2438 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2439 Better logging.
2440
2441 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2442
2443 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2444
2445 * gnus-html.el (gnus-html-wash-tags): Check the value of
2446 gnus-blocked-images in the summary buffer.
2447
2448 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2449
2450 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2451
2452 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
2454 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2455 like "a", it seems like.
2456 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2457 since it needs to be picked from the correct buffer.
2458
2459 * nnwfm.el: Removed.
2460
2461 * nnlistserv.el: Removed.
2462
2463 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2464
2465 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2466 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2467
2468 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2469
2470 * nnkiboze.el: Removed.
2471
2472 * nndb.el: Removed.
2473
2474 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2475 alt text.
2476 (gnus-html-rescale-image): Try to get the rescaling logic right for
2477 images that are just wide and not tall.
2478
2479 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2480 overshadow variable bindings.
2481
2482 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2483
2484 * gnus-html.el (gnus-html-wash-tags)
2485 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2486 extra logging.
2487
2488 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2489
2490 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2491 (gnus-max-image-proportion): New variable.
2492 (gnus-html-rescale-image): New function.
2493 (gnus-html-put-image): Rescale images.
2494
2495 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 Fix up some byte-compiler warnings.
2498 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2499 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2500 (gnus-article-fill-cited-article, gnus-article-hide-citation)
2501 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2502 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2503 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2504 (gnus-group-update-group): Use save-excursion and with-current-buffer.
2505
2506 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2507
2508 * gnus-html.el (gnus-article-html): Decode contents by charset.
2509
2510 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2511
2512 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2513 (gnus-html-frame-width, gnus-blocked-images)
2514 * message.el (message-prune-recipient-rules): Add custom version.
2515 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2516
2517 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2518 functions.
2519
2520 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2521 gnus-process-get.
2522
2523 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
2524
2525 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2526 instead of lsub directly.
2527
2528 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2529
2530 * nnwarchive.el: Removed.
2531
2532 * gnus-soup.el: Removed.
2533
2534 * nnsoup.el: Removed.
2535
2536 * nnultimate.el: Removed.
2537
2538 * gnus-html.el (gnus-blocked-images): New variable.
2539
2540 * message.el (message-prune-recipients): New function.
2541 (message-prune-recipient-rules): New variable.
2542
2543 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2544 guess whether a long line is natural text or not.
2545
2546 * gnus-html.el (gnus-html-schedule-image-fetching): Use
2547 gnus-process-plist and friends for compatibility.
2548
2549 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2550
2551 * gnus-html.el: Require packages that define macros used in this file.
2552 (gnus-article-mouse-face): Declare to silence byte-compiler.
2553 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2554 process-get.
2555 (gnus-html-put-image): Use plist-get to avoid getf.
2556 (gnus-html-prefetch-images): Use with-current-buffer.
2557
2558 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2559
2560 * gnus-ems.el: Provide compatibility functions for
2561 gnus-set-process-plist.
2562
2563 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2564 * gnus.el (gnus-valid-select-methods)
2565 * message.el (message-send-mail-partially-limit)
2566 * mm-decode.el (mm-text-html-renderer)
2567 * mml.el (mml-insert-mime-headers-always)
2568 * smiley.el (smiley-regexp-alist): Bump custom version.
2569
2570 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2571
2572 * gnus-html.el: require mm-url.
2573 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2574 with the url to `url'.
2575 (gnus-html-wash-tags): Support cid: URLs/images.
2576
2577 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2578
2579 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2580 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2581 bindings, as they aren't useful at all. `w' is moved to `W w'.
2582
2583 * gnus-move.el: Removed file, since it doesn't really work.
2584
2585 * gnus-html.el (gnus-article-html): Tell w3m that the input is
2586 UTF-8. This seems to fix problems with some German web feeds.
2587
2588 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2589 at the top so that the proper colours are applied.
2590
2591 * gnus-art.el (gnus-article-view-part): Doc fix.
2592
2593 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2594 XEmacs-compatible.
2595 (gnus-html-put-image): Don't do images on non-graphic displays.
2596
2597 * nnslashdot.el: Removed this unused backend.
2598
2599 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2600 actions.
2601 (gnus-undo-register-1): Revert last change.
2602
2603 * gnus-group.el (gnus-group-completing-read): Protect against not
2604 having completion-styles bound.
2605
2606 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2607 make broken recipients happier.
2608
2609 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2610
2611 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2612 point parameter.
2613
2614 * gnus-group.el (gnus-group-completing-read): Add 'substring to
2615 completion-styles for group selection.
2616
2617 2009-02-04 Andreas Schwab <schwab@suse.de>
2618
2619 * gnus-score.el (gnus-score-string): Fix regex for matching extra
2620 headers and regexp-quote the match if necessary.
2621
2622 2009-03-24 Miles Bader <miles@gnu.org>
2623
2624 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2625 the blinking smiley.
2626
2627 2009-03-24 Simon Josefsson <simon@josefsson.org>
2628
2629 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2630 blink smiley.
2631
2632 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2633
2634 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2635 where the dribbel file lives exists.
2636
2637 * message.el (message-send-mail-partially-limit): Change the default to
2638 nil, since most people don't want this.
2639
2640 * mm-url.el (mm-url-decode-entities): Also decode entities like
2641 &#x3212.
2642
2643 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
2644
2645 * gnus-sum.el (gnus-summary-idna-message):
2646 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2647 Hyperlink urls in docstrings with URL `...'.
2648
2649 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
2650
2651 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2652 functions.
2653
2654 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655
2656 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2657 say what the mouseover text should be.
2658
2659 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2660 version of the mm-w3m-safe-url-regexp variable to only download images
2661 in the groups where we want that to happen.
2662
2663 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2664
2665 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2666 easier debugging.
2667 (gnus-article-beginning-of-window): Add kludge to allow spacing past
2668 big pictures in the article buffer.
2669
2670 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2671 gnus-article-html.
2672 (mm-text-html-renderer): gnus-article-html needs curl in addition to
2673 w3m.
2674
2675 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2676
2677 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2678
2679 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2680 which doesn't exist.
2681
2682 * message.el (message-inhibit-ecomplete): New variable to allow some
2683 function to inhibit ecomplete address storage.
2684 (message-resend): Disable ecomplete message storage when resending
2685 messages.
2686
2687 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2688
2689 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
2690
2691 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2692 Save excursion while copying, moving, and deleting articles in order to
2693 prevent the cursor from jumping to unforeseen place.
2694
2695 2010-08-17 Glenn Morris <rgm@gnu.org>
2696
2697 * gnus-sync.el: Require gnus components whose functions are used.
2698
2699 * gnus-art.el (bookmark-make-record-function):
2700 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2701 Declare for compiler.
2702
2703 * mm-url.el (mml-compute-boundary): Autoload.
2704
2705 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
2706
2707 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2708
2709 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
2710
2711 Typo fix "hoo4a" -> "hook".
2712
2713 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2714
2715 2010-08-14 Glenn Morris <rgm@gnu.org>
2716
2717 * gnus-sync.el (gnus-sync): Fix defgroup version.
2718
2719 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
2720
2721 Doc fixes and keep unknown groups (ammended for nunion bug fix).
2722
2723 * gnus-sync.el: Fix docs.
2724 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2725 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2726
2727 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2728
2729 Optimizations for gnus-sync.el.
2730
2731 * gnus-sync.el: Add docs about gnus-sync-backend
2732 possibilities.
2733 (gnus-sync-save): Remove unnecessary message.
2734 (gnus-sync-read): Optimize and show what groups were skipped.
2735
2736 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2737
2738 Minor bug fixes for gnus-sync.el.
2739
2740 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2741 read the sync on get-new-news.
2742
2743 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2744 quiet.
2745
2746 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2747
2748 2010-07-30 Lawrence Mitchell <wence@gmx.li>
2749
2750 Make saving and restoring of hidden threads work with overlays.
2751 Patch applied by Ted Zlatanov.
2752
2753 * gnus-sum.el (gnus-hidden-threads-configuration)
2754 (gnus-restore-hidden-threads-configuration): Update to deal with text
2755 properties, rather than searching for a magic character.
2756
2757 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2758
2759 New gnus-sync.el library for synchronization of marks.
2760
2761 * gnus-sync.el: New library for synchronization of marks.
2762
2763 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2764 renamed from `gnus-registry-grep-in-list'.
2765
2766 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2767
2768 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2769
2770 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2771
2772 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2773 determining charset of text fails.
2774
2775 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2776
2777 * nnmail.el (nnmail-get-new-mail-1): Revert.
2778
2779 * nnml.el (nnml-active-number): Make sure names of newly created groups
2780 in nnml-group-alist are encoded.
2781
2782 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
2783
2784 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2785 containing non-ASCII characters in active file for nnml back end.
2786
2787 2010-07-24 David Engster <dengste@eml.cc>
2788
2789 * mml-smime.el (mml-smime-epg-verify): Also accept the older
2790 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2791
2792 2010-07-21 Daiki Ueno <ueno@unixuser.org>
2793
2794 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2795 tag (Bug#6654).
2796
2797 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2798
2799 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2800 the article buffer, not the summary buffer.
2801
2802 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
2803
2804 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2805 Emacs 23 as well.
2806
2807 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2808
2809 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2810 Patch applied by Karl Fogel.
2811
2812 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2813 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2814
2815 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2816
2817 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2818 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
2819 C-w still not working correctly from Article buffers; Thierry's
2820 patch to fix that will be applied after this.
2821
2822 * gnus-art.el (bookmark-make-record-function): New local variable.
2823
2824 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2825 article buffer.
2826 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2827
2828 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2829
2830 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2831 on changes in bookmark.el.
2832
2833 2010-06-22 Mark A. Hershberger <mah@everybody.org>
2834
2835 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2836 the *other* type of HTML form submission.
2837
2838 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
2839
2840 * auth-source.el (auth-source-pick): If choice does not contain a
2841 questioned keyword, set the check to t.
2842
2843 2010-06-12 Romain Francoise <romain@orebokech.com>
2844
2845 * gnus-util.el (gnus-date-get-time): Move up before first use.
2846
2847 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
2848
2849 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2850 (gnus-article-edit-part): Bind it to make last part that is substituted
2851 or deleted visible.
2852 (gnus-mime-display-single): Buttonize part of which id equals to
2853 gnus-mime-buttonized-part-id.
2854
2855 2010-06-10 Dan Christensen <jdc@uwo.ca>
2856
2857 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2858 (gnus-dd-mmm): Use gnus-date-get-time.
2859 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2860 simplify logic.
2861 (gnus-summary-limit-to-age): Use gnus-date-get-time.
2862 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2863
2864 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
2865
2866 * auth-source.el (top): Autoload `secrets-list-collections',
2867 `secrets-create-item', `secrets-delete-item'.
2868 (auth-sources): Fix tag string.
2869 (auth-get-source, auth-source-retrieve, auth-source-create)
2870 (auth-source-delete): New defuns.
2871 (auth-source-pick): Rewrite in order to avoid 2 passes.
2872 (auth-source-forget-user-or-password): New parameter USERNAME.
2873 (auth-source-user-or-password): New parameters CREATE-MISSING and
2874 DELETE-EXISTING. Retrieve password interactively, if needed.
2875
2876 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2877
2878 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2879 deleting unused directories when gnus-expert-user is t.
2880
2881 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
2882
2883 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2884 for each temp file when gnus-article-browse-delete-temp is ask.
2885
2886 2010-05-20 Kevin Ryde <user42@zip.com.au>
2887
2888 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
2889
2890 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
2891
2892 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2893 article unless decoding article to be saved.
2894
2895 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2896
2897 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2898 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2899 generated within the mm-with-unibyte-current-buffer macro.
2900
2901 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2902
2903 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2904 to nil when we're in a mml-preview buffer and no group is selected.
2905
2906 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
2907
2908 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2909 when catching the `C-g'. Reported by "Leo".
2910
2911 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
2912
2913 * message.el (message-forward-make-body-plain)
2914 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2915 multibyte-string-p.
2916
2917 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
2918
2919 * message.el (message-forward-make-body-mml): Assume original message
2920 is multibyte string; error on unibyte.
2921 (message-forward-make-body-plain): Ditto; don't add excessive newline
2922 in body end.
2923
2924 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
2925
2926 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2927 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
2928
2929 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
2930
2931 * mm-extern.el (mm-extern-url): Don't use
2932 mm-with-unibyte-current-buffer.
2933 (mm-extern-cache-contents): Use with-current-buffer instead of
2934 save-excursion + set-buffer.
2935
2936 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2937
2938 * mm-util.el (mm-emacs-mule): Remove.
2939
2940 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
2941
2942 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2943 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2944 change.
2945
2946 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2947
2948 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2949 bind the default value of enable-multibyte-characters to nil.
2950
2951 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2952
2953 * message.el (message-forward-make-body-plain)
2954 (message-forward-make-body-mml):
2955 Don't use mm-with-unibyte-current-buffer.
2956
2957 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
2958
2959 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2960 (Bug#5592).
2961
2962 2010-05-07 Julien Danjou <julien@danjou.info>
2963
2964 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2965 it to mm-pipe-part.
2966
2967 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2968 it is given.
2969
2970 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2971
2972 * nnweb.el (nnweb-gmane-search)
2973 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2974 XEmacs.
2975
2976 * gnus-art.el (gnus-article-browse-html-parts)
2977 * gnus-group.el (gnus-read-ephemeral-gmane-group)
2978 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2979 make-temp-file.
2980
2981 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2982 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2983 compiling.
2984
2985 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2986 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2987 XEmacs when compiling.
2988
2989 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2990 gnus-pick-mode-off-hook for XEmacs when compiling.
2991 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2992 gnus-binary-mode-off-hook for XEmacs when compiling.
2993
2994 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2995 nil if char-charset is not available.
2996
2997 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
2998 macro.
2999
3000 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3001 instead of encode-coding-string.
3002
3003 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3004 'xemacs) instead of mm-emacs-mule to switch function definitions.
3005 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3006
3007 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
3008
3009 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3010
3011 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
3012
3013 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3014 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3015
3016 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * mm-util.el (mm-decompress-buffer): Use `delete-file';
3019 alias `jka-compr-delete-temp-file' no longer exists.
3020
3021 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 Use define-minor-mode in Gnus where applicable.
3024 * mml.el (mml-mode): Use define-minor-mode.
3025 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3026 (gnus-undo-mode): Use define-minor-mode.
3027 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3028 (gnus-dead-summary-mode): Use define-minor-mode.
3029 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3030 Initialize in declaration.
3031 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3032 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3033 (gnus-mailing-list-mode): Use define-minor-mode.
3034 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3035 (gnus-draft-mode): Use define-minor-mode.
3036 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3037 (gnus-dired-mode): Use define-minor-mode.
3038
3039 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
3040
3041 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3042 handles on recursive mml-to-mime translation and check them for
3043 boundary delimiter collisions. Reported by Greg Troxel.
3044
3045 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
3046
3047 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3048
3049 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * mm-util.el (mm-find-buffer-file-coding-system):
3052 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3053
3054 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
3055
3056 * message.el (message-generate-headers): Record insertion of optional
3057 headers as well. Otherwise the check to prevent repeated insertion of
3058 optional headers is a no-op.
3059
3060 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
3061
3062 * smime.el: Don't mention CVS.
3063
3064 * nnrss.el (nnrss-fetch): Don't mention CVS.
3065
3066 * nnir.el: Don't mention CVS.
3067
3068 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * gnus-sum.el (gnus-summary-bookmark-make-record):
3071 Add `location' field.
3072
3073 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * gnus-sum.el: Add bookmark declarations to silence the compiler.
3076 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3077 Use with-current-buffer to silence the byte-compiler.
3078 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3079 bother to require `gnus'.
3080 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
3081
3082 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3083
3084 * gnus-sum.el (gnus-summary-bookmark-make-record)
3085 (gnus-summary-bookmark-jump): New functions.
3086 (gnus-summary-mode): Setup bookmark support.
3087
3088 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
3089
3090 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3091 if set.
3092
3093 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3094
3095 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3096 gnus-article-browse-html-save-cid-image; make it work recursively for
3097 forwarded messages as well.
3098 (gnus-article-browse-html-parts): Work when prefix arg is given.
3099 (gnus-article-browse-html-article): Doc fix.
3100
3101 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * message.el (message-default-mail-headers):
3104 (message-default-headers): Carry the value mail-default-headers over
3105 into message-default-mail-headers, rather than message-default-headers.
3106
3107 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
3108
3109 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
3110 charset.
3111
3112 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3113 charset into the <meta> tag when the article is encoded to utf-8.
3114
3115 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
3116
3117 * gnus-art.el (gnus-article-browse-delete-temp-files):
3118 Delete directories as well.
3119 (gnus-article-browse-html-parts): Work for images that do not specify
3120 file names; delete temp directory when quitting; insert header at the
3121 right place; use file: scheme for image files.
3122
3123 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
3124
3125 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3126 (gnus-article-browse-html-parts): Use it to make temporary cid image
3127 files in addition to html file so that browser may display them.
3128
3129 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
3130
3131 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3132
3133 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3134
3135 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3136
3137 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3138
3139 * auth-source.el (auth-sources): Change default to be simpler.
3140 Explain about Secret Service API sources. Improve Customize options.
3141 (auth-source-pick): Change to accept any number of search parameters.
3142 Implement fallbacks iteratively, not recursively. Add scoring on the
3143 second pass and sort by score. Call Secret Service API when needed.
3144 (auth-source-user-or-password): Use it. Call Secret Service API
3145 directly when needed to get the user name and the password.
3146
3147 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3148
3149 * message.el (message-interactive): Doc fix.
3150 (message-qmail-inject-args): Reflow.
3151 (message-kill-to-signature): Fix typo in docstring.
3152
3153 * smiley.el (smiley-buffer): Fix typo in docstring.
3154
3155 2010-03-24 Glenn Morris <rgm@gnu.org>
3156
3157 * mail-source.el (gnus-message): Declare.
3158 (mail-source-delete-old-incoming): Require gnus-util.
3159
3160 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
3161
3162 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3163
3164 * message.el (ecomplete-setup): Autoload it for Emacs <23.
3165
3166 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3167 password-cache's default if it is not bound.
3168 (mml-secure-passphrase-cache-expiry): Default to 16 that is
3169 password-cache-expiry's default if it is not bound.
3170
3171 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3172 available in Emacs 21.
3173
3174 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
3175
3176 * auth-source.el (auth-sources): Fix up definition so extra parameters
3177 are always inline.
3178
3179 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
3180
3181 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3182 wasn't updated after mismatch. Clear cached mailbox info correctly
3183 when uidvalidity changes.
3184 (nnimap-group-prefixed-name): New function to avoid some code
3185 duplication.
3186 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3187 (nnimap-request-group): Use it.
3188 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3189 (nnimap-update-unseen): Significantly improved speed of Gnus startup
3190 with many imap folders. This is done by caching the group status from
3191 the imap server persistently in a group parameter `imap-status'. (This
3192 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3193 but not persistently, so every Gnus startup was still very slow.)
3194
3195 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3196
3197 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
3198 secrets.el dependency.
3199 (auth-sources): Add optional user name. Add secrets.el configuration
3200 choice (unused right now).
3201
3202 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3203
3204 * gnus-sum.el (gnus-summary-make-menu-bar): Let
3205 `gnus-registry-install-shortcuts' fill in the functions.
3206
3207 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3208 warnings.
3209 (gnus-registry-misc-menus): Variable to hold registry mark menus.
3210 (gnus-registry-install-shortcuts): Populate and use it in a
3211 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3212
3213 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
3214
3215 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3216 In-place substitutions for the group name encoding/decoding.
3217 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3218 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3219 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3220 (nnimap-update-unseen, nnimap-request-list)
3221 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3222 (nnimap-request-set-mark, nnimap-split-to-groups)
3223 (nnimap-split-articles, nnimap-request-newgroups)
3224 (nnimap-request-create-group, nnimap-request-accept-article)
3225 (nnimap-request-delete-group, nnimap-request-rename-group)
3226 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
3227 `encoded-mbx' for consistency.
3228 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3229 variable `imap-current-mailbox'.
3230
3231 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3232 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3233
3234 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
3235
3236 * pop3.el (pop3-display-message-size-flag): Display message size byte
3237 counts during POP3 download.
3238 (pop3-movemail): Use it.
3239 (pop3-list): Implement listing of available messages.
3240
3241 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
3242
3243 * nnir.el (nnir-get-article-nov-override-function): New function to
3244 override the normal NOV retrieval.
3245 (nnir-retrieve-headers): Use it.
3246
3247 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
3248
3249 * auth-source.el (netrc-machine-user-or-password): Autoload.
3250
3251 2010-03-19 Glenn Morris <rgm@gnu.org>
3252
3253 Stop message.el from loading about 40 libraries it doesn't always need.
3254 The general approach is to autoload rather than require, and to
3255 require in the specific functions rather than the file. (Bug#5642)
3256
3257 * gmm-utils.el: Don't require wid-edit.
3258 (widget-create-child-value, widget-convert, widget-default-get):
3259 Autoload.
3260
3261 * gnus-util.el: Don't require time-date, netrc.
3262 (message-fetch-field, gnus-group-name-decode): Declare rather than
3263 autoloading.
3264 (gnus-fetch-field): Require message.
3265 (gnus-decode-newsgroups): Require gnus-group.
3266
3267 * ietf-drums.el: Don't require time-date.
3268
3269 * message.el: Don't require hashcash, canlock, ecomplete.
3270 Do require mail-utils. Require nnheader only when compiling.
3271 (smtpmail-default-smtp-server): Remove declaration.
3272 (message-send-mail-function): Check smtpmail-default-smtp-server
3273 is bound rather than requiring smtpmail.
3274 (message-auto-save-directory, message-insert-signature): Use
3275 expand-file-name rather than nnheader-concat.
3276 (nnheader-insert-file-contents): Autoload.
3277 (hashcash-wait-async): Declare.
3278 (message-send-mail): Only call gnus-setup-posting-charset if
3279 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
3280 (message-send-mail-with-sendmail): Require sendmail.
3281 (canlock-password, canlock-password-for-verify): Declare.
3282 (message-canlock-password): Require canlock.
3283 (nnheader-get-report): Autoload.
3284 (gnus-setup-posting-charset): Declare.
3285 (message-send-news): Require gnus-msg.
3286 (message-make-references, message-make-in-reply-to): Use mail-header-id
3287 rather than the alias mail-header-message-id.
3288 (ecomplete-add-item, ecomplete-save): Declare.
3289 (message-put-addresses-in-ecomplete): Require ecomplete.
3290 (ecomplete-display-matches): Autoload.
3291
3292 * mm-decode.el: Don't require mailcap, gnus-util.
3293 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3294 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3295 Autoload.
3296 (mailcap-mime-extensions): Declare.
3297
3298 * mm-encode.el: Don't require mailcap.
3299 (mailcap-extension-to-mime): Autoload.
3300
3301 * mml-sec.el: Don't require password-cache.
3302
3303 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3304 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3305 (mml-minibuffer-read-type): Require mailcap.
3306 (mml-preview): Require gnus-msg.
3307
3308 * mml1991.el: Require password-cache.
3309 (password-cache-expiry): Remove declaration.
3310
3311 * mml2015.el: Require password-cache.
3312 (password-cache-expiry): Remove declaration.
3313
3314 * nneething.el (mailcap): Require mailcap.
3315
3316 * nnheader.el (declare-function): Add compatibility stub.
3317 (message-remove-header): Declare rather than autoload.
3318 (nnheader-replace-header): Require message.
3319
3320 * nnimap.el (declare-function): Add compatibility stub.
3321 (netrc-parse, netrc-machine-user-or-password): Declare.
3322 (nnimap-open-connection): Require netrc.
3323
3324 * nntp.el (declare-function): Add compatibility stub.
3325 (netrc-parse, netrc-machine, netrc-get): Declare.
3326 (nntp-send-authinfo): Require netrc.
3327
3328 * rfc2047.el: Don't require qp.
3329 (quoted-printable-encode-region, quoted-printable-decode-string):
3330 Autoload.
3331
3332 * sieve-mode.el: Don't require easymenu.
3333 (easy-menu-add-item): Autoload it.
3334
3335 * spam-stat.el (time-to-number-of-days): Autoload it.
3336
3337 2010-03-17 Kevin Ryde <user42@zip.com.au>
3338
3339 * mml.el (mml-read-tag): Unquote values with `read' to reverse
3340 prin1 in mml-insert-tag (just stripping the quotes gave wrong
3341 value if any backslash escapes).
3342
3343 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3344
3345 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3346 if it is available. (bug#5647)
3347
3348 2010-02-26 Glenn Morris <rgm@gnu.org>
3349
3350 * message.el (message-send-mail-function): Change the default, so that
3351 it inherits from a customized send-mail-function. (Bug#5643)
3352
3353 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3356 shell-command-to-string signals an error (bug#5299).
3357
3358 2010-02-24 Glenn Morris <rgm@gnu.org>
3359
3360 * message.el (message-smtpmail-send-it)
3361 (message-send-mail-with-mailclient): Doc fixes.
3362
3363 2010-02-16 Glenn Morris <rgm@gnu.org>
3364
3365 * message.el (message-default-mail-headers): Change the default value
3366 to ease the transition from mail-mode to message-mode. (Bug#5555)
3367
3368 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3369
3370 * message.el (message-mail): Just pass yank-action on to message-setup.
3371 (message-setup): Handle (FUN . ARGS) form of yank-action.
3372 (message-with-reply-buffer, message-widen-reply)
3373 (message-yank-original): Handle non-buffer values of
3374 message-reply-buffer (Bug#4080).
3375 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3376
3377 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3378
3379 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3380 Fix typo in docstring.
3381
3382 2010-01-08 Jason Rumney <jasonr@gnu.org>
3383
3384 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3385 response.
3386
3387 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3388
3389 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3390
3391 * message.el (message-check-news-header-syntax): Protect against a
3392 string that `rfc822-addresses' returns when parsing fails.
3393
3394 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3395
3396 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3397 (gnus-previous-char-property-change): New functions.
3398
3399 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3400
3401 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
3402
3403 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3404 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
3405
3406 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * message.el (message-exchange-point-and-mark): Rework last change to
3409 avoid using optional arg of exchange-point-and-mark, for backward
3410 compatibility.
3411
3412 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3413
3414 * message.el (message-exchange-point-and-mark): Call
3415 exchange-point-and-mark with an argument rather than setting
3416 mark-active by hand (Bug#5175).
3417
3418 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3419
3420 * nntp.el (nntp-service-to-port): Work for service expressed with
3421 numeric string; replace [:digit:] with [0-9] for XEmacs.
3422
3423 2009-12-17 Glenn Morris <rgm@gnu.org>
3424
3425 * gnus-group.el (gnus-bug-group-download-format-alist):
3426 Change emacs entry to debbugs.gnu.org. Bump :version.
3427
3428 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3429
3430 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3431
3432 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
3433
3434 * message.el (message-info): Explain why we use `Info-goto-node'.
3435
3436 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * message.el (message-completion-in-region): New compatibility function.
3439 (message-expand-group): Use it.
3440
3441 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3442
3443 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3444 with no unread article should be listed if the 2nd arg `predicate' is
3445 given.
3446
3447 2009-11-29 Juri Linkov <juri@jurta.org>
3448
3449 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3450 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
3451 on `gnus-recenter'. (Bug#4698, Bug#4981)
3452
3453 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3454
3455 * message.el (message-from-style, message-interactive)
3456 (message-signature): Always set default values from the corresponding
3457 mail-* variables.
3458 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3459 (message-yank-prefix, message-indentation-spaces)
3460 (message-signature-file, message-default-headers): Use boundp rather
3461 than (featurep 'xemacs) to check if the corresponding mail-* variables
3462 exist.
3463
3464 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
3465
3466 * message.el (message-send-mail-with-sendmail): Revert last change.
3467
3468 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
3469
3470 * message.el (message-from-style, message-interactive)
3471 (message-cite-prefix-regexp, message-sendmail-envelope-from)
3472 (message-yank-prefix, message-indentation-spaces, message-signature)
3473 (message-signature-file, message-default-headers): For GNU Emacs, set
3474 default values from the corresponding mail-* variables.
3475 (message-send-mail-with-sendmail): Use envelope-from only if
3476 mail-specify-envelope-from is non-nil.
3477
3478 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3479
3480 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3481 containing tspecial characters if they have been already quoted.
3482
3483 2009-10-24 Glenn Morris <rgm@gnu.org>
3484
3485 * gnus-art.el (help-xref-stack-item): Define for compiler.
3486
3487 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3488
3489 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3490
3491 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3492
3493 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3494 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3495
3496 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
3497
3498 * gnus.el (gnus-overlay-get): New alias to overlay-get.
3499 (gnus-overlays-in): New alias to overlays-in.
3500
3501 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3502 gnus-overlay-get, and gnus-delete-overlay.
3503 (gnus-summary-show-thread): Make it work as well for systems in which
3504 next-single-char-property-change is not available.
3505 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3506
3507 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
3508
3509 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3510
3511 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3512
3513 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3514 and XEmacs that don't have `remove-overlays'.
3515
3516 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3519 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3520 selective display. Use overlays instead.
3521
3522 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3525
3526 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3527
3528 * spam-stat.el (spam-stat-load): Fix typo in message.
3529
3530 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
3531
3532 * gnus-art.el (gnus-article-encrypt-body):
3533 * message.el (message-check-recipients):
3534 * mm-util.el (mm-codepage-setup):
3535 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3536 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3537
3538 2009-09-22 Daiki Ueno <ueno@unixuser.org>
3539
3540 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3541 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3542 keys from the menu if mm-{sign,encrypt}-option is 'guided.
3543 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3544 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3545
3546 2009-09-18 Glenn Morris <rgm@gnu.org>
3547
3548 * gnus-diary.el (gnus-diary-check-message):
3549 * message.el (message-insert-formatted-citation-line):
3550 * nnbabyl.el (top-level):
3551 * nndiary.el (nndiary-schedule):
3552 Fix typos in condition-case handlers.
3553
3554 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3555
3556 * gnus-art.el (gnus-article-edit-part): Work for the buffer
3557 configuration that provides the sole article window in a frame;
3558 position point correctly after deleting a part.
3559
3560 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
3561
3562 * spam.el (spam-unregister-on-reregister): Add boolean variable.
3563 (spam-resolve-registrations-routine): Use it to unregister articles
3564 that change status.
3565
3566 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3567
3568 * nnrss.el (nnrss-request-article): Remove binding of
3569 default-enable-multibyte-characters that has gotten needless by
3570 the 2007-07-13 change in rfc2047-encode-message-header.
3571
3572 * mml.el (mml-insert-multipart): Error on the message header.
3573 (mml-insert-part): Error on the message header; position point at
3574 the end of a MIME tag.
3575
3576 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3577
3578 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3579 (gnus-float-time): Alias to float-time if it exists.
3580
3581 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3582 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3583 float-time is available; suppress compile warning for time-to-seconds.
3584
3585 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3586
3587 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3588 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3589 Add the optional argument `encoding' that overrides the default.
3590
3591 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3592 mm-encode-buffer.
3593
3594 2009-09-04 Glenn Morris <rgm@gnu.org>
3595
3596 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3597 mm-disable-multibyte, rather than default-enable-multibyte-characters.
3598 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3599 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3600 * mm-util.el (mm-with-unibyte-current-buffer)
3601 (mm-find-buffer-file-coding-system):
3602 * yenc.el (yenc-decode-region): Use default-value rather than
3603 default-enable-multibyte-characters.
3604
3605 2009-09-03 Glenn Morris <rgm@gnu.org>
3606
3607 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3608 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3609 than default-enable-multibyte-characters.
3610
3611 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
3612
3613 * gnus-art.el (gnus-article-read-summary-keys):
3614 Fix gnus-buffer-configuration's value temporarily used.
3615
3616 2009-09-02 Glenn Morris <rgm@gnu.org>
3617
3618 * gnus-util.el (gnus-float-time): New function.
3619 * gnus-delay.el (gnus-delay-article):
3620 * gnus-sum.el (gnus-thread-latest-date):
3621 * gnus-util.el (gnus-user-date): Use gnus-float-time.
3622 * nnspool.el (nnspool-request-newgroups):
3623 Use gnus-float-time rather than time-to-seconds.
3624 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3625
3626 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3627 (gnus-header-subject-face, gnus-header-newsgroups-face)
3628 (gnus-header-name-face, gnus-header-content-face):
3629 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3630 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3631 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3632 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3633 (gnus-cite-face-11):
3634 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3635 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3636 (gnus-server-closed-face, gnus-server-denied-face)
3637 (gnus-server-offline-face):
3638 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3639 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3640 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3641 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3642 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3643 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3644 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3645 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3646 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3647 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3648 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3649 (gnus-summary-selected-face, gnus-summary-cancelled-face)
3650 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3651 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3652 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3653 (gnus-summary-high-undownloaded-face)
3654 (gnus-summary-low-undownloaded-face)
3655 (gnus-summary-normal-undownloaded-face)
3656 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3657 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3658 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3659 (gnus-splash-face):
3660 * message.el (message-header-to-face, message-header-cc-face)
3661 (message-header-subject-face, message-header-newsgroups-face)
3662 (message-header-other-face, message-header-name-face)
3663 (message-header-xheader-face, message-separator-face)
3664 (message-cited-text-face, message-mml-face):
3665 * sieve-mode.el (sieve-control-commands-face)
3666 (sieve-action-commands-face, sieve-test-commands-face)
3667 (sieve-tagged-arguments-face):
3668 * spam.el (spam-face):
3669 Mark face aliases with "-face" in the name as obsolete.
3670
3671 2009-09-01 Glenn Morris <rgm@gnu.org>
3672
3673 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3674 than goto-line.
3675
3676 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3677
3678 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3679 Don't move point if the command is invoked inside the message header.
3680
3681 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3682
3683 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3684 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3685 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3686 * nnir.el (nnir-swish-e-index-file):
3687 * gnus-sum.el (gnus-summary-delete-marked-as-read)
3688 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3689 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3690 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3691 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3692 (gnus-treat-display-xface): Add Emacs version of obsolescence.
3693
3694 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
3695
3696 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3697 Don't save excursion.
3698
3699 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * nnheader.el (nnheader-find-file-noselect):
3702 * mm-util.el (mm-insert-file-contents):
3703 Use (default-value 'major-mode) instead of default-major-mode.
3704
3705 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3708
3709 2009-08-25 Glenn Morris <rgm@gnu.org>
3710
3711 * nnir.el (top-level): Don't require cl at run-time.
3712 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3713 Replace cl-function substitute with gnus-replace-in-string.
3714 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3715 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3716 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3717 simplified expansions.
3718
3719 2009-08-22 Glenn Morris <rgm@gnu.org>
3720
3721 * gnus-art.el (gnus-button-patch): Use forward-line rather than
3722 goto-line.
3723
3724 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
3725
3726 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3727
3728 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3729 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3730 (gnus-mm-display-part, gnus-mime-display-single)
3731 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3732 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3733
3734 * gnus-sum.el
3735 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3736 (gnus-summary-move-article): Add expirable mark to articles copied or
3737 moved to group that has auto-expire turned on if the option is non-nil.
3738
3739 2009-07-24 Glenn Morris <rgm@gnu.org>
3740
3741 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3742 Fix typo. (Bug#3903)
3743
3744 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
3745
3746 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3747 gnus-article-read-summary-keys rather than gnus-summary-edit-article
3748 that should not be used for draft articles.
3749 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3750 that has no concern in minor mode keys.
3751 (gnus-article-summary-command, gnus-article-summary-command-nosave):
3752 Abolish.
3753
3754 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
3755
3756 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3757 article without making inquiry to a user for unknown encoding.
3758
3759 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3760 (nnmaildir--scan): Assume i-node and device number that file-attributes
3761 returns might be cons-cell.
3762
3763 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
3764
3765 * auth-source.el: Remove docs now in auth.texi. Don't use
3766 `gnus-message' for logging. Add new variables `auth-source-debug' and
3767 `auth-source-hide-passwords' and use them.
3768
3769 2009-07-15 Glenn Morris <rgm@gnu.org>
3770
3771 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3772
3773 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
3774
3775 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3776 excessive whitespace from the default values of title and description.
3777
3778 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
3779
3780 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3781 mail-fetch-field to fetch Content-Description header in order to
3782 exclude newlines.
3783
3784 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3785
3786 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3787 to deleted part.
3788
3789 2009-05-30 David Engster <dengste@eml.cc>
3790
3791 * nnmairix.el: Remove old documentation in the commentary block.
3792 (nnmairix-request-group): Do not update active file for nnml back ends.
3793 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3794 end so that overview files are ignored.
3795 (nnmairix-update-groups): Make updating the groups more robust by using
3796 marks.
3797 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3798 with dollar characters in message-id.
3799
3800 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
3801
3802 * spam.el: Use dns-query instead of query-dns. Was renamed on
3803 2008-12-25 in dns.el.
3804
3805 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3808 could happen if the text is only composed of spaces and/or tabs.
3809
3810 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
3811
3812 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3813 when sending a queued message to avoid extra mml tags.
3814
3815 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
3816
3817 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3818
3819 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
3820
3821 * gnus-dired.el: Remove autoload for gnus-setup-message.
3822 (gnus-dired-attach): Fake this-command value to prevent Gnus from
3823 displaying Gnus logo; always use compose-mail.
3824
3825 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3826
3827 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3828
3829 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
3830
3831 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3832 (gnus-nocem-issuers): List currently active issuers; fix custom type.
3833 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3834 available.
3835 (gnus-nocem-epg-verify): New function.
3836
3837 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
3838
3839 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3840
3841 2009-02-15 Glenn Morris <rgm@gnu.org>
3842
3843 * gnus-util.el (rmail-insert-rmail-file-header)
3844 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3845 autoloads.
3846 (rmail-default-rmail-file): Remove unnecessary declaration.
3847 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3848
3849 2009-02-14 Glenn Morris <rgm@gnu.org>
3850
3851 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3852 variable (only used in gnus-util, which declares it anyway).
3853 (rmail-output-to-rmail-file): Remove autoload of deleted function,
3854 which was only needed by gnus-art (changed to not use it any more).
3855 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3856 only used in gnus-util, which autoloads it itself.
3857 (rmail-update-summary): Fix autoload.
3858
3859 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3860 rather than rmail-output-to-rmail-file.
3861
3862 2009-02-07 Glenn Morris <rgm@gnu.org>
3863
3864 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3865 autoload of function that no longer exists.
3866 (rmail-toggle-header): Declare.
3867 (message-forward-rmail-make-body): Handle mbox Rmail.
3868
3869 2009-01-31 Glenn Morris <rgm@gnu.org>
3870
3871 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3872 2009-01-09 change.
3873
3874 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
3875
3876 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3877 (auth-source-forget-all-cached): New convenience function.
3878 (auth-source-user-or-password): Accept list of modes or a single mode.
3879
3880 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3881 auth-source modes.
3882
3883 * nnimap.el (nnimap-open-connection): Use list of
3884 auth-source modes.
3885
3886 * nntp.el (nntp-send-authinfo): Use list of
3887 auth-source modes.
3888
3889 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
3890
3891 * auth-source.el: Update docs to reflect epa-file-enable is to be used
3892 now.
3893
3894 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3895
3896 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3897 coding system in XEmacs; add a workaround for XEmacs.
3898
3899 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
3900
3901 * mm-util.el (mm-coding-system-priorities): Protect against nil value
3902 of current-language-environment.
3903
3904 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
3905
3906 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3907 available at runtime.
3908
3909 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
3910
3911 * gnus-art.el (article-date-ut): Fix end point of narrowing.
3912
3913 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
3914
3915 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3916 the greatest positive fixnum value doesn't work under an XEmacs with
3917 bignum support; use the most-positive-fixnum constant instead,
3918 available since Emacs 21.1 with cl and XEmacs 21.1.
3919
3920 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3921
3922 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3923 XEmacs gets not to work.
3924
3925 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3926
3927 * mm-util.el (mm-coding-system-priorities): Allow the value like
3928 "Japanese (UTF-8)" of current-language-environment.
3929
3930 2009-01-09 Glenn Morris <rgm@gnu.org>
3931
3932 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3933 with last-command-event.
3934
3935 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
3936
3937 * message.el (message-fix-before-sending): Amend comment.
3938
3939 2009-01-07 David Engster <dengste@eml.cc>
3940
3941 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3942 simplified server definitions by converting it via
3943 gnus-server-to-method.
3944
3945 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3946
3947 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3948 parameter's operands.
3949
3950 2009-01-06 David Engster <dengste@eml.cc>
3951
3952 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3953 primary select method (for gnus-group-mark-article-as-read).
3954
3955 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
3956
3957 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3958 `(gnus)Face', not `(gnus)X-Face'.
3959
3960 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
3961
3962 * mm-util.el (mm-ucs-to-char): New function.
3963
3964 * mm-url.el (mm-url-decode-entities): Use it.
3965
3966 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3967
3968 * message.el (message-fix-before-sending): Add `eight-bit' to
3969 illegible-text check.
3970
3971 2009-01-03 Michael Olson <mwolson@gnu.org>
3972
3973 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3974 `headers' is nil. This can occur if the IMAP server does not have
3975 permissions to read messages from a folder, but can write new messages
3976 to the folder.
3977 (nnimap-request-article-part): Do not insert `data' if it is nil.
3978
3979 2009-01-01 Dave Love <fx@gnu.org>
3980
3981 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3982
3983 * nnimap.el: Fix author email.
3984 (nnimap-split-rule): Add FIXME comment.
3985 (nnimap-debug): Fix doc string.
3986
3987 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3988
3989 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3990 overlay-arrow-position and overlay-arrow-string buffer-local; no need
3991 to check if those variables exist (first appeared in Emacs 18.50).
3992
3993 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
3994
3995 * mm-util.el (mm-line-number-at-pos): New function.
3996
3997 * spam-report.el (spam-report-process-queue): Use it.
3998
3999 2008-12-24 David Engster <dengste@eml.cc>
4000
4001 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4002 parameters that haven't existed as variables as buffer-local variables.
4003
4004 2008-12-23 Dave Love <fx@gnu.org>
4005
4006 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4007 cadar.
4008
4009 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4010 imap-starttls-p.
4011 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4012
4013 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
4014
4015 * spam-report.el (spam-report-gmane-max-requests): New constant.
4016 (spam-report-gmane-wait): New variable.
4017 (spam-report-gmane-ham, spam-report-gmane-spam)
4018 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4019 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4020 the server.
4021
4022 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4023 Add explanations.
4024
4025 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4026 nnheader-accept-process-output and nnheader-read-timeout if available.
4027 (pop3-movemail): Use it.
4028
4029 * message.el (message-check-news-body-syntax): Fix signature check if
4030 there's an attachment.
4031
4032 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
4033
4034 * mm-util.el: Add comments to the mm- emulating functions.
4035
4036 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
4037
4038 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
4039 by Stephen Berman <stephen.berman@gmx.net>.
4040
4041 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4042
4043 * mm-util.el (mm-substring-no-properties): New function.
4044 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4045 (mm-special-display-p): Enable those lambda forms to be byte compiled.
4046 (mm-string-to-multibyte): Doc fix.
4047
4048 * mml.el (mml-attach-file): Use mm-substring-no-properties.
4049
4050 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
4051
4052 * mml.el (mml-attach-file): Strip text properties from file name.
4053 (Bug#1574)
4054
4055 2008-12-16 Glenn Morris <rgm@gnu.org>
4056
4057 * mm-util.el (mm-charset-override-alist): Declare for compiler.
4058
4059 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4060
4061 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4062 knows since the charset specified might be a bogus alias that
4063 mm-charset-synonym-alist provides.
4064
4065 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
4066
4067 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4068 "ISO_8859-1".
4069
4070 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4071
4072 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4073
4074 * mm-util.el (mm-charset-eval-alist):
4075 Define it before mm-charset-to-coding-system.
4076 (mm-charset-to-coding-system): Add optional argument `silent';
4077 define it before mm-charset-override-alist.
4078 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4079 default value if it can be used in Emacs currently running;
4080 silence mm-charset-to-coding-system.
4081
4082 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
4083
4084 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4085 `allow-override' which says whether to use `mm-charset-override-alist'.
4086 (rfc2047-decode-encoded-words): Use it.
4087
4088 * mm-util.el (mm-charset-override-alist): Fix custom type;
4089 add `(gb2312 . gbk)' to choices.
4090
4091 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
4092
4093 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4094 fast.
4095
4096 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4097
4098 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
4099
4100 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4101 on links.
4102
4103 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4104
4105 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4106
4107 * message.el (message-idna-to-ascii-rhs-1): Protect against local
4108 users' addresses that don't have domain parts.
4109 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4110 rather than message-narrow-to-head since there will be the message
4111 header separator.
4112
4113 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4116 since the result is inserted in a unibyte buffer anyway.
4117 (nnimap-demule-use-string-to-multibyte): Remove.
4118 (nnimap-demule): Alias it to mm-string-to-multibyte.
4119
4120 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4121
4122 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4123 variable for debugging bug#464 and bug#1174.
4124 (nnimap-demule): Use it.
4125
4126 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4127
4128 * gnus-score.el (gnus-score-find-trace): Handle default score in total
4129 score calculation correctly.
4130
4131 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * message.el (message-send-mail): Just set the buffer to unibyte
4134 rather than use mm-with-unibyte-current-buffer which does a lot more.
4135 (message-send-mail-partially): Don't bother with
4136 mm-with-unibyte-current-buffer since it's already been made unibyte by
4137 message-send-mail.
4138
4139 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
4140
4141 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4142
4143 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4144
4145 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4146
4147 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4148
4149 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4150 require itself and to remove `with-no-warnings'.
4151
4152 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
4153
4154 * starttls.el (starttls-any-program-available): Get the name of the
4155 available TLS layer program.
4156 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4157 well as the host name in the "opening" message.
4158
4159 * auth-source.el (auth-source-cache, auth-source-do-cache)
4160 (auth-source-user-or-password): Cache passwords and logins by default,
4161 allow override with `auth-source-do-cache'.
4162 (auth-source-forget-user-or-password): Allow users to remove cache
4163 entries if needed.
4164
4165 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4166
4167 * ietf-drums.el (ietf-drums-remove-comments): Localize second
4168 condition-case to only the forward-sexp call.
4169
4170 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4171
4172 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4173 quotes contained. Make it more robust regardless by an extra
4174 condition-case wrapper.
4175
4176 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4177
4178 * nnml.el (nnml-request-expire-articles): Check if the function set to
4179 `nnmail-expiry-target' returns the symbol `delete'.
4180
4181 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4182
4183 * nnmail.el (nnmail-expiry-target): Fix custom type.
4184
4185 2008-10-02 Glenn Morris <rgm@gnu.org>
4186
4187 * mm-util.el (mm-codepage-setup): Tweak codepage error.
4188 Silence compiler warning.
4189
4190 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * mml.el (mml-menu): Don't assume mml2015 is bound.
4193
4194 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4195
4196 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4197 exists.
4198
4199 2008-09-27 Glenn Morris <rgm@gnu.org>
4200
4201 * gnus-util.el (mail-header-remove-comments): Autoload it.
4202
4203 2008-09-27 Andreas Schwab <schwab@suse.de>
4204
4205 * gnus-util.el (gnus-split-references): Strip comments.
4206 (gnus-parent-id): Likewise.
4207
4208 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
4209
4210 * message.el (message-confirm-send): Fix version.
4211
4212 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
4213
4214 * message.el (message-idna-to-ascii-rhs-1): Use
4215 mail-extract-address-components rather than mail-header-parse-addresses
4216 that is an alias by default to ietf-drums-parse-addresses that does not
4217 support non-ASCII names in headers' contents.
4218
4219 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4220
4221 * message.el (message-confirm-send): Fixed variable documentation to
4222 avoid the "y/n" wording.
4223
4224 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
4225
4226 * message.el (message-set-auto-save-file-name): Save to a different
4227 filename so multiple messages (especially drafts) can be recovered.
4228
4229 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4230
4231 * message.el (message-confirm-send): Add appropriate version.
4232
4233 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4234
4235 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4236 defvar.
4237
4238 2008-09-22 Daiki Ueno <ueno@unixuser.org>
4239
4240 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4241 (mm-pkcs7-enveloped-magic): Ditto.
4242
4243 2008-09-17 Simon Josefsson <simon@josefsson.org>
4244
4245 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4246 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4247
4248 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4249
4250 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4251 default, it's better.
4252
4253 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
4254
4255 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4256 summary line gnus-number property and ignore them (with a warning
4257 message).
4258
4259 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4260
4261 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4262 macro caddr in the interactive form since it won't be expanded.
4263
4264 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4265
4266 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4267 `charset'; fix name of function called recursively.
4268 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4269
4270 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4271
4272 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4273 (gnus-mime-set-charset-parameters): New function.
4274 (gnus-mime-view-part-as-charset): Use it to correctly display part
4275 specifying wrong charset.
4276
4277 2008-09-08 David Engster <dengste@eml.cc>
4278
4279 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4280 in completing-read for back end server.
4281
4282 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
4283
4284 * message.el (message-confirm-send): New variable to confirm sending a
4285 message.
4286 (message-send): Use it.
4287
4288 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
4289
4290 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4291
4292 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4293
4294 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4295
4296 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
4297
4298 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4299 prevent tracking too many groups.
4300 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4301 Use it.
4302
4303 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
4304
4305 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4306 moving point to the bottom of the window in order to avoid recentering.
4307
4308 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
4309
4310 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4311 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4312 (gnus-article-beginning-of-window): Fix calculation.
4313
4314 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
4315
4316 * gnus-msg.el (gnus-summary-supersede-article)
4317 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4318 value of gnus-newsgroup-charset to decode non-MIME encoded text in
4319 message header.
4320
4321 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4322
4323 * message.el:
4324 * gnus-start.el:
4325 * gnus-registry.el: Remove VMS support.
4326
4327 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4328
4329 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4330 macro.
4331 (rfc2104-hash): Use it.
4332
4333 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
4334
4335 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4336 (gnus-summary-sort-by-most-recent-date): New commands.
4337 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4338 and menu entries.
4339
4340 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
4341
4342 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4343 don't redisplay article for raw contents; remove plural articles stuff.
4344
4345 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4346 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4347 on gnus-summary-save-article; display results properly.
4348
4349 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4350
4351 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4352
4353 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4354
4355 * gnus-art.el (gnus-summary-save-in-pipe): Consider
4356 gnus-save-all-headers.
4357
4358 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4359
4360 * gnus-util.el (ns-focus-frame): Remove declaration.
4361 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
4362 like x.
4363
4364 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4365
4366 * rfc2104.el (rfc2104-zero): Delete defconst.
4367 (rfc2104-hex-alist): Likewise.
4368 (rfc2104-hex-to-int): Delete func.
4369 (rfc2104-hexstring-to-bitstring): Likewise.
4370 (rfc2104-nybbles): New defconst.
4371 (rfc2104-hash): Rewrite for speed.
4372
4373 2008-07-16 Glenn Morris <rgm@gnu.org>
4374
4375 * gnus-util.el (ns-focus-frame): Declare for compiler.
4376
4377 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4378
4379 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4380 set as a group parameter.
4381 (gnus-summary-save-in-pipe): Work when it is called independently.
4382 (gnus-summary-pipe-to-muttprint): Don't modify
4383 gnus-summary-pipe-output-default-command.
4384
4385 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * message.el (message-send-mail-with-sendmail):
4388 Display the error message.
4389
4390 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4391
4392 * gnus-art.el (gnus-default-article-saver):
4393 Add gnus-summary-save-in-pipe to choices.
4394 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4395 gnus-summary-pipe-output-default-command as the default command.
4396 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4397 instead of gnus-last-shell-command.
4398
4399 * gnus-sum.el (gnus-summary-pipe-output-default-command):
4400 New user option.
4401 (gnus-summary-muttprint-program): Mention the value will be changed.
4402 (gnus-summary-save-article): Force showing of all headers.
4403 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4404
4405 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
4406
4407 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4408
4409 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
4410
4411 * nnimap.el (nnimap-id):
4412 * sieve-manage.el (sieve-manage-open): Doc fixes.
4413
4414 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
4415
4416 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4417 if available.
4418
4419 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4422
4423 * nnkiboze.el (nnkiboze-generate-group):
4424 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4425
4426 * nnmairix.el: Require CL.
4427
4428 2008-06-15 David Engster <dengste@eml.cc>
4429
4430 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4431
4432 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
4433
4434 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4435 New macros that expand to an `aset'/`aref' call under Emacs, and to a
4436 runtime choice under XEmacs.
4437
4438 * gnus-sum.el (gnus-summary-set-display-table):
4439 Use `gnus-put-display-table', `gnus-get-display-table',
4440 `gnus-set-display-table' for the display table, instead of `aset'.
4441
4442 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4443
4444 * nnmairix.el: Add autoloads.
4445
4446 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4447
4448 * nnmairix.el (nnmairix-delete-recreate-group)
4449 (nnmairix-update-and-clear-marks): Fix error messages.
4450
4451 2008-06-14 David Engster <dengste@eml.cc>
4452
4453 * nnmairix.el: Upgrade to version 0.6.
4454 (nnmairix-group-toggle-propmarks-this-group)
4455 (nnmairix-group-toggle-readmarks-this-group)
4456 (nnmairix-group-delete-recreate-this-group)
4457 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4458 (nnmairix-remove-tick-mark-original-article): New commands.
4459 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4460 (nnmairix-propagate-marks-to-nnmairix-groups)
4461 (nnmairix-only-use-registry, nnmairix-allowfast-default)
4462 (nnmairix-marks-cache, nnmairix-version-output): New variables.
4463 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4464 functions needed for marks propagation and manipulation of read marks.
4465 (nnmairix-update-groups): New function.
4466 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4467 (nnmairix-determine-original-group-from-registry)
4468 (nnmairix-determine-original-group-from-path)
4469 (nnmairix-get-group-from-file-path, nnmairix-map-range)
4470 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4471 New helper functions.
4472 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4473 keystrokes for new commands.
4474 (nnmairix-delete-and-create-on-change): Doc string cleanup.
4475 (nnmairix-request-group): Check allow-fast group parameter.
4476 (nnmairix-request-create-group): Set allow-fast group parameter if
4477 nnmairix-allowfast-default is set.
4478 (nnmairix-close-group): Propagate marks upon closing if needed.
4479 (nnmairix-group-toggle-threads-this-group): Use new.
4480 nnmairix-group-toggle-parameter helper function.
4481 (nnmairix-search): Better check for empty search result.
4482 (nnmairix-goto-original-article): Use new helper functions for
4483 determining original article.
4484 (nnmairix-show-original-article): Make sure message-id is in brackets.
4485 (nnmairix-call-mairix-binary): Change variable name.
4486 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4487 helper function.
4488 (nnmairix-widget-toggle-activate): Fix doc string.
4489
4490 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4491
4492 * nnir.el: Require edmacro when compiling with XEmacs.
4493 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4494 available in Emacs 21.
4495
4496 2008-06-11 Glenn Morris <rgm@gnu.org>
4497
4498 * gnus-util.el (x-focus-frame):
4499 * gnus.el (image-size):
4500 * mm-decode.el (image-size): Declare.
4501
4502 * gnus-picon.el (declare-function): Add compat definition.
4503 (image-size): Declare.
4504
4505 * gnus-group.el (tool-bar-map):
4506 * gnus-sum.el (tool-bar-map): Define for compiler.
4507
4508 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4509
4510 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4511
4512 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4513 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4514 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4515 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4516 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4517 * sieve-manage.el, spam-report.el, spam.el:
4518 Remove unnecessary eval-and-compile of autoloads.
4519
4520 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
4521
4522 * auth-source.el: Precise Tramp doc.
4523
4524 2008-06-07 Glenn Morris <rgm@gnu.org>
4525
4526 * nnmairix.el: Remove unnecessary eval-when-compile.
4527
4528 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
4529
4530 * nnir.el: New file.
4531
4532 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * gnus-util.el (gnus-read-shell-command): New function.
4535 * mm-decode.el (mm-pipe-part):
4536 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4537
4538 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
4539
4540 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4541
4542 2008-06-03 Glenn Morris <rgm@gnu.org>
4543
4544 * pop3.el (nnheader-accept-process-output): Autoload it.
4545
4546 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4547
4548 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4549 are not 2-digit hexadecimal characters that follow `%'s.
4550
4551 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4552
4553 * message.el (message-bogus-recipient-p): Fix type in doc string.
4554 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4555 (message-bogus-addresses): Rename from message-bogus-address-regexp.
4556 Improve custom options.
4557 (message-bogus-recipient-p): Adjust accordingly.
4558
4559 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4560
4561 * nnmairix.el: Require edmacro when compiling with XEmacs.
4562
4563 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
4564
4565 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4566 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4567
4568 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4569
4570 * auth-source.el: Add more docs.
4571
4572 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4573
4574 * nnheader.el (nnheader-read-timeout): Change the default timeout from
4575 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
4576 retrieval faster in some cases, but might make CPU usage larger. If
4577 this has any bad side effects, we might revert this change.
4578
4579 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4580 seems to make mail retrieval much, much faster.
4581 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4582 unconditionally.
4583
4584 * gnus-draft.el (gnus-group-send-queue): Bind
4585 message-send-mail-partially-limit to nil to avoid being prompted.
4586
4587 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4588
4589 * mml.el (mml-attach-buffer): Prompt for `disposition'.
4590
4591 * message.el (message-bogus-address-regexp): Fix and improve custom
4592 type.
4593 (message-setup-hook): Add message-check-recipients as custom option.
4594
4595 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
4596
4597 * message.el (message-cite-function): Remove bogus autoload which crept
4598 in during merge from v5-10.
4599
4600 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
4601
4602 * nnimap.el (nnimap-open-connection): Fix login/password bug.
4603
4604 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4605
4606 * auth-source.el: Preliminary Tramp docs.
4607 (auth-sources): Change the default auth-sources to use
4608 EPA .gpg files.
4609
4610 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4611
4612 * nntp.el: Autoload `auth-source-user-or-password'.
4613 (nntp-send-authinfo): Use it.
4614
4615 * nnimap.el: Autoload `auth-source-user-or-password'.
4616 (nnimap-open-connection): Use it.
4617
4618 * auth-source.el: Added docs on using with url-auth. Import gnus-util
4619 for the gnus-message function.
4620 (auth-source-user-or-password): Use it.
4621
4622 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4625 rfc2104-hexstring-to-byte-list. Return a unibyte string.
4626 (rfc2104-hash): Use it.
4627
4628 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4629
4630 * gnus-art.el (gnus-article-toggle-truncate-lines):
4631 Don't use `iff' in docstring.
4632
4633 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
4634
4635 * gnus-registry.el: Adjusted copyright dates and added a keyword.
4636
4637 * gnus-util.el (gnus-extract-address-component-name)
4638 (gnus-extract-address-component-email): Convenience functions around
4639 `gnus-extract-address-components'.
4640
4641 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4642 Use `gnus-extract-address-component-email' to fix bug of comparing full
4643 sender name to `user-mail-address'.
4644
4645 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4646
4647 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4648 catch/throw to optimize.
4649 (gnus-registry-find-keywords): Just use member to find a keyword.
4650
4651 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4654 is current before calling gnus-server-prepare.
4655 (gnus-server-setup-buffer, gnus-server-update-server)
4656 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4657
4658 2008-05-04 Juri Linkov <juri@jurta.org>
4659
4660 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4661 (mailcap-file-default-commands): Use mailcap-replace-in-string
4662 instead of replace-regexp-in-string, and mailcap-delete-duplicates
4663 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
4664
4665 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
4666
4667 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4668
4669 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4670
4671 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4672 hooks.
4673 (gnus-update-read-articles): Speed up non-marks-using users.
4674 (gnus-use-marks): Define gnus-use-marks.
4675 (gnus-propagate-marks): Rename variable to something more sensible.
4676
4677 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
4678
4679 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4680 (gmm-image-load-path-for-library): Fix typos in docstrings.
4681 (gmm-message): Reflow docstring.
4682
4683 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
4684
4685 * mail-source.el (mail-source-set-1, mail-source-bind):
4686 Move auth-source code out of the macro to clean it up and fix bugs.
4687
4688 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
4689
4690 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4691 by sender if it's equal to user-mail-address, it's likely to be
4692 useless.
4693
4694 * mail-source.el (mail-source-bind): Don't use user or password if they
4695 are not bound. Unintern them if they are nil. Don't use server unless
4696 it's bound, and default it to empty string otherwise.
4697
4698 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4699
4700 * mail-source.el: Load auth-source.el.
4701 (mail-source-bind): Add comments. Call auth-source-user-or-password to
4702 get user name or password, if auth-sources is set up.
4703
4704 * gnus-registry.el (gnus-registry-split-strategy): New variable for
4705 strategy of splitting with parent.
4706 (gnus-registry-split-fancy-with-parent)
4707 (gnus-registry-post-process-groups): Use it and fix prior
4708 bug (returning a list as the split result).
4709
4710 * auth-source.el (auth-sources): Remove server parameter.
4711 (auth-source-pick, auth-source-user-or-password)
4712 (auth-source-user-or-password-imap)
4713 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4714 (auth-source-user-or-password-sftp)
4715 (auth-source-user-or-password-smtp): Remove server parameter.
4716
4717 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * smime.el (smime-sign-region, smime-encrypt-region)
4720 (smime-decrypt-region):
4721 Remove redundant calls to `generate-new-buffer-name'.
4722
4723 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
4724
4725 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4726 Don't use QP for message/rfc822.
4727 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4728
4729 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * sieve-manage.el (sieve-string-bytes): Remove.
4732 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4733 correct byte-length only if the process's coding-system is the same as
4734 the one used internally by Emacs to represent strings.
4735
4736 2008-04-22 Juri Linkov <juri@jurta.org>
4737
4738 * mailcap.el (mailcap-file-default-commands): New function.
4739
4740 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4741
4742 * message.el (message-signature-separator, message-cite-function):
4743 Change custom version.
4744
4745 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
4746
4747 * mm-decode.el (mm-display-external): Make temp file read-only.
4748
4749 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4750
4751 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4752 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
4753 `C-c C-f d'.
4754
4755 2008-04-12 Adrian Aichner <adrian@xemacs.org>
4756
4757 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4758
4759 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4760
4761 * auth-source.el: Added docs.
4762 (auth-sources): Modify format to support server.
4763 (auth-source-pick, auth-source-user-or-password)
4764 (auth-source-user-or-password-imap)
4765 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4766 (auth-source-user-or-password-sftp)
4767 (auth-source-user-or-password-smtp): Add server parameter.
4768
4769 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
4770
4771 * gnus-registry.el: Initialize the registry when gnus-registry-install
4772 is t.
4773
4774 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
4775
4776 * compface.el (uncompface): Make buffer unibyte.
4777
4778 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * mail-source.el (mail-source-value):
4781 Prefer fboundp to functionp so it works with macros as well.
4782
4783 2008-04-05 Glenn Morris <rgm@gnu.org>
4784
4785 * gnus-ems.el (mm-disable-multibyte): Autoload it.
4786
4787 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
4790 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4791
4792 * nnheader.el (nnheader-init-server-buffer): Change buffer's
4793 multibyteness after rather than before erasing it.
4794
4795 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4796 mm-with-multibyte.
4797 (gnus-request-article-this-buffer): Make sure the proper decoding is
4798 used if gnus-original-article-buffer happens to be unibyte.
4799
4800 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4801 default-enable-multibyte-characters.
4802
4803 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4804 default-enable-multibyte-characters.
4805
4806 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4807
4808 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4809
4810 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4813 Fix last change in case the element is not even a symbol.
4814
4815 2008-04-02 Simon Josefsson <simon@josefsson.org>
4816
4817 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4818 imap-enable-exchange-bug-workaround.
4819 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4820
4821 2008-04-01 Simon Josefsson <simon@josefsson.org>
4822
4823 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4824 a 100 byte status-checks into a 2-3MB transfer for each group.
4825 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4826 to enable bug workaround or not.
4827 (nnimap-find-minmax-uid): Only enable workaround conditionally.
4828
4829 2008-03-31 Glenn Morris <rgm@gnu.org>
4830
4831 * message.el (mml2015-use): Declare for compiler.
4832 (message-info): Require mml2015 when appropriate.
4833
4834 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4837 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4838 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4839 (nntp-service-to-port): New function.
4840 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4841 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4842 (nntp-open-netcat-stream): New function.
4843 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4844
4845 2008-03-29 Sven Joachim <svenjoac@gmx.de>
4846
4847 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4848
4849 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4852
4853 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
4854
4855 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4856
4857 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
4858
4859 * message.el (message-signature-separator): Change default.
4860 Improve custom type.
4861 (message-cite-function): Change default to
4862 message-cite-original-without-signature.
4863
4864 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4865 toggle.
4866
4867 * message.el (message-check-news-body-syntax): Fix signature check.
4868 (message-setup-1): Mark buffer as unmodified _after_ running
4869 message-setup-hook and handling message-alternative-emails.
4870 (message-shorten-references): Be more strict when building list of
4871 valid references to comply with GNKSA.
4872
4873 * gnus-group.el (gnus-read-ephemeral-bug-group)
4874 (gnus-read-ephemeral-debian-bug-group)
4875 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4876
4877 * message.el (message-info): Don't use booleanp which isn't supported
4878 in Emacs 21 and XEmacs.
4879
4880 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
4881
4882 * gnus-group.el (gnus-gmane-group-download-format): Rename from
4883 gnus-group-gmane-group-download-format.
4884 (gnus-group-read-ephemeral-gmane-group): Rename from
4885 gnus-group-read-ephemeral-gmane-group.
4886 (gnus-read-ephemeral-gmane-group-url): Rename from
4887 gnus-group-read-ephemeral-gmane-group-url.
4888 (gnus-bug-group-download-format-alist): New variable.
4889 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4890 (gnus-read-ephemeral-emacs-bug-group): New commands.
4891
4892 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4893
4894 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4895 (gnus-visible-headers): Improve custom type.
4896
4897 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4898
4899 * mml.el (mml-menu): Add workarounds for XEmacs.
4900
4901 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4902 X-Boundary header.
4903
4904 * message.el (message-simplify-recipients): Fix previous commit.
4905
4906 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * mm-util.el (mm-set-buffer-multibyte): New function.
4909 * mm-decode.el (mm-copy-to-buffer): Use it.
4910
4911 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4912 Prefer fboundp to functionp so it works with macros as well.
4913
4914 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
4915
4916 * message.el (message-alter-recipients-discard-bogus-full-name):
4917 New function.
4918 (message-alter-recipients-function): New variable.
4919 (message-get-reply-headers): Use it.
4920 (message-replace-header): New helper function.
4921 (message-recipients-without-full-name): New variable.
4922 (message-simplify-recipients): New command.
4923
4924 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4925
4926 * message.el (message-info): Handle EasyPG manual.
4927
4928 * mml.el (mml-menu): Add entry for EasyPG.
4929
4930 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
4931
4932 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4933 parameter.
4934
4935 * message.el (message-disassociate-draft): Specify drafts group name
4936 fully.
4937
4938 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
4939
4940 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4941 unnecessary duplicates from the match list.
4942
4943 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
4944
4945 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4946 args of `how-many' of which the XEmacs version doesn't take; declare
4947 Info-index-next as function.
4948
4949 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4950
4951 * gnus-score.el (gnus-score-headers): Fix handling of
4952 gnus-inhibit-slow-scoring.
4953
4954 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4955 string.
4956 (gnus-button-url-regexp): Improve handling of parenthesis.
4957 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4958 (gnus-button-handle-info-keystrokes): Handle index entries.
4959
4960 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
4961
4962 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4963 Incoming* files.
4964
4965 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4966
4967 * auth-source.el (auth-sources): Renamed from auth-source-choices.
4968 (auth-source-pick): Use it.
4969
4970 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4971
4972 * auth-source.el (auth-source-protocols)
4973 (auth-source-protocols-customize, auth-source-choices): Added and
4974 modified variable customizations and defaults.
4975 (auth-source-pick, auth-source-user-or-password)
4976 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4977 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4978 (auth-source-user-or-password-sftp)
4979 (auth-source-user-or-password-smtp): Use new variables and provide an
4980 interface to netrc.el.
4981
4982 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
4983
4984 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4985 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4986 Make sure the nntp port to specify is a string.
4987
4988 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4989
4990 * nntp.el: Use with-current-buffer.
4991 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4992 dubious mm-with-unibyte-current-buffer.
4993 (nntp-with-open-group-function): New function extracted from
4994 nntp-with-open-group macro.
4995 (nntp-with-open-group): Use the function, so it's easier to debug.
4996 Add indentation and debugging info.
4997 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4998 the use of the netcat alternatives.
4999
5000 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5001 Avoid mm-string-as-multibyte as well.
5002
5003 * nnweb.el (nnweb-insert-html):
5004 Remove use of nnheader-string-as-multibyte.
5005
5006 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5007 (nnheader-string-as-multibyte): Remove.
5008
5009 * mm-view.el: Use inhibit-read-only.
5010 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5011 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5012 or unibyte-string.
5013
5014 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5015 (mm-uu-yenc-extract): Use with-current-buffer.
5016
5017 * gnus-soup.el (gnus-soup-send-packet): Don't use
5018 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5019
5020 * nnmh.el: Use with-current-buffer.
5021 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5022 mm-string-as-multibyte on the output of mm-encode-coding-string.
5023
5024 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5025 (nnimap-request-move-article): Use with-current-buffer.
5026
5027 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5028 inserting the handle-buffer's text, so the implicit multibyte->unibyte
5029 conversion uses string-make-unibyte rather than string-as-unibyte.
5030
5031 * gnus-msg.el: Use with-current-buffer.
5032
5033 * message.el (message-ignored-resent-headers): Add "Delivered-To".
5034
5035 2008-03-10 Daiki Ueno <ueno@unixuser.org>
5036
5037 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5038 string for caching if it is 'PIN.
5039
5040 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5041
5042 * mail-source.el (mail-source-delete-old-incoming-confirm):
5043 Change default to nil.
5044 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5045
5046 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
5047
5048 * gnus-art.el (gnus-narrow-to-page): Position point properly.
5049 (gnus-article-goto-prev-page): Work for articles having ^L's.
5050
5051 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5052
5053 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5054
5055 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5056
5057 * gnus-bookmark.el: Adjust for renames in bookmark.el.
5058 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5059 (gnus-bookmark-jump): Adjust some variable names.
5060
5061 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
5062
5063 * auth-source.el: New package.
5064 (auth-source-choices): Add customization entry point variable.
5065
5066 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5067 bug.
5068
5069 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
5070
5071 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5072 (gnus-registry-initialize, gnus-registry-install-p): Use it.
5073 (gnus-registry-install-shortcuts): Rename from
5074 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
5075 the `gnus-registry-mark-map' keymap dynamically from
5076 `gnus-registry-marks'. The generated functions update the summary line
5077 when a registry mark is added or deleted, and will call
5078 `gnus-registry-install-p' (see the comments in the code).
5079 (gnus-registry-user-format-function-M): Use concat intelligently.
5080
5081 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5082 the registry mark functions.
5083
5084 2008-03-05 Glenn Morris <rgm@gnu.org>
5085
5086 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5087 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5088 gnus-art.
5089 (top-level): No need to load own source when compiling.
5090
5091 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5092
5093 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5094 Suggested by <chris.anderton@zetnet.co.uk>.
5095
5096 2008-03-04 Glenn Morris <rgm@gnu.org>
5097
5098 * gnus-sum.el (top-level): No need to require gnus when compiling,
5099 since unconditionally required near start of file.
5100 (gnus-summary-display-while-building): Move definition before use.
5101
5102 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
5103
5104 * gnus-registry.el (gnus-registry-user-format-function-M): Add
5105 formatting function.
5106
5107 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
5108
5109 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5110 with plists.
5111 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5112 Use new format.
5113
5114 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5115
5116 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5117 `where-is-internal' that returns a range of key sequences.
5118
5119 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5122
5123 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5124 (gnus-summary-jump-to-group): Consider windows on other displayed
5125 frames as well. Similar changes might be needed elsewhere, but that's
5126 the one I've bumped into during my use.
5127
5128 * nndoc.el (nndoc-oe-dbx-type-p):
5129 * gnus-msg.el (gnus-debug):
5130 * gnus-group.el (gnus-update-group-mark-positions):
5131 Use mm-string-to-multibyte.
5132
5133 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5134
5135 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5136 doesn't handle NotDashEscaped.
5137
5138 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
5139 (mml-dnd-attach-options): Fix typo in custom choice.
5140
5141 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5142 nndoc-article-type to mbox.
5143 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5144
5145 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
5146 to nil, instead of html2text.
5147
5148 * imap.el (imap-debug): Add `imap-ping-server'.
5149
5150 * gnus-bookmark.el: Add FIXMEs.
5151
5152 * message.el (message-form-letter-separator)
5153 (message-send-form-letter-delay): New variables.
5154 (message-send-form-letter): Use them. New command to send form
5155 letters. Requested by Uwe Siart.
5156 (message-send-mail-function): Doc fix. Add "Other" custom option.
5157
5158 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
5159
5160 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5161 empty author.
5162
5163 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
5164
5165 * gnus-registry.el (gnus-registry-marks): Add variable for
5166 customization of marks and their appearance.
5167 (gnus-registry-read-mark): Use it.
5168 (gnus-registry-do-marks): Add utility function to loop through
5169 `gnus-registry-marks'.
5170 (gnus-registry-install-shortcuts-and-menus): Add function to install
5171 shortcuts and menus.
5172 (gnus-registry-initialize): Use it.
5173 (gnus-registry-default-mark): Clarify documentation.
5174
5175 2008-02-29 Glenn Morris <rgm@gnu.org>
5176
5177 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5178 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5179 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5180 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5181 Change defcustom :version from 23.0 to 23.1.
5182
5183 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
5184
5185 * gnus-registry.el (gnus-registry-follow-group-p)
5186 (gnus-registry-post-process-groups): Add functions to aid registry
5187 splitting and improve logging. Clarify behavior in function
5188 documentation.
5189 (gnus-registry-split-fancy-with-parent): Use them.
5190
5191 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5192
5193 * gnus-art.el: Use with-current-buffer.
5194
5195 2008-02-27 David Engster <dengste@eml.cc>
5196
5197 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5198 Express real group name in the response.
5199
5200 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5201
5202 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5203 (nnmairix-last-server, nnmairix-current-server): Defvar them.
5204 (nnmairix-goto-original-article): Defvar gnus-registry-install and
5205 autoload gnus-registry-fetch-group when compiling.
5206 (nnmairix-request-group-with-article-number-correction): Remove
5207 unreferenced argument passed to nnmairix-call-backend.
5208
5209 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5210
5211 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5212 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
5213 Wilde.
5214
5215 2008-02-27 Glenn Morris <rgm@gnu.org>
5216
5217 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5218 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5219 variables to defconsts. Convert comments to doc-strings.
5220 (nnmairix-last-server, nnmairix-current-server): Convert from free
5221 variables to defvars. Convert comments to doc-strings.
5222 (gnus-registry-fetch-group): Autoload.
5223 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5224 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5225 (nnmairix-widget-build-editable-fields): Use car cddr rather than
5226 caddr.
5227 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5228 nnmairix-request-group-with-article-number-correction call.
5229 (nnmairix-fast, nnmairix-group): New, less general names, for free
5230 variables passed from nnmairix-request-group to
5231 nnmairix-request-group-with-article-number-correction. Declare.
5232 (nnmairix-request-group-with-article-number-correction):
5233 Use nnmairix-fast, nnmairix-group rather than fast, group.
5234
5235 2008-02-26 David Engster <dengste@eml.cc>
5236
5237 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
5238 version 0.5.
5239
5240 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
5241
5242 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5243 instead of making an extra function call. Don't add the current group
5244 to articles only when they have the group. Use
5245 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5246 Reported by David <de_bb@arcor.de>.
5247
5248 2008-02-24 Miles Bader <miles@gnu.org>
5249
5250 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5251 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5252 (mm-find-mime-charset-region):
5253 * mm-bodies.el (mm-encode-body):
5254 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5255
5256 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
5257
5258 * mail-source.el (mail-source-delete-incoming): Change default.
5259 Supplement doc string.
5260
5261 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5262
5263 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5264
5265 * nnmail.el (nnmail-message-id-cache-file): Derive from
5266 `gnus-home-directory'.
5267
5268 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
5269
5270 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5271 Document negative prefix.
5272
5273 * gnus-group.el (gnus-group-read-group): Document negative prefix.
5274
5275 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5276
5277 * message.el (message-unsent-separator): Add the Exim bounce
5278 separator.
5279
5280 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5281
5282 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5283 list.
5284 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5285 recipient/signer list.
5286
5287 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5288
5289 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5290 fbound (Emacs 23 unicode), signal an error.
5291
5292 2008-02-08 Glenn Morris <rgm@gnu.org>
5293
5294 * gnus-art.el (pgg-display-output-buffer): Declare as function.
5295
5296 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
5297
5298 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5299 ports to the calls to `netrc-machine-user-or-password' in addition to
5300 "imap" and "imaps".
5301
5302 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
5303
5304 * gnus.el (gnus-group-startup-message): Add `find-image' call before
5305 image-load-path is let-bound. Reported by Harald Hanche-Olsen
5306 <hanche@math.ntnu.no>.
5307
5308 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
5309
5310 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5311
5312 2008-02-01 Zhang Wei <id.brep@gmail.com>
5313
5314 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5315
5316 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5317
5318 2008-02-01 Miles Bader <miles@gnu.org>
5319
5320 * mml.el (mml-parse-1): Remove apparently vestigial use of
5321 `mm-hack-charsets'.
5322 * mm-bodies.el (mm-encode-body): Likewise.
5323
5324 2008-02-01 Kenichi Handa <handa@m17n.org>
5325
5326 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5327 rfc2104-hexstring-to-bitstring and changed to return a byte list.
5328 (rfc2104-hash): Convert the result of concat to unibyte string.
5329
5330 2008-02-01 Dave Love <fx@gnu.org>
5331
5332 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5333 coding-system-for-read.
5334 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5335
5336 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5337 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
5338 (mm-find-mime-charset-region): Remove hack-charsets stuff.
5339
5340 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
5341
5342 * mail-source.el (mail-sources): Add `group' choice.
5343
5344 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5345 parameter `in-group' to control into which group the articles go.
5346 Add treatment of `group' mail-source.
5347
5348 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5349
5350 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5351 * message.el (message-beginning-of-line): Use featurep instead of bound
5352 tests in order to resolve conditionals at compile time.
5353
5354 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5355
5356 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5357
5358 * mm-decode.el (mm-dissect-buffer): Decode description.
5359
5360 * mml.el (mml-to-mime): Encode message header first.
5361
5362 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5363
5364 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5365 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5366
5367 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
5368
5369 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5370
5371 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5372
5373 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5374 prefix keys.
5375 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5376 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5377 gnus-xmas.el.
5378
5379 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5380
5381 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5382 Add new variables for article mark management.
5383 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5384 list of extra data entries which, when present, will indicate that the
5385 article ID should not be trimmed from the registry.
5386 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5387 functions.
5388 (gnus-registry-read-mark): New function to read a mark name from the
5389 user.
5390 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5391 (gnus-registry-set-article-mark-internal): New functions to add and
5392 remove marks.
5393 (gnus-registry-get-article-marks): New function to show the marks for
5394 an article, or retrieve them for further use.
5395
5396 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5399 keys when no argument is given.
5400
5401 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5402
5403 * gnus-sum.el (gnus-article-sort-by-random)
5404 (gnus-thread-sort-by-random): Fix doc strings. Reported by
5405 jidanni@jidanni.org.
5406
5407 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
5408
5409 * gnus-art.el (gnus-article-describe-bindings): New function.
5410 (gnus-article-read-summary-keys): Use it.
5411 (gnus-article-mode-map): Bind `C-h b' to it.
5412
5413 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5414
5415 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5416 XEmacs.
5417 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5418 against non-character events.
5419
5420 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5421
5422 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5423 command.
5424 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5425 instead of END. Change name of the temp file.
5426 (gnus-group-gmane-group-download-format): Add doc string. Make it
5427 customizable.
5428
5429 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5430
5431 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5432 bind `S W' to gnus-article-wide-reply-with-original; set default
5433 binding to gnus-article-read-summary-send-keys.
5434 (gnus-article-read-summary-keys): Fix the order of keys; display
5435 continuation keys correctly in the echo area; describe bindings
5436 correctly when keys end with `C-h'.
5437 (gnus-article-read-summary-send-keys): New function.
5438 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5439 for gnus-article-read-summary-send-keys; display continuation keys
5440 correctly in the echo area.
5441 (gnus-article-reply-with-original): Ignore prefix argument.
5442 (gnus-article-wide-reply-with-original): New function.
5443
5444 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
5445
5446 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5447 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5448
5449 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
5450
5451 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5452 (gnus-group-read-ephemeral-gmane-group): New command.
5453
5454 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5455
5456 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5457
5458 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
5459
5460 * message.el (message-send-mail-function): Increase custom version.
5461
5462 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5463 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
5464
5465 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
5466
5467 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5468 html parts correctly; support forwarded messages.
5469 (gnus-article-browse-html-article): Remove work buffers.
5470
5471 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5472 compiling.
5473 (netrc-bound-and-true-p): New macro.
5474 (netrc-parse): Use it instead of bound-and-true-p that is not available
5475 in XEmacs 21.4.
5476
5477 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5478
5479 * gnus-registry.el (gnus-registry-mark-article)
5480 (gnus-registry-article-marks): Add functionality to mark articles
5481 through the Gnus registry.
5482
5483 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5484 (netrc-parse): Use encrypt-file-alist to determine if
5485 encrypt-find-model or encrypt-insert-file-contents should be used.
5486
5487 2007-12-19 Glenn Morris <rgm@gnu.org>
5488
5489 * mml.el (message-options-set, message-narrow-to-head)
5490 (message-in-body-p, message-mail-p, message-encode-message-body):
5491 Autoload.
5492 (message-remove-header, message-narrow-to-headers-or-head)
5493 (message-subscribed-p, message-make-mail-followup-to)
5494 (message-position-on-field, message-news-p)
5495 (message-options-set-recipient, message-generate-headers)
5496 (message-sort-headers): Declare as functions.
5497
5498 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5499
5500 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5501 convention in doc string.
5502
5503 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
5504
5505 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5506 title to html parts.
5507 (gnus-article-browse-html-article): Pass message header to it.
5508
5509 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5510
5511 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
5512
5513 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5514 or password compatible with XEmacs.
5515
5516 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5517
5518 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5519 format document.
5520 (gnus-mime-delete-part): Don't write description line if empty.
5521 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5522
5523 2007-12-14 Johan Bockgård <bojohan@gnu.org>
5524
5525 * gnus-sum.el (gnus-summary-mark-unread-as-read)
5526 (gnus-summary-mark-read-and-unread-as-read)
5527 (gnus-summary-mark-current-read-and-unread-as-read)
5528 (gnus-summary-mark-unread-as-ticked): Doc fix.
5529 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5530
5531 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5532
5533 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
5534 Christoph Conrad <christoph.conrad@gmx.de>.
5535
5536 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
5537
5538 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5539 yes-or-no-p.
5540
5541 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
5542
5543 * mm-decode.el (mm-add-meta-html-tag): New function.
5544 (mm-save-part-to-file, mm-pipe-part): Use it.
5545
5546 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5547 gnus-y-or-n-p instead of y-or-n-p.
5548 (gnus-article-browse-html-parts): Work with message/external-body; use
5549 mm-add-meta-html-tag.
5550
5551 2007-12-11 Glenn Morris <rgm@gnu.org>
5552
5553 * gnus-cache.el: Require gnus-sum not just when compiling.
5554
5555 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5556
5557 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5558 definitions before use.
5559
5560 * mm-decode.el: Require gnus-util.
5561 (mm-remove-part): Only call delete-annotation on XEmacs.
5562
5563 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5564
5565 * nnmail.el: Require gnus-int.
5566
5567 * spam.el: Move `require's before `eval-when-compile's.
5568
5569 * gnus-ems.el (gnus-alive-p):
5570 * gnus-fun.el (message-goto-eoh):
5571 * gnus-util.el (gnus-group-name-decode):
5572 * mail-source.el (gnus-compress-sequence):
5573 * message.el (Info-goto-node, format-spec):
5574 * mm-bodies.el (message-options-get):
5575 * mm-decode.el (mm-view-pkcs7):
5576 * mm-util.el (gmm-write-region):
5577 * mml-smime.el (mml-compute-boundary)
5578 (gnus-completing-read-with-default):
5579 * mml.el (widget-button-press, gnus-make-hashtable):
5580 * mml1991.el (mm-decode-content-transfer-encoding)
5581 (mm-encode-content-transfer-encoding)
5582 (message-options-get, message-options-set):
5583 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5584 * nnfolder.el (gnus-request-group):
5585 * nnheader.el (ietf-drums-unfold-fws):
5586 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5587 * smime.el (gnus-run-mode-hooks):
5588 * spam-stat.el (gnus-message): Autoload.
5589
5590 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5591 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5592 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5593 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5594 Add declare-function compatibility definition.
5595
5596 * gnus-cache.el (nnvirtual-find-group-art):
5597 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5598 (gnus-add-image, gnus-add-wash-type):
5599 * gnus-group.el (nnkiboze-score-file):
5600 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5601 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5602 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5603 (message-tokenize-header, gnus-get-buffer-create)
5604 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5605 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5606 * gnus.el (gnus-group-decoded-name):
5607 * mail-source.el (imap-capability):
5608 * mm-bodies.el (message-options-set):
5609 * mm-decode.el (gnus-configure-windows):
5610 * mm-extern.el (message-goto-body):
5611 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5612 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5613 (epg-sub-key-validity, message-options-set):
5614 * mml.el (widget-event-point, gnus-configure-windows):
5615 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5616 * mml2015.el (epg-check-configuration, epg-configuration)
5617 (message-options-set):
5618 * nndb.el (nndb-request-article):
5619 * nnfolder.el (gnus-request-create-group):
5620 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5621 * nnmaildir.el (gnus-group-mark-article-read):
5622 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5623 * rfc1843.el (message-fetch-field):
5624 * spam.el (gnus-extract-address-components):
5625 Declare as functions.
5626
5627 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5628
5629 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5630
5631 2007-12-09 Glenn Morris <rgm@gnu.org>
5632
5633 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5634
5635 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5636 * message.el, mm-view.el, sieve-manage.el, smime.el:
5637 Add declare-function compatibility definition.
5638
5639 * gnus-art.el (w3-region, w3m-region, Info-menu):
5640 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5641 * gnus-sum.el (gnus-get-predicate):
5642 * gnus-util.el (mm-append-to-file, w32-focus-frame):
5643 * message.el (mail-abbrev-in-expansion-header-p):
5644 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5645 (w3m-detect-meta-charset, w3m-region):
5646 * sieve-manage.el (password-read, password-cache-add)
5647 (password-cache-remove):
5648 * smime.el (password-read-and-add): Declare as functions.
5649
5650 2007-12-08 David Kastrup <dak@gnu.org>
5651
5652 * gnus-sum.el (gnus-summary-simplify-subject-query):
5653 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5654 `message'.
5655
5656 2007-12-07 Glenn Morris <rgm@gnu.org>
5657
5658 * gnus-art.el (article-make-date-line): Revert previous change.
5659
5660 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5661
5662 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5663
5664 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
5665
5666 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5667 Call gnus-add-to-range ranges only once with a prepared article-list.
5668
5669 2007-12-06 Paul Jarc <prj@po.cwru.edu>
5670
5671 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5672 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5673 group names with backslashes. Reported by Tassilo Horn
5674 <tassilo@member.fsf.org>.
5675
5676 2007-12-06 Deepak Goel <deego3@gmail.com>
5677
5678 * gnus-art.el (article-make-date-line):
5679 * gnus-start.el (gnus-load):
5680 * pop3.el (pop3-read-response): Fix buggy call to `error'.
5681
5682 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5683
5684 * gnus-art.el (gnus-use-idna)
5685 * gnus-start.el (gnus-site-init-file)
5686 * message.el (message-use-idna)
5687 * mm-uu.el (mm-uu-hide-markers)
5688 * smiley.el (smiley-style): Revert changes that suppress warnings.
5689
5690 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5691
5692 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5693 specify charset to html source. Reported by Christoph Conrad
5694 <christoph.conrad@gmx.de>.
5695
5696 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5697
5698 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5699 idna-program in order to suppress byte compile warning issued by XEmacs
5700 that came to byte compile the default value section of defcustom forms
5701 recently.
5702
5703 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5704 value of installation-directory.
5705
5706 * message.el (message-use-idna): Don't directly refer to the value of
5707 idna-program.
5708
5709 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5710
5711 * smiley.el (smiley-style): Don't directly call face-attribute.
5712
5713 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
5714
5715 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5716
5717 * gnus-dired.el: Reduce Gnus dependencies.
5718 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5719 require. Use autoloads instead.
5720 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5721 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5722 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5723 (gnus-dired-mode): Adjust doc string.
5724 (gnus-dired-mail-mode): New variable.
5725 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5726 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5727 (gnus-dired-mail-buffers): New function. Return mail or message
5728 composition buffers.
5729 (gnus-dired-attach): Use it.
5730 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5731 NO-DECODE.
5732 (gnus-dired-print): Use `gnus-print-buffer' depending on
5733 `gnus-dired-mail-mode'.
5734
5735 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5736
5737 * rfc2047.el (rfc2047-encoded-word-regexp)
5738 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5739 explaining what regexp patterns are for.
5740
5741 2007-12-04 Glenn Morris <rgm@gnu.org>
5742
5743 * password.el: Move to ../password-cache.el.
5744
5745 * mml1991.el (password-read, password-cache-add, password-cache-remove):
5746 * mml2015.el (password-read, password-cache-add, password-cache-remove):
5747 * mml-smime.el (password-read, password-cache-add)
5748 (password-cache-remove):
5749 No need to autoload, since mml-sec requires password.
5750
5751 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5752 * message.el (gnus-extract-address-components):
5753 * mml-smime.el (gnus-extract-address-components): Define for compiler.
5754
5755 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5756 password.
5757
5758 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
5759
5760 * mailcap.el: Reduce dependencies.
5761 (mail-header-parse-content-type): Autoload.
5762 (mailcap-delete-duplicates): New alias.
5763 (mailcap-mime-info): Add optional argument NO-DECODE.
5764 (mailcap-mime-types): Use mailcap-delete-duplicates.
5765
5766 * message.el (message-ignored-supersedes-headers): Add "X-ID".
5767
5768 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5769
5770 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5771 function.
5772
5773 * gnus-uu.el (gnus-uu-decode-yenc): New command.
5774 (gnus-uu-yenc-article): New function.
5775
5776 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5777
5778 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5779 buffer.
5780
5781 2007-12-02 Glenn Morris <rgm@gnu.org>
5782
5783 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
5784 Move to ../net.
5785
5786 * binhex.el, uudecode.el: Move to ../mail.
5787
5788 * encrypt.el: Remove file.
5789
5790 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
5791
5792 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5793 matches on patches.
5794
5795 * gnus-art.el (gnus-article-browse-html-article): Mention
5796 `mm-text-html-renderer' in the doc string.
5797
5798 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5799 string. Add comments.
5800
5801 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5802 if rhs is ASCII.
5803
5804 2007-12-01 Glenn Morris <rgm@gnu.org>
5805
5806 * dig.el, dns.el: Move to ../net.
5807 * format-spec.el, hex-util.el, sha1.el: Move to ../.
5808
5809 * mail-source.el (top-level): Require format-spec before
5810 eval-when-compile.
5811
5812 2007-11-30 Glenn Morris <rgm@gnu.org>
5813
5814 * encrypt.el: Require password, rather than autoloading password-read.
5815
5816 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
5817
5818 * gnus.el (gnus-method-to-server): Add an optional parameter so the
5819 caller can indicate whether the cache should be disregarded for this
5820 call. This way the result of the call is reproducible at all times and
5821 can be considered a canonical server name for the supplied method.
5822 (gnus-agent-method-p): Canonicalize server names by pushing their
5823 method through `gnus-method-to-server' using the no-cache argument.
5824
5825 * gnus-srvr.el (gnus-server-insert-server-line): Call
5826 `gnus-method-to-server' with `no-cache' argument.
5827
5828 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5829 gnus-agent-possibly-synchronize-flags as this should be called when the
5830 server is actually being opened.
5831 (gnus-agent-possibly-synchronize-flags)
5832 (gnus-agent-possibly-synchronize-flags-server): Move check for the
5833 flags file of an agentized server to the latter function.
5834
5835 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5836 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5837 after a connection has been established successfully.
5838
5839 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
5840
5841 * gnus-art.el (article-display-face): Force to display face if called
5842 interactively; check if gnus-article-x-face-too-ugly matches author.
5843 (article-display-x-face): Display face even if From header is missing
5844 as article-display-face does.
5845
5846 2007-11-28 Richard Stallman <rms@gnu.org>
5847
5848 * md4.el: Move to ../.
5849 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
5850
5851 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
5852
5853 * mail-source.el (mail-sources): Default to fetch from file for
5854 compatibility with default of nnmail-spool-file.
5855
5856 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
5857
5858 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5859 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5860 to look for encoded word that should be encoded again.
5861 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5862 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5863 encoding pattern.
5864 (rfc2047-decode-region): Switch strict regexp and loose one according
5865 to rfc2047-allow-irregular-q-encoded-words.
5866
5867 2007-11-26 Simon Josefsson <simon@josefsson.org>
5868
5869 * imap.el: Move to ../net directory.
5870
5871 2007-11-25 Romain Francoise <romain@orebokech.com>
5872
5873 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5874
5875 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5876
5877 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5878 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5879
5880 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5881 `nnmail-spool-file'.
5882
5883 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5884 `nnmail-spool-file'.
5885
5886 * gnus-move.el (gnus-change-server): Ditto.
5887
5888 * gnus-kill.el (gnus-batch-score): Ditto.
5889
5890 * gnus-cache.el (gnus-jog-cache): Ditto.
5891
5892 * gnus-msg.el (gnus-summary-reply):
5893 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5894
5895 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5896
5897 * gnus-cache.el (gnus-cache-generate-nov-databases):
5898 Use nnml-generate-nov-databases-directory instead of
5899 nnml-generate-nov-databases-1.
5900
5901 2007-11-24 Glenn Morris <rgm@gnu.org>
5902
5903 * message.el (message-tool-bar-retro): Update for rename
5904 mail_send.xpm->mail-send.xpm.
5905
5906 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
5907
5908 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5909 `smime-ldap-search' for Emacs 22 and up.
5910
5911 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
5912
5913 * hashcash.el: Move to ../mail directory.
5914
5915 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
5916
5917 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5918 `smime-ldap-search' for Emacs 22 and up.
5919
5920 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5923
5924 * message.el (message-send-mail-function): Fix error convention.
5925 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5926 (message-widen-reply, message-send-mail, message-talkative-question)
5927 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5928 (message-clone-locals, message-send-news): Use with-current-buffer.
5929 (message-insert-or-toggle-importance): Remove unused var `valid'.
5930 (message-make-references): Remove unused var `new-references'.
5931 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5932
5933 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
5934
5935 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5936 (spam-split-symbolic-return-positive): Reflow docstring.
5937 (spam-backends, spam-summary-exit-behavior)
5938 (spam-mark-ham-unread-before-move-from-spam-group)
5939 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5940 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5941 (spam-clear-cache, spam-backend-check, spam-install-backend)
5942 (spam-install-statistical-backend, spam-list-of-processors)
5943 (spam-group-processor-p, spam-split, spam-bogofilter-score)
5944 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5945 (spam-check-crm114, spam-initialize, spam-unload-hook):
5946 Fix typos in docstrings.
5947
5948 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5949
5950 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5951 been checked if they have never been read and those group levels are
5952 higher than the one that a user specified.
5953
5954 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5955
5956 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5957 foreign groups unless a group level is specified by a user.
5958 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5959
5960 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
5961
5962 * message.el (message-send-mail-function): Require sendmail.
5963
5964 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
5965
5966 * message.el (message-send-mail-function): Check for smtpmail too.
5967
5968 * utf7.el (utf7-encode, utf7-decode): Use coding system
5969 `utf-7'/`utf-7-imap' from utf-7.el' if available.
5970
5971 * message.el (message-send-mail-function): New function.
5972 (message-send-mail-function): Set default using
5973 message-send-mail-function. Adjust doc string.
5974 (message-send-mail-with-mailclient): New function.
5975
5976 2007-11-17 Richard Stallman <rms@gnu.org>
5977
5978 * assistant.el: Remove file.
5979
5980 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
5981
5982 * smime.el (from):
5983 * rfc2047.el (message-posting-charset):
5984 * qp.el (mm-use-ultra-safe-encoding):
5985 * pop3.el (parse-time-months):
5986 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5987 * nnml.el (files):
5988 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5989 (jka-compr-compression-info-list, ange-ftp-path-format)
5990 (efs-path-regexp):
5991 * nndiary.el (files):
5992 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5993 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5994 (epg-digest-algorithm-alist, inhibit-redisplay)
5995 (password-cache-expiry):
5996 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5997 (pgg-output-buffer, password-cache-expiry):
5998 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5999 (efs-path-regexp):
6000 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6001 (inhibit-redisplay):
6002 * mm-uu.el (file-name, start-point, end-point, entry)
6003 (gnus-newsgroup-name, gnus-newsgroup-charset):
6004 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6005 (latin-unity-ucs-list):
6006 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6007 (mm-uu-binhex-decode-function):
6008 * message.el (gnus-message-group-art, gnus-list-identifiers)
6009 (rmail-enable-mime-composing, gnus-local-organization)
6010 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6011 (gnus-read-active-file, facemenu-add-face-function)
6012 (facemenu-remove-face-function, gnus-article-decoded-p)
6013 (tool-bar-mode):
6014 * mail-source.el (display-time-mail-function):
6015 * gnus-util.el (nnmail-pathname-coding-system)
6016 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6017 (gnus-original-article-buffer, gnus-user-agent)
6018 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6019 (xemacs-codename, sxemacs-codename, emacs-program-version):
6020 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6021 * gnus-start.el (gnus-agent-covered-methods)
6022 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6023 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6024 (gnus-newsgroup-headers, gnus-group-list-mode)
6025 (gnus-group-mark-positions, gnus-newsgroup-data)
6026 (gnus-newsgroup-unreads, nnoo-state-alist)
6027 (gnus-current-select-method, mail-sources)
6028 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6029 (nnmail-spool-file, gnus-cache-active-hashtb):
6030 * gnus-mh.el (mh-lib-progs):
6031 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6032 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6033 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6034 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6035 (gnus-group-buffer):
6036 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6037 (font-lock-set-defaults):
6038 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6039 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6040 (gnus-summary-post-menu, total-parts, type, condition, length):
6041 * gnus-agent.el (gnus-agent-read-agentview):
6042 * flow-fill.el (show-trailing-whitespace):
6043 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6044 eval-and-compile wrappers for byte compiler pacifiers.
6045
6046 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6047 (mm-display-inline-fontify): Check for featurep 'xemacs not
6048 extent-list.
6049
6050 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6051 itimer-list.
6052 (mm-create-image-xemacs): Only do something for XEmacs.
6053 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6054
6055 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6056
6057 * gnus-registry.el (gnus-adaptive-word-syntax-table):
6058 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6059
6060 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6061
6062 * nnimap.el (nnimap-split-download-body):
6063 * gnus-demon.el (gnus-demon):
6064 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6065
6066 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6067
6068 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6069 macros.
6070 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6071 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6072 copy data from unibyte buffer to multibyte current buffer.
6073 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6074 to copy data from unibyte current buffer to multibyte buffer.
6075 (nntp-make-process-buffer): Make process buffer unibyte.
6076
6077 * pop3.el (pop3-open-server): Fix typo in Lisp code.
6078
6079 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
6080
6081 * pop3.el (pop3-open-server): Accept and process data more robustly at
6082 connexion start to avoid spurious "POP SSL connexion failed" errors.
6083
6084 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6085
6086 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6087 read group names.
6088
6089 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
6090
6091 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6092
6093 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6094
6095 * nnmail.el (nnmail-parse-active): Make group names unibyte.
6096 (nnmail-save-active): Use a unibyte buffer when saving active file,
6097 which may contain non-ASCII group names.
6098
6099 * nnml.el (nnml-request-group): Decode group names in messages.
6100
6101 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6102
6103 * message.el (message-citation-line-function)
6104 (message-insert-formatted-citation-line): Fix spelling of
6105 `message-insert-formated-citation-line'.
6106
6107 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
6108
6109 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6110
6111 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6112
6113 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6114 nnmail-pathname-coding-system.
6115
6116 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6117 that a user enters; decode group names in messages.
6118
6119 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6120
6121 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6122
6123 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6124
6125 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6126
6127 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6128 risky local variable.
6129
6130 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6131
6132 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
6133
6134 * encrypt.el: Improve documentation to fix function name typo.
6135 Reported by Daiki Ueno <ueno@unixuser.org>.
6136
6137 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6138
6139 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6140 even if the point is not in the last page of an article.
6141 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6142 back to the previous page.
6143
6144 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
6145
6146 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6147
6148 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6149
6150 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6151
6152 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * message.el (message-check-news-body-syntax): Avoid
6155 mm-string-as-multibyte.
6156 (message-hide-headers): Don't assume (point-min)==1.
6157
6158 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6159
6160 * message.el (message-remove-blank-cited-lines): Fix if remove is
6161 given.
6162 (message-bogus-address-regexp): New variable.
6163 (message-bogus-recipient-p): New function.
6164 (message-check-recipients): New command.
6165 (message-syntax-checks): Add `bogus-recipient'.
6166 (message-fix-before-sending): Add `bogus-recipient'.
6167
6168 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6169 (gnus-treat-body-boundary): Don't test window-system.
6170
6171 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
6172
6173 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6174
6175 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6176
6177 * gnus.el: Bump version to Gnus v5.13.
6178
6179 2007-10-28 Miles Bader <miles@gnu.org>
6180
6181 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6182 at compile-time too.
6183
6184 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6185
6186 * gnus-msg.el (gnus-message-setup-hook): Add
6187 `message-remove-blank-cited-lines' to options.
6188
6189 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6190
6191 * message.el (message-remove-blank-cited-lines): New function.
6192 Suggested by Karl Plästerer.
6193
6194 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6195
6196 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6197 mapc.
6198
6199 * imap.el (imap-open): Replace mapcar called for effect with mapc.
6200 (top-level): Use mapc to set functions to be traced for debugging.
6201
6202 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6203 called for effect with while loop.
6204
6205 * message.el (message-talkative-question): Replace mapcar called for
6206 effect with mapc.
6207
6208 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6209 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6210 called for effect with dolist.
6211
6212 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6213
6214 * nndiary.el: Use dolist instead of mapcar to add diary headers to
6215 gnus-extra-headers and nnmail-extra-headers.
6216
6217 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6218 called for effect with dolist.
6219 (top-level): Use mapc to set functions to be traced for debugging.
6220
6221 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6222 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6223 dolist.
6224
6225 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6226 Replace mapcar called for effect with mapc.
6227 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6228 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6229 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6230 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6231
6232 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6233 remove-if that's a cl function.
6234
6235 * webmail.el (webmail-debug): Replace mapcar called for effect with
6236 dolist.
6237
6238 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
6239
6240 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6241 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6242 with while loop.
6243
6244 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6245 functions from article-* functions.
6246 (gnus-multi-decode-header): Replace mapcar called for effect with
6247 dolist.
6248
6249 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6250 (gnus-bookmark-show-details): Replace mapcar called for effect with
6251 while loop.
6252
6253 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6254 called for effect with while loop.
6255
6256 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6257 with dolist.
6258
6259 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6260 mapcar called for effect with dolist.
6261
6262 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6263
6264 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6265 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6266 Replace mapcar called for effect with dolist.
6267 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6268 mapc.
6269
6270 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6271 Replace mapcar called for effect with dolist.
6272 (gnus-topic-list): Replace mapcar called for effect with mapc.
6273
6274 * gnus.el: Use mapc instead of mapcar to add autoloads.
6275
6276 2007-10-23 Richard Stallman <rms@gnu.org>
6277
6278 * gnus-group.el (gnus-group-highlight): Mark as risky.
6279
6280 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
6281
6282 * gnus.el (gnus-server-to-method): Return method found first in
6283 gnus-newsrc-alist.
6284
6285 * gnus-art.el (gnus-article-highlight-signature)
6286 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6287 button overlay without the front stickiness.
6288
6289 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
6290
6291 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6292 overview buffer needed a catch to receive its throw.
6293 (gnus-agent-flush-cache): Declared as interactive to make this function
6294 easier to use.
6295
6296 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
6297
6298 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6299 `next-line'.
6300
6301 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6302
6303 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6304 exclude address matching message-dont-reply-to-names.
6305
6306 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * gnus-util.el (gnus-string<): New function.
6309
6310 * gnus-sum.el (gnus-article-sort-by-author)
6311 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6312
6313 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6314
6315 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6316 the frame-focus tag is set in gnus-buffer-configuration.
6317
6318 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6319
6320 * gnus-art.el (gnus-article-add-button): Make a button overlay without
6321 the front stickiness.
6322
6323 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6324
6325 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6326 url pattern; remove duplicate one.
6327 (gnus-article-extend-url-button): New function.
6328 (gnus-article-add-buttons): Use it.
6329 (gnus-button-push): Use concatenated url that it makes.
6330
6331 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6334 (sieve-manage-open): Use `mapc' instead of `mapcar'.
6335
6336 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6339 Don't hardcode point-min==1.
6340
6341 2007-09-30 David Kastrup <dak@gnu.org>
6342
6343 * gnus-art.el (gnus-article-reply-with-original)
6344 (gnus-article-followup-with-original): When `transient-mark-mode' is
6345 off, refrain from active-region behavior for followups.
6346
6347 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6348
6349 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6350 Fix comment about "iso8859-1".
6351
6352 2007-10-08 Daiki Ueno <ueno@unixuser.org>
6353
6354 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6355 ones returned from the verify-function.
6356
6357 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6358 mml2015-extract-cleartext-signature if extraction failed.
6359
6360 2007-10-07 Daiki Ueno <ueno@unixuser.org>
6361
6362 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6363 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6364 failed.
6365
6366 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6367
6368 * Relicense "GPLv2 or later" files to "GPLv3 or later".
6369
6370 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6371
6372 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6373 to mark a thread as expirable. Add variable `hide' to handle hiding of
6374 thread for both the null and zero (kill/expire thread) universal prefix
6375 cases.
6376 (gnus-summary-expire-thread): Add new function to expire a thread,
6377 using gnus-summary-kill-thread.
6378 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6379 shortcuts for gnus-summary-expire-thread.
6380 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6381 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
6382
6383 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6384
6385 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6386 extras value, so an extras entry can be deleted.
6387 (gnus-registry-delete-extra-entry): Use it.
6388 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6389 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6390 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6391 storage through the gnus-registry, and provide an appropriate API for
6392 it.
6393
6394 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6395
6396 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6397 Suggested by Leo <sdl.web@gmail.com>.
6398
6399 * gnus.el: Do.
6400
6401 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6402
6403 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6404 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
6405
6406 * gnus-agent.el (gnus-agent-fetch-headers): Do.
6407
6408 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6409 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6410
6411 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6412
6413 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6414 newline.
6415 (nnmbox-request-accept-article): Don't change article in source buffer;
6416 narrow to header to use message-fetch-field rather than
6417 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6418 (nnmbox-request-replace-article): Quote lines that'll be misidentified
6419 as delimiters; make sure article ends with newline.
6420 (nnmbox-delete-mail): Correct last position of article to be deleted;
6421 ignore X-Gnus-Newsgroup header in article body.
6422 (nnmbox-save-mail): Quote lines looking like delimiters at the right
6423 positions; make sure article ends with newline.
6424
6425 * message.el (message-display-abbrev): Don't infloop when a user
6426 inserts SPC in the beginning of header.
6427
6428 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
6429
6430 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6431 list of groups not followed by default. Fix type to be regexp.
6432 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6433
6434 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
6435
6436 * hmac-def.el (define-hmac-function): Switch from old-style to
6437 new-style backquotes.
6438
6439 * md4.el (md4-make-step): Likewise.
6440
6441 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6442
6443 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6444 raw-text coding system when saving .newsrc file, which may contain
6445 non-ASCII group names.
6446
6447 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6448
6449 * gnus-cus.el (gnus-score-extra): New widget.
6450 (gnus-score-extra-convert): New function.
6451 (gnus-score-customize): Use it for Extra.
6452
6453 2007-08-31 Daiki Ueno <ueno@unixuser.org>
6454
6455 * mml2015.el (mml2015-extract-cleartext-signature): New function.
6456 (mml2015-mailcrypt-clear-verify): Use it.
6457 (mml2015-gpg-clear-verify): Use it.
6458 (mml2015-pgg-clear-verify): Use it.
6459 (mml2015-epg-clear-verify): Replace the current part with the output
6460 from GnuPG; don't extract the plaintext by itself.
6461
6462 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6463 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6464 mml2015-clear-verify-function; don't touch the armor headers or
6465 dash-escaped text here.
6466
6467 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
6468
6469 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6470 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6471 parts, or application/octet-stream as a last resort.
6472 (gnus-mime-view-part-as-type): Don't toggle display.
6473 (gnus-mime-view-part-as-charset): Don't turn off display before
6474 querying charset.
6475
6476 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6477 stuff to undisplayer function in Emacs.
6478 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6479
6480 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6481 text/calendar parts.
6482
6483 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
6484
6485 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6486 decoding text/calendar parts.
6487
6488 * message.el (message-forward-make-body-mime): Always mark body as
6489 having no illegible text; remove signed-or-encrypted argument.
6490 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6491
6492 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6493 (mml-generate-mime-1): Don't encode body if it is specified to be in
6494 raw form; don't make buffer be unibyte when inserting multibyte string.
6495
6496 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * sha1.el: Fix up comment style.
6499 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6500 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6501
6502 * hex-util.el: Fix up comment style.
6503 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6504
6505 * gnus-salt.el: Use with-current-buffer.
6506 (gnus-pick-setup-message): Fix long-standing typo.
6507
6508 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
6509
6510 * imap.el (imap-logout-timeout): New variable.
6511 (imap-logout, imap-logout-wait): New functions.
6512 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6513
6514 * nnimap.el (nnimap-logout-timeout): New server variable.
6515 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6516 nnimap-logout-timeout.
6517
6518 * gnus-art.el (gnus-article-summary-command-nosave)
6519 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6520
6521 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
6522
6523 * gnus.el (gnus-maximum-newsgroup): New variable.
6524
6525 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6526 according to gnus-maximum-newsgroup.
6527
6528 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6529 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6530 Limit the range of articles according to gnus-maximum-newsgroup.
6531
6532 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
6533
6534 * gnus-art.el (gnus-sticky-article): Fixed problems described in
6535 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
6536 Don't perform gnus-configure-windows here; reuse existing sticky
6537 article buffer.
6538
6539 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6540 it doesn't exist in gnus-article-mode.
6541
6542 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
6543
6544 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6545 (gnus-agent-decoded-group-name): New function.
6546 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6547 (gnus-agent-expire-group-1): Use it; decode group name in messages.
6548
6549 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
6550
6551 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6552 Add binding for gnus-sticky-article.
6553 (gnus-summary-exit): Don't kill sticky article buffers.
6554
6555 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6556 article buffer.
6557 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6558 (gnus-kill-sticky-article-buffers): New commands.
6559
6560 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
6561
6562 * nntp.el (nntp-xref-number-is-evil): New server variable.
6563 (nntp-find-group-and-number): If it is non-nil, don't trust article
6564 numbers in the Xref header.
6565
6566 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6567
6568 * gnus-agent.el (gnus-agent-read-group): New function.
6569 (gnus-agent-flush-group, gnus-agent-expire-group)
6570 (gnus-agent-regenerate-group): Use it.
6571 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6572 nnmail-pathname-coding-system.
6573
6574 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6575
6576 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6577
6578 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6579 that are unread as unread, and also as selected so that information of
6580 marks having been changed by a user may be updated when exiting group.
6581
6582 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6583
6584 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
6585
6586 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
6587
6588 * gnus-art.el (gnus-mime-display-single): Pass part number that is
6589 calculated ignoring signature parts to gnus-treat-article.
6590
6591 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6592
6593 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6594 a point here in order to keep the window start.
6595 (gnus-insert-mime-security-button): Make a button overlay without the
6596 front stickiness.
6597 (gnus-mime-display-security): Goto the end of a button.
6598
6599 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6600
6601 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6602
6603 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6604 group-name-at-point.
6605 (gnus-group-completing-read): New function that offers decoded
6606 non-ASCII group names for completion.
6607 (gnus-fetch-group, gnus-group-read-ephemeral-group)
6608 (gnus-group-jump-to-group, gnus-group-make-group-simple)
6609 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6610 (gnus-group-fetch-control): Use it.
6611 (gnus-fetch-group): Use group-name-at-point for the initial value
6612 rather than the default value; use gnus-alive-p.
6613
6614 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6615 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6616 (gnus-summary-post-news): Use gnus-group-completing-read.
6617
6618 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6619 (gnus-read-move-group-name): Decode group name for completion.
6620
6621 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
6622
6623 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6624 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6625 Yamaoka slightly modified the code).
6626
6627 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6628
6629 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6630 (nnmail-split-incoming): Bind it.
6631
6632 * nnml.el (nnml-group-name-charset): New function.
6633 (nnml-decoded-group-name): Use it; don't decode group name if
6634 nnmail-group-names-not-encoded-p is non-nil.
6635 (nnml-encoded-group-name): New function.
6636 (nnml-group-pathname): Inline nnml-decoded-group-name.
6637 (nnml-request-expire-articles): Decode group name in message.
6638 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6639 nnmail-pathname-coding-system.
6640 (nnml-save-mail, nnml-active-number): Work with decoded group names and
6641 not decoded ones according to nnmail-group-names-not-encoded-p.
6642 (nnml-generate-active-info): Use nnml-encoded-group-name.
6643
6644 2007-08-08 Glenn Morris <rgm@gnu.org>
6645
6646 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6647 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6648 doc-strings and comments.
6649
6650 2007-07-25 Glenn Morris <rgm@gnu.org>
6651
6652 * Relicense all FSF files to GPLv3 or later.
6653
6654 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6655
6656 * gnus-sum.el (gnus-summary-move-article): Make
6657 gnus-summary-respool-article work.
6658
6659 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
6660
6661 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6662 string.
6663
6664 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
6665
6666 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
6667 that should be ignored when comparing distant RSS articles with local
6668 ones.
6669 (nnrss-make-hash-index): New function. Create a hash index according
6670 to the ignored fields.
6671 (nnrss-check-group): Use it.
6672
6673 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6674
6675 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6676
6677 * gnus-art.el (article-decode-group-name): Decode Xref header too.
6678
6679 * gnus-group.el (gnus-group-make-group): Encode group name here unless
6680 the new optional argument ENCODED is non-nil.
6681 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6682 coding system for encoding group name.
6683 (gnus-group-make-rss-group): Pass un-encoded group name to
6684 gnus-group-make-group.
6685 (gnus-group-set-info): Tell gnus-group-make-group that group name is
6686 encoded.
6687
6688 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6689 Encode group name to which articles are moved or copied.
6690 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6691 coding system for encoding Newsgroup, Followup-To and Xref headers.
6692
6693 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6694 marks; use nnheader-file-coding-system to write a file.
6695 (nnagent-retrieve-headers): Bind file-name-coding-system to
6696 nnmail-pathname-coding-system.
6697
6698 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6699
6700 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6701 (nnml-request-article, nnml-request-create-group)
6702 (nnml-request-rename-group, nnml-find-id)
6703 (nnml-possibly-change-directory, nnml-possibly-create-directory)
6704 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6705 (nnml-save-marks): Use nnml-group-pathname instead of
6706 nnmail-group-pathname.
6707
6708 (nnml-request-create-group, nnml-request-expire-articles)
6709 (nnml-request-move-article, nnml-request-delete-group)
6710 (nnml-deletable-article-p, nnml-possibly-create-directory)
6711 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6712 (nnml-open-marks): Bind file-name-coding-system to
6713 nnmail-pathname-coding-system.
6714
6715 (nnml-request-article): Pass server argument to nnml-find-group-number.
6716 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6717 server argument to nnml-possibly-create-directory.
6718 (nnml-request-accept-article): Pass server argument to
6719 nnml-active-number and nnml-save-mail.
6720 (nnml-find-group-number): Pass server argument to nnml-find-id.
6721 (nnml-request-update-info): Pass server argument to
6722 nnml-marks-changed-p.
6723
6724 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6725 (nnml-save-mail, nnml-active-number): Add server argument.
6726
6727 (nnml-request-delete-group): Warn if group is missing.
6728 (nnml-get-nov-buffer): Decode group name.
6729 (nnml-generate-active-info): Encode group name.
6730 (nnml-open-marks): Decode group name in messages.
6731
6732 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
6733
6734 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6735 if it is not specified.
6736 (gnus-article-pipe-part, gnus-article-save-part)
6737 (gnus-article-interactively-view-part, gnus-article-copy-part)
6738 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6739 (gnus-article-inline-part, gnus-article-save-part-and-strip)
6740 (gnus-article-replace-part, gnus-article-delete-part)
6741 (gnus-article-view-part-as-type): Pass raw prefix argument to
6742 gnus-article-part-wrapper.
6743
6744 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
6745
6746 * gnus-agent.el (gnus-agent-save-active): Bind
6747 nnheader-file-coding-system to gnus-agent-file-coding-system.
6748
6749 * gnus-cache.el (gnus-cache-save-buffers)
6750 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6751 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6752 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6753 (gnus-cache-braid-nov, gnus-cache-braid-heads)
6754 (gnus-cache-generate-active, gnus-cache-rename-group)
6755 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6756 (gnus-cache-update-overview-total-fetched-for): Bind
6757 file-name-coding-system to nnmail-pathname-coding-system.
6758 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6759 variables.
6760 (gnus-cache-decoded-group-name): New function.
6761 (gnus-cache-file-name): Use it.
6762 (gnus-cache-generate-active): Use non-decoded group name for active.
6763
6764 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6765 right place.
6766 (gnus-write-active-file): Don't break non-ASCII group names.
6767
6768 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6769 nnmail-pathname-coding-system.
6770
6771 * gnus-uu.el (gnus-uu-decode-save): Typo.
6772
6773 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6774
6775 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6776
6777 2007-07-14 David Kastrup <dak@gnu.org>
6778
6779 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
6780 finishing actions if we did not edit the article.
6781
6782 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6783
6784 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6785 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6786 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6787 (gnus-agent-flush-group, gnus-agent-flush-cache)
6788 (gnus-agent-fetch-headers, gnus-agent-load-alist)
6789 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6790 (gnus-agent-retrieve-headers, gnus-agent-request-article)
6791 (gnus-agent-regenerate-group)
6792 (gnus-agent-update-files-total-fetched-for)
6793 (gnus-agent-update-view-total-fetched-for): Bind
6794 file-name-coding-system to nnmail-pathname-coding-system.
6795 (gnus-agent-group-pathname): Don't encode file names by
6796 nnmail-pathname-coding-system.
6797 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6798 coding-system-for-write instead of buffer-file-coding-system to
6799 gnus-agent-file-coding-system.
6800
6801 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6802 Decode group name.
6803
6804 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6805
6806 * gnus-start.el (gnus-update-active-hashtb-from-killed)
6807 (gnus-read-newsrc-el-file): Make group names unibyte.
6808
6809 * nnmail.el (nnmail-group-pathname): Don't encode file names by
6810 nnmail-pathname-coding-system.
6811
6812 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6813 (nnrss-request-delete-group): Bind file-name-coding-system to
6814 nnmail-pathname-coding-system.
6815 (nnrss-read-server-data, nnrss-read-group-data): Bind
6816 file-name-coding-system correctly.
6817 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6818
6819 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6820 (nntp-server-to-method-cache): New variable.
6821 (nntp-group-pathname): New function that decodes non-ASCII group names.
6822 (nntp-possibly-create-directory, nntp-marks-changed-p)
6823 (nntp-save-marks, nntp-open-marks): Use it.
6824 (nntp-possibly-create-directory, nntp-open-marks):
6825 Bind file-name-coding-system to nnmail-pathname-coding-system.
6826 (nntp-open-marks): Decode group names when bootstrapping marks.
6827
6828 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6829 Newsgroups and Folowup-To headers.
6830
6831 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6832
6833 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6834 (gnus-server-closed-face, gnus-server-denied-face)
6835 (gnus-server-offline-face): Remove variable.
6836 (gnus-server-font-lock-keywords): Use faces that are not aliases.
6837
6838 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6839 of modifying message-stack directly for XEmacs.
6840
6841 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6842 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6843 if the coding-system argument is nil for XEmacs.
6844
6845 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6846 mm-charset-override-alist.
6847
6848 * rfc2047.el: Don't require base64; require rfc2045 for the function
6849 rfc2045-encode-string.
6850 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6851 to quote the parameter value.
6852
6853 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
6854
6855 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6856 form in gnus-group-name-charset-method-alist.
6857
6858 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6859 overrides the default layout edit-form.
6860
6861 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6862
6863 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6864
6865 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
6866
6867 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6868 as unfetched articles.
6869
6870 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
6871
6872 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6873
6874 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6875
6876 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6877 original back end that keeps marks in the local system.
6878
6879 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
6880
6881 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6882 arg of pop-to-buffer for XEmacs.
6883 (gnus-article-read-summary-keys): Ditto; don't restore window
6884 configuration if summary command ends up with neither article buffer
6885 nor summary buffer; describe bindings if summary keys end with C-h.
6886
6887 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6888
6889 * message.el (message-fix-before-sending): Skip raw message part to be
6890 forwarded while checking illegible text.
6891 (message-forward-make-body-mime, message-forward-make-body): Mark
6892 signed or encrypted raw message as having no illegible text.
6893
6894 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6895
6896 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6897 (gnus-message-with-timestamp-1): New macro.
6898 (gnus-message-with-timestamp): New function.
6899 (gnus-message): Use them.
6900
6901 * nnheader.el (nnheader-message): Use them.
6902
6903 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
6904
6905 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6906 .newsrc.eld file.
6907
6908 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6909
6910 * gnus-agent.el (gnus-agent-fetch-headers)
6911 (gnus-agent-retrieve-headers): Bind
6912 gnus-decode-encoded-address-function to identity.
6913
6914 * nntp.el (nntp-send-xover-command): Recognize an xover command is
6915 available also when the server returns simply a dot.
6916
6917 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6918
6919 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
6920
6921 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6922
6923 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
6924
6925 * gnus-ems.el (gnus-x-splash): Make it work.
6926
6927 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6928 from being used.
6929
6930 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6931
6932 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6933 the front stickiness.
6934 (gnus-article-summary-command-nosave): Correct the order of the
6935 arguments passed to pop-to-buffer.
6936 (gnus-article-read-summary-keys): Ditto; make it work properly when the
6937 summary command ends up with the article buffer.
6938
6939 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6940 the same faces.
6941
6942 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
6943
6944 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6945
6946 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6949 * gnus-sum.el (gnus-summary-highlight):
6950 * mail-source.el (mail-source-delete-old-incoming-confirm):
6951 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6952
6953 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
6954
6955 * gnus-art.el (gnus-mime-view-part-externally)
6956 (gnus-mime-view-part-internally): Fix predicate function passed to
6957 completing-read.
6958
6959 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6960
6961 * gnus.el (gnus-update-message-archive-method): Add :version.
6962
6963 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6964
6965 * gnus.el (gnus-update-message-archive-method): New variable.
6966
6967 * gnus-start.el (gnus-setup-news): Update saved "archive" method
6968 according to gnus-message-archive-method if
6969 gnus-update-message-archive-method is non-nil.
6970
6971 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
6972
6973 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
6974 by Loic Dachary <loic@dachary.org>.
6975 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6976
6977 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
6978
6979 * message.el (message-pop-to-buffer): Add switch-function argument.
6980 (message-mail): Pass switch-function argument to it.
6981
6982 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6985 Improve doc string.
6986
6987 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
6988
6989 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6990 (gnus-header-content)
6991 * gnus-cite.el (gnus-cite-10)
6992 * gnus-srvr.el (gnus-server-closed)
6993 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6994 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6995 (gnus-group-mail-3-empty, gnus-group-mail-low)
6996 (gnus-group-mail-low-empty, gnus-splash)
6997 * message.el (message-header-to, message-header-cc)
6998 (message-header-subject, message-header-other, message-header-name)
6999 (message-header-xheader, message-separator, message-cited-text)
7000 (message-mml): Lighten colors of faces used for dark background.
7001
7002 2007-05-24 Simon Josefsson <simon@josefsson.org>
7003
7004 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7005 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
7006
7007 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
7008
7009 * message.el (message-narrow-to-headers-or-head):
7010 Ignore mail-header-separator in the body.
7011
7012 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
7013
7014 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7015 same as window size.
7016
7017 2007-05-22 Kevin Ryde <user42@zip.com.au>
7018
7019 * message.el (message-font-lock-keywords): Use message-header-xheader
7020 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
7021 ahead of the anything pattern, to get it recognised.
7022
7023 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
7024
7025 * gnus-sum.el (gnus-articles-to-read)
7026 (gnus-summary-insert-old-articles): Don't truncate group name for
7027 `read-string'.
7028
7029 * gnus-util.el (gnus-limit-string): Delete this function.
7030
7031 * gnus-sum.el (gnus-simplify-subject-fully): Use
7032 `truncate-string-to-width' instead.
7033
7034 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
7035
7036 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
7037 if, on summary exit, the next group has to be selected.
7038 (gnus-summary-exit): Use it.
7039
7040 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7041
7042 * gnus-art.el (gnus-article-mode): Fix comment about displaying
7043 non-break space.
7044
7045 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7046
7047 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7048 Check if group is not a directory.
7049 (nnfolder-request-expire-articles): Don't delete articles if the target
7050 group is not available.
7051
7052 * nnml.el (nnml-request-create-group): Properly check if group is not a
7053 file.
7054 (nnml-request-expire-articles): Don't delete articles if the target
7055 group is not available.
7056
7057 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7058 Don't quote characters that are within parentheses.
7059
7060 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7063 (gnus-handle-ephemeral-exit): Select article according to it.
7064
7065 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
7066
7067 * message.el (message-insert-formated-citation-line): Remove newline.
7068 (message-citation-line-format): Add final \n here so that the user can
7069 avoid a blank line.
7070
7071 2007-05-03 Dan Christensen <jdc@uwo.ca>
7072
7073 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7074 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7075 Update lanl/arXiv support.
7076
7077 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7078
7079 * gnus.el: Bump version number.
7080
7081 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7082
7083 * gnus.el (gnus-version-number): Bump version.
7084
7085 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7086
7087 * gnus.el: No Gnus v0.6 is released.
7088
7089 2007-04-27 Didier Verna <didier@xemacs.org>
7090
7091 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7092 * gmm-utils.el (gmm-regexp-concat): here.
7093 * message.el: Don't require 'gnus-util.
7094 (message-dont-reply-to-names): Handle name change above.
7095 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7096
7097 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
7098
7099 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7100 since the initial value varies according to the system.
7101
7102 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104 * mm-util.el (mm-charset-synonym-alist): Defcustom.
7105
7106 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7107
7108 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7109
7110 2007-04-24 Didier Verna <didier@xemacs.org>
7111
7112 Improve the type of gnus-ignored-from-addresses.
7113 * gnus-util.el (gnus-orify-regexp): New function.
7114 * message.el (gnus-util): Require it.
7115 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7116 * gnus-sum.el (gnus-ignored-from-addresses): New function.
7117 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7118
7119 2007-04-24 Didier Verna <didier@xemacs.org>
7120
7121 * gnus-sum.el:
7122 * gnus-utils.el: Fix some trailing whitespaces.
7123
7124 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
7125
7126 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7127 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7128 article's Message-ID; refer parent article in summary buffer.
7129
7130 * message.el (message-bounce): Call mime-to-mml.
7131
7132 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7133
7134 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7135
7136 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7137
7138 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7139 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7140 displayed of multipart/alternative part if it is invoked from summary
7141 buffer.
7142
7143 * mm-view.el (mm-inline-text-html-render-with-w3m)
7144 (mm-inline-text-html-render-with-w3m-standalone)
7145 (mm-inline-render-with-function): Use mail-parse-charset by default.
7146
7147 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
7148
7149 * parse-time.el (parse-time-string-chars): Check if CHAR
7150 is less than the length of parse-time-syntax.
7151
7152 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
7153
7154 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7155 from gnus-newsgroup-processable.
7156
7157 2007-04-16 Didier Verna <didier@xemacs.org>
7158
7159 * gnus-msg.el (gnus-configure-posting-styles): Handle
7160 message-signature-directory properly with :file syntax. Reported by
7161 "Leo".
7162
7163 2007-04-11 Didier Verna <didier@xemacs.org>
7164
7165 New user option: message-signature-directory.
7166 * gnus-msg.el (gnus-configure-posting-styles): Support it.
7167 * message.el (message-insert-signature): Ditto.
7168 * message.el (message-signature-file): Doc update.
7169 * message.el (message-signature-directory): New.
7170
7171 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
7172
7173 * gnus-msg.el (gnus-inews-yank-articles): Use
7174 message-exchange-point-and-mark instead of exchange-point-and-mark.
7175
7176 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
7177
7178 * message.el (message-yank-original): Make sure cited text ends with
7179 newline; don't exchange point and mark.
7180
7181 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7182
7183 * tls.el (open-tls-stream): Properly handle case where there
7184 is no associated buffer.
7185
7186 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
7187
7188 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7189 message-yank-original, make sure (< mark TEXT point).
7190
7191 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7192
7193 * message.el (message-fill-column): New variable.
7194 (message-mode): Use it. Add comment on a possible new hook.
7195
7196 * nnmail.el (nnmail-spool-file): Mark as obsolete.
7197 (nnmail-get-new-mail): Reformat.
7198
7199 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7200
7201 * gmm-utils.el: Fix Commentary.
7202 (gmm-tool-bar-from-list): Fix typo in doc string.
7203
7204 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
7205
7206 * message.el (message-yank-original): Don't switch point and mark
7207 unnecessarily to put point and mark as documented.
7208
7209 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7210
7211 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7212 from the message heads.
7213
7214 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
7215
7216 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7217 article buffer does not have a window. This may not be the best
7218 solution but is certainly better than setting the start of the null,
7219 that is the current, window.
7220
7221 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7222
7223 * gnus-draft.el (gnus-draft-setup-hook): New hook.
7224 (gnus-draft-setup): Run it.
7225
7226 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7227 gnus-score-fast-scoring. Allow regexp.
7228 (gnus-score-headers): Use it.
7229
7230 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7231 XEmacs.
7232
7233 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7234 string.
7235 (gnus-button-alist): Also catch `<f1> k ...'.
7236 (gnus-treat-display-x-face): Fix doc string.
7237
7238 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7239
7240 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7241 evaluation of gnus-extended-version to ensure correct generation of the
7242 User-Agent header when message-generate-headers-first is used.
7243
7244 2007-03-24 Simon Josefsson <simon@josefsson.org>
7245
7246 * hashcash.el (hashcash-generate-payment-async): Don't crash if
7247 hashcash-path is nil. Don't call callback with incorrect number of
7248 parameters if val is 0.
7249
7250 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7251
7252 * message.el (message-required-news-headers):
7253 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7254
7255 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7256
7257 * message.el (message-generate-new-buffers): Change the meaning of the
7258 nil value; add `standard' to the choices; treat t as `unique'; improve
7259 doc string.
7260 (gnus-select-frame-set-input-focus): Autoload.
7261 (message-buffer-name): Search for the existing message buffer if
7262 message-generate-new-buffers is nil or `standard'; treat the value t of
7263 message-generate-new-buffers as `unique'.
7264 (message-pop-to-buffer): Raise the frame already displaying the message
7265 buffer; clear the echo area after querying.
7266 (message-setup): Pass the `continue' argument to compose-mail.
7267 (message-mail): Prefer `switch-function' if it is given; search for the
7268 existing message buffer if the `continue' argument is non-nil; pass
7269 continue and switch-function arguments to compose-mail by way of
7270 message-setup.
7271 (message-mail-other-window): Adjust argument of message-setup.
7272 (message-mail-other-frame): Ditto.
7273
7274 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7275
7276 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7277 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7278 to turn font-lock on when turning gnus-message-citation-mode on.
7279
7280 2007-03-06 Daiki Ueno <ueno@unixuser.org>
7281
7282 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7283 (mml-smime-function-alist): New variable; add epg as the backend.
7284 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7285 mml-smime- functions instead.
7286 * mm-view.el: Require smime.
7287
7288 2007-03-05 Didier Verna <didier@xemacs.org>
7289
7290 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7291 instead of just inheritance for posting styles.
7292 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7293
7294 2007-02-24 John Paul Wallington <jpw@pobox.com>
7295
7296 * tls.el (tls-certtool-program): Fix custom type.
7297
7298 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7299
7300 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7301 and point-at-eol instead of line-(beginning|end)-position.
7302
7303 * assistant.el (assistant-parse-buffer): Ditto.
7304
7305 2007-02-28 Daiki Ueno <ueno@unixuser.org>
7306
7307 * mml2015.el (mml2015-epg-find-usable-key): New function.
7308 (mml2015-epg-sign): Use it.
7309 (mml2015-epg-encrypt): Use it.
7310
7311 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7312
7313 * message.el (message-make-in-reply-to): Quote name containing
7314 non-ASCII characters. It will make the RFC2047 encoder cause an error
7315 if there are special characters. Reported by NAKAJI Hiroyuki
7316 <nakaji@jp.freebsd.org>.
7317
7318 2007-02-27 Didier Verna <didier@xemacs.org>
7319
7320 Include the group parameters as well as the topic ones in the
7321 inheritance filter process.
7322 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7323 argument GROUP-PARAMS-LIST.
7324 * gnus-topic.el (gnus-group-topic-parameters): Use it.
7325
7326 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7327
7328 * nntp.el (nntp-never-echoes-commands)
7329 (nntp-open-connection-functions-never-echo-commands): New variables.
7330 (nntp-send-command): Use them.
7331
7332 2007-02-20 Daiki Ueno <ueno@unixuser.org>
7333
7334 * mml2015.el (mml2015-epg-verify): Simplified.
7335
7336 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7337
7338 * mml.el (mml-content-disposition-alist): New user option.
7339 (mml-content-disposition): New function.
7340 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7341 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7342
7343 2007-02-19 Daiki Ueno <ueno@unixuser.org>
7344
7345 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7346 verification.
7347
7348 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7349
7350 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7351 articles posted in the last 24 hours.
7352
7353 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
7354
7355 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7356
7357 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
7358
7359 * nntp.el (nntp-send-command): Don't wait for echoes when
7360 nntp-open-ssl-stream is used.
7361
7362 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7363
7364 * gnus-cite.el (gnus-test-font-lock-add-keywords)
7365 (gnus-message-add-citation-keywords)
7366 (gnus-message-remove-citation-keywords): Remove.
7367 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7368 directly, make the variables in font-lock-defaults buffer-local, add
7369 gnus-message-citation-keywords to them and then update the value of
7370 font-lock-keywords.
7371
7372 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
7373
7374 * message.el (message-cite-original-1): Don't call
7375 gnus-article-highlight-citation.
7376
7377 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7378 citations; fix line count.
7379
7380 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7381
7382 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7383 (gnus-message-add-citation-keywords)
7384 (gnus-message-remove-citation-keywords): Use it; fix the emulating
7385 versions of font-lock-add-keywords and font-lock-remove-keywords to
7386 work with XEmacs correctly.
7387
7388 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * gnus-cite.el (gnus-cite-face-list): Set the values of
7391 gnus-message-max-citation-depth and gnus-message-citation-keywords.
7392 (gnus-message-max-citation-depth): Use defvar rather than defconst.
7393 (gnus-message-cite-prefix-regexp): New variable.
7394 (gnus-message-search-citation-line): Use it; protect against long
7395 citation prefix; fill match data with nil rather than 0 for XEmacs; set
7396 the 0th match data for Emacs.
7397 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7398 (gnus-message-add-citation-keywords): Append keywords rather than
7399 prepending; emulate font-lock-add-keywords if it is not available.
7400 (gnus-message-remove-citation-keywords): Emulate
7401 font-lock-remove-keywords if it is not available.
7402
7403 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7404
7405 * message.el (message-cite-prefix-regexp): Set the value of
7406 gnus-message-cite-prefix-regexp.
7407
7408 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7409
7410 * nnweb.el (nnweb-google-parse-1): Update parser.
7411
7412 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
7413
7414 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7415
7416 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7417
7418 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7419 regexp.
7420
7421 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7422
7423 * uudecode.el (uudecode-string-to-multibyte): New function emulating
7424 string-to-multibyte.
7425 (uudecode-decode-region-internal): Use it.
7426
7427 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
7428
7429 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7430 custom choice.
7431
7432 * gnus-art.el (gnus-signature-limit): Fix custom choice.
7433
7434 2007-01-22 Daiki Ueno <ueno@unixuser.org>
7435
7436 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7437
7438 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7439 `write-region' to respect `mm-inhibit-file-name-handlers'.
7440
7441 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7442
7443 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7444 Use gnus-home-directory instead of "~/" or "$HOME".
7445
7446 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
7447
7448 * encrypt.el (encrypt-insert-file-contents): Add better prompt
7449 to mention filename.
7450 Add comments at beginning regarding usage.
7451 (encrypt-write-file-contents): Change interactive so a string is
7452 acceptable. If the file has no associated model, show an error instead
7453 of a nonsense prompt.
7454
7455 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7456
7457 * spam.el (spam-bsfilter-ham-switch): Fix typo.
7458 Thanks to Yoshihiko Yamada for kind notification of this typo.
7459
7460 2007-01-12 Kenichi Handa <handa@m17n.org>
7461
7462 * uudecode.el (uudecode-decode-region-internal): Make it work in a
7463 multibyte buffer.
7464
7465 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
7466
7467 * gnus-score.el (gnus-score-fast-scoring): New variable.
7468 (gnus-score-headers): Use it.
7469
7470 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7471
7472 * message.el (message-cite-original-1): Call
7473 gnus-article-highlight-citation if requested.
7474 (message-make-from): Allow name and address as optional arguments.
7475
7476 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7477
7478 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7479 bugs to doc string.
7480 (gnus-button-alist): Add mid\\|message-id.
7481 (gnus-button-fetch-group): Extend for use in
7482 `browse-url-browser-function'.
7483 (gnus-button-url-regexp): Try to catch paired parentheses like in
7484 Wikipedia URLs.
7485
7486 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7487 Suggested by Simon Krahnke <overlord@gmx.li>.
7488
7489 2007-01-13 Romain Francoise <romain@orebokech.com>
7490
7491 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7492 Update copyright.
7493
7494 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
7495
7496 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7497
7498 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
7499
7500 * gnus-registry.el (gnus-registry-unfollowed-groups)
7501 (gnus-registry-split-fancy-with-parent): Fix documentation.
7502
7503 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7504
7505 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7506 from nnweb groups.
7507
7508 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7509
7510 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7511 Xref urls. Erase buffer before requesting head.
7512
7513 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7514
7515 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
7516
7517 * gnus-soup.el (gnus-soup): New custom group. Make user variables
7518 customizable.
7519
7520 2007-01-05 Daiki Ueno <ueno@unixuser.org>
7521
7522 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7523 no signing key is found.
7524 (mml2015-epg-encrypt): Ask user whether to skip or abort if
7525 no encrypting and/or signing key is found.
7526
7527 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7528
7529 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7530
7531 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7532
7533 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7534 headers read from disk with the ones newly found in the current search.
7535 This should no longer cause problems, because the article numbers in
7536 Gmane's `nov.php' output are ignored since the previous change.
7537
7538 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7539
7540 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7541
7542 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
7543
7544 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7545
7546 2007-01-01 Romain Francoise <romain@orebokech.com>
7547
7548 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7549
7550 2006-12-31 Steve Youngs <steve@sxemacs.org>
7551
7552 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7553 `define-minor-mode' macro definition expanded properly.
7554 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7555 exclude it there.
7556
7557 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7558 of 2006-12-30. The default is nil on (S)XEmacs already because of the
7559 `fboundp' test.
7560 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7561 This is OK to autoload in (S)XEmacs now.
7562
7563 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7564
7565 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7566 keystroke.
7567 (gnus-summary-limit-to-singletons): Fix typo.
7568
7569 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7570 else fails.
7571
7572 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7573
7574 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7575 docstring.
7576
7577 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7578 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7579 (gnus-summary-insert-dormant-articles): Fix typo in message.
7580
7581 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
7582
7583 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7584 nil for XEmacs.
7585 (gnus-message-citation-mode): Don't autoload in XEmacs.
7586
7587 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7588
7589 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
7590
7591 * nnimap.el (nnimap-expunge-search-string): Mention
7592 nnimap-search-uids-not-since-is-evil in docstring.
7593
7594 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7595
7596 * spam.el: Revert to make-obsolete-variable because
7597 define-obsolete-variable-alias is not supported in Emacs 21.
7598
7599 * spam.el (spam-ifile-path, spam-ifile-database-path)
7600 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7601 make-obsolete-variable.
7602 (spam-bsfilter-path, spam-bsfilter-program)
7603 (spam-spamassassin-path, spam-spamassassin-program)
7604 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
7605 use "path" inappropriately.
7606 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7607 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7608 variable names.
7609
7610 2006-12-28 Daiki Ueno <ueno@unixuser.org>
7611
7612 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7613 summary buffer.
7614
7615 * password.el (password-cache-remove): Use clear-string to burn
7616 password, if available.
7617
7618 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7619
7620 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7621
7622 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7623
7624 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7625 (gnus-message-highlight-citation): Move defcustom here from
7626 gnus-cite.el.
7627 (gnus-message-citation-mode): Autoload.
7628
7629 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
7630 checks to make it compile with XEmacs.
7631 (gnus-message-citation-mode): New minor mode.
7632 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7633 (gnus-message-highlight-citation): New variables.
7634 (gnus-message-search-citation-line)
7635 (gnus-message-add-citation-keywords)
7636 (gnus-message-remove-citation-keywords)
7637 (turn-on-gnus-message-citation-mode)
7638 (turn-off-gnus-message-citation-mode): New functions.
7639
7640 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
7641
7642 * gnus-cite.el: Enable highlighting of different citation levels in
7643 message-mode.
7644
7645 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
7646
7647 * message.el (message-make-fqdn): Fix comment.
7648 (message-bogus-system-names): Add ".local".
7649
7650 * spam.el (spam-ifile-path, spam-ifile-program)
7651 (spam-ifile-database-path, spam-ifile-database)
7652 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7653 Don't use "path" inappropriately.
7654 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7655 strings.
7656 (spam-check-ifile, spam-ifile-register-with-ifile)
7657 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7658 new variable names.
7659
7660 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7661 (gnus-treat-display-smileys): Simplify using
7662 gnus-image-type-available-p.
7663
7664 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7665 available.
7666
7667 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7668
7669 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7670 one after turning on the buffer's multibyteness instead of decoding
7671 them directly in the unibyte buffer that causes unexpected conversion
7672 in Emacs 23 (unicode).
7673
7674 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7675
7676 * message.el (message-generate-hashcash): Fix custom type.
7677
7678 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
7679
7680 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7681
7682 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
7683
7684 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7685 disconnect icons. Add help text.
7686
7687 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
7688
7689 * spam.el (spam-extra-header-to-number): CRM114 spam score is
7690 negated to be consistent with the others we handle.
7691
7692 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7693
7694 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7695 version of gnus-summary-buffer to something, so that we can use two
7696 article buffers at the same time.
7697
7698 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
7699
7700 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7701 trigger all the extra headers.
7702 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7703 sorting.
7704
7705 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7706
7707 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7708 solid groups.
7709
7710 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7711
7712 * legacy-gnus-agent.el: Add Copyright notice.
7713
7714 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
7715
7716 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7717
7718 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7719
7720 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7721
7722 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7723 to make it work reliably in CVS Emacs.
7724 (gnus-summary-limit-strange-charsets-predicate)
7725 (gnus-summary-limit-to-predicate): New functions.
7726
7727 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
7728
7729 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7730 specifying array size.
7731 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7732 array if it is too small.
7733 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7734 (gnus-sort-threads-loop): New function.
7735
7736 2006-12-06 Chris Moore <dooglus@gmail.com>
7737
7738 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7739 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7740
7741 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
7742
7743 * mm-url.el (mm-url-predefined-programs): Call curl with correct
7744 options.
7745
7746 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7747
7748 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7749 DOS-ing the recipient.
7750
7751 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7752 the headers when creating the mapping to avoid mismappings.
7753 (nnweb-gmane-create-mapping): Always nix out old mapping.
7754
7755 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7756
7757 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7758 and mm-verify-option to never.
7759
7760 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7761
7762 * message.el (message-signed-or-encrypted-p): New function.
7763 (message-forward-make-body): Use it.
7764
7765 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7766 Replace encode-coding-string with mm-encode-coding-string.
7767
7768 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7769
7770 * nneething.el (nneething-decode-file-name): Replace
7771 decode-coding-string with mm-decode-coding-string.
7772
7773 * gnus-int.el (gnus-open-server): Say failed server's name.
7774
7775 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7776
7777 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7778 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7779
7780 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7781 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7782 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7783 (gnus-group-make-directory-group, gnus-group-transpose-groups):
7784 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7785 (gnus-subscribe-newsgroup, gnus-1):
7786 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7787 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7788 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7789 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7790
7791 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7792
7793 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7794 keystroke.
7795 (gnus-summary-limit-to-bodies): Implement headersp.
7796
7797 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7798
7799 * dns.el (query-dns): Protect against "Process dns deleted" strings.
7800
7801 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7804
7805 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7806
7807 * message.el (message-generate-hashcash): Expand range of values to
7808 include `opportunistic'.
7809 (message-send-mail): Use it.
7810
7811 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7812
7813 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7814 and comment it.
7815
7816 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7817
7818 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
7819
7820 * gnus-util.el (gnus-extract-address-components): Improve comment.
7821
7822 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7823
7824 * gnus-util.el (gnus-extract-address-components): Work with address in
7825 which the name portion contains @.
7826
7827 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
7828
7829 * gnus.el (gnus-start): Move custom group up.
7830 (gnus-select-method): Don't autoload, but make it available for
7831 `customize-variable'.
7832 (gnus-getenv-nntpserver): Don't autoload.
7833
7834 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
7835
7836 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7837
7838 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
7839
7840 * message.el (message-sendmail-extra-arguments): New variable.
7841 (message-send-mail-with-sendmail): Use it.
7842
7843 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7844
7845 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7846 mm-with-unibyte-current-buffer to make string unibyte.
7847
7848 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7849 mm-string-as-multibyte.
7850
7851 2006-11-14 Daiki Ueno <ueno@unixuser.org>
7852
7853 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7854 Reported by Werner Koch <wk@gnupg.org>.
7855
7856 2006-11-14 Daiki Ueno <ueno@p360>
7857
7858 * mml2015.el: Autoload epa-select-keys when compiling.
7859
7860 2006-11-13 Daiki Ueno <ueno@unixuser.org>
7861
7862 * mml2015.el (mml2015-epg-sign): Save the signing keys in
7863 message-options.
7864 (mml2015-epg-encrypt): Save the recipient keys in message-options.
7865
7866 2006-11-13 Daiki Ueno <ueno@unixuser.org>
7867
7868 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7869 EasyPG (< 0.0.6).
7870 (mml2015-always-trust): New user option.
7871 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7872 prompt.
7873
7874 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7875
7876 * nntp.el (nntp-authinfo-force): New variable.
7877 (nntp-send-authinfo): Use it.
7878
7879 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
7880
7881 * message.el (message-strip-subject-encoded-words): Allow _not_ to
7882 decode encoded words. Improve prompt. Add comment about forwarding.
7883 (message-replacement-char): Move up.
7884
7885 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7886
7887 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7888 instead of gnus-intersection because arguments of gnus-sorted-nunion
7889 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
7890
7891 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
7892
7893 * message.el (message-strip-subject-encoded-words): Reformat prompt.
7894 (message-simplify-subject-functions): Enable
7895 message-strip-subject-encoded-words by default.
7896
7897 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
7898
7899 * message.el (message-strip-subject-encoded-words): New function.
7900 (message-simplify-subject-functions): New variable.
7901 (message-simplify-subject): Use it. Fix typo in doc string.
7902 Support message-strip-subject-encoded-words.
7903
7904 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7905
7906 * gnus-diary.el (gnus-diary-delay-format-function):
7907 * nndiary.el (nndiary-reminders):
7908 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7909
7910 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7911
7912 * gnus-art.el (article-hide-boring-headers): Fetch date from
7913 gnus-original-article-buffer to avoid problems with localized date
7914 strings.
7915
7916 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7917
7918 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7919
7920 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
7921
7922 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7923 New variables.
7924 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7925 (mm-charset-synonym-alist): Move some entries to
7926 mm-codepage-iso-8859-list.
7927 (mm-charset-synonym-alist, mm-charset-override-alist): Add
7928 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7929
7930 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7931
7932 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7933
7934 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7935
7936 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7937 with Emacs 21 and XEmacs.
7938
7939 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
7940
7941 * spam.el (spam-parse-address): New function for better parsing,
7942 catching errors, etc.
7943 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7944
7945 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7946
7947 * mm-view.el: Add interactive arg to html2text autoload.
7948
7949 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
7950
7951 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7952
7953 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
7954
7955 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7956 variables.
7957 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7958 (mm-charset-synonym-alist): Move some entries to
7959 mm-codepage-iso-8859-list.
7960
7961 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7962
7963 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
7964
7965 * message.el (message-citation-line-format)
7966 (message-insert-formated-citation-line): Fix implementation of %E, %N
7967 and %n according to the doc string.
7968
7969 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
7970
7971 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7972 car-safe to avoid bad parses.
7973
7974 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7975
7976 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7977 names.
7978
7979 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7980
7981 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7982
7983 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7984 header.
7985
7986 * message.el (message-draft-headers): Add Date.
7987 (message-headers-to-generate): Fix typo in docstring.
7988
7989 * nndraft.el (nndraft-required-headers): New variable.
7990 (nndraft-generate-headers): Use it.
7991
7992 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7993
7994 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
7995
7996 * gnus-registry.el (gnus-registry-wash-for-keywords)
7997 (gnus-registry-find-keywords): New functions to allow easy searching of
7998 articles that are in the registry.
7999
8000 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
8001
8002 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8003 ietf-drums-parse-address instead of gnus-extract-address-components.
8004 Reported by Damien Elmes <damien@repose.cx>.
8005
8006 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
8007
8008 * gnus.el (gnus-mime): Remove unused custom group.
8009
8010 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8011
8012 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8013 "blank line" when searching for end of armor headers.
8014
8015 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8016
8017 * gmm-utils.el (gmm-write-region): Fix variable name.
8018
8019 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
8020
8021 * gmm-utils.el (gmm-write-region): New function based on compatibility
8022 code from `mm-make-temp-file'.
8023
8024 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8025
8026 * nnmaildir.el (nnmaildir--update-nov)
8027 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8028 Use `gmm-write-region'.
8029
8030 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8031
8032 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8033 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8034
8035 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8036
8037 * message.el (message-replacement-char): New variable.
8038 (message-fix-before-sending): Use it.
8039 (message-simplify-subject): New function to remove duplicate code.
8040 (message-reply, message-followup): Use it.
8041
8042 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8043 gnus-summary-limit-to-articles.
8044
8045 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8046
8047 * gnus-util.el (gnus-with-local-quit): New macro.
8048
8049 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8050
8051 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
8052
8053 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8054 ignore non-string data.
8055
8056 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
8057
8058 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8059 non-string data (needs to be done in the registry too).
8060
8061 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8062
8063 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8064 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8065 (gnus-registry-split-fancy-with-parent)
8066 (gnus-registry-fetch-simplified-message-subject-fast)
8067 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8068 Remove text properties on ingress into the registry and when it's saved.
8069 (gnus-registry-clean-empty-function): Fix bug with cleaning the
8070 registry from entries with no groups.
8071
8072 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8073
8074 * gnus-util.el (gnus-string-remove-all-properties): Add utility
8075 function to remove string properties.
8076
8077 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8078
8079 * gmm-utils.el (gmm): Adjust custom version.
8080
8081 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8082 custom version.
8083
8084 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8085
8086 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8087
8088 * gnus-art.el (gnus-insert-prev-page-button)
8089 (gnus-insert-next-page-button): Simplify. Reformat.
8090
8091 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8092
8093 * gnus-art.el (gnus-insert-prev-page-button)
8094 (gnus-insert-next-page-button): Apply gnus-article-button-face.
8095
8096 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8097
8098 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8099
8100 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8101
8102 * gnus-art.el (gnus-insert-mime-button)
8103 (gnus-insert-mime-security-button):
8104 Apply gnus-article-button-face to MIME and security buttons.
8105
8106 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8107
8108 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8109 readable.
8110
8111 2006-09-20 Steve Youngs <steve@sxemacs.org>
8112
8113 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8114 `browse-url-of-file' instead of `browse-url'.
8115
8116 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8117
8118 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8119 regexp. Articles containing quotation were cut prematurely.
8120
8121 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8122
8123 * message.el (message-cite-original-1): Use nobody by default for the
8124 value of From header.
8125 (message-reply): Ditto.
8126
8127 2006-09-11 Daiki Ueno <ueno@unixuser.org>
8128
8129 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8130 to the gnus-info. This fixes a bug of inline-PGP message verification.
8131 Reported by Michael Piotrowski <mxp@dynalabs.de>.
8132
8133 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8134
8135 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8136 mails in the doc string. Add some URLs in comment.
8137 (pop3-movemail): Warn about pop3-leave-mail-on-server.
8138
8139 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8140
8141 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8142 backslashes handling and the way to find boundaries of quoted strings.
8143
8144 2006-09-07 Daiki Ueno <ueno@unixuser.org>
8145
8146 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8147 mml1991-encrypt-to-self is set and mml1991-signers is not set.
8148 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8149 mml2015-encrypt-to-self is set and mml2015-signers is not set.
8150
8151 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8152
8153 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
8154 doc string.
8155 (gnus-button-regexp, gnus-button-last): Remove unused variables.
8156
8157 2006-09-06 Simon Josefsson <jas@extundo.com>
8158
8159 * mml2015.el (mml2015-use): Doc fix, mention epg.
8160
8161 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8162
8163 * mml2015.el (mml2015-use): Default to epg, if available.
8164
8165 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8166
8167 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8168 message-sender.
8169 (mml1991-epg-encrypt): Ditto.
8170 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8171 message-sender.
8172 (mml2015-epg-encrypt): Ditto.
8173
8174 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8175
8176 * message.el (message-send-mail-with-sendmail): Look for sendmail in
8177 several common directories.
8178
8179 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8180
8181 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8182 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8183
8184 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8185
8186 * gnus-art.el (article-decode-encoded-words): Make it fast.
8187
8188 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8189
8190 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8191
8192 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8193 in quoted string into `\'.
8194
8195 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8196
8197 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8198 Use standard-syntax-table.
8199
8200 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8201
8202 * gnus-art.el (gnus-decode-address-function): New variable.
8203 (article-decode-encoded-words): Use it to decode headers which are
8204 assumed to contain addresses.
8205 (gnus-mime-delete-part): Remove useless `or'.
8206
8207 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8208 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8209 (gnus-nov-parse-line): Use it to decode From header.
8210 (gnus-get-newsgroup-headers): Ditto.
8211 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8212
8213 * mail-parse.el (mail-decode-encoded-address-region): New alias.
8214 (mail-decode-encoded-address-string): New alias.
8215
8216 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8217 New function.
8218 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8219 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8220 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8221 (rfc2047-decode-string): Ditto.
8222 (rfc2047-decode-address-region): New function.
8223 (rfc2047-decode-address-string): New function.
8224
8225 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
8226
8227 * message.el (message-caesar-buffer-body): Allow rotating headers.
8228
8229 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8230
8231 * message.el (message-insert-formated-citation-line): Fix %f.
8232 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8233
8234 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8235
8236 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8237 (gnus-bookmark-mouse-available-p): New macro.
8238 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8239 (gnus-bookmark-bmenu-show-infos): Use it.
8240 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8241 (gnus-bookmark-bmenu-hide-infos): Ditto.
8242 (gnus-bookmark-remove-properties): New function.
8243 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8244 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8245 (gnus-bookmark-write-file): Bind coding-system-for-write.
8246 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8247 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8248 group before selecting it.
8249 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8250 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8251 quit-window if it is not available; use gnus-mouse-2 and bind it to
8252 gnus-bookmark-bmenu-select-by-mouse.
8253 (gnus-bookmark-show-details): Remove unused variable `details-list'.
8254 (gnus-bookmark-bmenu-select-by-mouse): New function.
8255
8256 2006-08-13 Romain Francoise <romain@orebokech.com>
8257
8258 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8259 space.
8260
8261 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8262
8263 * compface.el (uncompface): Use binary rather than raw-text-unix.
8264
8265 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8266
8267 * compface.el (uncompface): Make sure the eol conversion doesn't take
8268 place when communicating with the external programs. Reported by
8269 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8270
8271 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
8272
8273 * nnheader.el (nnheader-insert-head): Fix typo in comment.
8274
8275 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8276
8277 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8278 Make it more robust by parsing author and date independently.
8279
8280 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8281
8282 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8283
8284 2006-07-28 Daiki Ueno <ueno@unixuser.org>
8285
8286 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8287 first matching secret key.
8288 (mml2015-epg-encrypt): Ditto.
8289
8290 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8291 first matching secret key.
8292 (mml1991-epg-encrypt): Ditto.
8293
8294 * mml2015.el (mml2015-encrypt-to-self): New user option.
8295 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8296 mml2015-epg-encrypt-to-self is set.
8297
8298 * mml1991.el (mml1991-encrypt-to-self): New variable.
8299 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8300 mml1991-epg-encrypt-to-self is set.
8301
8302 * mml2015.el (mml2015-signers): New user option.
8303 (mml2015-epg-sign): Reflect the value of mml2015-signers.
8304 (mml2015-epg-encrypt): Allow to select signing keys.
8305
8306 * mml1991.el (mml1991-signers): New variable.
8307 (mml1991-epg-sign): Reflect the value of mml1991-signers.
8308 (mml1991-epg-encrypt): Allow to select signing keys.
8309
8310 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
8311
8312 * nnheader.el (nnheader-insert-head): Make it work even if the file
8313 uses CRLF for the line-break code.
8314
8315 2006-07-25 Daiki Ueno <ueno@unixuser.org>
8316
8317 * mml2015.el: Require mml-sec instead of password.
8318 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8319 (mml2015-cache-passphrase): Inherit the default value from
8320 mml-secure-cache-passphrase.
8321 (mml2015-passphrase-cache-expiry): Inherit the default value from
8322 mml-secure-passphrase-cache-expiry.
8323
8324 * mml1991.el: Require mml-sec instead of password.
8325 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8326 (mml1991-cache-passphrase): Inherit the default value from
8327 mml-secure-cache-passphrase.
8328 (mml1991-passphrase-cache-expiry): Inherit the default value from
8329 mml-secure-passphrase-cache-expiry.
8330
8331 * mml-sec.el: Require password.
8332 (mml-secure-verbose): New user option.
8333 (mml-secure-cache-passphrase): New user option.
8334 (mml-secure-passphrase-cache-expiry): New user option.
8335
8336 2006-07-24 Daiki Ueno <ueno@unixuser.org>
8337
8338 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8339 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
8340 andreas@altroot.de (Andreas Vögele).
8341
8342 FIXME: Use `tiny change'?
8343
8344 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8345
8346 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8347 workaround for the url package included with Emacs.
8348
8349 * nnweb.el (nnweb-google-create-mapping): Update regexp.
8350
8351 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8352
8353 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8354 correctly. This fixes a bug caused by the 2006-05-12 change.
8355
8356 2006-07-18 Karl Fogel <kfogel@red-bean.com>
8357
8358 * nnmail.el (nnmail-article-group): If splitting raises an error, give
8359 some information about the error when saying that the `bogus' mail
8360 group will be used.
8361
8362 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
8363
8364 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8365 string.
8366
8367 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
8368
8369 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8370
8371 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8372
8373 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8374
8375 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8376
8377 * mml1991.el (mml1991-function-alist): Add epg.
8378 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8379 (mml1991-epg-encrypt): New functions.
8380
8381 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8382
8383 * mml2015.el (mml2015-verbose): New variable.
8384 (mml2015-cache-passphrase): Ditto.
8385 (mml2015-passphrase-cache-expiry): Ditto.
8386 (mml2015-function-alist): Add epg.
8387 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8388 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8389 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8390 functions.
8391
8392 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8393
8394 * message.el (message-cite-original-1): Preserve region when removing
8395 quoted text due to X-No-Archive in order to avoid bogus attribution
8396 when citing multiple messages.
8397
8398 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8399
8400 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
8401 Kenneth Jacker <khj@be.cs.appstate.edu>.
8402
8403 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
8404
8405 * gnus-diary.el (gnus-user-format-function-d)
8406 (gnus-user-format-function-D): Autoload.
8407
8408 * imap.el (Commentary): Fix typo.
8409
8410 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8411 2006-04-22 contribution.
8412
8413 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8414
8415 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8416 It didn't really fix the bogosity I'm seeing with solid web groups.
8417
8418 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8419
8420 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8421 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8422 created using server names. If we use the feature without declaring
8423 it, Gnus does not properly manage server and group state.
8424
8425 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8426 bound.
8427
8428 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8429
8430 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8431 looking up the method using GROUP's prefix before inventing a new one.
8432 It is used on killed/unknown groups in various places where returning
8433 an all-new method isn't expected by the caller.
8434
8435 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8436 and match semantics of gnus-group-real-prefix.
8437
8438 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
8439
8440 * nnmail.el (nnmail-broken-references-mailers): New variable.
8441 (nnmail-ignore-broken-references): New function generalizing
8442 nnmail-fix-eudora-headers.
8443 (nnmail-fix-eudora-headers): Now obsolete.
8444
8445 * gnus-art.el (gnus-button-handle-custom): Support
8446 `customize-apropos*'.
8447
8448 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8449
8450 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8451
8452 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8453 articles.
8454
8455 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
8456
8457 * message.el (message-cite-reply-above): New variable.
8458 (message-yank-original): Use it.
8459
8460 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
8461
8462 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8463
8464 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
8465
8466 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8467 as read.
8468
8469 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8470
8471 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
8472
8473 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8474 (gnus-bookmark-default-file): Use gnus-directory.
8475 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8476 Remove "*" in doc string.
8477 (gnus-bookmark-write-file): Simplify.
8478 (gnus-bookmark-maybe-sort-alist): Use `when'.
8479 (gnus-bookmark-get-bookmark): Fix typo in doc string.
8480 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8481 FIXME about Emacs 21 and XEmacs compatibility.
8482 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8483 compatibility.
8484 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8485 compatibility.
8486 (gnus-bookmark-menu-heading): Fix version.
8487
8488 2006-06-19 Bastien Guerry <bzg@altern.org>
8489
8490 * gnus-bookmark.el: New file.
8491
8492 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8493
8494 * message.el (message-syntax-checks): Doc fix.
8495
8496 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8497
8498 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8499 unsubscribed groups as if they were killed ones. It causes duplicate
8500 entries in gnus-newsrc-alist.
8501
8502 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
8503
8504 * message.el (message-syntax-checks): Doc fix.
8505 (message-send-mail): Add check for continuation headers.
8506 (message-check-news-header-syntax): Fix regexp used to check for
8507 continuation headers.
8508
8509 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8510
8511 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8512
8513 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
8514
8515 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8516
8517 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8518
8519 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8520 default-truncate-lines.
8521
8522 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
8523
8524 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8525 to fill the utf-8 entry.
8526
8527 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8528
8529 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8530
8531 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
8532
8533 * gnus-agent.el (directory-files-and-attributes): Move all the way
8534 forward (the third and final move).
8535 (gnus-agent-read-agentview): Trap reconstruction errors due to
8536 nonexistent directory. Handle by returning nil.
8537
8538 2006-05-30 Didier Verna <didier@xemacs.org>
8539
8540 * message.el (message-dont-reply-to-names): Update the custom type.
8541 * message.el (message-dont-reply-to-names): New defsubst: potentially
8542 convert a list of regexps into a single one.
8543 * message.el (message-get-reply-headers): Use it.
8544 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8545
8546 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8547
8548 * gnus-agent.el (directory-files-and-attributes): Move forward.
8549
8550 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8551
8552 * gnus-ml.el (gnus-mailing-list-subscribe)
8553 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8554 (gnus-mailing-list-message): Fix doc strings.
8555
8556 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8557
8558 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8559 of doing it manually.
8560
8561 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8562
8563 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8564 comment.
8565
8566 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
8567
8568 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8569 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8570 (gnus-agent-read-local): All symbols allocated in my-obarray.
8571 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8572 (gnus-agent-regenerate-group): Check numeric names to see if they are
8573 messages or groups.
8574 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8575 better way of do this...)
8576
8577 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8578 'dummy.group' (there should be a better way of do this...)
8579
8580 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8581
8582 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8583 (gnus-saved-headers): Ditto.
8584 (gnus-default-article-saver): Mention functions may have properties.
8585 (gnus-article-save): Override gnus-save-all-headers and
8586 gnus-saved-headers by :headers property which saver function may have.
8587 (gnus-summary-save-in-file): Add :headers property.
8588 (gnus-summary-write-to-file): Ditto.
8589
8590 * gnus-sum.el (gnus-summary-save-article): Bind
8591 gnus-prompt-before-saving to t when saving many articles in a file;
8592 always show all headers.
8593
8594 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8595
8596 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8597 marks.
8598
8599 * message.el (message-indent-citation): Add optional arguments to allow
8600 using it outside of message buffers.
8601
8602 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8603 (gnus-article-treat-unfold-headers): Use it.
8604 (gnus-article-truncate-lines): New variable.
8605 (gnus-article-mode): Use it.
8606 (gnus-article-toggle-truncate-lines): New function.
8607
8608 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8609 gnus-article-toggle-truncate-lines.
8610
8611 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8612 coding system in XEmacs, use binary.
8613
8614 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8615
8616 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8617 after-load-alist.
8618
8619 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8620 this function should save decoded articles.
8621 (gnus-summary-write-to-file): Use property to specify this function
8622 should save decoded articles and specify gnus-summary-save-in-file
8623 should be used to save articles other than the first one when saving
8624 many articles.
8625 (gnus-summary-save-body-in-file): Use property to specify this
8626 function should save decoded articles.
8627 (gnus-summary-write-body-to-file): Use property to specify this
8628 function should save decoded articles and specify
8629 gnus-summary-save-body-in-file should be used to save articles other
8630 than the first one when saving many articles.
8631
8632 * gnus-sum.el (gnus-summary-save-article): Simplify.
8633
8634 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8635
8636 * gnus-art.el (gnus-default-article-saver): Add
8637 gnus-summary-write-body-to-file.
8638 (gnus-article-save-coding-system): Don't use coding system object
8639 in XEmacs.
8640 (gnus-read-save-file-name): Add optional `dir-var' argument which
8641 specifies directory in which files are saved; work even if optional
8642 `variable' argument is not specified.
8643 (gnus-summary-write-to-file): Read file name.
8644 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8645 (gnus-summary-write-body-to-file): New function.
8646
8647 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8648 (gnus-summary-local-variables): Add it.
8649 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8650 (gnus-summary-save-article): Remove optional `decode' argument;
8651 determine whether to decode articles by the value of
8652 gnus-default-article-saver; when saving many files using
8653 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8654 it first and use gnus-summary-save-in-file or
8655 gnus-summary-save-body-in-file thereafter unless
8656 gnus-prompt-before-saving is always; move point to article which
8657 will be saved.
8658 (gnus-summary-save-article-file): Revert.
8659 (gnus-summary-write-article-file): Revert.
8660 (gnus-summary-save-article-body-file): Revert.
8661 (gnus-summary-write-article-body-file): New function.
8662
8663 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8664
8665 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8666
8667 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8668
8669 * gnus-art.el (gnus-default-article-saver): Doc fix.
8670 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8671 from gnus-summary-save-article-coding-system, and default to a
8672 certain coding system.
8673 (gnus-output-to-file): Add coding cookie and encode text according
8674 to gnus-article-save-coding-system; don't use mm-append-to-file.
8675
8676 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8677 gnus-art.el and rename to gnus-article-save-coding-system.
8678 (gnus-summary-save-article): Require gnus-art; don't show all
8679 headers if it decodes articles; don't add coding cookie here;
8680 don't bind mm-text-coding-system-for-write.
8681 (gnus-summary-save-article-file): Save decoded articles.
8682 (gnus-summary-write-article-file): When saving many files, use
8683 gnus-summary-write-to-file first and gnus-summary-save-in-file
8684 thereafter unless gnus-prompt-before-saving is always.
8685 (gnus-summary-save-article-body-file): Save decoded articles.
8686
8687 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8688
8689 * nnrss.el (nnrss-check-group): Bind hash-index.
8690
8691 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
8692
8693 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8694 its hash index. Store this hash in `nnrss-group-data'.
8695 (nnrss-read-group-data): Update accordingly.
8696
8697 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8698
8699 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8700 entry.
8701
8702 * gnus-sum.el (gnus-summary-make-menu-bar): Add
8703 gnus-article-browse-html-article.
8704
8705 2006-05-23 Hynek Schlawack <hynek@ularx.de>
8706
8707 * gnus-sum.el (gnus-summary-mime-map): Add
8708 gnus-article-browse-html-article.
8709 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
8710
8711 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8712 suitable coding systems in customize.
8713
8714 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
8715
8716 * mail-source.el (mail-sources): Fix custom type.
8717
8718 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
8719
8720 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8721 (gnus-summary-expire-articles-now): Shorten prompt.
8722
8723 * gmm-utils.el (wid-edit): Require.
8724 (defun-gmm): Renamed from `gmm-defun-compat'.
8725 (gmm-image-search-load-path): Use it.
8726 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
8727
8728 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
8729
8730 * gnus-sum.el (gnus-summary-save-article-coding-system): New
8731 variable.
8732 (gnus-summary-save-article): Add optional `decode' argument. If
8733 it is set and gnus-summary-save-article-coding-system is non-nil,
8734 save decoded article.
8735 (gnus-summary-write-article-file): Save decoded article if
8736 gnus-summary-save-article-coding-system is non-nil.
8737
8738 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8739 type.
8740
8741 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8742
8743 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8744
8745 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
8746
8747 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8748 first to test gnus-single-article-buffer which may be buffer-local.
8749
8750 * gnus-sum.el (gnus-summary-setup-buffer): Make
8751 gnus-single-article-buffer buffer-local and nil in ephemeral
8752 group; make gnus-article-buffer, gnus-article-current, and
8753 gnus-original-article-buffer always buffer-local.
8754 (gnus-summary-exit): Kill article buffer belonging to ephemeral
8755 group.
8756 (gnus-handle-ephemeral-exit): Don't move to next summary line.
8757
8758 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8759
8760 * nnml.el (nnml-request-compact-group): Compressed files might not
8761 have .gz extension.
8762
8763 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8766 (mm-copy-to-buffer): Use with-current-buffer.
8767 (mm-display-part): Simplify.
8768 (mm-inlinable-p): Add optional arg `type'.
8769
8770 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8773 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8774 Try harder to show the attachment internally or externally using
8775 gnus-mime-view-part-as-type.
8776
8777 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8778
8779 * message.el (message-from-style, message-signature-separator)
8780 (message-user-organization-file, message-send-mail-function)
8781 (message-citation-line-function, message-yank-prefix)
8782 (message-indent-citation-function, message-signature)
8783 (message-signature-file, message-signature-insert-empty-line):
8784 Remove autoloads.
8785
8786 * gnus-art.el (gnus-buttonized-mime-types): Remove
8787 "multipart/signed". Revert 2006-04-26 change.
8788
8789 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8790
8791 * gnus.el (gnus-version-number): Bump version.
8792
8793 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8794
8795 * gnus.el: No Gnus v0.5 is released.
8796
8797 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8798
8799 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8800 fetching articles by message-id.
8801
8802 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8803
8804 * message.el (hashcash): Require hashcash as normal.
8805
8806 * ecomplete.el (ecomplete-highlight-match-line): Use
8807 point-at-eol.
8808 (ecomplete-highlight-match-line): Use `highlight', because that
8809 face exists in both Emacs and XEmacs.
8810
8811 * message.el (message-display-abbrev): Use point-at-bol.
8812
8813 * mail-source.el: Don't require timer/timer-funcs.
8814
8815 * gnus-async.el: Ditto.
8816
8817 * password.el: Ditto.
8818
8819 * mm-url.el: Ditto.
8820
8821 * mm-util.el: Require timer/timer-funcs.
8822
8823 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8824
8825 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8826 Close.
8827
8828 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8829
8830 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8831 unibyte after clear-decrypt function runs.
8832
8833 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8834 returns as a unibyte string.
8835
8836 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8839 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8840 (mml1991-pgg-encrypt): Ditto.
8841
8842 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
8843
8844 * message.el (message-user-organization-file): Check several
8845 locations of the organization file.
8846
8847 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8848 Add gnus-article-view-part-as-type.
8849
8850 * gnus-art.el (gnus-article-view-part-as-type): New function.
8851
8852 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8853 .mobi and .travel. Remove .nato, .bitnet and .uucp.
8854
8855 * mml.el: Simplify autoload.
8856 (mml-mode): defvar dnd-protocol-alist instead of using
8857 symbol-value.
8858 (mml-default-directory): New variable.
8859 (mml-minibuffer-read-file): Use it.
8860 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8861
8862 * message.el (message-citation-line-format): New variable.
8863 (message-insert-formated-citation-line): New function.
8864 (message-citation-line-function): Add
8865 `message-insert-formated-citation-line' to custom type.
8866
8867 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8868 to doc string.
8869
8870 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8871 depending on mm-verify-option.
8872
8873 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8874
8875 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8876 binding pgg-* variables; reimplement the section which prevents
8877 MIME header from being signed.
8878 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8879 pgg-text-mode; remove a blank line at the top of body.
8880
8881 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8882 lines at the top of body; use gnus-newsgroup-charset if there's no
8883 Charset header.
8884
8885 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8886
8887 * message.el (message-self-insert-commands): Doc fix.
8888
8889 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8890 (mm-uu-pgp-encrypted-test): Ditto.
8891 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8892 between header and body; return application/pgp-encrypted handle
8893 if decryption failed; decode decrypted body by charset.
8894
8895 * mm-decode.el (mm-automatic-display): Don't make application/pgp
8896 element match to application/pgp-*.
8897
8898 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8899
8900 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8901 HTML.
8902
8903 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8904
8905 * mail-source.el (mail-source-call-script): Message the error
8906 string.
8907
8908 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8909
8910 * gnus-util.el (gnus-byte-compile): Use it.
8911
8912 2006-04-22 xyblor <fake@invalid.email> (tiny change)
8913
8914 * gnus-util.el (kill-empty-logs): New function.
8915
8916 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8917
8918 * message.el (message-mail-alias-type): Doc fix.
8919 (message-mail-alias-type-p): New function.
8920 (message-send): Use it.
8921 (message-mode): Ditto.
8922 (message-strip-forbidden-properties): Ditto.
8923
8924 * ecomplete.el (ecomplete-database-file-coding-system): New
8925 variable.
8926 (ecomplete-save): Use it.
8927 (ecomplete-setup): Use it.
8928
8929 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8930
8931 * message.el (message-self-insert-commands): New variable.
8932 (message-strip-forbidden-properties): Use it.
8933
8934 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8935
8936 * message.el (message-put-addresses-in-ecomplete): Use a regexp
8937 that doesn't make XEmacs choke.
8938
8939 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
8940
8941 * gnus-util.el (gnus-replace-in-string):
8942 Prefer replace-regexp-in-string over of replace-in-string.
8943
8944 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8945
8946 * gnus-util.el (gnus-select-frame-set-input-focus):
8947 Use select-frame-set-input-focus if it is available in XEmacs; use
8948 definition defined in Emacs 22 for old Emacsen.
8949
8950 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8951
8952 * mm-view.el (mm-inline-text): Use equal instead of equalp.
8953
8954 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
8955
8956 * gnus-registry.el (gnus-registry-cache-save): Remove text
8957 properties when saving via the temp buffer.
8958
8959 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8960
8961 * message.el (message-generate-hashcash): Honor custom type.
8962
8963 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8964
8965 * message.el (message-generate-hashcash): Default to non-nil when
8966 hashcash is found.
8967
8968 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8969 (gnus-refer-thread-limit): Increase default to 500.
8970
8971 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8972
8973 * flow-fill.el (fill-flowed): Allow delete-space.
8974
8975 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8976
8977 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8978 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8979 Remove autoloads.
8980
8981 2006-04-18 Simon Josefsson <jas@extundo.com>
8982
8983 * message.el (message-generate-hashcash): Default to.
8984
8985 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8986
8987 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8988 concatenating segments rather than before concatenating them.
8989
8990 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
8991
8992 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8993
8994 * imap.el (imap-quote-specials): New function.
8995 (imap-login-auth): Quote specials.
8996
8997 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8998
8999 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9000
9001 * message.el (message-forward-make-body-plain): Allow
9002 message-forward-ignored-headers to be a list.
9003 (message-remove-ignored-headers): Factor out into function.
9004 (message-forward-make-body-mml): Use it.
9005 * rfc2231.el (rfc2231-parse-string): Remove dead code.
9006 (rfc2231-parse-string): Allow concatanation of parameters that
9007 aren't contiguous. The test case is
9008 (mail-header-parse-content-type "message/external-body;
9009 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9010 access-type=LOCAL-FILE;
9011 name*1*=plugh%2fhello-sailor%2fbing.pdf")
9012
9013 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * nntp.el (nntp-accept-process-output): Return the value of
9016 `nnheader-accept-process-output'.
9017
9018 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9019
9020 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9021 (gnus-button-alist): Recognize more diff formats.
9022 (gnus-button-patch): Strip directory.
9023
9024 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9025
9026 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9027 Emacs 22 when setting focus.
9028
9029 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9030
9031 * gnus-art.el (gnus-article-treat-types): Do treatment of
9032 text/x-verbatim parts.
9033 (gnus-button-patch): New command.
9034
9035 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9036 addresses that contain invalid characters.
9037
9038 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9039
9040 * message.el (message-put-addresses-in-ecomplete): Use
9041 gnus-replace-in-string.
9042 (message-is-yours-p): Use the more correct
9043 mail-header-parse-address instead of
9044 mail-extract-address-components.
9045 (message-put-addresses-in-ecomplete): Fix typo.
9046
9047 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9048 keystroke.
9049
9050 * gnus-art.el (gnus-treatment-function-alist): Change order of
9051 newsgroups/generic header folding to avoid double-folding.
9052
9053 * message.el (message-hidden-headers): Add X-Draft-From.
9054
9055 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9056 command.
9057 (gnus-summary-repeat-search-article-backward): New command.
9058
9059 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9060 groups in the parent topic.
9061
9062 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
9063
9064 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9065 (spam-extra-header-to-number): Return the CRM114 number as a
9066 number instead of a string.
9067
9068 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9069
9070 * gnus-art.el (gnus-face-properties-alist): Moved here from
9071 gnus-fun.
9072
9073 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9074
9075 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9076
9077 * message.el (message-strip-forbidden-properties): Only display on
9078 self-insert-command.
9079
9080 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9081 reindent.
9082 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9083
9084 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
9085
9086 * smiley.el (smiley-style): Fix typo.
9087
9088 2006-03-23 Kenichi Handa <handa@m17n.org>
9089
9090 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
9091 instead of set-buffer-multibyte.
9092
9093 2006-03-23 Kenichi Handa <handa@m17n.org>
9094
9095 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9096 buffer and then decode the buffer text if necessary.
9097 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9098 first, and after mm-encode-body, change the buffer to unibyte.
9099
9100 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9101
9102 * hashcash.el (hashcash-insert-payment-async-2): Use
9103 message-goto-eoh instead of doing it manually.
9104 (mail-add-payment): Use message-narrow-to-header instead of trying
9105 to do the same itself.
9106
9107 * message.el (message-hidden-headers): Add Face.
9108
9109 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9110 reparenting code.
9111 (gnus-summary-reparent-children): Refactored out code.
9112 (gnus-summary-thread-map): New keystroke.
9113 (gnus-summary-reparent-children): Make into command.
9114
9115 * smiley.el (smiley-style): Default to `medium' if using a large
9116 font.
9117
9118 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9119 does it itself.
9120
9121 * message.el (message-point-in-header-p): Simplify definition.
9122
9123 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9124
9125 * nnagent.el (nnagent-request-set-mark): Silence log file
9126 writing.
9127 (nnagent-request-set-mark): Use write-region instead of
9128 append-to-file.
9129
9130 * gnus-sum.el (gnus-read-header): Fudge article number if using a
9131 strange select method.
9132
9133 * ecomplete.el (ecomplete-display-matches): Get highlightling
9134 right.
9135 (ecomplete-display-matches): Use literals.
9136 (ecomplete-display-matches): Disable message logging.
9137
9138 * message.el (message-display-abbrev): Small optimization.
9139
9140 * ecomplete.el (ecomplete-display-matches): Allow automatic
9141 display.
9142
9143 * message.el (message-strip-forbidden-properties): Display
9144 abbrevs.
9145 (message-display-abbrev): Get automatic display right.
9146
9147 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9148 keystrokes.
9149
9150 2006-04-13 Romain Francoise <romain@orebokech.com>
9151
9152 TODO: Backport to v5-10!
9153
9154 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9155 Moved here (and renamed) from gnus-registry.el.
9156
9157 * gnus-registry.el: Require gnus-util.
9158 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9159
9160 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9161
9162 * gnus-group.el (gnus-group-catchup-current): Change
9163 if-then-else-if-then-else into cond.
9164 (gnus-group-catchup): Indent.
9165 (group-name-at-point): New function.
9166 (gnus-fetch-group): Provide default from thing at point.
9167
9168 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9169
9170 * message.el (message-display-abbrev): Fix regexp.
9171
9172 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9173 choosing.
9174 (ecomplete-highlight-match-line): Fix up code rewrite, remove
9175 dead variables.
9176
9177 * message.el (message-newline-and-indent): Remove debugging.
9178 (message-display-abbrev): Use new implementation.
9179
9180 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9181
9182 * gnus-art.el (gnus-article-mode): Set
9183 cursor-in-non-selected-windows to nil.
9184
9185 * smiley.el: Revert previous change.
9186 (smiley-data-directory): defvar it before using it in the
9187 defcustom of `smiley-style'.
9188
9189 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9190
9191 * message.el (message-newline-and-indent): New function.
9192
9193 * ecomplete.el: Implement more bits.
9194
9195 * message.el (message-put-addresses-in-ecomplete): Clean up the
9196 string.
9197
9198 * ecomplete.el (ecomplete-add-item): Chop off decimals.
9199
9200 * gnus-sum.el (gnus-summary-save-parts): Bind
9201 gnus-summary-save-parts-counter and use it to make unique file
9202 names.
9203
9204 * gnus-art.el (gnus-ignored-headers): Add some more headers.
9205
9206 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9207 parameter to say whether to actually parse the individual
9208 addresses.
9209
9210 * message.el (message-put-addresses-in-ecomplete): New function.
9211 (ecomplete): Require.
9212 (message-mail-alias-type): Add ecomplete as an option.
9213
9214 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
9215
9216 * flow-fill.el (fill-flowed): Remove trailing space from blank
9217 quoted lines.
9218
9219 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9220
9221 * smiley.el (smiley-style): Move definition later to avoid a
9222 compilation warning.
9223
9224 2006-04-12 Kenichi Handa <handa@m17n.org>
9225
9226 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9227 buffer and then decode the buffer text if necessary.
9228 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9229 first, and after mm-encode-body, change the buffer to unibyte.
9230 Use mm-disable-multibyte instead of set-buffer-multibyte.
9231
9232 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
9233
9234 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9235 Content-Type header instead of Content-Disposition header.
9236 (gnus-mime-inline-part): Ditto.
9237 (gnus-mime-view-part-as-charset): Ignore charset that the part
9238 specifies.
9239
9240 * mm-decode.el (mm-display-part): Work with external parts and
9241 usual parts similarly.
9242
9243 * mm-extern.el (mm-inline-external-body): Use mm-display-part
9244 instead of gnus-display-mime.
9245
9246 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9247 instead of with-temp-buffer.
9248
9249 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9250 tag to summarized topics part in order to encode non-ASCII text.
9251
9252 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9253
9254 * smiley.el (smiley-style): New variable.
9255 (smiley-directory): New function.
9256 (smiley-data-directory): Derive from `smiley-style' using
9257 `smiley-directory'.
9258 (smiley-regexp-alist): Add new entries.
9259
9260 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9261 (gnus-article-browse-delete-temp): Add :version.
9262
9263 2006-04-11 Arne Jørgensen <arne@arnested.dk>
9264
9265 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9266 the sieve region.
9267
9268 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9269
9270 * gnus.el (gnus-version-number): Bump version.
9271
9272 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9273
9274 * gnus.el: No Gnus v0.4 is released.
9275
9276 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9277
9278 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9279 layout.
9280
9281 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9282 unknown charset.
9283
9284 * message.el (message-header-synonyms): Add Original-To to the
9285 default.
9286
9287 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9288 optional parameter.
9289
9290 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
9291
9292 * gnus-fun.el (gnus): Require it for gnus-directory.
9293
9294 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9295
9296 * gnus-fun.el (gnus-face-properties-alist): Add :version.
9297
9298 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9299
9300 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9301
9302 2006-04-05 Simon Josefsson <jas@extundo.com>
9303
9304 * password.el (password-reset): New function.
9305
9306 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9307
9308 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9309 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9310
9311 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9312
9313 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9314 Some whitespace was matched into the url, which broke browsing hits
9315 > 100 when mm-url-use-external was nil.
9316
9317 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
9318
9319 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9320 gnus-extra-headers for 'Newsgroups.
9321
9322 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9323 bound.
9324
9325 2006-04-04 Daiki Ueno <ueno@unixuser.org>
9326
9327 * pgg-gpg.el: Clean up process buffers every time gpg processes
9328 complete.
9329
9330 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
9331
9332 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9333 doc string.
9334
9335 2006-04-03 Daiki Ueno <ueno@unixuser.org>
9336
9337 * pgg-gpg.el (pgg-gpg-process-filter)
9338 (pgg-gpg-wait-for-completion): Check if buffer is alive.
9339
9340 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9341 lines, temporary fix.
9342
9343 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9344
9345 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9346
9347 2006-03-29 Daiki Ueno <ueno@unixuser.org>
9348
9349 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9350 default-enable-multibyte-characters. This reverts the change from
9351 revision 6.17 which is no longer necessary because the passphrase
9352 is sent separately now. GnuPG messages are unreadable under
9353 multibyte locales with default-enable-multibyte-characters set to
9354 nil.
9355
9356 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9357
9358 * message.el (message-tool-bar-gnome): Move "spell".
9359
9360 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9361
9362 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9363 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
9364 instead.
9365
9366 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
9367
9368 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9369 newsgroups handling for NNTP overviews which don't include
9370 Newsgroups.
9371
9372 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9373
9374 * message.el (message-resend): Bind message-generate-hashcash to nil.
9375
9376 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9377
9378 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9379 when searching for already-paid recipients.
9380
9381 2006-03-27 Daiki Ueno <ueno@unixuser.org>
9382
9383 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9384 passphrases when it is not needed.
9385 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9386 passphrase stuff from gpg, should only be necessary when you use
9387 gpg with a smartcard.
9388
9389 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * mml.el (mml-insert-mime): Ignore cached contents of
9392 message/external-body part.
9393
9394 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9395 (mm-insert-part): Ditto.
9396
9397 2006-03-23 Simon Josefsson <jas@extundo.com>
9398
9399 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9400 Reiner.
9401 (pgg-gpg-use-agent-p): Use it again.
9402
9403 2006-03-23 Simon Josefsson <jas@extundo.com>
9404
9405 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9406 older emacsen.
9407 (pgg-gpg-use-agent-p): Don't use it.
9408
9409 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9410
9411 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9412 if we can.
9413
9414 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
9415
9416 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9417 (pgg-gpg-update-agent): New function.
9418 (pgg-gpg-use-agent-p): New function.
9419 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9420 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9421 (pgg-gpg-sign-region): Use it.
9422
9423 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
9424
9425 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9426 Reported by Ralf Wachinger <rwachinger@gmx.de>.
9427
9428 2006-03-21 Simon Josefsson <jas@extundo.com>
9429
9430 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9431 <wilde@sha-bang.de>.
9432 (pgg-gpg-use-agent): New variable.
9433 (pgg-gpg-process-region): Use it.
9434 (pgg-gpg-encrypt-region): Likewise.
9435 (pgg-gpg-encrypt-symmetric-region): Likewise.
9436 (pgg-gpg-decrypt-region): Likewise.
9437 (pgg-gpg-sign-region): Likewise.
9438 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9439
9440 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9441
9442 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9443
9444 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9445 Add comment on version.
9446
9447 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9448
9449 * smiley.el: Add missing test smiley.
9450
9451 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9452
9453 * mm-decode.el (mm-with-part): New macro.
9454 (mm-get-part): Use it; work with message/external-body as well.
9455 (mm-save-part): Treat name and filename equally.
9456
9457 * mm-extern.el (mm-extern-cache-contents): New function.
9458 (mm-inline-external-body): Use it; force the part to be displayed;
9459 move undisplayer added to the cached handle to the parent.
9460
9461 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9462 (gnus-mime-view-part-as-type): Work with message/external-body.
9463
9464 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9465
9466 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9467
9468 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9469 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
9470 Emacs.]
9471
9472 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
9473
9474 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9475 path rather than symbol. Always return list of directories.
9476 Guarantee that image directory comes first. [Sync with image.el,
9477 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
9478
9479 * message.el (message-make-tool-bar): Adjust to new API of
9480 `gmm-image-load-path-for-library'.
9481
9482 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9483
9484 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9485
9486 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9487
9488 * gnus-art.el (gnus-article-only-boring-p):
9489 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9490 intangible text.
9491 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9492
9493 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
9494
9495 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
9496 `defun' instead of `gmm-defun-compat'.
9497
9498 2006-03-14 Simon Josefsson <jas@extundo.com>
9499
9500 * message.el (message-unique-id): Don't use message-number-base36
9501 if (user-uid) is a float.
9502 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9503
9504 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9505
9506 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9507
9508 * gnus-art.el (gnus-mime-display-single): Make sure there is an
9509 empty line between a part and a message part.
9510
9511 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9512
9513 * smiley.el: Add more test smileys.
9514 (smiley-data-directory, smiley-regexp-alist)
9515 (gnus-smiley-file-types): Fix doc strings.
9516 (smiley-update-cache): Clear smiley-cached-regexp-alist before
9517 adding new elements.
9518 (smiley-mouse-map): Unused code. Make it a comment.
9519
9520 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
9521
9522 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9523 scan latest NoCeM messages instead of old ones.
9524 (gnus-nocem-check-article): Fix regexps so as to match to PGP
9525 delimiters that are recently used.
9526 (gnus-nocem-load-cache): Add autoload cookie.
9527
9528 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9529
9530 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9531 level which is larger than gnus-use-nocem is specified.
9532
9533 * gnus-group.el (gnus-group-get-new-news): Ditto.
9534
9535 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9536
9537 * gnus-util.el (gnus-tool-bar-update): New function.
9538
9539 * gnus-group.el (gnus-group-update-tool-bar): New variable.
9540 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9541
9542 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9543
9544 * gnus-group.el (gnus-group-redraw-when-idle)
9545 (gnus-group-redraw-check): Remove.
9546 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9547
9548 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
9549
9550 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9551 if optional last element is specified in splits (FIELD VALUE...).
9552
9553 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
9554
9555 * message.el (message-make-tool-bar): Rename gmm-image-load-path
9556 to gmm-image-load-path-for-library. Call with no-error argument.
9557 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9558
9559 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9560
9561 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9562
9563 * gmm-utils.el (gmm-image-load-path): Remove alias.
9564
9565 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
9566
9567 * gmm-utils.el (gmm-image-load-path): Add alias.
9568
9569 * nnml.el (nnml-generate-nov-databases-directory): Rename from
9570 nnml-generate-nov-databases-1.
9571 (nnml-generate-nov-databases): Use it.
9572 (nnml-generate-nov-databases-directory): Document no-active
9573 argument.
9574
9575 * gmm-utils.el (gmm-image-load-path-for-library): Return single
9576 directory if path is t. Add no-error.
9577
9578 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9579 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9580
9581 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9582 resetting gnus-article-browse-html-temp-list.
9583
9584 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9585 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
9586 Add example to docstring. Rename local variables. Move error
9587 checks to default case in cond and simplify.
9588
9589 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
9590
9591 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9592 handle is multipart when calling it recursively.
9593 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9594
9595 2006-03-03 Daniel Pittman <daniel@rimspace.net>
9596
9597 * nnimap.el (nnimap-request-update-info-internal): Optimize.
9598 Don't `gnus-uncompress-range' to avoid excessive memory usage.
9599
9600 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9601
9602 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9603 is loaded.
9604
9605 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9606 loaded.
9607
9608 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9609
9610 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9611 to "Emacs 23 (unicode)" in doc string.
9612
9613 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9614 "Emacs 23 (unicode)" in comment.
9615
9616 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9617
9618 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9619
9620 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9621 characters 160 through 255 in Emacs 23.
9622
9623 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9624
9625 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9626 gnus-article-browse-html-temp.
9627 (gnus-article-browse-delete-temp): Make it customizable. Add
9628 `file'. Adjust doc string.
9629 (gnus-article-browse-delete-temp-files): Add argument. Allow
9630 query for each file. Adjust doc string.
9631 (gnus-article-browse-html-parts): Add
9632 `gnus-article-browse-delete-temp-files' to
9633 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9634
9635 2006-03-02 Hynek Schlawack <hynek@ularx.de>
9636
9637 * gnus-art.el (gnus-article-browse-html-temp)
9638 (gnus-article-browse-delete-temp): New variables.
9639 (gnus-article-browse-delete-temp-files): New function.
9640 (gnus-article-browse-html-parts): Use it.
9641
9642 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9643
9644 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9645
9646 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9647 string.
9648
9649 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9650 gnus-summary-insert-new-articles when unplugged. Remove
9651 gnus-summary-search-article-forward.
9652
9653 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9654 display-visual-class instead of display-color-cells.
9655
9656 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
9657
9658 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9659 message/* containing non-ASCII text properly.
9660
9661 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
9662
9663 * message.el: Require gmm-utils, remove autoloads.
9664 (message-tool-bar): Set default based on
9665 gmm-tool-bar-style.
9666 (message-tool-bar-gnome): Add gmm-customize-mode.
9667
9668 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9669 gmm-tool-bar-style.
9670 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9671
9672 * gnus-group.el (gnus-group-tool-bar): Set default based on
9673 gmm-tool-bar-style.
9674 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9675
9676 * gmm-utils.el (gmm-image-directory): Rename variable from
9677 gmm-image-load-path.
9678 (gmm-image-load-path): Use gmm-image-directory.
9679 (gmm-customize-mode): New function.
9680 (gmm-tool-bar-style): New variable.
9681
9682 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9683 gnus-group-redraw-line-number.
9684 (gnus-group-redraw-check): Simplify.
9685 (gnus-group-tool-bar-update): Remove redraw check.
9686 (gnus-group-make-tool-bar): Add redraw check.
9687
9688 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
9689
9690 * gnus-art.el (gnus-button): Add missing parentheses.
9691
9692 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9693
9694 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9695
9696 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
9697
9698 * gnus-art.el (gnus-button): New face.
9699 (gnus-article-button-face): Use it.
9700
9701 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9702 gnus-summary-next-page. Re-order.
9703
9704 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9705 next-node are now included.
9706 (gnus-group-redraw-line-number): New internal variable.
9707 (gnus-group-redraw-check): Helper function for updating the tool
9708 bar.
9709 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9710
9711 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9712
9713 * spam.el (spam-spamassassin-score-regexp): New internal variable.
9714 (spam-extra-header-to-number, spam-check-spamassassin-headers):
9715 Use it to match format of Spamassassin 3.0 and later. Reported by
9716 IRIE Tetsuya <irie@t.email.ne.jp>.
9717 (spam-check-bogofilter)
9718 (spam-bogofilter-register-with-bogofilter): Fix args of
9719 `gnus-error' calls.
9720
9721 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
9722
9723 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9724 unnecessary interaction when sending queued mails. Reported by
9725 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9726
9727 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9728
9729 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9730 first or last are nil.
9731
9732 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9733
9734 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9735
9736 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9737
9738 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9739
9740 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9741
9742 * dns.el (query-dns): Protect more against buggy tcp output.
9743
9744 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
9745
9746 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9747 nov.php.
9748
9749 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9750
9751 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9752 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9753 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
9754 output on the server side.
9755 (nnweb-google-create-mapping): Update regexps and add some
9756 progress indication.
9757
9758 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
9759
9760 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9761 gnus-agent-toggle-plugged. Re-order icons.
9762 (gnus-group-tool-bar-gnome): Add
9763 gnus-group-{prev,next}-unread-group.
9764 (gnus-group-tool-bar-gnome): Re-order icons.
9765
9766 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9767 gnus-summary-insert-new-articles.
9768
9769 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9770 comments.
9771
9772 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
9773 also available in Emacs 21.3.
9774
9775 * message.el (message-fix-before-sending): Change "Emacs 22" to
9776 "Emacs 23 (unicode)" in comment.
9777
9778 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9779 "Emacs 23 (unicode)" in comment.
9780
9781 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9782 comment.
9783 (mm-coding-system-p): Add comment about no-MULE XEmacs.
9784
9785 * mm-view.el (mm-fill-flowed): Add :version.
9786
9787 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
9788
9789 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9790 and load-path.
9791
9792 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
9793
9794 * message.el: Autoload gmm-image-load-path.
9795 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9796 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
9797 consitency.
9798
9799 * gmm-utils.el (gmm-image-load-path): Also search in
9800 "../etc/images". Don't set gmm-image-load-path if we don't find
9801 the image.
9802
9803 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * gmm-utils.el (gmm-image-load-path): Don't make
9806 `gmm-image-load-path' include subdirectories which the second arg
9807 `image' might specify.
9808
9809 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9810 subdirectory to icon file names.
9811
9812 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9813
9814 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
9815
9816 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9817 gmm-image-load-path calls.
9818
9819 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9820
9821 * message.el (message-make-tool-bar): Ditto.
9822
9823 * mml.el (mml-preview): Added comment concerning tool bar icons.
9824
9825 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9826 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9827
9828 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9829 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9830
9831 * message.el (message-tool-bar-gnome): Use new icon names.
9832 (message-make-tool-bar): Use `gmm-image-load-path'.
9833
9834 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9835 functions from MH-E.
9836 (gmm-image-load-path): New variable from MH-E.
9837 (gmm-image-load-path): New function from MH-E. Added arguments
9838 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
9839 *-image-load-path-called-flag.
9840
9841 2006-02-21 Milan Zamazal <pdm@brailcom.org>
9842
9843 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9844
9845 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
9846
9847 * nnimap.el (nnimap-request-move-article): Change folder back to
9848 source group before deleting.
9849
9850 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
9851
9852 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9853
9854 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9855 mm-url.
9856
9857 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9858
9859 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
9860
9861 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9862 coding system which mm-charset-to-coding-system returns for a
9863 given charset is valid.
9864
9865 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
9866
9867 * html2text.el (html2text-remove-tag-list):
9868 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9869
9870 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9871
9872 * gnus-cus.el: Revert 2005-10-17 change.
9873
9874 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
9875
9876 * gnus-art.el (article-strip-banner): Call
9877 article-really-strip-banner only when the regexp match is made.
9878
9879 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
9880
9881 * gnus-art.el (article-strip-banner): Use
9882 gnus-extract-address-components instead of
9883 mail-header-parse-addresses to make it work with non-ASCII text;
9884 remove mail-encode-encoded-word-string.
9885
9886 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9887 values which are surrounded with \"...\"; make it never cause a
9888 Lisp error; give up parsing of parameters if it failed in
9889 extracting type.
9890
9891 2006-02-14 Arne Jørgensen <arne@arnested.dk>
9892
9893 * smime.el (smime-cert-by-ldap-1): Fix bug where
9894 `smime-ldap-search' returns results without userCertificates.
9895
9896 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
9897
9898 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9899
9900 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9901
9902 * spam.el (spam-check-spamassassin-headers): Adapt format for
9903 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
9904 <ari@mbf.ocn.ne.jp>.
9905 (spam-list-of-processors): Add spam-use-gmane.
9906
9907 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9908
9909 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9910 make-temp-file; make it work with XEmacs as well.
9911
9912 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9913 mm-make-temp-file.
9914
9915 * mm-decode.el (mm-display-external): Use the 3rd arg of
9916 mm-make-temp-file.
9917 (mm-create-image-xemacs): Ditto.
9918
9919 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9920
9921 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9922 with message-narrow-to-headers.
9923 (gnus-draft-setup): Narrow to header to run message-fetch-field.
9924 (gnus-draft-check-draft-articles): New function.
9925 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9926
9927 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9928
9929 * gnus-art.el (gnus-article-browse-html-parts):
9930 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9931 Don't use suffix argument for mm-make-temp-file for Emacs 21
9932 compatibility. Remove useless `format'.
9933
9934 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
9935
9936 * nnweb.el (nnweb-google-wash-article): Update regexps.
9937 (nnweb-group-alist): Use defvoo instead of defvar.
9938
9939 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9940
9941 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9942 re-loading nn* modules.
9943
9944 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9945
9946 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9947 for `tool-bar-mode' and don't check it's default-value.
9948
9949 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9950
9951 * message.el (message-make-tool-bar): Ditto.
9952
9953 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9954 `substring'. Shorten tmp-file name.
9955
9956 * gnus.el: Remove bogus comment.
9957
9958 2006-02-10 Hynek Schlawack <hynek@ularx.de>
9959
9960 * gnus-art.el (gnus-article-browse-html-parts): New function.
9961 (gnus-article-browse-html-article): New function for viewing html
9962 articles with a browser.
9963
9964 2006-02-09 Daiki Ueno <ueno@unixuser.org>
9965
9966 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9967 (mml2015-pgg-encrypt): Ditto.
9968
9969 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9970 (mml1991-pgg-encrypt): Ditto.
9971
9972 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9973
9974 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9975 message-make-date instead of current-time-string.
9976
9977 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9978 to gnus-decoded which mm-uu might set.
9979
9980 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9981
9982 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9983 don't decode quoted parameters; remove misimported Emacs code.
9984 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9985 (rfc2231-decode-encoded-string): Don't use split-string which
9986 behaves differently according to Emacs version; use
9987 mm-decode-coding-region to convert charset to coding-system.
9988 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9989 (rfc2231-encode-string): Remove misimported Emacs code.
9990
9991 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9992
9993 * gnus-art.el (article-decode-charset): Don't use ignore-errors
9994 when calling mail-header-parse-content-type.
9995 (article-de-quoted-unreadable): Ditto.
9996 (article-de-base64-unreadable): Ditto.
9997 (article-wash-html): Ditto.
9998
9999 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10000 calling mail-header-parse-content-type and
10001 mail-header-parse-content-disposition.
10002 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10003 mail-header-parse-content-type.
10004
10005 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10006 insert charset and format parameters; encode description after
10007 inserting it to buffer.
10008 (mml-insert-parameter): Fold lines properly even if a parameter is
10009 segmented into two or more lines; change the max column to 76.
10010
10011 * rfc1843.el (rfc1843-decode-article-body): Don't use
10012 ignore-errors when calling mail-header-parse-content-type.
10013
10014 * rfc2231.el (rfc2231-parse-string): Return at least type if
10015 possible; don't cause an error even if it fails in parsing of
10016 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10017 (rfc2231-encode-string): Don't break lines at the beginning, leave
10018 it to mml-insert-parameter.
10019
10020 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10021 calling mail-header-parse-content-type.
10022
10023 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
10024
10025 * spam-report.el (spam-report-gmane-use-article-number):
10026 Improve doc string.
10027 (spam-report-gmane-internal): Check if a suitable header was found
10028 in the article.
10029
10030 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
10031
10032 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10033 (rfc2231-encode-string): Make param*=value always begin with LWSP.
10034
10035 2006-02-05 Romain Francoise <romain@orebokech.com>
10036
10037 Update copyright notices of all files in the gnus directory.
10038
10039 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10040
10041 * nnweb.el (nnweb-request-group): Avoid growing overview files.
10042
10043 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
10044
10045 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10046 segmented lines of parameter value to cope with Thunderbird 1.5
10047 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10048 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10049 (rfc2231-encode-string): Don't make lines exceeding 76 column.
10050
10051 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
10052
10053 * mml.el (mml-generate-mime-1): Correct the order of inline signed
10054 parts.
10055
10056 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10057
10058 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10059 there's only one active file for all servers.
10060 (nnweb-request-scan): Make sure nnweb-articles is initialized on
10061 solid groups. Gnus might have used a FAST request to select the group.
10062 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10063 and nnweb-search redundantly in the active file.
10064 (nnweb-request-list): Don't list bogus groups. There can only be one.
10065 (nnweb-request-create-group): Don't use ARGS.
10066 (nnweb-possibly-change-server, nnweb-request-group): Remove some
10067 initialisations. Let nnoo do the work.
10068
10069 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
10070
10071 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10072 Say the part has been decoded.
10073
10074 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10075
10076 2006-01-31 Kevin Ryde <user42@zip.com.au>
10077
10078 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10079 mailcap-viewer-test-cache when there's no 'test clause, since that
10080 will invert the meaning of a "nil" test previously determined by
10081 mailcap-mailcap-entry-passes-test.
10082
10083 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
10084
10085 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10086 compiling.
10087
10088 * gnus-sum.el: Ditto.
10089
10090 * message.el: Don't bind tool-bar-map when compiling.
10091
10092 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
10093
10094 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10095
10096 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10097
10098 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10099 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10100 current Google Groups.
10101
10102 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
10103
10104 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10105 and tool-bar-mode.
10106
10107 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10108 and tool-bar-mode.
10109
10110 * message.el (message-tool-bar-update): Simplify.
10111 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10112
10113 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10114 gnus-summary-buffer.
10115 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10116 gnus-summary-reply.
10117
10118 * gmm-utils.el (gmm): Add :version.
10119
10120 2006-01-26 Steve Youngs <steve@sxemacs.org>
10121
10122 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10123 autoload.
10124
10125 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
10126
10127 * gmm-utils.el (gmm-verbose): Add :group.
10128
10129 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
10130
10131 * message.el: Change some comments WRT tool-bars.
10132
10133 * gnus-sum.el (gnus-summary-tool-bar)
10134 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10135 (gnus-summary-tool-bar-zap-list): New variables.
10136 (gnus-summary-make-tool-bar): Complete rewrite using
10137 `gmm-tool-bar-from-list'.
10138
10139 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10140 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10141 variables.
10142 (gnus-group-make-tool-bar): Complete rewrite using
10143 `gmm-tool-bar-from-list'.
10144 (gnus-group-tool-bar-update): New function.
10145
10146 * message.el (message-mode-field-menu): Add "Show hidden Headers".
10147
10148 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
10149
10150 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10151 is dissected into a single part of which the type is the same as
10152 the given one; decode charset.
10153
10154 2006-01-21 Kevin Ryde <user42@zip.com.au>
10155
10156 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10157 into alists as symbol not string, since that's what
10158 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10159 look for.
10160
10161 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
10162
10163 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10164 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10165
10166 * message.el (message-tool-bar-gnome): Use gmm-ignore.
10167
10168 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10169
10170 * gnus-art.el (gnus-mime-security-button-commands): New variable.
10171 (gnus-mime-security-button-menu): New definition.
10172 (gnus-mime-security-button-map): Use them.
10173 (gnus-mime-security-button-menu): New function.
10174 (gnus-insert-mime-security-button): Addition to help echo.
10175 (gnus-mime-security-run-function, gnus-mime-security-save-part)
10176 (gnus-mime-security-pipe-part): New functions.
10177
10178 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10179 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10180
10181 * mm-decode.el (mm-handle-set-disposition): Remove.
10182 (mm-handle-set-description): Remove.
10183
10184 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10185
10186 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10187 (mm-w3m-standalone-supports-m17n-p): New function.
10188 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10189 w3m usage.
10190
10191 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10192 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10193
10194 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10195
10196 * message.el (message-tool-bar-zap-list): Use
10197 gmm-tool-bar-zap-list as custom type.
10198 (message-tool-bar-update): New function.
10199 (message-tool-bar, message-tool-bar-gnome)
10200 (message-tool-bar-retro): Add message-tool-bar-update.
10201 (message-tool-bar-gnome): Add flyspell-buffer.
10202
10203 * gnus-util.el (gnus-error): Describe `args'.
10204
10205 * gmm-utils.el (gmm-error): Describe `args'.
10206 (gmm-tool-bar-zap-list): New widget.
10207 (gmm-tool-bar-from-list): Improve description of `zap-list'.
10208
10209 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10210
10211 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10212 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10213 the number of recursive calls.
10214
10215 * mm-decode.el (mm-handle-set-disposition): New macro.
10216 (mm-handle-set-description): New macro.
10217
10218 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10219
10220 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10221 encoding.
10222
10223 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10224
10225 * message.el (message-tool-bar-zap-list, message-tool-bar)
10226 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10227 (message-tool-bar-local-item-from-menu): Remove.
10228 (message-tool-bar-map): Replace by `message-make-tool-bar'.
10229 (message-make-tool-bar): New function.
10230 (message-mode): Use `message-make-tool-bar'.
10231
10232 * gmm-utils.el: New file.
10233 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10234 (gmm-lazy): New widget copied from `nnmail.el'.
10235 (gmm-tool-bar-from-list): New function for creating customizable
10236 tool bars.
10237 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
10238 output.
10239 (gmm): Add :prefix to defgroup.
10240
10241 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
10242
10243 * gmm-utils.el (gmm-widget-p): New function.
10244
10245 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10246
10247 * mml.el (mml-attach-file): Describe `description' in doc string.
10248 (mml-menu): Add Emacs MIME manual and PGG manual.
10249
10250 2006-01-20 Richard M. Stallman <rms@gnu.org>
10251
10252 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10253
10254 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
10255
10256 * nntp.el (nntp-end-of-line): Doc fix.
10257
10258 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
10259
10260 * imap.el (imap-open): Handle case where buffer is a buffer
10261 object.
10262
10263 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10264
10265 * gnus-delay.el (gnus-delay): Don't autoload.
10266 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10267 to be re-loaded when customizing the `gnus-delay' group.
10268
10269 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
10270
10271 * message.el (message-insert-citation-line): Use newlines.
10272
10273 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
10274
10275 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10276
10277 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10278
10279 2006-01-19 Mark D. Baushke <mdb@gnu.org>
10280
10281 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10282
10283 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10284
10285 * mm-decode.el (mm-inlined-types): Add application/pgp.
10286 (mm-automatic-display): Ditto.
10287
10288 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10289 part as text.
10290
10291 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10292
10293 * nnrss.el: Update copyright.
10294 (nnrss-opml-import): Query whether to subscribe to each entry.
10295
10296 * gnus-art.el:
10297 * gnus-sum.el:
10298 * mm-uu.el:
10299 * mm-view.el: Update copyright.
10300
10301 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
10302
10303 * message.el (message-info): New function.
10304 (message-mode-menu): Add it.
10305 Update copyright.
10306
10307 * ChangeLog: Fix and update copyright.
10308
10309 2006-01-13 Romain Francoise <romain@orebokech.com>
10310
10311 * message.el (message-forward-subject-name-subject): Prefer the
10312 address to 'nowhere' if the sender has no name.
10313 Fix typo. Update copyright year.
10314
10315 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10316
10317 * gnus-art.el (article-wash-html): Use
10318 gnus-summary-show-article-charset-alist if a numeric arg is given.
10319 (gnus-article-wash-html-with-w3m-standalone): New function.
10320
10321 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10322 mm-inline-text-html-render-with-w3m-standalone.
10323 (mm-text-html-washer-alist): Map w3m-standalone to
10324 gnus-article-wash-html-with-w3m-standalone.
10325 (mm-inline-text-html-render-with-w3m-standalone): New function.
10326
10327 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10328
10329 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10330 Improve LaTeX.
10331
10332 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10333
10334 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10335 (nnrss-request-article): Render text/plain parts as HTML.
10336
10337 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10338 the buffer.
10339
10340 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10341
10342 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10343 custom definition of `gnus-posting-styles'.
10344
10345 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10346 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10347
10348 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
10349
10350 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10351 Use nntp for bug archive.
10352
10353 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10354
10355 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10356 parts.
10357 (nnrss-normalize-date): New function converts ISO 8601 date into
10358 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10359 (nnrss-check-group): Use it.
10360
10361 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10362
10363 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10364
10365 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10366 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10367 (nnrss-insert-w3): Ditto.
10368
10369 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10370
10371 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10372 the articles to be forwarded including the case where neither a
10373 number of articles nor a region is specified.
10374
10375 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10376
10377 * nnrss.el (nnrss-request-article): Fix last change; fill
10378 text/plain parts.
10379
10380 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10383 in text/plain part.
10384 (nnrss-check-group): Don't add excessive newline to dc:subject.
10385
10386 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
10387
10388 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10389 article.
10390
10391 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10392
10393 * nnml.el: Don't require gnus-bcklg. Autoload it.
10394 (nnml-use-compressed-files, nnml-save-mail): Support other
10395 comression programs such as bzip2.
10396
10397 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10398
10399 * dns.el (query-dns): Make sure we check the buffer size before
10400 removing tcp headers.
10401
10402 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
10403
10404 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10405 remove MIME buttons associated with multipart/alternative parts.
10406 (gnus-mime-display-alternative): Tag buttons using `article-type'
10407 text property.
10408
10409 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10410 associated with multipart/alternative parts.
10411
10412 * gnus-art.el (gnus-signature-separator): Fix custom type.
10413
10414 * mm-decode.el (mm-inlined-types): Fix custom type.
10415 (mm-keep-viewer-alive-types): Ditto.
10416 (mm-automatic-display): Ditto.
10417 (mm-attachment-override-types): Ditto.
10418 (mm-inline-override-types): Ditto.
10419 (mm-automatic-external-display): Ditto.
10420
10421 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10422
10423 * spam-report.el (spam-report-user-mail-address)
10424 (spam-report-user-agent): New variables.
10425 (spam-report-url-ping-plain): Use spam-report-user-agent.
10426
10427 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
10428
10429 * gnus-art.el (gnus-button-handle-custom): Do not just use
10430 `customize-apropos' for any "M-x customize-*" button but the
10431 function called for. Accept both the function name and its
10432 argument in order to achieve this.
10433 (gnus-button-alist): Remove support for "custom:" URL's. Pass
10434 function name to `gnus-button-handle-custom' in case of "M-x
10435 customize-*" buttons.
10436
10437 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
10438
10439 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10440 multipart/alternative and add xref to mm-discouraged-alternatives
10441 in doc string.
10442
10443 * mm-decode.el (mm-discouraged-alternatives): Add xref to
10444 gnus-buttonized-mime-types in doc string.
10445
10446 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10447
10448 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10449 Suggest image/.* in the doc string.
10450
10451 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10452
10453 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10454 message-marks (Debian bug #342521).
10455
10456 2005-12-12 Simon Josefsson <jas@extundo.com>
10457
10458 * password.el (password-read-from-cache): Add.
10459 (password-read): Use it.
10460
10461 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
10462
10463 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10464 us-ascii as a MIME charset.
10465
10466 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10467 against the case where the 2nd arg TYPE is nil.
10468
10469 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10470
10471 * pop3.el (pop3-stream-type): Fix custom version.
10472
10473 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10474
10475 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10476
10477 * mm-decode.el (mm-display-external): Add missing cdr.
10478
10479 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
10480
10481 * mm-decode.el (mm-display-external): Use nametemplate (defined in
10482 RFC1524) if it is in mailcap or add a suffix according to
10483 mailcap-mime-extensions when generating a temp filename; postpone
10484 deleting a temp file for 2 seconds for some wrappers, shell
10485 scripts, and so on, which might exit right after having started a
10486 viewer command as a background job.
10487
10488 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10489
10490 * nntp.el (nntp-marks-directory): Fix custom group.
10491
10492 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10493 steps when < 10.
10494
10495 * gnus-start.el (gnus-no-server-1): Mention
10496 `gnus-level-default-subscribed' in doc string.
10497
10498 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10499
10500 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10501 parens.
10502
10503 2005-11-26 Dave Love <fx@gnu.org>
10504
10505 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10506 (tls-program, tls-success): Provide openssl alternative.
10507
10508 * starttls.el: Doc fixes.
10509 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10510 SERVICE to PORT.
10511
10512 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
10513 port null or service name.
10514 (starttls-negotiate): Autoload.
10515
10516 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10517
10518 * message.el (message-kill-to-signature): Fix interactive spec.
10519
10520 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10521
10522 * pop3.el (pop3-open-server): Recognize a string as a service name.
10523
10524 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
10525
10526 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10527
10528 2005-11-23 Dave Love <fx@gnu.org>
10529
10530 Add pop3s, pop3/starttls.
10531
10532 * pop3.el (pop3-authentication-scheme): Clarify doc.
10533 (open-tls-stream, starttls-open-stream): Autoload.
10534 (pop3-stream-type): New.
10535 (pop3-open-server): Use it.
10536
10537 * mail-source.el (mail-sources): Fix some :types. Add stream type
10538 for POP.
10539 (mail-source-keyword-map): Add :stream for POP.
10540 (mail-source-fetch-pop): Use pop3-stream-type.
10541
10542 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
10543
10544 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10545 of current-time-string.
10546
10547 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
10548
10549 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10550 date header.
10551
10552 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10553
10554 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10555 it can seriously impact performance as it bypasses the agent's
10556 local caches.
10557
10558 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
10559
10560 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10561 must be explicitly online rather than "not explicitly offline" for
10562 its flags to be synchronized.
10563
10564 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10565 that gnus-uu-unmark-thread will function correctly.
10566
10567 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10568 1024K is instead displayed as 1M.
10569
10570 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10571
10572 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10573
10574 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
10575
10576 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10577
10578 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
10579
10580 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10581 error message to display actual error condition.
10582 (gnus-agent-save-local): Avoid saving symbols that are bound to
10583 nil as they simply result in a warning message in
10584 gnus-agent-read-local.
10585
10586 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10587
10588 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10589 rather than make-variable-buffer-local for file-precious-flag.
10590
10591 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10592
10593 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10594 for duplicates which are removed. The invalid sort check then
10595 triggers a rescan after the sort as sorting may have moved
10596 duplicate entries such that they can be cheaply detected.
10597
10598 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
10599
10600 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10601
10602 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
10603
10604 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10605 internal variable to a custom variable. Changed default value
10606 from compressed(2) to uncompressed(1).
10607 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10608 support for uncompressed agentview files. Taken together, reading
10609 the agentview file should now be 6-7 times faster.
10610
10611 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
10612
10613 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10614 as a buffer-local variable. This avoids creating truncated
10615 dribble files as a result of a hang up, eg.
10616
10617 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10618
10619 * gnus-start.el (gnus-start-draft-setup): Enforce
10620 `gnus-draft-mode' for nndraft:drafts at startup.
10621
10622 * gnus.el (gnus-splash): Change custom group.
10623 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10624 allow-list argument.
10625
10626 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10627 string.
10628
10629 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10630
10631 * gnus-art.el (gnus-default-article-saver): Add user-defined
10632 `function' to custom type.
10633
10634 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10635
10636 * imap.el (imap-open): Handle case where buffer is a buffer
10637 object.
10638
10639 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10640
10641 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10642 long lines.
10643 (gnus-cache-delete-group): Wrap doc strings.
10644
10645 * gnus-agent.el (gnus-agent-rename-group)
10646 (gnus-agent-delete-group): Wrap doc strings.
10647
10648 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10649
10650 * gnus-start.el (gnus-1): Add "native" to
10651 gnus-predefined-server-alist.
10652
10653 * gnus.el (gnus-method-to-server): Don't add "native" to the
10654 lists here, because that leads to problems when
10655 gnus-select-method is bound.
10656
10657 2005-11-09 Simon Josefsson <jas@extundo.com>
10658
10659 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10660 use (not sort-by-date) instead.
10661
10662 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10663
10664 * gnus-delay.el (gnus-delay-group): Don't autoload.
10665 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10666 to be re-loaded when customizing the `gnus-delay' group.
10667
10668 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10669
10670 * message.el: Revert last changes.
10671 (message-insert-citation-line): Use newlines.
10672
10673 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10674
10675 * message.el (message-courtesy-message)
10676 (message-mark-insert-begin, message-mark-insert-end)
10677 (message-elide-ellipsis, message-cancel-message)
10678 (message-add-header, message-change-subject)
10679 (message-cross-post-followup-to-header)
10680 (message-cross-post-insert-note, message-reduce-to-to-cc)
10681 (message-widen-reply, message-delete-not-region)
10682 (message-kill-to-signature, message-insert-signature)
10683 (message-insert-importance-high, message-insert-importance-low)
10684 (message-insert-or-toggle-importance)
10685 (message-insert-disposition-notification-to)
10686 (message-indent-citation, message-yank-original)
10687 (message-cite-original-without-signature, message-cite-original)
10688 (message-insert-citation-line, message-position-on-field)
10689 (message-fix-before-sending, message-send-mail-partially)
10690 (message-send-mail, message-send-mail-with-sendmail)
10691 (message-send-mail-with-qmail, message-send-news)
10692 (message-check-news-header-syntax, message-generate-headers)
10693 (message-insert-courtesy-copy, message-fill-address)
10694 (message-fill-header, message-shorten-references)
10695 (message-setup-1, message-cancel-news)
10696 (message-forward-make-body-plain, message-forward-make-body-mime)
10697 (message-forward-make-body-mml, message-encode-message-body)
10698 (message-forward-make-body-digest-plain)
10699 (message-forward-make-body-digest-mime)
10700 (message-use-alternative-email-as-from): Insert `hard-newline'
10701 instead of ordinary newlines.
10702
10703 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
10704
10705 * message.el (message-generate-headers): Downcase the argument
10706 given to message-check-element.
10707
10708 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
10709
10710 * nntp.el (nntp-authinfo-rejected): New error condition.
10711 (nntp-wait-for): Use new error condition to signal authentication
10712 error.
10713 (nntp-retrieve-data): Rethrow new error condition to break out of
10714 recursive call to nntp-send-authinfo.
10715
10716 2005-11-08 Romain Francoise <romain@orebokech.com>
10717
10718 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10719 (gnus-summary-exit-map): Bind to `Z p'.
10720 (gnus-summary-make-menu-bar): Add menu item.
10721
10722 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
10723
10724 * gnus-art.el (gnus-article-treat-custom): Add `first'.
10725 (gnus-treat-*): Add `first' in all doc strings.
10726
10727 * gnus-group.el (gnus-group-compact-group): Fix typo.
10728
10729 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10730
10731 * gnus.el (gnus-parameters-case-fold-search): New variable.
10732 (gnus-parameters-get-parameter): Use it.
10733
10734 * gnus-score.el (gnus-home-score-file): Doc fix.
10735
10736 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
10737
10738 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10739
10740 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
10741
10742 * mm-util.el (mm-special-display-p): New function.
10743
10744 * mml.el (mml-preview): Use it; doc fix.
10745
10746 2005-10-29 Romain Francoise <romain@orebokech.com>
10747
10748 * message.el (message-fix-before-sending): Fix comment.
10749
10750 2005-10-29 Jari Aalto <jari.aalto@cante.net>
10751
10752 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10753
10754 2005-10-29 Jari Aalto <jari.aalto@cante.net>
10755
10756 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10757 Used in gnus-score.el.
10758
10759 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10760
10761 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10762
10763 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10764
10765 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10766 whitespace removed in revision 7.8. Use concatenated string to
10767 protect trailing whitespace.
10768
10769 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
10770
10771 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10772 (nnimap-request-expire-articles): Use it to avoid sending 'UID
10773 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10774 Courier IMAP ("some version from 2004"). Mostly based on similar
10775 code in the same function.
10776
10777 2005-10-26 Didier Verna <didier@xemacs.org>
10778
10779 * gnus-group.el (gnus-group-compact-group): Invalidate original
10780 article buffer.
10781 * gnus-srvr.el (gnus-server-compact-server): Ditto.
10782 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10783 NOV database and in article itself.
10784 Invalidate article backlog.
10785
10786 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10787
10788 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10789
10790 2005-10-26 Simon Josefsson <jas@extundo.com>
10791
10792 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10793 part of 2004-07-25 change.
10794
10795 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
10796
10797 * message.el (message-display-completion-list): New function.
10798 (message-expand-group): Use it; make sure the Completions buffer
10799 is modifiable.
10800
10801 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10802
10803 * imap.el (imap-open): Handle case where buffer is a buffer object.
10804
10805 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10806
10807 * pgg-def.el:
10808 * pgg-gpg.el:
10809 * pgg-parse.el:
10810 * pgg-pgp.el:
10811 * pgg-pgp5.el:
10812 * pgg.el: Move to the parent lisp directory.
10813
10814 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10815
10816 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10817 user-mail-name is an empty string.
10818
10819 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10820
10821 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10822 depending on gnus-score-decay-constant.
10823
10824 * encrypt.el (encrypt-insert-file-contents)
10825 (encrypt-write-file-contents): Don't use `gnus-message'.
10826
10827 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10828 arguments.
10829 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
10830 arguments to mm-uu-verbatim-marks-extract.
10831 (mm-uu-hide-markers): New variable.
10832 (mm-uu-extract): Use face similar to `gnus-cite-3'.
10833
10834 * gnus-fun.el (gnus-convert-image-to-x-face-command)
10835 (gnus-convert-image-to-face-command): Use "convert" by default to
10836 allow other input image formats.
10837 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10838 accordingly.
10839
10840 2005-10-23 Simon Josefsson <jas@extundo.com>
10841
10842 * imap.el (imap-gssapi-program): Align command line parameters
10843 with latest GNU SASL.
10844 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10845
10846 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10847
10848 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10849 HTML.
10850 (nnslashdot-request-article): Ditto.
10851
10852 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
10853
10854 * mail-source.el (mail-source-fetch-pop): Require pop3.
10855 (mail-source-check-pop): Ditto.
10856
10857 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10858
10859 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10860 errors.
10861
10862 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
10863
10864 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10865 (gnus-treat-strip-leading-blank-lines): Improve doc string.
10866
10867 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10868
10869 * mm-bodies.el (mm-decode-string): Call
10870 `mm-charset-to-coding-system' with allow-override argument.
10871
10872 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10873
10874 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10875 (rfc2047-charset-to-coding-system): New function.
10876 (rfc2047-decode-encoded-words): New function.
10877 (rfc2047-decode-region): Use them.
10878 (rfc2047-decode-cte): Remove.
10879 (rfc2047-parse-and-decode): Remove.
10880 (rfc2047-decode): Remove.
10881
10882 2005-10-15 Kenichi Handa <handa@m17n.org>
10883
10884 * rfc2047.el (rfc2047-decode-cte): New function.
10885 (rfc2047-decode-region): Change the way to decode successive
10886 encoded-words: decode B- or Q-encoding in each encoded-word,
10887 concatenate them, and decode it as charset.
10888
10889 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10890
10891 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
10892 widget-move-and-invoke.
10893 (gnus-custom-mode): Use gnus-custom-map.
10894
10895 2005-10-15 Bill Wohler <wohler@newt.com>
10896
10897 * message.el (message-tool-bar-map): Renamed image file from
10898 mail_send to mail/send.
10899
10900 2005-10-16 Masatake YAMATO <jet@gyve.org>
10901
10902 * message.el (message-expand-group): Pass the common
10903 prefix substring of completion to `display-completion-list'.
10904
10905 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
10906
10907 * mml-sec.el (mml-secure-method): New internal variable.
10908 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10909 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10910 functions using mml-secure-method.
10911
10912 * mml.el (mml-mode-map): Add key bindings for those functions.
10913 (mml-menu): Simplify security menu entries. Suggested by Jesper
10914 Harder <harder@myrealbox.com>.
10915 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10916 end of message if point is the headers of the message.
10917
10918 * message.el (message-in-body-p): New function.
10919
10920 * assistant.el: Autoload gnus-util and netrc.
10921
10922 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10923 Use `mm-charset-override-alist' only when decoding.
10924
10925 * mm-bodies.el (mm-decode-body): Call
10926 `mm-charset-to-coding-system' with allow-override argument.
10927
10928 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10929 `filename' from Content-Disposition if Content-Type doesn't
10930 provide `name'.
10931 (gnus-mime-view-part-as-type): Set default instead of
10932 initial-input.
10933
10934 2005-10-09 Daniel Brockman <daniel@brockman.se>
10935
10936 * format-spec.el (format-spec): Propagate text properties of % spec.
10937
10938 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10939
10940 * gnus-art.el (gnus-treat-predicate): Add `first'.
10941
10942 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
10943
10944 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10945 (mm-charset-override-alist): New variable.
10946 (mm-charset-to-coding-system): Use it.
10947 (mm-codepage-setup): New helper function.
10948 (mm-charset-eval-alist): New variable.
10949 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
10950 about unknown charsets.
10951
10952 2005-10-04 David Hansen <david.hansen@gmx.net>
10953
10954 * nnrss.el (nnrss-request-article): Add support for the comments tag.
10955 (nnrss-check-group): Ditto.
10956
10957 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10958
10959 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10960 Rename x-gnus-verbatim to x-verbatim.
10961 (mm-uu-type-alist): Fix regexp for verbatim-marks.
10962
10963 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10964 x-verbatim.
10965
10966 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10967
10968 * gnus-util.el (gnus-remove-duplicates): Remove.
10969
10970 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10971 instead of gnus-remove-duplicates.
10972
10973 * message.el (message-remove-duplicates): Remove.
10974 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10975 message-remove-duplicates.
10976
10977 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10978 available, else use implementation from `delete-dups'.
10979
10980 * message.el (message-insert-expires): New function.
10981 (message-mode-map): Add key binding.
10982 (message-mode-field-menu): Add menu entry.
10983 (message-mode): Document it.
10984 (message-make-expires-date): Use `message-make-date'.
10985
10986 2005-10-04 Josh Huber <huber@alum.wpi.edu>
10987
10988 * message.el (message-make-expires-date): New function.
10989
10990 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
10991
10992 * time-date.el: Autoload parse-time-string, XEmacs needs it.
10993
10994 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10997 function rather than the diff-mode.el package.
10998 (mm-display-external): Use with-current-buffer.
10999 (mm-viewer-completion-map, mm-viewer-completion-map):
11000 Move initialization inside declaration.
11001
11002 2005-09-29 Simon Josefsson <jas@extundo.com>
11003
11004 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
11005 autoload mail-check-payment.
11006 (spam-check-hashcash): Define unconditionally, since hashcash.el
11007 is part of Gnus now. Ignore errors from payment checking.
11008
11009 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11010
11011 * message.el (message-bold-region, message-unbold-region): Rename
11012 from `bold-region' and `unbold-region'.
11013
11014 * message.el: Remove useless autoloads.
11015
11016 2005-09-28 Simon Josefsson <jas@extundo.com>
11017
11018 * message.el (message-use-idna): Default to t.
11019 (message-use-idna): Test whether encoding works too. Doc fix.
11020
11021 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
11022
11023 * nntp.el (nntp-warn-about-losing-connection): Remove.
11024
11025 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11026
11027 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11028 customizable. Change default value.
11029 (mm-uu-diff-groups-regexp): Change default value.
11030 (mm-uu-type-alist): Add doc string.
11031 (mm-uu-configure): Add doc string. Make it interactive.
11032 (mm-uu-tex-groups-regexp): New variable.
11033 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11034 (mm-uu-type-alist): Add LaTeX documents.
11035 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11036 of "text/verbatim".
11037 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11038
11039 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11040 instead of "text/verbatim".
11041
11042 * message.el (message-mark-inserted-region)
11043 (message-mark-insert-file): Use slrn style marks when called with
11044 prefix argument.
11045
11046 2005-09-27 Simon Josefsson <jas@extundo.com>
11047
11048 * message.el (message-idna-to-ascii-rhs-1): Reformat.
11049
11050 2005-09-27 Arne Jørgensen <arne@arnested.dk>
11051
11052 * message.el (message-remove-duplicates): New function.
11053 Implementation borrowed from `gnus-remove-duplicates'.
11054 (message-idna-to-ascii-rhs): Also encode idna addresses in
11055 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11056 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11057 only ask about the same idna domain once per header and also tell
11058 in what header to replace the idna domain.
11059
11060 * gnus-art.el (article-decode-idna-rhs): Also decode idna
11061 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11062 (article-decode-idna-rhs): Fix regexp so that all idna-address in
11063 a header is decoded and not just the last one.
11064
11065 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11066
11067 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11068 has been decoded.
11069
11070 * mm-decode.el (mm-automatic-display): Add text/verbatim.
11071 (mm-insert-part): Don't modify text if it has been decoded.
11072
11073 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11074 decoded.
11075
11076 * mm-view.el (mm-inline-text): Don't strip text props unless
11077 decoding enriched or richtext parts.
11078
11079 2005-09-25 Romain Francoise <romain@orebokech.com>
11080
11081 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11082 * gnus-start.el (gnus-subscribe-interactively):
11083 * gnus-uu.el (gnus-uu-grab-articles):
11084 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11085 space.
11086
11087 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11088
11089 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11090 * mm-view.el (mm-view-pkcs7-decrypt):
11091 * gnus-sum.el (gnus-summary-limit-to-extra)
11092 (gnus-summary-respool-article, gnus-read-move-group-name):
11093 * gnus-score.el (gnus-summary-increase-score):
11094 * gnus-util.el (gnus-completing-read-with-default):
11095 * gnus-art.el (gnus-read-save-file-name)
11096 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11097 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11098 * message.el (message-check-news-header-syntax):
11099 Follow convention for reading with the minibuffer.
11100
11101 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
11102
11103 * spam-report.el (spam-report-url-ping-plain):
11104 Use gnus-extended-version as User-Agent.
11105
11106 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11107 default value is nil.
11108
11109 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11110 (mm-uu-verbatim-marks-extract): New function.
11111 (mm-uu-extract): New face.
11112 (mm-uu-copy-to-buffer): Use it.
11113
11114 * spam-report.el (spam-report-gmane-ham): Renamed from
11115 `spam-report-gmane-unspam'.
11116 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11117 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
11118
11119 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11120 Autoload.
11121 (spam-report-gmane-unregister-routine): Renamed
11122 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11123
11124 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
11125
11126 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11127 (spam-report-gmane-unregister-routine): Add support for gmane
11128 unregistration.
11129
11130 * spam-report.el (spam-report-gmane-unspam)
11131 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11132 (spam-report-gmane): Change to take a single article and do unspam
11133 registration.
11134
11135 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11136
11137 * mm-url.el (mm-url-decode-entities): Fix regexp.
11138
11139 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11140
11141 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11142 default to nil, to be able to use Gnus at all. If the default
11143 switches to something else, then the function should be fixed not
11144 be exceedingly slow.
11145
11146 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
11147
11148 * gnus-start.el (gnus-activate-group): If the server is nil, don't
11149 fail hard.
11150
11151 * spam-report.el: Add better Keywords line.
11152
11153 * spam.el: Add Maintainer and better Keywords line.
11154
11155 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11156
11157 * gnus-art.el (gnus-article-replace-part)
11158 (gnus-mime-replace-part): New functions.
11159 (gnus-mime-action-alist, gnus-mime-button-commands)
11160 (gnus-mime-save-part-and-strip): Added file argument.
11161 (gnus-article-part-wrapper): Added interactive argument.
11162
11163 * gnus-sum.el (gnus-summary-mime-map): Add
11164 `gnus-article-replace-part'.
11165
11166 2005-09-19 Didier Verna <didier@xemacs.org>
11167
11168 The nnml compaction feature:
11169 * nnml.el (nnml-request-compact-group): New function.
11170 * nnml.el (nnml-request-compact): New function.
11171 * gnus-int.el (gnus-request-compact-group): New function.
11172 * gnus-int.el (gnus-request-compact): New function.
11173 * gnus-group.el (gnus-group-compact-group): New function.
11174 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11175 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11176 * gnus-srvr.el (gnus-server-compact-server): New function.
11177 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11178 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11179
11180 2005-09-18 Deepak Goel <deego@gnufans.org>
11181
11182 * sieve.el (sieve-help): Fix `message' call: first arg should be a
11183 format spec.
11184
11185 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11186
11187 * gnus.el (gnus-group-startup-message): Bind image-load-path.
11188
11189 2005-09-15 Romain Francoise <romain@orebokech.com>
11190
11191 * message.el (message-fill-paragraph): Clarify docstring.
11192
11193 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11194
11195 * gnus-art.el (gnus-mime-display-part): Protect against broken
11196 MIME messages.
11197
11198 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11199
11200 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11201 before parsing header.
11202
11203 2005-09-11 Jari Aalto <jari.aalto@cante.net>
11204
11205 * html2text.el (html2text-replace-list): Add new entities.
11206
11207 2005-09-11 Romain Francoise <romain@orebokech.com>
11208
11209 * message.el (message-alternative-emails): Improve docstring.
11210 (message-setup-1): Call `message-use-alternative-email-as-from'
11211 after `message-setup-hook' to give it precedence over posting
11212 styles, etc.
11213 (message-use-alternative-email-as-from): Add docstring. Remove
11214 the original From header if present.
11215
11216 * nnml.el (nnml-compressed-files-size-threshold): New variable.
11217 (nnml-save-mail): Use it.
11218
11219 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11220 articles. Add new argument `silent'.
11221 (gnus-uu-mark-all): Report the total number of marked articles.
11222
11223 2005-09-10 Romain Francoise <romain@orebokech.com>
11224
11225 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11226 (gnus-uu-mark-series): Likewise.
11227
11228 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
11229
11230 * spam-report.el (spam-report-gmane): Fix generation of spam
11231 report URL.
11232
11233 2005-09-10 Simon Josefsson <jas@extundo.com>
11234
11235 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11236 t, based on discussion on the ding list with Robert Epprecht
11237 <epprecht@solnet.ch>.
11238
11239 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
11240
11241 * spam-report.el (spam-report-gmane): Make it work without
11242 X-Report-Spam header. Gmane now only provides Archived-At.
11243 This is only used if `spam-report-gmane-use-article-number' is nil.
11244 (spam-report-gmane-spam-header): Remove. Not used anymore.
11245
11246 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11247 make `gnus-summary-sort-by-recipient' work with threading.
11248
11249 * nnweb.el (nnweb-google-wash-article): Print a message if article
11250 is not available.
11251
11252 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11253
11254 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11255 change. Decode text/* parts content before displaying.
11256
11257 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11258
11259 * mml-smime.el: Remove defvar of gnus-extract-address-components.
11260
11261 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11262
11263 * mm-view.el (mm-display-inline-fontify): Disable support modes.
11264
11265 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
11266
11267 * message.el (message-tab-body-function): Fix mismatched custom type.
11268
11269 * gnus.el (gnus-group-change-level-function): Ditto.
11270
11271 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11272
11273 * gnus-art.el (gnus-signature-limit)
11274 (gnus-article-mime-part-function): Ditto.
11275
11276 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11277
11278 * mml.el (mml-mode): Silence the byte compiler.
11279
11280 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11281 using `(sit-for 0)' before moving the point to the specified part;
11282 skip unbuttonized parts.
11283 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11284 return to the summary window if gnus-auto-select-part is non-nil.
11285
11286 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
11287
11288 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11289 variables.
11290 (mml-dnd-attach-file, mml-mode): Use them.
11291
11292 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11293 Make fetching article by MID work again for Google Groups. Added
11294 FIXME concerning gnus-group-make-web-group.
11295
11296 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11297 Don't depend on Gnus by using mail-extract-address-components if
11298 gnus-extract-address-components is not bound.
11299
11300 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11301
11302 * gnus-art.el (gnus-mime-display-security): Don't display the
11303 signature, but only the signed part.
11304
11305 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11306
11307 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11308
11309 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11310 list, not listp.
11311
11312 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
11313
11314 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11315 when encoding.
11316
11317 * mm-bodies.el (mm-decode-content-transfer-encoding):
11318 De-canonicalize CRLF for all text content types, not just
11319 text/plain.
11320
11321 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11322
11323 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11324 valid article; point arrow and cursor at the MIME button.
11325
11326 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11327
11328 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11329 Suggested by Dan Christensen <jdc@uwo.ca>.
11330
11331 * mm-decode.el (mm-save-part): Enable change of prompt.
11332
11333 2005-08-29 Jari Aalto <jari.aalto@cante.net>
11334
11335 * gnus-msg.el (gnus-inews-add-send-actions): Made
11336 `message-post-method' lambda parameter ARG `&optional'.
11337
11338 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11339
11340 * gnus-sum.el (gnus-summary-mime-map): Added
11341 gnus-article-save-part-and-strip, gnus-article-delete-part and
11342 gnus-article-jump-to-part.
11343
11344 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11345 (gnus-article-edit-part): Use it.
11346 (gnus-article-part-wrapper): Added no-handle argument.
11347 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11348 functions.
11349
11350 2005-08-29 Romain Francoise <romain@orebokech.com>
11351
11352 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11353 docstring.
11354 (gnus-face-from-file): Likewise.
11355
11356 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11357
11358 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11359 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11360 non-nil.
11361 (gnus-auto-select-part): New variable.
11362 (gnus-article-jump-to-part): New function.
11363 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11364 (gnus-mime-delete-part): Allow selecting specified part after
11365 deleting or stripping parts.
11366 (gnus-article-jump-to-part): Don't use `read-number'. Use last
11367 part if argument is bogus.
11368
11369 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11370
11371 * gnus-art.el (w3m-minor-mode-map):
11372 * gnus-spec.el (gnus-newsrc-file-version):
11373 * gnus-util.el (nnmail-active-file-coding-system)
11374 (gnus-original-article-buffer, gnus-user-agent):
11375 * gnus.el (gnus-ham-process-destinations)
11376 (gnus-parameter-ham-marks-alist)
11377 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11378 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11379 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11380 * mm-decode.el (gnus-current-window-configuration):
11381 * mm-extern.el (gnus-article-mime-handles):
11382 * mm-url.el (url-current-object, url-package-name)
11383 (url-package-version):
11384 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11385 (smime-keys, w3m-cid-retrieve-function-alist)
11386 (w3m-current-buffer, w3m-display-inline-images)
11387 (w3m-minor-mode-map):
11388 * mml-smime.el (gnus-extract-address-components):
11389 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11390 (gnus-newsrc-hashtb, message-default-charset)
11391 (message-deletable-headers, message-options)
11392 (message-posting-charset, message-required-mail-headers)
11393 (message-required-news-headers):
11394 * mml1991.el (mc-pgp-always-sign):
11395 * mml2015.el (mc-pgp-always-sign):
11396 * nnheader.el (nnmail-extra-headers):
11397 * rfc1843.el (gnus-decode-encoded-word-function)
11398 (gnus-decode-header-function, gnus-newsgroup-name):
11399 * spam-stat.el (gnus-original-article-buffer): Add defvars.
11400
11401 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
11402
11403 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11404 the end of the date treatments.
11405
11406 2005-08-15 Simon Josefsson <jas@extundo.com>
11407
11408 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11409 it in url-handlers.el and XEmacs in url.el. Reported by Luca
11410 Capello and Romain Francoise.
11411 (pgg-fetch-key-function): Removed, not used?
11412 (pgg-insert-url-with-w3): Require url, to get
11413 url-insert-file-contents regardless of where it is defined.
11414
11415 2005-08-13 Romain Francoise <romain@orebokech.com>
11416
11417 * message.el (message-cite-original-1): New function.
11418 (message-cite-original): Use it.
11419 (message-cite-original-without-signature): Ditto.
11420
11421 2005-08-08 Romain Francoise <romain@orebokech.com>
11422
11423 * message.el (message-yank-empty-prefix): New variable.
11424 (message-indent-citation): Use it.
11425 (message-cite-original-without-signature): Respect X-No-Archive.
11426
11427 2005-08-08 Simon Josefsson <jas@extundo.com>
11428
11429 * pgg.el: Autoload url-insert-file-contents instead of loading
11430 w3/url.
11431 (pgg-insert-url-with-w3): Don't load url here.
11432
11433 2005-08-07 Jesper Harder <harder@phys.au.dk>
11434
11435 * message.el (message-kill-to-signature): Don't insert newline at
11436 bol.
11437 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11438
11439 2005-08-06 Romain Francoise <romain@orebokech.com>
11440
11441 * message.el (message-user-fqdn): Fix typo in docstring.
11442
11443 2005-08-05 Daiki Ueno <ueno@unixuser.org>
11444
11445 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11446
11447 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11448
11449 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
11450
11451 * mm-bodies.el (mm-encode-body): Use coding system rather than
11452 charset to encode text.
11453
11454 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11455 number of charsets if utf-8 is available (XEmacs).
11456
11457 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
11458
11459 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11460 taken from `gnus-button-mid-or-mail-regexp'.
11461 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11462 (gnus-button-alist): Improve regexp for domain part of the MIDs
11463 for news:localpart@domain buttons.
11464 (gnus-button-ctan-directory-regexp): Update.
11465
11466 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
11467
11468 * sieve-manage.el (sieve-manage-interactive-login): Use
11469 make-local-variable rather than make-variable-buffer-local.
11470 (sieve-manage-open): Ditto.
11471 (sieve-manage-authenticate): Ditto.
11472
11473 * mml.el (mml-generate-mime-1): Make the content type default to
11474 text/plain if the filename is not specified.
11475
11476 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11477
11478 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11479 instead of insert-buffer.
11480
11481 * message.el (message-yank-original): Ditto; set the mark at the
11482 end of the yanked message.
11483
11484 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11485
11486 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11487 lines to scroll rather than to stop it.
11488
11489 * mml.el (mml-generate-default-type): Add doc string.
11490 (mml-generate-mime-1): Use mm-default-file-encoding or make it
11491 default to application/octet-stream when determining the content
11492 type if it is not specified for the part or the mml contents; add
11493 a comment about mml-generate-default-type.
11494
11495 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
11496
11497 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11498 make it default to application/octet-stream when determining the
11499 content type if it is not specified for the external contents.
11500
11501 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11502
11503 * rfc2231.el (rfc2231-parse-string): Take care that not only a
11504 segmented parameter but also other parameters might be there.
11505
11506 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11507
11508 * mm-decode.el (mm-display-external): Delete temp file, directory
11509 and buffer immediately if the external process is exited.
11510
11511 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
11512
11513 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11514 fewer lines than that of scroll-margin.
11515 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11516
11517 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
11518
11519 * gnus-art.el (gnus-article-next-page): Revert.
11520 (gnus-article-beginning-of-window): New macro.
11521 (gnus-article-next-page-1): Use it.
11522 (gnus-article-prev-page): Ditto.
11523 (gnus-article-edit-part): Use insert-buffer-substring instead of
11524 insert-buffer.
11525 (gnus-article-edit-exit): Ditto.
11526
11527 * gnus-util.el (gnus-beginning-of-window): Remove.
11528 (gnus-end-of-window): Remove.
11529
11530 2005-07-25 Simon Josefsson <jas@extundo.com>
11531
11532 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11533 to have the url package without w3. Reported by Daiki Ueno
11534 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11535
11536 2005-07-20 Didier Verna <didier@xemacs.org>
11537
11538 * gnus-diary.el: Remove the description comment (nndiary is now
11539 properly documented in the Gnus manual).
11540 Fix the spelling of "Back End".
11541 * nndiary.el: Ditto.
11542 Fix the copyright notice.
11543
11544 2005-07-18 Romain Francoise <romain@orebokech.com>
11545
11546 * gnus-sum.el (gnus-summary-to-prefix)
11547 (gnus-summary-newsgroup-prefix): New variables.
11548 (gnus-summary-from-or-to-or-newsgroups): Use them.
11549
11550 2005-07-17 Romain Francoise <romain@orebokech.com>
11551
11552 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11553 space as it's generally not especially interesting to the user.
11554
11555 2005-07-16 Romain Francoise <romain@orebokech.com>
11556
11557 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11558 nil to avoid prompting and file modification if one of the
11559 messages at the top of the nnfolder file contains a copyright
11560 notice.
11561 Update copyright notice.
11562
11563 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11564 instead of `current-time-string' as the latter creates a time
11565 string that is not RFC 2822 compliant (it lacks the zone).
11566 Update copyright notice.
11567
11568 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
11569
11570 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11571 for text/rtf. Display default in prompt. Pass default for M-n.
11572
11573 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11574
11575 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11576
11577 * gnus-msg.el (gnus-button-mailto): Remove
11578 save-selected-window-window hackery because it relies on
11579 save-selected-window internals.
11580
11581 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11582
11583 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11584 (gnus-article-next-page-1): Use gnus-beginning-of-window.
11585 (gnus-article-prev-page): Ditto.
11586
11587 * gnus-util.el (gnus-beginning-of-window): New function.
11588 (gnus-end-of-window): New function.
11589
11590 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11591
11592 * gnus-score.el (gnus-score-edit-all-score): Set
11593 gnus-score-edit-exit-function to gnus-score-edit-done and call
11594 gnus-message.
11595
11596 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11597
11598 * gnus-msg.el (gnus-button-mailto): Remove
11599 save-selected-window-window hackery because it relies on
11600 save-selected-window internals.
11601
11602 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11603
11604 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11605 add-minor-mode.
11606 (gnus-binary-mode): Ditto.
11607
11608 * gnus-topic.el (gnus-topic-mode): Ditto.
11609
11610 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
11611
11612 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11613 (gnus-article-prev-page): Take scroll-margin into consideration.
11614
11615 2005-07-04 Lute Kamstra <lute@gnu.org>
11616
11617 Update FSF's address in GPL notices.
11618
11619 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
11620
11621 * gnus.el (gnus-exit):
11622 * gnus-group.el (gnus-group-icons):
11623 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11624
11625 * gnus-nocem.el (gnus-nocem):
11626 * message.el (message-various, message-buffers, message-sending)
11627 (message-interface, message-forwarding, message-insertion)
11628 (message-headers, message-news, message-mail):
11629 * pgg-gpg.el (pgg-gpg):
11630 * pgg-parse.el (pgg-parse):
11631 * pgg-pgp.el (pgg-pgp):
11632 * pgg-pgp5.el (pgg-pgp5):
11633 * pop3.el (pop3): Finish `defgroup' description with period.
11634
11635 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11636
11637 * gnus-art.el (article-display-face): Improve the efficiency.
11638 (article-display-x-face): Ditto; remove grey x-face stuff.
11639
11640 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
11641
11642 * gnus-art.el (article-display-face): Correct the position in
11643 which Faces are inserted.
11644
11645 2005-06-29 Didier Verna <didier@xemacs.org>
11646
11647 * gnus-art.el (article-display-face): Display faces in correct
11648 order.
11649
11650 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11651
11652 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11653 (gnus-fill-real-hashtb): Use hash table instead of obarray.
11654 (gnus-nocem-check-article): Fetch the Type header.
11655 (gnus-nocem-message-wanted-p): Fix the way to examine types.
11656 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11657 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11658 make sure gnus-nocem-hashtb is initialized.
11659 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11660 (gnus-nocem-unwanted-article-p): Ditto.
11661
11662 * pgg.el (pgg-verify): Return the verification result.
11663
11664 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11665
11666 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11667 is ascii.
11668
11669 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
11670
11671 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11672 `show-nonbreak-escape'.
11673
11674 2005-06-23 Lute Kamstra <lute@gnu.org>
11675
11676 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11677
11678 * dig.el (dig-mode):
11679 * smime.el (smime-mode): Use gnus-run-mode-hooks.
11680
11681 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
11682
11683 * nnimap.el (nnimap-split-download-body): Fix spellings.
11684
11685 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
11686
11687 * gnus-art.el (gnus-article-encrypt-body):
11688 * gnus-cus.el (gnus-score-customize):
11689 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11690 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11691
11692 2005-06-16 Arne Jørgensen <arne@arnested.dk>
11693
11694 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11695 header by looking for magic "MII" at the beginnig.
11696
11697 2005-06-16 Miles Bader <miles@gnu.org>
11698
11699 * assistant.el (assistant-field): Remove "-face" suffix from face name.
11700 (assistant-field-face): New backward-compatibility alias for renamed
11701 face.
11702 (assistant-render-text): Use renamed assistant-field face.
11703
11704 * spam.el (spam): Remove "-face" suffix from face name.
11705 (spam-face): New backward-compatibility alias for renamed face.
11706 (spam-face, spam-initialize): Use renamed spam face.
11707
11708 * message.el (message-header-to, message-header-cc)
11709 (message-header-subject, message-header-newsgroups)
11710 (message-header-other, message-header-name)
11711 (message-header-xheader, message-separator, message-cited-text)
11712 (message-mml): Remove "-face" suffix from face names.
11713 (message-header-to-face, message-header-cc-face)
11714 (message-header-subject-face, message-header-newsgroups-face)
11715 (message-header-other-face, message-header-name-face)
11716 (message-header-xheader-face, message-separator-face)
11717 (message-cited-text-face, message-mml-face):
11718 New backward-compatibility aliases for renamed faces.
11719 (message-font-lock-keywords): Use renamed message faces.
11720
11721 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11722 (sieve-test-commands, sieve-tagged-arguments):
11723 Remove "-face" suffix from face names.
11724 (sieve-control-commands-face, sieve-action-commands-face)
11725 (sieve-test-commands-face, sieve-tagged-arguments-face):
11726 New backward-compatibility aliases for renamed faces.
11727 (sieve-control-commands-face, sieve-action-commands-face)
11728 (sieve-test-commands-face, sieve-tagged-arguments-face):
11729 Use renamed sieve faces.
11730
11731 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11732 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11733 (gnus-group-news-3-empty, gnus-group-news-4)
11734 (gnus-group-news-4-empty, gnus-group-news-5)
11735 (gnus-group-news-5-empty, gnus-group-news-6)
11736 (gnus-group-news-6-empty, gnus-group-news-low)
11737 (gnus-group-news-low-empty, gnus-group-mail-1)
11738 (gnus-group-mail-1-empty, gnus-group-mail-2)
11739 (gnus-group-mail-2-empty, gnus-group-mail-3)
11740 (gnus-group-mail-3-empty, gnus-group-mail-low)
11741 (gnus-group-mail-low-empty, gnus-summary-selected)
11742 (gnus-summary-cancelled, gnus-summary-high-ticked)
11743 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11744 (gnus-summary-high-ancient, gnus-summary-low-ancient)
11745 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11746 (gnus-summary-low-undownloaded)
11747 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11748 (gnus-summary-low-unread, gnus-summary-normal-unread)
11749 (gnus-summary-high-read, gnus-summary-low-read)
11750 (gnus-summary-normal-read, gnus-splash):
11751 Remove "-face" suffix from face names.
11752 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11753 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11754 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11755 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11756 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11757 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11758 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11759 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11760 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11761 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11762 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11763 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11764 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11765 (gnus-summary-normal-ticked-face)
11766 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11767 (gnus-summary-normal-ancient-face)
11768 (gnus-summary-high-undownloaded-face)
11769 (gnus-summary-low-undownloaded-face)
11770 (gnus-summary-normal-undownloaded-face)
11771 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11772 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11773 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11774 (gnus-splash-face):
11775 New backward-compatibility aliases for renamed faces.
11776 (gnus-group-startup-message): Use renamed gnus faces.
11777
11778 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11779 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11780 (gnus-server-agent): Remove "-face" suffix from face names.
11781 (gnus-server-agent-face, gnus-server-opened-face)
11782 (gnus-server-closed-face, gnus-server-denied-face)
11783 (gnus-server-offline-face):
11784 New backward-compatibility aliases for renamed faces.
11785 (gnus-server-agent-face, gnus-server-opened-face)
11786 (gnus-server-closed-face, gnus-server-denied-face)
11787 (gnus-server-offline-face): Use renamed gnus faces.
11788
11789 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11790 Remove "-face" suffix from face names.
11791 (gnus-picon-xbm-face, gnus-picon-face):
11792 New backward-compatibility aliases for renamed faces.
11793
11794 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11795 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11796 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11797 (gnus-cite-11): Remove "-face" suffix from face names.
11798 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11799 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11800 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11801 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11802 New backward-compatibility aliases for renamed faces.
11803 (gnus-cite-attribution-face, gnus-cite-face-list)
11804 (gnus-article-boring-faces): Use renamed gnus faces.
11805
11806 * gnus-art.el (gnus-signature, gnus-header-from)
11807 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11808 (gnus-header-content): Remove "-face" suffix from face names.
11809 (gnus-signature-face, gnus-header-from-face)
11810 (gnus-header-subject-face, gnus-header-newsgroups-face)
11811 (gnus-header-name-face, gnus-header-content-face):
11812 New backward-compatibility aliases for renamed faces.
11813 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11814
11815 * gnus-sum.el (gnus-summary-selected-face)
11816 (gnus-summary-highlight): Use renamed gnus faces.
11817 * gnus-group.el (gnus-group-highlight): Likewise.
11818
11819 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
11820
11821 * gnus-sieve.el (gnus-sieve-article-add-rule):
11822 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11823 * spam-stat.el (spam-stat-buffer-change-to-spam)
11824 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11825
11826 * message.el (message-is-yours-p):
11827 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11828
11829 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11830
11831 * mm-view.el (mm-inline-text): Withdraw the last change.
11832
11833 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
11834
11835 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11836 executing enriched-decode.
11837
11838 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11839
11840 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11841 charset of tar files.
11842
11843 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11844
11845 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11846
11847 2005-06-04 Lute Kamstra <lute@gnu.org>
11848
11849 * nnfolder.el (nnfolder-read-folder): Make sure that undo
11850 information is never recorded.
11851
11852 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11853
11854 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11855
11856 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11857
11858 * pop3.el (pop3-apop): Run md5 in the binary mode.
11859
11860 * starttls.el (starttls-set-process-query-on-exit-flag):
11861 Use eval-and-compile.
11862
11863 2005-05-31 Simon Josefsson <jas@extundo.com>
11864
11865 * smime.el (smime-replace-in-string): Define.
11866 (smime-cert-by-ldap-1): Use it.
11867
11868 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
11869
11870 * gnus-art.el (article-display-x-face): Replace
11871 process-kill-without-query by gnus-set-process-query-on-exit-flag.
11872
11873 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11874 set-process-query-on-exit-flag or process-kill-without-query.
11875
11876 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11877 loop instead of replace-regexp.
11878
11879 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11880 instead of process-kill-without-query if it is available.
11881
11882 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11883 instead of find-file-hooks if it is available.
11884
11885 * mml1991.el: Bind pgg-default-user-id when compiling.
11886
11887 * mml2015.el: Bind pgg-default-user-id when compiling.
11888
11889 * nndraft.el (nndraft-request-associate-buffer):
11890 Use write-contents-functions instead of write-contents-hooks if it is
11891 available.
11892
11893 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11894 instead of find-file-hooks if it is available.
11895
11896 * nntp.el (nntp-open-connection): Replace
11897 process-kill-without-query by gnus-set-process-query-on-exit-flag.
11898 (nntp-open-ssl-stream): Ditto.
11899 (nntp-open-tls-stream): Ditto.
11900
11901 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11902 set-process-query-on-exit-flag or process-kill-without-query.
11903 (starttls-open-stream-gnutls): Use it instead of
11904 process-kill-without-query.
11905 (starttls-open-stream): Ditto.
11906
11907 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
11908
11909 * smime.el (smime-cert-by-ldap-1): Don't use
11910 replace-regexp-in-string.
11911
11912 2005-05-31 Arne Jørgensen <arne@arnested.dk>
11913
11914 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11915
11916 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11917 in PEM format. Adjust to the XEmacs compability.
11918
11919 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11920
11921 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11922 by `string-to-number'.
11923 * gnus-agent.el (gnus-agent-regenerate-group)
11924 (gnus-agent-fetch-articles): Ditto.
11925 * gnus-art.el (gnus-button-fetch-group): Ditto.
11926 * gnus-cache.el (gnus-cache-generate-active)
11927 (gnus-cache-articles-in-group): Ditto.
11928 * gnus-group.el (gnus-group-set-current-level)
11929 (gnus-group-insert-group-line): Ditto.
11930 * gnus-score.el (gnus-score-set-expunge-below)
11931 (gnus-score-set-mark-below, gnus-summary-score-effect)
11932 (gnus-summary-score-entry): Ditto.
11933 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11934 (gnus-soup-pack): Ditto.
11935 * gnus-spec.el (gnus-xmas-format): Ditto.
11936 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11937 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11938 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11939 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11940 * nndb.el (nndb-get-remote-expire-response): Ditto.
11941 * nndiary.el (nndiary-parse-schedule-value)
11942 (nndiary-string-to-number, nndiary-request-replace-article)
11943 (nndiary-request-article): Ditto.
11944 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11945 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11946 * nneething.el (nneething-make-head): Ditto.
11947 * nnfolder.el (nnfolder-request-article)
11948 (nnfolder-retrieve-headers): Ditto.
11949 * nnheader.el (nnheader-file-to-number): Ditto.
11950 * nnkiboze.el (nnkiboze-request-article): Ditto.
11951 * nnmail.el (nnmail-process-unix-mail-format)
11952 (nnmail-process-babyl-mail-format): Ditto.
11953 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11954 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11955 (nnmh-request-create-group, nnmh-request-list-1)
11956 (nnmh-request-group, nnmh-request-article): Ditto.
11957 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11958 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11959 * nnsoup.el (nnsoup-make-active): Ditto.
11960 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11961 * nntp.el (nntp-find-group-and-number)
11962 (nntp-retrieve-headers-with-xover): Ditto.
11963 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11964 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11965 (pgg-format-key-identifier): Ditto.
11966 * pop3.el (pop3-last, pop3-stat): Ditto.
11967 * qp.el (quoted-printable-decode-region): Ditto.
11968
11969 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11970 of concat.
11971
11972 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11973
11974 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11975
11976 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11977
11978 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11979
11980 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11981
11982 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11983
11984 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11985
11986 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11987 (gnus-carpal-mode): Ditto.
11988
11989 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11990 (gnus-browse-mode): Ditto.
11991
11992 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11993
11994 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11995
11996 2005-05-29 Richard M. Stallman <rms@gnu.org>
11997
11998 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11999
12000 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
12001
12002 * gnus-util.el (gnus-run-mode-hooks): New function.
12003
12004 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12005
12006 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
12007
12008 * gnus-agent.el (gnus-agent-make-mode-line-string):
12009 Use mode-line-highlight as mouse-face.
12010
12011 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12012
12013 * canlock.el (canlock): Change the parent group to news.
12014
12015 * deuglify.el (gnus-outlook-deuglify): Add :group.
12016
12017 * dig.el (dig): Add :group.
12018
12019 * dns-mode.el (dns-mode): Add :group.
12020
12021 * encrypt.el (encrypt): Add :group.
12022
12023 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12024 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12025 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12026 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12027 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12028
12029 * gnus-diary.el (gnus-diary): Add :group.
12030
12031 * gnus.el (gnus-group-news-1-face): Add :group.
12032 (gnus-group-news-1-empty-face): Ditto.
12033 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12034 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12035 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12036 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12037 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12038 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12039 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12040 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12041 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12042 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12043 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12044 (gnus-summary-high-ticked-face): Ditto.
12045 (gnus-summary-low-ticked-face): Ditto.
12046 (gnus-summary-normal-ticked-face): Ditto.
12047 (gnus-summary-high-ancient-face): Ditto.
12048 (gnus-summary-low-ancient-face): Ditto.
12049 (gnus-summary-normal-ancient-face): Ditto.
12050 (gnus-summary-high-undownloaded-face): Ditto.
12051 (gnus-summary-low-undownloaded-face): Ditto.
12052 (gnus-summary-normal-undownloaded-face): Ditto.
12053 (gnus-summary-high-unread-face): Ditto.
12054 (gnus-summary-low-unread-face): Ditto.
12055 (gnus-summary-normal-unread-face): Ditto.
12056 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12057 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12058
12059 * hashcash.el (hashcash): New custom group.
12060 (hashcash-default-payment): Add :group.
12061 (hashcash-payment-alist): Ditto.
12062 (hashcash-default-accept-payment): Ditto.
12063 (hashcash-accept-resources): Ditto.
12064 (hashcash-path): Ditto.
12065 (hashcash-extra-generate-parameters): Ditto.
12066 (hashcash-double-spend-database): Ditto.
12067 (hashcash-in-news): Ditto.
12068
12069 * message.el (message-minibuffer-local-map): Add :group.
12070
12071 * netrc.el (netrc): Add :group.
12072
12073 * sieve-manage.el (sieve-manage-log): Add :group.
12074 (sieve-manage-default-user): Diito.
12075 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12076 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12077 (sieve-manage-authenticators): Ditto.
12078 (sieve-manage-authenticator-alist): Ditto.
12079 (sieve-manage-default-port): Ditto.
12080
12081 * sieve-mode.el (sieve-control-commands-face): Add :group.
12082 (sieve-action-commands-face): Ditto.
12083 (sieve-test-commands-face): Ditto.
12084 (sieve-tagged-arguments-face): Ditto.
12085
12086 * smime.el (smime): Add :group.
12087
12088 * spam-report.el (spam-report): Add :group.
12089
12090 * spam.el (spam, spam-face): Add :group.
12091
12092 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12093
12094 * nntp.el (nntp-next-result-arrived-p): Some news servers may
12095 return \n.\n.\n at the end of articles. Protect against that.
12096 (nntp-with-open-group): Allow debugging.
12097
12098 * nnheader.el (mail-header-set-extra): Make into a function
12099 because I just could't understand how to quote the list properly.
12100
12101 * dns.el (query-dns-cached): New function.
12102
12103 2005-05-26 Lute Kamstra <lute@gnu.org>
12104
12105 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12106
12107 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12108
12109 * gnus-art.el: Don't autoload mail-extract-address-components.
12110
12111 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12112 eval-and-compile to evaluate it.
12113
12114 * hashcash.el: Don't autoload executable-find.
12115
12116 * nndb.el: Don't declare the nndb back end two or more times; don't
12117 autoload news-reply-mode, news-setup, cancel-timer and telnet.
12118
12119 * nntp.el: Autoload format-spec instead of format; use
12120 eval-and-compile to evaluate autoload forms.
12121
12122 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
12123
12124 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12125
12126 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12127
12128 * gnus.el (gnus-version-number): Bump version.
12129
12130 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12131
12132 * gnus.el: No Gnus v0.3 is released.
12133
12134 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12135
12136 * gnus-art.el (gnus-article-edit-part): Disable undo.
12137
12138 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12139
12140 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12141 gnus-article-date-lapsed-new-header is t if date timer is active;
12142 skip headers in which the original date value is empty.
12143 (gnus-article-save-original-date): Redefine it as a macro.
12144 (gnus-display-mime): Use it.
12145
12146 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12147
12148 * gnus-art.el (article-date-ut): Support converting date in
12149 forwarded parts as well.
12150 (gnus-article-save-original-date): New function.
12151 (gnus-display-mime): Use it.
12152
12153 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
12154
12155 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12156 enclosure element of <item>.
12157
12158 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
12159
12160 * message.el (message-kill-buffer-query): Renamed from
12161 `message-kill-buffer-query-if-modified'. Added :version.
12162
12163 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12164
12165 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12166 window layout.
12167
12168 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12169
12170 * mml.el: Autoload dnd when compiling.
12171
12172 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12173
12174 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12175 x-dnd-*.
12176
12177 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12178
12179 * qp.el (quoted-printable-encode-region): Save excursion.
12180
12181 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
12182
12183 * message.el (message-kill-buffer-query-if-modified): Add new variable
12184 so the user can kill a modified message buffer quickly.
12185 (message-kill-buffer): Use it.
12186
12187 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
12188
12189 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
12190 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12191
12192 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12193
12194 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12195 contained in text because xml.el decodes entities) with LFs.
12196
12197 2005-04-11 Lute Kamstra <lute@gnu.org>
12198
12199 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12200 differently.
12201
12202 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12203
12204 * mm-util.el (mm-detect-coding-region): Typo.
12205
12206 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
12207
12208 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12209
12210 2005-04-06 Deepak Goel <deego@gnufans.org>
12211
12212 * spam-stat.el (spam-stat-score-buffer): Add a call to a
12213 user-function allow user modifications of the scores.
12214 (spam-stat-score-buffer-user): New function, to allow
12215 user-computed modifications to the score.
12216 (spam-stat-score-buffer-user-functions): List of additional
12217 scoring functions.
12218 (spam-stat-error-holder): Global temporary error holder.
12219 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12220 variable.
12221
12222 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
12223
12224 * gnus-registry.el (gnus-registry-clean-empty-function)
12225 (gnus-registry-trim, gnus-registry-fetch-groups)
12226 (gnus-registry-delete-group): Groups that match
12227 `gnus-registry-ignored-groups' are removed from the registry
12228 entries, not just ignored for splitting. This helps clean up the
12229 registry. Also, `gnus-registry-fetch-groups' is a convenient way
12230 to get all the groups a message ID is in.
12231
12232 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12233 (spam-stat-split-fancy): Change "threshhold" to "threshold".
12234 (spam-stat-score-buffer-user-functions): Add :number custom type.
12235
12236 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12237
12238 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12239 argument in XEmacs.
12240
12241 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12242 (nnrss-request-group): Decode group name first.
12243 (nnrss-request-article): Make a text/plain article if mml-to-mime
12244 failed.
12245 (nnrss-get-encoding): Return a compatible encoding according to
12246 nnrss-compatible-encoding-alist.
12247 (nnrss-find-el): Use consp instead of listp.
12248 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12249
12250 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12251
12252 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12253 which Emacs 20 doesn't support.
12254 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12255
12256 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12257
12258 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12259 silence the byte compiler inside the defun.
12260
12261 * gnus-demon.el (parse-time-string): Add autoload.
12262
12263 * gnus-delay.el (parse-time-string): Add autoload.
12264
12265 * gnus-art.el (parse-time-string): Add autoload.
12266
12267 * nnultimate.el (parse-time): Require for `parse-time-string'.
12268
12269 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12270
12271 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12272
12273 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12274
12275 * smime.el (smime-ldap-host-list): Add :version.
12276
12277 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12278
12279 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12280 pass it to `gnus-browse-read-group'.
12281 (gnus-browse-read-group): Add NUMBER argument and pass it to
12282 `gnus-group-read-ephemeral-group'.
12283
12284 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12285 argument and pass it to `gnus-group-read-group'.
12286
12287 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
12288
12289 * mm-util.el (mm-xemacs-find-mime-charset): Only call
12290 mm-xemacs-find-mime-charset-1 if we have the mule feature
12291 available at runtime.
12292
12293 2005-03-25 Werner Lemberg <wl@gnu.org>
12294
12295 * nnmaildir.el: Replace `illegal' with `invalid'.
12296
12297 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 * gnus-start.el (gnus-display-time-event-handler):
12300 Check display-time-timer at runtime rather than only at load time
12301 in case display-time-mode is turned off in the mean time.
12302
12303 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12304
12305 * nnimap.el (nnimap-open-connection): Print which authinfo file is
12306 used.
12307
12308 * nneething.el (nneething-map-file-directory): Derive from
12309 `gnus-directory'.
12310
12311 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12312 the To/Cc button.
12313
12314 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12315
12316 * nnmaildir.el (nnmaildir-request-accept-article):
12317 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12318
12319 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12320
12321 * gnus-async.el: Require timer-funcs at compile time when in
12322 XEmacs for `run-with-idle-timer'.
12323
12324 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12325
12326 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12327 autoloaded function.
12328
12329 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12330
12331 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12332
12333 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
12334
12335 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12336
12337 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12338
12339 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12340 gnus-expert-user to default.
12341
12342 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
12343
12344 * nnimap.el (nnimap-open-server): Ditto.
12345
12346 * imap.el (imap-authenticate): Fix typo.
12347
12348 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
12349
12350 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12351 buffer (since IMAP server might return FETCH response out of
12352 order, and the nntp buffer must be sorted).
12353
12354 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
12355
12356 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12357 comparison on string.
12358
12359 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12360 (gnus-agent-score): Renamed category keywords to match gnus-cus.
12361 (gnus-agent-summary-fetch-series): Modified to protect against
12362 gnus-agent-summary-fetch-group clearing processable flags.
12363 (gnus-agent-synchronize-group-flags): Update live group buffer as
12364 synchronization may occur due to the user toggle the plugged
12365 status.
12366 (gnus-agent-fetch-group-1): Clear downloadable flag when article
12367 successfully downloaded.
12368 (gnus-agent-expire-group-1): Avoid using markers when the overview
12369 is in ascending order; greatly improves performance.
12370 (gnus-agent-regenerate-group): Use
12371 gnus-agent-synchronize-group-flags to reset read status in both
12372 gnus and server.
12373 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12374
12375 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12376
12377 * message.el: Don't autoload former message-utils variables.
12378 (message-strip-subject-trailing-was): Change doc string.
12379
12380 * nnweb.el: Fixes for `gnus-group-make-web-group'.
12381 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
12382 (nnweb-google-search): Add "hl=en" here.
12383 (nnweb-google-parse-1, nnweb-google-create-mapping):
12384 Don't hardcode URL.
12385
12386 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12387
12388 * message.el (message-get-reply-headers, message-followup):
12389 Mention related variables `message-use-followup-to' and
12390 `message-use-mail-followup-to', in the information buffer.
12391
12392 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12393 of broken groups(-beta).google.com.
12394
12395 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12396
12397 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12398 parameter to invoked gnus-request-move-article; remove the
12399 redundant gnus-sum-hint-move-is-internal variable; apply the marks
12400 all at once instead of once per article.
12401 (gnus-summary-remove-process-mark): Accept a list of articles as
12402 well as a single article for processing.
12403
12404 * gnus-int.el (gnus-request-move-article): Add move-is-internal
12405 parameter.
12406
12407 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12408
12409 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12410
12411 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12412 parameter.
12413
12414 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12415 parameter.
12416
12417 * nnimap.el (nnimap-request-move-article): Add move-is-internal
12418 parameter and remove the gnus-sum-hint-move-is-internal variable.
12419
12420 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12421 parameter.
12422
12423 * nndraft.el (nndraft-request-move-article): Add move-is-internal
12424 parameter.
12425
12426 * nndiary.el (nndiary-request-move-article): Add move-is-internal
12427 parameter.
12428
12429 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12430
12431 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12432 parameter.
12433
12434 * nnagent.el (nnagent-request-move-article): Add move-is-internal
12435 parameter.
12436
12437 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
12438
12439 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12440 a more conservative way.
12441
12442 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12445 buffer, so it moves the window's cursor.
12446
12447 2005-02-26 Arne Jørgensen <arne@arnested.dk>
12448
12449 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12450 `mm-dissect-multipart' and receive the from field as an (optional)
12451 argument from `mm-dissect-multipart'.
12452 (mm-dissect-multipart): Receive the from field as an argument and
12453 pass it on when we call `mm-dissect-buffer' on MIME parts.
12454 Fixes verification/decryption of signed/encrypted MIME parts.
12455
12456 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
12457
12458 * gnus-sum.el (gnus-summary-move-article): Set
12459 gnus-sum-hint-move-is-internal for gnus-request-move-article and
12460 whatever it calls (right now, only nnimap-request-move article
12461 respects it).
12462
12463 * nnimap.el (nnimap-request-move-article): When
12464 gnus-sum-hint-move-is-internal is set, don't do the extra
12465 nnimap-request-article.
12466
12467 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12468
12469 * nnheader.el (nnheader-find-file-noselect): Add doc string.
12470
12471 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12472 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12473
12474 * gnus-sum.el (gnus-summary-caesar-message):
12475 Apply `gnus-treat-article' after rotation.
12476
12477 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12478 doc string.
12479
12480 2005-02-22 Simon Josefsson <jas@extundo.com>
12481
12482 * encrypt.el (encrypt-password-cache-expiry): Remove (use
12483 `password-cache-expiry' instead). Reported by Arne Jørgensen
12484 <arne@arnested.dk>.
12485 (encrypt): Add password-cache and password-cache-expiry as group
12486 members.
12487
12488 2005-02-22 Arne Jørgensen <arne@arnested.dk>
12489
12490 * smime.el (smime-ldap-host-list): Doc fix.
12491 (smime-ask-passphrase): Use `password-read-and-add' to read (and
12492 cache) password.
12493 (smime-sign-region): Use it.
12494 (smime-decrypt-region): Use it.
12495 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12496 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12497 fails.
12498 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12499 certificate from DER to PEM format rather than calling openssl.
12500
12501 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12502
12503 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12504 for signing/encryption.
12505
12506 * mml.el (mml-parse-1): Use them.
12507
12508 2005-02-21 Arne Jørgensen <arne@arnested.dk>
12509
12510 * nnrss.el (nnrss-verbose): Removed.
12511 (nnrss-request-group): Use `nnheader-message' instead.
12512
12513 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
12514
12515 * nnrss.el (nnrss-verbose): New variable.
12516 (nnrss-request-group): Make it say nnrss is requesting a group.
12517
12518 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
12519
12520 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12521 Handle news URL with given port correctly.
12522
12523 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12524
12525 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12526 containing special characters.
12527
12528 * gnus-sum.el (gnus-summary-edit-article): Ditto.
12529
12530 * mml.el (mime-to-mml): Ditto.
12531
12532 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12533 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12534 (rfc2047-decode-region): Quote decoded words containing special
12535 characters when rfc2047-quote-decoded-words-containing-tspecials
12536 is non-nil.
12537
12538 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
12539
12540 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12541
12542 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12543
12544 2005-02-15 Simon Josefsson <jas@extundo.com>
12545
12546 * nnimap.el (nnimap-debug): Doc fix.
12547
12548 * imap.el (imap-debug): Doc fix.
12549
12550 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
12551
12552 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12553
12554 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
12555
12556 * gnus.el (spam-contents): Improve docs for spam-contents
12557 parameter in its variable incarnation.
12558
12559 2005-02-14 Simon Josefsson <jas@extundo.com>
12560
12561 * smime-ldap.el: Use require instead of load-library for ldap.
12562 (smime-ldap-search): Indent.
12563 (smime-ldap-search-internal): Shorten line.
12564
12565 * smime.el (smime-cert-by-dns): Add doc-string.
12566 (smime-cert-by-ldap-1): Indent.
12567
12568 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12569 mml-smime-get-dns-ldap.
12570 (mml-smime-encrypt-query): Use new function. Default to ldap.
12571
12572 2005-02-14 Arne Jørgensen <arne@arnested.dk>
12573
12574 * smime.el: Require smime-ldap.
12575 (smime-ldap-host-list): New variable.
12576 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12577
12578 * mml-smime.el (mml-smime-encrypt-query): New function.
12579 (mml-smime-encrypt-query): Use it.
12580
12581 * smime-ldap.el: New file.
12582
12583 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12584
12585 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12586
12587 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12588
12589 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12590 argument in doc string. Make query for type more clear.
12591
12592 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
12593
12594 * gnus.el (gnus-group-startup-message): Search for gnus images in
12595 etc/images/gnus.
12596 * mm-util.el (mm-image-load-path): Likewise.
12597 * smiley.el (smiley-data-directory): Search for smilies in
12598 etc/images/smilies.
12599
12600 2005-02-09 Kim F. Storm <storm@cua.dk>
12601
12602 Change Emacs release version from 21.4 to 22.1 throughout.
12603 Change Emacs development version from 21.3.50 to 22.0.50.
12604
12605 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12606
12607 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12608
12609 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12610 non-Mule XEmacs as well.
12611 (mm-decompress-buffer): Signal an error intentionally if it does
12612 not decompress compressed data because auto-compression-mode is
12613 disabled.
12614
12615 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
12616
12617 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12618 an ID in the registry even if it has no groups.
12619
12620 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
12621
12622 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12623 merge it into mm-decompress-buffer.
12624 (gnus-mime-copy-part): Use the MIME part charset, the value which
12625 a user specified or gnus-newsgroup-charset for decoding, like
12626 gnus-mime-inline-part does; set buffer-file-coding-system to tell
12627 save-buffer what was used. Suggested by Kevin Ryde
12628 <user42@zip.com.au>.
12629 (gnus-mime-inline-part): Allow the name parameter as well as the
12630 filename parameter; force decompressing of compressed data; always
12631 display contents being not decoded as unibyte.
12632
12633 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12634 as well as the filename parameter.
12635
12636 * mm-util.el (mm-decompress-buffer): Merge
12637 gnus-mime-jka-compr-maybe-uncompress.
12638 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12639 of compressed data.
12640
12641 2005-02-08 Simon Josefsson <jas@extundo.com>
12642
12643 * imap.el (imap-log): Doc fix.
12644
12645 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12646
12647 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12648 the coding cookies; decompress compressed parts.
12649
12650 * mml.el (mml-generate-mime-1): Add the charset parameter according
12651 to the value which a user specified manually or the coding cookie.
12652
12653 * mm-util.el (mm-string-to-multibyte): New function.
12654 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12655 (mm-coding-system-to-mime-charset): New function.
12656 (mm-decompress-buffer): New function.
12657 (mm-find-buffer-file-coding-system): New function.
12658
12659 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12660 (mm-display-inline-fontify): Rewrite for decoding and decompressing
12661 parts.
12662
12663 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12664
12665 * mm-view.el (mm-display-inline-fontify): Decode a part according
12666 to the charset parameter.
12667
12668 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
12669
12670 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12671 prefix arg is neither nil nor a number, as info specifies.
12672
12673 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
12674
12675 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12676 timestamps.
12677
12678 2005-02-02 Jari Aalto <jari.aalto@cante.net>
12679
12680 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12681 groups error checking and notify user.
12682
12683 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
12684
12685 * message.el (message-send-mail-function): Check existence of
12686 sendmail-program first before using default value
12687 `message-send-mail-with-sendmail'. Otherwise use more generic
12688 `smtpmail-send-it'.
12689
12690 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12691
12692 * nntp.el (nntp-request-update-info): Always return nil.
12693
12694 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12697
12698 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12699
12700 * message.el (message-beginning-of-line): Change the behavior when
12701 invoked between BOL and : so that it first moves backward.
12702
12703 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
12704
12705 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12706 article buffer when editing of the article is discarded.
12707 (gnus-article-prepare): Revert.
12708
12709 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
12710
12711 * gnus-art.el (gnus-article-prepare):
12712 Remove message-strip-forbidden-properties from the local hook.
12713
12714 2005-01-27 Simon Josefsson <jas@extundo.com>
12715
12716 * password.el (password-cache-add): Only start one timer per key.
12717 Reported by Derek Atkins <warlord@MIT.EDU>.
12718
12719 2005-01-26 Steve Youngs <steve@sxemacs.org>
12720
12721 * run-at-time.el: Removed. It is no longer needed as
12722 timer-funcs.el in the xemacs-base package has a working version of
12723 `run-at-time'.
12724
12725 * password.el: Require timer-funcs instead of run-at-time in
12726 XEmacs.
12727 Remove `password-run-at-time' macro.
12728 (password-cache-add): Use `run-at-time' instead of
12729 `password-run-at-time'.
12730
12731 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12732 for `run-with-idle-timer'.
12733
12734 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12735 for `run-at-time'.
12736
12737 * mm-url.el: Require timer-funcs at compile time when in XEmacs
12738 for `with-timeout'.
12739
12740 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12741
12742 * mml.el (mml-generate-mime-1): Convert string into unibyte when
12743 inserting " *mml*" buffer's contents into a unibyte temp buffer.
12744
12745 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
12746
12747 * mail-source.el (mail-source-fetch-imap): Search for ^From case
12748 sensitively.
12749
12750 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
12751
12752 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12753
12754 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
12755
12756 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12757 which will be inserted according to the multibyteness of a buffer
12758 rather than the type of contents. Suggested by ARISAWA Akihiro
12759 <ari@mbf.ocn.ne.jp>.
12760
12761 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12762 of string which old xml.el may return rather than a string.
12763
12764 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12765
12766 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12767
12768 2005-01-16 Simon Josefsson <jas@extundo.com>
12769
12770 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12771 idn/idna.el isn't available.
12772 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
12773 <michael@waxrat.com>.
12774
12775 * hashcash.el: Remove non-FSF copyright header.
12776
12777 * hashcash.el (hashcash-extra-generate-parameters): New variable.
12778 (hashcash-generate-payment): Use it.
12779 (hashcash-generate-payment-async): Use it.
12780
12781 2005-01-15 Simon Josefsson <jas@extundo.com>
12782
12783 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12784 Suggested by Raymond Scholz <ray-2005@zonix.de>.
12785
12786 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12787 gnus-summary-idna-message.
12788 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12789 (gnus-summary-idna-message): New function.
12790
12791 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12792
12793 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12794 gnus-novice-user.
12795
12796 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
12797
12798 * nnrss.el (nnrss-request-delete-group): Delete entries in
12799 nnrss-group-alist as well.
12800 (nnrss-save-server-data): Insert newline.
12801
12802 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
12803
12804 * gnus.el (gnus-user-agent): Use list of symbols instead of
12805 symbols. Display full version number for (S)XEmacs. Optionally
12806 display (S)XEmacs codename.
12807
12808 * gnus-util.el (gnus-emacs-version): Update for new
12809 `gnus-user-agent'.
12810
12811 * gnus-msg.el (gnus-extended-version): Make it possible to omit
12812 Gnus version.
12813
12814 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12815
12816 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
12817 which is unreadable in some setups.
12818
12819 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12820
12821 * gnus-spec.el (gnus-update-format-specifications): Flush the
12822 group format spec cache if it doesn't support decoded group names.
12823
12824 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12825
12826 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12827 Allow to apply decay on score files matching a regexp.
12828
12829 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
12830
12831 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12832 compatibility in %g and %c.
12833
12834 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
12835
12836 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12837 name for only %g and %c.
12838 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12839 of gnus-tmp-group to decoded group name.
12840 (gnus-group-make-rss-group): Exclude `/'s from group names.
12841
12842 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
12843
12844 * nnrss.el (nnrss-get-encoding): Fix regexp.
12845
12846 2004-12-27 Simon Josefsson <jas@extundo.com>
12847
12848 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12849 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12850 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
12851
12852 2004-12-17 Kim F. Storm <storm@cua.dk>
12853
12854 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12855
12856 * gnus-sum.el (gnus-summary-mode-map): Likewise.
12857
12858 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
12859
12860 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12861
12862 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
12863
12864 * nnrss.el: Require rfc2047 and mml.
12865 (nnrss-file-coding-system): New variable.
12866 (nnrss-format-string): Redefine it as an inline function.
12867 (nnrss-decode-group-name): New function.
12868 (nnrss-string-as-multibyte): Remove.
12869 (nnrss-retrieve-headers): Decode group name; don't use
12870 nnrss-format-string.
12871 (nnrss-request-group): Decode group name.
12872 (nnrss-request-article): Decode group name; allow a Message-ID as
12873 well as an article number; don't use nnrss-format-string; encode a
12874 Message-ID string which may contain non-ASCII characters; use
12875 mml-to-mime to compose a MIME article.
12876 (nnrss-request-expire-articles): Decode group name.
12877 (nnrss-request-delete-group): Decode group name.
12878 (nnrss-fetch): Clarify error message.
12879 (nnrss-read-server-data): Use insert-file-contents instead of load;
12880 bind file-name-coding-system; use multibyte buffer.
12881 (nnrss-save-server-data): Bind coding-system-for-write to the
12882 value of nnrss-file-coding-system; bind file-name-coding-system;
12883 add coding cookie.
12884 (nnrss-read-group-data): Use insert-file-contents instead of load;
12885 bind file-name-coding-system; use multibyte buffer.
12886 (nnrss-save-group-data): Bind coding-system-for-write to the
12887 value of nnrss-file-coding-system; bind file-name-coding-system.
12888 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12889 make it work with non-ASCII text.
12890 (nnrss-find-el): Make it work with old xml.el as well.
12891
12892 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
12893
12894 * nnrss.el (nnrss-get-encoding): New function.
12895 (nnrss-fetch): Use unibyte buffer initially; bind
12896 coding-system-for-read while performing mm-url-insert; remove ^Ms;
12897 decode contents according to the encoding attribute.
12898 (nnrss-save-group-data): Add coding cookie.
12899 (nnrss-mime-encode-string): New function.
12900 (nnrss-check-group): Use it to encode subject and author.
12901
12902 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
12903
12904 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12905 imaginary variable.
12906
12907 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12908
12909 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12910 correctly even if there are wide characters.
12911
12912 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12913
12914 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12915 downcased symbol names; make a new cache instead of reusing
12916 bbdb-hashtable.
12917
12918 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12919
12920 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12921 concatenating segments rather than before concatenating them.
12922 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12923
12924 * message.el (message-get-reply-headers): Bind `extra'.
12925
12926 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12927
12928 * message.el (message-extra-wide-headers): New variable.
12929 (message-get-reply-headers): Use it.
12930
12931 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12932
12933 * gnus-agent.el (gnus-agent-group-path): Decode group name.
12934 (gnus-agent-group-pathname): Ditto.
12935
12936 * gnus-cache.el (gnus-cache-file-name): Decode group name.
12937
12938 * gnus-group.el (gnus-group-make-group): Decode group name.
12939 (gnus-group-make-rss-group): Register the group data after opening
12940 the nnrss group.
12941
12942 2004-12-17 Paul Jarc <prj@po.cwru.edu>
12943
12944 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12945 by expiry now get marked as read.
12946
12947 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12948
12949 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12950
12951 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
12952
12953 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12954 unify Latin characters in XEmacs.
12955 (mm-find-mime-charset-region): Use it.
12956
12957 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12958
12959 * gnus-util.el (gnus-delete-directory): New function.
12960
12961 * gnus-agent.el (gnus-agent-delete-group): Use it.
12962
12963 * gnus-cache.el (gnus-cache-delete-group): Use it.
12964
12965 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12966
12967 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12968 names.
12969
12970 2004-12-16 Simon Josefsson <jas@extundo.com>
12971
12972 * hashcash.el (hashcash-payment-alist): Fix custom :type.
12973
12974 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12975
12976 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12977
12978 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12979 (gnus-group-set-current-level): Decode group name.
12980
12981 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
12982
12983 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12984 failed.
12985
12986 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
12987
12988 * gnus-group.el (gnus-group-delete-group): Decode group name.
12989 (gnus-group-make-rss-group): Encode group name.
12990 (gnus-group-catchup-current): Decode group name.
12991 (gnus-group-kill-group): Decode group name.
12992
12993 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12994
12995 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12996
12997 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
12998
12999 * gnus-group.el (gnus-group-make-rss-group):
13000 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13001
13002 * gnus-start.el (gnus-setup-news): Honor user's setting to
13003 gnus-message-archive-method. Suggested by Lute Kamstra
13004 <lute@gnu.org>.
13005
13006 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
13007
13008 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13009 global counterparts of the buffer-local variables.
13010
13011 2004-11-16 Romain Francoise <romain@orebokech.com>
13012
13013 * gnus-sum.el (gnus-summary-exit): Don't clear the global
13014 counterparts of the buffer-local variables.
13015
13016 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13017
13018 * message.el (message-forbidden-properties): Fixed typo in doc
13019 string.
13020
13021 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13022
13023 * gnus-util.el (gnus-replace-in-string): Added doc string.
13024
13025 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13026 to avoid problems when splitting mails with many recipients.
13027
13028 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13031 pop-to-buffer, covered by the subsequent gnus-configure-windows.
13032
13033 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
13034
13035 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13036 if there is no hashtable in memory or file modification time is
13037 newer than cached timestamp.
13038
13039 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13040
13041 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13042 not-matching option.
13043
13044 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
13045
13046 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13047 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13048 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13049 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13050 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
13051 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13052
13053 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
13054
13055 * message.el (message-forward-make-body-mml): Remove headers
13056 according to message-forward-ignored-headers if a message is decoded.
13057
13058 2004-12-02 Romain Francoise <romain@orebokech.com>
13059
13060 * message.el (message-forward-make-body-plain): Always remove
13061 headers according to message-forward-ignored-headers.
13062
13063 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
13064
13065 * spam.el (spam-summary-prepare-exit): Remove the
13066 gnus-summary-limit pop for now, it has problems with ham marks for
13067 me.
13068
13069 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
13070
13071 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13072 correctly.
13073
13074 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
13075
13076 * format-spec.el (format-spec): Message the char.
13077
13078 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
13079
13080 * gnus-art.el (gnus-split-methods): Reformat comments.
13081
13082 * spam.el (spam-summary-prepare-exit): Remove article limits
13083 before exiting the summary buffer.
13084
13085 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13086
13087 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13088 order to silence the byte compiler.
13089
13090 * spam.el: Fix the way to silence the byte compiler, which
13091 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13092 bbdb-search-simple, spam-BBDB-register-routine,
13093 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13094 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13095 spam-stat-buffer-is-spam, spam-stat-load,
13096 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13097 spam-stat-save and spam-stat-split-fancy.
13098
13099 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13100
13101 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13102 which may confuse users.
13103 (canlock-password-for-verify): Ditto.
13104
13105 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13106
13107 * gnus-art.el (gnus-emphasis-alist): Ditto.
13108
13109 * gnus-registry.el (gnus-registry-max-entries): Ditto.
13110
13111 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13112
13113 * gnus-start.el (gnus-save-killed-list): Ditto.
13114
13115 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13116 (gnus-sum-thread-tree-root): Ditto.
13117 (gnus-sum-thread-tree-false-root): Ditto.
13118 (gnus-sum-thread-tree-single-indent): Ditto.
13119
13120 * message.el (message-courtesy-message): Ditto.
13121 (message-archive-note): Ditto.
13122 (message-subscribed-address-file): Ditto.
13123 (message-user-fqdn): Ditto.
13124
13125 * spam-report.el (spam-report-gmane-regex): Ditto.
13126
13127 * spam.el (spam-blackhole-good-server-regex): Ditto.
13128
13129 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13130
13131 * mml.el (mml-preview): Widen the message buffer before copying
13132 the contents to the preview buffer; sort headers before previewing.
13133
13134 * message.el (message-hidden-headers): Fix the way to avoid a bug
13135 in the `repeat' widget in Emacs 21.3 or earlier.
13136
13137 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13138
13139 * message.el (message-hidden-headers): Default to "^References:".
13140 Improve customization type. Suggested by Reiner Steib
13141 <Reiner.Steib@gmx.de>.
13142
13143 2004-11-25 Romain Francoise <romain@orebokech.com>
13144
13145 * message.el (message-strip-forbidden-properties): Remove check for
13146 obsolete `message-hidden' text property, hidden headers are not
13147 accessible in the buffer anymore.
13148
13149 2004-11-22 Romain Francoise <romain@orebokech.com>
13150
13151 * message.el (message-header-format-alist): Add `From' in list
13152 so that it can be sorted.
13153 (message-fix-before-sending): Widen and sort headers before
13154 sending.
13155 (message-hide-headers): Use narrowing to hide headers by moving
13156 them to the top of the buffer and narrowing to the region
13157 underneath.
13158
13159 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13160
13161 * message.el (message-strip-forbidden-properties): Bind
13162 buffer-read-only (etc) to nil.
13163
13164 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
13165
13166 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13167 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13168
13169 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
13170
13171 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13172
13173 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13174
13175 * dns.el (query-dns): Use sit-for to time instead of
13176 accept-process-output, since that doesn't seem to work on udp
13177 sockets.
13178
13179 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
13180
13181 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13182
13183 2004-11-15 Jesper Harder <harder@ifa.au.dk>
13184
13185 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13186 doc string. Improve doc string.
13187
13188 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13189
13190 * nntp.el (nntp-request-update-info): Return nil if
13191 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13192 may not call gnus-activate-group which uselessly issues the GROUP
13193 commands for all nntp groups and wastes time. Reported by Romain
13194 Francoise <romain@orebokech.com>.
13195
13196 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13197
13198 2004-11-15 Simon Josefsson <jas@extundo.com>
13199
13200 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13201 headers separately.
13202 (gnus-button-openpgp): New function, inspired by Jochen Küpper
13203 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13204
13205 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
13206
13207 * gnus-start.el (gnus-convert-old-newsrc):
13208 Assign legacy-gnus-agent to 5.10.7.
13209
13210 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13211
13212 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13213 start of the lines.
13214
13215 2004-11-14 Magnus Henoch <mange@freemail.hu>
13216
13217 * hashcash.el (hashcash-default-payment): Change default to 20.
13218 (hashcash-default-accept-payment): Change default to 20.
13219 (hashcash-process-alist): New variable.
13220 (hashcash-generate-payment-async): Add.
13221 (hashcash-already-paid-p): Add.
13222 (hashcash-insert-payment): Don't generate payments twice.
13223 (hashcash-insert-payment-async): Add.
13224 (hashcash-insert-payment-async-2): Add.
13225 (hashcash-cancel-async): Add.
13226 (hashcash-wait-async): Add.
13227 (hashcash-processes-running-p): Add.
13228 (hashcash-wait-or-cancel): Add.
13229 (mail-add-payment): New optional argument. Conditionally start
13230 asynchronous calculation.
13231 (mail-add-payment-async): Add.
13232
13233 * message.el (message-send-mail): Wait for asynchronous hashcash
13234 results. Don't clobber existing X-Hashcash headers.
13235 (message-setup-1): Call mail-add-payment-async when
13236 message-generate-hashcash is non-nil.
13237
13238 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13239
13240 * message.el (message-use-alternative-email-as-from): Examine the
13241 From header as well; use message-make-from in order to include a
13242 user's full name.
13243
13244 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
13245
13246 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13247 default; improve customization type.
13248 (gnus-emphasis-custom-with-format): New macro.
13249 (gnus-emphasis-custom-value-to-external): New function.
13250 (gnus-emphasis-custom-value-to-internal): New function.
13251
13252 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13253
13254 * dns.el (query-dns): Resolve reverse addresses.
13255
13256 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13257
13258 * gnus-group.el (gnus-group-get-new-news): Use it.
13259
13260 * gnus-start.el (gnus-check-reasonable-setup): New function.
13261
13262 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
13263
13264 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13265 "Args out of range" error. Reported by Arnaud Giersch
13266 <arnaud.giersch@free.fr>.
13267
13268 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
13269
13270 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13271
13272 2004-11-04 Richard M. Stallman <rms@gnu.org>
13273
13274 * spam.el (spam group): Add :version.
13275
13276 * pgg-def.el (pgg group): Add :version.
13277
13278 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13279
13280 * gnus-art.el (gnus-article-edit-article): Don't associate the
13281 article buffer with a draft file. This is a temporary measure
13282 against the 2004-08-22 change to gnus-article-edit-mode.
13283
13284 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13285
13286 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13287 (html2text-format-tags): Remove unused variable `attr'.
13288
13289 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13290
13291 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13292
13293 * spam-stat.el (spam-stat): Add :version.
13294
13295 * sieve.el (sieve): Add :version.
13296
13297 * sha1.el (sha1): Add :version.
13298 (sha1-use-external): Remove redundant version.
13299
13300 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13301 (nnmail-cache-ignore-groups, nnmail-spool-hook)
13302 (nnmail-split-fancy-match-partial-words)
13303 (nnmail-split-lowercase-expanded): Add :version.
13304
13305 * nndiary.el (nndiary): Add :version.
13306
13307 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13308
13309 * mml-sec.el (mml-default-sign-method)
13310 (mml-default-encrypt-method, mml-signencrypt-style-alist):
13311 Add :version.
13312
13313 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13314
13315 * mm-url.el (mm-url-use-external, mm-url-program)
13316 (mm-url-arguments): Add :version.
13317
13318 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13319 (mm-attachment-file-modes, mm-decrypt-option)
13320 (mm-w3m-safe-url-regexp): Add :version.
13321
13322 * message.el (message-cite-prefix-regexp)
13323 (message-sendmail-envelope-from, message-minibuffer-local-map)
13324 (message-user-fqdn, message-completion-alist): Add :version.
13325
13326 * gnus-win.el (gnus-configure-windows-hook)
13327 (gnus-use-frames-on-any-display): Add :version.
13328
13329 * gnus-art.el (gnus-article-address-banner-alist)
13330 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13331 (gnus-treat-from-picon, gnus-treat-mail-picon)
13332 (gnus-treat-x-pgp-sig): Add :version.
13333
13334 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13335 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13336 (gnus-summary-article-delete-hook)
13337 (gnus-summary-display-while-building): Add :version.
13338
13339 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13340 (gnus-get-top-new-news-hook): Add :version.
13341
13342 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13343 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13344
13345 * gnus-registry.el (gnus-registry): Add :version.
13346
13347 * gnus-spec.el (gnus-use-correct-string-widths)
13348 (gnus-make-format-preserve-properties): Add :version.
13349
13350 * gnus.el (gnus-group-charter-alist)
13351 (gnus-group-fetch-control-use-browse-url)
13352 (gnus-install-group-spam-parameters): Add :version.
13353
13354 * gnus-diary.el (gnus-diary): Add :version.
13355
13356 * gnus-delay.el (gnus-delay): Add :version.
13357
13358 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13359 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13360 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13361 Add :version.
13362
13363 * gnus-agent.el (gnus-agent-max-fetch-size)
13364 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13365 (gnus-agent-prompt-send-queue): Add :version.
13366
13367 * deuglify.el (gnus-outlook-deuglify): Add :version.
13368
13369 * html2text.el: Beautify code. Improve doc strings. Some
13370 checkdoc cleanup.
13371 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13372
13373 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
13374
13375 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13376
13377 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
13378
13379 * gnus-registry.el (gnus-registry-hashtb): Create the registry
13380 when package is loaded.
13381
13382 * spam.el (spam-summary-score-preferred-header): Add global preference
13383 for people who want to override the default SpamAssassin over
13384 Bogofilter preference (when both are set).
13385 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13386 (spam-user-format-function-S): Check
13387 spam-summary-score-preferred-header.
13388 (spam-extra-header-to-number): Add X-Bogosity header parsing.
13389 (spam-user-format-function-S): Format the score correctly.
13390
13391 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
13392
13393 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13394 signature file. Suggested by Manoj Srivastava
13395 <srivasta@golden-gryphon.com>.
13396
13397 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13398 iso-2022-jp even in the Japanese language environment.
13399 Suggested by Jason Rumney <jasonr@gnu.org>.
13400
13401 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
13402
13403 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13404 use the same characters as the dummy marks; make it free from
13405 getting affected by the language environment.
13406 (gnus-summary-read-group-1): Update mark positions only when the
13407 format spec is updated.
13408
13409 * gnus-spec.el (gnus-update-format-specifications): Return a list
13410 of updated types.
13411
13412 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
13413
13414 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13415 of boundp to check if display-warning is available.
13416
13417 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
13418
13419 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13420
13421 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13422
13423 * nnspool.el (nnspool-spool-directory): Use news-path if the
13424 news-directory variable is not bound.
13425
13426 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13427 function instead of display-warning if it is not available.
13428
13429 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13430
13431 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13432 v5-10: Use `point-at-bol'.
13433
13434 2004-10-26 Simon Josefsson <jas@extundo.com>
13435
13436 * hashcash.el: Fix URL in comment, reported by Cheng Gao
13437 <chenggao@gmail.com>.
13438
13439 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13440
13441 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
13442 instead.
13443
13444 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
13445
13446 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13447 to remove a server from the nnimap-server-buffer-alist.
13448 (nnimap-open-connection, nnimap-close-server): Use it.
13449
13450 * gnus-encrypt.el: Remove file in favor of encrypt.el.
13451
13452 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
13453
13454 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13455 running the major-mode function.
13456
13457 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13458
13459 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13460 dummy marks in the right way.
13461
13462 2004-10-18 David Edmondson <dme@dme.org>
13463
13464 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13465 excessively.
13466
13467 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
13468
13469 * gnus-util.el (gnus-split-references): Accept a nil references
13470 string and go on blissfully.
13471
13472 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13473 cases where the references string is non-nil but has no references.
13474
13475 * encrypt.el: Add autoload tags.
13476
13477 * spam.el (spam-resolve-registrations-routine): Remove article
13478 from unregistration list too. Reported by David Hanak
13479 <dhanak@isis.vanderbilt.edu>
13480
13481 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
13482
13483 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13484 nil. Changed custom type.
13485
13486 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
13487
13488 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13489
13490 * gnus-sum.el (gnus-summary-move-article): Use it.
13491
13492 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
13493
13494 * encrypt.el: Add autoload cookies.
13495
13496 * spam.el (spam-backend-article-list-property)
13497 (spam-backend-get-article-todo-list)
13498 (spam-backend-put-article-todo-list)
13499 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13500 Resolve registrations separately.
13501 (spam-register-routine): Format comments.
13502 (spam-unregister-routine, spam-register-routine): Always call with
13503 specific-articles, no default list.
13504 (spam-summary-prepare-exit): Use the spam-classifications function.
13505
13506 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13507 gnus-encrypt.el.
13508
13509 * encrypt.el: Copied from gnus-encrypt.el.
13510
13511 * gnus-encrypt.el: Commented that it's obsolete.
13512
13513 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13514
13515 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13516 (gnus-score-save): Use it.
13517
13518 * message.el (message-bury): Use `window-dedicated-p'.
13519
13520 2004-10-15 Simon Josefsson <jas@extundo.com>
13521
13522 * pop3.el (top-level): Don't require nnheader.
13523 (pop3-read-timeout): Add.
13524 (pop3-accept-process-output): Add.
13525 (pop3-read-response, pop3-retr): Use it.
13526
13527 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
13528
13529 * spam.el (spam-register-routine): Move comment.
13530 (spam-verify-bogofilter): Use 'unknown for the initial
13531 spam-bogofilter-valid state, not 'never.
13532
13533 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13534 for netrc-machine.
13535
13536 * nnimap.el (nnimap-open-connection): Use
13537 netrc-machine-user-or-password.
13538
13539 2004-10-17 Richard M. Stallman <rms@gnu.org>
13540
13541 * gnus-registry.el (gnus-registry-unload-hook):
13542 Set as a variable with add-hook.
13543
13544 * nnspool.el (nnspool-spool-directory): Use news-directory instead
13545 of news-path.
13546
13547 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13548
13549 * spam.el: Delete duplicate `provide'.
13550 (spam-unload-hook): Set as a variable with add-hook.
13551
13552 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
13553
13554 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13555 in the doc string.
13556
13557 * message.el (message-ignored-news-headers)
13558 (message-ignored-supersedes-headers)
13559 (message-ignored-resent-headers)
13560 (message-forward-ignored-headers): Improve custom type.
13561
13562 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
13563
13564 * message.el (message-tokenize-header): Fix 2004-09-06 change
13565 which used point-min in the wrong place.
13566
13567 2004-10-12 Simon Josefsson <jas@extundo.com>
13568
13569 * tls.el (tls-certtool-program): New variable.
13570 (tls-certificate-information): New function, based on
13571 ssl-certificate-information.
13572
13573 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13574
13575 * compface.el: Move the version of ELisp-based uncompface program
13576 to the contrib directory because of the copyright problem.
13577
13578 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13579
13580 * message.el (message-kill-buffer): Raise the current frame.
13581
13582 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
13583
13584 * gnus-sum.el: Mention that multibyte characters don't work as marks.
13585
13586 * gnus.el (message-y-or-n-p): Autoload.
13587
13588 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13589 (pop3-password-required, pop3-authentication-scheme)
13590 (pop3-leave-mail-on-server): Made customizable.
13591 (pop3): New custom group.
13592 (pop3-retr): Remove `sleep-for' statements.
13593 Suggested by Dave Love <fx@gnu.org>.
13594
13595 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13596 Windows/DOS.
13597
13598 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13599 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
13600 Dave Love <fx@gnu.org>.
13601
13602 * mml.el (mml-minibuffer-read-disposition): Require match.
13603 Suggested by Dave Love <fx@gnu.org>.
13604
13605 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13606
13607 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
13608 doc string.
13609
13610 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
13611
13612 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13613
13614 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13615
13616 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13617 instead of calling `mm-insert-inline', to decode text/* parts
13618 before displaying them.
13619
13620 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
13621
13622 * mm-uu.el (mm-uu-text-plain-type): New variable.
13623 (mm-uu-pgp-signed-extract-1): Use it.
13624 (mm-uu-pgp-encrypted-extract-1): Use it.
13625 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13626 bind mm-uu-text-plain-type with that value.
13627 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13628 mm-uu-dissect.
13629
13630 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
13631
13632 * gnus-group.el (gnus-update-group-mark-positions):
13633 * gnus-sum.el (gnus-update-summary-mark-positions):
13634 * message.el (message-check-news-body-syntax):
13635 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13636 of string-as-multibyte.
13637
13638 2004-10-05 Juri Linkov <juri@jurta.org>
13639
13640 * gnus-group.el (gnus-update-group-mark-positions):
13641 * gnus-sum.el (gnus-update-summary-mark-positions):
13642 * message.el (message-check-news-body-syntax):
13643 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13644 8-bit unibyte values to a multibyte string for search functions.
13645
13646 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
13647
13648 * mm-uu.el (mm-uu-dissect): Allow optional arg.
13649 (mm-uu-dissect-text-parts): New function.
13650
13651 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13652 dissect text parts.
13653
13654 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13655 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13656
13657 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13658
13659 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13660 gnus-current-topics instead of gnus-current-topic.
13661
13662 2004-10-06 Jesper Harder <harder@ifa.au.dk>
13663
13664 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13665
13666 2004-10-05 Jesper Harder <harder@ifa.au.dk>
13667
13668 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13669 where approriate.
13670
13671 * nnml.el (nnml-generate-active-info): do.
13672
13673 * nndiary.el (nndiary-generate-active-info): do.
13674
13675 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13676 (gnus-topic-move): do.
13677
13678 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13679 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13680
13681 * gnus-srvr.el (gnus-server-prepare)
13682 (gnus-server-open-all-servers): do.
13683
13684 * gnus-msg.el (gnus-summary-cancel-article)
13685 (gnus-summary-resend-message)
13686 (gnus-summary-mail-crosspost-complaint): do.
13687
13688 * gnus-move.el (gnus-change-server): do.
13689
13690 * gnus-group.el (gnus-group-unmark-all-groups)
13691 (gnus-group-set-current-level): do.
13692
13693 2004-10-04 Simon Josefsson <jas@extundo.com>
13694
13695 * message.el (message-generate-hashcash): Doc fix.
13696
13697 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
13698
13699 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13700 avoid infinite recursion via gnus-get-function.
13701
13702 2004-10-02 Jesper Harder <harder@ifa.au.dk>
13703
13704 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13705
13706 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13707
13708 * nnmail.el (nnmail-split-history): do.
13709
13710 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13711 (nnml-request-delete-group): do.
13712
13713 * nnslashdot.el (nnslashdot-read-groups): do.
13714
13715 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13716 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13717
13718 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13719 (nnspool-sift-nov-with-sed): Use last.
13720 (nnspool-retrieve-headers-with-nov): Use mapc.
13721 (nnspool-request-newgroups): Use dolist.
13722 (nnspool-request-group): Use last.
13723
13724 * nntp.el (nntp-read-server-type): Use dolist.
13725
13726 * nnvirtual.el (nnvirtual-create-mapping)
13727 (nnvirtual-update-read-and-marked): Use dolist.
13728 (nnvirtual-convert-headers): Simplify.
13729
13730 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
13731
13732 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13733 support for sync'ing tick marks.
13734
13735 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
13736
13737 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13738 there's no visible header.
13739
13740 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
13741
13742 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13743 necessary, pass full group name to gnus-request-set-marks.
13744
13745 2004-10-01 Simon Josefsson <jas@extundo.com>
13746
13747 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
13748 acroread.
13749
13750 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13751
13752 * spam-report.el (spam-report-gmane): Fix interactive.
13753
13754 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13755
13756 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13757 when writing file.
13758 (gnus-agent-synchronize-flags): Don't default to being
13759 interactive.
13760
13761 2004-09-30 Simon Josefsson <jas@extundo.com>
13762
13763 * message.el (message-generate-hashcash): Add.
13764 (message-send-mail): Use it, call mail-add-payment.
13765
13766 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
13767
13768 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13769
13770 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
13771
13772 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13773 gnus-requst-update-info with explicit code to sync the in-memory
13774 info read flags with the marks being sync'd to the backend.
13775
13776 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13777
13778 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13779
13780 * spam.el (spam-verify-bogofilter): Add new function.
13781 (spam-check-bogofilter)
13782 (spam-bogofilter-register-with-bogofilter): Use it.
13783 (spam-verify-bogofilter): Add small fixes.
13784
13785 2004-09-28 Simon Josefsson <jas@extundo.com>
13786
13787 * hashcash.el (hashcash-generate-payment): Revert.
13788
13789 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13790
13791 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13792 gnus-extract-references instead of gnus-split-references.
13793
13794 * gnus-util.el (gnus-extract-references): Add new function, analogous
13795 to gnus-split-references but extracts only the message-ID without
13796 anything extra.
13797
13798 * hashcash.el (hashcash-generate-payment)
13799 (hashcash-check-payment): Do the right thing if hashcash-path is
13800 nil (because the hashcash program could not be found).
13801
13802 * spam.el (spam-use-hashcash): Remove comment.
13803
13804 2004-09-27 Jesper Harder <harder@ifa.au.dk>
13805
13806 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13807 (gnus-cache-enter-article, gnus-cache-remove-article)
13808 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13809
13810 * gnus-async.el (gnus-async-prefetch-remove-group): do.
13811
13812 * gnus-art.el (article-hide-boring-headers)
13813 (article-translate-strings, article-display-face)
13814 (gnus-article-mime-match-handle-first)
13815 (gnus-article-highlight-headers)
13816 (gnus-article-add-buttons-to-head): do.
13817
13818 2004-09-27 Simon Josefsson <jas@extundo.com>
13819
13820 * hashcash.el: New version, from
13821 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
13822 ../contrib/.
13823
13824 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
13825
13826 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13827
13828 2004-09-26 Jesper Harder <harder@ifa.au.dk>
13829
13830 * gnus-dup.el (gnus-dup-open): Use mapc.
13831 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13832
13833 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13834 Reported by Stefan Wiens <s.wi@gmx.net>.
13835
13836 * gnus.el (gnus-shutdown): Use dolist.
13837
13838 * gnus-undo.el (gnus-undo): Use mapc.
13839
13840 * nnrss.el (nnrss-generate-active): do.
13841
13842 * message.el (message-cite-original-without-signature)
13843 (message-cite-original): Use mapc.
13844 (message-do-actions, message-make-forward-subject): Use dolist.
13845
13846 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
13847
13848 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13849 deletion to remove entire duplicate line. Fixes merged article
13850 number bug.
13851
13852 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
13853
13854 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13855 servers that are offline. Avoids having gnus-agent-toggle-plugged
13856 first ask if you want to open a server and then, even when you
13857 responded with no, asking if you want to synchronize the server's
13858 flags.
13859 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13860 multi-line expressions.
13861 (gnus-agent-synchronize-group-flags): New internal function.
13862 Updates marks in memory (in the info structure) AND in the
13863 backend.
13864
13865 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13866
13867 * nnagent.el (nnagent-request-set-mark): Use
13868 gnus-agent-synchronize-group-flags, not backend's request-set-mark
13869 method, to ensure that synchronization updates marks in the
13870 backend and in the info (in memory) structure.
13871
13872 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
13873
13874 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13875 convention fully; don't miss the root article of a thread; make
13876 the X-Draft-From header with correct article numbers.
13877
13878 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
13879
13880 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13881 unless plugged. Disable the agent so that an open failure causes
13882 an error.
13883
13884 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13885 Reverted 2004-09-21 change. The backend must be opened while
13886 synchronizing flags even when the backend stores the flags
13887 locally.
13888
13889 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
13890
13891 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13892 in `header' match. Reported by Svend Tollak Munkejord.
13893
13894 * message.el (message-cite-original): Fix use of
13895 `message-cite-articles-with-x-no-archive'.
13896
13897 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
13898
13899 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13900 (gnus-window-to-buffer): Ditto.
13901
13902 * mml.el (mml-preview-buffer): New variable.
13903 (mml-preview): Manage window layout with gnus-buffer-configuration.
13904
13905 * gnus-msg.el (gnus-setup-message): Put article numbers into the
13906 X-Draft-From header even if those articles aren't quoted.
13907
13908 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
13909
13910 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13911 (gnus-request-set-mark, gnus-request-update-mark): Use new
13912 g-s-t-u-l-m to decide to use backend even when unplugged.
13913
13914 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
13915
13916 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13917 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
13918
13919 2004-09-20 Simon Josefsson <jas@extundo.com>
13920
13921 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13922 "utf-16-le".
13923
13924 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13925
13926 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13927
13928 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13929
13930 * uudecode.el (uudecode-use-external): Add :version.
13931
13932 * smime.el (smime-CA-file, smime-encrypt-cipher)
13933 (smime-dns-server): Add :version.
13934
13935 * smiley.el (gnus-smiley-file-types): Add :version.
13936
13937 * sha1.el (sha1-use-external): Add :version.
13938
13939 * pgg-def.el (pgg-query-keyserver): Add :version.
13940
13941 * nnmail.el (nnmail-fancy-expiry-targets)
13942 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13943 Add :version.
13944
13945 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13946 (nnimap-retrieve-groups-asynchronous): Add :version.
13947 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
13948
13949 * mml.el (mml-content-disposition-parameters)
13950 (mml-insert-mime-headers-always): Add :version.
13951
13952 * mm-util.el (mm-coding-system-priorities): Add :version.
13953
13954 * mm-decode.el (mm-inline-text-html-with-images)
13955 (mm-keep-viewer-alive-types, mm-external-terminal-program)
13956 (mm-verify-option): Add :version.
13957 (mm-text-html-renderer): Change :version.
13958
13959 * message.el (message-fcc-externalize-attachments)
13960 (message-required-headers, message-draft-headers)
13961 (message-subject-trailing-was-query)
13962 (message-subject-trailing-was-ask-regexp)
13963 (message-subject-trailing-was-regexp, message-mark-insert-begin)
13964 (message-mark-insert-end, message-archive-header)
13965 (message-archive-note, message-cross-post-default)
13966 (message-cross-post-note, message-followup-to-note)
13967 (message-cross-post-note-function, message-use-mail-followup-to)
13968 (message-subscribed-address-functions)
13969 (message-subscribed-address-file, message-subscribed-addresses)
13970 (message-subscribed-regexps, message-allow-no-recipients)
13971 (message-yank-cited-prefix, message-signature-insert-empty-line)
13972 (message-hidden-headers, message-hierarchical-addresses)
13973 (message-mail-user-agent, message-use-idna)
13974 (message-valid-fqdn-regexp)
13975 (message-strip-special-text-properties, message-header-synonyms)
13976 (message-beginning-of-line, message-tab-body-function): Add :version.
13977 (message-insert-canlock, message-wide-reply-confirm-recipients):
13978 Change :version.
13979
13980 * mail-source.el (mail-source-ignore-errors): Add :group, :type
13981 and :version.
13982 (mail-source-delete-old-incoming-confirm)
13983 (mail-source-movemail-program): Add :version.
13984
13985 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13986 (gnus-agent-cache, gnus-agent): Change :version.
13987
13988 * gnus-util.el (gnus-use-byte-compile): Change :version.
13989
13990 * gnus-sum.el (gnus-summary-make-false-root-always)
13991 (gnus-summary-default-high-score)
13992 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13993 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13994 (gnus-read-all-available-headers, gnus-article-emulate-mime)
13995 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13996 (gnus-sum-thread-tree-single-indent)
13997 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13998 (gnus-sum-thread-tree-leaf-with-other)
13999 (gnus-sum-thread-tree-single-leaf): Add :version.
14000 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14001 (gnus-article-loose-mime): Change :version.
14002
14003 * gnus-start.el (gnus-backup-startup-file)
14004 (gnus-save-startup-file-via-temp-buffer): Add :version.
14005
14006 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14007 (gnus-server-offline-face): Add :version.
14008
14009 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14010
14011 * gnus-msg.el (gnus-gcc-externalize-attachments)
14012 (gnus-debug-files, gnus-debug-exclude-variables)
14013 (gnus-discouraged-post-methods): Change :version.
14014 (gnus-confirm-mail-reply-to-news)
14015 (gnus-confirm-treat-mail-like-news): Add :version.
14016
14017 * gnus-int.el (gnus-server-unopen-status): Add :version.
14018
14019 * gnus-group.el (gnus-group-jump-to-group-prompt)
14020 (gnus-large-ephemeral-newsgroup)
14021 (gnus-fetch-old-ephemeral-headers): Add :version.
14022
14023 * gnus-fun.el (gnus-x-face-directory)
14024 (gnus-convert-pbm-to-x-face-command)
14025 (gnus-convert-image-to-x-face-command)
14026 (gnus-convert-image-to-face-command): Add :version.
14027
14028 * gnus-delay.el (gnus-delay-default-hour): Add :version.
14029
14030 * gnus-cite.el (gnus-cite-blank-line-after-header)
14031 (gnus-article-boring-faces): Add :version.
14032
14033 * gnus-art.el (gnus-buttonized-mime-types)
14034 (gnus-inhibit-mime-unbuttonizing)
14035 (gnus-treat-display-face)
14036 (gnus-treat-body-boundary): Change :version.
14037 (gnus-body-boundary-delimiter, gnus-picon-databases)
14038 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14039 (gnus-treat-date-english, gnus-treat-fold-headers)
14040 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14041 (gnus-treat-mail-picon, gnus-treat-wash-html)
14042 (gnus-article-encrypt-protocol)
14043 (gnus-use-idna, gnus-article-over-scroll)
14044 (gnus-mime-display-multipart-alternative-as-mixed)
14045 (gnus-mime-display-multipart-related-as-mixed)
14046 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14047 (gnus-ctan-url, gnus-button-ctan-handler)
14048 (gnus-button-handle-ctan-bogus-regexp)
14049 (gnus-button-ctan-directory-regexp)
14050 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14051 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14052 (gnus-button-man-level, gnus-button-emacs-level)
14053 (gnus-button-message-level, gnus-button-browse-level): Add :version.
14054
14055 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14056 (gnus-agent-go-online): Change :version.
14057 (gnus-agent-expire-unagentized-dirs)
14058 (gnus-agent-auto-agentize-methods): Add :version.
14059
14060 * flow-fill.el (fill-flowed-display-column)
14061 (fill-flowed-encode-column): Add :version.
14062
14063 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14064 (gnus-outlook-deuglify-unwrap-max)
14065 (gnus-outlook-deuglify-cite-marks)
14066 (gnus-outlook-deuglify-unwrap-stop-chars)
14067 (gnus-outlook-deuglify-no-wrap-chars)
14068 (gnus-outlook-deuglify-attrib-cut-regexp)
14069 (gnus-outlook-deuglify-attrib-verb-regexp)
14070 (gnus-outlook-deuglify-attrib-end-regexp)
14071 (gnus-outlook-display-hook): Add :version.
14072
14073 * binhex.el (binhex-use-external): Add :version.
14074
14075 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
14076
14077 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14078 and `invisible'.
14079
14080 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14081
14082 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14083 in gnus-registry-trim.
14084
14085 2004-09-13 Simon Josefsson <jas@extundo.com>
14086
14087 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14088
14089 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14090
14091 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14092 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14093 <yamaoka@jpl.org>.
14094 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14095 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14096 <yamaoka@jpl.org>.
14097
14098 * sieve.el (sieve-manage-mode): Ditto.
14099
14100 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
14101
14102 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14103
14104 2004-09-11 Simon Josefsson <jas@extundo.com>
14105
14106 * dns-mode.el: Add.
14107
14108 * mm-view.el (mm-display-dns-inline): Add.
14109
14110 * mm-decode.el (mm-inline-media-tests): Add text/dns.
14111 (mm-automatic-display): Ditto.
14112
14113 * mailcap.el (mailcap-mime-data): Add text/dns.
14114 (mailcap-mime-extensions): Map .soa to text/dns.
14115
14116 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
14117
14118 * gnus-art.el (article-decode-mime-words, article-babel)
14119 (gnus-article-highlight-signature, gnus-article-add-buttons)
14120 (gnus-signature-toggle): Remove unnecessary bindings of
14121 `inhibit-read-only' inherited from v5.10 merge.
14122
14123 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14124
14125 * nntp.el (nntp): New customization group.
14126 (nntp-authinfo-file): Add customization group.
14127
14128 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14129
14130 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14131
14132 * gnus.el (to-address, to-list, subscribed)
14133 (large-newsgroup-initial): Ditto.
14134
14135 * flow-fill.el (fill-flowed-display-column)
14136 (fill-flowed-encode-column): Ditto.
14137
14138 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14139
14140 * message.el (message-tokenize-header, message-send-mail-with-qmail):
14141 Use point-min rather than 1.
14142 (message-send-mail): Use buffer-size rather than point-max.
14143
14144 * gnus-sum.el (gnus-summary-search-article-forward):
14145 Signal a specific `search-failed' rather than a generic `error'.
14146
14147 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14148 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14149 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14150
14151 2004-09-10 Simon Josefsson <jas@extundo.com>
14152
14153 * nndb.el (require): Remove tcp and duplicate cl.
14154
14155 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
14156
14157 * gnus-agent.el (directory-files-and-attributes): Move forward.
14158
14159 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14160
14161 * gnus-agent.el (directory-files-and-attributes): Optionally
14162 defined to support XEmacs.
14163
14164 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14165
14166 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14167 to avoid run-time CL dependencies.
14168 (gnus-agent-unfetch-articles): New function.
14169 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14170 article numbers even when local .overview file is missing.
14171 (gnus-agent-read-article-number): New function. Only accepts
14172 27-bit article numbers.
14173 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14174 gnus-agent-read-article-number.
14175 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14176 from backend while recognizing that article numbers in .overview
14177 must be valid.
14178 (gnus-agent-update-files-total-fetched-for): Use
14179 directory-files-and-attributes to improve performance.
14180 * gnus-int.el (gnus-request-move-article): Use
14181 gnus-agent-unfetch-articles in place of gnus-agent-expire to
14182 improve performance.
14183
14184 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14185 some users confused by references to .newsrc when they only have a
14186 .newsrc.eld file.
14187 (gnus-convert-mark-converter-prompt)
14188 (gnus-convert-converter-needs-prompt): Fixed use of property list.
14189 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14190 New function. Used internally to only display 'gnus converting
14191 files' message when actually necessary.
14192
14193 * gnus-sum.el (): Removed (require 'gnus-agent) as required
14194 methods now autoloaded.
14195
14196 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
14197
14198 * gnus-sum.el (gnus-summary-insert-subject): Remove list
14199 identifiers.
14200
14201 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
14202
14203 * gnus-picon.el: Fix indentation and closing parenthesis.
14204
14205 2004-09-01 Simon Josefsson <jas@extundo.com>
14206
14207 * message.el (message-canlock-generate): Require sha1, not
14208 sha1-el. (Can we get rid of this require altogether? It is ugly
14209 to require within a function. Sadly, if sha1.el isn't loaded, the
14210 let binding in m-c-g will hide the defcustom definition, which is
14211 bad.)
14212
14213 * canlock.el: Require sha1, not sha1-el.
14214
14215 * message.el: Don't autoload sha1 (there is a autoload cookie in
14216 sha1.el).
14217
14218 * sha1-el.el: Renamed to sha1.el.
14219
14220 2004-08-30 Juanma Barranquero <lektu@terra.es>
14221
14222 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14223
14224 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14225
14226 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14227
14228 2004-08-30 Kim F. Storm <storm@cua.dk>
14229
14230 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14231
14232 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14233 Add :group 'nnimap.
14234
14235 2004-08-30 Andreas Schwab <schwab@suse.de>
14236
14237 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14238 ?* and ?\;.
14239
14240 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14241 and ?\' to symbol instead of whitespace.
14242
14243 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14244
14245 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14246
14247 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14248 instead of re-search-forward.
14249
14250 * gnus-uu.el (gnus-uu-save-article): Ditto.
14251 (gnus-uu-post-encode-uuencode): Ditto.
14252
14253 * html2text.el (html2text-clean-list-items): Ditto.
14254 (html2text-clean-dtdd): Ditto.
14255 (html2text-format-tags): Ditto.
14256
14257 * message.el (message-send-mail-with-sendmail): Fix regexp.
14258 (message-fill-field-general): Use search-forward instead of
14259 re-search-forward.
14260 (unbold-region): Ditto.
14261
14262 * nnrss.el (nnrss-request-article): Ditto.
14263
14264 * nnslashdot.el (nnslashdot-request-article): Ditto.
14265
14266 * nnweb.el (nnweb-gmane-wash-article): Ditto.
14267
14268 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14269 "Unrecognized menu descriptor" error in XEmacs.
14270
14271 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
14272
14273 * gnus-sum.el (gnus-read-header): Don't remove a header for the
14274 parent article of a sparse article in the thread hashtb.
14275
14276 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
14277
14278 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14279 (nnmail-expand-newtext): Lowercase expanded entries if
14280 nnmail-split-lowercase-expanded is non-nil.
14281
14282 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
14283
14284 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14285
14286 * gnus-group.el (gnus-group-line-format-alist): Convert the value
14287 of gnus-tmp-news-method into string under XEmacs. It will be
14288 passed to gnus-correct-length which takes only a string argument.
14289
14290 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14291
14292 * gnus-util.el (gnus-bind-print-variables): New macro.
14293 (gnus-prin1): Use it.
14294 (gnus-prin1-to-string): Use it.
14295 (gnus-pp): New function.
14296 (gnus-pp-to-string): New function.
14297
14298 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14299 Replace pp-to-string with gnus-pp-to-string.
14300 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14301 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14302 * gnus-msg.el (gnus-debug): Ditto.
14303 * gnus-score.el (gnus-score-save): Ditto.
14304 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14305 gnus-pp-to-string.
14306 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14307 with gnus-pp.
14308 * score-mode.el (gnus-score-pretty-print): Ditto.
14309 * webmail.el (webmail-debug): Ditto.
14310
14311 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14312
14313 * gnus-art.el (article-display-face, article-display-x-face):
14314 Use buffer-read-only.
14315
14316 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
14317
14318 * gnus-art.el (article-hide-list-identifiers):
14319 Bind inhibit-read-only as t.
14320
14321 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
14322
14323 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14324
14325 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14326
14327 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14328 (gnus-narrow-to-page): Don't assume point-min == 1.
14329 (gnus-article-edit-mode): Derive from message-mode.
14330
14331 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14332 point-min == 1.
14333
14334 * imap.el (imap-parse-address-list, imap-parse-body-ext):
14335 Disable incorrect use of `assert'.
14336
14337 * message.el (message-mode): Set comment-start-skip.
14338
14339 2004-08-22 Sam Steingold <sds@gnu.org>
14340
14341 * pop3.el (pop3-leave-mail-on-server): New user variable.
14342 (pop3-movemail): Delete mail only when it is nil.
14343
14344 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
14345
14346 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14347
14348 * mml.el (mml-preview): Use `pop-to-buffer'.
14349
14350 * message.el (message-goto-mail-followup-to): Insert after "To".
14351 (message-carefully-insert-headers): Add comment.
14352
14353 * gnus.el: Remove unused variable `gnus-article-check-size'.
14354
14355 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14356
14357 * gnus-art.el (gnus-button-alist): Improve
14358 `gnus-button-handle-library' entry.
14359
14360 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
14361
14362 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14363 downcase, since XEmacs capitalizes error messages differently.
14364
14365 2004-08-18 Jesper Harder <harder@ifa.au.dk>
14366
14367 * nntp.el: Add (require 'gnus) due to reference to
14368 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
14369
14370 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
14371
14372 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14373 `mm-fill-flowed'.
14374
14375 * mm-decode.el (mm-dissect-singlepart): Check it.
14376
14377 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
14378
14379 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14380 'imap' for netrc parsing.
14381
14382 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14383
14384 * mailcap.el (mailcap-mime-data): Mark as risky.
14385
14386 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
14387
14388 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14389 may be included in the encoded word.
14390 (rfc2047-encode): Don't append a space if the encoded word
14391 includes close parenthesis.
14392
14393 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
14394
14395 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14396 of text within parentheses.
14397
14398 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
14399
14400 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14401 (gnus-encrypt-write-file-contents): Make the password key the file
14402 name PLUS the cipher, not just the cipher. Also remove failed
14403 passwords from the cache.
14404
14405 2004-08-06 Simon Josefsson <jas@extundo.com>
14406
14407 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
14408 fix.
14409
14410 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14411
14412 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14413 LWSP.
14414
14415 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
14416
14417 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14418 to append in-reply-to: data to the references: header.
14419
14420 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14421 (netrc-parse): Use gnus-encrypt.el functions.
14422
14423 * gnus-encrypt.el: Add new file for encryption support; currently
14424 does only a few GPG ciphers and an internal XOR cipher.
14425
14426 * password.el: Add comments on using password-read-and-add.
14427 (password-read-and-add): Add function to read and add the
14428 password to the cache at once.
14429
14430 2004-07-28 Simon Josefsson <jas@extundo.com>
14431
14432 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14433 parameter (but don't use it, for now).
14434
14435 * imap.el (imap-ssl-open): Use imap-process-connection-type,
14436 instead of hard coding to nil.
14437
14438 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14439
14440 * mm-view.el (mm-inline-image-emacs): Open lines under an image
14441 as mm-inline-image-xemacs does.
14442
14443 2004-07-26 Simon Josefsson <jas@extundo.com>
14444
14445 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14446 Revert part of 2004-07-17 change below.
14447
14448 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14449
14450 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
14451 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14452
14453 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14454
14455 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14456 quotes that actually start with ">" at the beginning of the
14457 lines.
14458
14459 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14460
14461 * rfc2047.el (rfc2047-encode-region): Fix last change.
14462 (rfc2047-encode-parameter): Remove useless concat.
14463
14464 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
14465
14466 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14467 encode special characters; fix some kind of misconfigured headers;
14468 signal a real error if debug-on-quit or debug-on-error is non-nil.
14469 (rfc2047-encode-max-chars): New variable.
14470 (rfc2047-encode-1): Use it.
14471 (rfc2047-encode-parameter): New function.
14472
14473 * mml.el (mml-insert-parameter): Remove an excessive space.
14474
14475 2004-07-17 Simon Josefsson <jas@extundo.com>
14476
14477 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14478 Kai Grossjohann <kai@emptydomain.de>.
14479 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14480 (gnus-group-make-menu-bar): Ditto.
14481
14482 * gnus-util.el (gnus-group-server): Add.
14483
14484 2004-07-16 Jesper Harder <harder@ifa.au.dk>
14485
14486 * message.el (message-clone-locals): Clone sendmail and smtp
14487 variables.
14488
14489 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14490
14491 * rfc2047.el (rfc2047-encode-region): Fix last change.
14492
14493 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
14494
14495 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14496 characters as non-special.
14497
14498 2004-07-09 Simon Josefsson <jas@extundo.com>
14499
14500 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14501 Users will lose all flag changes made while unplugged with
14502 e.g. nntp unless flag synchronization happens, thus `nil' is not a
14503 good default. See numerous reports on ding mailing list.
14504
14505 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
14506
14507 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14508 add generate-head-function and generate-article-function to the
14509 rfc822-forward entry.
14510 (nndoc-rfc822-forward-generate-article): New function.
14511 (nndoc-rfc822-forward-generate-head): New function.
14512
14513 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14514
14515 2004-07-06 Dan Christensen <jdc@uwo.ca>
14516
14517 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14518 respect display group parameter and gnus-summary-expunge-below.
14519 (gnus-articles-to-read): Remove unused reference to display group
14520 parameter.
14521
14522 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14523
14524 * nnheader.el (nnheader-uniquify-message-id): New experimental
14525 variable.
14526 (nnheader-nov-read-message-id): Use it.
14527
14528 * spam-report.el (spam-report-gmane): Add interactive.
14529
14530 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14531
14532 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14533 qp-or-base64 for the application/* types.
14534
14535 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
14536
14537 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14538
14539 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
14540
14541 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14542 trim value.
14543
14544 2004-01-25 Paul Jarc <prj@po.cwru.edu>
14545
14546 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14547 New macro and function.
14548 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14549
14550 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14551
14552 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14553 after-load-alist.
14554
14555 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14556
14557 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14558 update info that isn't there.
14559
14560 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
14561
14562 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14563 entry.
14564
14565 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14566
14567 * mm-view.el (mm-inline-render-with-function): Use multibyte
14568 buffer; decode html source by charset.
14569
14570 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14571
14572 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14573 Mule-UCS is loaded under XEmacs.
14574 (mm-mime-mule-charset-alist): Avoid duplicated entries.
14575
14576 2004-06-28 Jesper Harder <harder@ifa.au.dk>
14577
14578 * nnheader.el (nnheader-max-head-length): Increase to 8192.
14579
14580 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
14581
14582 * mm-util.el (mm-coding-system-p): Return a coding-system.
14583 (mm-mime-mule-charset-alist): Use shift_jis instead of
14584 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14585 entries for the mime charsets iso-2022-jp-3 and shift_jis.
14586 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14587 instead of japanese-shift-jis and iso-latin-1 respectively in
14588 order to share the default value with both Emacs and XEmacs-mule.
14589 (mm-mule-charset-to-mime-charset): Make
14590 mm-coding-system-priorities effective.
14591 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14592 while predicating of candidates upon the priorities.
14593
14594 2004-06-27 Jesper Harder <harder@ifa.au.dk>
14595
14596 * gnus-sum.el (gnus-summary-make-menu-bar): Add
14597 gnus-uu-invert-processable.
14598
14599 * gnus.el: Autoload gnus-uu-invert-processable.
14600
14601 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
14602
14603 * mm-util.el (mm-with-multibyte-buffer): New macro.
14604
14605 * rfc2047.el (rfc2047-encode-string): Use it.
14606 (rfc2047-encode-region): Move point to the end of the region after
14607 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14608
14609 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14610
14611 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14612 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14613
14614 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
14615
14616 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14617 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
14618 Karl Chen <quarl@nospam.quarl.org>.
14619
14620 2004-06-23 Jesper Harder <harder@ifa.au.dk>
14621
14622 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14623 invalid addresses.
14624
14625 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
14626
14627 * spam.el: Change section markers, revise TODO list.
14628 (spam-backends): Make new master list of all installed backends.
14629 (spam-summary-exit-behavior): Add new variable to determine how
14630 messages moves are done at summary exit.
14631 (spam-move-spam-nonspam-groups-only)
14632 (spam-process-ham-in-nonham-groups)
14633 (spam-process-ham-in-spam-groups): Remove variables, the
14634 spam-summary-exit-behavior variable should be used to manage this
14635 behavior.
14636 (spam-old-ham-articles, spam-old-spam-articles): Remove.
14637 (spam-old-articles): Add variable, replacing spam-old-ham-articles
14638 and spam-old-spam-articles.
14639 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14640 Add empty variables, placeholders for the backends they represent.
14641 (spam-set-difference): Move, unchanged.
14642 (spam-list-of-processors): Declare OBSOLETE, not used anymore
14643 unless the user has a processor variable.
14644 (spam-classifications, spam-classification-valid-p)
14645 (spam-backend-properties, spam-backend-property-valid-p)
14646 (spam-backend-function-type-valid-p)
14647 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14648 (spam-report-articles-gmane, spam-report-articles-resend):
14649 Remove functions, they are not needed.
14650 (spam-install-backend-super, spam-backend-list)
14651 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14652 (spam-backend-function, spam-backend-ham-registration-function)
14653 (spam-backend-spam-registration-function)
14654 (spam-backend-ham-unregistration-function)
14655 (spam-backend-spam-unregistration-function)
14656 (spam-backend-statistical-p, spam-backend-mover-p)
14657 (spam-install-backend-alias, spam-install-checkonly-backend)
14658 (spam-install-mover-backend, spam-install-nocheck-backend)
14659 (spam-install-backend, spam-install-statistical-backend)
14660 (spam-install-statistical-checkonly-backend): Add backend installation
14661 support.
14662 (spam-summary-prepare-exit): Rewrite to use the new backend code.
14663 (spam-group-processor-p): Use the new backend code and respect the
14664 summary exit behavior.
14665 (spam-mark-spam-as-expired-and-move-routine): Remove.
14666 (spam-summary-prepare): Change to use the new spam-old-articles
14667 variable.
14668 (spam-copy-or-move-routine, spam-copy-spam-routine)
14669 (spam-move-spam-routine, spam-copy-ham-routine)
14670 (spam-move-ham-routine): Add code to copy/move ham or spam.
14671 (spam-fetch-field-fast): Improve doc and code, plus allow the
14672 'number request.
14673 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14674 variables.
14675 (spam-split, spam-find-spam): Use the new backend code.
14676 (spam-registration-functions): Remove variable.
14677 (spam-unregister-routine): Add convenience wrapper.
14678 (spam-log-undo-registration, spam-register-routine)
14679 (spam-log-processing-to-registry)
14680 (spam-log-unregistration-needed-p): Rename "check" to "backend"
14681 where possible.
14682 (spam-check-gmane-xref, spam-check-regex-headers)
14683 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14684 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14685 (spam-check-bogofilter-headers, spam-check-spamoracle)
14686 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14687 (spam-check-crm114-headers): Use the spam-split-group that
14688 spam-split prepares, no need to determine it every time.
14689
14690 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14691 to the nnheader-parse-naked-head call.
14692
14693 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14694
14695 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14696 the nnheader-nov-read-message-id call.
14697
14698 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
14699
14700 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14701 gnus-activate-group twice. Suggested by Markus Peter
14702 <warp@spin.de>.
14703
14704 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
14705
14706 * gnus-art.el (gnus-article-time-format): Exchange the order of
14707 day and month in the default value; fix customization type.
14708 (article-date-ut): Use add-text-properties.
14709 (article-make-date-line): Use message-make-date instead of
14710 current-time-string.
14711
14712 * message.el (message-fetch-field): Don't use set-text-properties.
14713 (message-make-date): Simplify.
14714
14715 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
14716
14717 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14718 (rfc2047-encode-region): Treat text within parentheses as special;
14719 show the original text when error has occurred.
14720
14721 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14722 already-computed method to gnus-activate-group.
14723
14724 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14725 same select-methods identical Lisp objects.
14726
14727 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14728 object when modifying the info.
14729
14730 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14731
14732 * gnus-srvr.el (gnus-server-set-info): Remove the server from
14733 gnus-opened-servers since it has never been opened with the new
14734 configuration yet.
14735
14736 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
14737
14738 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14739 arg to nnheader-generate-fake-message-id.
14740
14741 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
14742
14743 * nnheader.el (nnheader-generate-fake-message-id): Accept a
14744 number and build a fake message ID localized to a group and
14745 article number (so it's repeatable from that point on).
14746 (nnheader-fake-message-id-p): Change regex to accommodate new fake
14747 ID format.
14748
14749 * gnus-sum.el (gnus-get-newsgroup-headers): Call
14750 nnheader-generate-fake-message-id with the article number.
14751
14752 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
14753
14754 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14755 end-of-buffer.
14756
14757 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14758
14759 * message.el (message-ignored-supersedes-headers): Add Approved.
14760
14761 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
14762
14763 * rfc2047.el (rfc2047-encode-message-header): Remove useless
14764 goto-char.
14765 (rfc2047-encode): Fold the line before encoding.
14766
14767 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14768
14769 * rfc2047.el (rfc2047-encode-message-header): Disabled header
14770 folding -- not all headers can be folded, and this should be done
14771 by the message composition mode. Probably. I think.
14772
14773 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
14774
14775 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14776 fast.
14777
14778 * gnus-ems.el (gnus-remove-image): Don't use
14779 message-text-with-property; remove only the image found first.
14780
14781 2004-06-09 Jesper Harder <harder@ifa.au.dk>
14782
14783 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14784
14785 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
14786
14787 * message.el (message-text-with-property): Make it fast and accept
14788 optional arguments.
14789 (message-strip-forbidden-properties): Use it.
14790 (message-fix-before-sending): Follow the m-t-w-p change.
14791
14792 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14793
14794 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14795
14796 * gnus-art.el (article-hide-headers): Don't change the buffer
14797 mistakenly when performing mml-preview even if
14798 gnus-single-article-buffer is nil.
14799
14800 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
14801
14802 * message.el (message-expand-name-databases): New user option.
14803 (message-expand-name): Use it.
14804
14805 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
14806
14807 * spam.el (spam-report-articles-resend)
14808 (spam-report-resend-register-routine): Allow ham reporting.
14809 (spam-report-resend-register-ham-routine): Add wrapper.
14810 (spam-registration-functions): Add ham resending functions.
14811 (spam-list-of-processors): Add ham resend processor.
14812
14813 * gnus.el (ham-resend-to): Add new group parameter.
14814 (spam-process): Add ham resend option.
14815
14816 * spam-report.el (spam-report-resend): Allow reporting ham.
14817 (spam-report-resend-ham): Add wrapper.
14818
14819 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14820
14821 * message.el (message-cite-articles-with-x-no-archive): New
14822 variable.
14823 (message-cite-original): Use it.
14824
14825 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14826
14827 * message.el (message-cite-original): Respect X-No-Archive.
14828
14829 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14830
14831 * gnus-art.el (article-hide-headers): Refer to the values for
14832 gnus-ignored-headers and gnus-visible-headers in the summary
14833 buffer since a user may have set them as group parameters.
14834
14835 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
14836
14837 * assistant.el (assistant-node-name): Add convenience function.
14838 (assistant-render-text, assistant-render-node): Add error handling,
14839 plus handle multiple next nodes.
14840 (assistant-find-next-node): Comment out for now.
14841 (assistant-find-next-nodes): Add function, returns list of next
14842 nodes.
14843
14844 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
14845
14846 * mail-source.el (mail-source-directory): Fix doc-string.
14847
14848 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
14849
14850 * assistant.el (assistant-render-text, assistant-eval): Add :set
14851 widget type, which is different because it takes and returns a
14852 list. Much hilarity ensues.
14853
14854 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
14855
14856 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14857
14858 * gnus-group.el (gnus-group-get-new-news-this-group): Added
14859 doc-string.
14860
14861 * gnus-start.el (gnus-activate-group): Added doc-string.
14862
14863 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14864
14865 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14866
14867 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
14868
14869 * assistant.el (assistant-render-text): Try to add a :set
14870 widget, more to come.
14871
14872 * spam.el (spam-group-spam-contents-p): Handle empty groupname
14873 strings.
14874 (spam-report-articles-resend)
14875 (spam-register-routine): Do registration iff any articles warrant
14876 it.
14877 (spam-summary-prepare-exit): Change log message for nil group
14878 destinations.
14879
14880 2004-05-27 Daniel Pittman <daniel@rimspace.net>
14881
14882 * spam.el (spam-report-resend-register-routine): Allow
14883 spam-report-resend-to to be a group parameter or a global value.
14884
14885 2004-05-26 Simon Josefsson <jas@extundo.com>
14886
14887 * starttls.el: Merge with my GNUTLS based starttls.el.
14888 (starttls-gnutls-program, starttls-use-gnutls)
14889 (starttls-extra-arguments, starttls-process-connection-type)
14890 (starttls-connect, starttls-failure, starttls-success): New
14891 variables.
14892 (starttls-program, starttls-extra-args): Doc fix.
14893 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14894 functions.
14895 (starttls-negotiate, starttls-open-stream): Check
14896 `starttls-use-gnutls' and pass on to corresponding *-gnutls
14897 function if it is set.
14898
14899 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
14900
14901 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14902 structured fields.
14903
14904 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
14905
14906 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14907
14908 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
14909
14910 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14911 variable.
14912 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
14913 assigning the spam-mark to new messages.
14914
14915 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
14916
14917 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14918
14919 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
14920
14921 * rfc2047.el (rfc2047-encodable-p): Don't move point.
14922 (rfc2047-decode): Treat the ascii coding-system as raw-text by
14923 default.
14924
14925 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
14926
14927 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14928 correct data.
14929
14930 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
14931
14932 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14933 (spam-group-processor-p): Fix function.
14934 (spam-group-processor-multiple-p)
14935 (spam-group-spam-processor-report-gmane-p)
14936 (spam-group-spam-processor-report-resend-p)
14937 (spam-group-spam-processor-bogofilter-p)
14938 (spam-group-spam-processor-blacklist-p)
14939 (spam-group-spam-processor-ifile-p)
14940 (spam-group-ham-processor-ifile-p)
14941 (spam-group-spam-processor-spamoracle-p)
14942 (spam-group-spam-processor-crm114-p)
14943 (spam-group-ham-processor-bogofilter-p)
14944 (spam-group-spam-processor-stat-p)
14945 (spam-group-ham-processor-stat-p)
14946 (spam-group-ham-processor-whitelist-p)
14947 (spam-group-ham-processor-BBDB-p)
14948 (spam-group-ham-processor-spamoracle-p)
14949 (spam-group-ham-processor-copy-p): Remove functions with some
14950 prejudice against unneeded code.
14951 (spam-report-articles-resend)
14952 (spam-report-resend-register-routine): Allow the group/topic
14953 spam-resend-to value to override spam-report-resend-to.
14954 (spam-summary-prepare-exit): Invoke spam-group-processor-p
14955 properly now.
14956
14957 * gnus.el (spam-resend-to): Add group/topic parameter.
14958 (spam-process): Move the OBSOLETE processors to the end of the
14959 choices.
14960
14961 2004-05-24 Daniel Pittman <daniel@rimspace.net>
14962
14963 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14964 with resend-to set to nil, and then ask the user if necessary.
14965 (spam-report-resend): spam-report-resend takes a list of articles, not
14966 separate article numbers.
14967
14968 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14969
14970 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14971 addition to emacs-w3m.
14972
14973 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14974
14975 * assistant.el (assistant-authinfo-data): New function.
14976 (assistant-eval): Eval for entire assistant.
14977
14978 * netrc.el (netrc-services-file): New variable.
14979 (netrc-parse-services): New function.
14980 (netrc-find-service-name): New function.
14981 (netrc-find-service-number): New function.
14982 (netrc-port-equal): New function.
14983 (netrc-machine): Use it.
14984
14985 * nnimap.el (nnimap-open-connection): Use netrc.
14986
14987 * gnus-util.el (gnus-netrc-get): Remove aliases.
14988
14989 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14990
14991 * assistant.el (wid-edit): Fix compilation.
14992
14993 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14994
14995 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
14996
14997 * gnus-util.el (gnus-set-file-modes): New function. (small
14998 patch).
14999
15000 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15001
15002 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15003
15004 * assistant.el (assistant-render-node): Fix up rendering and
15005 read-only text.
15006 (assistant-render-node): Reset.
15007 (assistant-make-read-only): Not sticky.
15008
15009 2004-05-20 Danny Siu <dsiu@adobe.com>
15010
15011 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15012 centered even when gnus-auto-center-summary is t
15013
15014 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15015
15016 * dns.el (dns-get-txt-answer): New function.
15017 (dns-read-txt): Ditto.
15018 (query-dns): Use it.
15019
15020 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
15021
15022 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15023 active for foreign groups even if the group level is higher than
15024 the specified value.
15025
15026 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15027
15028 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15029 non-active groups.
15030
15031 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15032
15033 2004-05-20 Magnus Henoch <mange@freemail.hu>
15034
15035 * dns.el (dns-read-type): Add support for SVR. (small patch)
15036
15037 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
15038
15039 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15040 (spam-crm114-header, spam-crm114-spam-switch)
15041 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15042 (spam-crm114-positive-spam-header)
15043 (spam-crm114-database-directory, spam-list-of-processors)
15044 (spam-group-spam-processor-crm114-p)
15045 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15046 (spam-generic-score, spam-list-of-checks)
15047 (spam-list-of-statistical-checks, spam-registration-functions)
15048 (spam-check-crm114-headers, spam-crm114-score)
15049 (spam-check-crm114, spam-crm114-register-with-crm114)
15050 (spam-crm114-register-spam-routine)
15051 (spam-crm114-unregister-spam-routine)
15052 (spam-crm114-register-ham-routine)
15053 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
15054 asjo@koldfront.dk (Adam Sjøgren).
15055
15056 * gnus.el: Add spam-use-crm114.
15057
15058 * spam.el (spam-list-of-processors, spam-registration-functions):
15059 Add spam-use-resend.
15060 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15061 (spam-report-articles-gmane): Add doc fix.
15062 (spam-report-articles-resend, spam-report-resend-register-routine):
15063 Add wrappers around spam-report-resend-to.
15064
15065 * spam-report.el (spam-report-resend-to, spam-report-resend):
15066 Add support for resending spam.
15067 (spam-report-gmane): Fix line length >80.
15068
15069 * gnus.el (spam-process): Add spam-use-resend.
15070
15071 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15072
15073 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15074 number of processed spam messages.
15075 (spam-ham-copy-or-move-routine): Return the number of processed
15076 ham messages.
15077 (spam-summary-prepare-exit): Use the above values to decide
15078 whether status messages shouled be displayed.
15079
15080 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
15081
15082 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15083 `rfc2047-encoding-function-alist' in order to avoid conflicting
15084 with the old version.
15085 (rfc2047-encode-region): Concatenate words containing non-ASCII
15086 characters in structured fields; don't encode space-delimited
15087 ASCII words even in unstructured fields; don't break words at
15088 char-category boundaries.
15089 (rfc2047-encode-1): New function.
15090 (rfc2047-encode): Use it; encode text so that it occupies the
15091 maximum width within 76-column; work correctly on Q encoding for
15092 iso-2022-* charsets.
15093 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15094 sure not to break a line just after the header name.
15095 (rfc2047-b-encode-region): Removed.
15096 (rfc2047-b-encode-string): New function.
15097 (rfc2047-q-encode-region): Removed.
15098 (rfc2047-q-encode-string): New function.
15099
15100 * mm-util.el (mm-replace-in-string): New function.
15101
15102 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15103
15104 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15105 get it right.
15106 (gnus-inews-make-draft): Really.
15107
15108 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
15109
15110 * nnmh.el (nnmh-request-list-1): Don't check the link count
15111 before descending. (small patch)
15112
15113 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15114
15115 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15116 stuff.
15117
15118 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15119 on real group name.
15120
15121 * gnus-art.el (gnus-signature-limit): Doc fix.
15122
15123 * gnus-msg.el (gnus-inews-make-draft): Quote list.
15124
15125 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15126
15127 * gnus-draft.el (gnus-draft-send): Bind
15128 rfc2047-encode-encoded-words.
15129
15130 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15131 (rfc2047-encodable-p): Say that =? needs encoding.
15132 (rfc2047-encode-encoded-words): New variable.
15133
15134 * gnus-group.el (gnus-group-select-group): Doc fix.
15135
15136 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15137
15138 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15139 to nil.
15140
15141 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15142
15143 * nnheader.el (nnheader-get-lines-and-char): New function.
15144
15145 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
15146
15147 * gnus-msg.el (gnus-summary-followup-with-original): Document
15148 yanking of region when active.
15149
15150 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
15151
15152 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15153 groups if the group level is higher than the specified value.
15154
15155 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15156
15157 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15158 (gnus-group-jump-to-group): Added prefix argument using
15159 `gnus-group-jump-to-group-prompt'. Query before jumping to
15160 non-active group.
15161
15162 * compface.el (uncompface): Be verbose when changing
15163 `uncompface-use-external'.
15164
15165 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15166 handle manual section.
15167
15168 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15169
15170 * gnus-art.el (gnus-button-alist): Revert previous change.
15171
15172 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15173
15174 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15175
15176 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15177
15178 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15179 whether backend can accept message.
15180
15181 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15182
15183 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
15184
15185 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15186 Avoid creating directory when nntp-marks-is-evil is true.
15187 Reported by Reiner Steib.
15188
15189 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15190
15191 * gnus-picon.el (gnus-picon-style): New variable.
15192 (gnus-picon-insert-glyph): Added optional `nostring' argument.
15193 (gnus-picon-transform-address): Support `gnus-picon-style'. From
15194 Jesper Harder <harder@ifa.au.dk>.
15195
15196 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15197
15198 * message.el (message-fill-field): Return point.
15199 (message-generate-headers): Go to end of field.
15200
15201 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15202 stuff for non-living groups.
15203
15204 2004-05-18 Jesper Harder <harder@ifa.au.dk>
15205
15206 * gnus-art.el (gnus-article-followup-with-original)
15207 (gnus-article-reply-with-original): gnus-mark-active-p ->
15208 gnus-region-active-p.
15209
15210 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
15211
15212 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15213 only when there is spam or ham to be processed.
15214
15215 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15216
15217 * mail-source.el (mail-source-delete-crash-box): Refactor.
15218 (mail-source-fetch): Use it.
15219 (mail-source-fetch-file): Ditto.
15220 (mail-source-fetch-directory): Run postscript in loop.
15221 (mail-source-fetch-pop): Delete.
15222 (mail-source-fetch-maildir): Ditto.
15223 (mail-source-fetch-imap): Ditto.
15224
15225 * imap.el (imap-authenticators): Comment out sasl.
15226
15227 * message.el (message-skip-to-next-address): New function.
15228 (message-fill-header-address): Refactor.
15229 (message-fill-address): Use it.
15230 (message-delete-address): Use it.
15231 (message-fill-header-general): Refactor.
15232 (message-fill-field-address): Rename.
15233 (message-narrow-to-field): Find the start of the header.
15234 (message-header-format-alist): Don't pre-fill.
15235 (message-fill-header): Removed.
15236 (message-insert-header): New function.
15237 (message-shorten-references): Use it.
15238
15239 * rfc2047.el (rfc2047-field-value): Strip props.
15240
15241 * mail-parse.el (mail-header-make-address): New alias.
15242
15243 * ietf-drums.el (ietf-drums-make-address): New function.
15244
15245 * imap.el: Add compiler directives.
15246
15247 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15248
15249 * gnus-art.el (article-decode-idna-rhs): Don't use
15250 message-idna-inside-rhs-p.
15251
15252 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15253
15254 * message.el (message-idna-inside-rhs-p): Removed.
15255 (message-idna-to-ascii-rhs-1): Use proper address parsing.
15256
15257 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15258 false positives.
15259
15260 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15261
15262 * imap.el (imap-sasl-make-mechanisms): Use sasl.
15263
15264 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15265
15266 * nneething.el (nneething-file-name): Don't create spurious
15267 files.
15268
15269 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15270 (gnus-inews-do-gcc): Remove sleep.
15271
15272 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15273 part under point.
15274
15275 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15276 (gnus-agent-regenerate-group): Using nil messages aren't valid.
15277
15278 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
15279
15280 * spam.el (spam-summary-prepare-exit): Fixed (length).
15281
15282 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
15283
15284 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15285 as expired without moving it" message when there are spam
15286 messages left.
15287
15288 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
15289
15290 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15291 header is not nil.
15292
15293 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
15294
15295 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15296 nntp-possibly-create-directory, not nntp-possibly-change-group.
15297 (nntp-marks-changed-p): New arg SERVER.
15298 (nntp-request-update-info): Adjust caller.
15299
15300 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
15301
15302 * nntp.el (nntp-save-marks): Pass missing arg.
15303
15304 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15305
15306 * nntp.el: Support marks.
15307 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15308 (nntp-marks-modtime, nntp-marks-directory): New variables.
15309 (nntp-request-set-mark, nntp-request-update-info)
15310 (nntp-possibly-create-directory, nntp-marks-changed-p)
15311 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15312 functions.
15313
15314 2004-05-12 Jesper Harder <harder@ifa.au.dk>
15315
15316 * gnus-score.el (gnus-score-insert-help): Use
15317 gnus-select-lowest-window.
15318
15319 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15320 appt-select-lowest-window and rename to gnus-select-lowest-window.
15321
15322 * gnus.el: do.
15323
15324 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15325
15326 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15327 encodings of MIME-encoded words, in order to improve
15328 interoperability with several broken MUAs.
15329
15330 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15331
15332 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15333 tags, only when charsets are not specified in headers.
15334 (mm-inline-text-html-render-with-w3m): Ditto.
15335
15336 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15337
15338 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15339 instead of MIME-decoded from fields when checking
15340 `gnus-article-address-banner-alist'.
15341
15342 2004-05-03 Jesper Harder <harder@ifa.au.dk>
15343
15344 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15345 description rather than subject.
15346
15347 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15348
15349 * gnus.el (gnus-version-number): Bump.
15350
15351 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15352
15353 * gnus.el: No Gnus v0.2 is released.
15354
15355 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15356
15357 * gnus-agent.el (gnus-agent-read-agentview): Inline
15358 gnus-uncompress-range.
15359
15360 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15361
15362 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15363 `exec-installed-p'.
15364
15365 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15366
15367 * gnus.el (spam-process, spam-autodetect-methods): Add
15368 bsfilter and bsfilter-headers.
15369
15370 * spam.el (spam-bsfilter): New customize group.
15371 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15372 (spam-bsfilter-header, spam-bsfilter-probability-header)
15373 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15374 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15375 (spam-bsfilter-database-directory): New options.
15376 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15377 (spam-list-of-statistical-checks, spam-registration-functions):
15378 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15379 (spam-bsfilter-score): New command.
15380 (spam-check-bsfilter-headers, spam-check-bsfilter)
15381 (spam-bsfilter-register-with-bsfilter)
15382 (spam-bsfilter-register-spam-routine)
15383 (spam-bsfilter-unregister-spam-routine)
15384 (spam-bsfilter-register-ham-routine)
15385 (spam-bsfilter-unregister-ham-routine): New functions.
15386 (spam-generic-score): Support bsfilter; Accept an optional argument
15387 to recalcurate spam score even if scoring header has already been
15388 added.
15389 (spam-bogofilter-score, spam-spamassassin-score): Accept an
15390 optional argument to recalcurate spam score even if scoring header
15391 has already been added.
15392
15393 2004-04-29 Jesper Harder <harder@ifa.au.dk>
15394
15395 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15396 strings! Reported by David D. Smith <davidsmith@acm.org>.
15397 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15398 link is missing.
15399
15400 2004-04-28 Jesper Harder <harder@ifa.au.dk>
15401
15402 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15403 (html2text-get-attr): Rewrite.
15404
15405 * message.el (message-setup-1): Remove redundant put-text-property
15406 on mail-header-separator.
15407
15408 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
15409
15410 * gnus-registry.el (gnus-registry-cache-whitespace)
15411 (gnus-registry-action, gnus-registry-spool-action)
15412 (gnus-registry-split-fancy-with-parent): Change message levels
15413 from 5 to 3 or 7, as needed.
15414
15415 * spam.el (spam-summary-prepare-exit)
15416 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15417 (spam-split, spam-find-spam, spam-log-undo-registration)
15418 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15419 level from 5 to 6.
15420
15421 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15422
15423 * gnus-ems.el: Autoload appt-select-lowest-window (revert
15424 2004-03-04 change).
15425
15426 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15427
15428 * sieve-manage.el (sieve-manage-open):
15429 * nnweb.el (nnweb-insert-html):
15430 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15431 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15432 * nnspool.el (nnspool-request-group):
15433 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15434 * nnml.el (nnml-request-update-info):
15435 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15436 (nnmh-request-create-group, nnmh-update-gnus-unreads):
15437 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15438 (nnimap-request-set-mark):
15439 * nnfolder.el (nnfolder-request-update-info):
15440 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15441 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15442 * gnus-uu.el (gnus-uu-find-articles-matching):
15443 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15444 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15445 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15446 * gnus-nocem.el (gnus-nocem-scan-groups):
15447 * gnus-int.el (gnus-start-news-server):
15448 * gnus-group.el (gnus-group-make-kiboze-group)
15449 (gnus-group-browse-foreign-server):
15450 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15451 Use mapc when appropriate.
15452
15453 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
15454
15455 FIXME: Make separate entries for each person.
15456
15457 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15458 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15459 <shields@msrl.com>:
15460
15461 * spam.el (spam-necessary-extra-headers): Get the extra headers we
15462 may need for spam sorting and scoring.
15463 (spam-user-format-function-S): Add user format function suitable for
15464 general use.
15465 (spam-article-sort-by-spam-status): Add sorting function for summary
15466 sorting.
15467 (spam-extra-header-to-number): Add function to get a score from a
15468 header.
15469 (spam-summary-score): Add function to get a numeric score from the
15470 headers.
15471 (spam-generic-score): Fix function doc, was in wrong place.
15472 (spam-initialize): Take symbols when it's run, and install the
15473 extra headers that spam-necessary-extra-headers thinks we need.
15474
15475 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15476
15477 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15478 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
15479
15480 2004-04-17 Jesper Harder <harder@ifa.au.dk>
15481
15482 * gnus-sum.el (gnus-set-global-variables)
15483 (gnus-build-all-threads, gnus-get-newsgroup-headers)
15484 (gnus-article-get-xrefs, gnus-summary-best-group)
15485 (gnus-summary-next-article, gnus-summary-enter-digest-group)
15486 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15487 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15488 Use with-current-buffer.
15489
15490 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
15491
15492 * spam.el (spam-summary-prepare-exit): Simplify logic.
15493 (spam-fetch-article-header): Read the article header if it's not
15494 available.
15495 (spam-list-articles): Simplify logic.
15496 (spam-filelist-register-routine): Fix bug with unregister-list.
15497
15498 * gnus-registry.el: Fix comments at beginning.
15499
15500 2004-04-16 Jesper Harder <harder@ifa.au.dk>
15501
15502 * message.el (message-cater-to-broken-inn): Remove.
15503 (message-shorten-references): Make sure the total folded length of
15504 References is shorter than 998 characters to cater to a bug in INN
15505 2.3. Also, don't pretend that references aren't folded -- this
15506 hasn't worked for a while.
15507
15508 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
15509
15510 * gnus-agent.el (gnus-agentize):
15511 gnus-agent-send-mail-real-function no longer set to current value
15512 of message-send-mail-function but rather a lambda that calls
15513 message-send-mail-function. The change makes the agent real-time
15514 responsive to user changes to message-send-mail-function.
15515
15516 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
15517
15518 * legacy-gnus-agent.el
15519 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15520 help from Florian Weimer <fw@deneb.enyo.de>
15521
15522 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
15523
15524 * nnmail.el (nnmail-cache-insert): Revert last change.
15525
15526 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
15527
15528 * nnmail.el (nnmail-cache-insert): Always check whether
15529 nnmail-cache-ignore-groups matches a group name.
15530
15531 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
15532
15533 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15534 (spam-find-spam, spam-log-processing-to-registry)
15535 (spam-log-registered-p, spam-log-unregistration-needed-p)
15536 (spam-log-undo-registration): Use gnus-message instead of
15537 gnus-error, none of these errors are fatal.
15538
15539 * gnus-registry.el (gnus-registry-clean-empty-function)
15540 (gnus-registry-clean-empty): Remove only empty entries without
15541 extra data.
15542
15543 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
15544
15545 * spam-stat.el (spam-stat-buffer-change-to-spam)
15546 (spam-stat-buffer-change-to-non-spam): Change (error) to
15547 (gnus-message 8) invocation.
15548
15549 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15550
15551 * nntp.el (nntp-via-netcat-command): New variable.
15552 (nntp-via-netcat-switches): New variable.
15553 (nntp-open-via-rlogin-and-netcat): New function.
15554 (nntp-open-connection-function): Doc fix.
15555 (nntp-telnet-command): Doc fix.
15556 (nntp-end-of-line): Doc fix.
15557 (nntp-via-rlogin-command): Doc fix.
15558 (nntp-via-user-name): Doc fix.
15559 (nntp-via-address): Doc fix.
15560
15561 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15562
15563 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15564 error in Emacs 21.1.
15565
15566 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
15567
15568 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15569
15570 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
15571
15572 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15573 (gnus-agent-with-refreshed-group): New macro.
15574 (gnus-agent-rename-group): New function.
15575 (gnus-agent-delete-group): New function.
15576 (gnus-agent-save-group-info): Use gnus-command-method when
15577 `method' parameter is nil. Don't write nil entries into the
15578 active file.
15579 (gnus-agent-get-group-info): New function.
15580 (gnus-agent-fetch-articles): Use
15581 gnus-agent-update-files-total-fetched-for to increment disk space
15582 used.
15583 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15584 gnus-agent-update-view-total-fetched-for to increment disk space
15585 used.
15586 (gnus-agent-get-local): Added optional parameters to avoid calling
15587 gnus-group-real-name and gnus-find-method-for-group.
15588 (gnus-agent-set-local): Delete stored entry if either min, or max,
15589 are nil.
15590 (gnus-agent-fetch-session): Reworded error/quit messages. On
15591 quit, use gnus-agent-regenerate-group to record existence of any
15592 articles fetched to disk before the quit occurred.
15593 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15594 gnus-agent-update-view-total-fetched-for, and
15595 gnus-agent-update-files-total-fetched-for to decrement disk space
15596 used.
15597 (gnus-agent-retrieve-headers): Use
15598 gnus-agent-update-view-total-fetched-for to increment disk space
15599 used.
15600 (gnus-agent-regenerate-group): Replace gnus-group-update-group
15601 with gnus-agent-update-files-total-fetched-for to decrement disk
15602 space and fresh group buffer.
15603 (gnus-agent-inhibit-update-total-fetched-for): New variable.
15604 (gnus-agent-need-update-total-fetched-for): New variable.
15605 (gnus-agent-update-files-total-fetched-for): New function.
15606 (gnus-agent-update-view-total-fetched-for): New function.
15607 (gnus-agent-total-fetched-for): New function.
15608
15609 * gnus-cache.el (gnus-cache-save-buffers): Use
15610 gnus-cache-update-overview-total-fetched-for to change disk space
15611 used by this group.
15612 (gnus-cache-possibly-enter-article): Use
15613 gnus-cache-update-file-total-fetched-for to increment disk space
15614 used by this group.
15615 (gnus-cache-possibly-remove-article): Use
15616 gnus-cache-update-file-total-fetched-for to decrement disk space
15617 used by this group.
15618 (gnus-cache-generate-nov-databases): Purge total fetched cache.
15619 (gnus-cache-rename-group): New function.
15620 (gnus-cache-delete-group): New function.
15621 (gnus-cache-inhibit-update-total-fetched-for): New variable.
15622 (gnus-cache-need-update-total-fetched-for): New variable.
15623 (gnus-cache-with-refreshed-group): New macro.
15624 (gnus-cache-update-file-total-fetched-for): New function.
15625 (gnus-cache-update-overview-total-fetched-for): New function.
15626 (gnus-cache-rename-group-total-fetched-for): New function.
15627 (gnus-cache-delete-group-total-fetched-for): New function.
15628 (gnus-cache-total-fetched-for): New function.
15629
15630 * gnus-group.el: Require gnus-sum and autoload functions to
15631 resolve warnings when gnus-group.el compiled alone.
15632 (gnus-group-line-format): Documented new %F.
15633 (size of Fetched data) group line format; identifies disk space
15634 used by agent and cache.
15635 (gnus-group-line-format-alist): Defined new F format.
15636 (gnus-total-fetched-for): New function.
15637 (gnus-group-delete-group): No longer update
15638 gnus-cache-active-altered as gnus-request-delete-group now keeps
15639 the cache in sync.
15640 (gnus-group-list-active): Let the agent store a server's active
15641 list if currently plugged.
15642
15643 * gnus-int.el (gnus-request-delete-group):
15644 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15645 local disk in sync with the server.
15646 (gnus-request-rename-group):
15647 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15648 local disk in sync with the server.
15649
15650 * gnus-start.el (gnus-get-unread-articles):
15651 Cosmetic simplification to logic.
15652
15653 * gnus-util.el (gnus-rename-file): New function.
15654
15655 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
15656
15657 * mm-util.el (mm-image-load-path): Handle nil in load-path.
15658
15659 2004-04-07 Jesper Harder <harder@ifa.au.dk>
15660
15661 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15662 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
15663
15664 2004-04-06 Jesper Harder <harder@ifa.au.dk>
15665
15666 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15667 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
15668
15669 2004-04-03 Jesper Harder <harder@ifa.au.dk>
15670
15671 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15672
15673 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
15674
15675 * spam.el (spam-set-difference): Add function to replace
15676 gnus-set-difference in spam.el.
15677 (spam-summary-prepare-exit): Use spam-set-difference.
15678
15679 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15680
15681 * gnus-registry.el (gnus-registry-cache-file): Update to use
15682 gnus-dribble-directory OR gnus-home-directory OR ~.
15683 (gnus-registry-split-fancy-with-parent): Fix doc.
15684
15685 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
15686
15687 * message.el (message-exchange-point-and-mark): Use
15688 message-mark-active-p. Suggested by Jesper Harder
15689 <harder@ifa.au.dk>.
15690
15691 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
15692
15693 * message.el (message-exchange-point-and-mark): Don't activate
15694 region if it was inactive. Suggested by Hiroshi Fujishima
15695 <pooh@nature.tsukuba.ac.jp>.
15696
15697 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
15698
15699 * gnus-art.el (article-display-face): Display Faces in the same
15700 order as X-Faces.
15701
15702 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
15703
15704 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15705
15706 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
15707
15708 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15709 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15710 (gnus-article-mime-hierarchy): Remove.
15711 (gnus-article-mime-hierarchy-next): Remove.
15712 (gnus-article-mode): Revert 2004-03-19 change.
15713 (gnus-article-setup-buffer): Revert 2004-03-19 change.
15714 (gnus-insert-mime-button): Revert 2004-03-19 change.
15715 (gnus-mime-accumulate-hierarchy): Remove.
15716 (gnus-mime-enter-multipart): Remove.
15717 (gnus-mime-leave-multipart): Remove.
15718 (gnus-mime-display-part): Revert 2004-03-19 change.
15719 (gnus-mime-display-alternative): Revert 2004-03-19 change.
15720
15721 * mml.el (mml-preview): Revert 2004-03-19 change.
15722
15723 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
15724
15725 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15726
15727 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
15728
15729 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15730 t while entering a file name using the mm-with-multibyte macro.
15731 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15732
15733 * mm-util.el (mm-with-multibyte): New macro.
15734
15735 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
15736
15737 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15738 user option.
15739 (gnus-mime-multipart-functions): Doc and customization fix.
15740 (gnus-article-mime-hierarchy): New variable.
15741 (gnus-article-mime-hierarchy-next): New variable.
15742 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15743 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15744 gnus-article-mime-hierarchy-next to nil.
15745 (gnus-insert-mime-button): Show hierarchy numbers.
15746 (gnus-mime-accumulate-hierarchy): New function.
15747 (gnus-mime-enter-multipart): New function.
15748 (gnus-mime-leave-multipart): New function.
15749 (gnus-mime-display-part): Recompute hierarchical MIME structure.
15750 (gnus-mime-display-alternative): Show hierarchy numbers.
15751
15752 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15753 gnus-article-mime-hierarchy-next to nil.
15754
15755 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
15756
15757 * dns.el: Don't require gnus-xmas.
15758
15759 2004-03-17 Jesper Harder <harder@ifa.au.dk>
15760
15761 * mml.el (mml-generate-mime-1): Don't use format=flowed with
15762 inline PGP.
15763 (mml-menu): Disable mml-quote-region if mark is inactive.
15764
15765 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
15766
15767 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15768 when the group's active is not available.
15769
15770 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15771
15772 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15773 error.
15774
15775 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
15776
15777 * imap.el (imap-store-password): New variable.
15778 (imap-interactive-login): Use it.
15779 Suggested by Mark Plaksin <happy@mcplaksin.org>.
15780
15781 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
15782
15783 * gnus-art.el (gnus-article-read-summary-keys): Restore new
15784 window-start and hscroll to summary window.
15785
15786 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
15787
15788 * gnus-start.el (gnus-convert-old-newsrc): Only write the
15789 conversion message to newsrc-dribble when an actual conversion is
15790 performed.
15791
15792 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
15793
15794 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15795
15796 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
15797
15798 * mm-decode.el (mm-complicated-handles): New function reviving
15799 former definition of mm-multiple-handles.
15800
15801 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15802 (gnus-mime-delete-part): Use it.
15803
15804 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
15805
15806 * gnus-agent.el (gnus-agent-read-local): Bind
15807 nnheader-file-coding-system to gnus-agent-file-coding-system to
15808 avoid the implicit assumption that they will always be equal.
15809 (gnus-agent-save-local): Bind buffer-file-coding-system, not
15810 coding-system-for-write, as the with-temp-file macro first prints
15811 to a buffer then saves the buffer.
15812
15813 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
15814
15815 * gnus-art.el (gnus-article-edit-part): New function.
15816 (gnus-mime-save-part-and-strip): Use it; do query instead of
15817 signaling an error; don't use mm-multiple-handles.
15818 (gnus-mime-delete-part): Ditto.
15819
15820 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
15821
15822 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15823 old file versions.
15824 (gnus-group-prepare-hook): Removed function that converted list
15825 form of gnus-agent-expire-days to group properties.
15826
15827 * gnus-int.el: Autoload gnus-agent-regenerate-group.
15828 (gnus-request-accept-article): Re-indented.
15829
15830 * gnus-start.el (gnus-convert-old-newsrc): Registered new
15831 converters to handle old agent file formats. Added logic for a
15832 "backup before upgrading warning".
15833 (gnus-convert-mark-converter-prompt): Developers can mark
15834 functions as needing (default), or not needing,
15835 gnus-convert-old-newsrc's "backup before upgrading warning".
15836 (gnus-convert-converter-needs-prompt): Tests whether the user
15837 should be protected from potentially irreversable changes by the
15838 function.
15839
15840 * legacy-gnus-agent.el: New. Provides converters that are only
15841 loaded when gnus-convert-old-newsrc needs to call them.
15842
15843 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
15844
15845 * mail-source.el (mail-source-touch-pop): Doc fix.
15846
15847 * message.el (message-smtpmail-send-it): Doc fix.
15848
15849 2004-03-05 Jesper Harder <harder@ifa.au.dk>
15850
15851 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15852
15853 * nnmail.el (nnmail-split-fancy): do.
15854
15855 * gnus-kill.el (gnus-kill, gnus-execute): do.
15856
15857 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
15858
15859 * gnus-sum.el (gnus-widget-reversible-match)
15860 (gnus-widget-reversible-to-internal)
15861 (gnus-widget-reversible-to-external): New functions.
15862 (gnus-widget-reversible): New widget.
15863 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15864
15865 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
15866
15867 * gnus-sum.el (gnus-thread-sort-functions)
15868 (gnus-article-sort-functions): Document `(not F)' items.
15869
15870 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
15871
15872 * spam.el (spam-use-gmane-xref): Add new backend.
15873 (spam-gmane-xref-spam-group): Add variable to control the name of the
15874 Gmane spam group.
15875 (spam-blackhole-servers, spam-blackhole-good-server-regex)
15876 (spam-regex-headers-spam, spam-regex-headers-ham)
15877 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15878 (spam-list-of-checks): Add spam-use-gmane-xref to list of
15879 backends and checks.
15880 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15881
15882 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15883 an autodetect method.
15884
15885 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
15886
15887 * gnus-int.el (gnus-request-accept-article): Inform the agent that
15888 articles are being added to a group.
15889 (gnus-request-replace-article): Inform the agent that articles
15890 need to be uncached as the cached contents are no longer valid.
15891
15892 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
15893
15894 * binhex.el: Don't autoload executable-find.
15895
15896 * canlock.el: Don't autoload mail-fetch-field.
15897
15898 * gnus-ems.el: Don't autoload appt-select-lowest-window.
15899
15900 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15901 rmail-dont-reply-to and rmail-output.
15902
15903 * gnus-score.el: Don't autoload ffap-string-at-point.
15904
15905 * gnus-setup.el: Don't autoload sc-cite-original.
15906
15907 * imap.el: Don't autoload base64-decode-string,
15908 base64-encode-string and md5.
15909
15910 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15911 and rmail-msg-restore-non-pruned-header.
15912
15913 * mm-decode.el: Don't autoload executable-find.
15914
15915 * mm-url.el: Don't autoload executable-find.
15916
15917 * mm-view.el: Don't autoload diff-mode.
15918
15919 * nndb.el: Don't autoload news-reply-mode, news-setup,
15920 cancel-timer and telnet.
15921
15922 * password.el: Don't autoload run-at-time for Emacs.
15923
15924 * sha1-el.el: Don't autoload executable-find.
15925
15926 * sieve-mode.el: Don't autoload c-mode.
15927
15928 * uudecode.el: Don't autoload executable-find.
15929
15930 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
15931
15932 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15933 (gnus-agent-possibly-alter-active): Avoid null in numeric
15934 comparison.
15935 (gnus-agent-set-local): Refuse to save null in local object table.
15936 (gnus-agent-regenerate-group): The REREAD parameter can now be a
15937 list of articles that will be marked as unread.
15938
15939 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
15940
15941 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15942
15943 2004-03-04 Jesper Harder <harder@ifa.au.dk>
15944
15945 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15946 language tags.
15947
15948 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
15949
15950 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15951 Don't bind "obarray".
15952
15953 * gnus-sum.el (gnus-thread-sort-functions): Added
15954 `gnus-thread-sort-by-most-recent-number' and
15955 `gnus-thread-sort-by-most-recent-date'.
15956 Reported by Kai Grossjohann <kai@emptydomain.de>.
15957
15958 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
15959
15960 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15961
15962 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
15963
15964 * gnus-cus.el (gnus-agent-customize-category): Removed
15965 ignore-errors macro reference that required cl to be loaded at
15966 run-time.
15967
15968 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15969 single-interval range of the form (min . max). Previously the
15970 range had to look like ((min . max)). Likewise, return
15971 (min . max) rather than ((min . max)).
15972 (gnus-range-map): Use gnus-range-normalize to accept
15973 single-interval range.
15974
15975 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15976 the cache, but not the agent, now appear with their usual face.
15977
15978 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
15979
15980 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15981 w3m-safe-url-regexp variable buffer-local.
15982
15983 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15984
15985 2004-02-27 Simon Josefsson <jas@extundo.com>
15986
15987 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15988 gnus-group-real-prefix.
15989 (gnus-summary-move-article): Use it, instead of
15990 gnus-group-real-prefix.
15991
15992 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15993
15994 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15995 w3m-safe-url-regexp variable buffer-local and set it as the value
15996 of mm-w3m-safe-url-regexp.
15997
15998 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15999
16000 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16001 parsing gnus-posting-styles when the message is not for replying.
16002
16003 * nnrss.el (nnrss-opml-export): Use
16004 mm-set-buffer-file-coding-system instead of
16005 set-buffer-file-coding-system.
16006
16007 2004-02-27 Jesper Harder <harder@ifa.au.dk>
16008
16009 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16010 of checkdoc.el).
16011 * nnrss.el: do.
16012 * gnus-mlspl.el: do.
16013 * gnus-ml.el: do.
16014 * gnus-srvr.el: do.
16015
16016 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16017
16018 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
16019
16020 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16021 Corrections to custom-manual links.
16022
16023 * gnus-art.el (gnus-article): Ditto.
16024
16025 * mm-decode.el (mime-display, mime-security): Ditto.
16026
16027 2004-02-26 Jesper Harder <harder@ifa.au.dk>
16028
16029 * flow-fill.el: Typo.
16030
16031 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
16032
16033 * spam-wash.el: New file.
16034
16035 2004-02-26 Mark A. Hershberger <mah@everybody.org>
16036
16037 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16038
16039 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
16040
16041 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16042 to be run with new-articles as LIST1, not LIST2.
16043 (spam-registration-functions): Add spam-use-ham-copy as a nil
16044 registration backend.
16045
16046 2004-02-26 Jesper Harder <harder@ifa.au.dk>
16047
16048 * spam-stat.el (spam-stat-washing-hook): New option.
16049 (spam-stat-buffer-words): Use it.
16050 (spam-stat-process-directory, spam-stat-test-directory): Use
16051 insert-file-contents-literally.
16052 (spam-stat-coding-system): New variable.
16053 (spam-stat-load, spam-stat-save): Use it.
16054
16055 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
16056
16057 * spam-report.el (spam-report-plug-agent): Quote
16058 spam-report-url-to-file and spam-report-url-ping-plain.
16059
16060 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
16061
16062 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16063 / in mailto URLs.
16064
16065 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16066
16067 * spam-report.el (spam-report-process-queue): Fix interactive use.
16068 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16069 (spam-report-unplug-agent): Doc fixes.
16070 (spam-report-url-ping-mm-url, spam-report-url-to-file)
16071 (spam-report-agentize, spam-report-deagentize): Autoload
16072
16073 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
16074
16075 * message.el (message-setup-fill-variables): Add mml tags to
16076 paragraph-start and paragraph-separate. Suggested by Andrew Korty
16077 <ajk@iu.edu>.
16078 (message-mode): Don't modify paragraph-separate there.
16079
16080 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16081
16082 * compface.el (uncompface-use-external): Default to undecided.
16083 (uncompface-use-external-threshold): New variable.
16084 (uncompface-float-time): New macro.
16085 (uncompface): Determine whether to use the external decoder if
16086 uncompface-use-external is undecided.
16087
16088 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16089
16090 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16091 after images.
16092
16093 * gnus-art.el (gnus-mime-display-single): Remove dead code.
16094
16095 2004-02-14 Jesper Harder <harder@ifa.au.dk>
16096
16097 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16098
16099 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16100
16101 * gnus-sum.el (gnus-summary-limit-to-age)
16102 (gnus-summary-limit-children): do.
16103
16104 * gnus-int.el (gnus-request-scan): do.
16105
16106 * gnus-group.el (gnus-group-suspend): do.
16107
16108 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16109
16110 * gnus-cite.el (gnus-cite-parse-attributions): do.
16111
16112 * gnus-agent.el (gnus-summary-set-agent-mark)
16113 (gnus-agent-regenerate-group): do.
16114
16115 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16116
16117 * binhex.el (binhex-decode-region-internal): do.
16118
16119 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16120
16121 * gnus-fun.el (gnus-face-properties-alist): New user option.
16122 (gnus-display-x-face-in-from): Use it.
16123
16124 * gnus-art.el (article-display-face): Ditto.
16125
16126 * compface.el (uncompface-use-external): Default to nil.
16127
16128 2004-02-12 Jesper Harder <harder@ifa.au.dk>
16129
16130 * nntp.el (nntp-erase-buffer): New function.
16131 (nntp-retrieve-data, nntp-send-command)
16132 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16133 (nntp-possibly-change-group): Use it.
16134
16135 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16136 with-current-buffer.
16137
16138 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
16139
16140 * compface.el: Merge the ELisp-based uncompface program.
16141 (compface): New customization group.
16142 (uncompface-use-external): New user option.
16143 (uncompface): Call uncompface-internal if uncompface-use-external
16144 is nil.
16145 (uncompface-internal): New function. Note that there are also
16146 some other functions and variables added for this function.
16147
16148 2004-02-10 Jesper Harder <harder@ifa.au.dk>
16149
16150 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16151 if necessary.
16152
16153 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
16154
16155 * spam-report.el (spam-report-unplug-agent)
16156 (spam-report-plug-agent, spam-report-deagentize)
16157 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16158 Add support for the Agent in spam-report: when unplugged, report to a
16159 file; when plugged, submit all the requests.
16160
16161 * spam.el (spam-register-routine): Fix message about
16162 registration.
16163
16164 2004-02-09 Jesper Harder <harder@ifa.au.dk>
16165
16166 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16167 dependencies.
16168 (rfc2047-encode): Use it.
16169
16170 * gnus-art.el (gnus-button-marker-list): Move before first
16171 reference.
16172
16173 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16174 (imap-parse-body): Fix format string mismatch.
16175
16176 * gnus-score.el (gnus-summary-increase-score): do.
16177
16178 * nnrss.el (nnrss-close): New function.
16179
16180 2004-02-08 Jesper Harder <harder@ifa.au.dk>
16181
16182 * nnrss.el (nnrss-make-filename): New function.
16183 (nnrss-request-delete-group, nnrss-read-server-data)
16184 (nnrss-save-server-data, nnrss-read-group-data)
16185 (nnrss-save-group-data): Use it.
16186 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16187 (nnrss-read-server-data, nnrss-read-group-data): Use load.
16188 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16189
16190 2004-02-07 Jesper Harder <harder@ifa.au.dk>
16191
16192 * mml.el (mml-compute-boundary-1): Don't uncompress files.
16193
16194 2004-02-06 Jesper Harder <harder@ifa.au.dk>
16195
16196 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16197 files.
16198
16199 * message.el (message-generate-headers-first): Don't quote nil
16200 and t in docstrings.
16201
16202 * imap.el (imap-id): do.
16203
16204 * gnus-agent.el (gnus-agent-consider-all-articles)
16205 (gnus-agent-queue-mail): do.
16206
16207 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
16208
16209 * spam-report.el (spam-report-process-queue): New function.
16210 Process requests from `spam-report-requests-file'.
16211 (spam-report-process-queue): Doc fix.
16212
16213 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
16214
16215 * spam.el (spam-register-routine)
16216 (spam-log-processing-to-registry, spam-log-registered-p)
16217 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16218 Change "check" to "spam-check" for semi-clarity.
16219
16220 2004-02-05 Jesper Harder <harder@ifa.au.dk>
16221
16222 * pop3.el: Require nnheader.
16223
16224 * mml-smime.el: Require cl. Autoload message-fetch-field.
16225
16226 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16227
16228 * gnus-picon.el: Require cl.
16229
16230 * gnus-fun.el: Require gnus-ems and gnus-util.
16231
16232 * gnus.el (gnus-method-to-server): Move defsubst before first use.
16233
16234 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16235
16236 * gnus-art.el (gnus-article-edit-mode): Define before first
16237 reference.
16238
16239 2004-02-04 Jesper Harder <harder@ifa.au.dk>
16240
16241 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16242 (gnus-uu-post-encoded): Use point-at-bol.
16243
16244 * gnus-topic.el (gnus-group-active-topic-p): do.
16245
16246 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16247
16248 * gnus-group.el (gnus-group-kill-region): do.
16249
16250 * gnus-art.el (article-date-ut): do.
16251
16252 * message.el (message-fetch-field): Remove redundant
16253 case-fold-search binding.
16254 (message-narrow-to-field): Simplify.
16255
16256 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
16257
16258 * spam.el (spam-directory): Derive from `gnus-directory'.
16259
16260 * spam-report.el (spam-report-url-to-file)
16261 (spam-report-requests-file): New function and variable for offline
16262 reporting.
16263 (spam-report-url-ping-function): Add `spam-report-url-to-file'
16264 and user defined function.
16265 (spam-report-url-ping-mm-url): Remove doubled slash.
16266
16267 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
16268
16269 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16270
16271 2004-02-03 Jesper Harder <harder@ifa.au.dk>
16272
16273 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16274 format string mismatch.
16275
16276 * sieve.el (sieve-deactivate-all): do.
16277
16278 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16279
16280 * nnlistserv.el (nnlistserv-kk-wash-article): do.
16281
16282 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16283
16284 * mm-bodies.el (mm-7bit-chars): Don't include \r.
16285
16286 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
16287
16288 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16289 the list of checks.
16290
16291 2004-01-31 Jesper Harder <harder@ifa.au.dk>
16292
16293 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16294 padding.
16295
16296 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
16297
16298 * mm-view.el (mm-fill-flowed): New variable.
16299 (mm-inline-text): Use it.
16300
16301 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
16302
16303 * spam.el (spam-spamassassin-register-ham-routine)
16304 (spam-spamassassin-register-spam-routine): Fix function names.
16305
16306 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
16307
16308 * gnus.el (gnus-tmp-grouplens): Remove.
16309 (gnus-summary-line-format): Remove grouplens.
16310
16311 * gnus-group.el (gnus-group-line-format): Ditto.
16312
16313 * gnus-spec.el (gnus-format-specs): Ditto.
16314 (gnus-update-format-specifications): Flush the group format spec
16315 cache if there's the grouplens stuff.
16316 (gnus-parse-simple-format): Replace %l with the empty string.
16317
16318 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
16319
16320 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16321 omission.
16322
16323 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16324
16325 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16326 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16327
16328 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16329
16330 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16331 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16332 New macros and functions.
16333 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16334 Handle > NLINK_MAX messages.
16335 * nnmaildir.el (nnmaildir-request-set-mark): Use
16336 nnmaildir--emlink-p and nnmaildir--eexist-p.
16337
16338 2004-01-25 Alex Schroeder <alex@gnu.org>
16339
16340 * spam-stat.el (spam-stat-process-directory-age): New option.
16341 (spam-stat-process-directory): Use it.
16342
16343 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
16344
16345 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16346 (spam-stat-save): Accept prefix argument.
16347
16348 2004-01-23 Paul Jarc <prj@po.cwru.edu>
16349
16350 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16351 links" error.
16352
16353 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16354
16355 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16356 compatibility with old .newsrc.eld files.
16357
16358 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16359
16360 * gnus-start.el (gnus-1): do.
16361
16362 * gnus-group.el (gnus-group-line-format-alist): do.
16363
16364 * gnus.el (gnus-use-grouplens, gnus-visual): do.
16365
16366 * gnus-gl.el: Remove.
16367
16368 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
16369
16370 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16371 marks consisting of a single range {for example, (3 . 5)} rather
16372 than a list of a single range { ((3 . 5)) }.
16373
16374 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16375
16376 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16377 with-current-buffer.
16378 (spam-stat-store-current-buffer): Use insert-buffer-substring to
16379 avoid consing a string.
16380
16381 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16382 Remove obsolete entries for big5 and gb2312.
16383
16384 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
16385
16386 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16387 uncompressed list.
16388
16389 2004-01-22 Jesper Harder <harder@ifa.au.dk>
16390
16391 * spam-stat.el (spam-stat-strip-xref): New function.
16392 (spam-stat-process-directory): Use it.
16393
16394 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16395 here -- it's done in message-fetch-field.
16396
16397 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
16398
16399 * gnus-agent.el (gnus-agent-queue-mail)
16400 (gnus-agent-prompt-send-queue): New variables.
16401 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16402 * gnus-draft.el (gnus-group-send-queue): Pass the group name
16403 "nndraft:queue" along to gnus-draft-send. Use
16404 gnus-agent-prompt-send-queue.
16405 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16406 is "nndraft:queue". Suggested by Gaute Strokkenes
16407 <gs234@srcf.ucam.org>
16408
16409 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16410 (agent-enable-undownloaded-faces): Added.
16411 (gnus-agent-cat-groups): Use eval-and-compile, not
16412 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16413 method of gnus-agent-cat-groups even when the buffer has been
16414 evaled.
16415 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16416 delete gnus-agent-save-active-1.
16417 (gnus-agent-save-groups): Deleted. Identical to
16418 gnus-agent-save-active.
16419 (gnus-agent-write-active): No longer adjust agent's copy of active
16420 file as agent's adjustments are now stored in their own
16421 file. Removed optional parameter.
16422 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16423 servers. Add use of min/max range limits from server's local
16424 file.
16425 (gnus-agent-save-alist): Removed unused optional argument.
16426 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16427 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16428 (gnus-agent-set-local): A per-server file that keeps min/max range
16429 limits for articles known to the agent. Provides a fast mechanism
16430 for altering many active ranges.
16431 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16432 active file (local makes it unnecessary).
16433 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16434
16435 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16436 (agent-enable-undownloaded-faces): Added.
16437
16438 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16439 disable it when sending to "nndraft:queue".
16440 (gnus-group-send-queue): Add safety check to avoid sending queue
16441 when unplugged.
16442
16443 * gnus-group.el (gnus-group-catchup): Use new
16444 gnus-sequence-of-unread-articles, not
16445 gnus-list-of-unread-articles, to avoid exhausting memory with huge
16446 numbers of articles. Use gnus-range-map to avoid having to
16447 uncompress the unread list.
16448 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16449 Fixed invalid ange-ftp reference.
16450
16451 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16452 (gnus-sorted-range-intersection): Intersection of two ranges
16453 without requiring that they first be uncompressed.
16454
16455 * gnus-start.el (gnus-activate-group): Unless blocked by the
16456 caller, possibly expand the active range to include both cached
16457 and agentized articles.
16458 (gnus-convert-old-newsrc): Rewrote in anticipation of having
16459 multiple version-dependent converters.
16460 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16461 gnus-agent-save-active.
16462 (gnus-save-newsrc-file): Save dirty agent range limits.
16463
16464 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16465 gnus-agent-possibly-alter-active.
16466 (gnus-adjust-marked-articles): Faster handling of simple lists
16467
16468 2004-01-21 Jesper Harder <harder@ifa.au.dk>
16469
16470 * spam-stat.el (spam-stat-test-directory): New optional argument
16471 displays a list of files detected. Suggested by Andrew Cohen
16472 <cohen@andy.bu.edu>.
16473 (spam-stat-buffer-words-with-scores): Don't narrow and change
16474 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
16475
16476 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
16477
16478 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16479 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16480 (spam-spamassassin-arguments)
16481 (spam-spamassassin-spam-flag-header)
16482 (spam-spamassassin-positive-spam-flag-header)
16483 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16484 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16485 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16486 (spam-list-of-processors, spam-list-of-checks)
16487 (spam-list-of-statistical-checks, spam-registration-functions)
16488 (spam-check-spamassassin-headers, spam-check-spamassassin)
16489 (spam-spamassassin-score)
16490 (spam-spamassassin-register-with-sa-learn)
16491 (spam-spamassassin-register-spam-routine)
16492 (spam-spamassassin-register-ham-routine)
16493 (spam-assassin-register-spam-routine)
16494 (spam-assassin-register-ham-routine): Add SpamAssassin support.
16495 (spam-bogofilter-score): Fix to show article before scoring.
16496
16497 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
16498
16499 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16500 default scoring function.
16501 (spam-generic-score): Call spam-spamassassin-score if
16502 spam-use-spamassassin or spam-use-spamassassin-headers is on;
16503 spam-bogofilter-score otherwise.
16504
16505 * gnus.el (spam-process, spam-autodetect-methods): Add
16506 spamassassin and spamassassin-headers.
16507
16508 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
16509
16510 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16511 Suppress unnecessary messages.
16512
16513 2004-01-20 Jesper Harder <harder@ifa.au.dk>
16514
16515 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16516 make-hash-table.
16517
16518 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
16519
16520 * canlock.el (base64-encode-string): Don't autoload it.
16521
16522 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
16523
16524 * run-at-time.el: Remove useless (require 'itimer),
16525 eval-and-compile and (featurep 'xemacs).
16526
16527 2004-01-16 Jesper Harder <harder@ifa.au.dk>
16528
16529 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16530 GROUP is a virtual group.
16531
16532 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
16533
16534 * gnus.el: Autoload `message-y-or-n-p'.
16535
16536 2004-01-15 Jesper Harder <harder@ifa.au.dk>
16537
16538 * pgg-parse.el: Remove unnecessary (require 'custom).
16539
16540 * pgg-def.el: do.
16541
16542 * nnmail.el: do.
16543
16544 * gnus-undo.el: do.
16545
16546 * gnus-picon.el: do.
16547
16548 * gnus-util.el: do.
16549
16550 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
16551
16552 * gnus-sum.el (gnus-pick-line-number): Add autoload.
16553
16554 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
16555
16556 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16557 handle, as well as a list.
16558
16559 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16560 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16561 (mm-w3m-cid-retrieve): Simplify.
16562
16563 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
16564
16565 * message.el (message-kill-to-signature): Allow prefix arg to
16566 specify number of lines to keep before signature.
16567
16568 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
16569
16570 * message.el (message-kill-to-signature): Change docstring.
16571
16572 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
16573
16574 * canlock.el: Always require sha1-el.
16575 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16576
16577 * message.el: Autoload sha1 only when compiling.
16578
16579 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
16580
16581 * message.el (message-canlock-generate): Require sha1-el.
16582
16583 2004-01-13 Jesper Harder <harder@ifa.au.dk>
16584
16585 * message.el (message-expand-name): Silence the byte compiler.
16586
16587 2004-01-13 Simon Josefsson <jas@extundo.com>
16588
16589 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16590 Invoke gnus-score-mode. Reported by
16591 bojohan+news@dd.chalmers.se (Johan Bockgård).
16592
16593 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
16594 Jim Blandy <jimb@redhat.com> (tiny change).
16595
16596 2004-01-12 Jesper Harder <harder@ifa.au.dk>
16597
16598 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16599
16600 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
16601
16602 * spam.el (spam-get-article-as-string): Update to use
16603 gnus-request-article-this-buffer, much simpler.
16604 (spam-get-article-as-buffer): Remove.
16605
16606 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
16607
16608 * message.el (message-expand-name): Use EUDC if the user uses that.
16609
16610 2004-01-12 Jesper Harder <harder@ifa.au.dk>
16611
16612 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16613 character for the encoding to avoid consing a string.
16614
16615 * rfc2047.el (rfc2047-decode-string): Don't cons a string
16616 unnecessarily.
16617
16618 * mm-util.el (mm-replace-chars-in-string): Remove.
16619
16620 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16621 of mm-replace-chars-in-string.
16622
16623 2004-01-11 Jesper Harder <harder@ifa.au.dk>
16624
16625 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16626
16627 * mm-util.el (mm-subst-char-in-string): Support inplace.
16628
16629 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16630 a new string in every iteration. Use shy groups.
16631
16632 2004-01-10 Jesper Harder <harder@ifa.au.dk>
16633
16634 * gnus-srvr.el (gnus-browse-unsubscribe-group):
16635 * gnus-soup.el (gnus-soup-group-brew):
16636 * gnus-msg.el (gnus-put-message):
16637 * gnus-move.el (gnus-group-move-group-to-server):
16638 * gnus-kill.el (gnus-batch-score):
16639 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16640 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16641 (gnus-group-update-group, gnus-group-read-group)
16642 (gnus-group-make-group, gnus-group-make-help-group)
16643 (gnus-group-make-archive-group, gnus-group-make-directory-group)
16644 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16645 (gnus-group-sort-by-unread, gnus-group-catchup)
16646 (gnus-group-unsubscribe-group, gnus-group-kill-group)
16647 (gnus-group-yank-group, gnus-group-set-info)
16648 (gnus-group-list-groups):
16649 * gnus.el (gnus-generate-new-group-name):
16650 * gnus-delay.el (gnus-delay-send-queue):
16651 * nnvirtual.el (nnvirtual-catchup-group):
16652 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16653 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16654 (gnus-group-prepare-topics, gnus-topic-check-topology):
16655 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16656 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16657 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16658 (gnus-group-make-articles-read):
16659 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16660 (gnus-group-change-level, gnus-kill-newsgroup)
16661 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16662 (gnus-get-unread-articles, gnus-make-articles-unread)
16663 (gnus-make-ascending-articles-unread): Use accessor
16664 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16665 to get group information for improved readability.
16666
16667 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16668
16669 * gnus-art.el (article-decode-mime-words, article-babel)
16670 (gnus-article-highlight-signature, gnus-article-add-buttons)
16671 (gnus-signature-toggle): Use gnus-with-article-buffer.
16672
16673 * gnus-art.el (gnus-article-highlight-headers)
16674 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16675
16676 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16677 (gnus-article-set-globals, gnus-request-article-this-buffer)
16678 (gnus-button-message-id, gnus-article-maybe-hide-headers)
16679 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16680 (gnus-mime-display-alternative): Use with-current-buffer.
16681
16682 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16683
16684 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16685 also under 80 char limit, and call gnus-error if needed.
16686 (spam-fetch-article-header): Fix - it was a
16687 buffer-local variable (gnus-newsgroup-data).
16688 (spam-find-spam): Use spam-generate-fake-headers, forget about
16689 spam-insert-fake-headers.
16690 (spam-insert-fake-headers): Remove.
16691
16692 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16693
16694 * deuglify.el (gnus-article-outlook-unwrap-lines)
16695 (gnus-outlook-rearrange-article)
16696 (gnus-outlook-repair-attribution-outlook)
16697 (gnus-outlook-repair-attribution-block)
16698 (gnus-outlook-repair-attribution-other): Remove redundant
16699 save-excursion.
16700
16701 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16702
16703 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16704 (spam-fetch-field-subject-fast)
16705 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16706 (spam-fetch-article-header): Add functions to deal with Gnus
16707 internals for fast retrieval of article header data.
16708 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16709
16710 2004-01-09 Jesper Harder <harder@ifa.au.dk>
16711
16712 * pop3.el (pop3-md5): Remove.
16713 (pop3-apop): Replace pop3-md5 with md5.
16714
16715 * mm-bodies.el: base64 is always built-in.
16716
16717 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16718 with-current-buffer.
16719
16720 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
16721
16722 * canlock.el (canlock-insert-header): Remove excessive grouping in
16723 regexp.
16724
16725 * gnus-sum.el (gnus-summary-read-document): Ditto.
16726
16727 * gnus-uu.el (gnus-uu-part-number): Ditto.
16728
16729 * html2text.el (html2text-remove-tags): Ditto.
16730 (html2text-format-tags): Ditto.
16731 (html2text-format-single-elements): Ditto.
16732
16733 * mml.el (mml-parse-1): Ditto.
16734
16735 2004-01-08 Jesper Harder <harder@ifa.au.dk>
16736
16737 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16738
16739 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16740
16741 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16742
16743 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16744
16745 2003-11-15 Simon Josefsson <jas@extundo.com>
16746
16747 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16748 (pgg-gpg-lookup-key): Use regexp match instead of
16749 split-string (split-string is different between emacs 21.2 and
16750 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
16751
16752 2004-01-08 Jesper Harder <harder@ifa.au.dk>
16753
16754 * gnus-art.el (gnus-mime-view-all-parts)
16755 (gnus-article-part-wrapper, gnus-article-view-part): Use
16756 with-current-buffer.
16757
16758 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
16759
16760 * spam.el (spam-disable-spam-split-during-ham-respool)
16761 (spam-spamoracle-database, spam-cache-lookups)
16762 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16763 (spam-group-ham-mark-p, spam-group-spam-mark-p)
16764 (spam-group-ham-marks, spam-group-spam-marks)
16765 (spam-group-spam-contents-p, spam-group-ham-contents-p)
16766 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16767 also add spam-use-blackholes to the statistical checks.
16768 (spam-fetch-field-fast): Add interface to fetching fields, may
16769 become a macro.
16770 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16771 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16772 (spam-insert-fake-headers): Fake an article when needed.
16773 (spam-find-spam): Fake article when possible.
16774 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16775 (spam-check-bogofilter-headers): Use message-fetch-field instead
16776 of nnmail-fetch-field.
16777
16778 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16779
16780 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16781
16782 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
16783
16784 * spam.el (spam-split): Do not require spam-use-CHECK to be
16785 enabled if that check is passed to spam-split explicitly; also
16786 fix so 'spam doesn't get converted to spam-split-group when
16787 spam-split-symbolic-return is t.
16788 (spam-find-spam): Find registrations of the article and use those
16789 instead of re-running spam-split to find the spam/ham
16790 classification of the article.
16791 (spam-log-processing-to-registry, spam-log-registered-p)
16792 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16793 Use gnus-error instead of gnus-message.
16794 (spam-log-registration-type): Add function to determine the
16795 classification of a message based on registry entries; will
16796 return nil if both 'spam and 'ham are found.
16797 (spam-check-BBDB): Expand all the BBDB macros here so we can have
16798 a reasonably fast local cache without the loading errors.
16799 (spam-cache-lookups): Set to t by default.
16800 (spam-find-spam): Don't try to guess spam-cache-lookups.
16801 (spam-enter-whitelist, spam-enter-blacklist): Clear the
16802 spam-caches entry.
16803 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16804 caching of whitelist/blacklist entries.
16805 (spam-check-whitelist, spam-check-blacklist): Invoke
16806 spam-from-listed-p with a type, not a cache variable.
16807 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16808
16809 2004-01-07 Jesper Harder <harder@ifa.au.dk>
16810
16811 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16812
16813 * nnmail.el (nnmail-split-fancy): do.
16814
16815 * mml.el (mml-parse): do.
16816
16817 * gnus-score.el (gnus-enter-score-words-into-hashtb)
16818 (gnus-score-adaptive): do.
16819
16820 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16821
16822 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16823 (gnus-mime-button-map): Don't set keymap parent.
16824 (gnus-button-ctan-directory-regexp): Use shy grouping.
16825 (gnus-prev-page-map): Don't set keymap parent.
16826 (gnus-prev-page-map): Remove duplicated one.
16827 (gnus-next-page-map): Don't set keymap parent.
16828 (gnus-mime-security-button-map): Ditto.
16829
16830 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16831 version number.
16832
16833 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16834
16835 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16836
16837 * canlock.el (canlock-sha1-function): Remove.
16838 (canlock-sha1-function-for-verify): Remove.
16839 (canlock-openssl-program): Remove.
16840 (canlock-openssl-args): Remove.
16841 (canlock-ignore-errors): Remove.
16842 (canlock-sha1-with-openssl): Remove.
16843 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16844 (canlock-verify): Don't use canlock-ignore-errors.
16845
16846 * sha1-el.el (sha1-string-external): Make it can return a string
16847 in binary form.
16848 (sha1-region-external): Ditto.
16849 (sha1-string-internal): Ditto.
16850 (sha1-region-internal): Ditto.
16851 (sha1-region): Ditto.
16852 (sha1-string): Ditto.
16853 (sha1): Ditto.
16854
16855 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16856
16857 * spam.el (spam-report-articles-gmane): New command.
16858
16859 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
16860
16861 * gnus.el: Don't make unnecessary *Group* buffer when loading.
16862
16863 * run-at-time.el (run-at-time-saved): Remove.
16864 (run-at-time): Doc fix.
16865
16866 2004-01-07 Jesper Harder <harder@ifa.au.dk>
16867
16868 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16869 (gnus-summary-limit-map): Add it.
16870 (gnus-summary-make-menu-bar): do.
16871
16872 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
16873
16874 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16875 Make attempt at some caching support (done for BBDB only now).
16876 (spam-find-spam): Set spam-cache-lookups if there are more than 2
16877 addresses to be checked.
16878 (spam-clear-cache-BBDB): Add function, to be invoked by
16879 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16880 (spam-check-BBDB): Check and use the caches, if
16881 spam-cache-lookups is on, remove superfluous (provide).
16882
16883 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
16884
16885 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16886
16887 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
16888
16889 * run-at-time.el (run-at-time-saved): Move to after the definition
16890 of `run-at-time'.
16891
16892 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16893
16894 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16895 mm-w3m-local-map-property.
16896
16897 * mm-view.el (mm-w3m-mode-map): Remove.
16898 (mm-w3m-local-map-property): Remove.
16899 (mm-inline-text-html-render-with-w3m): Don't use
16900 mm-w3m-local-map-property.
16901
16902 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16903
16904 * run-at-time.el: New file.
16905
16906 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16907 of gnus-set-text-properties.
16908
16909 * gnus-uu.el (gnus-uu-save-article): Ditto.
16910
16911 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16912
16913 * gnus-cite.el (gnus-cite-parse): Ditto.
16914
16915 * gnus-art.el (gnus-button-push): Use set-text-properties instead
16916 of gnus-.
16917
16918 * gnus.el: Changed calls to nnheader-run-at-time and
16919 password-run-at-time throughout to use run-at-time directly.
16920
16921 * password.el: Removed definition of run-at-time.
16922
16923 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
16924
16925 * mml.el (mml-minibuffer-read-disposition): Show attachment type
16926 in prompt.
16927
16928 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
16929
16930 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16931 XEmacs version.
16932
16933 * dns.el (dns-make-network-process): Use `open-network-stream'
16934 instead of `gnus-xmas-open-network-stream'.
16935
16936 * .cvsignore: Add auto-autoloads.el, custom-load.el.
16937
16938 2004-01-06 Jesper Harder <harder@ifa.au.dk>
16939
16940 * gnus-art.el (gnus-mime-display-alternative)
16941 (gnus-insert-mime-button, gnus-insert-mime-security-button)
16942 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16943 Don't use gnus-local-map-property.
16944
16945 * gnus-util.el (gnus-local-map-property): Remove.
16946
16947 * mm-view.el (mm-view-pkcs7-decrypt): Replace
16948 gnus-completing-read-maybe-default with completing-read.
16949
16950 * gnus-util.el (gnus-completing-read): do.
16951 (gnus-completing-read-maybe-default): Remove.
16952
16953 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
16954
16955 * password.el: Only autoload `run-at-time' if not XEmacs.
16956 Only autoload the itimer functions if XEmacs.
16957
16958 2004-01-06 Jesper Harder <harder@ifa.au.dk>
16959
16960 * gnus-art.el (gnus-read-string): Remove.
16961 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16962 read-string.
16963
16964 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
16965
16966 * netrc.el: Autoload password-read.
16967 (netrc): Add configuration group.
16968 (netrc-encoding-method, netrc-openssl-path): Add
16969 variables for encoding and decoding of files with symmetric
16970 ciphers.
16971 (netrc-encode): Add assistant function to encode a file with
16972 netrc-encoding-method.
16973 (netrc-parse): Add interactive parameter, added optional
16974 decoding if netrc-encoding-method is non-nil but otherwise
16975 behavior is standard.
16976 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16977 Do s/encode/encrypt/ everywhere.
16978
16979 * spam.el: Remove executable-find autoload.
16980
16981 2004-01-05 Jesper Harder <harder@ifa.au.dk>
16982
16983 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16984
16985 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16986
16987 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16988
16989 * gnus-art.el (gnus-treat-ansi-sequences)
16990 (article-treat-ansi-sequences): New variable and function.
16991 Suggested by Dan Jacobson <jidanni@jidanni.org>.
16992
16993 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16994 Use it.
16995
16996 2004-01-05 Jesper Harder <harder@ifa.au.dk>
16997
16998 * mm-util.el (mm-quote-arg): Remove.
16999
17000 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17001 shell-quote-argument.
17002
17003 * gnus-uu.el (gnus-uu-command): do.
17004
17005 * gnus-sum.el (gnus-summary-insert-pseudos): do.
17006
17007 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17008 with make-char.
17009
17010 * mm-util.el (mm-make-char): Remove.
17011
17012 * mml.el (mml-mode): Replace gnus-add-minor-mode with
17013 add-minor-mode.
17014
17015 * gnus-undo.el (gnus-undo-mode): do.
17016
17017 * gnus-topic.el (gnus-topic-mode): do.
17018
17019 * gnus-sum.el (gnus-dead-summary-mode): do.
17020
17021 * gnus-start.el (gnus-slave-mode): do.
17022
17023 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17024
17025 * gnus-ml.el (gnus-mailing-list-mode): do.
17026
17027 * gnus-gl.el (gnus-grouplens-mode): do.
17028
17029 * gnus-draft.el (gnus-draft-mode): do.
17030
17031 * gnus-dired.el (gnus-dired-mode): do.
17032
17033 * gnus-ems.el (gnus-add-minor-mode): Remove.
17034
17035 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17036 Replace gnus-char-width with char-width.
17037
17038 * gnus-ems.el (gnus-char-width): Remove.
17039
17040 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17041 Replace gnus-char-width with char-width.
17042
17043 * gnus-ems.el (gnus-char-width): Remove.
17044
17045 * spam-stat.el (with-syntax-table): Remove with-syntax-table
17046 definition.
17047 Remove Emacs 20 hash table compatibility code.
17048
17049 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17050 20 compatibility code.
17051
17052 * spam.el (spam-point-at-eol): Replace with point-at-eol.
17053
17054 * smime.el (smime-point-at-eol): Replace with point-at-eol.
17055
17056 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17057 with point-at-{eol,bol}.
17058
17059 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17060
17061 * imap.el (imap-point-at-eol): Replace with point-at-eol.
17062
17063 * flow-fill.el (fill-flowed-point-at-bol)
17064 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17065
17066 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17067 Replace with point-at-{eol,bol} throughout all files.
17068
17069 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17070
17071 * ntlm.el (ntlm-string-as-unibyte): New macro.
17072 (ntlm-build-auth-response): Use it.
17073
17074 Remove Emacs 20 stuff:
17075 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17076 of delq and copy-sequence.
17077 * gnus-art.el (popup-menu): Remove the compiler macro.
17078 * nnmail.el (nnmail-split-fancy): Don't support customizing with
17079 Emacs 20.
17080
17081 2004-01-05 Simon Josefsson <jas@extundo.com>
17082
17083 * ntlm.el: Fix namespace. Change smb-passwd-hash into
17084 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17085 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17086 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17087 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17088 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17089 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17090 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17091 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17092 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17093 ntlm-string-permute, string-lshift into ntlm-string-lshift,
17094 string-xor into ntlm-string-xor. Suggested by
17095 Jesper Harder <harder@myrealbox.com>.
17096
17097 * ntlm.el: Don't include poem.
17098
17099 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
17100 Jesper Harder <harder@myrealbox.com>.
17101
17102 * sasl-ntlm.el, ntlm.el, md4.el: New files.
17103
17104 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
17105 probably breaks emacs with DL patch, but do we care? Is anyone
17106 still using the DL stuff?)
17107
17108 * sieve-manage.el: Use the password package.
17109 (sieve-manage-read-passwd): Remove.
17110 (sieve-manage-interactive-login): Use password. Re-add
17111 condition-case around loop.
17112
17113 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17114 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17115 the password package.
17116
17117 2003-02-19 Simon Josefsson <jas@extundo.com>
17118
17119 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17120 token.
17121
17122 2002-08-07 Simon Josefsson <jas@extundo.com>
17123
17124 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17125 (sieve-manage-authenticators):
17126 (sieve-manage-authenticator-alist): Add some SASL mechs.
17127 (sieve-sasl-auth): New function.
17128 (sieve-manage-cram-md5-auth):
17129 (sieve-manage-plain-auth): Rewrite using SASL library.
17130 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17131 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17132 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17133 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17134
17135 2004-01-05 Simon Josefsson <jas@extundo.com>
17136
17137 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17138 New files.
17139
17140 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17141
17142 * gnus-group.el (gnus-no-groups-message): Update.
17143
17144 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17145
17146 2003-11-09 Simon Josefsson <jas@extundo.com>
17147
17148 * imap.el: Support for ID IMAP extension (RFC 2971).
17149 (imap-local-variables): Add imap-id.
17150 (imap-id): New variable.
17151 (imap-id): New function.
17152 (imap-parse-response): Parse untagged ID response.
17153 * nnimap.el (nnimap-id): New variable.
17154 (nnimap-open-connection): Use it.
17155
17156 2003-12-28 Simon Josefsson <jas@extundo.com>
17157
17158 * gnus-score.el (gnus-score-edit-all-score): New.
17159 * gnus-group.el (gnus-group-score-map): Bind it to W e.
17160
17161 2004-01-04 Simon Josefsson <jas@extundo.com>
17162
17163 * password.el: Add.
17164
17165 2004-01-04 Mario Lang <lang@zid.tugraz.at>
17166
17167 * dns.el (dns-query-types): Fix typo.
17168 (dns-query-types): New function.
17169 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
17170 PTR and SOA replies, see RFC 1035.
17171
17172 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17173
17174 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17175
17176 * Moved to Changelog.2.
17177
17178 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17179
17180 * gnus.el (gnus-version-number): Bump version.
17181
17182 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17183
17184 * gnus.el: No Gnus v0.1 is released.
17185
17186 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17187
17188 * gnus.el: No Gnus v0.0 is released.
17189
17190 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17191
17192 * gnus.el (gnus-version-number): Bump.
17193 (gnus-version): No.
17194
17195 See ChangeLog.2 for earlier changes.
17196
17197 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
17198
17199 This file is part of GNU Emacs.
17200
17201 GNU Emacs is free software: you can redistribute it and/or modify
17202 it under the terms of the GNU General Public License as published by
17203 the Free Software Foundation, either version 3 of the License, or
17204 (at your option) any later version.
17205
17206 GNU Emacs is distributed in the hope that it will be useful,
17207 but WITHOUT ANY WARRANTY; without even the implied warranty of
17208 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17209 GNU General Public License for more details.
17210
17211 You should have received a copy of the GNU General Public License
17212 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17213
17214 ;; Local Variables:
17215 ;; coding: utf-8
17216 ;; fill-column: 79
17217 ;; add-log-time-zone-rule: t
17218 ;; End: