]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
f33f5a38acfbf306eee00310819264677740cee2
[gnu-emacs] / lisp / gnus / ChangeLog
1 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
4 variations as ASCII (bug#5458).
5
6 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7
8 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
9
10 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11
12 * message.el (message-point-in-header-p): Tweak the function to default
13 to saying that we're not in the headers if there is no separator at
14 all. This makes it possible to use the Message version of `M-q' in
15 buffers with no headers (bug#7987).
16 (message-point-in-header-p): Fix last checkin to work with an empty
17 mail-header-separator, too.
18
19 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
20 again, save the choice via customize.
21
22 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23
24 * message.el (message-send-mail-function): Add `sendmail-query-once'.
25
26 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
27 ended the connection, bail out before waiting infinitely on a new
28 connection.
29
30 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
31
32 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
33 reports.
34
35 * gnus.el (gnus-bug-package): Use "gnus."
36 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
37
38 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
39
40 * gnus-art.el (gnus-article-stop-animations): New function to stop any
41 animations going on at article exit time.
42
43 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
44 since removing it breaks people upgrading.
45
46 * shr.el (shr-put-image): Use the new interface for animating images.
47 (shr-put-image): Animate for 60 seconds.
48
49 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
50 error with `find-file-hooks' on Emacs 22.
51 (with-auth-source-epa-overrides): Ugly hack to Wrap the
52 `find-file-hook' things in `symbol-value' to avoid compilation warnings
53 on all architectures.
54
55 * spam.el (spam-stat): Require in a normal fashion without binding
56 `spam-stat-install-hooks' to avoid compilation warnings.
57
58 * spam-stat.el (spam-stat-install-hooks): Removed.
59 (spam-stat-install-hooks): Don't run automatically.
60
61 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
62
63 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
64 and keystroke.
65
66 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
67
68 * auth-source.el (auth-source-netrc-cache): Move forward.
69
70 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
71
72 * auth-source.el (auth-source-netrc-create): Don't query the bits that
73 we already know.
74 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
75 (auth-source-netrc-create): Don't prompt for the stuff we already know.
76
77 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
78
79 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
80 %S format, since that looks odd.
81 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
82 file, especially when saving.
83
84 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
85
86 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
87 article found.
88
89 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
90
91 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
92 `auth-source-save-secrets' with a more sensitive alist that can be
93 configured per file. Experimental, so defaults to 'never.
94 (auth-source-netrc-create): Use it. Still experimental code.
95 (with-auth-source-epa-overrides): Use `find-file-hooks' if
96 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
97
98 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
99
100 * auth-source.el (auth-source-save-secrets): New variable to control if
101 secret tokens should be saved encrypted.
102 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
103 to `auth-source-netrc-normalize'.
104 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
105 on the EPA variables being defined.
106 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
107 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
108 the lexical-let closure.
109 (auth-source-netrc-create): Create "gpg:" tokens according to
110 `auth-source-save-secrets'.
111
112 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
113
114 * gnus-group.el (gnus-group-update-group): Add new argument
115 `info-unchanged' that stops updating dribble buffer.
116
117 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
118 deletes lines matching to it in dribble buffer.
119
120 * gnus-agent.el (gnus-agent-fetch-group-1):
121 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
122 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
123 * gnus-start.el (gnus-group-change-level):
124 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
125
126 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
127 if newsgroup info is not changed.
128
129 * gnus-group.el (gnus-group-get-new-news-this-group):
130 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
131 Don't update dribble buffer.
132
133 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
134
135 * gnus-registry.el (gnus-registry-remove-ignored): New function to
136 remove entries with groups we ignore.
137
138 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
139
140 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
141 the underline comes at the bottom.
142
143 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
144
145 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
146 `gnus-registry-user-format-function-M' and declare the latter obsolete.
147 (gnus-registry-article-marks-to-names): Rename from
148 `gnus-registry-user-format-function-M2'.
149
150 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
151
152 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
153 ephemeral group.
154
155 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
156
157 * shr.el (shr-browse-image): Copy the URL if called interactively.
158
159 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
160
161 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
162 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
163 done, then unselected articles may be marked as read.
164
165 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
166 since not doing this seems to lead to a race condition in pop3-logon.
167
168 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
169 so that the call chain it correct when we call "upwards".
170
171 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
172 in read-only groups.
173
174 * gnus-group.el (gnus-group-mark-article-read): Ditto.
175
176 * message.el (message-cite-reply-position): Doc string fix.
177
178 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
179 avoid regexp overflow.
180 (nnimap-transform-split-mail): Ditto.
181
182 * pop3.el (pop3-retr): Error out if the server closes the connection.
183
184 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
187 mm-with-unibyte-current-buffer. The buffer should not contain any
188 multibyte chars anyway at this stage.
189
190 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
191
192 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
193 at the end of lines.
194
195 2011-05-29 Julien Danjou <julien@danjou.info>
196
197 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
198
199 2011-05-27 Glenn Morris <rgm@gnu.org>
200
201 * gnus-group.el (gnus-bug-group-download-format-alist):
202 Use the "maintainer" version of debian reports as well.
203
204 2011-05-26 Glenn Morris <rgm@gnu.org>
205
206 * gnus-group.el (gnus-bug-group-download-format-alist):
207 Use the "maintainer" version of debbugs.gnu.org reports.
208
209 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
210
211 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
212
213 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
214
215 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
216 the thread moves us backwards and so we loop forever.
217
218 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
219
220 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
221 whitespace in base64 data lines.
222
223 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
224
225 * gnus-registry.el (gnus-registry-user-format-function-M):
226 Use `mapconcat'.
227 (gnus-registry-user-format-function-M2): Use to see the full text of
228 the marks. Make "," the mark text separator.
229
230 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
231 authentication with auth-source.
232
233 2011-05-17 Glenn Morris <rgm@gnu.org>
234
235 * gnus-group.el (gnus-import-other-newsrc-file):
236 Use insert-file-contents.
237
238 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
239
240 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
241 1000 iterations.
242
243 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
244
245 * nntp.el (nntp-open-connection): Check if process-type is available.
246
247 2011-05-16 Julien Danjou <julien@danjou.info>
248
249 * shr.el (shr-tag-del): Add support for del tag.
250
251 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
252
253 * gnus-html.el (gnus-html-put-image): Register a displayer.
254
255 * shr.el (shr-image-displayer): Don't remove text props from alt text.
256
257 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
258
259 * registry.el (prune-factor): New initialization parameter defaulting
260 to 0.1.
261 (registry-prune-hard): Use it.
262
263 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
264 0.1 expicitly.
265
266 2011-05-13 Glenn Morris <rgm@gnu.org>
267
268 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
269 is bound, since this function requires sendmail.
270
271 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
272
273 * registry.el (registry-usage-test): Disable pruning test.
274
275 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
276
277 * registry.el (registry-prune-hard-candidates)
278 (registry-prune-soft-candidates): Helper methods for registry pruning.
279 (registry-prune): Use them. Make the sort function optional.
280
281 2011-05-10 Jim Meyering <meyering@redhat.com>
282
283 * shr.el (shr-colorize-region): Fix typo "on on -> on".
284
285 2011-05-10 Julien Danjou <julien@danjou.info>
286
287 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
288 symbol and not a list.
289
290 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
291
292 * gnus-art.el (gnus-article-mode): Move binding of
293 shr-put-image-function here from gnus-article-prepare-display.
294
295 * shr.el (shr-put-image-function): New variable.
296 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
297 (shr-put-image): Return scaled image.
298
299 * gnus-art.el (gnus-shr-put-image): New function.
300 (gnus-article-prepare-display): Bind shr-put-image-function to it.
301
302 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
303 original ones, as deletable.
304
305 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * nntp.el (nntp-open-connection): Set TCP keepalive option.
308
309 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
310
311 * registry.el (registry-full): Add convenience method. Fix logic.
312 (registry-insert): Use it. Fix logic here too.
313
314 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
315 `registry-prune' if `registry-full' returns t.
316 (gnus-registry-handle-action)
317 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
318 (gnus-registry-usage-test): Use it.
319
320 2011-05-07 Julien Danjou <julien@danjou.info>
321
322 * shr.el (shr-link): Make shr-link inherit from link by default.
323
324 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
325
326 * shr.el (shr-urlify, shr-link): Fix shr-link face.
327
328 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
329
330 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
331 error out because the face is not a list.
332
333 2011-05-05 Glenn Morris <rgm@gnu.org>
334
335 * gnus-start.el (gnus-propagate-marks): Declare.
336
337 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
338
339 * registry.el (registry-reindex): Fix percentage message.
340
341 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
342
343 * shr.el: Add shr-link face for links.
344 (shr-urlify): Use it.
345
346 * registry.el (registry-insert): Make error message more helpful.
347
348 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
349
350 * gnus-html.el (gnus-html-schedule-image-fetching):
351 Use url-queue-retrieve, if it exists.
352
353 * shr.el (shr-tag-img): Ditto.
354
355 * gnus.el: Autoload more gnus-agent functions.
356
357 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
358 agent if we haven't already (bug#8502).
359
360 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
361 into the Agent, too.
362
363 * gnus-agent.el (gnus-agent-store-article): New function.
364
365 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
366 and moved from that file for reuse.
367
368 * pop3.el (pop3-open-server): Error messages are "-ERR".
369
370 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
371
372 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
373 (open-tls-stream): Remove superfluous tls/starttls autoloads.
374
375 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
378 buffer has moved to a different frame.
379
380 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
381
382 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
383 to get the conversion from unibyte to multibyte buffers to work on
384 Emacs 22.
385
386 * nntp.el (nntp-request-article): Slight clean-up.
387
388 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
389
390 * shr.el (shr-strike-through): New face.
391 (shr-tag-s): Use it to provide <s> support.
392 (shr-tag-s): Remove duplicate definition.
393
394 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
395
396 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
397 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
398
399 2011-04-23 Glenn Morris <rgm@gnu.org>
400
401 * gnus-sum.el (gnus-extra-headers): Bump :version.
402
403 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
404
405 * shr.el (shr-tag-sup): New function.
406 (shr-tag-sub): Ditto.
407
408 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
409
410 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
411 for the case where `gnus-registry-ignored-groups' is a list of lists,
412 and don't call `gnus-parameter-registry-ignore' otherwise.
413
414 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
415
416 * nnimap.el (nnimap-user): New backend variable.
417 (nnimap-open-connection-1): Use it.
418 (nnimap-credentials): Accept user parameter so it's explicit what user
419 name is desired.
420
421 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
422 default.
423
424 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
425 not gnus-registry.el.
426
427 * gnus-registry.el: Mention in comments how to modify
428 `gnus-extra-headers' for proper recipient tracking and that it may
429 already have To and Cc recently, which it does as of this commit.
430 (gnus-registry-ignored-groups): Remove defcustom.
431 Explain why in comments.
432 (gnus-registry-action): Fix data-header reference to use the extra
433 headers. Explain in package commentary how to add To and Cc headers to
434 the gnus-extra-headers.
435 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
436 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
437 parameter list or a string list in `gnus-registry-ignored-groups'.
438 Fix logic error.
439
440 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
441
442 * shr.el (shr-expand-url): Protect against null urls.
443
444 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
445
446 * shr.el (shr-base): New binding.
447 (shr-tag-base): Keep track of <base>.
448 (shr-expand-url): New function used throughout.
449
450 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
451
452 * gnus-registry.el
453 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
454 (gnus-registry-ignored-groups): New variable.
455 (gnus-registry-ignore-group-p): Use it.
456 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
457 set the destination group to nil (same as delete) if it's ignored.
458
459 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
460
461 * gnus-registry.el (gnus-registry-action)
462 (gnus-registry-fetch-header-fast):
463 Don't use mail-header that looks an internal function of mailheader.el.
464
465 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
466
467 * gnus-registry.el: Eliminate cl functions.
468 (gnus-registry-sort-addresses): New function that replaces mapcan.
469 (gnus-registry-action, gnus-registry-spool-action)
470 (gnus-registry-split-fancy-with-parent)
471 (gnus-registry-fetch-recipients-fast): Use it.
472 (gnus-registry-import-eld): Replace delete* with dolist + delq.
473
474 * registry.el (initialize-instance, registry-lookup)
475 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
476 (registry-lookup-secondary-value, registry-search, registry-delete)
477 (registry-insert, registry-reindex, registry-size, registry-prune):
478 Use eval-and-compile.
479
480 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
481
482 * registry.el (registry-reindex): New method to recreate the secondary
483 registry indices.
484
485 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
486 tracked field changes.
487 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
488 (gnus-registry-action, gnus-registry-spool-action)
489 (gnus-registry-handle-action)
490 (gnus-registry--split-fancy-with-parent-internal)
491 (gnus-registry-split-fancy-with-parent)
492 (gnus-registry-register-message-ids): Add recipient tracking on spool,
493 move, and delete actions, and for fancy splitting with parent.
494 (gnus-registry-extract-addresses)
495 (gnus-registry-fetch-recipients-fast)
496 (gnus-registry-fetch-header-fast): Convenience functions.
497 (gnus-registry-misc-test): ERT test of
498 `gnus-registry-extract-addresses'.
499
500 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
501
502 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
503 Track by subject first, then sender.
504
505 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
508
509 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
510 Lisp.
511
512 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
513 (gnus-draft-send): Use it to avoid popping
514 up frames from gnus-group-send-queue.
515
516 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
517
518 * gnus-registry.el: Updated gnus-registry docs.
519
520 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
521
522 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
523 Fix logic bug.
524 (gnus-registry-post-process-groups): Fix logging of no results and
525 quote sender and subject.
526
527 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
528
529 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
530 (gnus-read-active-for-groups): Don't try to finish getting stuff where
531 we had no early-data returned.
532 (gnus-get-unread-articles): Add a sanity check so that we don't issue
533 two async commands to the same server at the same time.
534
535 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
536
537 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
538
539 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
540
541 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
542 "warning" level.
543
544 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
545 (mm-url-insert-file-contents): Don't set the package names.
546
547 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
548
549 * gnus-registry.el (gnus-registry-action): Remove properties and
550 simplify subject in `gnus-registry-handle-action'.
551 (gnus-registry-spool-action): Get subject and sender from message if
552 they are not passed in.
553 (gnus-registry-handle-action): Remove properties and simplify subject
554 consistently.
555
556 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * registry.el: Require CL before using defmacro*.
559
560 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
561
562 * gnus-art.el (article-treat-date): Assume that
563 gnus-article-date-headers may be a group parameter.
564
565 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
566
567 * gnus-registry.el (gnus-registry-handle-action): More debugging.
568
569 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
570 interactively so the newsrc file can contain foreign groups too.
571 Useful for debugging but not much for users.
572
573 2011-04-07 David Engster <dengste@eml.cc>
574
575 * registry.el (registry-usage-test): Only do
576 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
577 lexical binding.
578
579 2011-04-06 David Engster <dengste@eml.cc>
580
581 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
582 argument NOERROR for `require', since XEmacs 21.4 does not support it.
583
584 2011-04-06 David Engster <dengste@eml.cc>
585
586 * registry.el (initialize-instance): Change :after to :AFTER to be
587 compatible with old EIEIO version in XEmacs.
588
589 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
590
591 * gnus-registry.el (gnus-registry-post-process-groups)
592 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
593 and provide better messaging.
594
595 2011-04-06 David Engster <dengste@eml.cc>
596
597 * Makefile.in (fail-on-warning): New rule to compile with warnings as
598 errors.
599
600 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
601
602 * gnus-registry.el: Don't use ERT if it's not available. Load it
603 unconditionally anyway, discarding errors.
604 (gnus-registry-delete-entries): New convenience function.
605 (gnus-registry-import-eld): Import from old .eld registry.
606
607 * registry.el: Don't use ERT if it's not available. Load it
608 unconditionally anyway, discarding errors.
609
610 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
611 version from the Claudio Bley GnuTLS patch (extra optional parameters
612 and host name).
613
614 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
615
616 * gnus-registry.el (gnus-registry-fixup-registry): New function to
617 fixup the parameters that can be customized by the user between
618 save/read cycles.
619 (gnus-registry-read): Use it.
620 (gnus-registry-make-db): Use it.
621 (gnus-registry-spool-action, gnus-registry-handle-action):
622 Fix messaging.
623 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
624 Map references to actual group names with sender and subject tracking.
625 (gnus-registry-post-process-groups): Use `cond' for better messaging.
626 (gnus-registry-usage-test): Add subject lookup test.
627
628 * registry.el (registry-db, initialize-instance): Set up constructor
629 instead of :initform arguments for the sake of older Emacsen.
630 (registry-lookup-breaks-before-lexbind): New method to demonstrate
631 pre-lexbind merge bug.
632 (registry-usage-test): Use it.
633 (initialize-instance, registry-db): Move the non-function initforms
634 back to the class definition.
635
636 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
637
638 * registry.el: New library to manage gnus-registry-style data.
639
640 * gnus-registry.el: Use it (major rewrite).
641
642 * nnregistry.el: Use it.
643
644 * spam.el: Use it.
645
646 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
647
648 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
649 marks on non-selected articles.
650
651 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
652
653 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
654
655 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
656 parameter to open-protocol-stream.
657
658 2011-04-01 Julien Danjou <julien@danjou.info>
659
660 * mm-view.el (mm-display-inline-fontify): Do not fontify with
661 fundamental-mode.
662
663 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
664
665 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
666 servers.
667
668 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
669
670 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
671 made marks not propagate, again.
672
673 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
674
675 * proto-stream.el (open-protocol-stream): Bring back `network' type.
676 Make this the default type.
677 (proto-stream-open-plain): Rename from proto-stream-open-default.
678 (open-protocol-stream, proto-stream-open-starttls)
679 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
680 with `plain'.
681
682 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
683 value.
684
685 * nntp.el (nntp-open-connection-function): Document the fact that some
686 values are not functions but are instead handled specially.
687 Recognize nntp-open-plain-stream value.
688 (nntp-open-connection): Recognize that value.
689
690 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
691
692 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
693 stuff.
694
695 * gnus-score.el (gnus-score-string): Fix calling convention of
696 `gnus-simplify-buffer-fuzzy' after last patches.
697
698 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
699 server for articles we didn't get any headers for. This is a sanity
700 check.
701
702 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
703
704 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
705 new CAPABILITY, use it.
706
707 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
708
709 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
710 downloading anything.
711
712 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
713
714 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
715
716 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
717 colors.
718 (gnus-splash-svg-color-symbols): New function.
719
720 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
721
722 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
723 instead of using the global gnus-simplify-subject-fuzzy-regexp.
724 (gnus-simplify-subject-fuzzy): Use the local
725 gnus-simplify-subject-fuzzy-regex instead of the global one.
726 This makes using this variable in group parameters work.
727
728 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
729
730 * gnus-registry.el (gnus-registry-unfollowed-groups):
731 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
732 archive:sent-YYYY-MM-DD groups).
733 (gnus-registry-split-fancy-with-parent): Bail out early in sender
734 tracking if there are more than `gnus-registry-max-track-groups'
735 matches.
736
737 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * message.el (message--yank-original-internal): New function to do the
740 insertion cleanly inside eval in `message-yank-original'.
741 (message-yank-original): Use it.
742
743 2011-03-29 Julien Danjou <julien@danjou.info>
744
745 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
746 local variables disabled rather than `normal-mode'.
747
748 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
749
750 * proto-stream.el: Changes preparatory to merging open-protocol-stream
751 with open-network-stream.
752 (proto-stream-always-use-starttls): Option removed.
753 (open-protocol-stream): Return a process object by default. Provide a
754 new parameter :return-list specifying a list-type return value, which
755 now has the form (PROP . PLIST) instead of a fixed-length list. Change
756 :type `network' to `try-starttls', and `network-only' to `default'.
757 Make `default' the default, for compatibility with open-network-stream.
758 Handle the no-parameter case exactly as open-network-stream, with no
759 additional stream processing. Search plists using plist-get.
760 Explicitly add :end-of-commend parameter if it is missing.
761 (proto-stream-open-default): Rename from
762 proto-stream-open-network-only. Return 'default as the type.
763 (proto-stream-open-starttls): Rename from proto-stream-open-network.
764 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
765 failed. Always return a list with a (possibly dead) process as the
766 first element, for compatibility with open-network-stream.
767 (proto-stream-open-tls): Use plist-get. Always return a list.
768 (proto-stream-open-shell): Return `default' as connection type.
769 (proto-stream-capability-open): Use plist-get.
770 (proto-stream-eoc): Function deleted.
771
772 * nnimap.el (nnimap-stream, nnimap-open-connection)
773 (nnimap-open-connection-1): Handle renaming of :type parameter for
774 open-protocol-stream.
775 (nnimap-open-connection-1): Pass a :return-list parameter
776 open-protocol-stream to obtain a list return value. Parse this list
777 using plist-get.
778
779 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
780 for open-protocol-stream. Accept open-protocol-stream return value
781 that is a subprocess object instead of a list. Handle the case of a
782 dead returned process.
783
784 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
785
786 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
787
788 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
789
790 2011-03-21 Julien Danjou <julien@danjou.info>
791
792 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
793 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
794 query.
795 (mm-inline-text): Render normal text with fontification whenever
796 possible.
797
798 * gnus-sum.el (gnus-summary-save-parts-1):
799 * gnus-art.el (gnus-article-browse-html-save-cid-content)
800 (gnus-article-browse-html-parts, gnus-mime-delete-part)
801 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
802 Use `mm-handle-filename'.
803
804 * mm-util.el (mm-handle-filename): New function, return the filename of
805 an handle.
806
807 2011-03-18 Julien Danjou <julien@danjou.info>
808
809 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
810 (gnus-buffer-live-p): Check that buffer is not nil.
811
812 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
813
814 * gnus-art.el: Require mouse, which the build bot seems to say is
815 needed.
816
817 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
818 XEmacs, since it doesn't have url-retrieve-synchronously.
819
820 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
821
822 * gnus-group.el (gnus-group-list-ticked): New function.
823 (gnus-group-make-menu-bar): Provide a menu entry for it.
824 (gnus-group-list-map): Provide a binding for it.
825
826 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
827
828 * shr.el (shr-visit-file): New command.
829
830 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
831
832 2011-03-17 Bjørn Mork <bjorn@mork.no>
833
834 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
835 servers.
836
837 2011-03-16 Julien Danjou <julien@danjou.info>
838
839 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
840 inline.
841
842 * gnus-art.el (article-hide-list-identifiers):
843 Use gnus-group-get-list-identifiers.
844
845 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
846 (gnus-summary-remove-list-identifiers):
847 Use gnus-group-get-list-identifiers to get regexp.
848 (gnus-select-newsgroup, gnus-summary-insert-subject)
849 (gnus-summary-insert-articles):
850 Call gnus-summary-remove-list-identifiers unconditionally.
851
852 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
853
854 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
855 we're selecting a group with unread articles.
856
857 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
858
859 * gssapi.el: New file separated out from imap.el to provide a general
860 Kerberos 5 connection facility for Emacs.
861
862 * message.el (message-elide-ellipsis): Document the format spec
863 ellipsis.
864
865 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
866
867 * message.el (message-elide-region): Allow the ellipsis to say how many
868 lines were removed.
869
870 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
871
872 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
873 window configurations containing buffers that are now dead.
874
875 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
876 parsing to avoid integer overflows.
877 (nnimap-parse-flags): Simplify the last change.
878 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
879 too large for 32-bit Emacsen.
880
881 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * auth-source.el (auth-source-netrc-create):
884 * message.el (message-yank-original): Fix use of `case'.
885
886 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
887
888 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
889 XEmacs, which was one character too wide.
890
891 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
892
893 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
894 default number of articles to display.
895 (gnus-articles-to-read): Use pretty names for prompt.
896
897 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
898
899 * gnus-int.el (gnus-open-server): Ditto.
900
901 * gnus-start.el (gnus-activate-group): Give a backtrace if
902 debug-on-quit is set and the user hits `C-g'.
903 (gnus-read-active-file): Ditto.
904
905 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
906
907 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
908
909 * message.el (message-yank-original): Use cond instead of CL case.
910
911 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * auth-source.el (auth-source-netrc-create): Use usual format for the
914 default in prompts.
915
916 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
917
918 * auth-source.el (auth-source-netrc-create): Show the default in the
919 prompt when prompting for token creation.
920
921 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
922
923 * auth-source.el (auth-source-format-prompt): Always convert the value
924 to a string to avoid evaluating non-string arguments.
925 (auth-source-netrc-create): Offer default properly, not as initial
926 content in `read-string'.
927 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
928 of line to determine if we've been run before. If so, don't run again,
929 but print a trivial message to indicate the cache was hit instead.
930
931 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
932
933 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
934 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
935 The user will have to run `gnus-sync-read' manually and wait for Cloudy
936 Gnus.
937
938 2011-03-11 Julien Danjou <julien@danjou.info>
939
940 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
941 modified file".
942
943 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
944
945 * auth-source.el (auth-source-read-char-choice): New function to read a
946 character choice using `dropdown-list', `read-char-choice', or
947 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
948 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
949 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
950 (auth-source-netrc-saver): Use it.
951 (auth-source-pick-first-password): New convenience function.
952
953 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
954
955 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
956 parameter in the credentials.
957 (nnimap-open-connection-1): Use it after a successful login.
958 (nnimap-credentials): Add IMAP-specific user and password prompt.
959
960 * auth-source.el (auth-source-search): Add :require parameter, taking a
961 list. Document it and the :save-function return token. Pass :require
962 down. Change the CREATED message from a warning to a debug statement.
963 (auth-source-search-backends): Pass :require down.
964 (auth-source-netrc-search): Pass :require down.
965 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
966 Change save prompt to indicate all modifications saved here are
967 deletions.
968 (auth-source-netrc-create): Take user login name as default in user
969 prompt. Move all the save functionality to a lexically bound function
970 under the :save-function token in the returned list. Set up clearer
971 default prompts for user, host, port, and secret.
972 (auth-source-netrc-saver): New function, intended to be wrapped for
973 :save-function.
974
975 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
976
977 * Version 23.3 released.
978
979 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
980
981 * shr.el (shr-table-horizontal-line): Change the defaults for the table
982 lines to be spaces instead.
983
984 2011-03-07 Julien Danjou <julien@danjou.info>
985
986 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
987 (sieve-sasl-auth): Check that auth-source-search did return something,
988 or just return an empty string.
989
990 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
991
992 * gnus.el (gnus-interactive): Use read-directory-name.
993
994 * gnus-uu.el (gnus-uu-decode-uu-and-save)
995 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
996 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
997 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
998 Likewise.
999
1000 * gnus-group.el (gnus-group-make-directory-group): Likewise.
1001
1002 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1003
1004 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1005 onto the list of killed groups, too. This makes killed nnimap groups,
1006 for instance, more reliably not reappear.
1007
1008 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1009 the parent.
1010
1011 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1012
1013 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1014 really have server-side marks.
1015
1016 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1017 since most backends do not usefully have server-side marks.
1018 (gnus-update-read-articles): Propagate marks to all backends that
1019 really have server-side marks.
1020
1021 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1022
1023 * message.el (message-cite-reply-position, message-cite-style):
1024 New variables.
1025 (message-yank-original): Use the new citation styles.
1026
1027 2011-03-04 Daiki Ueno <ueno@unixuser.org>
1028
1029 * message.el (message-options): Revert the change that's a workaround
1030 for XEmacs buffer-local issue; don't mark it buffer-local when running
1031 under XEmacs.
1032
1033 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
1034
1035 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1036 numbers too big to be `read'.
1037
1038 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1039
1040 * message.el (message-options): Make buffer-local two ways to attempt
1041 to fix a XEmacs bug.
1042
1043 2011-03-02 Julien Danjou <julien@danjou.info>
1044
1045 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1046
1047 2011-03-01 Julien Danjou <julien@danjou.info>
1048
1049 * gnus-art.el (list-identifier): Add list-identifier as a parameter
1050 group.
1051 (article-hide-list-identifiers): Use list-identifier group parameter.
1052
1053 2011-02-28 Julien Danjou <julien@danjou.info>
1054
1055 * sieve.el (sieve-buffer-script-name): New local variable to store
1056 sieve script name.
1057 (sieve-edit-script): Store sieve script name.
1058 (sieve-upload): Use sieve script name when uploading.
1059 (sieve-upload): Use substitute-command-keys.
1060 (sieve-edit-script): Use substitute-command-keys.
1061 (sieve-refresh-scriptlist): Use substitute-command-keys.
1062 (sieve-manage-mode-map): Define keymap properly.
1063 (sieve-manage-mode): Do not set mode name manually, change mode-name to
1064 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1065 Remove commented code about cvs.
1066 (sieve-manage-quit): New function.
1067 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1068
1069 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1070
1071 * gnus-group.el (gnus-import-other-newsrc-file): New function.
1072
1073 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1074
1075 * auth-source.el (auth-source-search): Cache empty result sets.
1076
1077 * auth-source.el (auth-source-save-behavior): New variable to replace
1078 `auth-source-never-create'.
1079 (auth-source-netrc-create): Use it.
1080 (auth-source-never-save): Remove.
1081
1082 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
1083
1084 * nnimap.el (nnimap-stream): Doc fix.
1085 (nnimap-open-connection-1): Reverse the order of the ports to that the
1086 prompted-for port is first.
1087
1088 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1089 retrieval by the no-group selection.
1090
1091 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1092 numerical parameters.
1093
1094 2011-02-25 Julien Danjou <julien@danjou.info>
1095
1096 * gnus-gravatar.el: Use gnus-with-article-buffer.
1097
1098 * gnus-art.el (gnus-with-article-buffer): Check that the
1099 gnus-article-buffer is alive.
1100
1101 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
1102
1103 * auth-source.el (auth-source-creation-prompts): New variable to manage
1104 creation-time prompts.
1105 (auth-source-search): Document it.
1106 (auth-source-format-prompt): Add utility function.
1107 (auth-source-netrc-create): Don't default the user name to
1108 user-login-name. Use `auth-source-creation-prompts' and some default
1109 prompts for user, host, port, and password (the default generic prompt
1110 remains ugly).
1111 (auth-source-never-save): Add customizable option to never save info.
1112 (auth-source-netrc-create): Use it and improve save prompts. Fix help
1113 mode excursion.
1114
1115 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1116
1117 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1118 argument that XEmacs doesn't support.
1119
1120 2011-02-23 Julien Danjou <julien@danjou.info>
1121
1122 * gnus-art.el (article-make-date-line): Ignore errors if time is
1123 invalid and not convertible.
1124 (article-make-date-line): Only add lapsed time if time is not nil.
1125
1126 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
1127
1128 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1129 `read-char-choice' for backwards compatibility.
1130 (auth-source-netrc-element-or-first): New function to DTRT for
1131 parameter extraction.
1132 (auth-source-netrc-create): Use it and fix multiple parameter print
1133 bug. Use the default passed from above (given-default) or the
1134 built-in (user-login-name for :user).
1135
1136 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
1137
1138 * gnus-start.el (gnus-dribble-read-file):
1139 Set buffer-save-without-query, since we always want to save the dribble
1140 file, probably.
1141
1142 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1143 nnimap.
1144
1145 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1146 -summary- since it's a user-visible variable.
1147
1148 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1149 first time you use the new Gnus.
1150
1151 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1152
1153 * auth-source.el: Don't load netrc.el.
1154 (auth-sources): Search ~/.netrc as well by default.
1155 (auth-source-debug): Add 'trivia option for extra output.
1156 (auth-source-do-trivia): Use it.
1157 (auth-source-search): Simplify logic to use
1158 `auth-source-search-backends'. Use `auth-source-do-trivia' where
1159 appropriate. Don't keep a running count at this level. Layer :create
1160 and :delete options appropriately on the first and second passes.
1161 Don't track the backend with the search results.
1162 (auth-source-search-backends): New function to search a list of
1163 backends for a processed spec.
1164 (auth-source-netrc-parse): Cache all netrc files, making
1165 auth-source-netrc-cache an alist keyed by the file name and using the
1166 file mtime as the caching criterion. Keep the obfuscated data secret
1167 with a lexical bind.
1168 (auth-source-netrc-search): Don't calculate the length of the results
1169 unnecessarily.
1170 (auth-source-search-backends): Fix bug.
1171 (auth-source-netrc-create): Rework prompts.
1172
1173 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
1174
1175 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1176 Lower case names of search constraints.
1177 (nnir-run-query): Cache and reuse search constraints for all imap
1178 servers.
1179
1180 2011-02-22 Sam Steingold <sds@gnu.org>
1181
1182 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1183
1184 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1185
1186 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1187 after exit.
1188 (gnus-setup-message): Define missing variable from last checkin.
1189
1190 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1191 value, show the raw article.
1192
1193 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1194
1195 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1196 auth-source now accepts numbers.
1197
1198 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1199 spec, too.
1200 (auth-source-ensure-strings): New function.
1201
1202 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1203 (gnus-article-setup-buffer): Always restart the date timer so that user
1204 changes to the frequency is respected.
1205
1206 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1207 port numbers, so make sure it gets that if nnimap-server-port is
1208 explicit.
1209
1210 2011-02-21 Simon Josefsson <simon@josefsson.org>
1211
1212 * nnimap.el (nnimap-inbox): Doc fix.
1213
1214 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1215
1216 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1217 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1218 color-lab-to-srgb.
1219
1220 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1221
1222 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1223 given method as in the group name if we're using an extended method.
1224 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1225 command, if we're using that, instead of waiting for the beginning.
1226
1227 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1228 we're sure to get unique server names, and we don't output two async
1229 commands in the same buffer. This fixes an NNTP hang for some users.
1230
1231 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1232
1233 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1234 summary buffer before reading going to the next buffer. This avoids
1235 putting the point in the group buffer if you `C-g' the command.
1236
1237 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1238 cache (for now) to make ~/.authinfo.gpg files usable.
1239
1240 * nnfolder.el (copyright-update): Define for the compiler.
1241
1242 * auth-source.el (auth-source-search): Fix unbound variable.
1243
1244 2011-02-19 Glenn Morris <rgm@gnu.org>
1245
1246 * gnus.el (gnus-meta): Doc fix.
1247
1248 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1251 in case it's not yet loaded.
1252
1253 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1254
1255 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1256 line we're waiting for.
1257
1258 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1259
1260 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1261 face with line-width greater than zero will cause RET in gnus summary
1262 buffer to scroll down article page-wise because auto vscroll happens,
1263 it should be temporalily disabled when doing a scroll-up.
1264
1265 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1266
1267 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1268 outputs from the server.
1269
1270 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1271
1272 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1273 later so that bbdb can hook in easier.
1274
1275 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1276
1277 * auth-source.el (auth-source-search): Don't try to create credentials
1278 if the caller doesn't want that.
1279 (auth-source-search): If we don't find a match, don't bug out on
1280 non-bound variables.
1281 (auth-source-search): Only ask a single backend to create the
1282 credentials.
1283
1284 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1285 logging.
1286 (nnimap-credentials): Protect against auth-source-search returning nil.
1287 (nnimap-request-list): Protect against not being able to open the
1288 server.
1289
1290 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1291
1292 * auth-source.el (auth-source-search): Do a two-phase search, one with
1293 no :create to get the responses from all backends.
1294
1295 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1296 when getting credentials.
1297
1298 * gnus-util.el (gnus-delete-duplicates): New function.
1299
1300 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1301
1302 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1303 a creation default, pass the whole port list down. It will be
1304 completed.
1305
1306 * auth-source.el (auth-source-search): Updated docs to talk about
1307 multiple creation choices.
1308 (auth-source-netrc-create): Accept a list as a value (from the search
1309 parameters) and do completion on that list. Keep a separate netrc line
1310 with the password obscured for showing the user.
1311
1312 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1313 first choice to `auth-source-search' so it will be used for entry
1314 creation instead of the server's Gnus-specific name.
1315 (nnimap-credentials): Rely on the auth-source library to select which
1316 port is actually wanted in the new netrc entry, so don't override
1317 `auth-source-creation-defaults'.
1318
1319 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1320 :protocol and accept a missing user, host, or port as a wildcard match.
1321 (auth-source-debug): Default to off.
1322
1323 (auth-source-netrc-search, auth-source-netrc-create)
1324 (auth-source-secrets-search, auth-source-secrets-create)
1325 (auth-source-user-or-password, auth-source-backend, auth-sources)
1326 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1327 instead of :protocol.
1328
1329 * nnimap.el (nnimap-credentials): Pass a port default to
1330 `auth-source-search' in case an entry needs to be created.
1331 (nnimap-open-connection-1): Use :port instead of :protocol.
1332
1333 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1334
1335 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1336 instead of delete-dups that is not available in XEmacs 21.4.
1337
1338 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1339
1340 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1341 nil means that nnimap doesn't get updated.
1342
1343 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1344
1345 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1346 result when the user doesn't want to write to the file.
1347 (auth-source-netrc-search): Expect a synthetic result and proceed
1348 accordingly.
1349 (auth-source-cache-expiry): New variable to override
1350 `password-cache-expiry'.
1351 (auth-source-remember): Use it.
1352
1353 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1354 parameter. Create entry if necessary by using :create t.
1355 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1356
1357 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1358
1359 * auth-source.el (auth-source-debug): Enable by default and don't
1360 mention the obsolete `auth-source-hide-passwords'.
1361 (auth-source-do-warn): New function to debug unconditionally.
1362 (auth-source-do-debug): Use it.
1363 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1364 and for Secrets API entries when the secrets.el library is not
1365 available.
1366
1367 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1368
1369 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1370 (gnus-summary-exit): Kill the correct article buffer on exit from a
1371 `C-d' group.
1372
1373 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1374 gnus-propagate-marks.
1375
1376 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1377 before killing the buffers so that a non-full window conf gets handled
1378 correctly.
1379 (gnus-summary-exit): Ditto.
1380 (gnus-summary-read-group-1): Ditto.
1381
1382 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1383 async code again so that we can debug it properly.
1384
1385 * message.el (message-reply): Take an optional switch-buffer parameter
1386 so that Gnus window confs are respected better.
1387
1388 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1389
1390 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1391 `plist-get' to accept non-list parameters (XEmacs issue).
1392 Fix docstring.
1393 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1394 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1395 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1396 Login collection is "Login" and not "login".
1397
1398 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1399
1400 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1401 multiple headers.
1402
1403 * nnimap.el (nnimap-inhibit-logging): New variable.
1404 (nnimap-log-command): Don't log login commands.
1405
1406 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1407 to have more parameters.
1408
1409 * nnimap.el (nnimap-send-command): Mark the command time for each
1410 command, so that we don't get NOOPs stepping on our toes.
1411
1412 * gnus-art.el (article-date-ut): Get the date from the Date header on
1413 `t'.
1414
1415 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1416
1417 * auth-source.el (auth-source-search): Use copy-sequence instead of
1418 the cl.el copy-list.
1419
1420 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1421
1422 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1423 Improve prompt.
1424
1425 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1426
1427 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1428 washing status from the default format. It isn't very informative.
1429
1430 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1431
1432 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1433 Fix Gcc processing on imap.
1434
1435 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * message.el (message-bury): Don't pop up a new window when selected
1438 window is dedicated.
1439
1440 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1441
1442 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1443
1444 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1445
1446 * sieve-manage.el: Autoload `auth-source-search'.
1447 (sieve-sasl-auth): Use it.
1448
1449 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1450
1451 * nnimap.el: Autoload `auth-source-forget+'.
1452 (nnimap-open-connection-1): Use it if the connection fails.
1453
1454 * auth-source.el: Require `password-cache'.
1455 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1456 obsolete.
1457 (auth-source-magic): Marker for `password-cache' keys.
1458 (auth-source-do-cache): Update docstring.
1459 (auth-source-search): Use and check cache.
1460 (auth-source-forget-all-cached, auth-source-remember)
1461 (auth-source-recall, auth-source-forget, auth-source-forget+)
1462 (auth-source-specmatchp): Caching support functions.
1463 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1464 Remove and obsolete.
1465 (auth-source-user-or-password): Remove caching to further discourage
1466 using it. Always hide passwords.
1467
1468 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1469
1470 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1471 code for now, since it doesn't work for all users.
1472
1473 2011-02-09 Julien Danjou <julien@danjou.info>
1474
1475 * message.el (message-options): Make message-options really buffer
1476 local.
1477
1478 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1479
1480 * mail-source.el: Autoload `auth-source-search'.
1481 (mail-source-keyword-map): Note order matters.
1482 (mail-source-set-1): Get all the mail-source source values and
1483 defaults and search auth-source on those if needed. This can all
1484 probably be simplified.
1485
1486 * nnimap.el: Autoload `auth-source-search'.
1487 (nnimap-credentials): Use it.
1488 (nnimap-open-connection-1): Ask for the virtual server and physical
1489 address in one shot.
1490
1491 * nntp.el: Autoload `auth-source-search'.
1492 (nntp-send-authinfo): Use it. Note TODO.
1493
1494 2011-02-08 Julien Danjou <julien@danjou.info>
1495
1496 * shr.el (shr-tag-body): Add support for text attribute in body
1497 markups.
1498
1499 * message.el (message-options): Make message-options a local variable.
1500
1501 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1502
1503 * auth-source.el (auth-source-secrets-search)
1504 (auth-source-user-or-password): Use `append' instead of `nconc'.
1505 (auth-source-user-or-password): Build return list better and protect
1506 against nil :secret.
1507
1508 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1509
1510 * nnimap.el (nnimap-update-info): Refactor slightly.
1511 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1512 (nnimap-update-info): Clean up slightly.
1513 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1514 characters.
1515 (nnimap-process-quirk): Rename function to avoid collision.
1516 (nnimap-update-info): Fix macrology bug-out.
1517 (nnimap-update-info): Simplify split history test.
1518
1519 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1520
1521 * auth-source.el (top): Require 'eieio unconditionally.
1522 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1523 (auth-source-secrets-search): Limit search when `max' is greater than
1524 number of results.
1525
1526 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1527
1528 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1529 part not returning any data.
1530
1531 * proto-stream.el (open-protocol-stream): Document the return value.
1532
1533 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1534
1535 * auth-source.el (auth-source-secrets-search): Add examples.
1536
1537 2011-02-06 Julien Danjou <julien@danjou.info>
1538
1539 * message.el (message-setup-1): Handle message-generate-headers-first
1540 set to t.
1541
1542 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1543
1544 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1545 API with a string "secrets:collection-name" and with 'default.
1546 (auth-source-backend-parse): Parse "secrets:collection-name" and
1547 'default. Recurse on parses instead of repeating code. Use the
1548 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1549 message when ignoring a source.
1550 (auth-source-search): List ignored search keys at the top level.
1551 (auth-source-netrc-create): Use `case' instead of `cond'.
1552 (auth-source-secrets-search): Created with TODOs.
1553 (auth-source-secrets-create): Created with TODOs.
1554 (auth-source-retrieve, auth-source-create, auth-source-delete)
1555 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1556 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1557 (auth-source-user-or-password-sftp)
1558 (auth-source-user-or-password-smtp): Remove.
1559 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1560 around `auth-source-search'. Not tested thoroughly.
1561
1562 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1563
1564 * auth-source.el: Bring in assoc and eioeio libraries.
1565 (secrets-enabled): New variable to track the status of the Secrets API.
1566 (auth-source-backend): New EIOEIO class to represent a backend.
1567 (auth-source-creation-defaults): New variable to set prompt defaults
1568 during token creation (see the `auth-source-search' docstring for
1569 details).
1570 (auth-sources): Simplify to allow a simple string as a netrc backend
1571 spec.
1572 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1573 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1574 (auth-source-search): Main auth-source API entry point.
1575 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1576 (auth-source-search-collection): Helper function for searching.
1577 (auth-source-netrc-parse, auth-source-netrc-normalize)
1578 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1579 Supports search, create, and delete.
1580 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1581 backend stubs.
1582 (auth-source-user-or-password): Call `auth-source-search' but it's not
1583 ready yet.
1584
1585 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1586
1587 * message.el (message-setup-1): Remove the read-only stuff, since it
1588 doesn't work under XEmacs, for some reason.
1589
1590 * gnus-sum.el (gnus-user-date): Rename back from
1591 gnus-summary-user-date since user code refers to it.
1592
1593 * shr.el (shr-render-td): Store the actual background colour used.
1594
1595 * message.el (message-setup-1): Don't bind the constant
1596 -forbidden-properties.
1597 (message-setup-1): Revert previous change, since it needs to bind the
1598 props to insert them.
1599 (message-resend): Allow removing the read-only separator line.
1600
1601 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1602
1603 * nnimap.el (nnimap-request-accept-article): Give an error message if
1604 the APPEND wasn't successful.
1605
1606 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1607
1608 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1609 that have no groups.
1610
1611 2011-02-03 Julien Danjou <julien@danjou.info>
1612
1613 * gnus-draft.el: Remove progn around gnus-draft-setup.
1614
1615 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1616
1617 * gnus-start.el (gnus-read-active-for-groups): This function is never
1618 called with a nil `infos', so clean that up.
1619 (gnus-get-unread-articles): Request active files from primary/secondary
1620 methods that have no groups (yet).
1621
1622 2011-02-03 Julien Danjou <julien@danjou.info>
1623
1624 * message.el (message-setup-1): Always generate References first.
1625 (message-mail): Return the return value of message-setup, not always t.
1626 (message-setup-1): Insert mail-header-separator with read-only and
1627 intangible properties set.
1628
1629 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1630 user-date in docstring.
1631
1632 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1633
1634 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1635 docstring.
1636
1637 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1638 defcustom, with type and group. Move from gnus-util.el. Rename to
1639 gnus-summary-user-date-format-alist.
1640
1641 2011-02-03 Glenn Morris <rgm@gnu.org>
1642
1643 * nnimap.el (gnus-fetch-headers): Declare.
1644
1645 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1646
1647 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1648
1649 * message.el (message-forward-make-body-digest-plain)
1650 (message-followup, message-reply): Clean up things noted by Stefan.
1651
1652 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1653 gnus-article-update-date-headers is nil.
1654 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1655 it didn't really work with defcustom.
1656 (article-update-date-lapsed): Make sure the window start doesn't move,
1657 either.
1658
1659 2011-02-01 Julien Danjou <julien@danjou.info>
1660
1661 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1662 format.
1663
1664 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1665 standard in Emacs nowadays.
1666
1667 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * message.el (message-expand-name): Don't trust the return value of
1670 bbdb-complete-name.
1671 (message-check-news-header-syntax): Remove unused var `start'.
1672 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1673 (message-inhibit-body-encoding): Move to before first use.
1674 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1675 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1676 (Organization, Message-ID, Date, mh-previous-window-config):
1677 Defvar the vars using dynamic scoping.
1678
1679 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1680
1681 * shr.el (shr-render-td): Only do colours at the final rendering.
1682 Should be slightly faster.
1683 (shr-insert-table): Fix up TD background colours when doing the
1684 vertical padding.
1685
1686 * gnus-art.el (article-date-ut): Protect against articles with no Date
1687 header.
1688 (article-update-date-lapsed): Don't use current-column to find the
1689 horizontal position. It's fragile in the presence of \003 characters.
1690
1691 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1692
1693 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1694
1695 * gnus-art.el (article-transform-date): Rewrite to still work when
1696 there are several rfc2822 parts.
1697 (article-transform-date): Fix infinite recursion.
1698 (article-date-ut): Replace infinitely many Date headers with a single
1699 one when called interactively.
1700
1701 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1702 secure manner.
1703
1704 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1705 move around by not using save-window-excursion. It seems to work...
1706
1707 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1708
1709 * gnus-art.el (article-make-date-line): Work for user-defined format.
1710
1711 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1712
1713 * nntp.el (nntp-retrieve-group-data-early)
1714 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1715 fetching functions.
1716
1717 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1718 thoroughly for all backends that have no known groups. This should
1719 allow new nnml methods to retrieve mail.
1720
1721 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1722 that Gnus doesn't know exists again.
1723
1724 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1725 (gnus-treat-date-ut): Ditto.
1726 (gnus-article-update-date-header): Rename.
1727 (gnus-treat-date-local): Remove.
1728 (gnus-treat-date-english): Remove.
1729 (gnus-treat-date-lapsed): Remove.
1730 (gnus-treat-date-combined-lapsed): Remove.
1731 (gnus-treat-date-original): Remove.
1732 (gnus-treat-date-iso8601): Remove.
1733 (gnus-treat-date-user-defined): Remove.
1734 (gnus-article-date-headers): New variable to control all the date
1735 header options.
1736 (article-date-ut): Rewrite to allow using the new way to format date
1737 headers(s).
1738
1739 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1740
1741 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1742 method.
1743 (nnmail-article-group): A better test for fanciness.
1744
1745 * nnimap.el (nnimap-request-head): Protect against not finding the
1746 article by Message-ID.
1747
1748 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1749
1750 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1751 keep point at the "same place".
1752
1753 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1754
1755 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1756 data if the group is unactivated.
1757
1758 2011-01-28 Julien Danjou <julien@danjou.info>
1759
1760 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1761 (gnus-all-windows-visible-p): Remove old compatibility code.
1762 (gnus-window-top-edge): Add docstring.
1763
1764 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1765
1766 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1767
1768 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1769 older request-update-info.
1770
1771 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1772
1773 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1774
1775 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1776 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1777
1778 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1779
1780 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1781 groups. This makes the nndraft:queue group pop up if it's not already
1782 there.
1783
1784 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1785 messages" logic, which was reversed.
1786
1787 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1788 the "same place" even if point is on the line being replaced.
1789 (article-update-date-lapsed): Allow updating both the combined lapsed
1790 and the lapsed headers.
1791 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1792 (article-make-date-line): Limit the number of segments dynamically to
1793 avoid too-long lines.
1794
1795 2011-01-27 Julien Danjou <julien@danjou.info>
1796
1797 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1798 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1799
1800 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1801
1802 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1803 Use plist-get instead of the cl function getf.
1804
1805 2011-01-27 Glenn Morris <rgm@gnu.org>
1806
1807 * gnus-util.el (float-time): Get rid of compiler warning, again.
1808
1809 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1810
1811 * shr.el (shr-put-color): Special-case background colours: Do put them
1812 at the blank parts at the front of the lines.
1813
1814 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1815 exit hook to nix out all data on readedness on group exit.
1816
1817 * gnus-util.el (float-time): If float-time is bound, always use it on
1818 all Emacsen. It's unclear why the subrp check was there.
1819 (time-date): Require to make some autoload issues on XEmacs go away.
1820
1821 * shr.el (shr-put-color): Don't do the box padding in tables, since
1822 they're already padded.
1823
1824 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1825
1826 * gnus-art.el (gnus-article-next-page): When the last line of the
1827 article is displayed, scroll down once more instead of going to the
1828 next article at once.
1829 (article-lapsed-string): Refactor out and allow specifying how many
1830 segments you want.
1831 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1832 (gnus-article-update-lapsed-header): New variable.
1833
1834 * shr.el: Revert change that made headings use different-sized faces.
1835 The Emacs display engine isn't advanced enough that, for instance,
1836 tables can comfortably use differently-sized faces.
1837
1838 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1839
1840 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1841 used.
1842 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1843 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1844 we're using an encrypted connection.
1845
1846 * proto-stream.el: Alter the interface functions to also return the
1847 actual stream type used: network or tls.
1848
1849 2011-01-25 Julien Danjou <julien@danjou.info>
1850
1851 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1852 (mm-display-javascript-inline): New function.
1853
1854 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1855 viewing function.
1856
1857 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1858
1859 * shr.el (shr-expand-newlines): Fix variable name.
1860
1861 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1862
1863 * shr.el (shr-expand-newlines): Make nested boxes work.
1864
1865 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1866
1867 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1868 backgrounds.
1869 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1870 in a more sensible manner.
1871
1872 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1873
1874 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1875 if EPG is loaded.
1876
1877 2011-01-24 Julien Danjou <julien@danjou.info>
1878
1879 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1880 tags.
1881
1882 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1883
1884 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1885 commands.
1886
1887 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1888 in the article buffer.
1889 (gnus-gravatar-insert): Use blank space from the current buffer to
1890 avoid breaking text properties. This makes X-Sent updating work again.
1891
1892 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1893
1894 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1895
1896 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1897 fix the bug in url-http.el instead.
1898
1899 * shr.el (shr-image-fetched): Ditto.
1900
1901 * shr.el (shr-image-fetched): Avoid having point move in the article
1902 buffer.
1903
1904 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1905 buffer after being called. It's apparently being killed by url.el, and
1906 killing it made point move to end-of-buffer in a random buffer.
1907
1908 * shr.el (shr-image-fetched): Ditto.
1909
1910 2011-01-23 Julien Danjou <julien@danjou.info>
1911
1912 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1913
1914 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1915 text/x-org.
1916
1917 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1918
1919 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1920 (i.e., nnimap) returning nil as the article number.
1921
1922 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1923
1924 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1925 "DelSp" parameter in RFC3676.
1926
1927 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1928
1929 * message.el (message-check-recipients): Display the encoded version of
1930 the bogus address if they differ.
1931
1932 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1933 after sending.
1934
1935 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1936
1937 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1938
1939 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1940 group buffer after sending the queue.
1941
1942 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1943
1944 2011-01-22 Julien Danjou <julien@danjou.info>
1945
1946 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1947
1948 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1949
1950 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1951 nested related parts.
1952
1953 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1954 unexpired articles. This fixes the regression that led expiry marks to
1955 disappear from nnfolder groups.
1956
1957 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1960 Don't confuse the "ret" of "retrograde" with RET.
1961
1962 2011-01-21 Julien Danjou <julien@danjou.info>
1963
1964 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1965 than mm-insert-inline.
1966
1967 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1968
1969 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1970 Widen article buffer.
1971
1972 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1975 the temp buffer.
1976 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1977
1978 2011-01-20 Julien Danjou <julien@danjou.info>
1979
1980 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1981
1982 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1983 than mm-insert-inline to insert inline part: this respect
1984 mm-inline-media-tests displayers.
1985
1986 * mm-view.el (mm-display-shell-script-inline): New function.
1987
1988 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1989
1990 * mm-uu.el (mm-uu-type-alist): Add org block.
1991 (mm-uu-org-src-code-block-extract): New function.
1992
1993 * mm-view.el (mm-display-org-inline): New function.
1994
1995 * mm-decode.el (mm-automatic-display): Add text/org.
1996
1997 * mailcap.el (mailcap-mime-extensions): Add .org.
1998
1999 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2000
2001 * gnus-art.el (gnus-article-highlight): Remove argument passed to
2002 gnus-article-add-buttons.
2003
2004 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
2005
2006 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2007 From header with a date and "nobody" as the sender.
2008
2009 2011-01-19 Julien Danjou <julien@danjou.info>
2010
2011 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2012 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2013 if you have the same regexp several times.
2014 (gnus-button-push): Fix matching when regexp is symbol.
2015
2016 2011-01-15 Glenn Morris <rgm@gnu.org>
2017
2018 * message.el (message-mail): A compose-mail function should
2019 accept headers as strings.
2020
2021 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2022
2023 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2024 Add :vert-only tags.
2025 (message-mail): New arg RETURN-ACTION.
2026 (message-return-action): New var.
2027 (message-bury): Use it.
2028 (message-mode): Make it buffer-local.
2029 (message-send-and-exit): Always call message-bury.
2030
2031 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
2032 message-mail.
2033
2034 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2035
2036 * nnimap.el (nnimap-convert-partial-article): Protect against
2037 zero-length body parts.
2038
2039 * mm-decode.el (mm-preferred-alternative-precedence):
2040 Discourage showing empty parts.
2041
2042 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2043 and stuff if the backend didn't return the article number. This fixes
2044 an Exchange-related nnimap bug.
2045
2046 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2047 group window, because it does the wrong thing when a separate frame
2048 displays the group buffer.
2049
2050 * proto-stream.el (open-protocol-stream): Protect against the low-level
2051 transport functions returning nil.
2052
2053 2011-01-07 Daiki Ueno <ueno@unixuser.org>
2054
2055 * mml2015.el (epg-sub-key-fingerprint): Autoload.
2056 (mml2015-epg-find-usable-secret-key): New function.
2057 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2058 mml2015-epg-find-usable-key (Bug#7797).
2059 (mml2015-epg-encrypt): Ditto.
2060
2061 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2062
2063 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2064
2065 2011-01-03 Glenn Morris <rgm@gnu.org>
2066
2067 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2068
2069 * sieve.el (sieve-open-server): Give a more explicit error if
2070 sieve-manage-open returns nil. (Bug#7720)
2071
2072 2011-01-02 Karl Fogel <kfogel@red-bean.com>
2073
2074 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2075
2076 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2077
2078 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2079 This avoids sending passwords in plain text over non-encrypted
2080 channels.
2081
2082 * shr.el (shr-rescale-image): Display all GIF images as animated images.
2083
2084 * nnimap.el (nnimap-login): Refactored out into own function, and
2085 implement CRAM-MD5.
2086 (nnimap-wait-for-line): Refactored out.
2087
2088 * mm-view.el (mml-smime): Require.
2089
2090 2010-12-20 David Engster <deng@eml.cc>
2091
2092 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2093 use EPG to decrypt S/MIME messages instead of openssl.
2094
2095 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2096
2097 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2098
2099 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2100 status is the group clearly is unreachable.
2101
2102 * auth-source.el (auth-source-create): Add the optional second
2103 parameter to `local-variable-p' to be compatible with XEmacs.
2104
2105 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2106
2107 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2108 work when using a compressed nnml folder.
2109
2110 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2111
2112 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2113 backends after sanitising on entry, because this never makes sense:
2114 If the articles have gone missing, then the data no longer exists on
2115 the backend, and if they haven't, then Gnus is wrong, and shouldn't
2116 overwrite anything anyway.
2117
2118 * shr.el (shr-insert-document): Bind shr-width dynamically to
2119 window-width if it's nil.
2120
2121 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2122
2123 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2124 with the meaning of using the full emacs window width for rendering.
2125
2126 2010-12-27 Daiki Ueno <ueno@unixuser.org>
2127
2128 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2129 case when sender is not given.
2130
2131 2010-12-23 Julien Danjou <julien@danjou.info>
2132
2133 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2134 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2135 the addresses, otherwise we might misplaced the gravatar.
2136
2137 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2138
2139 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2140 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2141 obsolete in Emacs.
2142
2143 2010-12-20 Julien Danjou <julien@danjou.info>
2144
2145 * gnus-util.el (gnus-rescale-image): Revert last change.
2146
2147 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2148
2149 * gnus-group.el (gnus-group-delete-articles): New command.
2150
2151 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2152
2153 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2154
2155 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2156
2157 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2158 here, since it's up to the backends to do CRLF removal if their
2159 protocol has it.
2160
2161 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2162
2163 2010-12-17 Julien Danjou <julien@danjou.info>
2164
2165 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2166 they are from file. Can also scale up.
2167
2168 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2169
2170 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2171 gnus-use-agent.
2172 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2173
2174 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2175
2176 2010-12-17 Julien Danjou <julien@danjou.info>
2177
2178 * gravatar.el (gravatar-retrieve-synchronously): New function.
2179 (gravatar-get-data): Make more robust.
2180
2181 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2182
2183 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2184 to really consider the last line.
2185
2186 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2187
2188 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2189 list of recipient keys, or use symmetric encryption if not a list.
2190 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2191 EPA override, replacing the call to `netrc-store-data'.
2192
2193 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2194
2195 * gnus-srvr.el: Avoid passing nil regexp argument to
2196 delete-matching-lines.
2197
2198 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2199
2200 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2201 fetching stops when Gnus exits.
2202
2203 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2204 function.
2205 (nnfolder-request-expire-articles): Save all the buffers after doing
2206 expiry.
2207
2208 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2209 the last article", since that led to serious performance regressions
2210 when expiring nnml groups.
2211
2212 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2213
2214 * nnir.el: Improve customizations.
2215
2216 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2217
2218 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2219
2220 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2221 group has been killed.
2222 (gnus-group-yank-group): Ditto.
2223
2224 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2225
2226 * nnimap.el (nnimap-request-update-group-status): New function.
2227
2228 * gnus-int.el (gnus-request-update-group-status): New interface
2229 function.
2230
2231 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2232 copying read-ness to the backends.
2233
2234 * nnimap.el (nnimap-quirk): New function.
2235 (nnimap-retrieve-group-data-early): Use it.
2236 (nnimap-quirks): New alist.
2237
2238 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2239
2240 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2241 don't delete it within indentation.
2242
2243 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2244
2245 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2246 previous line.
2247
2248 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2249
2250 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2251 QRESYNC command by deleting a superfluous space which broke Cyrus
2252 servers. This change will break other servers that are buggy the other
2253 way around.
2254
2255 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2256
2257 * spam.el: Reindent and fix long lines.
2258 (spam-copy-or-move-routine): Exclude invalid move destinations.
2259
2260 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2261
2262 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2263 installed the registry.
2264
2265 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2266
2267 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2268 groupname doesn't contain "gmane".
2269
2270 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2271
2272 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2273 (gnus-1): Don't create the nndrafts group twice.
2274 (gnus-setup-news): There's no need to read the active file here, since
2275 that's done again later on a per-backend basis.
2276 (gnus-start-draft-setup): Make sure that the new group is started out
2277 empty.
2278
2279 * gnus-agent.el (gnus-agentize): Don't create the queue group
2280 automatically on startup. It'll be created later, if needed.
2281
2282 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2283 of automatically subscribed groups.
2284 (gnus-auto-subscribed-categories): New variable.
2285 (gnus-matches-options-n): Use it.
2286 (gnus-default-subscribed-newsgroups): Remove unused variable.
2287 (gnus-start-draft-setup): Message a bit less.
2288
2289 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2290
2291 * nnir.el (nnir-run-imap): Return article list in order of increasing
2292 UID.
2293
2294 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2295
2296 * gnus-sum.el (gnus-summary-enter-digest-group):
2297 Mention gnus-auto-select-on-ephemeral-exit.
2298
2299 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2300 convention of the network-only option.
2301
2302 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2303
2304 * proto-stream.el (proto-stream-open-network-only): New function to
2305 have a way to specify non-STARTTLS upgrade connections.
2306
2307 2010-12-10 Julien Danjou <julien@danjou.info>
2308
2309 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2310 email address is nil.
2311
2312 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2313
2314 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2315
2316 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2317 deletion.
2318 (nnir-run-imap): Only need to parse list once.
2319
2320 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2321
2322 * shr.el (shr-tag-script): Ignore <script>.
2323 (shr-tag-label): Add <label> support.
2324
2325 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2326
2327 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2328
2329 * shr.el (shr-image-displayer): Work for images lined side by side.
2330
2331 2010-12-08 Robert Pluim <rpluim@gmail.com>
2332
2333 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2334 parameter, since XEmacs doesn't accept t as a parameter.
2335
2336 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2337
2338 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2339 ids.
2340 (nnir-run-gmane): Simplify groupspec formatting.
2341 (nnir-request-expire-articles): New function.
2342
2343 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2344
2345 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2346 overflow, possibly.
2347
2348 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2349 (shr-render-td): Handle td style="" better.
2350 (shr-tag-table): Use the color from the style sheet.
2351 (shr-render-td): Make sure we copy over all the overlays, too.
2352
2353 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2354
2355 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2356 (nnir-request-article): Improve article retrieval.
2357
2358 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2359
2360 * mm-util.el (mm-extra-numeric-entities): New variable.
2361
2362 * mm-url.el (mm-url-decode-entities):
2363 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2364
2365 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * message.el: Use completion-at-point.
2368 (message-completion-function): New fun, extracted from message-tab.
2369 (message-mode): Use it for completion-at-point-functions.
2370 (message-tab): Use it and completion-at-point.
2371
2372 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2373
2374 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2375 character if a non-breakable character follows.
2376
2377 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2378
2379 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2380 any stream.
2381
2382 * shr.el (shr-tag-font): Colorize the region.
2383 (shr-tag-body): Ditto.
2384 (shr-tag-font): Actually let the styles be inherited instead of
2385 overwriting them.
2386 (shr-tag-font): Get the background color right.
2387 (shr-tag-style): Ignore all <style> tags for the moment.
2388
2389 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2390 a Message-ID to avoid having nnimap depend on gnus-sum.
2391
2392 * shr.el (shr-descend): Only colorize something if we have a node that
2393 sets colors.
2394
2395 2010-12-06 Julien Danjou <julien@danjou.info>
2396
2397 * shr.el (shr-render-td): Render td content with shr-descend, so style
2398 will be applied to <td> too.
2399 (shr-colorize-region): Colorize region even if we only have a background.
2400 (shr-tag-body): Fix color and background color inheritance.
2401 Do not recolorize after shr-generic.
2402 (shr-tag-font): Let shr-generic colorize via inheritance.
2403
2404 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2405
2406 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2407
2408 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2409
2410 * nnir.el (nnir-request-move-article): Remove obsolete code.
2411
2412 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2413
2414 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2415
2416 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2417
2418 * gnus-sum.el (gnus-summary-respool-article): The completion function
2419 expects a list instead of an alist.
2420
2421 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2422 string as the parameter.
2423
2424 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2425
2426 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2427 styles.
2428 (shr-colorize-region): New function.
2429 (shr-insert-background-overlay): Remove.
2430 (shr-render-td): Background setting should be taken care of on a higher
2431 level.
2432 (shr-tag-body): Use post-hoc colorizations.
2433 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2434 (shr-put-color-1): Don't overwrite old colors.
2435 (shr-colorize-region): When the background color isn't explicit, use
2436 a fixed background.
2437
2438 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2439 nnmail variables.
2440
2441 2010-12-05 Bjørn Mork <bjorn@mork.no>
2442
2443 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2444 unless necessary.
2445
2446 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2447
2448 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2449 server.
2450
2451 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2452
2453 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2454 so that TAB works.
2455
2456 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2457 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2458
2459 * shr.el (shr-urlify): Show the URL before the title to avoid
2460 misleading URLs.
2461
2462 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2463
2464 * shr.el (shr-urlify): Display the title in <a> tags.
2465
2466 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2467
2468 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2469
2470 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2471
2472 * nnir.el: Rearrange code to allow macros to be autoloaded by
2473 gnus-sum.el.
2474 (nnir-retrieve-headers-override-function): Make this variable
2475 customizable.
2476 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2477
2478 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2479 from nnir.el.
2480
2481 2010-12-03 Julien Danjou <julien@danjou.info>
2482
2483 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2484
2485 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2486
2487 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2488 allow optional argument `environment'.
2489
2490 2010-12-03 Glenn Morris <rgm@gnu.org>
2491
2492 * mm-extern.el (message-goto-body): Update declaration.
2493
2494 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2495
2496 * gnus-util.el (gnus-macroexpand-all): New function.
2497
2498 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2499 instead of macroexpand-all that is unavailable in XEmacs.
2500
2501 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2502
2503 * nnir.el (nnir-summary-line-format): New variable.
2504 (nnir-mode): Use it.
2505 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2506 (nnir-article-ids): Reimplement as defsubst.
2507 (nnir-retrieve-headers): Don't mangle the subject header.
2508 (nnir-run-imap): Use 100 as RSV score.
2509 (nnir-run-find-grep): Fix for full server searching.
2510 (nnir-run-gmane): Better restriction to gmane groups.
2511
2512 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2513 summary buffers.
2514
2515 2010-12-02 Julien Danjou <julien@danjou.info>
2516
2517 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2518
2519 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2520
2521 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2522 support.
2523
2524 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2525
2526 * nnir.el: Update to handle the registry better.
2527 (autoload): Silence byte-compiler.
2528 (nnir-open-server): Add a hook for nnir groups.
2529 (nnir-request-move-article): Don't mangle the header. Better to use
2530 formating variables (which will be added in the future).
2531 (nnir-registry-action): Update the registry using the original article
2532 group name.
2533 (nnir-mode): Install nnir-specific hooks for updating the registry.
2534
2535 * gnus-sum.el
2536 (gnus-article-original-subject,gnus-newsgroup-original-name):
2537 Remove obsolete variables.
2538 (gnus-summary-move-article): Remove use of obsolete variables.
2539 (gnus-summary-local-variables): Make move and delete hooks local to
2540 summary buffers.
2541
2542 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2543
2544 * rtree.el: New file.
2545
2546 2010-12-01 Julien Danjou <julien@danjou.info>
2547
2548 * message.el (message-user-organization): Do not use
2549 gnus-local-organization.
2550
2551 * gnus.el: Remove gnus-local-organization.
2552
2553 * gnus-msg.el: Remove nastygram thing.
2554
2555 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2556
2557 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2558 funcall.
2559
2560 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2561
2562 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2563 names.
2564
2565 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2566 characters.
2567
2568 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2569 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2570 Suggested by Štěpán Němec <stepnem@gmail.com>.
2571 (gnus-gravatar-transform-address): Use mail-extract-address-components
2572 that supports non-ASCII names rather than mail-header-parse-addresses.
2573
2574 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2575
2576 * proto-stream.el (open-protocol-stream): All starttls connections are
2577 handled by the network handler.
2578
2579 2010-11-30 Julien Danjou <julien@danjou.info>
2580
2581 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2582 (nnimap-open-connection-1): Fix PREAUTH.
2583
2584 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2585
2586 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2587
2588 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2589 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2590 (shr-insert): Use them.
2591 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2592
2593 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2594
2595 * nnir.el (nnir-request-move-article): Bail out if original group
2596 doesn't support article moves.
2597 (nnir-get-active): Improve active list retrieval.
2598
2599 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2600
2601 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2602
2603 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2604
2605 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2606 seem to accept strings-with-numbers as port numbers,
2607
2608 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2609
2610 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2611 change the registry.
2612
2613 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2614
2615 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2616 delete-dups that is not available in XEmacs 21.4.
2617
2618 * mm-util.el (mm-delete-duplicates): Add comment.
2619
2620 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2621
2622 * nnir.el (nnir-ignored-newsgroups): New variable.
2623 (nnir-get-active): Use it.
2624
2625 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2626
2627 * proto-stream.el (proto-stream-open-network): Add some comments.
2628
2629 * nntp.el (nntp-open-connection): Provide a :success condition.
2630
2631 * nnimap.el (nnimap-open-connection-1): Ditto.
2632
2633 * proto-stream.el (proto-stream-open-network): See what the response to
2634 the STARTTLS command is.
2635
2636 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2637 backwards compatibility).
2638 (nnimap-open-connection-1): Really respect nnimap-server-port.
2639
2640 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2641 TLS upgrades we don't really care about the identity of the peer.
2642 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2643 that what we've checked for.
2644 (proto-stream-always-use-starttls): Only default to t if
2645 open-gnutls-stream exists.
2646 (proto-stream-open-network): If STARTTLS failed, then just open a
2647 normal connection.
2648 (proto-stream-open-network): Wait until the greeting before doing
2649 STARTTLS.
2650
2651 * nntp.el (nntp-open-connection): Report what the connection error is.
2652
2653 * proto-stream.el (open-protocol-stream): Rename from
2654 open-proto-stream.
2655
2656 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2657
2658 * nnimap.el (nnimap-stream): Change default to `undecided'.
2659 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2660 first, and then network.
2661 (nnimap-open-connection-1): Respect nnimap-server-port.
2662 (nnimap-open-connection): Be more backwards-compatible.
2663
2664 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2665 (proto-stream-open-starttls): De-duplicate the starttls code.
2666 (proto-stream-open-starttls): Folded back into the main function.
2667 (proto-stream-open-network): Fix typo in the gnutls path.
2668 (proto-stream-command): Refactor out.
2669
2670 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2671
2672 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2673 starttls.el STARTTLS.
2674
2675 * color.el (color-lab->srgb): Fix function call name.
2676
2677 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2678 if we're using tls.el.
2679 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2680 built in, then don't try to establish a STARTTLS connection.
2681
2682 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2683 servers.
2684
2685 * proto-stream.el (open-proto-stream): Use network, not stream.
2686 (open-proto-stream): Add a way to specify what the end of a command is.
2687
2688 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2689 connections types.
2690 (nntp-open-network-stream): Remove.
2691 (nntp-open-ssl-stream): Remove.
2692 (nntp-open-tls-stream): Remove.
2693 (nntp-ssl-program): Remove.
2694
2695 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2696
2697 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2698
2699 * nnir.el: Fix typos.
2700 (nnir-retrieve-headers-override-function): Rename variable to reflect
2701 new semantics.
2702 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2703 macros.
2704 (nnir-request-article, nnir-request-move-article): Use them.
2705 (nnir-categorize): New function.
2706 (nnir-run-query): Use it.
2707 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2708 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2709 sorted.
2710 (nnir-group-full-name): Use gnus-group-full-name instead.
2711 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2712 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2713
2714 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2715
2716 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2717
2718 * proto-stream.el: New library to provide protocol-specific
2719 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2720 protocols.
2721 (open-proto-stream): Complete the documentation.
2722 (proto-stream-open-network): Fix some typos.
2723
2724 * nnimap.el (nnimap-open-connection): Use it.
2725
2726 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2727
2728 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2729 negotiation.
2730
2731 2010-11-26 Julien Danjou <julien@danjou.info>
2732
2733 * color.el: Rename various rgb functions to srgb.
2734
2735 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2736
2737 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2738 names.
2739
2740 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2741
2742 * shr.el (shr-insert): Revert last change.
2743 (shr-find-fill-point): Never leave point being at bol;
2744 relax the kinsoku limitation when rendering tables.
2745
2746 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2747
2748 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2749 results from -accept-article.
2750
2751 * shr-color.el: Require cl when compiling.
2752
2753 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2754 checkin.
2755
2756 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2757
2758 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2759
2760 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2761 'add and 'delete to set backend marks.
2762
2763 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2764
2765 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2766
2767 * nntp.el (nntp-request-set-mark): Use it.
2768
2769 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2770
2771 * nnml.el (nnml-request-set-mark): Ditto.
2772
2773 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2774 introduces regressions in article selection.
2775 (nnimap-find-uid-response): New function.
2776 (nnimap-request-accept-article): Use the UID returned, if any.
2777 (nnimap-request-move-article): Use the UID returned, if any.
2778 (nnimap-get-groups): Reimplement to work with folded lines.
2779 (nnimap-find-uid-response): The UID is the last element in the list.
2780 (nnimap-request-set-mark): Extend syntax with 'set.
2781
2782 * nnml.el (nnml-request-set-mark): Ditto.
2783
2784 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2785
2786 * nntp.el (nntp-request-set-mark): Ditto.
2787
2788 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2789
2790 * message.el (message-called-interactively-p): A temporary macro.
2791 (message-goto-body): Use it temporarily.
2792
2793 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2794
2795 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2796 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2797 (nnimap-last-response-string): Fix last unfolding fix.
2798
2799 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * shr.el (shr-insert): Fix the way to fold lines.
2802
2803 2010-11-25 Julien Danjou <julien@danjou.info>
2804
2805 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2806
2807 * color.el: Rename from color-lab.el
2808 (color-rgb->hex): Add.
2809 (color-complement): Add.
2810 (color-complement-hex): Add.
2811
2812 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2813
2814 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2815
2816 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2817 don't exist.
2818
2819 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2820
2821 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2822 assuming that article displaying or another mml-preview may be
2823 interrupted for an error or for the like.
2824
2825 * shr.el (shr-get-background): Fix argument name.
2826
2827 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
2829 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2830
2831 * gnus-sum.el (gnus-summary-include-articles): New function.
2832
2833 * message.el (message-goto-body): called-interactively-p needs a
2834 parameter, so use `any'.
2835
2836 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2837 clear marks before moving, since they're synced from the Gnus side
2838 first.
2839
2840 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2841 (gnus-summary-move-article): Copy over all marks before moving, so that
2842 IMAP doesn't think a new article has arrived.
2843
2844 2010-11-24 Julien Danjou <julien@danjou.info>
2845
2846 * shr.el (shr-insert-background-overlay): Fix typo.
2847 (shr-render-td): Copy the background before rendering.
2848
2849 * shr-color.el (shr-color-visible): Fix docstring.
2850
2851 * shr.el (shr-tag-table): Add bgcolor support.
2852 (shr-render-td): Add bgcolor support.
2853 (shr-get-background): Add.
2854 (shr-insert-foreground-overlay): Use shr-get-background.
2855
2856 * message.el (message-goto-body): Use called-interactively-p.
2857 (message-in-body-p): message-goto-body returns point.
2858
2859 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2860
2861 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2862 Fixes something or other in Emacs 23, and is backwards compatible.
2863
2864 * message.el (message-goto-body): Remove the <#secure special-casing,
2865 which is too special.
2866
2867 * shr.el (shr-parse-style): Drop !important from styles.
2868
2869 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2870
2871 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2872 this function to return incorrect results when calling it with an
2873 explicit article argument different from
2874 (gnus-summary-article-number).
2875
2876 2010-11-24 Julien Danjou <julien@danjou.info>
2877
2878 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2879 (shr-tag-body): Add background support.
2880 (shr-descend): Add background support.
2881 (shr-tag-title): Add.
2882
2883 * shr-color.el (shr-color-visible): Really return original background
2884 if fixed.
2885
2886 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2887
2888 * shr.el (shr-color-check): Protect against non-existent colour names.
2889
2890 2010-11-24 Julien Danjou <julien@danjou.info>
2891
2892 * color-lab.el: Require 'cl when compiling.
2893
2894 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2895
2896 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2897 matched part.
2898
2899 * color-lab.el: Fix all expt calls to use float type.
2900
2901 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2902
2903 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2904 expression to shr-color-check as is.
2905
2906 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2907
2908 * color-lab.el: Add coding cookie.
2909 (float-pi): Use eval-and-compile.
2910
2911 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2912
2913 * shr.el (shr-insert-color-overlay): Split stuff like
2914 "#444444 !important" to find the real colour.
2915 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2916 parse <font color="red"> entries.
2917
2918 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2919
2920 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2921 point when parsing headers.
2922
2923 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2924 is positioned properly when parsing headers.
2925
2926 2010-11-23 Julien Danjou <julien@danjou.info>
2927
2928 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2929
2930 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2931
2932 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2933
2934 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2935 Use shr-color-hue-to-rgb.
2936 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2937
2938 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2939
2940 * shr.el (shr-color->hexadecimal): Autoload.
2941 (shr-descend): Add color to all tags.
2942
2943 2010-11-22 Julien Danjou <julien@danjou.info>
2944
2945 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2946 shr-color->hexadecimal.
2947
2948 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2949 RGB() or HSL() color representation.
2950
2951 * shr.el (shr-tag-font): Add.
2952 (shr-tag-color-check): New function to get better colors.
2953 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2954 tag-span.
2955
2956 * shr-color.el: New file.
2957
2958 * color-lab.el: New file.
2959
2960 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2961
2962 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2963
2964 * nnir.el: Fix typo in comments.
2965 (nnir-run-imap): Simplify code. No need to reverse artlist.
2966 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2967
2968 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2969
2970 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2971
2972 * nnimap.el (nnimap-get-capabilities): Refactor out.
2973 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2974
2975 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2976
2977 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2978 appearing when `mm-uu-hide-markers' is nil.
2979
2980 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2981
2982 * nnimap.el (nnimap-unselect-group): Make into its own function.
2983 (nnimap-request-rename-group): Unselect group before renaming.
2984 This had gotten lost somewhere.
2985 (nnimap-request-accept-article): Keep track of examined groups, and
2986 unselect the group before APPENDing to read-only groups.
2987 (nnimap-request-move-article): Clear flags before moving so that they
2988 can be re-set later.
2989
2990 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2991
2992 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2993 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2994
2995 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2996
2997 * gnus-art.el (gnus-mime-display-single)
2998 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2999 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3000 parameter.
3001
3002 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3003
3004 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3005 (shr-table-vertical-line): New variable.
3006 (shr-insert-table): Use it.
3007
3008 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3009
3010 * gnus-html.el (gnus-html-wash-images): Don't display images if
3011 gnus-inhibit-images is non-nil; register displayer for cid images.
3012 (gnus-html-display-image): Work for cid image.
3013 (gnus-html-insert-image): Allow arguments.
3014 (gnus-html-put-image): Inhibit read-only.
3015 (gnus-html-prefetch-images): Don't prefetch images if
3016 gnus-inhibit-images is non-nil.
3017
3018 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3019
3020 * shr.el (shr-put-image): Break lines when inserting big pictures.
3021
3022 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3023
3024 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3025 sender, thanks Katsumi Yamaoka.
3026
3027 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
3028
3029 * nnir.el (nnir-run-imap): Reverse the article list for each group
3030 rather than the whole list.
3031
3032 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3033
3034 * shr.el (shr-image-displayer): Protect function against non-existent
3035 image source.
3036
3037 * gnus-art.el (gnus-inhibit-images): New user option.
3038 (gnus-mime-display-single): Don't display image if it is non-nil.
3039
3040 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3041 gnus-inhibit-images.
3042
3043 * shr.el (shr-image-displayer): New function.
3044 (shr-tag-img): Use it.
3045
3046 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3047
3048 * mml2015.el (mml2015-epg-sign): Use From header.
3049
3050 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3051
3052 * gnus-html.el (gnus-html-wash-images): Register a displayer.
3053
3054 * gnus-util.el (gnus-find-text-property-region): Return markers.
3055
3056 * shr.el (shr-tag-img): Put a displayer in the text property.
3057
3058 * gnus-util.el (gnus-find-text-property-region): New utility function.
3059
3060 * gnus-html.el (gnus-html-display-image): Make the alt optional.
3061 (gnus-html-show-images): Remove.
3062
3063 * gnus-art.el (gnus-article-show-images): New, more general function.
3064
3065 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3066 image url text properties.
3067
3068 * shr.el: Ditto.
3069
3070 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3071 gnus-agent-auto-agentize-methods is set. Which it isn't.
3072
3073 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3074
3075 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3076 work for two or more articles.
3077
3078 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3079
3080 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3081 divide an image that's in an html article to two or more when washing
3082 non-ASCII characters in alt text of it.
3083
3084 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3085
3086 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3087 smime-decrypt-region using function argument.
3088 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3089
3090 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3091
3092 * smime.el (smime-decrypt-region): Catch it.
3093
3094 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * smime.el (smime-mode-map): Move initialization into declaration.
3097 (gnus-run-mode-hooks): Don't autoload.
3098 (smime-mode): Use define-derived-mode.
3099
3100 2010-11-11 Glenn Morris <rgm@gnu.org>
3101
3102 * smime.el (from): Restrict declaration to XEmacs.
3103
3104 * nnir.el (gnus-group-topic-name): Autoload.
3105
3106 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3107
3108 * shr.el (shr-insert): Don't break long line if it is because of
3109 kinsoku-bol characters in the line end.
3110
3111 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
3112
3113 * nnir.el (nnir-request-move-article): Fix to provide original group
3114 and subject.
3115 (nnir-warp-to-article): Don't fail on articles whose headers haven't
3116 been retrieved.
3117
3118 * gnus-sum.el (gnus-summary-move-article): Use original group and
3119 subject for virtual articles such as those in an nnir summary buffer.
3120
3121 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3122
3123 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3124 least 21.5).
3125
3126 * smime.el (from): Declare it again for XEmacs.
3127
3128 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3129
3130 * message.el (message-resend): Don't disable encoding unless it's
3131 already encoded.
3132
3133 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3134 low-numbered articles.
3135
3136 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3137
3138 * rfc2047.el (rfc2047-syntax-table): Simplify.
3139
3140 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3141 set-char-table-range for XEmacs.
3142
3143 2010-11-10 Glenn Morris <rgm@gnu.org>
3144
3145 * smime.el (from): Remove unused declaration.
3146
3147 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3148 (gnus-float-time): On Emacs, always an alias.
3149
3150 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3151 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3152
3153 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3154
3155 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3156
3157 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3158
3159 * shr.el (browse-url-mailto): Autoload.
3160
3161 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3162
3163 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3164 regexp doesn't need quoting.
3165
3166 2010-11-09 Sven Joachim <svenjoac@gmx.de>
3167
3168 * message.el (message-subject-trailing-was-ask-regexp)
3169 (message-subject-trailing-was-regexp): Match was: in addition to was.
3170
3171 2010-11-09 Glenn Morris <rgm@gnu.org>
3172
3173 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3174 (nnbabyl-check-mbox): Use point-at-bol.
3175
3176 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3177
3178 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3179
3180 * message.el (message-mailto): New function.
3181 (message-mailto): Should accept other parameters.
3182 (message-mailto): Remove since it duplicates browse-url-mailto
3183 functionality.
3184
3185 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3186
3187 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3188 methods.
3189 (gnus-read-active-file): Ditto.
3190
3191 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3192 ": " from the prompt.
3193 (gnus-group-make-group): Ditto.
3194
3195 2010-11-07 Glenn Morris <rgm@gnu.org>
3196
3197 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3198 (gnus-bookmark-kill-line): Use point-at-eol.
3199
3200 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3201
3202 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3203 asterisks in From header.
3204
3205 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3206
3207 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3208 string to avoid making the From headers syntactically invalid.
3209
3210 * message.el (message-send-mail): Don't insert courtesy messages if the
3211 message already has List-Post and List-ID messages.
3212
3213 2010-11-06 Glenn Morris <rgm@gnu.org>
3214
3215 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3216 `condition', `type', `length' a prefix.
3217 (gnus-treat-predicate): Update for above name changes.
3218
3219 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3220
3221 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3222 binding. Handled by `gnus-summary-refer-thread' instead.
3223 (nnir-warp-to-article): New backend function.
3224
3225 * nnimap.el (nnimap-request-thread): Force dependency updating.
3226
3227 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3228 (gnus-summary-refer-thread): Rework to improve thread-referral.
3229
3230 * gnus-int.el (gnus-warp-to-article): New function.
3231
3232 * gnus-sum.el (gnus-summary-article-map): Bind it.
3233
3234 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3235
3236 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3237 gnus-summary-refer-thread.
3238
3239 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3240 headers.
3241 (gnus-summary-limit-include-thread): Prevent articles in thread from
3242 being cut in gnus-cut-threads.
3243 (gnus-summary-refer-thread): Limit retrieved headers to those in
3244 thread.
3245
3246 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3247
3248 * message.el (message-send-mail): Use the value of
3249 message-courtesy-message from the message buffer.
3250
3251 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3252
3253 * shr.el (shr-browse-url): Implement mailto: URLs.
3254
3255 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3256 "raw".
3257
3258 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3259 if it's already selected.
3260
3261 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3262
3263 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3264
3265 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3266 to measure the length and truncate alt text.
3267
3268 2010-11-03 Glenn Morris <rgm@gnu.org>
3269
3270 * nndiary.el (nndiary-generate-nov-databases-1)
3271 (nndiary-generate-active-info): Rename dynamic variable `files' to
3272 something less generic.
3273
3274 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3275
3276 * nnir.el (nnir-request-move-article): Call the underlying backend to
3277 move articles from nnir.
3278
3279 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3280
3281 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3282
3283 2010-11-02 Julien Danjou <julien@danjou.info>
3284
3285 * nnir.el: Remove wais support.
3286
3287 2010-11-02 Glenn Morris <rgm@gnu.org>
3288
3289 * gnus-html.el: Reorder requirements to quieten compiler.
3290
3291 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3292
3293 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3294 properly for XEmacs as well.
3295 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3296 (gnus-article-natural-long-line-p): Use window-width rather than
3297 frame-width.
3298
3299 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3300
3301 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3302 (nnir-read-parms): Don't modify query.
3303 (nnir-run-query): Add ability to search topic on current line.
3304 (nnir-get-active): Clean up.
3305
3306 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3307
3308 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3309 degenerate articles.
3310
3311 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3312 (gnus-print-buffer): Just print the buffer as is, without any copying
3313 to a buffer and then re-highlighting.
3314
3315 * nnimap.el (nnimap-request-group): Store the new updated info.
3316 (nnimap-request-group): Select the group when we don't know whether it
3317 exists or not.
3318
3319 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3320 groups.
3321
3322 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3323 groups.
3324
3325 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3326 groups.
3327
3328 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3329 long-lines case by only filling the long lines.
3330
3331 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3332 (bug #7311).
3333
3334 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3335
3336 * shr.el: No need to declare `declare-function' since shr.el is for
3337 only Emacsen that provide `libxml-parse-html-region'.
3338
3339 2010-11-01 Glenn Morris <rgm@gnu.org>
3340
3341 * mm-util.el (gnus-completing-read): Autoload.
3342 (mm-read-coding-system): Simplify Emacs definition.
3343
3344 * nnmail.el (gnus-activate-group):
3345 * nnimap.el (gnutls-negotiate):
3346 * nntp.el (netrc-parse): Fix declarations.
3347
3348 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3349
3350 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3351 string-match-p in Emacs >=23.
3352
3353 * gnus-msg.el (gnus-configure-posting-styles)
3354 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3355
3356 2010-11-01 Glenn Morris <rgm@gnu.org>
3357
3358 * nnir.el (declare-function): Add compat stub.
3359 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3360 (nnir-run-gmane): Require 'mm-url.
3361
3362 * mm-util.el (mm-string-to-multibyte): Simplify.
3363
3364 * shr.el (declare-function): Add compat stub.
3365 (url-cache-create-filename): Declare.
3366 (mm-disable-multibyte, widget-convert-button): Autoload.
3367
3368 * smime.el (ldap-search): Declare.
3369 (smime-cert-by-ldap-1): Require ldap on Emacs.
3370
3371 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3372 (nnimap-keepalive): Use gnus-float-time.
3373
3374 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3375 (mail-source-delete-crash-box): Use gnus-float-time.
3376
3377 * gnus-dired.el (gnus-completing-read): Autoload.
3378
3379 * mm-view.el (gnus-rescale-image): Autoload.
3380
3381 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3382
3383 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3384
3385 * sieve-manage.el: Require 'cl when compiling.
3386
3387 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3388 (gnus-iswitchb-completing-read): Require iswitchb.
3389 (gnus-select-frame-set-input-focus): Silence compiler.
3390
3391 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3392
3393 * message.el (message-subject-trailing-was-query): Change default to t,
3394 since I think that's what most people want.
3395
3396 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3397 appending for easier debugging.
3398 (nnimap-wait-for-connection): Take a regexp.
3399 (nnimap-request-accept-article): Wait for the continuation line before
3400 sending anything unless we're streaming.
3401
3402 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3403 leave the header washing to take place.
3404
3405 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3406
3407 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3408 regular expression match and replace in posting styles.
3409
3410 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3411
3412 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3413 an entire server.
3414 (nnir-get-active): New function.
3415 (nnir-run-imap): Use it.
3416 (nnir-run-gmane): Who knew, gmane search returns an article score!
3417
3418 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3419 server on the current line with nnir.
3420
3421 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3422
3423 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3424 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3425 left edge.
3426 (gnus-article-foldable-buffer): Skip past the prefix when determining
3427 raggedness.
3428
3429 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3430 the raw article, and change `C-u g' to show the article without doing
3431 treatments.
3432
3433 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3434 on to `gnus-treat-article'.
3435 (gnus-inhibit-article-treatments): New variable.
3436
3437 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3438
3439 * gnus-art.el (gnus-treatment-function-alist): Have
3440 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3441 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3442 sections.
3443
3444 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3445 parameter.
3446 (gnus-article-fill-cited-long-lines): New function.
3447 (gnus-article-fill-cited-article): Allow filling only long sections.
3448
3449 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3450 and non-punctuation (like after the apostrophe in "'We").
3451
3452 * gnus-sum.el (gnus-summary-select-article): Make sure
3453 gnus-original-article-buffer is alive.
3454
3455 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3456 reflect the order they're in in the digest.
3457
3458 * gnus.el (gnus-group-startup-message): Move point to the start of the
3459 buffer.
3460
3461 * nnimap.el (nnimap-capability): New function.
3462 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3463 is set.
3464
3465 2010-10-31 David Engster <dengste@eml.cc>
3466
3467 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3468 conform with changes to gnus-completing-read.
3469
3470 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3471
3472 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3473
3474 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3475
3476 * nnir.el: Move defvar, defcustom around to keep file organized
3477 and keep byte-compiler quiet.
3478 (nnir-read-parms): Accept search-engine as arg.
3479 (nnir-run-query): Pass search-engine as arg.
3480 (nnir-search-engine): Remove.
3481
3482 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3483
3484 * shr.el (shr-generic): The text nodes should be text, not :text.
3485
3486 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3487 later in the file.
3488
3489 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3490
3491 * nnir.el: General clean up. Allow searching with multiple engines.
3492 Allow separate extra-parameters for each engine.
3493 Batch queries when possible.
3494 (nnir-imap-default-search-key,nnir-method-default-engines):
3495 Add customize interface.
3496 (nnir-run-gmane): New engine.
3497 (nnir-engines): Use it. Qualify all prompts with engine name.
3498 (nnir-search-engine): Remove global variable.
3499 (nnir-run-hyrex): Restore for now.
3500 (nnir-extra-parms,nnir-search-history): New variables.
3501 (gnus-group-make-nnir-group): Use them.
3502 (nnir-group-server): Remove in favor of gnus-group-server.
3503 (nnir-request-group): Avoid searching twice.
3504 (nnir-sort-groups-by-server): New function.
3505
3506 2010-10-30 Julien Danjou <julien@danjou.info>
3507
3508 * gnus-group.el: Remove gnus-group-fetch-control.
3509
3510 * gnus-start.el (gnus-find-new-newsgroups):
3511 Remove gnus-check-first-time-used.
3512
3513 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3514
3515 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3516
3517 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3518 set on groups that don't have \* permanentflags.
3519
3520 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3521
3522 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3523 control the background color.
3524 (shr-tag-img): Ignore very small web bug type images.
3525 (shr-put-image): Add help-echo alt texts to the images.
3526 (shr-tag-video): Show the video poster image.
3527
3528 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3529
3530 * shr.el (shr-table-depth): New variable.
3531 (shr-tag-table-1): Only insert the images after the top-level table.
3532
3533 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3534
3535 * gnus-util.el (gnus-list-memq-of-list): New function.
3536
3537 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3538 selected.
3539 (nnimap-unsplittable-articles): New slot.
3540 (nnimap-new-articles): Use it.
3541
3542 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3543
3544 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3545 move to the previous line on `M-g'.
3546
3547 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3548
3549 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3550 *-request-group, which seems unnecessary.
3551
3552 * nnimap.el (nnimap-quote-specials): Function copied over from
3553 imap.el.
3554 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3555 they support that. Suggested by Tom Regner.
3556
3557 2010-10-29 Julien Danjou <julien@danjou.info>
3558
3559 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3560 defalias.
3561 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3562
3563 * gnus.el: Remove `gnus-nntp-service' variable.
3564 (gnus-secondary-servers): Make obsolete.
3565 (gnus-nntp-server): Make obsolete.
3566
3567 * gnus-start.el (gnus-1): Remove x-splash calls.
3568
3569 * gnus-ems.el (gnus-x-splash): Remove.
3570
3571 * gnus.el (gnus-group-startup-message): Simplify/update code.
3572
3573 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3574 capability before doing anything.
3575 (gnus-group-insert-group-line): Remove useless
3576 gnus-group-remove-excess-properties.
3577
3578 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3579
3580 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3581
3582 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3583
3584 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3585 config after reselecting.
3586
3587 2010-10-28 Julien Danjou <julien@danjou.info>
3588
3589 * shr.el (shr-put-image): Use point even if only inserting text.
3590 (shr-put-image): Save excursion when inserting alt text on non-graphic
3591 display, so the behaviour is the same when we are on a graphic display.
3592
3593 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3594
3595 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3596
3597 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3598 (gnus-mime-copy-part): Check coding system, not charset.
3599 (gnus-mime-view-part-externally): Never remove part.
3600 (gnus-mime-view-part-internally): Don't remove part here.
3601 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3602 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3603 multipart/alternative.
3604
3605 * mm-decode.el (mm-display-part): Take optional arg `force'.
3606
3607 2010-10-26 Julien Danjou <julien@danjou.info>
3608
3609 * gnus-group.el (gnus-group-default-list-level): Add this function to
3610 compute the default list level.
3611 (gnus-group-default-list-level): Add possibility to use a function.
3612
3613 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3614
3615 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3616
3617 * gnus-group.el (gnus-group-completing-read)
3618 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3619 gnus-replace-in-string.
3620
3621 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3622
3623 * shr.el (shr-tag-div): Add.
3624
3625 2010-10-25 Julien Danjou <julien@danjou.info>
3626
3627 * gnus-util.el: Remove `gnus-with-local-quit'.
3628
3629 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3630
3631 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3632
3633 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3634 the original article buffer.
3635
3636 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3637
3638 * nnimap.el (nnimap-request-head): New function.
3639 (nnimap-request-move-article): Try to be slighly faster by not
3640 requesting the entire message when moving.
3641 (nnimap-transform-headers): Don't bug out on bodiless articles.
3642 (nnimap-send-command): Have no outstanding messages if the IMAP server
3643 doesn't support streaming.
3644 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3645
3646 2010-10-24 Julien Danjou <julien@danjou.info>
3647
3648 * message.el (message-default-headers): Fix type.
3649
3650 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3651
3652 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3653 prefetching images.
3654
3655 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3656 backend for unknown groups. This is mainly useful for nnimap groups.
3657
3658 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3659 group isn't covered by the agent.
3660
3661 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3662
3663 * nnir.el (nnir-method-default-engines): New variable.
3664 (nnir-run-query): Use it.
3665 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3666 (gnus-summary-nnir-goto-thread): Change group if needed.
3667
3668 * gnus-group.el (gnus-group-group-map): Add key binding for
3669 gnus-group-make-nnir-group.
3670
3671 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3672
3673 * shr.el (shr-tag-object): Add.
3674
3675 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3676 original article buffer live.
3677 (gnus-summary-select-article-buffer):
3678 Mention gnus-widen-article-buffer.
3679
3680 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3681
3682 * shr.el (shr-tag-strong): Add.
3683
3684 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3685
3686 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3687 group names. They mess up the group buffer badly.
3688
3689 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3690
3691 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3692 instead of the summary one.
3693
3694 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3695
3696 * mml.el (mml-preview): Work properly when editing article.
3697
3698 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3699 gnus-have-read-active-file if it's already been in.
3700
3701 2010-10-22 Tom Tromey <tromey@redhat.com>
3702
3703 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3704 gnus-group-completing-read.
3705
3706 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3707
3708 * message.el (message-mode-map): Don't bind M-; to comment region, to
3709 allow the global comment-dwim to work.
3710
3711 2010-10-21 Julien Danjou <julien@danjou.info>
3712
3713 * message.el (message-setup-1): Allow message-default-headers to be a
3714 function.
3715
3716 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3717
3718 * shr.el (shr-tag-table): Simplify.
3719
3720 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3721
3722 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3723 to avoid trying to snarf invalid stuff.
3724
3725 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3726
3727 * gnus.el (gnus-message-archive-group): Quote value.
3728 (gnus-message-archive-group): Mark as changed.
3729
3730 * shr.el (shr-add-font): Don't put the font properties on the newline
3731 or the indentation.
3732
3733 * message.el (message-fix-before-sending): Change options when sending
3734 non-printable characters.
3735
3736 * gnus.el (gnus-message-archive-method): Change the default to
3737 monthly outgoing groups.
3738
3739 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3740 that have gotten new numbers.
3741
3742 * nnimap.el (nnimap-request-replace-article): New function.
3743
3744 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3745
3746 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3747 (nnrss-request-article): Don't use special html washing code.
3748
3749 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3750
3751 * shr.el (shr-tag-table): Remove useless nconc.
3752
3753 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3754
3755 * gnus-art.el (article-wash-html): Simplify and remove the charset
3756 stuff. Use the normal html rendering code instead of the special html
3757 washing code.
3758
3759 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3760 `gnus-w3m' symbols.
3761 (mm-text-html-washer-alist): Remove.
3762
3763 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3764 (mm-inline-media-tests): Remove use.
3765 (mm-text-html-renderer): Change default to the `shr' symbol.
3766
3767 * mm-view.el (mm-inline-text-html): Remove use.
3768
3769 * gnus-art.el (gnus-blocked-images): New function. Allow the
3770 `gnus-blocked-images' to be a function.
3771 (gnus-article-wash-function): Remove.
3772
3773 2010-10-20 Julien Danjou <julien@danjou.info>
3774
3775 * spam.el (spam-list-of-processors): Mark as obsolete.
3776
3777 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3778 (nnimap-insert-partial-structure): Fix boundary detection.
3779
3780 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3781
3782 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3783 run file-truename on remote files. This can be expensive and even
3784 prevent one from editing drafts if some unrelated buffer has a stale
3785 connection.
3786
3787 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3788
3789 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3790 kinsoku-eol regardless of shr-kinsoku-shorten.
3791 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3792 (shr-tag-table): Support caption, thead, and tfoot.
3793
3794 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3795
3796 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3797 lines.
3798 (shr-save-contents): New command and keystroke.
3799
3800 * nndoc.el (nndoc-type-alist): Add git support.
3801 (nndoc-git-type-p): New function.
3802 (nndoc-transform-git-article): Ditto.
3803 (nndoc-transform-git-headers): Ditto.
3804 (nndoc-transform-git-headers): Generate Subject headers.
3805
3806 * shr.el (shr-parse-style): New function.
3807 (shr-tag-span): Ditto.
3808
3809 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3810 to `G G' to avoid collisions.
3811
3812 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3813
3814 * shr.el: Load kinsoku if necessary.
3815 (shr-kinsoku-shorten): New internal variable.
3816 (shr-find-fill-point): Make kinsoku shorten text line if
3817 shr-kinsoku-shorten is bound to non-nil.
3818 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3819 shr-indentation too when testing if table is wider than frame width.
3820 (shr-insert-table): Use `string-width' instead of `length' to measure
3821 text width.
3822 (shr-insert-table-ruler): Make sure indentation is done at bol.
3823
3824 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3827 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3828 undecoded network data.
3829
3830 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3831
3832 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3833 name in the mode line spec so that the mode line menu works
3834 (bug #2431).
3835
3836 * message.el (message-get-reply-headers): If we're fed `to-address',
3837 then always use that.
3838
3839 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3840 aren't so wide as to need to switch off the edit menu.
3841
3842 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3843 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3844
3845 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3846 `M-g'.
3847 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3848 the permanent marks.
3849
3850 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3851
3852 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3853 Splitting according to references/in-reply-to obeys the ignore-groups
3854 variable, while splitting by sender and subject do not.
3855
3856 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3857
3858 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3859 alist, so that we can look for non-Unicode chars.
3860 (article-translate-strings): Allow both character and string maps.
3861
3862 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3863
3864 * shr.el (shr-insert): Don't insert space behind a wide character
3865 categorized as kinsoku-bol, or between characters both categorized as
3866 nospace.
3867
3868 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3869
3870 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3871 headers to gnus-newsgroup-headers.
3872
3873 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3874
3875 * shr.el (shr-tag-img): Don't align images -- since we're not
3876 rescaling, this often leads to ugly displays.
3877
3878 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3879
3880 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3881 duplicates.
3882
3883 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3884
3885 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3886 call.
3887
3888 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3889
3890 * gnus.el: Autoload gnus-html-show-images.
3891
3892 * nnimap.el: Use nnheader-message throughout.
3893
3894 * shr.el (shr-tag-img): Ignore images with no data.
3895
3896 2010-10-15 Julien Danjou <julien@danjou.info>
3897
3898 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3899 a possibility to disable format=flow encoding when using hard newlines.
3900
3901 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3902
3903 * shr.el (shr-insert): Remove space inserted before or after a
3904 breakable character or at the beginning or the end of a line.
3905 (shr-find-fill-point): Do kinsoku; find the second best point or give
3906 it up if there's no breakable point.
3907
3908 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3909
3910 * nnimap.el (nnimap-open-connection): Message when opening connection
3911 for debugging purposes.
3912
3913 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3914 on every setup buffer call to allow this to change from article to
3915 article.
3916
3917 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3918 buffers where we have a wide table.
3919
3920 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3921
3922 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3923 uses *-request-thread.
3924
3925 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3926
3927 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3928 incantation, which is no longer valid.
3929
3930 2010-10-14 Julien Danjou <julien@danjou.info>
3931
3932 * shr.el: Fix defcustom type (char -> character).
3933
3934 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3935
3936 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3937 programs.
3938
3939 2010-10-14 Julien Danjou <julien@danjou.info>
3940
3941 * shr.el (shr-tag-a): Use url-link as widget type.
3942
3943 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3944 `gnus-group-get-icon'.
3945
3946 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3947
3948 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3949 This should make server editing work better.
3950
3951 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3952
3953 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3954 (nnimap-parse-flags): Fix regexp.
3955
3956 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3957 probably work for CJVK text, too.
3958
3959 * nnimap.el (nnimap-extend-tls-programs): Remove.
3960 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3961
3962 2010-10-13 Julien Danjou <julien@danjou.info>
3963
3964 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3965 responses.
3966
3967 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3968
3969 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3970
3971 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3972 anything in Emacs.
3973
3974 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3975
3976 2010-10-13 Julien Danjou <julien@danjou.info>
3977
3978 * shr.el (shr-width): Make shr-width a defcustom with default to
3979 fill-column.
3980 (shr-tag-img): Use shr-width rather than fill-column.
3981
3982 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3983
3984 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3985
3986 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3987 position when (X-)Faces exist.
3988 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3989 avatars when called interactively.
3990
3991 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3992
3993 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3994 gnus-article-x-face-too-ugly is bound.
3995
3996 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3997
3998 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3999
4000 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4001 mailbox that doesn't exist.
4002
4003 2010-10-12 Julien Danjou <julien@danjou.info>
4004
4005 * shr.el (shr-tag-img): Encode URL properly when retrieving.
4006 (shr-get-image-data): Encode URL properly when fetching from cache.
4007 (shr-tag-img): Use aligned-to spaces to align correctly images.
4008
4009 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4010 before inserting the Gravatar.
4011
4012 * shr.el (shr-tag-img): Add align attribute support for <img>.
4013
4014 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4015
4016 * gnus-gravatar.el (gnus-art): Require.
4017
4018 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4019 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4020 Remove long obsoleted functions.
4021
4022 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4023
4024 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4025
4026 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4027 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4028 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4029 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4030 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4031 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4032 Fix comment for declare-function.
4033
4034 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4035
4036 * nnimap.el (nnimap-request-rename-group): Select group read-only
4037 before renaming it.
4038
4039 * shr.el (shr-insert): Fix up the white space only regexp.
4040
4041 * nnimap.el (nnimap-transform-split-mail): Not all articles have
4042 bodies. Protect against this. Reported by Michael Welsh Duggan.
4043
4044 * shr.el (shr-current-column): New function.
4045 (shr-find-fill-point): New function.
4046
4047 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4048
4049 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4050 numbers.
4051
4052 2010-10-11 Julien Danjou <julien@danjou.info>
4053
4054 * shr.el (shr-hr-line): Add.
4055 (shr-tag-hr): Use shr-hr-line to specify which character to use to
4056 display hr lines.
4057 (shr-max-columns): Do not change state to nil if we just inserting
4058 spaces.
4059
4060 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4061
4062 * gnus-topic.el (gnus-topic-read-group): If after the last group,
4063 select the last group.
4064
4065 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4066
4067 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4068
4069 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4070
4071 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4072 for Gnus.
4073 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4074 (nnimap-update-qresync-info): Mark \Seen articles as read.
4075
4076 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4077 non-variable, too.
4078
4079 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4080 available.
4081 (nnimap-update-info): Rely more on the current active than the param
4082 active to avoid marking articles as read too much.
4083
4084 * auth-source.el (auth-source-create): Use (user-login-name) for the
4085 user name default.
4086
4087 * nnimap.el (nnimap-update-info): If the server doesn't return any
4088 useful info, just use the previous info.
4089 (nnimap-update-info): Prefer old info over start-article.
4090 (nnimap-update-qresync-info): Finish implementing QRESYNC.
4091
4092 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
4093
4094 * nnir.el (autoload): Clean up autoloads.
4095 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4096 Use key rather than value.
4097 (nnir-imap-search-other): New variable.
4098 (nnir-read-parm): Use it.
4099 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4100 (gnus-summary-nnir-goto-thread): Modify to work with imap.
4101
4102 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4103
4104 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4105 the process, too.
4106
4107 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4108
4109 * spam.el (gnus-summary-mode-map): Bind to "$".
4110 Suggested by Russ Allbery.
4111
4112 * shr.el: Rework the way things are indented by <li> slightly.
4113
4114 * gnus.el (gnus-group-set-parameter): Fix typo.
4115
4116 * nnimap.el: Start implementing QRESYNC support.
4117
4118 2010-10-09 Julien Danjou <julien@danjou.info>
4119
4120 * nnir.el (nnir-engines): Fix too many arguments.
4121
4122 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4123
4124 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4125 group is the "last", so that the backends like nnfolder actually save
4126 their folders.
4127
4128 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4129 try to use that for the tls stream.
4130 (nnimap-retrieve-group-data-early): Rework the marks code to heed
4131 UIDVALIDITY and find out which groups are read-only and not.
4132 (nnimap-get-flags): Use the same marks parsing code as the rest of
4133 nnimap.
4134
4135 2010-10-09 Julien Danjou <julien@danjou.info>
4136
4137 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4138
4139 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4140 retrieving gravatars.
4141
4142 * shr.el (shr-table-corner): Add.
4143 (shr-table-line): Add.
4144 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4145
4146 2010-10-08 Julien Danjou <julien@danjou.info>
4147
4148 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4149
4150 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
4151
4152 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4153
4154 * gnus-sum.el (gnus-mark-article-as-unread)
4155 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4156 (gnus-summary-set-bookmark): Use it.
4157
4158 * gnus-msg.el (gnus-setup-message): Use it.
4159
4160 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4161
4162 * gnus.el (gnus-group-remove-parameter): Use it.
4163
4164 * gnus-group.el (gnus-group-make-web-group): Use it.
4165
4166 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4167
4168 * nnregistry.el: Update docs to mention manual.
4169
4170 * gnus-registry.el: Update docs to mention nnregistry.el.
4171 (gnus-registry-initialize): Don't install nnregistry refer method
4172 automatically.
4173 (gnus-registry-install-nnregistry): Remove it.
4174
4175 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4176
4177 * shr.el (shr-insert): Don't insert double spaces.
4178
4179 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4180
4181 * gnus-gravatar.el (gnus-treat-from-gravatar)
4182 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4183 called interactively.
4184
4185 * gnus-art.el (gnus-mime-view-part-externally)
4186 (gnus-mime-view-part-internally): Make predicate function passed to
4187 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4188 of a mime type.
4189
4190 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4191
4192 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4193
4194 * shr.el (require): Require cl when compiling.
4195 (shr-tag-hr): New function.
4196
4197 * nnimap.el (nnimap-update-info): Remove double setting of high.
4198 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4199 This makes nnimap work properly on Courier again.
4200
4201 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4202 the variable for backwards compatibility.
4203
4204 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4205 the file name before using to avoid setting mm-default-directory to
4206 nil.
4207
4208 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4209 bidning gnus-agent variables.
4210
4211 * shr.el (shr-render-td): Use a cache for the table rendering function
4212 to avoid getting an exponential rendering behaviour in nested tables.
4213 (shr-insert): Rework the line-breaking algorithm.
4214 (shr-insert): Don't leave trailing spaces.
4215 (shr-insert-table): Also insert empty TDs.
4216 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4217
4218 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * gnus-sum.el (gnus-number): Rename from `number'.
4221 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4222 (gnus-summary-limit-children): Update uses correspondingly.
4223
4224 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4225
4226 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4227 (gnus-gravatar-transform-address): Don't show avatars of people of
4228 which mail addresses match gnus-gravatar-too-ugly.
4229
4230 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4231
4232 * shr.el (shr-table-widths): Expand TD elements to fill available
4233 space.
4234
4235 2010-10-07 Julien Danjou <julien@danjou.info>
4236
4237 * nnimap.el (nnimap-request-rename-group): Add this method.
4238
4239 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4240
4241 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4242 name from XEmacs' function-arglist.
4243
4244 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4245 gravatar under XEmacs.
4246
4247 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4248
4249 * auth-source.el: Update docs with TODO items.
4250
4251 * gnus-sync.el: Update docs to explain state and plans.
4252
4253 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4254 Hooks for mark updates.
4255 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4256
4257 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4258 hooks with arguments, which is needed for mark update hooks.
4259
4260 2010-10-06 Julien Danjou <julien@danjou.info>
4261
4262 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4263 was matched.
4264
4265 * sieve-manage.el: Update example in `Commentary'.
4266
4267 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4268
4269 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4270 not 2000.
4271 (sieve-manage-authenticate): Re-add function.
4272
4273 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4274
4275 * shr.el (shr-insert): Get 'space transition right.
4276 (shr-render-td): Only delete space at the end of the TD.
4277
4278 * nnimap.el (nnimap-open-connection): Prepare to support
4279 open-gnutls-stream.
4280
4281 * shr.el: Rearrange function order to be more logical.
4282
4283 2010-10-06 Julien Danjou <julien@danjou.info>
4284
4285 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4286 (nnrss-discover-feed): Remove 404 URL in docstring.
4287
4288 * nnir.el: Fix Swish-E URL.
4289 Fix Namazu URL.
4290
4291 * message.el (message-change-subject): Remove 404 URL in a comment.
4292
4293 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4294
4295 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4296 called interactively.
4297
4298 * gnus-util.el (gnus-remove-if): Allow hash table.
4299 (gnus-remove-if-not): New function.
4300
4301 * gnus-art.el (gnus-mime-view-part-as-type)
4302 * gnus-score.el (gnus-summary-score-effect)
4303 * gnus-sum.el (gnus-read-move-group-name):
4304 Replace remove-if-not with gnus-remove-if-not.
4305
4306 * gnus-group.el (gnus-group-completing-read):
4307 Regard collection as a hash table if it is not a list.
4308
4309 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4310
4311 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4312
4313 * shr.el: Document the table-rendering algorithm.
4314
4315 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4316 invalid URLs.
4317
4318 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4319 line-broken.
4320 (shr-tag-img): Ignore image fetching errors.
4321 (shr-overlays-in-region): Compute overlay positions correctly.
4322
4323 * mm-decode.el (mm-shr): Require shr.
4324
4325 * gnus-art.el (gnus-blocked-images): Move variable here.
4326
4327 * shr.el (shr-insert-table): Bind free variable.
4328
4329 * mm-decode.el (mm-shr): Bind shr-content-function.
4330
4331 * shr.el (shr-content-function): New variable.
4332
4333 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4334 added for symmetry.
4335
4336 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4337
4338 * gnus-group.el (gnus-group-make-group): Doc fix.
4339
4340 * nnimap.el (nnimap-request-newgroups): Return success.
4341
4342 * shr.el (shr-find-elements): New function.
4343 (shr-tag-table): Put all the images after the table.
4344 (shr-tag-table): Really inhibit images inside the table.
4345 (shr-collect-overlays): Copy over overlays from the TD elements to the
4346 main document.
4347
4348 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4349 gnus-blocked-images.
4350
4351 2010-10-05 Julien Danjou <julien@danjou.info>
4352
4353 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4354
4355 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4356 (gnus-html-maximum-image-size): Add this function.
4357 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4358
4359 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4360 server-value of the capability is nil.
4361
4362 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4363
4364 * shr.el (shr-tag-em): Add <EM> tag.
4365
4366 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4367
4368 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4369 customizable.
4370
4371 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4372 handing broken links to browse-url.
4373
4374 2010-10-05 Julien Danjou <julien@danjou.info>
4375
4376 * gnus-util.el (gnus-emacs-completing-read)
4377 (gnus-iswitchb-completing-read): Use autoload rather than require.
4378
4379 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4380
4381 * gnus-util.el (gnus-completing-read-function): Exclude
4382 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4383 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4384 XEmacs.
4385
4386 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4387 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4388
4389 * gnus-html.el: Don't require help-fns under XEmacs.
4390 (gnus-html-schedule-image-fetching): Work for XEmacs.
4391
4392 * mm-decode.el (mm-shr): Decode contents by charset.
4393
4394 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4395
4396 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4397 unknown.
4398
4399 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4400 (shr-get-image-data): Ensure against the cache file missing.
4401
4402 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4403 for data.
4404
4405 * spam-report.el (spam-report-url-ping-plain): Don't query about
4406 killing the process.
4407
4408 * shr.el (shr-render-td): Protect against too-wide text.
4409
4410 2010-10-04 Julien Danjou <julien@danjou.info>
4411
4412 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4413 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4414
4415 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4416 retrieved.
4417
4418 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4419
4420 * shr.el (browse-url): Require.
4421 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4422 lines.
4423 (shr-show-alt-text, shr-browse-image): New commands.
4424 (shr-browse-url, shr-copy-url): New commands.
4425
4426 * gnus-sum.el (gnus-widen-article-window): New variable.
4427 (gnus-summary-select-article-buffer): Use it.
4428
4429 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4430 without @ signs.
4431
4432 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4433
4434 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4435
4436 2010-10-04 Julien Danjou <julien@danjou.info>
4437
4438 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4439 for XEmacs.
4440
4441 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4442
4443 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4444
4445 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4446 (nnimap-close-server): Implement.
4447
4448 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4449 (shr-insert): Tweak line breaking.
4450 (shr-insert): Handle <pre> better.
4451 (shr-tag-li): Get <li> indentation right.
4452 (shr-tag-li): Get <li> indentation even righter.
4453 (shr-tag-blockquote): Ensure paragraph start.
4454 (shr-make-table): Tweak table generation.
4455 (shr-make-table): Fix typo.
4456
4457 * shr.el: Implement table rendering.
4458
4459 2010-10-04 Julien Danjou <julien@danjou.info>
4460
4461 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4462
4463 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4464
4465 * shr.el (shr-insert): Use string anchors instead of line anchors.
4466
4467 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4468
4469 * shr.el: Add headings.
4470 (shr-ensure-paragraph): Actually work.
4471 (shr-tag-li): Make <ul> prettier.
4472 (shr-insert): Get white space at the beginning/end of elements right.
4473 (shr-tag-p): Collapse subsequent <p>s.
4474 (shr-ensure-paragraph): Don't insert double line feeds after blank
4475 lines.
4476 (shr-insert): \t is also space.
4477 (shr-tag-s): Fix "s" tag name function.
4478 (shr-tag-s): Fix face prop name.
4479
4480 2010-10-03 Julien Danjou <julien@danjou.info>
4481
4482 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4483
4484 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4485 gnus-window-inside-pixel-edges.
4486
4487 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4488 gnus-ems.
4489
4490 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4491
4492 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4493 function.
4494
4495 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4496 resize choice.
4497
4498 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4499
4500 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4501 beginning of the buffer.
4502
4503 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4504 article buffer again.
4505
4506 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4507
4508 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4509 when it's at the start of the buffer.
4510
4511 * shr.el (shr-tag-blockquote): Convert name.
4512 (shr-rescale-image): Use the right image-size variant.
4513
4514 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4515 buffer isn't shown, then select the current article first instead of
4516 bugging out.
4517 (gnus-summary-select-article-buffer): Show both the article and summary
4518 buffers again.
4519
4520 * shr.el (shr-fontize-cont): Protect against regions with no text.
4521 Rename tag functions to shr-tag-* for enhanced security.
4522 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4523
4524 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4525
4526 * shr.el (shr-insert):
4527 * pop3.el (pop3-movemail):
4528 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4529 loaded.
4530
4531 2010-10-03 Glenn Morris <rgm@gnu.org>
4532
4533 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4534
4535 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4536
4537 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4538
4539 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4540
4541 * gnus-util.el (gnus-make-local-hook): Simplify.
4542
4543 2010-10-02 Julien Danjou <julien@danjou.info>
4544
4545 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4546 (gnus-ido-completing-read): New function.
4547 (gnus-emacs-completing-read): New function.
4548 (gnus-completing-read): Use gnus-completing-read-function.
4549 Add gnus-completing-read-function.
4550
4551 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4552
4553 * shr.el (shr-insert-document): Autoload.
4554 (shr-img): Be silent.
4555 (shr-insert): Add a newline after every picture before text.
4556 (shr-add-font): Use overlays for combining faces.
4557 (shr-insert): Pass upwards the text start point.
4558
4559 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4560 possible.
4561 (mm-shr): New function.
4562
4563 2010-10-02 Julien Danjou <julien@danjou.info>
4564
4565 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4566 should go backward.
4567
4568 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4569
4570 * shr.el (shr): Fix typo in provide call.
4571
4572 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4573
4574 * shr.el: New file.
4575
4576 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4577
4578 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4579 completing read.
4580
4581 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4582
4583 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4584 we're being queried about. Suggested by Dan Jacobson.
4585
4586 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4587 Suggested by Jason Eisner.
4588
4589 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4590 table, too. Suggested by Stefan Wiens.
4591 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4592 the table unnecessary. Suggested by Stefan Wiens.
4593
4594 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4595 longer needed, and probably doesn't work either, as pointed out by
4596 Stefan Wiens.
4597 (gnus-summary-exit): Remove call to the clearing function.
4598 (gnus-summary-exit-no-update): Ditto.
4599
4600 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4601 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4602 Reported by Stefan Monnier.
4603 (gnus-summary-save-in-rmail): Ditto.
4604
4605 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4606 article buffer, instead of both the article buffer and the summary
4607 buffer. Sort of suggested by Dan Jacobson.
4608
4609 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4610
4611 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4612 Suggested by Dan Jacobson.
4613
4614 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4615 documentation clearer.
4616
4617 * message.el (message-shorten-references): Comment on the number "21".
4618 Suggested by Stefan Monnier.
4619
4620 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4621 Suggested by Dan Jacobson.
4622
4623 * gnus.el (gnus-large-newsgroup):
4624 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4625
4626 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4627 externalize attachments. Bug reported by Steve Wen.
4628
4629 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4630 really message anything to the user.
4631
4632 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4633 directly.
4634
4635 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4636 messages in empty groups.
4637
4638 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4639
4640 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4641 non-UIDNEXT group.
4642
4643 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4644
4645 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4646 not the value from the collection.
4647
4648 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4649 values. This sometimes happens on some groups that have no info.
4650 (nnimap-request-newgroups): New function.
4651
4652 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4653
4654 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4655 check into `gnus-registry-initialize'.
4656 (gnus-registry-initialize): Ditto.
4657 Fix and extend header docs.
4658
4659 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4660
4661 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4662 regexp backtrace overflows.
4663
4664 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4665 for starttls that tls.el implements; i.e. openssl.
4666
4667 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4668
4669 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4670 (gravatar-create-image): New function that's an alias to
4671 gnus-xmas-create-image, gnus-create-image, or create-image.
4672 (gravatar-data->image): Use it.
4673
4674 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4675
4676 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4677 install the nnregistry refer method.
4678 (gnus-registry-install-hooks): Use it.
4679 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4680 unfollowed groups.
4681
4682 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4683
4684 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4685 expanding threads.
4686
4687 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4688
4689 * nnir.el: Use the server names without suffixes (bug #7009).
4690
4691 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4692 unencrypted to STARTTLS, if possible.
4693
4694 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4695
4696 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4697 headers before superseding.
4698
4699 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4700
4701 * nnrss.el (nnrss-use-local): Add documentation.
4702
4703 * nnimap.el (nnimap-extend-tls-programs): New function.
4704 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4705 (nnimap-wait-for-connection): Accept the greeting from the stupid
4706 output from openssl s_client -starttls, too.
4707
4708 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4709 article number.
4710 (nnimap-split-fancy): New variable.
4711 (nnimap-split-incoming-mail): Use it.
4712
4713 * nntp.el (nntp-server-list-active-group): Document.
4714
4715 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4716 SELECT to get the message-id.
4717
4718 * mail-source.el (mail-sources): Remove webmail support.
4719 (defvar): Ditto.
4720 (mail-source-fetcher-alist): Ditto.
4721 (mail-source-fetch-webmail): Remove.
4722
4723 * webmail.el: Remove -- doesn't seem relevant any more.
4724
4725 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4726
4727 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4728 the \r.
4729
4730 2010-09-30 Julien Danjou <julien@danjou.info>
4731
4732 * gnus-agent.el (gnus-agent-add-group): Fix call to
4733 gnus-completing-read.
4734
4735 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4736
4737 * nndoc.el (nndoc-retrieve-groups): New function.
4738
4739 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4740 `default', use nnmail-split-methods.
4741 (nnimap-request-article): Downcase the NILs so that they are nil.
4742
4743 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4744 symbol.
4745
4746 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4747 code, since if the user has requested network, that's what they ought
4748 to get.
4749 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4750 (nnimap-split-rule): Mark as obsolete.
4751
4752 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4753 New variable.
4754
4755 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4756 correct slot, too.
4757
4758 2010-09-29 Julien Danjou <julien@danjou.info>
4759
4760 * gnus.el (gnus-local-domain): Declare variable obsolete.
4761
4762 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4763 Fix history computing.
4764 (gnus-ido-completing-read): Require ido.
4765
4766 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4767
4768 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4769 build Gnus.
4770
4771 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4772 when interpreting the structures.
4773 (nnimap-request-accept-article): Add \r\n to the lines to make this
4774 work with Cyrus.
4775
4776 * nndraft.el (nndraft-request-expire-articles): Use the group name
4777 instead if "nndraft". Fix found by Nils Ackermann.
4778
4779 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4780
4781 * nnregistry.el: Add.
4782
4783 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * nnmail.el (group, group-art-list, group-art):
4786 Remove unneeded directives.
4787
4788 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4789
4790 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4791 (mm-mime-charset)
4792 * rfc2047.el (rfc2047-syntax-table)
4793 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4794
4795 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4796 rather than `insert-file-contents' and `eval-region'.
4797
4798 2010-09-29 Julien Danjou <julien@danjou.info>
4799
4800 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4801 replacement of `gnus-gravatar-relief' to mimic
4802 `gnus-faces-properties-alist'.
4803 Add :version property.
4804
4805 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4806
4807 * mail-source.el (mail-source-report-new-mail)
4808 * message.el (message-default-mail-headers)
4809 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4810
4811 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4812
4813 2010-09-28 Julien Danjou <julien@danjou.info>
4814
4815 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4816 mail-address contains the same string as real-name.
4817
4818 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4819 non-blank in header, otherwise it'll get stripped.
4820
4821 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4822 real-name, and then for mail address rather than doing : or , search.
4823
4824 2010-09-27 Julien Danjou <julien@danjou.info>
4825
4826 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4827 right completing-read function.
4828 (gnus-use-ido): New variable
4829 (gnus-completing-read-with-default): Remove.
4830 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4831 (gnus-agent-add-group):
4832 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4833 * mm-view.el (mm-view-pkcs7-decrypt):
4834 * mm-util.el (mm-codepage-setup):
4835 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4836 * mml-smime.el (mml-smime-openssl-sign-query):
4837 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4838 (mml-insert-multipart):
4839 * gnus-msg.el (gnus-summary-yank-message):
4840 * gnus-int.el (gnus-start-news-server):
4841 * mm-decode.el (mm-interactively-view-part):
4842 * gnus-dired.el (gnus-dired-attach):
4843 * gnus.el (gnus-read-method):
4844 * gnus-bookmark.el (gnus-bookmark-jump):
4845 * gnus-art.el (gnus-mime-view-part-as-type)
4846 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4847 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4848 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4849 * nnmairix.el (nnmairix-create-server-and-default-group)
4850 (nnmairix-update-groups, nnmairix-get-server)
4851 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4852 (nnmairix-get-group-from-file-path):
4853 * nnrss.el (nnrss-find-rss-via-syndic8):
4854 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4855 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4856 (gnus-group-browse-foreign-server):
4857 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4858 (gnus-summary-execute-command, gnus-summary-respool-article)
4859 (gnus-read-move-group-name):
4860 * gnus-score.el (gnus-summary-increase-score)
4861 (gnus-summary-score-effect):
4862 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4863
4864 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4865
4866 * nnimap.el (auth-source-forget-user-or-password)
4867 (auth-source-user-or-password): Autoload.
4868
4869 * message.el (message-from-style, message-interactive)
4870 (message-signature): Remove comment.
4871 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4872 always.
4873 (message-sendmail-envelope-from): Comment fix.
4874 (message-yank-prefix): Default to mail-yank-prefix always.
4875 (message-indentation-spaces):
4876 Default to mail-indentation-spaces always.
4877 (message-signature-file): Default to mail-signature-file always.
4878
4879 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4880
4881 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4882 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4883 new articles.
4884
4885 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4886 parts.
4887 (nnimap-request-article): Work with the t setting, too.
4888
4889 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4890 that you don't get flashes of other buffers.
4891 (gnus-summary-show-complete-article): Intern before setting.
4892
4893 2010-09-27 David Engster <dengste@eml.cc>
4894
4895 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4896 well as HEADERS.
4897 (nnmairix-retrieve-headers): Provide new argument for the above.
4898
4899 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4900
4901 * gnus-sum.el (gnus-summary-move-article): Don't alter
4902 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4903 group.
4904
4905 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4906
4907 * message.el (message-cite-prefix-regexp): Revert my last edit.
4908
4909 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4910 variable instead of the Gnus variable.
4911
4912 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4913
4914 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4915
4916 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4917 since some servers don't like it.
4918 (nnimap-open-connection): Forget credentials if the server says the
4919 password was wrong.
4920 (nnimap-parse-line): Protect against invalid data.
4921
4922 * gnus-sum.el (gnus-summary-move-article): Add comment.
4923 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4924 nothing alters it while scanning for new messages.
4925
4926 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4927 which may or may not help.
4928 (nnimap-open-connection): If we're doing a stream connection, and then
4929 discover we're on a STARTTLS-capable server, then open a STARTTLS
4930 connection instead.
4931
4932 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4933
4934 * nnimap.el (utf7): Require.
4935
4936 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4937 prefix.
4938
4939 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4940
4941 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4942
4943 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4944
4945 * nnimap.el (nnimap-request-accept-article): Message the error on
4946 error.
4947
4948 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4949
4950 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4951
4952 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4953
4954 * nndoc.el (nndoc-request-list): Return success always.
4955
4956 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4957 `fetch-old' -- we only want to fetch the articles we've requested.
4958 The rest are in the agent, probably.
4959 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4960 disappeared server" to something low. It's not important.
4961
4962 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4963 arrived before the FETCH data.
4964
4965 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4966 target here, because we don't know the Gnus name of the group.
4967
4968 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4969 for the correct group.
4970
4971 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4972
4973 * gnus.el (gnus): Give a final warning after startup.
4974
4975 * gnus-util.el (gnus-action-message-log): New variable.
4976 (gnus-message): Use it.
4977 (gnus-final-warning): New function.
4978
4979 * nnimap.el (nnimap-open-connection): Record the greeting.
4980 (nnimap): Add greeting.
4981
4982 2010-09-26 Julien Danjou <julien@danjou.info>
4983
4984 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4985 arguments.
4986 (gnus-html-wash-images): Fix spec computing to include start/end.
4987
4988 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4989
4990 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4991
4992 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4993 deletion.
4994 (nnimap-retrieve-headers): Don't select the group, because that's
4995 already done by nnimap-possibly-change-group.
4996
4997 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4998 (gnus-picon-transform-address): Use it.
4999
5000 * mail-source.el (mail-source-value): Revert previous patch.
5001
5002 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5003 on failure.
5004 (nnimap-open-connection): Look up both virtual and physical server name
5005 credentials.
5006
5007 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5008
5009 2009-02-08 Dave Love <fx@gnu.org>
5010
5011 * gnus-win.el (gnus-window-to-buffer-helper)
5012 (gnus-all-windows-visible-p): Function needn't be a symbol.
5013
5014 * mail-source.el (mail-source-value): Function needn't be a symbol.
5015
5016 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5017
5018 * message.el (message-cite-prefix-regexp): Remove } from the cite
5019 prefix.
5020
5021 * gnus-art.el (gnus-treatment-function-alist): Do picons before
5022 highlight again, so that the highlight is correct.
5023
5024 * gnus-picon.el (gnus-picon): Remove again.
5025 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5026
5027 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5028 doing the header highlightling, so that the background colour of the
5029 picon is correct.
5030
5031 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5032 (gnus-picon): Ditto.
5033 (gnus-picon): Reinstate. The background colour for picons is white.
5034 (gnus-picon-insert-glyph): Make the background white.
5035
5036 * nnml.el (nnml-open-nov): Don't return dead buffers.
5037
5038 * auth-source.el (auth-source-create): Query the user for whether to
5039 store the credentials.
5040
5041 * auth-source.el (auth-source-user-or-password): Use the existing auth
5042 sources, if any, for creation.
5043
5044 * gnus.el (gnus-group-fast-parameter): Return the last matching
5045 parameter instead of the first matching parameter.
5046
5047 2010-09-26 Julien Danjou <julien@danjou.info>
5048
5049 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5050
5051 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5052
5053 * mml2015.el (mml2015-use): Remove gpg support.
5054
5055 * mml1991.el (mml1991-function-alist): Remove gpg function.
5056 (mml1991-gpg-sign): Remove.
5057
5058 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5059
5060 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5061 (gnus-browse-unsubscribe-current-group): Document it.
5062 (gnus-browse-unsubscribe-group): Use it.
5063
5064 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5065
5066 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5067 address to the To list for easier response.
5068
5069 * gnus.el (gnus-play-startup-jingle): Remove.
5070 (gnus-splash): Don't play jingle.
5071 (gnus): Silence gnus-load message.
5072
5073 * gnus-art.el (gnus-treat-play-sounds): Remove.
5074
5075 * gnus.el (gnus-play-jingle): Remove audio support.
5076
5077 * gnus-cus.el (gnus-score-customize): Remove audio reference.
5078
5079 * earcon.el: Remove -- no users.
5080
5081 * gnus-audio.el: Remove -- no users of this package.
5082
5083 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5084
5085 * gnus-start.el (gnus-setup-news): Remove nocem support.
5086
5087 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5088
5089 * gnus.el (gnus-use-nocem): Remove.
5090
5091 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5092 Remove.
5093
5094 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
5095 uses NoCeM any more.
5096
5097 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5098 (gnus-button-ctan-handler): Ditto.
5099 (gnus-button-handle-ctan-bogus-regexp): Ditto.
5100 (gnus-button-ctan-directory-regexp): Ditto.
5101 (gnus-button-handle-ctan): Ditto.
5102 (gnus-button-tex-level): Ditto.
5103 (gnus-button-alist): Remove CTAN stuff.
5104
5105 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5106
5107 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5108 nnimap-streaming test.
5109
5110 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5111 servers twice.
5112
5113 * nnimap.el (nnimap-open-connection): Add more error reporting when
5114 nnimap fails early.
5115
5116 * nnheader.el (nnheader-get-report-string): New function.
5117 (nnheader-get-report): Use it.
5118
5119 * gnus-int.el (gnus-check-server): Say what the error was when opening
5120 failed.
5121
5122 * nnimap.el (nnimap-wait-for-response): Search further when we're not
5123 using streaming.
5124
5125 2010-09-25 Julien Danjou <julien@danjou.info>
5126
5127 * gnus-html.el (gnus-html-rescale-image): Use our defalias
5128 gnus-window-inside-pixel-edges.
5129
5130 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5131
5132 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5133
5134 * mm-decode.el (mm-save-part): Allow saving to other directories the
5135 normal Emacs way.
5136
5137 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5138 Suggested by Jay Berkenbilt.
5139
5140 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5141 there isn't a single byte.
5142
5143 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5144 just do it. It doesn't really seem to matter what the user responds
5145 here, I think, so it's just a confusing question.
5146
5147 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5148 non-streaming case.
5149
5150 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5151 (gnus-article-encrypt-body): Use it.
5152
5153 * gnus-sum.el (gnus-summary-show-complete-article): New command and
5154 keystroke.
5155
5156 * nnimap.el (nnimap-find-wanted-parts-1):
5157 Use gnus-fetch-partial-articles.
5158
5159 * gnus-art.el (gnus-fetch-partial-articles): New variable.
5160
5161 * nnimap.el (nnimap-insert-partial-structure): New function.
5162 (nnimap-get-partial-article): New function.
5163 (nnimap-request-article): Use it.
5164 (nnimap-wait-for-response): Return whether the wait was successful.
5165 (nnimap-finish-retrieve-group-infos): Don't do anything if the
5166 retrieval wasn't successful.
5167 (nnimap-retrieve-group-data-early): Allow throttling servers.
5168 (nnimap-streaming): New variable.
5169 (nnimap-fetch-partial-articles): Remove.
5170
5171 * mm-decode.el (mm-with-part): Protect against killed buffers.
5172
5173 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5174 for prettier summary display.
5175
5176 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5177
5178 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5179
5180 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5181
5182 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5183 apparently third-party libraries depend on it.
5184
5185 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5186 before starting negotiation.
5187
5188 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5189 privacy reasons.
5190 (gnus-treat-mail-gravatar): Ditto.
5191
5192 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5193 buffer when inserting images. Inserting text into the headers, for
5194 instance, can make them invalid.
5195
5196 2010-09-25 Julien Danjou <julien@danjou.info>
5197
5198 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5199 variables.
5200
5201 * nnheader.el: Remove useless variables news-reply-yank-from and
5202 news-reply-yank-message-id.
5203
5204 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5205 variables.
5206
5207 * mml1991.el: Remove useless mml1991-verbose.
5208
5209 * gnus.el: Remove useless variable gnus-use-generic-from.
5210 Remove obsolete variable gnus-topic-indentation.
5211
5212 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5213
5214 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5215
5216 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5217
5218 * gnus-group.el: Remove useless gnus-group-icon-cache.
5219 Remove useless gnus-ephemeral-group-server.
5220
5221 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5222
5223 * mml2015.el: Remove useless mml2015-verbose.
5224
5225 * mml-smime.el: Remove useless mml-smime-verbose.
5226
5227 * gnus.el: Remove useless gnus-local-domain.
5228
5229 * gnus-gravatar.el (gnus-gravatar-transform-address):
5230 Use gnus-gravatar-size.
5231
5232 * gnus-art.el: Remove useless gnus-treat-translate.
5233
5234 2010-09-24 Julien Danjou <julien@danjou.info>
5235
5236 * gnus-sum.el: Add support for Gravatars.
5237
5238 * gnus-art.el: Add support for Gravatars.
5239
5240 * gnus-gravatar.el: Add this file.
5241
5242 * gravatar.el: Add this file.
5243
5244 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5245
5246 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5247
5248 * gnus-group.el (gnus-group-fetch-faq): Remove.
5249
5250 * gnus.el (gnus-group-faq-directory): Remove.
5251
5252 * gnus-group.el (gnus-group-fetch-charter): Remove.
5253
5254 * gnus.el (gnus-group-charter-alist): Remove.
5255
5256 * gnus-group.el (gnus-group-archive-directory): Remove.
5257 (gnus-group-recent-archive-directory): Ditto.
5258 (gnus-group-make-archive-group): Remove.
5259
5260 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5261
5262 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5263 use the same article number for all the cached articles.
5264
5265 * nnimap.el (nnimap-command): Register the last command time so
5266 that we can use it for idling NOOPs.
5267 (nnimap-open-connection): Start the keeplive timer.
5268 (nnimap-make-process-buffer): Store all the process buffers.
5269 (nnimap-keepalive): New function.
5270
5271 * starttls.el (starttls-open-stream): Add autoload cookie.
5272
5273 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5274
5275 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5276 handling.
5277
5278 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5279
5280 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5281 its data structures.
5282
5283 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5284 instead of the cl.el copy-list.
5285 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5286 equalp.
5287
5288 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5289
5290 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5291 and tool-bar-local-item-from-menu.
5292
5293 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5294 mode-line-highlight face for Emacs.
5295
5296 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5297 loading gnus-sum.elc; fix comment for canlock-verify.
5298 (gnus-article-jump-to-part): Use read-number.
5299 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5300 Remove Emacs pre-21 compatible code for help-echo.
5301 (gnus-article-next-page-1): No need to adjust the number of lines.
5302 (gnus-article-describe-bindings): Always use help-buffer.
5303
5304 * gnus-audio.el (gnus-audio-inline-sound)
5305 * gnus-cus.el (gnus-custom-mode)
5306 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5307
5308 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5309
5310 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5311 compatible code.
5312
5313 2010-09-24 Glenn Morris <rgm@gnu.org>
5314
5315 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5316 visiting the fcc file in rmail-mode.
5317
5318 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5319
5320 * nnir.el: Silence the byte compiler.
5321
5322 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5323 alias to browse-url-url-encode-chars if any.
5324 (gnus-html-encode-url): Use it.
5325
5326 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5327
5328 * gnus-start.el (gnus-use-backend-marks): New variable.
5329 (gnus-get-unread-articles-in-group): Use it.
5330
5331 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5332 makeover.
5333
5334 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5335
5336 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5337
5338 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5339
5340 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5341 Remove.
5342 (gnus-setup-news-hook):
5343 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5344
5345 * gnus-int.el (gnus-request-update-info): Protect against backends not
5346 having the function.
5347
5348 * nnimap.el (nnimap-stream): Mention starttls.
5349 (nnimap-open-connection): Add starttls support.
5350
5351 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5352
5353 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5354
5355 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5356
5357 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5358 BODYSTRUCTUREs.
5359 (nnimap-transform-headers): Unfold quoted {42} headers.
5360
5361 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5362 the info.
5363 (gnus-get-unread-articles): Only call updatep on backends that support
5364 it.
5365
5366 * nnweb.el (nnweb-request-update-info): NOOP.
5367
5368 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5369
5370 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5371 since it only deals with marks.
5372
5373 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5374 gnus-request-marks, and make a new gnus-request-update-info.
5375
5376 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5377 the active instead of the high number, which is usually too low.
5378
5379 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5380
5381 * encrypt.el: Remove.
5382
5383 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5384
5385 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5386 server in symbolic form.
5387
5388 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5389
5390 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5391
5392 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5393 (nnimap-update-info): Fix up code slightly.
5394
5395 * gnus-int.el (gnus-open-server): Add tracing for performance
5396 debugging.
5397
5398 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5399 (gnus-group-insert-group-line): Pass the real group name so that it
5400 gets the right data.
5401
5402 * gnus-start.el (gnus-get-unread-articles): Don't have
5403 `gnus-get-unread-articles-in-group' update info, since that can be
5404 really slow and doesn't seem to be needed?
5405
5406 2010-09-22 Julien Danjou <julien@danjou.info>
5407
5408 * gnus-group.el (gnus-group-insert-group-line):
5409 Call gnus-group-highlight-line.
5410 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5411 default hook list.
5412 (gnus-group-update-eval-form): Add new function.
5413 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5414 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5415
5416 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5417
5418 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5419 immediate, then expire all articles.
5420 (nnimap-update-info): Fix off-by-one errors.
5421 (nnimap-flags-to-marks): Would return no marks lists for group with no
5422 flags. Instead return the other data.
5423
5424 2010-09-22 Julien Danjou <julien@danjou.info>
5425
5426 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5427 Only return an icon.
5428 (gnus-group-insert-group-line): Compute icon to return.
5429
5430 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5431 (gnus-html-image-fetched): Only cache if
5432 gnus-html-image-automatic-caching is set.
5433 (gnus-html-image-fetched): Check for errors.
5434
5435 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5436
5437 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5438 once per method on `g'. This ensures that backends like nnfolder don't
5439 open all their folders.
5440
5441 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5442 (nnimap-request-list): Nix out group in the correct buffer.
5443 (nnimap-parse-flags): Implement by using `read' instead of
5444 hand-parsing.
5445 (nnimap-flags-to-marks): Pass on permanent-flags.
5446 (nnimap-make-process-buffer): Record the server name.
5447 (nnimap-parse-flags): Fix typo.
5448 (nnimap-request-scan): Run split on the server in general, not just a
5449 single group.
5450
5451 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5452 parameter, and propagate this downwards.
5453
5454 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5455 since EXAMINE changes it on the server.
5456
5457 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5458 this command might take a while.
5459
5460 2010-09-22 Julien Danjou <julien@danjou.info>
5461
5462 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5463 harmful if you have 2 images side-by-side, they can't be properly
5464 update on text deletion. Using text-property is safer here.
5465 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5466 data.
5467
5468 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5469
5470 * nnimap.el (nnimap-expunge-inbox): Remove.
5471 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5472 (nnimap-expunge): Flip default to t.
5473
5474 * gnus.el (gnus-method-to-server): Don't push things to the cache
5475 unless it's unique.
5476 (gnus-server-to-method): Ditto.
5477
5478 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5479
5480 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5481
5482 2010-09-22 Julien Danjou <julien@danjou.info>
5483
5484 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5485 get the start of data.
5486 (gnus-html-encode-url): Add this function to encode special chars in
5487 URL.
5488 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5489 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5490
5491 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5492 default.
5493 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5494
5495 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5496 images alt-text.
5497 (gnus-html-put-image): Put alt-text as help-echo.
5498
5499 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5500
5501 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5502 * mm-util.el (mm-decompress-buffer)
5503 * nnir.el (nnir-run-find-grep)
5504 * pop3.el (pop3-list): Use 3rd arg of split-string.
5505
5506 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5507
5508 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5509 outside the active range. Suggested by Dan Christensen.
5510
5511 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5512 slightly later to avoid double-getting it.
5513
5514 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5515 previous patch.
5516
5517 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5518
5519 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5520
5521 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5522
5523 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5524
5525 * gnus-int.el (gnus-open-server): Give a better error message in the
5526 "go offline" case.
5527
5528 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5529 marks for nnimap, which is seldom the right thing to do.
5530
5531 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5532 (gnus-same-method-different-name): New function.
5533
5534 * nnimap.el (parse-time): Require.
5535
5536 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5537 method in the presence of many similar methods.
5538
5539 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5540
5541 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5542 nnml-inhibit-expiry.
5543
5544 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5545 find out whether methods are equal.
5546
5547 * nnimap.el (nnimap-find-expired-articles): New function.
5548 (nnimap-process-expiry-targets): New function.
5549 (nnimap-request-move-article): Request the article before looking at
5550 what the Message-ID is. Fix found by Andrew Cohen.
5551 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5552
5553 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5554 for oldness in addition to being a predicate.
5555
5556 * nnimap.el (nnimap-request-group): When we have zero articles, return
5557 the right data to Gnus.
5558 (nnimap-request-expire-articles): Only delete articles immediately if
5559 the target is 'delete.
5560
5561 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5562 method, this would bug out.
5563
5564 * gnus-group.el (gnus-group-expunge-group): Rename from
5565 gnus-group-nnimap-expunge, and implemented as a normal interface
5566 function.
5567
5568 * gnus-int.el (gnus-request-expunge-group): New function.
5569
5570 * nnimap.el (nnimap-request-create-group): Implement.
5571 (nnimap-request-expunge-group): New function.
5572
5573 2010-09-21 Julien Danjou <julien@danjou.info>
5574
5575 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5576 (gnus-html-cache-expired): Add new function.
5577 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5578 wethever we should display image for fetch it.
5579 Compute alt-text earlier to pass it to the fetching function too.
5580 (gnus-html-schedule-image-fetching): Change function argument to only
5581 get one image at a time, not a list.
5582 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5583 cache.
5584 (gnus-html-get-image-data): New function to retrieve image data from
5585 cache.
5586 (gnus-html-put-image): Change buffer argument to use image data rather
5587 than file, and place image above region rather than inserting a new
5588 one. Do not take alt-text as argument, since it's useless now: we place
5589 the image above alt-text.
5590 (gnus-html-prune-cache): Remove.
5591 (gnus-html-show-images): Start to fetch image when we find one, do not
5592 push into a temporary list.
5593 (gnus-html-prefetch-images): Only fetch image if they have expired.
5594 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5595 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5596
5597 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5598
5599 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5600
5601 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5602
5603 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5604 spec inser "*" if the group isn't active instead of 0.
5605
5606 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5607 opening the server.
5608 (nnimap-request-delete-group): Implement group deletion.
5609 (nnimap-transform-headers): Return the size of the entire message in
5610 the Bytes header, not just the size of the first part.
5611 (nnimap-request-move-article): When moving an article from nnimap,
5612 request the article first so the accepting form has an article to
5613 accept. Reported by Dan Christensen.
5614 (nnimap-command): Make sure that the error message doesn't error out.
5615
5616 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5617
5618 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5619 we haven't requested anything.
5620
5621 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5622
5623 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5624 "". Fix found by Andrew Cohen.
5625
5626 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5627 instead of -encode-string.
5628
5629 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5630
5631 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5632
5633 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5634 by mm-subst-char-in-string.
5635
5636 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5637
5638 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5639 waiting for the connection string.
5640
5641 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5642 arriving.
5643
5644 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5645 bogus characters. This allows selecting certain Gmail groups.
5646
5647 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5648 (nnimap-fetch-partial-articles): New variable.
5649 (nnimap-open-connection): When looking for credentials, also use the
5650 nnimap-server-port.
5651 (nnimap-request-article): Return the group/article number, so that Gnus
5652 `^' works as expected.
5653 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5654
5655 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5656 comments.
5657 (gnus-methods-sloppily-equal): New function.
5658 (gnus): When using the development version of Gnus, load the gnus-load
5659 file.
5660
5661 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5662 `gnus-open-server' on each method before trying to scan them etc.
5663 This ensures that all the backend parameters are set correctly.
5664
5665 * nnimap.el (nnimap-authenticator): New variable.
5666 (nnimap-open-connection): Allow anonymous login.
5667 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5668 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5669
5670 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5671 patch, found by Knut Anders Hatlen.
5672
5673 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5674
5675 * gnus-agent.el (gnus-agent-batch-confirmation)
5676 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5677 to gnus-message.
5678 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5679 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5680 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5681 * gnus-int.el (gnus-open-server): Likewise.
5682 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5683 (gnus-score-check-syntax): Likewise.
5684 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5685 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5686 Likewise.
5687 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5688
5689 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5690
5691 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5692 calling conventions so that prefetch doesn't bug out.
5693
5694 2010-09-19 Julien Danjou <julien@danjou.info>
5695
5696 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5697 rather than `subst-char-in-region' in order to be able to replace ASCII
5698 char by UTF-8 ones.
5699
5700 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5701 than curl.
5702 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5703 the right URL and ALT text on images.
5704 (gnus-html-wash-tags): Fix tag case.
5705 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5706 (gnus-article-html): Add -o display_ins_del=2 option.
5707 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5708
5709 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5710
5711 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5712 the extra mail headers, which sometimes seem to happen for unknown
5713 reasons.
5714
5715 * mail-parse.el (mail-header-encode-parameter): Define as
5716 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5717 (or most, perhaps?) mail readers don't understand the latter, but do
5718 understand the former.
5719
5720 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5721 to nil, so that no methods are automatically agentized. I think this
5722 is probably what most users want.
5723
5724 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5725 from url-retrieve, for instance about invalid URLs.
5726
5727 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5728 groups that have no articles.
5729 (nnimap-request-article): Check that we really got an article when we
5730 requested one.
5731
5732 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5733 doesn't exist.
5734
5735 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5736 nntp buffer so the agent can save it.
5737 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5738 that CRLF doesn't get translated to \n.
5739 (nnimap-open-connection): Don't make 'shell commands only send \n.
5740
5741 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5744 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5745 Update var name.
5746 (nnml-generate-nov-file): Use dolist.
5747 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5748 Use with-current-buffer.
5749
5750 2010-09-18 Julien Danjou <julien@danjou.info>
5751
5752 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5753 parallel.
5754
5755 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5756
5757 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5758 the range update right.
5759 (nnimap-request-group): Don't make `M-g' bug out on group with no
5760 marks.
5761 (nnoo): Require, so that other packages can require nnimap.
5762 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5763 command we're looking for. This helps when the server sends more
5764 responses after we've gotten everything we expected.
5765 (nnimap): Add a `newlinep' field to keep track of end-of-line
5766 conventions.
5767 Don't send CRLF to things that don't want it.
5768 (nnimap-request-accept-article): Ditto.
5769
5770 2010-09-18 Julien Danjou <julien@danjou.info>
5771
5772 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5773 than curl to retrieve images.
5774
5775 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5776
5777 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5778 the marks.
5779 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5780 (nnimap-wait-for-connection): New function.
5781 (nnimap-open-connection): If we have PREAUTH, don't query for login
5782 credentials.
5783 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5784 when doing a partial update.
5785
5786 2010-09-18 Julien Danjou <julien@danjou.info>
5787
5788 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5789 tags.
5790
5791 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5792
5793 * nnimap.el (nnimap-credentials): New function.
5794 (nnimap-open-connection): Use the new function to look for credentials
5795 also on the numeric equivalents of "imap" and "imaps".
5796
5797 * gnus-start.el (gnus-activate-group): Send the info to
5798 gnus-request-group.
5799
5800 * nnimap.el (nnimap-request-group): Have the "check" version of the
5801 function parse flags and update the info, so that a `M-g' get a total
5802 resync of all flags from the group.
5803
5804 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5805 to allow backends to alter the info on group selection. Also alter all
5806 the backend -request-group functions to take the parameter.
5807
5808 * nnimap.el (nnimap-store-info): New function.
5809 (nnimap-update-info): Store the info for later usage.
5810 (nnimap-request-group): Use the stored info for the dont-check case, so
5811 that we don't retrieve all marks when we enter a group.
5812
5813 * nnimap.el: Use deffoo instead of defun for interface functions.
5814
5815 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5816 update the group info. This makes the nndraft groups, for instance, go
5817 back to their old behaviour.
5818
5819 * gnus-sum.el (gnus-select-newsgroup): Indent.
5820
5821 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5822 in.
5823 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5824 nothing.
5825
5826 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5827 from methods that are denied.
5828
5829 * gnus-int.el (gnus-method-denied-p): New function.
5830
5831 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5832 store the password instead of netrc.
5833 (nnimap-open-connection): Don't error out when we can't make a
5834 connections.
5835
5836 * auth-source.el (auth-source-create): In the password prompt, say what
5837 we're querying for. Also prompt for user name if that hasn't been
5838 given.
5839
5840 * nnimap.el (nnimap-with-process-buffer): Remove.
5841
5842 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5843
5844 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5845 method when we're reading from the agent.
5846
5847 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5848
5849 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5850 that's probably most useful for users.
5851
5852 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5853 "failed" all the time.
5854
5855 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5856 ...)) with (with-current-buffer ... ).
5857
5858 * nntp.el (nntp-open-server): Return whether the open was successful or
5859 not.
5860
5861 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5862 select an unread unseen article first.
5863
5864 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5865 /etc/services, supply some sensible port defaults.
5866
5867 2010-09-17 Julien Danjou <julien@danjou.info>
5868
5869 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5870
5871 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5872
5873 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5874 doesn't have any parameters.
5875
5876 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5877
5878 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5879 only upcased checks.
5880
5881 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5882
5883 * nnimap.el (nnimap-open-shell-stream): New function.
5884 (nnimap-open-connection): Use it.
5885 (nnimap-transform-headers): Get the number of lines in each message.
5886 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5887 number of lines.
5888 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5889 problem.
5890
5891 * utf7.el (utf7-encode): Autoload.
5892
5893 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5894 to allow the mail splitting to not return a default group. This is
5895 useful for nnimap, which will leave unmatched mail in the inbox.
5896
5897 * nnimap.el: Rewritten.
5898
5899 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5900 nnimap usage.
5901
5902 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5903 if the move is internal, so that nnimap can do fast internal moves.
5904
5905 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5906 data.
5907 (gnus-read-active-for-groups): Support finishing the early retrieval of
5908 data.
5909
5910 * gnus-range.el (gnus-range-nconcat): New function.
5911
5912 * gnus-int.el (gnus-finish-retrieve-group-infos)
5913 (gnus-retrieve-group-data-early): New functions.
5914
5915 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5918 (nnrss-retrieve-groups):
5919 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5920 (pop3-quit): Use with-current-buffer.
5921
5922 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5923
5924 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5925 instead of nnheader-accept-process-output.
5926
5927 * gnus-html.el (gnus-html-schedule-image-fetching)
5928 (gnus-html-prefetch-images): Replace process-kill-without-query by
5929 gnus-set-process-query-on-exit-flag.
5930
5931 2010-09-16 Romain Francoise <romain@orebokech.com>
5932
5933 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5934
5935 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5936
5937 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5938 parameter to unintern is mandatory-ish in Emacs 24.
5939
5940 * gnus-html.el (gnus-html-schedule-image-fetching)
5941 (gnus-html-prefetch-images): Check for curl before using it.
5942
5943 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5944 depend on curl, which isn't essential.
5945
5946 * imap.el: Revert back to version
5947 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5948 seem problematic.
5949
5950 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5951
5952 * gnus-registry.el (gnus-registry-install-shortcuts):
5953 Explicitly pass `obarray' to `unintern' to avoid a warning.
5954
5955 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5956
5957 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5958 change.
5959
5960 * nnrss.el (nnrss-request-list): Remove this function and related
5961 functions, including the moreover stuff.
5962
5963 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5964
5965 * nnrss.el (nnrss-retrieve-groups): New function.
5966
5967 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5968
5969 * .dir-locals.el: Add no-byte-compile cookie.
5970
5971 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5972
5973 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5974 for back end that doesn't support request-scan.
5975
5976 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5977
5978 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5979 then do request scans from the backends.
5980
5981 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5982 avoid running a hook per line, since this takes a lot of time,
5983 profiling shows.
5984 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5985 directly if gnus-visual-p is true.
5986
5987 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5988
5989 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5990 groups; replace mapcar with dolist which is a bit faster; pass groups
5991 info to gnus-read-active-file-1.
5992 (gnus-read-active-file-1): Scan only specified groups if the new
5993 optional arg `infos' is given.
5994
5995 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5996
5997 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5998
5999 * pop3.el (pop3-movemail): Remove.
6000 (pop3-streaming-movemail): Rename to pop3-movemail.
6001
6002 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6003 don't restrict end-tag searches to the end of the line.
6004
6005 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6006
6007 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6008 articles of every unchecked group to t, which means unknown since the
6009 server has never been opened.
6010
6011 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6012
6013 * gnus-html.el (gnus-html-show-alt-text): New command.
6014 (gnus-html-browse-image): Ditto.
6015 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6016 to browse the image directly.
6017 (gnus-html-wash-tags): Search for images first, so that <a><img> works
6018 better.
6019
6020 * gnus-async.el (gnus-async-article-callback):
6021 Call `gnus-html-prefetch-images' unconditionally.
6022
6023 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6024 before feeding URLs to curl.
6025
6026 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6027
6028 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6029 internal images as deletable by `W D D'.
6030
6031 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6032 (gnus-async-article-callback): Fix typo.
6033
6034 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6035
6036 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6037 current line to work around bugs in the output from w3m.
6038
6039 * gnus-async.el (gnus-async-article-callback): Always prefetch images
6040 for groups that want that.
6041
6042 * nntp.el (nntp-wait-for-string): Supply a timeout for
6043 accept-process-output to ensure progress.
6044
6045 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6046 level to get unread articles from, then use that for foreign groups,
6047 too.
6048
6049 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6050 confuses the rest of the function.
6051
6052 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6053 for the methods that support -retrieve-groups, too.
6054
6055 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6056
6057 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6058
6059 * pop3.el: Require cl when compiling.
6060 (pop3-number-of-responses): Search for "+OK", not "+OK ".
6061
6062 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6063
6064 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6065 that aren't going to be activated.
6066 (gnus-get-unread-articles): Fix up the last commit.
6067
6068 * gnus-html.el (gnus-article-html): Allow calling without specifying
6069 the handle. In that case, dissect the buffer first.
6070
6071 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6072
6073 * nnimap.el (nnimap-open-connection): Revert the change that would look
6074 into authinfo for imaps instead of imap.
6075
6076 * gnus-start.el (gnus-activate-group): Take an optional parameter to
6077 say that you don't want to call gnus-request-group with don-check, but
6078 do check the reponse. This is for virtual groups only.
6079 (gnus-get-unread-articles): Count the archive groups as secondary, so
6080 that they're activated the same way as before.
6081
6082 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6083 case-insensitively.
6084 (nnimap-debug): Remove.
6085
6086 * mail-source.el (mail-source-fetch): Don't message if we're fetching
6087 mail from a file, and the file doesn't exist.
6088
6089 * pop3.el (pop3-streaming-movemail): Return t for success.
6090
6091 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6092 .authinfo if we're using ssl connection.
6093
6094 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6095 already have if we're in a main Gnus `g' run.
6096
6097 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6098
6099 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6100
6101 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6102
6103 * nnmh.el (nnmh-request-list-1): Bind `file'.
6104
6105 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6106 alias to set-process-query-on-exit-flag or process-kill-without-query.
6107 (pop3-open-server): Use it.
6108
6109 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6110
6111 * mail-source.el (mail-source-delete-crash-box): Always move the crash
6112 box to the Incoming file. Fixes mistake in previous checkin.
6113
6114 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6115 request loop (for debugging purposes) removed.
6116
6117 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6118 culprit is more visible.
6119 (nnml-save-incremental-nov, nnml-open-incremental-nov)
6120 (nnml-add-incremental-nov): New functions to do "incremental" nov
6121 updates, where we just append to the end of the existing nov files
6122 without reading/writing them in full.
6123
6124 * mail-source.el (mail-source-delete-crash-box): Really only check the
6125 incoming files once in a while.
6126
6127 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6128
6129 * mail-source.el (mail-source-delete-crash-box): Only check the
6130 incoming files for deletion once per day to save a lot of file
6131 accesses.
6132
6133 * pop3.el (pop3-logon): Fix up unbound variable typo.
6134
6135 * mail-source.el (pop3-streaming-movemail): Autoload.
6136
6137 * pop3.el (pop3-streaming-movemail):
6138 Respect pop3-leave-mail-on-server.
6139
6140 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6141 retrieval.
6142
6143 * pop3.el (pop3-process-filter): Remove unused function.
6144 (pop3-streaming-movemail, pop3-send-streaming-command)
6145 (pop3-wait-for-messages, pop3-write-to-file)
6146 (pop3-number-of-responses): New functions for streaming pop3
6147 retrieval.
6148
6149 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6150 come from no known methods.
6151 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6152 list.
6153
6154 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6155 message sizes.
6156 (pop3-movemail): Use erase-buffer instead of looping and deleting
6157 regions, which seems rather odd.
6158
6159 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6160 file once per `g' run.
6161
6162 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6163 directories. This makes the draft queue directory work.
6164
6165 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6166 data from the backends, so that we only request the list of groups from
6167 each method once. This should speed things up considerably.
6168
6169 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6170 detect that it's not implemented.
6171
6172 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6173 we actually do recurse down into the tree, but don't stat all leaf
6174 nodes.
6175
6176 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6177 then say so instead of bugging out.
6178
6179 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6180 files exist before trying to read them.
6181
6182 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6183 around <pre_int>.
6184
6185 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6186
6187 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6188
6189 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6190
6191 * mm-util.el (mm-image-load-path): Just return the image directories,
6192 not all directories in the path in addition to the image directories.
6193 (mm-image-load-path): Maintain a cache of the image directories so that
6194 the `g' command in Gnus doesn't have to stat dozens of directories each
6195 time.
6196
6197 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6198 (gnus-html-wash-tags): Add a new `i' command to insert images.
6199 (gnus-html-insert-image): New command and keystroke.
6200 (gnus-html-redisplay-with-images): New command and keystroke.
6201 (gnus-html-show-images): Rename command.
6202 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6203 spacers.
6204 (gnus-html-wash-tags): Decode entities at the end, so that entities
6205 inside the tags don't mess up the rest of the "parsing".
6206
6207 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6208 so that nnimap methods aren't agentized by default. There's apparently
6209 many problems related to agent/imap behaviour.
6210
6211 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6212
6213 * gnus-html.el: Doc fix.
6214
6215 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6216
6217 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6218 glyph-width and glyph-height instead of display-graphic-p and
6219 image-size; make avoidance of displaying small images work for XEmacs.
6220
6221 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6222 for XEmacs.
6223
6224 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6225 of symbol that holds plist data.
6226 (gnus-process-plist): Remove plist of process after getting it.
6227
6228 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6229
6230 * message.el (message-generate-hashcash): Change default to
6231 'opportunistic if hashcash is installed.
6232
6233 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6234 (gnus-html-put-image): Only call image-size once, since it's somewhat
6235 time-consuming on remote X servers.
6236
6237 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6238
6239 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6240 decoded contents.
6241 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6242
6243 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6244
6245 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6246 group line format, since it isn't very interesting.
6247
6248 * gnus-agent.el (gnus-agent-short-article),
6249 (gnus-agent-long-article): Increase values for these two variables,
6250 since most people are likely to have more network connection and
6251 storage than before.
6252
6253 * gnus.el (gnus-refer-article-method): Change default to 'current.
6254 When referring an article, the common behaviour is to refer it from the
6255 current select method, not the native select method. The chances of
6256 the native select method having the message in question is rather slim
6257 these days.
6258
6259 * gnus-sum.el (gnus-auto-select-subject): Change default to
6260 `unseen-or-unread'. I think it's likely that most people want to
6261 select an unseen article over a previously seen, but unread one.
6262
6263 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6264 means that in the article buffer none of the minor mode elements will
6265 be shown, usually, and this is not desirable in most cases.
6266
6267 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6268 that commands like `d' (and the like) go to the next line in the
6269 buffer, instead of the next unread article. I think this is the
6270 behaviour that is most natural for most users.
6271 (gnus-single-article-buffer): Change default to nil, so that people can
6272 have as many article buffers open as they have summary buffer. I think
6273 this is the most natural way for the groups to behave.
6274
6275 * message.el (message-generate-new-buffers): Change default to
6276 `unsent', so that all new message buffers start their names with the
6277 string "*unsent", and it's easier to find the buffers if you move from
6278 them.
6279
6280 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6281
6282 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6283 small. They're probably tracking images.
6284 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6285 (gnus-html-rescale-image): Yet another try at getting the image sizing
6286 right.
6287
6288 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6289 nntp-marks-file-name is nil.
6290
6291 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6292
6293 * gnus-html.el (gnus-html-wash-tags)
6294 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6295 Better logging.
6296
6297 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6298
6299 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6300
6301 * gnus-html.el (gnus-html-wash-tags): Check the value of
6302 gnus-blocked-images in the summary buffer.
6303
6304 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6305
6306 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6307
6308 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6309
6310 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6311 like "a", it seems like.
6312 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6313 since it needs to be picked from the correct buffer.
6314
6315 * nnwfm.el: Remove.
6316
6317 * nnlistserv.el: Remove.
6318
6319 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6320
6321 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6322 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6323
6324 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6325
6326 * nnkiboze.el: Remove.
6327
6328 * nndb.el: Remove.
6329
6330 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6331 alt text.
6332 (gnus-html-rescale-image): Try to get the rescaling logic right for
6333 images that are just wide and not tall.
6334
6335 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6336 overshadow variable bindings.
6337
6338 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6339
6340 * gnus-html.el (gnus-html-wash-tags)
6341 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6342 Add extra logging.
6343
6344 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6345
6346 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6347 (gnus-max-image-proportion): New variable.
6348 (gnus-html-rescale-image): New function.
6349 (gnus-html-put-image): Rescale images.
6350
6351 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 Fix up some byte-compiler warnings.
6354 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6355 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6356 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6357 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6358 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6359 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6360 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6361
6362 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6363
6364 * gnus-html.el (gnus-article-html): Decode contents by charset.
6365
6366 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6367
6368 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6369 (gnus-html-frame-width, gnus-blocked-images)
6370 * message.el (message-prune-recipient-rules): Add custom version.
6371 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6372
6373 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6374 functions.
6375
6376 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6377 gnus-process-get.
6378
6379 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6380
6381 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6382 instead of lsub directly.
6383
6384 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6385
6386 * nnwarchive.el: Remove.
6387
6388 * gnus-soup.el: Remove.
6389
6390 * nnsoup.el: Remove.
6391
6392 * nnultimate.el: Remove.
6393
6394 * gnus-html.el (gnus-blocked-images): New variable.
6395
6396 * message.el (message-prune-recipients): New function.
6397 (message-prune-recipient-rules): New variable.
6398
6399 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6400 guess whether a long line is natural text or not.
6401
6402 * gnus-html.el (gnus-html-schedule-image-fetching):
6403 Use gnus-process-plist and friends for compatibility.
6404
6405 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * gnus-html.el: Require packages that define macros used in this file.
6408 (gnus-article-mouse-face): Declare to silence byte-compiler.
6409 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6410 process-get.
6411 (gnus-html-put-image): Use plist-get to avoid getf.
6412 (gnus-html-prefetch-images): Use with-current-buffer.
6413
6414 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6415
6416 * gnus-ems.el: Provide compatibility functions for
6417 gnus-set-process-plist.
6418
6419 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6420 * gnus.el (gnus-valid-select-methods)
6421 * message.el (message-send-mail-partially-limit)
6422 * mm-decode.el (mm-text-html-renderer)
6423 * mml.el (mml-insert-mime-headers-always)
6424 * smiley.el (smiley-regexp-alist): Bump custom version.
6425
6426 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6427
6428 * gnus-html.el: require mm-url.
6429 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6430 with the url to `url'.
6431 (gnus-html-wash-tags): Support cid: URLs/images.
6432
6433 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6434
6435 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6436 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6437 bindings, as they aren't useful at all. `w' is moved to `W w'.
6438
6439 * gnus-move.el: Remove file, since it doesn't really work.
6440
6441 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6442 UTF-8. This seems to fix problems with some German web feeds.
6443
6444 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6445 at the top so that the proper colours are applied.
6446
6447 * gnus-art.el (gnus-article-view-part): Doc fix.
6448
6449 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6450 XEmacs-compatible.
6451 (gnus-html-put-image): Don't do images on non-graphic displays.
6452
6453 * nnslashdot.el: Remove this unused backend.
6454
6455 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6456 actions.
6457 (gnus-undo-register-1): Revert last change.
6458
6459 * gnus-group.el (gnus-group-completing-read): Protect against not
6460 having completion-styles bound.
6461
6462 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6463 make broken recipients happier.
6464
6465 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6466
6467 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6468 point parameter.
6469
6470 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6471 completion-styles for group selection.
6472
6473 2009-02-04 Andreas Schwab <schwab@suse.de>
6474
6475 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6476 headers and regexp-quote the match if necessary.
6477
6478 2009-03-24 Miles Bader <miles@gnu.org>
6479
6480 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6481 the blinking smiley.
6482
6483 2009-03-24 Simon Josefsson <simon@josefsson.org>
6484
6485 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6486 blink smiley.
6487
6488 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6489
6490 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6491 where the dribbel file lives exists.
6492
6493 * message.el (message-send-mail-partially-limit): Change the default to
6494 nil, since most people don't want this.
6495
6496 * mm-url.el (mm-url-decode-entities): Also decode entities like
6497 &#x3212.
6498
6499 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6500
6501 * gnus-sum.el (gnus-summary-idna-message):
6502 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6503 Hyperlink urls in docstrings with URL `...'.
6504
6505 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6506
6507 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6508 functions.
6509
6510 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6511
6512 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6513 say what the mouseover text should be.
6514
6515 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6516 version of the mm-w3m-safe-url-regexp variable to only download images
6517 in the groups where we want that to happen.
6518
6519 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6520
6521 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6522 easier debugging.
6523 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6524 big pictures in the article buffer.
6525
6526 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6527 gnus-article-html.
6528 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6529 w3m.
6530
6531 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6532
6533 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6534
6535 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6536 which doesn't exist.
6537
6538 * message.el (message-inhibit-ecomplete): New variable to allow some
6539 function to inhibit ecomplete address storage.
6540 (message-resend): Disable ecomplete message storage when resending
6541 messages.
6542
6543 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6544
6545 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6546
6547 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6548 Save excursion while copying, moving, and deleting articles in order to
6549 prevent the cursor from jumping to unforeseen place.
6550
6551 2010-08-17 Glenn Morris <rgm@gnu.org>
6552
6553 * gnus-sync.el: Require gnus components whose functions are used.
6554
6555 * gnus-art.el (bookmark-make-record-function):
6556 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6557 Declare for compiler.
6558
6559 * mm-url.el (mml-compute-boundary): Autoload.
6560
6561 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6562
6563 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6564
6565 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6566
6567 Typo fix "hoo4a" -> "hook".
6568
6569 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6570
6571 2010-08-14 Glenn Morris <rgm@gnu.org>
6572
6573 * gnus-sync.el (gnus-sync): Fix defgroup version.
6574
6575 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6576
6577 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6578
6579 * gnus-sync.el: Fix docs.
6580 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6581 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6582
6583 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6584
6585 Optimizations for gnus-sync.el.
6586
6587 * gnus-sync.el: Add docs about gnus-sync-backend
6588 possibilities.
6589 (gnus-sync-save): Remove unnecessary message.
6590 (gnus-sync-read): Optimize and show what groups were skipped.
6591
6592 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6593
6594 Minor bug fixes for gnus-sync.el.
6595
6596 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6597 Don't read the sync on get-new-news.
6598
6599 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6600 quiet.
6601
6602 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6603 (fix typo).
6604
6605 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6606
6607 Make saving and restoring of hidden threads work with overlays.
6608 Patch applied by Ted Zlatanov.
6609
6610 * gnus-sum.el (gnus-hidden-threads-configuration)
6611 (gnus-restore-hidden-threads-configuration): Update to deal with text
6612 properties, rather than searching for a magic character.
6613
6614 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6615
6616 New gnus-sync.el library for synchronization of marks.
6617
6618 * gnus-sync.el: New library for synchronization of marks.
6619
6620 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6621 renamed from `gnus-registry-grep-in-list'.
6622
6623 * gnus-registry.el (gnus-registry-follow-group-p):
6624 Use `gnus-grep-in-list'.
6625
6626 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6627
6628 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6629
6630 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6631 determining charset of text fails.
6632
6633 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6634
6635 * nnmail.el (nnmail-get-new-mail-1): Revert.
6636
6637 * nnml.el (nnml-active-number): Make sure names of newly created groups
6638 in nnml-group-alist are encoded.
6639
6640 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6641
6642 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6643 containing non-ASCII characters in active file for nnml back end.
6644
6645 2010-07-24 David Engster <dengste@eml.cc>
6646
6647 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6648 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6649
6650 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6651
6652 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6653 tag (Bug#6654).
6654
6655 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6656
6657 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6658 the article buffer, not the summary buffer.
6659
6660 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6661
6662 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6663 Emacs 23 as well.
6664
6665 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6666
6667 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6668 Patch applied by Karl Fogel.
6669
6670 * gnus-sum.el (gnus-summary-bookmark-make-record):
6671 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6672
6673 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6674
6675 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6676 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6677 C-w still not working correctly from Article buffers; Thierry's
6678 patch to fix that will be applied after this.
6679
6680 * gnus-art.el (bookmark-make-record-function): New local variable.
6681
6682 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6683 article buffer.
6684 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6685
6686 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6687
6688 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6689 on changes in bookmark.el.
6690
6691 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6692
6693 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6694 the *other* type of HTML form submission.
6695
6696 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6697
6698 * auth-source.el (auth-source-pick): If choice does not contain a
6699 questioned keyword, set the check to t.
6700
6701 2010-06-12 Romain Francoise <romain@orebokech.com>
6702
6703 * gnus-util.el (gnus-date-get-time): Move up before first use.
6704
6705 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6706
6707 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6708 (gnus-article-edit-part): Bind it to make last part that is substituted
6709 or deleted visible.
6710 (gnus-mime-display-single): Buttonize part of which id equals to
6711 gnus-mime-buttonized-part-id.
6712
6713 2010-06-10 Dan Christensen <jdc@uwo.ca>
6714
6715 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6716 (gnus-dd-mmm): Use gnus-date-get-time.
6717 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6718 simplify logic.
6719 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6720 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6721
6722 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6723
6724 * auth-source.el (top): Autoload `secrets-list-collections',
6725 `secrets-create-item', `secrets-delete-item'.
6726 (auth-sources): Fix tag string.
6727 (auth-get-source, auth-source-retrieve, auth-source-create)
6728 (auth-source-delete): New defuns.
6729 (auth-source-pick): Rewrite in order to avoid 2 passes.
6730 (auth-source-forget-user-or-password): New parameter USERNAME.
6731 (auth-source-user-or-password): New parameters CREATE-MISSING and
6732 DELETE-EXISTING. Retrieve password interactively, if needed.
6733
6734 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6735
6736 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6737 deleting unused directories when gnus-expert-user is t.
6738
6739 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6740
6741 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6742 for each temp file when gnus-article-browse-delete-temp is ask.
6743
6744 2010-05-20 Kevin Ryde <user42@zip.com.au>
6745
6746 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6747
6748 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6749
6750 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6751 article unless decoding article to be saved.
6752
6753 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6754
6755 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6756 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6757 generated within the mm-with-unibyte-current-buffer macro.
6758
6759 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6760
6761 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6762 to nil when we're in a mml-preview buffer and no group is selected.
6763
6764 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6765
6766 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6767 when catching the `C-g'. Reported by "Leo".
6768
6769 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6770
6771 * message.el (message-forward-make-body-plain)
6772 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6773 multibyte-string-p.
6774
6775 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6776
6777 * message.el (message-forward-make-body-mml): Assume original message
6778 is multibyte string; error on unibyte.
6779 (message-forward-make-body-plain): Ditto; don't add excessive newline
6780 in body end.
6781
6782 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6783
6784 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6785 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6786
6787 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6788
6789 * mm-extern.el (mm-extern-url): Don't use
6790 mm-with-unibyte-current-buffer.
6791 (mm-extern-cache-contents): Use with-current-buffer instead of
6792 save-excursion + set-buffer.
6793
6794 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6795
6796 * mm-util.el (mm-emacs-mule): Remove.
6797
6798 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6799
6800 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6801 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6802 change.
6803
6804 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6805
6806 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6807 bind the default value of enable-multibyte-characters to nil.
6808
6809 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6810
6811 * message.el (message-forward-make-body-plain)
6812 (message-forward-make-body-mml):
6813 Don't use mm-with-unibyte-current-buffer.
6814
6815 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6816
6817 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6818 (Bug#5592).
6819
6820 2010-05-07 Julien Danjou <julien@danjou.info>
6821
6822 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6823 it to mm-pipe-part.
6824
6825 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6826 it is given.
6827
6828 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6829
6830 * nnweb.el (nnweb-gmane-search)
6831 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6832 XEmacs.
6833
6834 * gnus-art.el (gnus-article-browse-html-parts)
6835 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6836 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6837 make-temp-file.
6838
6839 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6840 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6841 compiling.
6842
6843 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6844 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6845 XEmacs when compiling.
6846
6847 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6848 gnus-pick-mode-off-hook for XEmacs when compiling.
6849 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6850 gnus-binary-mode-off-hook for XEmacs when compiling.
6851
6852 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6853 Return nil if char-charset is not available.
6854
6855 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6856 macro.
6857
6858 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6859 instead of encode-coding-string.
6860
6861 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6862 'xemacs) instead of mm-emacs-mule to switch function definitions.
6863 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6864
6865 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6866
6867 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6868
6869 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6870
6871 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6872 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6873
6874 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6877 alias `jka-compr-delete-temp-file' no longer exists.
6878
6879 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 Use define-minor-mode in Gnus where applicable.
6882 * mml.el (mml-mode): Use define-minor-mode.
6883 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6884 (gnus-undo-mode): Use define-minor-mode.
6885 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6886 (gnus-dead-summary-mode): Use define-minor-mode.
6887 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6888 Initialize in declaration.
6889 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6890 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6891 (gnus-mailing-list-mode): Use define-minor-mode.
6892 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6893 (gnus-draft-mode): Use define-minor-mode.
6894 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6895 (gnus-dired-mode): Use define-minor-mode.
6896
6897 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6898
6899 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6900 handles on recursive mml-to-mime translation and check them for
6901 boundary delimiter collisions. Reported by Greg Troxel.
6902
6903 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6904
6905 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6906
6907 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6908
6909 * mm-util.el (mm-find-buffer-file-coding-system):
6910 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6911
6912 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6913
6914 * message.el (message-generate-headers): Record insertion of optional
6915 headers as well. Otherwise the check to prevent repeated insertion of
6916 optional headers is a no-op.
6917
6918 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6919
6920 * smime.el: Don't mention CVS.
6921
6922 * nnrss.el (nnrss-fetch): Don't mention CVS.
6923
6924 * nnir.el: Don't mention CVS.
6925
6926 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * gnus-sum.el (gnus-summary-bookmark-make-record):
6929 Add `location' field.
6930
6931 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6934 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6935 Use with-current-buffer to silence the byte-compiler.
6936 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6937 bother to require `gnus'.
6938 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6939
6940 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6941
6942 * gnus-sum.el (gnus-summary-bookmark-make-record)
6943 (gnus-summary-bookmark-jump): New functions.
6944 (gnus-summary-mode): Setup bookmark support.
6945
6946 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6947
6948 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6949 if set.
6950
6951 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6952
6953 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6954 gnus-article-browse-html-save-cid-image; make it work recursively for
6955 forwarded messages as well.
6956 (gnus-article-browse-html-parts): Work when prefix arg is given.
6957 (gnus-article-browse-html-article): Doc fix.
6958
6959 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6960
6961 * message.el (message-default-mail-headers):
6962 (message-default-headers): Carry the value mail-default-headers over
6963 into message-default-mail-headers, rather than message-default-headers.
6964
6965 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6966
6967 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6968 charset.
6969
6970 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6971 charset into the <meta> tag when the article is encoded to utf-8.
6972
6973 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6974
6975 * gnus-art.el (gnus-article-browse-delete-temp-files):
6976 Delete directories as well.
6977 (gnus-article-browse-html-parts): Work for images that do not specify
6978 file names; delete temp directory when quitting; insert header at the
6979 right place; use file: scheme for image files.
6980
6981 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6982
6983 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6984 (gnus-article-browse-html-parts): Use it to make temporary cid image
6985 files in addition to html file so that browser may display them.
6986
6987 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6988
6989 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6990
6991 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6992
6993 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6994
6995 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6996
6997 * auth-source.el (auth-sources): Change default to be simpler.
6998 Explain about Secret Service API sources. Improve Customize options.
6999 (auth-source-pick): Change to accept any number of search parameters.
7000 Implement fallbacks iteratively, not recursively. Add scoring on the
7001 second pass and sort by score. Call Secret Service API when needed.
7002 (auth-source-user-or-password): Use it. Call Secret Service API
7003 directly when needed to get the user name and the password.
7004
7005 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7006
7007 * message.el (message-interactive): Doc fix.
7008 (message-qmail-inject-args): Reflow.
7009 (message-kill-to-signature): Fix typo in docstring.
7010
7011 * smiley.el (smiley-buffer): Fix typo in docstring.
7012
7013 2010-03-24 Glenn Morris <rgm@gnu.org>
7014
7015 * mail-source.el (gnus-message): Declare.
7016 (mail-source-delete-old-incoming): Require gnus-util.
7017
7018 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7019
7020 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7021
7022 * message.el (ecomplete-setup): Autoload it for Emacs <23.
7023
7024 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7025 password-cache's default if it is not bound.
7026 (mml-secure-passphrase-cache-expiry): Default to 16 that is
7027 password-cache-expiry's default if it is not bound.
7028
7029 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7030 available in Emacs 21.
7031
7032 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
7033
7034 * auth-source.el (auth-sources): Fix up definition so extra parameters
7035 are always inline.
7036
7037 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
7038
7039 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7040 wasn't updated after mismatch. Clear cached mailbox info correctly
7041 when uidvalidity changes.
7042 (nnimap-group-prefixed-name): New function to avoid some code
7043 duplication.
7044 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7045 (nnimap-request-group): Use it.
7046 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7047 (nnimap-update-unseen): Significantly improved speed of Gnus startup
7048 with many imap folders. This is done by caching the group status from
7049 the imap server persistently in a group parameter `imap-status'. (This
7050 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7051 but not persistently, so every Gnus startup was still very slow.)
7052
7053 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7054
7055 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
7056 secrets.el dependency.
7057 (auth-sources): Add optional user name. Add secrets.el configuration
7058 choice (unused right now).
7059
7060 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7061
7062 * gnus-sum.el (gnus-summary-make-menu-bar):
7063 Let `gnus-registry-install-shortcuts' fill in the functions.
7064
7065 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7066 warnings.
7067 (gnus-registry-misc-menus): Variable to hold registry mark menus.
7068 (gnus-registry-install-shortcuts): Populate and use it in a
7069 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7070
7071 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
7072
7073 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7074 In-place substitutions for the group name encoding/decoding.
7075 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7076 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7077 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7078 (nnimap-update-unseen, nnimap-request-list)
7079 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7080 (nnimap-request-set-mark, nnimap-split-to-groups)
7081 (nnimap-split-articles, nnimap-request-newgroups)
7082 (nnimap-request-create-group, nnimap-request-accept-article)
7083 (nnimap-request-delete-group, nnimap-request-rename-group)
7084 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
7085 `encoded-mbx' for consistency.
7086 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7087 variable `imap-current-mailbox'.
7088
7089 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7090 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7091
7092 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
7093
7094 * pop3.el (pop3-display-message-size-flag): Display message size byte
7095 counts during POP3 download.
7096 (pop3-movemail): Use it.
7097 (pop3-list): Implement listing of available messages.
7098
7099 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
7100
7101 * nnir.el (nnir-get-article-nov-override-function): New function to
7102 override the normal NOV retrieval.
7103 (nnir-retrieve-headers): Use it.
7104
7105 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
7106
7107 * auth-source.el (netrc-machine-user-or-password): Autoload.
7108
7109 2010-03-19 Glenn Morris <rgm@gnu.org>
7110
7111 Stop message.el from loading about 40 libraries it doesn't always need.
7112 The general approach is to autoload rather than require, and to
7113 require in the specific functions rather than the file. (Bug#5642)
7114
7115 * gmm-utils.el: Don't require wid-edit.
7116 (widget-create-child-value, widget-convert, widget-default-get):
7117 Autoload.
7118
7119 * gnus-util.el: Don't require time-date, netrc.
7120 (message-fetch-field, gnus-group-name-decode): Declare rather than
7121 autoloading.
7122 (gnus-fetch-field): Require message.
7123 (gnus-decode-newsgroups): Require gnus-group.
7124
7125 * ietf-drums.el: Don't require time-date.
7126
7127 * message.el: Don't require hashcash, canlock, ecomplete.
7128 Do require mail-utils. Require nnheader only when compiling.
7129 (smtpmail-default-smtp-server): Remove declaration.
7130 (message-send-mail-function): Check smtpmail-default-smtp-server
7131 is bound rather than requiring smtpmail.
7132 (message-auto-save-directory, message-insert-signature):
7133 Use expand-file-name rather than nnheader-concat.
7134 (nnheader-insert-file-contents): Autoload.
7135 (hashcash-wait-async): Declare.
7136 (message-send-mail): Only call gnus-setup-posting-charset if
7137 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
7138 (message-send-mail-with-sendmail): Require sendmail.
7139 (canlock-password, canlock-password-for-verify): Declare.
7140 (message-canlock-password): Require canlock.
7141 (nnheader-get-report): Autoload.
7142 (gnus-setup-posting-charset): Declare.
7143 (message-send-news): Require gnus-msg.
7144 (message-make-references, message-make-in-reply-to): Use mail-header-id
7145 rather than the alias mail-header-message-id.
7146 (ecomplete-add-item, ecomplete-save): Declare.
7147 (message-put-addresses-in-ecomplete): Require ecomplete.
7148 (ecomplete-display-matches): Autoload.
7149
7150 * mm-decode.el: Don't require mailcap, gnus-util.
7151 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7152 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7153 Autoload.
7154 (mailcap-mime-extensions): Declare.
7155
7156 * mm-encode.el: Don't require mailcap.
7157 (mailcap-extension-to-mime): Autoload.
7158
7159 * mml-sec.el: Don't require password-cache.
7160
7161 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7162 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7163 (mml-minibuffer-read-type): Require mailcap.
7164 (mml-preview): Require gnus-msg.
7165
7166 * mml1991.el: Require password-cache.
7167 (password-cache-expiry): Remove declaration.
7168
7169 * mml2015.el: Require password-cache.
7170 (password-cache-expiry): Remove declaration.
7171
7172 * nneething.el (mailcap): Require mailcap.
7173
7174 * nnheader.el (declare-function): Add compatibility stub.
7175 (message-remove-header): Declare rather than autoload.
7176 (nnheader-replace-header): Require message.
7177
7178 * nnimap.el (declare-function): Add compatibility stub.
7179 (netrc-parse, netrc-machine-user-or-password): Declare.
7180 (nnimap-open-connection): Require netrc.
7181
7182 * nntp.el (declare-function): Add compatibility stub.
7183 (netrc-parse, netrc-machine, netrc-get): Declare.
7184 (nntp-send-authinfo): Require netrc.
7185
7186 * rfc2047.el: Don't require qp.
7187 (quoted-printable-encode-region, quoted-printable-decode-string):
7188 Autoload.
7189
7190 * sieve-mode.el: Don't require easymenu.
7191 (easy-menu-add-item): Autoload it.
7192
7193 * spam-stat.el (time-to-number-of-days): Autoload it.
7194
7195 2010-03-17 Kevin Ryde <user42@zip.com.au>
7196
7197 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7198 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7199 value if any backslash escapes).
7200
7201 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7202
7203 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7204 if it is available. (bug#5647)
7205
7206 2010-02-26 Glenn Morris <rgm@gnu.org>
7207
7208 * message.el (message-send-mail-function): Change the default, so that
7209 it inherits from a customized send-mail-function. (Bug#5643)
7210
7211 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7214 shell-command-to-string signals an error (bug#5299).
7215
7216 2010-02-24 Glenn Morris <rgm@gnu.org>
7217
7218 * message.el (message-smtpmail-send-it)
7219 (message-send-mail-with-mailclient): Doc fixes.
7220
7221 2010-02-16 Glenn Morris <rgm@gnu.org>
7222
7223 * message.el (message-default-mail-headers): Change the default value
7224 to ease the transition from mail-mode to message-mode. (Bug#5555)
7225
7226 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * message.el (message-mail): Just pass yank-action on to message-setup.
7229 (message-setup): Handle (FUN . ARGS) form of yank-action.
7230 (message-with-reply-buffer, message-widen-reply)
7231 (message-yank-original): Handle non-buffer values of
7232 message-reply-buffer (Bug#4080).
7233 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7234
7235 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7236
7237 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7238 Fix typo in docstring.
7239
7240 2010-01-08 Jason Rumney <jasonr@gnu.org>
7241
7242 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7243 response.
7244
7245 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7248
7249 * message.el (message-check-news-header-syntax): Protect against a
7250 string that `rfc822-addresses' returns when parsing fails.
7251
7252 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7253
7254 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7255 (gnus-previous-char-property-change): New functions.
7256
7257 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7258
7259 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7260
7261 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7262 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7263
7264 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7265
7266 * message.el (message-exchange-point-and-mark): Rework last change to
7267 avoid using optional arg of exchange-point-and-mark, for backward
7268 compatibility.
7269
7270 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7271
7272 * message.el (message-exchange-point-and-mark):
7273 Call exchange-point-and-mark with an argument rather than setting
7274 mark-active by hand (Bug#5175).
7275
7276 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7277
7278 * nntp.el (nntp-service-to-port): Work for service expressed with
7279 numeric string; replace [:digit:] with [0-9] for XEmacs.
7280
7281 2009-12-17 Glenn Morris <rgm@gnu.org>
7282
7283 * gnus-group.el (gnus-bug-group-download-format-alist):
7284 Change emacs entry to debbugs.gnu.org. Bump :version.
7285
7286 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7287
7288 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7289
7290 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7291
7292 * message.el (message-info): Explain why we use `Info-goto-node'.
7293
7294 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * message.el (message-completion-in-region): New compatibility function.
7297 (message-expand-group): Use it.
7298
7299 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7300
7301 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7302 with no unread article should be listed if the 2nd arg `predicate' is
7303 given.
7304
7305 2009-11-29 Juri Linkov <juri@jurta.org>
7306
7307 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7308 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7309 on `gnus-recenter'. (Bug#4698, Bug#4981)
7310
7311 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7312
7313 * message.el (message-from-style, message-interactive)
7314 (message-signature): Always set default values from the corresponding
7315 mail-* variables.
7316 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7317 (message-yank-prefix, message-indentation-spaces)
7318 (message-signature-file, message-default-headers): Use boundp rather
7319 than (featurep 'xemacs) to check if the corresponding mail-* variables
7320 exist.
7321
7322 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7323
7324 * message.el (message-send-mail-with-sendmail): Revert last change.
7325
7326 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7327
7328 * message.el (message-from-style, message-interactive)
7329 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7330 (message-yank-prefix, message-indentation-spaces, message-signature)
7331 (message-signature-file, message-default-headers): For GNU Emacs, set
7332 default values from the corresponding mail-* variables.
7333 (message-send-mail-with-sendmail): Use envelope-from only if
7334 mail-specify-envelope-from is non-nil.
7335
7336 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7337
7338 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7339 containing tspecial characters if they have been already quoted.
7340
7341 2009-10-24 Glenn Morris <rgm@gnu.org>
7342
7343 * gnus-art.el (help-xref-stack-item): Define for compiler.
7344
7345 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7346
7347 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7348
7349 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7350
7351 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7352 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7353
7354 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7355
7356 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7357 (gnus-overlays-in): New alias to overlays-in.
7358
7359 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7360 gnus-overlay-get, and gnus-delete-overlay.
7361 (gnus-summary-show-thread): Make it work as well for systems in which
7362 next-single-char-property-change is not available.
7363 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7364
7365 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7366
7367 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7368
7369 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7370
7371 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7372 and XEmacs that don't have `remove-overlays'.
7373
7374 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7377 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7378 selective display. Use overlays instead.
7379
7380 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7381
7382 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7383
7384 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * spam-stat.el (spam-stat-load): Fix typo in message.
7387
7388 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * gnus-art.el (gnus-article-encrypt-body):
7391 * message.el (message-check-recipients):
7392 * mm-util.el (mm-codepage-setup):
7393 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7394 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7395
7396 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7397
7398 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7399 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7400 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7401 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7402 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7403
7404 2009-09-18 Glenn Morris <rgm@gnu.org>
7405
7406 * gnus-diary.el (gnus-diary-check-message):
7407 * message.el (message-insert-formatted-citation-line):
7408 * nnbabyl.el (top-level):
7409 * nndiary.el (nndiary-schedule):
7410 Fix typos in condition-case handlers.
7411
7412 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7413
7414 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7415 configuration that provides the sole article window in a frame;
7416 position point correctly after deleting a part.
7417
7418 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7419
7420 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7421 (spam-resolve-registrations-routine): Use it to unregister articles
7422 that change status.
7423
7424 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7425
7426 * nnrss.el (nnrss-request-article): Remove binding of
7427 default-enable-multibyte-characters that has gotten needless by
7428 the 2007-07-13 change in rfc2047-encode-message-header.
7429
7430 * mml.el (mml-insert-multipart): Error on the message header.
7431 (mml-insert-part): Error on the message header; position point at
7432 the end of a MIME tag.
7433
7434 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7435
7436 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7437 (gnus-float-time): Alias to float-time if it exists.
7438
7439 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7440 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7441 float-time is available; suppress compile warning for time-to-seconds.
7442
7443 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7444
7445 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7446 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7447 Add the optional argument `encoding' that overrides the default.
7448
7449 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7450 mm-encode-buffer.
7451
7452 2009-09-04 Glenn Morris <rgm@gnu.org>
7453
7454 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7455 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7456 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7457 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7458 * mm-util.el (mm-with-unibyte-current-buffer)
7459 (mm-find-buffer-file-coding-system):
7460 * yenc.el (yenc-decode-region): Use default-value rather than
7461 default-enable-multibyte-characters.
7462
7463 2009-09-03 Glenn Morris <rgm@gnu.org>
7464
7465 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7466 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7467 than default-enable-multibyte-characters.
7468
7469 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7470
7471 * gnus-art.el (gnus-article-read-summary-keys):
7472 Fix gnus-buffer-configuration's value temporarily used.
7473
7474 2009-09-02 Glenn Morris <rgm@gnu.org>
7475
7476 * gnus-util.el (gnus-float-time): New function.
7477 * gnus-delay.el (gnus-delay-article):
7478 * gnus-sum.el (gnus-thread-latest-date):
7479 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7480 * nnspool.el (nnspool-request-newgroups):
7481 Use gnus-float-time rather than time-to-seconds.
7482 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7483
7484 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7485 (gnus-header-subject-face, gnus-header-newsgroups-face)
7486 (gnus-header-name-face, gnus-header-content-face):
7487 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7488 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7489 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7490 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7491 (gnus-cite-face-11):
7492 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7493 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7494 (gnus-server-closed-face, gnus-server-denied-face)
7495 (gnus-server-offline-face):
7496 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7497 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7498 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7499 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7500 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7501 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7502 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7503 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7504 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7505 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7506 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7507 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7508 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7509 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7510 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7511 (gnus-summary-high-undownloaded-face)
7512 (gnus-summary-low-undownloaded-face)
7513 (gnus-summary-normal-undownloaded-face)
7514 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7515 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7516 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7517 (gnus-splash-face):
7518 * message.el (message-header-to-face, message-header-cc-face)
7519 (message-header-subject-face, message-header-newsgroups-face)
7520 (message-header-other-face, message-header-name-face)
7521 (message-header-xheader-face, message-separator-face)
7522 (message-cited-text-face, message-mml-face):
7523 * sieve-mode.el (sieve-control-commands-face)
7524 (sieve-action-commands-face, sieve-test-commands-face)
7525 (sieve-tagged-arguments-face):
7526 * spam.el (spam-face):
7527 Mark face aliases with "-face" in the name as obsolete.
7528
7529 2009-09-01 Glenn Morris <rgm@gnu.org>
7530
7531 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7532 than goto-line.
7533
7534 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7535
7536 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7537 Don't move point if the command is invoked inside the message header.
7538
7539 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7540
7541 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7542 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7543 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7544 * nnir.el (nnir-swish-e-index-file):
7545 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7546 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7547 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7548 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7549 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7550 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7551
7552 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7553
7554 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7555 Don't save excursion.
7556
7557 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * nnheader.el (nnheader-find-file-noselect):
7560 * mm-util.el (mm-insert-file-contents):
7561 Use (default-value 'major-mode) instead of default-major-mode.
7562
7563 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7566
7567 2009-08-25 Glenn Morris <rgm@gnu.org>
7568
7569 * nnir.el (top-level): Don't require cl at run-time.
7570 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7571 Replace cl-function substitute with gnus-replace-in-string.
7572 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7573 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7574 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7575 simplified expansions.
7576
7577 2009-08-22 Glenn Morris <rgm@gnu.org>
7578
7579 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7580 goto-line.
7581
7582 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7583
7584 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7585
7586 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7587 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7588 (gnus-mm-display-part, gnus-mime-display-single)
7589 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7590 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7591
7592 * gnus-sum.el
7593 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7594 (gnus-summary-move-article): Add expirable mark to articles copied or
7595 moved to group that has auto-expire turned on if the option is non-nil.
7596
7597 2009-07-24 Glenn Morris <rgm@gnu.org>
7598
7599 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7600 Fix typo. (Bug#3903)
7601
7602 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7603
7604 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7605 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7606 that should not be used for draft articles.
7607 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7608 that has no concern in minor mode keys.
7609 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7610 Abolish.
7611
7612 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7613
7614 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7615 article without making inquiry to a user for unknown encoding.
7616
7617 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7618 (nnmaildir--scan): Assume i-node and device number that file-attributes
7619 returns might be cons-cell.
7620
7621 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7622
7623 * auth-source.el: Remove docs now in auth.texi. Don't use
7624 `gnus-message' for logging. Add new variables `auth-source-debug' and
7625 `auth-source-hide-passwords' and use them.
7626
7627 2009-07-15 Glenn Morris <rgm@gnu.org>
7628
7629 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7630
7631 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7632
7633 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7634 excessive whitespace from the default values of title and description.
7635
7636 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7639 mail-fetch-field to fetch Content-Description header in order to
7640 exclude newlines.
7641
7642 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7643
7644 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7645 to deleted part.
7646
7647 2009-05-30 David Engster <dengste@eml.cc>
7648
7649 * nnmairix.el: Remove old documentation in the commentary block.
7650 (nnmairix-request-group): Do not update active file for nnml back ends.
7651 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7652 end so that overview files are ignored.
7653 (nnmairix-update-groups): Make updating the groups more robust by using
7654 marks.
7655 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7656 with dollar characters in message-id.
7657
7658 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7659
7660 * spam.el: Use dns-query instead of query-dns. Was renamed on
7661 2008-12-25 in dns.el.
7662
7663 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7666 could happen if the text is only composed of spaces and/or tabs.
7667
7668 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7669
7670 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7671 when sending a queued message to avoid extra mml tags.
7672
7673 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7674
7675 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7676
7677 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7678
7679 * gnus-dired.el: Remove autoload for gnus-setup-message.
7680 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7681 displaying Gnus logo; always use compose-mail.
7682
7683 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7684
7685 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7686
7687 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7688
7689 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7690 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7691 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7692 available.
7693 (gnus-nocem-epg-verify): New function.
7694
7695 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7696
7697 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7698
7699 2009-02-15 Glenn Morris <rgm@gnu.org>
7700
7701 * gnus-util.el (rmail-insert-rmail-file-header)
7702 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7703 autoloads.
7704 (rmail-default-rmail-file): Remove unnecessary declaration.
7705 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7706
7707 2009-02-14 Glenn Morris <rgm@gnu.org>
7708
7709 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7710 variable (only used in gnus-util, which declares it anyway).
7711 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7712 which was only needed by gnus-art (changed to not use it any more).
7713 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7714 only used in gnus-util, which autoloads it itself.
7715 (rmail-update-summary): Fix autoload.
7716
7717 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7718 rather than rmail-output-to-rmail-file.
7719
7720 2009-02-07 Glenn Morris <rgm@gnu.org>
7721
7722 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7723 autoload of function that no longer exists.
7724 (rmail-toggle-header): Declare.
7725 (message-forward-rmail-make-body): Handle mbox Rmail.
7726
7727 2009-01-31 Glenn Morris <rgm@gnu.org>
7728
7729 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7730 2009-01-09 change.
7731
7732 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7733
7734 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7735 (auth-source-forget-all-cached): New convenience function.
7736 (auth-source-user-or-password): Accept list of modes or a single mode.
7737
7738 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7739 auth-source modes.
7740
7741 * nnimap.el (nnimap-open-connection): Use list of
7742 auth-source modes.
7743
7744 * nntp.el (nntp-send-authinfo): Use list of
7745 auth-source modes.
7746
7747 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7748
7749 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7750 now.
7751
7752 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7753
7754 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7755 coding system in XEmacs; add a workaround for XEmacs.
7756
7757 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7758
7759 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7760 of current-language-environment.
7761
7762 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7763
7764 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7765 available at runtime.
7766
7767 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7768
7769 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7770
7771 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7772
7773 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7774 the greatest positive fixnum value doesn't work under an XEmacs with
7775 bignum support; use the most-positive-fixnum constant instead,
7776 available since Emacs 21.1 with cl and XEmacs 21.1.
7777
7778 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7779
7780 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7781 XEmacs gets not to work.
7782
7783 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7784
7785 * mm-util.el (mm-coding-system-priorities): Allow the value like
7786 "Japanese (UTF-8)" of current-language-environment.
7787
7788 2009-01-09 Glenn Morris <rgm@gnu.org>
7789
7790 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7791 with last-command-event.
7792
7793 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7794
7795 * message.el (message-fix-before-sending): Amend comment.
7796
7797 2009-01-07 David Engster <dengste@eml.cc>
7798
7799 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7800 simplified server definitions by converting it via
7801 gnus-server-to-method.
7802
7803 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7804
7805 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7806 parameter's operands.
7807
7808 2009-01-06 David Engster <dengste@eml.cc>
7809
7810 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7811 primary select method (for gnus-group-mark-article-as-read).
7812
7813 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7814
7815 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7816 `(gnus)Face', not `(gnus)X-Face'.
7817
7818 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7819
7820 * mm-util.el (mm-ucs-to-char): New function.
7821
7822 * mm-url.el (mm-url-decode-entities): Use it.
7823
7824 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7825
7826 * message.el (message-fix-before-sending): Add `eight-bit' to
7827 illegible-text check.
7828
7829 2009-01-03 Michael Olson <mwolson@gnu.org>
7830
7831 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7832 `headers' is nil. This can occur if the IMAP server does not have
7833 permissions to read messages from a folder, but can write new messages
7834 to the folder.
7835 (nnimap-request-article-part): Do not insert `data' if it is nil.
7836
7837 2009-01-01 Dave Love <fx@gnu.org>
7838
7839 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7840
7841 * nnimap.el: Fix author email.
7842 (nnimap-split-rule): Add FIXME comment.
7843 (nnimap-debug): Fix doc string.
7844
7845 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7846
7847 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7848 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7849 to check if those variables exist (first appeared in Emacs 18.50).
7850
7851 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7852
7853 * mm-util.el (mm-line-number-at-pos): New function.
7854
7855 * spam-report.el (spam-report-process-queue): Use it.
7856
7857 2008-12-24 David Engster <dengste@eml.cc>
7858
7859 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7860 parameters that haven't existed as variables as buffer-local variables.
7861
7862 2008-12-23 Dave Love <fx@gnu.org>
7863
7864 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7865 cadar.
7866
7867 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7868 imap-starttls-p.
7869 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7870
7871 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7872
7873 * spam-report.el (spam-report-gmane-max-requests): New constant.
7874 (spam-report-gmane-wait): New variable.
7875 (spam-report-gmane-ham, spam-report-gmane-spam)
7876 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7877 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7878 the server.
7879
7880 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7881 Add explanations.
7882
7883 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7884 nnheader-accept-process-output and nnheader-read-timeout if available.
7885 (pop3-movemail): Use it.
7886
7887 * message.el (message-check-news-body-syntax): Fix signature check if
7888 there's an attachment.
7889
7890 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7891
7892 * mm-util.el: Add comments to the mm- emulating functions.
7893
7894 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7895
7896 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7897 Reported by Stephen Berman <stephen.berman@gmx.net>.
7898
7899 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7900
7901 * mm-util.el (mm-substring-no-properties): New function.
7902 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7903 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7904 (mm-string-to-multibyte): Doc fix.
7905
7906 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7907
7908 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7909
7910 * mml.el (mml-attach-file): Strip text properties from file name.
7911 (Bug#1574)
7912
7913 2008-12-16 Glenn Morris <rgm@gnu.org>
7914
7915 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7916
7917 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7918
7919 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7920 knows since the charset specified might be a bogus alias that
7921 mm-charset-synonym-alist provides.
7922
7923 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7924
7925 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7926 "ISO_8859-1".
7927
7928 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7929
7930 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7931
7932 * mm-util.el (mm-charset-eval-alist):
7933 Define it before mm-charset-to-coding-system.
7934 (mm-charset-to-coding-system): Add optional argument `silent';
7935 define it before mm-charset-override-alist.
7936 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7937 default value if it can be used in Emacs currently running;
7938 silence mm-charset-to-coding-system.
7939
7940 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7941
7942 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7943 `allow-override' which says whether to use `mm-charset-override-alist'.
7944 (rfc2047-decode-encoded-words): Use it.
7945
7946 * mm-util.el (mm-charset-override-alist): Fix custom type;
7947 add `(gb2312 . gbk)' to choices.
7948
7949 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7950
7951 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7952 fast.
7953
7954 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7955
7956 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7957
7958 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7959 on links.
7960
7961 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7962
7963 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7964
7965 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7966 users' addresses that don't have domain parts.
7967 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7968 rather than message-narrow-to-head since there will be the message
7969 header separator.
7970
7971 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7972
7973 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7974 since the result is inserted in a unibyte buffer anyway.
7975 (nnimap-demule-use-string-to-multibyte): Remove.
7976 (nnimap-demule): Alias it to mm-string-to-multibyte.
7977
7978 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7979
7980 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7981 variable for debugging bug#464 and bug#1174.
7982 (nnimap-demule): Use it.
7983
7984 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7985
7986 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7987 score calculation correctly.
7988
7989 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * message.el (message-send-mail): Just set the buffer to unibyte
7992 rather than use mm-with-unibyte-current-buffer which does a lot more.
7993 (message-send-mail-partially): Don't bother with
7994 mm-with-unibyte-current-buffer since it's already been made unibyte by
7995 message-send-mail.
7996
7997 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7998
7999 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8000
8001 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
8002
8003 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8004
8005 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8006
8007 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8008 require itself and to remove `with-no-warnings'.
8009
8010 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8011
8012 * starttls.el (starttls-any-program-available): Get the name of the
8013 available TLS layer program.
8014 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8015 well as the host name in the "opening" message.
8016
8017 * auth-source.el (auth-source-cache, auth-source-do-cache)
8018 (auth-source-user-or-password): Cache passwords and logins by default,
8019 allow override with `auth-source-do-cache'.
8020 (auth-source-forget-user-or-password): Allow users to remove cache
8021 entries if needed.
8022
8023 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8024
8025 * ietf-drums.el (ietf-drums-remove-comments): Localize second
8026 condition-case to only the forward-sexp call.
8027
8028 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8029
8030 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8031 quotes contained. Make it more robust regardless by an extra
8032 condition-case wrapper.
8033
8034 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8035
8036 * nnml.el (nnml-request-expire-articles): Check if the function set to
8037 `nnmail-expiry-target' returns the symbol `delete'.
8038
8039 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8040
8041 * nnmail.el (nnmail-expiry-target): Fix custom type.
8042
8043 2008-10-02 Glenn Morris <rgm@gnu.org>
8044
8045 * mm-util.el (mm-codepage-setup): Tweak codepage error.
8046 Silence compiler warning.
8047
8048 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * mml.el (mml-menu): Don't assume mml2015 is bound.
8051
8052 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8053
8054 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8055 exists.
8056
8057 2008-09-27 Glenn Morris <rgm@gnu.org>
8058
8059 * gnus-util.el (mail-header-remove-comments): Autoload it.
8060
8061 2008-09-27 Andreas Schwab <schwab@suse.de>
8062
8063 * gnus-util.el (gnus-split-references): Strip comments.
8064 (gnus-parent-id): Likewise.
8065
8066 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
8067
8068 * message.el (message-confirm-send): Fix version.
8069
8070 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
8071
8072 * message.el (message-idna-to-ascii-rhs-1): Use
8073 mail-extract-address-components rather than mail-header-parse-addresses
8074 that is an alias by default to ietf-drums-parse-addresses that does not
8075 support non-ASCII names in headers' contents.
8076
8077 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8078
8079 * message.el (message-confirm-send): Fix variable documentation to
8080 avoid the "y/n" wording.
8081
8082 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
8083
8084 * message.el (message-set-auto-save-file-name): Save to a different
8085 filename so multiple messages (especially drafts) can be recovered.
8086
8087 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
8088
8089 * message.el (message-confirm-send): Add appropriate version.
8090
8091 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8092
8093 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8094 defvar.
8095
8096 2008-09-22 Daiki Ueno <ueno@unixuser.org>
8097
8098 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8099 (mm-pkcs7-enveloped-magic): Ditto.
8100
8101 2008-09-17 Simon Josefsson <simon@josefsson.org>
8102
8103 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8104 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8105
8106 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
8107
8108 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8109 default, it's better.
8110
8111 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
8112
8113 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8114 summary line gnus-number property and ignore them (with a warning
8115 message).
8116
8117 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8118
8119 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8120 macro caddr in the interactive form since it won't be expanded.
8121
8122 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8123
8124 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8125 `charset'; fix name of function called recursively.
8126 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8127
8128 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8129
8130 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8131 (gnus-mime-set-charset-parameters): New function.
8132 (gnus-mime-view-part-as-charset): Use it to correctly display part
8133 specifying wrong charset.
8134
8135 2008-09-08 David Engster <dengste@eml.cc>
8136
8137 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8138 in completing-read for back end server.
8139
8140 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
8141
8142 * message.el (message-confirm-send): New variable to confirm sending a
8143 message.
8144 (message-send): Use it.
8145
8146 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
8147
8148 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8149
8150 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
8151
8152 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8153
8154 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
8155
8156 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8157 prevent tracking too many groups.
8158 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8159 Use it.
8160
8161 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
8162
8163 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8164 moving point to the bottom of the window in order to avoid recentering.
8165
8166 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
8167
8168 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8169 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8170 (gnus-article-beginning-of-window): Fix calculation.
8171
8172 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
8173
8174 * gnus-msg.el (gnus-summary-supersede-article)
8175 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8176 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8177 message header.
8178
8179 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8180
8181 * message.el:
8182 * gnus-start.el:
8183 * gnus-registry.el: Remove VMS support.
8184
8185 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8186
8187 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8188 macro.
8189 (rfc2104-hash): Use it.
8190
8191 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8192
8193 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8194 (gnus-summary-sort-by-most-recent-date): New commands.
8195 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8196 and menu entries.
8197
8198 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8199
8200 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8201 don't redisplay article for raw contents; remove plural articles stuff.
8202
8203 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8204 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8205 on gnus-summary-save-article; display results properly.
8206
8207 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8208
8209 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8210
8211 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8212
8213 * gnus-art.el (gnus-summary-save-in-pipe):
8214 Consider gnus-save-all-headers.
8215
8216 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8217
8218 * gnus-util.el (ns-focus-frame): Remove declaration.
8219 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8220 like x.
8221
8222 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8223
8224 * rfc2104.el (rfc2104-zero): Delete defconst.
8225 (rfc2104-hex-alist): Likewise.
8226 (rfc2104-hex-to-int): Delete func.
8227 (rfc2104-hexstring-to-bitstring): Likewise.
8228 (rfc2104-nybbles): New defconst.
8229 (rfc2104-hash): Rewrite for speed.
8230
8231 2008-07-16 Glenn Morris <rgm@gnu.org>
8232
8233 * gnus-util.el (ns-focus-frame): Declare for compiler.
8234
8235 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8236
8237 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8238 set as a group parameter.
8239 (gnus-summary-save-in-pipe): Work when it is called independently.
8240 (gnus-summary-pipe-to-muttprint): Don't modify
8241 gnus-summary-pipe-output-default-command.
8242
8243 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8244
8245 * message.el (message-send-mail-with-sendmail):
8246 Display the error message.
8247
8248 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8249
8250 * gnus-art.el (gnus-default-article-saver):
8251 Add gnus-summary-save-in-pipe to choices.
8252 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8253 gnus-summary-pipe-output-default-command as the default command.
8254 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8255 instead of gnus-last-shell-command.
8256
8257 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8258 New user option.
8259 (gnus-summary-muttprint-program): Mention the value will be changed.
8260 (gnus-summary-save-article): Force showing of all headers.
8261 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8262
8263 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8264
8265 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8266
8267 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * nnimap.el (nnimap-id):
8270 * sieve-manage.el (sieve-manage-open): Doc fixes.
8271
8272 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8273
8274 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8275 if available.
8276
8277 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8280
8281 * nnkiboze.el (nnkiboze-generate-group):
8282 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8283
8284 * nnmairix.el: Require CL.
8285
8286 2008-06-15 David Engster <dengste@eml.cc>
8287
8288 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8289
8290 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8291
8292 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8293 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8294 runtime choice under XEmacs.
8295
8296 * gnus-sum.el (gnus-summary-set-display-table):
8297 Use `gnus-put-display-table', `gnus-get-display-table',
8298 `gnus-set-display-table' for the display table, instead of `aset'.
8299
8300 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8301
8302 * nnmairix.el: Add autoloads.
8303
8304 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8305
8306 * nnmairix.el (nnmairix-delete-recreate-group)
8307 (nnmairix-update-and-clear-marks): Fix error messages.
8308
8309 2008-06-14 David Engster <dengste@eml.cc>
8310
8311 * nnmairix.el: Upgrade to version 0.6.
8312 (nnmairix-group-toggle-propmarks-this-group)
8313 (nnmairix-group-toggle-readmarks-this-group)
8314 (nnmairix-group-delete-recreate-this-group)
8315 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8316 (nnmairix-remove-tick-mark-original-article): New commands.
8317 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8318 (nnmairix-propagate-marks-to-nnmairix-groups)
8319 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8320 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8321 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8322 functions needed for marks propagation and manipulation of read marks.
8323 (nnmairix-update-groups): New function.
8324 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8325 (nnmairix-determine-original-group-from-registry)
8326 (nnmairix-determine-original-group-from-path)
8327 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8328 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8329 New helper functions.
8330 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8331 keystrokes for new commands.
8332 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8333 (nnmairix-request-group): Check allow-fast group parameter.
8334 (nnmairix-request-create-group): Set allow-fast group parameter if
8335 nnmairix-allowfast-default is set.
8336 (nnmairix-close-group): Propagate marks upon closing if needed.
8337 (nnmairix-group-toggle-threads-this-group): Use new.
8338 nnmairix-group-toggle-parameter helper function.
8339 (nnmairix-search): Better check for empty search result.
8340 (nnmairix-goto-original-article): Use new helper functions for
8341 determining original article.
8342 (nnmairix-show-original-article): Make sure message-id is in brackets.
8343 (nnmairix-call-mairix-binary): Change variable name.
8344 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8345 helper function.
8346 (nnmairix-widget-toggle-activate): Fix doc string.
8347
8348 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8349
8350 * nnir.el: Require edmacro when compiling with XEmacs.
8351 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8352 available in Emacs 21.
8353
8354 2008-06-11 Glenn Morris <rgm@gnu.org>
8355
8356 * gnus-util.el (x-focus-frame):
8357 * gnus.el (image-size):
8358 * mm-decode.el (image-size): Declare.
8359
8360 * gnus-picon.el (declare-function): Add compat definition.
8361 (image-size): Declare.
8362
8363 * gnus-group.el (tool-bar-map):
8364 * gnus-sum.el (tool-bar-map): Define for compiler.
8365
8366 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8367
8368 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8369
8370 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8371 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8372 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8373 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8374 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8375 * sieve-manage.el, spam-report.el, spam.el:
8376 Remove unnecessary eval-and-compile of autoloads.
8377
8378 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8379
8380 * auth-source.el: Precise Tramp doc.
8381
8382 2008-06-07 Glenn Morris <rgm@gnu.org>
8383
8384 * nnmairix.el: Remove unnecessary eval-when-compile.
8385
8386 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8387
8388 * nnir.el: New file.
8389
8390 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8391
8392 * gnus-util.el (gnus-read-shell-command): New function.
8393 * mm-decode.el (mm-pipe-part):
8394 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8395
8396 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8397
8398 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8399
8400 2008-06-03 Glenn Morris <rgm@gnu.org>
8401
8402 * pop3.el (nnheader-accept-process-output): Autoload it.
8403
8404 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8405
8406 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8407 are not 2-digit hexadecimal characters that follow `%'s.
8408
8409 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8410
8411 * message.el (message-bogus-recipient-p): Fix type in doc string.
8412 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8413 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8414 Improve custom options.
8415 (message-bogus-recipient-p): Adjust accordingly.
8416
8417 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8418
8419 * nnmairix.el: Require edmacro when compiling with XEmacs.
8420
8421 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8422
8423 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8424 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8425
8426 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8427
8428 * auth-source.el: Add more docs.
8429
8430 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8431
8432 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8433 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8434 retrieval faster in some cases, but might make CPU usage larger.
8435 If this has any bad side effects, we might revert this change.
8436
8437 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8438 seems to make mail retrieval much, much faster.
8439 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8440 unconditionally.
8441
8442 * gnus-draft.el (gnus-group-send-queue):
8443 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8444
8445 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8446
8447 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8448
8449 * message.el (message-bogus-address-regexp): Fix and improve custom
8450 type.
8451 (message-setup-hook): Add message-check-recipients as custom option.
8452
8453 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8454
8455 * message.el (message-cite-function): Remove bogus autoload which crept
8456 in during merge from v5-10.
8457
8458 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8459
8460 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8461
8462 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8463
8464 * auth-source.el: Preliminary Tramp docs.
8465 (auth-sources): Change the default auth-sources to use
8466 EPA .gpg files.
8467
8468 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8469
8470 * nntp.el: Autoload `auth-source-user-or-password'.
8471 (nntp-send-authinfo): Use it.
8472
8473 * nnimap.el: Autoload `auth-source-user-or-password'.
8474 (nnimap-open-connection): Use it.
8475
8476 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8477 for the gnus-message function.
8478 (auth-source-user-or-password): Use it.
8479
8480 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8483 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8484 (rfc2104-hash): Use it.
8485
8486 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8487
8488 * gnus-art.el (gnus-article-toggle-truncate-lines):
8489 Don't use `iff' in docstring.
8490
8491 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8492
8493 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8494
8495 * gnus-util.el (gnus-extract-address-component-name)
8496 (gnus-extract-address-component-email): Convenience functions around
8497 `gnus-extract-address-components'.
8498
8499 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8500 Use `gnus-extract-address-component-email' to fix bug of comparing full
8501 sender name to `user-mail-address'.
8502
8503 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8504
8505 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8506 catch/throw to optimize.
8507 (gnus-registry-find-keywords): Just use member to find a keyword.
8508
8509 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8512 is current before calling gnus-server-prepare.
8513 (gnus-server-setup-buffer, gnus-server-update-server)
8514 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8515
8516 2008-05-04 Juri Linkov <juri@jurta.org>
8517
8518 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8519 (mailcap-file-default-commands): Use mailcap-replace-in-string
8520 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8521 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8522
8523 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8524
8525 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8526
8527 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8528
8529 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8530 hooks.
8531 (gnus-update-read-articles): Speed up non-marks-using users.
8532 (gnus-use-marks): Define gnus-use-marks.
8533 (gnus-propagate-marks): Rename variable to something more sensible.
8534
8535 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8536
8537 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8538 (gmm-image-load-path-for-library): Fix typos in docstrings.
8539 (gmm-message): Reflow docstring.
8540
8541 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8542
8543 * mail-source.el (mail-source-set-1, mail-source-bind):
8544 Move auth-source code out of the macro to clean it up and fix bugs.
8545
8546 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8547
8548 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8549 by sender if it's equal to user-mail-address, it's likely to be
8550 useless.
8551
8552 * mail-source.el (mail-source-bind): Don't use user or password if they
8553 are not bound. Unintern them if they are nil. Don't use server unless
8554 it's bound, and default it to empty string otherwise.
8555
8556 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8557
8558 * mail-source.el: Load auth-source.el.
8559 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8560 get user name or password, if auth-sources is set up.
8561
8562 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8563 strategy of splitting with parent.
8564 (gnus-registry-split-fancy-with-parent)
8565 (gnus-registry-post-process-groups): Use it and fix prior
8566 bug (returning a list as the split result).
8567
8568 * auth-source.el (auth-sources): Remove server parameter.
8569 (auth-source-pick, auth-source-user-or-password)
8570 (auth-source-user-or-password-imap)
8571 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8572 (auth-source-user-or-password-sftp)
8573 (auth-source-user-or-password-smtp): Remove server parameter.
8574
8575 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8576
8577 * smime.el (smime-sign-region, smime-encrypt-region)
8578 (smime-decrypt-region):
8579 Remove redundant calls to `generate-new-buffer-name'.
8580
8581 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8582
8583 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8584 Don't use QP for message/rfc822.
8585 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8586
8587 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * sieve-manage.el (sieve-string-bytes): Remove.
8590 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8591 correct byte-length only if the process's coding-system is the same as
8592 the one used internally by Emacs to represent strings.
8593
8594 2008-04-22 Juri Linkov <juri@jurta.org>
8595
8596 * mailcap.el (mailcap-file-default-commands): New function.
8597
8598 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8599
8600 * message.el (message-signature-separator, message-cite-function):
8601 Change custom version.
8602
8603 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8604
8605 * mm-decode.el (mm-display-external): Make temp file read-only.
8606
8607 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8608
8609 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8610 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8611 `C-c C-f d'.
8612
8613 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8614
8615 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8616
8617 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8618
8619 * auth-source.el: Add docs.
8620 (auth-sources): Modify format to support server.
8621 (auth-source-pick, auth-source-user-or-password)
8622 (auth-source-user-or-password-imap)
8623 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8624 (auth-source-user-or-password-sftp)
8625 (auth-source-user-or-password-smtp): Add server parameter.
8626
8627 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8628
8629 * gnus-registry.el: Initialize the registry when gnus-registry-install
8630 is t.
8631
8632 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8633
8634 * compface.el (uncompface): Make buffer unibyte.
8635
8636 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * mail-source.el (mail-source-value):
8639 Prefer fboundp to functionp so it works with macros as well.
8640
8641 2008-04-05 Glenn Morris <rgm@gnu.org>
8642
8643 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8644
8645 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8648 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8649
8650 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8651 multibyteness after rather than before erasing it.
8652
8653 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8654 mm-with-multibyte.
8655 (gnus-request-article-this-buffer): Make sure the proper decoding is
8656 used if gnus-original-article-buffer happens to be unibyte.
8657
8658 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8659 default-enable-multibyte-characters.
8660
8661 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8662 default-enable-multibyte-characters.
8663
8664 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8665
8666 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8667
8668 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8671 Fix last change in case the element is not even a symbol.
8672
8673 2008-04-02 Simon Josefsson <simon@josefsson.org>
8674
8675 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8676 imap-enable-exchange-bug-workaround.
8677 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8678
8679 2008-04-01 Simon Josefsson <simon@josefsson.org>
8680
8681 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8682 a 100 byte status-checks into a 2-3MB transfer for each group.
8683 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8684 to enable bug workaround or not.
8685 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8686
8687 2008-03-31 Glenn Morris <rgm@gnu.org>
8688
8689 * message.el (mml2015-use): Declare for compiler.
8690 (message-info): Require mml2015 when appropriate.
8691
8692 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8693
8694 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8695 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8696 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8697 (nntp-service-to-port): New function.
8698 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8699 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8700 (nntp-open-netcat-stream): New function.
8701 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8702
8703 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8704
8705 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8706
8707 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8708
8709 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8710
8711 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8712
8713 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8714
8715 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8716
8717 * message.el (message-signature-separator): Change default.
8718 Improve custom type.
8719 (message-cite-function): Change default to
8720 message-cite-original-without-signature.
8721
8722 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8723 toggle.
8724
8725 * message.el (message-check-news-body-syntax): Fix signature check.
8726 (message-setup-1): Mark buffer as unmodified _after_ running
8727 message-setup-hook and handling message-alternative-emails.
8728 (message-shorten-references): Be more strict when building list of
8729 valid references to comply with GNKSA.
8730
8731 * gnus-group.el (gnus-read-ephemeral-bug-group)
8732 (gnus-read-ephemeral-debian-bug-group)
8733 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8734
8735 * message.el (message-info): Don't use booleanp which isn't supported
8736 in Emacs 21 and XEmacs.
8737
8738 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8739
8740 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8741 gnus-group-gmane-group-download-format.
8742 (gnus-group-read-ephemeral-gmane-group): Rename from
8743 gnus-group-read-ephemeral-gmane-group.
8744 (gnus-read-ephemeral-gmane-group-url): Rename from
8745 gnus-group-read-ephemeral-gmane-group-url.
8746 (gnus-bug-group-download-format-alist): New variable.
8747 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8748 (gnus-read-ephemeral-emacs-bug-group): New commands.
8749
8750 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8751
8752 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8753 (gnus-visible-headers): Improve custom type.
8754
8755 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8756
8757 * mml.el (mml-menu): Add workarounds for XEmacs.
8758
8759 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8760 X-Boundary header.
8761
8762 * message.el (message-simplify-recipients): Fix previous commit.
8763
8764 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * mm-util.el (mm-set-buffer-multibyte): New function.
8767 * mm-decode.el (mm-copy-to-buffer): Use it.
8768
8769 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8770 Prefer fboundp to functionp so it works with macros as well.
8771
8772 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8773
8774 * message.el (message-alter-recipients-discard-bogus-full-name):
8775 New function.
8776 (message-alter-recipients-function): New variable.
8777 (message-get-reply-headers): Use it.
8778 (message-replace-header): New helper function.
8779 (message-recipients-without-full-name): New variable.
8780 (message-simplify-recipients): New command.
8781
8782 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8783
8784 * message.el (message-info): Handle EasyPG manual.
8785
8786 * mml.el (mml-menu): Add entry for EasyPG.
8787
8788 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8789
8790 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8791 parameter.
8792
8793 * message.el (message-disassociate-draft): Specify drafts group name
8794 fully.
8795
8796 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8797
8798 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8799 Eliminate unnecessary duplicates from the match list.
8800
8801 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8802
8803 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8804 args of `how-many' of which the XEmacs version doesn't take; declare
8805 Info-index-next as function.
8806
8807 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8808
8809 * gnus-score.el (gnus-score-headers): Fix handling of
8810 gnus-inhibit-slow-scoring.
8811
8812 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8813 string.
8814 (gnus-button-url-regexp): Improve handling of parenthesis.
8815 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8816 (gnus-button-handle-info-keystrokes): Handle index entries.
8817
8818 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8819
8820 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8821 Incoming* files.
8822
8823 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8824
8825 * auth-source.el (auth-sources): Rename from auth-source-choices.
8826 (auth-source-pick): Use it.
8827
8828 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8829
8830 * auth-source.el (auth-source-protocols)
8831 (auth-source-protocols-customize, auth-source-choices): Add and
8832 modified variable customizations and defaults.
8833 (auth-source-pick, auth-source-user-or-password)
8834 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8835 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8836 (auth-source-user-or-password-sftp)
8837 (auth-source-user-or-password-smtp): Use new variables and provide an
8838 interface to netrc.el.
8839
8840 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8841
8842 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8843 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8844 Make sure the nntp port to specify is a string.
8845
8846 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * nntp.el: Use with-current-buffer.
8849 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8850 dubious mm-with-unibyte-current-buffer.
8851 (nntp-with-open-group-function): New function extracted from
8852 nntp-with-open-group macro.
8853 (nntp-with-open-group): Use the function, so it's easier to debug.
8854 Add indentation and debugging info.
8855 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8856 Recommend the use of the netcat alternatives.
8857
8858 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8859 Avoid mm-string-as-multibyte as well.
8860
8861 * nnweb.el (nnweb-insert-html):
8862 Remove use of nnheader-string-as-multibyte.
8863
8864 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8865 (nnheader-string-as-multibyte): Remove.
8866
8867 * mm-view.el: Use inhibit-read-only.
8868 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8869 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8870 or unibyte-string.
8871
8872 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8873 (mm-uu-yenc-extract): Use with-current-buffer.
8874
8875 * gnus-soup.el (gnus-soup-send-packet): Don't use
8876 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8877
8878 * nnmh.el: Use with-current-buffer.
8879 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8880 mm-string-as-multibyte on the output of mm-encode-coding-string.
8881
8882 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8883 (nnimap-request-move-article): Use with-current-buffer.
8884
8885 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8886 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8887 conversion uses string-make-unibyte rather than string-as-unibyte.
8888
8889 * gnus-msg.el: Use with-current-buffer.
8890
8891 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8892
8893 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8894
8895 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8896 string for caching if it is 'PIN.
8897
8898 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8899
8900 * mail-source.el (mail-source-delete-old-incoming-confirm):
8901 Change default to nil.
8902 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8903
8904 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8905
8906 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8907 (gnus-article-goto-prev-page): Work for articles having ^L's.
8908
8909 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8910
8911 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8912
8913 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8914
8915 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8916 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8917 (gnus-bookmark-jump): Adjust some variable names.
8918
8919 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8920
8921 * auth-source.el: New package.
8922 (auth-source-choices): Add customization entry point variable.
8923
8924 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8925 bug.
8926
8927 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8928
8929 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8930 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8931 (gnus-registry-install-shortcuts): Rename from
8932 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8933 the `gnus-registry-mark-map' keymap dynamically from
8934 `gnus-registry-marks'. The generated functions update the summary line
8935 when a registry mark is added or deleted, and will call
8936 `gnus-registry-install-p' (see the comments in the code).
8937 (gnus-registry-user-format-function-M): Use concat intelligently.
8938
8939 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8940 the registry mark functions.
8941
8942 2008-03-05 Glenn Morris <rgm@gnu.org>
8943
8944 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8945 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8946 gnus-art.
8947 (top-level): No need to load own source when compiling.
8948
8949 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8950
8951 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8952 Suggested by <chris.anderton@zetnet.co.uk>.
8953
8954 2008-03-04 Glenn Morris <rgm@gnu.org>
8955
8956 * gnus-sum.el (top-level): No need to require gnus when compiling,
8957 since unconditionally required near start of file.
8958 (gnus-summary-display-while-building): Move definition before use.
8959
8960 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8961
8962 * gnus-registry.el (gnus-registry-user-format-function-M):
8963 Add formatting function.
8964
8965 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8966
8967 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8968 with plists.
8969 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8970 Use new format.
8971
8972 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8973
8974 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8975 `where-is-internal' that returns a range of key sequences.
8976
8977 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8980
8981 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8982 (gnus-summary-jump-to-group): Consider windows on other displayed
8983 frames as well. Similar changes might be needed elsewhere, but that's
8984 the one I've bumped into during my use.
8985
8986 * nndoc.el (nndoc-oe-dbx-type-p):
8987 * gnus-msg.el (gnus-debug):
8988 * gnus-group.el (gnus-update-group-mark-positions):
8989 Use mm-string-to-multibyte.
8990
8991 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8992
8993 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8994 doesn't handle NotDashEscaped.
8995
8996 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8997 (mml-dnd-attach-options): Fix typo in custom choice.
8998
8999 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9000 Change nndoc-article-type to mbox.
9001 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9002
9003 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
9004 to nil, instead of html2text.
9005
9006 * imap.el (imap-debug): Add `imap-ping-server'.
9007
9008 * gnus-bookmark.el: Add FIXMEs.
9009
9010 * message.el (message-form-letter-separator)
9011 (message-send-form-letter-delay): New variables.
9012 (message-send-form-letter): Use them. New command to send form
9013 letters. Requested by Uwe Siart.
9014 (message-send-mail-function): Doc fix. Add "Other" custom option.
9015
9016 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
9017
9018 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9019 empty author.
9020
9021 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
9022
9023 * gnus-registry.el (gnus-registry-marks): Add variable for
9024 customization of marks and their appearance.
9025 (gnus-registry-read-mark): Use it.
9026 (gnus-registry-do-marks): Add utility function to loop through
9027 `gnus-registry-marks'.
9028 (gnus-registry-install-shortcuts-and-menus): Add function to install
9029 shortcuts and menus.
9030 (gnus-registry-initialize): Use it.
9031 (gnus-registry-default-mark): Clarify documentation.
9032
9033 2008-02-29 Glenn Morris <rgm@gnu.org>
9034
9035 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9036 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9037 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9038 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9039 Change defcustom :version from 23.0 to 23.1.
9040
9041 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
9042
9043 * gnus-registry.el (gnus-registry-follow-group-p)
9044 (gnus-registry-post-process-groups): Add functions to aid registry
9045 splitting and improve logging. Clarify behavior in function
9046 documentation.
9047 (gnus-registry-split-fancy-with-parent): Use them.
9048
9049 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9050
9051 * gnus-art.el: Use with-current-buffer.
9052
9053 2008-02-27 David Engster <dengste@eml.cc>
9054
9055 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9056 Express real group name in the response.
9057
9058 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9059
9060 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9061 (nnmairix-last-server, nnmairix-current-server): Defvar them.
9062 (nnmairix-goto-original-article): Defvar gnus-registry-install and
9063 autoload gnus-registry-fetch-group when compiling.
9064 (nnmairix-request-group-with-article-number-correction):
9065 Remove unreferenced argument passed to nnmairix-call-backend.
9066
9067 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9068
9069 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9070 (mm-uu-extract): Improve face for low color ttys.
9071 Reported by Sascha Wilde.
9072
9073 2008-02-27 Glenn Morris <rgm@gnu.org>
9074
9075 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9076 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9077 variables to defconsts. Convert comments to doc-strings.
9078 (nnmairix-last-server, nnmairix-current-server): Convert from free
9079 variables to defvars. Convert comments to doc-strings.
9080 (gnus-registry-fetch-group): Autoload.
9081 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9082 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9083 (nnmairix-widget-build-editable-fields): Use car cddr rather than
9084 caddr.
9085 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9086 nnmairix-request-group-with-article-number-correction call.
9087 (nnmairix-fast, nnmairix-group): New, less general names, for free
9088 variables passed from nnmairix-request-group to
9089 nnmairix-request-group-with-article-number-correction. Declare.
9090 (nnmairix-request-group-with-article-number-correction):
9091 Use nnmairix-fast, nnmairix-group rather than fast, group.
9092
9093 2008-02-26 David Engster <dengste@eml.cc>
9094
9095 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
9096 version 0.5.
9097
9098 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
9099
9100 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9101 instead of making an extra function call. Don't add the current group
9102 to articles only when they have the group. Use
9103 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9104 Reported by David <de_bb@arcor.de>.
9105
9106 2008-02-24 Miles Bader <miles@gnu.org>
9107
9108 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9109 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9110 (mm-find-mime-charset-region):
9111 * mm-bodies.el (mm-encode-body):
9112 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9113
9114 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
9115
9116 * mail-source.el (mail-source-delete-incoming): Change default.
9117 Supplement doc string.
9118
9119 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9120
9121 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9122
9123 * nnmail.el (nnmail-message-id-cache-file): Derive from
9124 `gnus-home-directory'.
9125
9126 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
9127
9128 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9129 Document negative prefix.
9130
9131 * gnus-group.el (gnus-group-read-group): Document negative prefix.
9132
9133 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9134
9135 * message.el (message-unsent-separator): Add the Exim bounce
9136 separator.
9137
9138 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9139
9140 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9141 list.
9142 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9143 recipient/signer list.
9144
9145 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9146
9147 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9148 fbound (Emacs 23 unicode), signal an error.
9149
9150 2008-02-08 Glenn Morris <rgm@gnu.org>
9151
9152 * gnus-art.el (pgg-display-output-buffer): Declare as function.
9153
9154 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
9155
9156 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9157 ports to the calls to `netrc-machine-user-or-password' in addition to
9158 "imap" and "imaps".
9159
9160 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
9161
9162 * gnus.el (gnus-group-startup-message): Add `find-image' call before
9163 image-load-path is let-bound. Reported by Harald Hanche-Olsen
9164 <hanche@math.ntnu.no>.
9165
9166 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9167
9168 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9169
9170 2008-02-01 Zhang Wei <id.brep@gmail.com>
9171
9172 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9173
9174 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9175
9176 2008-02-01 Miles Bader <miles@gnu.org>
9177
9178 * mml.el (mml-parse-1): Remove apparently vestigial use of
9179 `mm-hack-charsets'.
9180 * mm-bodies.el (mm-encode-body): Likewise.
9181
9182 2008-02-01 Kenichi Handa <handa@m17n.org>
9183
9184 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9185 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9186 (rfc2104-hash): Convert the result of concat to unibyte string.
9187
9188 2008-02-01 Dave Love <fx@gnu.org>
9189
9190 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9191 coding-system-for-read.
9192 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9193
9194 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9195 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9196 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9197
9198 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9199
9200 * mail-source.el (mail-sources): Add `group' choice.
9201
9202 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9203 parameter `in-group' to control into which group the articles go.
9204 Add treatment of `group' mail-source.
9205
9206 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9207
9208 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9209 * message.el (message-beginning-of-line): Use featurep instead of bound
9210 tests in order to resolve conditionals at compile time.
9211
9212 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9213
9214 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9215
9216 * mm-decode.el (mm-dissect-buffer): Decode description.
9217
9218 * mml.el (mml-to-mime): Encode message header first.
9219
9220 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9221
9222 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9223 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9224
9225 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9226
9227 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9228
9229 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9230
9231 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9232 prefix keys.
9233 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9234 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9235 gnus-xmas.el.
9236
9237 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9238
9239 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9240 Add new variables for article mark management.
9241 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9242 list of extra data entries which, when present, will indicate that the
9243 article ID should not be trimmed from the registry.
9244 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9245 functions.
9246 (gnus-registry-read-mark): New function to read a mark name from the
9247 user.
9248 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9249 (gnus-registry-set-article-mark-internal): New functions to add and
9250 remove marks.
9251 (gnus-registry-get-article-marks): New function to show the marks for
9252 an article, or retrieve them for further use.
9253
9254 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9255
9256 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9257 keys when no argument is given.
9258
9259 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9260
9261 * gnus-sum.el (gnus-article-sort-by-random)
9262 (gnus-thread-sort-by-random): Fix doc strings.
9263 Reported by jidanni@jidanni.org.
9264
9265 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9266
9267 * gnus-art.el (gnus-article-describe-bindings): New function.
9268 (gnus-article-read-summary-keys): Use it.
9269 (gnus-article-mode-map): Bind `C-h b' to it.
9270
9271 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9272
9273 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9274 XEmacs.
9275 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9276 Protect against non-character events.
9277
9278 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9279
9280 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9281 New command.
9282 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9283 instead of END. Change name of the temp file.
9284 (gnus-group-gmane-group-download-format): Add doc string. Make it
9285 customizable.
9286
9287 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9288
9289 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9290 bind `S W' to gnus-article-wide-reply-with-original; set default
9291 binding to gnus-article-read-summary-send-keys.
9292 (gnus-article-read-summary-keys): Fix the order of keys; display
9293 continuation keys correctly in the echo area; describe bindings
9294 correctly when keys end with `C-h'.
9295 (gnus-article-read-summary-send-keys): New function.
9296 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9297 Work for gnus-article-read-summary-send-keys; display continuation keys
9298 correctly in the echo area.
9299 (gnus-article-reply-with-original): Ignore prefix argument.
9300 (gnus-article-wide-reply-with-original): New function.
9301
9302 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9303
9304 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9305 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9306
9307 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9308
9309 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9310 (gnus-group-read-ephemeral-gmane-group): New command.
9311
9312 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9313
9314 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9315
9316 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9317
9318 * message.el (message-send-mail-function): Increase custom version.
9319
9320 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9321 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9322
9323 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9324
9325 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9326 html parts correctly; support forwarded messages.
9327 (gnus-article-browse-html-article): Remove work buffers.
9328
9329 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9330 compiling.
9331 (netrc-bound-and-true-p): New macro.
9332 (netrc-parse): Use it instead of bound-and-true-p that is not available
9333 in XEmacs 21.4.
9334
9335 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9336
9337 * gnus-registry.el (gnus-registry-mark-article)
9338 (gnus-registry-article-marks): Add functionality to mark articles
9339 through the Gnus registry.
9340
9341 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9342 (netrc-parse): Use encrypt-file-alist to determine if
9343 encrypt-find-model or encrypt-insert-file-contents should be used.
9344
9345 2007-12-19 Glenn Morris <rgm@gnu.org>
9346
9347 * mml.el (message-options-set, message-narrow-to-head)
9348 (message-in-body-p, message-mail-p, message-encode-message-body):
9349 Autoload.
9350 (message-remove-header, message-narrow-to-headers-or-head)
9351 (message-subscribed-p, message-make-mail-followup-to)
9352 (message-position-on-field, message-news-p)
9353 (message-options-set-recipient, message-generate-headers)
9354 (message-sort-headers): Declare as functions.
9355
9356 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9357
9358 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9359 convention in doc string.
9360
9361 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9362
9363 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9364 title to html parts.
9365 (gnus-article-browse-html-article): Pass message header to it.
9366
9367 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9368
9369 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9370
9371 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9372 or password compatible with XEmacs.
9373
9374 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9375
9376 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9377 format document.
9378 (gnus-mime-delete-part): Don't write description line if empty.
9379 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9380
9381 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9382
9383 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9384 (gnus-summary-mark-read-and-unread-as-read)
9385 (gnus-summary-mark-current-read-and-unread-as-read)
9386 (gnus-summary-mark-unread-as-ticked): Doc fix.
9387 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9388
9389 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9390
9391 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9392 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9393
9394 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9395
9396 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9397 yes-or-no-p.
9398
9399 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9400
9401 * mm-decode.el (mm-add-meta-html-tag): New function.
9402 (mm-save-part-to-file, mm-pipe-part): Use it.
9403
9404 * gnus-art.el (gnus-article-browse-delete-temp-files):
9405 Use gnus-y-or-n-p instead of y-or-n-p.
9406 (gnus-article-browse-html-parts): Work with message/external-body; use
9407 mm-add-meta-html-tag.
9408
9409 2007-12-11 Glenn Morris <rgm@gnu.org>
9410
9411 * gnus-cache.el: Require gnus-sum not just when compiling.
9412
9413 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9414
9415 * gnus-int.el (gnus-server-opened, gnus-status-message):
9416 Move definitions before use.
9417
9418 * mm-decode.el: Require gnus-util.
9419 (mm-remove-part): Only call delete-annotation on XEmacs.
9420
9421 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9422
9423 * nnmail.el: Require gnus-int.
9424
9425 * spam.el: Move `require's before `eval-when-compile's.
9426
9427 * gnus-ems.el (gnus-alive-p):
9428 * gnus-fun.el (message-goto-eoh):
9429 * gnus-util.el (gnus-group-name-decode):
9430 * mail-source.el (gnus-compress-sequence):
9431 * message.el (Info-goto-node, format-spec):
9432 * mm-bodies.el (message-options-get):
9433 * mm-decode.el (mm-view-pkcs7):
9434 * mm-util.el (gmm-write-region):
9435 * mml-smime.el (mml-compute-boundary)
9436 (gnus-completing-read-with-default):
9437 * mml.el (widget-button-press, gnus-make-hashtable):
9438 * mml1991.el (mm-decode-content-transfer-encoding)
9439 (mm-encode-content-transfer-encoding)
9440 (message-options-get, message-options-set):
9441 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9442 * nnfolder.el (gnus-request-group):
9443 * nnheader.el (ietf-drums-unfold-fws):
9444 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9445 * smime.el (gnus-run-mode-hooks):
9446 * spam-stat.el (gnus-message): Autoload.
9447
9448 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9449 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9450 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9451 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9452 Add declare-function compatibility definition.
9453
9454 * gnus-cache.el (nnvirtual-find-group-art):
9455 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9456 (gnus-add-image, gnus-add-wash-type):
9457 * gnus-group.el (nnkiboze-score-file):
9458 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9459 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9460 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9461 (message-tokenize-header, gnus-get-buffer-create)
9462 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9463 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9464 * gnus.el (gnus-group-decoded-name):
9465 * mail-source.el (imap-capability):
9466 * mm-bodies.el (message-options-set):
9467 * mm-decode.el (gnus-configure-windows):
9468 * mm-extern.el (message-goto-body):
9469 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9470 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9471 (epg-sub-key-validity, message-options-set):
9472 * mml.el (widget-event-point, gnus-configure-windows):
9473 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9474 * mml2015.el (epg-check-configuration, epg-configuration)
9475 (message-options-set):
9476 * nndb.el (nndb-request-article):
9477 * nnfolder.el (gnus-request-create-group):
9478 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9479 * nnmaildir.el (gnus-group-mark-article-read):
9480 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9481 * rfc1843.el (message-fetch-field):
9482 * spam.el (gnus-extract-address-components):
9483 Declare as functions.
9484
9485 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9486
9487 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9488
9489 2007-12-09 Glenn Morris <rgm@gnu.org>
9490
9491 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9492
9493 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9494 * message.el, mm-view.el, sieve-manage.el, smime.el:
9495 Add declare-function compatibility definition.
9496
9497 * gnus-art.el (w3-region, w3m-region, Info-menu):
9498 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9499 * gnus-sum.el (gnus-get-predicate):
9500 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9501 * message.el (mail-abbrev-in-expansion-header-p):
9502 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9503 (w3m-detect-meta-charset, w3m-region):
9504 * sieve-manage.el (password-read, password-cache-add)
9505 (password-cache-remove):
9506 * smime.el (password-read-and-add): Declare as functions.
9507
9508 2007-12-08 David Kastrup <dak@gnu.org>
9509
9510 * gnus-sum.el (gnus-summary-simplify-subject-query):
9511 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9512 `message'.
9513
9514 2007-12-07 Glenn Morris <rgm@gnu.org>
9515
9516 * gnus-art.el (article-make-date-line): Revert previous change.
9517
9518 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9519
9520 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9521
9522 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9523
9524 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9525 Call gnus-add-to-range ranges only once with a prepared article-list.
9526
9527 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9528
9529 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9530 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9531 group names with backslashes.
9532 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9533
9534 2007-12-06 Deepak Goel <deego3@gmail.com>
9535
9536 * gnus-art.el (article-make-date-line):
9537 * gnus-start.el (gnus-load):
9538 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9539
9540 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9541
9542 * gnus-art.el (gnus-use-idna)
9543 * gnus-start.el (gnus-site-init-file)
9544 * message.el (message-use-idna)
9545 * mm-uu.el (mm-uu-hide-markers)
9546 * smiley.el (smiley-style): Revert changes that suppress warnings.
9547
9548 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9549
9550 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9551 specify charset to html source.
9552 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9553
9554 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9555
9556 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9557 idna-program in order to suppress byte compile warning issued by XEmacs
9558 that came to byte compile the default value section of defcustom forms
9559 recently.
9560
9561 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9562 value of installation-directory.
9563
9564 * message.el (message-use-idna): Don't directly refer to the value of
9565 idna-program.
9566
9567 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9568
9569 * smiley.el (smiley-style): Don't directly call face-attribute.
9570
9571 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9572
9573 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9574
9575 * gnus-dired.el: Reduce Gnus dependencies.
9576 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9577 Don't require. Use autoloads instead.
9578 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9579 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9580 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9581 (gnus-dired-mode): Adjust doc string.
9582 (gnus-dired-mail-mode): New variable.
9583 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9584 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9585 (gnus-dired-mail-buffers): New function. Return mail or message
9586 composition buffers.
9587 (gnus-dired-attach): Use it.
9588 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9589 NO-DECODE.
9590 (gnus-dired-print): Use `gnus-print-buffer' depending on
9591 `gnus-dired-mail-mode'.
9592
9593 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9594
9595 * rfc2047.el (rfc2047-encoded-word-regexp)
9596 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9597 explaining what regexp patterns are for.
9598
9599 2007-12-04 Glenn Morris <rgm@gnu.org>
9600
9601 * password.el: Move to ../password-cache.el.
9602
9603 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9604 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9605 * mml-smime.el (password-read, password-cache-add)
9606 (password-cache-remove):
9607 No need to autoload, since mml-sec requires password.
9608
9609 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9610 * message.el (gnus-extract-address-components):
9611 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9612
9613 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9614 password.
9615
9616 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9617
9618 * mailcap.el: Reduce dependencies.
9619 (mail-header-parse-content-type): Autoload.
9620 (mailcap-delete-duplicates): New alias.
9621 (mailcap-mime-info): Add optional argument NO-DECODE.
9622 (mailcap-mime-types): Use mailcap-delete-duplicates.
9623
9624 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9625
9626 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9627
9628 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9629 function.
9630
9631 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9632 (gnus-uu-yenc-article): New function.
9633
9634 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9635
9636 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9637
9638 2007-12-02 Glenn Morris <rgm@gnu.org>
9639
9640 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9641 Move to ../net.
9642
9643 * binhex.el, uudecode.el: Move to ../mail.
9644
9645 * encrypt.el: Remove file.
9646
9647 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9648
9649 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9650 matches on patches.
9651
9652 * gnus-art.el (gnus-article-browse-html-article):
9653 Mention `mm-text-html-renderer' in the doc string.
9654
9655 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9656 string. Add comments.
9657
9658 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9659 if rhs is ASCII.
9660
9661 2007-12-01 Glenn Morris <rgm@gnu.org>
9662
9663 * dig.el, dns.el: Move to ../net.
9664 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9665
9666 * mail-source.el (top-level): Require format-spec before
9667 eval-when-compile.
9668
9669 2007-11-30 Glenn Morris <rgm@gnu.org>
9670
9671 * encrypt.el: Require password, rather than autoloading password-read.
9672
9673 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9674
9675 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9676 caller can indicate whether the cache should be disregarded for this
9677 call. This way the result of the call is reproducible at all times and
9678 can be considered a canonical server name for the supplied method.
9679 (gnus-agent-method-p): Canonicalize server names by pushing their
9680 method through `gnus-method-to-server' using the no-cache argument.
9681
9682 * gnus-srvr.el (gnus-server-insert-server-line):
9683 Call `gnus-method-to-server' with `no-cache' argument.
9684
9685 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9686 gnus-agent-possibly-synchronize-flags as this should be called when the
9687 server is actually being opened.
9688 (gnus-agent-possibly-synchronize-flags)
9689 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9690 flags file of an agentized server to the latter function.
9691
9692 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9693 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9694 after a connection has been established successfully.
9695
9696 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9697
9698 * gnus-art.el (article-display-face): Force to display face if called
9699 interactively; check if gnus-article-x-face-too-ugly matches author.
9700 (article-display-x-face): Display face even if From header is missing
9701 as article-display-face does.
9702
9703 2007-11-28 Richard Stallman <rms@gnu.org>
9704
9705 * md4.el: Move to ../.
9706 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9707
9708 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9709
9710 * mail-source.el (mail-sources): Default to fetch from file for
9711 compatibility with default of nnmail-spool-file.
9712
9713 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9714
9715 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9716 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9717 to look for encoded word that should be encoded again.
9718 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9719 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9720 encoding pattern.
9721 (rfc2047-decode-region): Switch strict regexp and loose one according
9722 to rfc2047-allow-irregular-q-encoded-words.
9723
9724 2007-11-26 Simon Josefsson <simon@josefsson.org>
9725
9726 * imap.el: Move to ../net directory.
9727
9728 2007-11-25 Romain Francoise <romain@orebokech.com>
9729
9730 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9731
9732 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9733
9734 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9735 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9736
9737 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9738 `nnmail-spool-file'.
9739
9740 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9741 `nnmail-spool-file'.
9742
9743 * gnus-move.el (gnus-change-server): Ditto.
9744
9745 * gnus-kill.el (gnus-batch-score): Ditto.
9746
9747 * gnus-cache.el (gnus-jog-cache): Ditto.
9748
9749 * gnus-msg.el (gnus-summary-reply):
9750 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9751
9752 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9753
9754 * gnus-cache.el (gnus-cache-generate-nov-databases):
9755 Use nnml-generate-nov-databases-directory instead of
9756 nnml-generate-nov-databases-1.
9757
9758 2007-11-24 Glenn Morris <rgm@gnu.org>
9759
9760 * message.el (message-tool-bar-retro): Update for rename
9761 mail_send.xpm->mail-send.xpm.
9762
9763 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9764
9765 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9766 `smime-ldap-search' for Emacs 22 and up.
9767
9768 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9769
9770 * hashcash.el: Move to ../mail directory.
9771
9772 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9773
9774 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9775 `smime-ldap-search' for Emacs 22 and up.
9776
9777 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9780
9781 * message.el (message-send-mail-function): Fix error convention.
9782 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9783 (message-widen-reply, message-send-mail, message-talkative-question)
9784 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9785 (message-clone-locals, message-send-news): Use with-current-buffer.
9786 (message-insert-or-toggle-importance): Remove unused var `valid'.
9787 (message-make-references): Remove unused var `new-references'.
9788 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9789
9790 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9791
9792 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9793 (spam-split-symbolic-return-positive): Reflow docstring.
9794 (spam-backends, spam-summary-exit-behavior)
9795 (spam-mark-ham-unread-before-move-from-spam-group)
9796 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9797 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9798 (spam-clear-cache, spam-backend-check, spam-install-backend)
9799 (spam-install-statistical-backend, spam-list-of-processors)
9800 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9801 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9802 (spam-check-crm114, spam-initialize, spam-unload-hook):
9803 Fix typos in docstrings.
9804
9805 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9806
9807 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9808 been checked if they have never been read and those group levels are
9809 higher than the one that a user specified.
9810
9811 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9812
9813 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9814 foreign groups unless a group level is specified by a user.
9815 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9816
9817 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9818
9819 * message.el (message-send-mail-function): Require sendmail.
9820
9821 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9822
9823 * message.el (message-send-mail-function): Check for smtpmail too.
9824
9825 * utf7.el (utf7-encode, utf7-decode): Use coding system
9826 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9827
9828 * message.el (message-send-mail-function): New function.
9829 (message-send-mail-function): Set default using
9830 message-send-mail-function. Adjust doc string.
9831 (message-send-mail-with-mailclient): New function.
9832
9833 2007-11-17 Richard Stallman <rms@gnu.org>
9834
9835 * assistant.el: Remove file.
9836
9837 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9838
9839 * smime.el (from):
9840 * rfc2047.el (message-posting-charset):
9841 * qp.el (mm-use-ultra-safe-encoding):
9842 * pop3.el (parse-time-months):
9843 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9844 * nnml.el (files):
9845 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9846 (jka-compr-compression-info-list, ange-ftp-path-format)
9847 (efs-path-regexp):
9848 * nndiary.el (files):
9849 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9850 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9851 (epg-digest-algorithm-alist, inhibit-redisplay)
9852 (password-cache-expiry):
9853 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9854 (pgg-output-buffer, password-cache-expiry):
9855 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9856 (efs-path-regexp):
9857 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9858 (inhibit-redisplay):
9859 * mm-uu.el (file-name, start-point, end-point, entry)
9860 (gnus-newsgroup-name, gnus-newsgroup-charset):
9861 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9862 (latin-unity-ucs-list):
9863 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9864 (mm-uu-binhex-decode-function):
9865 * message.el (gnus-message-group-art, gnus-list-identifiers)
9866 (rmail-enable-mime-composing, gnus-local-organization)
9867 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9868 (gnus-read-active-file, facemenu-add-face-function)
9869 (facemenu-remove-face-function, gnus-article-decoded-p)
9870 (tool-bar-mode):
9871 * mail-source.el (display-time-mail-function):
9872 * gnus-util.el (nnmail-pathname-coding-system)
9873 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9874 (gnus-original-article-buffer, gnus-user-agent)
9875 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9876 (xemacs-codename, sxemacs-codename, emacs-program-version):
9877 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9878 * gnus-start.el (gnus-agent-covered-methods)
9879 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9880 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9881 (gnus-newsgroup-headers, gnus-group-list-mode)
9882 (gnus-group-mark-positions, gnus-newsgroup-data)
9883 (gnus-newsgroup-unreads, nnoo-state-alist)
9884 (gnus-current-select-method, mail-sources)
9885 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9886 (nnmail-spool-file, gnus-cache-active-hashtb):
9887 * gnus-mh.el (mh-lib-progs):
9888 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9889 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9890 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9891 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9892 (gnus-group-buffer):
9893 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9894 (font-lock-set-defaults):
9895 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9896 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9897 (gnus-summary-post-menu, total-parts, type, condition, length):
9898 * gnus-agent.el (gnus-agent-read-agentview):
9899 * flow-fill.el (show-trailing-whitespace):
9900 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9901 eval-and-compile wrappers for byte compiler pacifiers.
9902
9903 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9904 (mm-display-inline-fontify): Check for featurep 'xemacs not
9905 extent-list.
9906
9907 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9908 itimer-list.
9909 (mm-create-image-xemacs): Only do something for XEmacs.
9910 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9911
9912 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9913
9914 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9915 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9916
9917 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9918
9919 * nnimap.el (nnimap-split-download-body):
9920 * gnus-demon.el (gnus-demon):
9921 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9922
9923 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9924
9925 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9926 New macros.
9927 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9928 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9929 copy data from unibyte buffer to multibyte current buffer.
9930 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9931 to copy data from unibyte current buffer to multibyte buffer.
9932 (nntp-make-process-buffer): Make process buffer unibyte.
9933
9934 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9935
9936 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9937
9938 * pop3.el (pop3-open-server): Accept and process data more robustly at
9939 connexion start to avoid spurious "POP SSL connexion failed" errors.
9940
9941 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9942
9943 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9944 read group names.
9945
9946 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9947
9948 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9949
9950 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9951
9952 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9953 (nnmail-save-active): Use a unibyte buffer when saving active file,
9954 which may contain non-ASCII group names.
9955
9956 * nnml.el (nnml-request-group): Decode group names in messages.
9957
9958 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9959
9960 * message.el (message-citation-line-function)
9961 (message-insert-formatted-citation-line): Fix spelling of
9962 `message-insert-formated-citation-line'.
9963
9964 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9965
9966 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9967
9968 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9969
9970 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9971 nnmail-pathname-coding-system.
9972
9973 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9974 that a user enters; decode group names in messages.
9975
9976 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9977
9978 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9979
9980 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9981
9982 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9983
9984 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9985 risky local variable.
9986
9987 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9988
9989 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9990
9991 * encrypt.el: Improve documentation to fix function name typo.
9992 Reported by Daiki Ueno <ueno@unixuser.org>.
9993
9994 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9995
9996 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9997 even if the point is not in the last page of an article.
9998 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9999 back to the previous page.
10000
10001 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
10002
10003 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10004
10005 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10006
10007 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10008
10009 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * message.el (message-check-news-body-syntax):
10012 Avoid mm-string-as-multibyte.
10013 (message-hide-headers): Don't assume (point-min)==1.
10014
10015 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10016
10017 * message.el (message-remove-blank-cited-lines): Fix if remove is
10018 given.
10019 (message-bogus-address-regexp): New variable.
10020 (message-bogus-recipient-p): New function.
10021 (message-check-recipients): New command.
10022 (message-syntax-checks): Add `bogus-recipient'.
10023 (message-fix-before-sending): Add `bogus-recipient'.
10024
10025 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10026 (gnus-treat-body-boundary): Don't test window-system.
10027
10028 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
10029
10030 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10031
10032 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10033
10034 * gnus.el: Bump version to Gnus v5.13.
10035
10036 2007-10-28 Miles Bader <miles@gnu.org>
10037
10038 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10039 at compile-time too.
10040
10041 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10042
10043 * gnus-msg.el (gnus-message-setup-hook):
10044 Add `message-remove-blank-cited-lines' to options.
10045
10046 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10047
10048 * message.el (message-remove-blank-cited-lines): New function.
10049 Suggested by Karl Plästerer.
10050
10051 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10052
10053 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10054 mapc.
10055
10056 * imap.el (imap-open): Replace mapcar called for effect with mapc.
10057 (top-level): Use mapc to set functions to be traced for debugging.
10058
10059 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10060 called for effect with while loop.
10061
10062 * message.el (message-talkative-question): Replace mapcar called for
10063 effect with mapc.
10064
10065 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10066 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10067 called for effect with dolist.
10068
10069 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10070
10071 * nndiary.el: Use dolist instead of mapcar to add diary headers to
10072 gnus-extra-headers and nnmail-extra-headers.
10073
10074 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10075 called for effect with dolist.
10076 (top-level): Use mapc to set functions to be traced for debugging.
10077
10078 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10079 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10080 dolist.
10081
10082 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10083 Replace mapcar called for effect with mapc.
10084 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10085 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10086 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10087 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10088
10089 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10090 remove-if that's a cl function.
10091
10092 * webmail.el (webmail-debug): Replace mapcar called for effect with
10093 dolist.
10094
10095 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
10096
10097 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10098 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10099 with while loop.
10100
10101 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10102 functions from article-* functions.
10103 (gnus-multi-decode-header): Replace mapcar called for effect with
10104 dolist.
10105
10106 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10107 (gnus-bookmark-show-details): Replace mapcar called for effect with
10108 while loop.
10109
10110 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10111 called for effect with while loop.
10112
10113 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10114 with dolist.
10115
10116 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10117 Replace mapcar called for effect with dolist.
10118
10119 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10120
10121 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10122 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10123 Replace mapcar called for effect with dolist.
10124 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10125 mapc.
10126
10127 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10128 Replace mapcar called for effect with dolist.
10129 (gnus-topic-list): Replace mapcar called for effect with mapc.
10130
10131 * gnus.el: Use mapc instead of mapcar to add autoloads.
10132
10133 2007-10-23 Richard Stallman <rms@gnu.org>
10134
10135 * gnus-group.el (gnus-group-highlight): Mark as risky.
10136
10137 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10138
10139 * gnus.el (gnus-server-to-method): Return method found first in
10140 gnus-newsrc-alist.
10141
10142 * gnus-art.el (gnus-article-highlight-signature)
10143 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10144 button overlay without the front stickiness.
10145
10146 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
10147
10148 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10149 overview buffer needed a catch to receive its throw.
10150 (gnus-agent-flush-cache): Declare as interactive to make this function
10151 easier to use.
10152
10153 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10154
10155 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10156 `next-line'.
10157
10158 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
10159
10160 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10161 exclude address matching message-dont-reply-to-names.
10162
10163 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10164
10165 * gnus-util.el (gnus-string<): New function.
10166
10167 * gnus-sum.el (gnus-article-sort-by-author)
10168 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10169
10170 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10171
10172 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10173 the frame-focus tag is set in gnus-buffer-configuration.
10174
10175 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10176
10177 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10178 the front stickiness.
10179
10180 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10181
10182 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10183 url pattern; remove duplicate one.
10184 (gnus-article-extend-url-button): New function.
10185 (gnus-article-add-buttons): Use it.
10186 (gnus-button-push): Use concatenated url that it makes.
10187
10188 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
10189
10190 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10191 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10192
10193 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10196 Don't hardcode point-min==1.
10197
10198 2007-09-30 David Kastrup <dak@gnu.org>
10199
10200 * gnus-art.el (gnus-article-reply-with-original)
10201 (gnus-article-followup-with-original): When `transient-mark-mode' is
10202 off, refrain from active-region behavior for followups.
10203
10204 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10205
10206 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10207 Fix comment about "iso8859-1".
10208
10209 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10210
10211 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10212 ones returned from the verify-function.
10213
10214 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10215 Call mml2015-extract-cleartext-signature if extraction failed.
10216
10217 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10218
10219 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10220 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10221 failed.
10222
10223 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10224
10225 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10226
10227 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10228
10229 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10230 to mark a thread as expirable. Add variable `hide' to handle hiding of
10231 thread for both the null and zero (kill/expire thread) universal prefix
10232 cases.
10233 (gnus-summary-expire-thread): Add new function to expire a thread,
10234 using gnus-summary-kill-thread.
10235 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10236 shortcuts for gnus-summary-expire-thread.
10237 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10238 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10239
10240 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10241
10242 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10243 extras value, so an extras entry can be deleted.
10244 (gnus-registry-delete-extra-entry): Use it.
10245 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10246 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10247 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10248 storage through the gnus-registry, and provide an appropriate API for
10249 it.
10250
10251 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10252
10253 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10254 Suggested by Leo <sdl.web@gmail.com>.
10255
10256 * gnus.el: Do.
10257
10258 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10259
10260 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10261 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10262
10263 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10264
10265 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10266 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10267
10268 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10269
10270 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10271 newline.
10272 (nnmbox-request-accept-article): Don't change article in source buffer;
10273 narrow to header to use message-fetch-field rather than
10274 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10275 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10276 as delimiters; make sure article ends with newline.
10277 (nnmbox-delete-mail): Correct last position of article to be deleted;
10278 ignore X-Gnus-Newsgroup header in article body.
10279 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10280 positions; make sure article ends with newline.
10281
10282 * message.el (message-display-abbrev): Don't infloop when a user
10283 inserts SPC in the beginning of header.
10284
10285 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10286
10287 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10288 list of groups not followed by default. Fix type to be regexp.
10289 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10290
10291 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10292
10293 * hmac-def.el (define-hmac-function): Switch from old-style to
10294 new-style backquotes.
10295
10296 * md4.el (md4-make-step): Likewise.
10297
10298 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10299
10300 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10301 raw-text coding system when saving .newsrc file, which may contain
10302 non-ASCII group names.
10303
10304 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10305
10306 * gnus-cus.el (gnus-score-extra): New widget.
10307 (gnus-score-extra-convert): New function.
10308 (gnus-score-customize): Use it for Extra.
10309
10310 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10311
10312 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10313 (mml2015-mailcrypt-clear-verify): Use it.
10314 (mml2015-gpg-clear-verify): Use it.
10315 (mml2015-pgg-clear-verify): Use it.
10316 (mml2015-epg-clear-verify): Replace the current part with the output
10317 from GnuPG; don't extract the plaintext by itself.
10318
10319 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10320 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10321 mml2015-clear-verify-function; don't touch the armor headers or
10322 dash-escaped text here.
10323
10324 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10325
10326 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10327 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10328 parts, or application/octet-stream as a last resort.
10329 (gnus-mime-view-part-as-type): Don't toggle display.
10330 (gnus-mime-view-part-as-charset): Don't turn off display before
10331 querying charset.
10332
10333 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10334 stuff to undisplayer function in Emacs.
10335 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10336
10337 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10338 text/calendar parts.
10339
10340 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10341
10342 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10343 decoding text/calendar parts.
10344
10345 * message.el (message-forward-make-body-mime): Always mark body as
10346 having no illegible text; remove signed-or-encrypted argument.
10347 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10348
10349 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10350 (mml-generate-mime-1): Don't encode body if it is specified to be in
10351 raw form; don't make buffer be unibyte when inserting multibyte string.
10352
10353 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10354
10355 * sha1.el: Fix up comment style.
10356 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10357 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10358
10359 * hex-util.el: Fix up comment style.
10360 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10361
10362 * gnus-salt.el: Use with-current-buffer.
10363 (gnus-pick-setup-message): Fix long-standing typo.
10364
10365 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10366
10367 * imap.el (imap-logout-timeout): New variable.
10368 (imap-logout, imap-logout-wait): New functions.
10369 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10370
10371 * nnimap.el (nnimap-logout-timeout): New server variable.
10372 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10373 nnimap-logout-timeout.
10374
10375 * gnus-art.el (gnus-article-summary-command-nosave)
10376 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10377
10378 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10379
10380 * gnus.el (gnus-maximum-newsgroup): New variable.
10381
10382 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10383 according to gnus-maximum-newsgroup.
10384
10385 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10386 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10387 Limit the range of articles according to gnus-maximum-newsgroup.
10388
10389 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10390
10391 * gnus-art.el (gnus-sticky-article): Fix problems described in
10392 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10393 Don't perform gnus-configure-windows here; reuse existing sticky
10394 article buffer.
10395
10396 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10397 it doesn't exist in gnus-article-mode.
10398
10399 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10400
10401 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10402 (gnus-agent-decoded-group-name): New function.
10403 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10404 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10405
10406 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10407
10408 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10409 Add binding for gnus-sticky-article.
10410 (gnus-summary-exit): Don't kill sticky article buffers.
10411
10412 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10413 article buffer.
10414 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10415 (gnus-kill-sticky-article-buffers): New commands.
10416
10417 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10418
10419 * nntp.el (nntp-xref-number-is-evil): New server variable.
10420 (nntp-find-group-and-number): If it is non-nil, don't trust article
10421 numbers in the Xref header.
10422
10423 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10424
10425 * gnus-agent.el (gnus-agent-read-group): New function.
10426 (gnus-agent-flush-group, gnus-agent-expire-group)
10427 (gnus-agent-regenerate-group): Use it.
10428 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10429 nnmail-pathname-coding-system.
10430
10431 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10432
10433 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10434
10435 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10436 that are unread as unread, and also as selected so that information of
10437 marks having been changed by a user may be updated when exiting group.
10438
10439 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10440
10441 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10442
10443 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10444
10445 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10446 calculated ignoring signature parts to gnus-treat-article.
10447
10448 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10449
10450 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10451 a point here in order to keep the window start.
10452 (gnus-insert-mime-security-button): Make a button overlay without the
10453 front stickiness.
10454 (gnus-mime-display-security): Goto the end of a button.
10455
10456 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10457
10458 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10459
10460 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10461 group-name-at-point.
10462 (gnus-group-completing-read): New function that offers decoded
10463 non-ASCII group names for completion.
10464 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10465 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10466 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10467 (gnus-group-fetch-control): Use it.
10468 (gnus-fetch-group): Use group-name-at-point for the initial value
10469 rather than the default value; use gnus-alive-p.
10470
10471 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10472 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10473 (gnus-summary-post-news): Use gnus-group-completing-read.
10474
10475 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10476 (gnus-read-move-group-name): Decode group name for completion.
10477
10478 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10479
10480 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10481 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10482 Yamaoka slightly modified the code).
10483
10484 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10485
10486 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10487 (nnmail-split-incoming): Bind it.
10488
10489 * nnml.el (nnml-group-name-charset): New function.
10490 (nnml-decoded-group-name): Use it; don't decode group name if
10491 nnmail-group-names-not-encoded-p is non-nil.
10492 (nnml-encoded-group-name): New function.
10493 (nnml-group-pathname): Inline nnml-decoded-group-name.
10494 (nnml-request-expire-articles): Decode group name in message.
10495 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10496 nnmail-pathname-coding-system.
10497 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10498 not decoded ones according to nnmail-group-names-not-encoded-p.
10499 (nnml-generate-active-info): Use nnml-encoded-group-name.
10500
10501 2007-08-08 Glenn Morris <rgm@gnu.org>
10502
10503 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10504 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10505 doc-strings and comments.
10506
10507 2007-07-25 Glenn Morris <rgm@gnu.org>
10508
10509 * Relicense all FSF files to GPLv3 or later.
10510
10511 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10512
10513 * gnus-sum.el (gnus-summary-move-article):
10514 Make gnus-summary-respool-article work.
10515
10516 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10517
10518 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10519 string.
10520
10521 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10522
10523 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10524 that should be ignored when comparing distant RSS articles with local
10525 ones.
10526 (nnrss-make-hash-index): New function. Create a hash index according
10527 to the ignored fields.
10528 (nnrss-check-group): Use it.
10529
10530 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10531
10532 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10533
10534 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10535
10536 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10537 the new optional argument ENCODED is non-nil.
10538 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10539 coding system for encoding group name.
10540 (gnus-group-make-rss-group): Pass un-encoded group name to
10541 gnus-group-make-group.
10542 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10543 encoded.
10544
10545 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10546 Encode group name to which articles are moved or copied.
10547 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10548 coding system for encoding Newsgroup, Followup-To and Xref headers.
10549
10550 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10551 marks; use nnheader-file-coding-system to write a file.
10552 (nnagent-retrieve-headers): Bind file-name-coding-system to
10553 nnmail-pathname-coding-system.
10554
10555 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10556
10557 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10558 (nnml-request-article, nnml-request-create-group)
10559 (nnml-request-rename-group, nnml-find-id)
10560 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10561 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10562 (nnml-save-marks): Use nnml-group-pathname instead of
10563 nnmail-group-pathname.
10564
10565 (nnml-request-create-group, nnml-request-expire-articles)
10566 (nnml-request-move-article, nnml-request-delete-group)
10567 (nnml-deletable-article-p, nnml-possibly-create-directory)
10568 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10569 (nnml-open-marks): Bind file-name-coding-system to
10570 nnmail-pathname-coding-system.
10571
10572 (nnml-request-article): Pass server argument to nnml-find-group-number.
10573 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10574 Pass server argument to nnml-possibly-create-directory.
10575 (nnml-request-accept-article): Pass server argument to
10576 nnml-active-number and nnml-save-mail.
10577 (nnml-find-group-number): Pass server argument to nnml-find-id.
10578 (nnml-request-update-info): Pass server argument to
10579 nnml-marks-changed-p.
10580
10581 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10582 (nnml-save-mail, nnml-active-number): Add server argument.
10583
10584 (nnml-request-delete-group): Warn if group is missing.
10585 (nnml-get-nov-buffer): Decode group name.
10586 (nnml-generate-active-info): Encode group name.
10587 (nnml-open-marks): Decode group name in messages.
10588
10589 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10590
10591 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10592 if it is not specified.
10593 (gnus-article-pipe-part, gnus-article-save-part)
10594 (gnus-article-interactively-view-part, gnus-article-copy-part)
10595 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10596 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10597 (gnus-article-replace-part, gnus-article-delete-part)
10598 (gnus-article-view-part-as-type): Pass raw prefix argument to
10599 gnus-article-part-wrapper.
10600
10601 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10602
10603 * gnus-agent.el (gnus-agent-save-active):
10604 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10605
10606 * gnus-cache.el (gnus-cache-save-buffers)
10607 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10608 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10609 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10610 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10611 (gnus-cache-generate-active, gnus-cache-rename-group)
10612 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10613 (gnus-cache-update-overview-total-fetched-for):
10614 Bind file-name-coding-system to nnmail-pathname-coding-system.
10615 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10616 New variables.
10617 (gnus-cache-decoded-group-name): New function.
10618 (gnus-cache-file-name): Use it.
10619 (gnus-cache-generate-active): Use non-decoded group name for active.
10620
10621 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10622 right place.
10623 (gnus-write-active-file): Don't break non-ASCII group names.
10624
10625 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10626 nnmail-pathname-coding-system.
10627
10628 * gnus-uu.el (gnus-uu-decode-save): Typo.
10629
10630 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10631
10632 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10633
10634 2007-07-14 David Kastrup <dak@gnu.org>
10635
10636 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10637 finishing actions if we did not edit the article.
10638
10639 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10640
10641 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10642 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10643 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10644 (gnus-agent-flush-group, gnus-agent-flush-cache)
10645 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10646 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10647 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10648 (gnus-agent-regenerate-group)
10649 (gnus-agent-update-files-total-fetched-for)
10650 (gnus-agent-update-view-total-fetched-for):
10651 Bind file-name-coding-system to nnmail-pathname-coding-system.
10652 (gnus-agent-group-pathname): Don't encode file names by
10653 nnmail-pathname-coding-system.
10654 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10655 coding-system-for-write instead of buffer-file-coding-system to
10656 gnus-agent-file-coding-system.
10657
10658 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10659 Decode group name.
10660
10661 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10662
10663 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10664 (gnus-read-newsrc-el-file): Make group names unibyte.
10665
10666 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10667 nnmail-pathname-coding-system.
10668
10669 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10670 (nnrss-request-delete-group): Bind file-name-coding-system to
10671 nnmail-pathname-coding-system.
10672 (nnrss-read-server-data, nnrss-read-group-data):
10673 Bind file-name-coding-system correctly.
10674 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10675
10676 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10677 (nntp-server-to-method-cache): New variable.
10678 (nntp-group-pathname): New function that decodes non-ASCII group names.
10679 (nntp-possibly-create-directory, nntp-marks-changed-p)
10680 (nntp-save-marks, nntp-open-marks): Use it.
10681 (nntp-possibly-create-directory, nntp-open-marks):
10682 Bind file-name-coding-system to nnmail-pathname-coding-system.
10683 (nntp-open-marks): Decode group names when bootstrapping marks.
10684
10685 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10686 Newsgroups and Folowup-To headers.
10687
10688 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10689
10690 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10691 (gnus-server-closed-face, gnus-server-denied-face)
10692 (gnus-server-offline-face): Remove variable.
10693 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10694
10695 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10696 of modifying message-stack directly for XEmacs.
10697
10698 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10699 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10700 if the coding-system argument is nil for XEmacs.
10701
10702 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10703 mm-charset-override-alist.
10704
10705 * rfc2047.el: Don't require base64; require rfc2045 for the function
10706 rfc2045-encode-string.
10707 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10708 to quote the parameter value.
10709
10710 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10711
10712 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10713 form in gnus-group-name-charset-method-alist.
10714
10715 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10716 overrides the default layout edit-form.
10717
10718 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10719
10720 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10721
10722 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10723
10724 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10725 as unfetched articles.
10726
10727 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10728
10729 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10730
10731 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10732
10733 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10734 original back end that keeps marks in the local system.
10735
10736 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10737
10738 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10739 arg of pop-to-buffer for XEmacs.
10740 (gnus-article-read-summary-keys): Ditto; don't restore window
10741 configuration if summary command ends up with neither article buffer
10742 nor summary buffer; describe bindings if summary keys end with C-h.
10743
10744 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10745
10746 * message.el (message-fix-before-sending): Skip raw message part to be
10747 forwarded while checking illegible text.
10748 (message-forward-make-body-mime, message-forward-make-body):
10749 Mark signed or encrypted raw message as having no illegible text.
10750
10751 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10752
10753 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10754 (gnus-message-with-timestamp-1): New macro.
10755 (gnus-message-with-timestamp): New function.
10756 (gnus-message): Use them.
10757
10758 * nnheader.el (nnheader-message): Use them.
10759
10760 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10761
10762 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10763 .newsrc.eld file.
10764
10765 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10766
10767 * gnus-agent.el (gnus-agent-fetch-headers)
10768 (gnus-agent-retrieve-headers):
10769 Bind gnus-decode-encoded-address-function to identity.
10770
10771 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10772 available also when the server returns simply a dot.
10773
10774 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10775
10776 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10777
10778 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10779
10780 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10781
10782 * gnus-ems.el (gnus-x-splash): Make it work.
10783
10784 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10785 from being used.
10786
10787 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10788
10789 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10790 the front stickiness.
10791 (gnus-article-summary-command-nosave): Correct the order of the
10792 arguments passed to pop-to-buffer.
10793 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10794 summary command ends up with the article buffer.
10795
10796 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10797 the same faces.
10798
10799 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10800
10801 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10802
10803 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10804
10805 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10806 * gnus-sum.el (gnus-summary-highlight):
10807 * mail-source.el (mail-source-delete-old-incoming-confirm):
10808 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10809
10810 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10811
10812 * gnus-art.el (gnus-mime-view-part-externally)
10813 (gnus-mime-view-part-internally): Fix predicate function passed to
10814 completing-read.
10815
10816 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10817
10818 * gnus.el (gnus-update-message-archive-method): Add :version.
10819
10820 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10821
10822 * gnus.el (gnus-update-message-archive-method): New variable.
10823
10824 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10825 according to gnus-message-archive-method if
10826 gnus-update-message-archive-method is non-nil.
10827
10828 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10829
10830 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10831 Suggested by Loic Dachary <loic@dachary.org>.
10832 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10833
10834 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10835
10836 * message.el (message-pop-to-buffer): Add switch-function argument.
10837 (message-mail): Pass switch-function argument to it.
10838
10839 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10840
10841 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10842 Improve doc string.
10843
10844 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10845
10846 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10847 (gnus-header-content)
10848 * gnus-cite.el (gnus-cite-10)
10849 * gnus-srvr.el (gnus-server-closed)
10850 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10851 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10852 (gnus-group-mail-3-empty, gnus-group-mail-low)
10853 (gnus-group-mail-low-empty, gnus-splash)
10854 * message.el (message-header-to, message-header-cc)
10855 (message-header-subject, message-header-other, message-header-name)
10856 (message-header-xheader, message-separator, message-cited-text)
10857 (message-mml): Lighten colors of faces used for dark background.
10858
10859 2007-05-24 Simon Josefsson <simon@josefsson.org>
10860
10861 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10862 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10863
10864 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10865
10866 * message.el (message-narrow-to-headers-or-head):
10867 Ignore mail-header-separator in the body.
10868
10869 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10870
10871 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10872 same as window size.
10873
10874 2007-05-22 Kevin Ryde <user42@zip.com.au>
10875
10876 * message.el (message-font-lock-keywords): Use message-header-xheader
10877 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10878 ahead of the anything pattern, to get it recognised.
10879
10880 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10881
10882 * gnus-sum.el (gnus-articles-to-read)
10883 (gnus-summary-insert-old-articles): Don't truncate group name for
10884 `read-string'.
10885
10886 * gnus-util.el (gnus-limit-string): Delete this function.
10887
10888 * gnus-sum.el (gnus-simplify-subject-fully):
10889 Use `truncate-string-to-width' instead.
10890
10891 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10892
10893 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10894 Tell if, on summary exit, the next group has to be selected.
10895 (gnus-summary-exit): Use it.
10896
10897 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10898
10899 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10900 non-break space.
10901
10902 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10903
10904 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10905 Check if group is not a directory.
10906 (nnfolder-request-expire-articles): Don't delete articles if the target
10907 group is not available.
10908
10909 * nnml.el (nnml-request-create-group): Properly check if group is not a
10910 file.
10911 (nnml-request-expire-articles): Don't delete articles if the target
10912 group is not available.
10913
10914 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10915 Don't quote characters that are within parentheses.
10916
10917 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10918
10919 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10920 (gnus-handle-ephemeral-exit): Select article according to it.
10921
10922 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10923
10924 * message.el (message-insert-formated-citation-line): Remove newline.
10925 (message-citation-line-format): Add final \n here so that the user can
10926 avoid a blank line.
10927
10928 2007-05-03 Dan Christensen <jdc@uwo.ca>
10929
10930 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10931 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10932 Update lanl/arXiv support.
10933
10934 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10935
10936 * gnus.el: Bump version number.
10937
10938 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10939
10940 * gnus.el (gnus-version-number): Bump version.
10941
10942 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10943
10944 * gnus.el: No Gnus v0.6 is released.
10945
10946 2007-04-27 Didier Verna <didier@xemacs.org>
10947
10948 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10949 * gmm-utils.el (gmm-regexp-concat): ... here.
10950 * message.el: Don't require 'gnus-util.
10951 (message-dont-reply-to-names): Handle name change above.
10952 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10953
10954 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10955
10956 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10957 since the initial value varies according to the system.
10958
10959 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10960
10961 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10962
10963 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10964
10965 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10966
10967 2007-04-24 Didier Verna <didier@xemacs.org>
10968
10969 Improve the type of gnus-ignored-from-addresses.
10970 * gnus-util.el (gnus-orify-regexp): New function.
10971 * message.el (gnus-util): Require it.
10972 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10973 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10974 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10975
10976 2007-04-24 Didier Verna <didier@xemacs.org>
10977
10978 * gnus-sum.el:
10979 * gnus-utils.el: Fix some trailing whitespaces.
10980
10981 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10982
10983 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10984 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10985 article's Message-ID; refer parent article in summary buffer.
10986
10987 * message.el (message-bounce): Call mime-to-mml.
10988
10989 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10990
10991 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10992
10993 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10994
10995 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10996 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10997 displayed of multipart/alternative part if it is invoked from summary
10998 buffer.
10999
11000 * mm-view.el (mm-inline-text-html-render-with-w3m)
11001 (mm-inline-text-html-render-with-w3m-standalone)
11002 (mm-inline-render-with-function): Use mail-parse-charset by default.
11003
11004 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
11005
11006 * parse-time.el (parse-time-string-chars): Check if CHAR
11007 is less than the length of parse-time-syntax.
11008
11009 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11010
11011 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11012 from gnus-newsgroup-processable.
11013
11014 2007-04-16 Didier Verna <didier@xemacs.org>
11015
11016 * gnus-msg.el (gnus-configure-posting-styles):
11017 Handle message-signature-directory properly with :file syntax.
11018 Reported by "Leo".
11019
11020 2007-04-11 Didier Verna <didier@xemacs.org>
11021
11022 New user option: message-signature-directory.
11023 * gnus-msg.el (gnus-configure-posting-styles): Support it.
11024 * message.el (message-insert-signature): Ditto.
11025 * message.el (message-signature-file): Doc update.
11026 * message.el (message-signature-directory): New.
11027
11028 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
11029
11030 * gnus-msg.el (gnus-inews-yank-articles):
11031 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11032
11033 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11034
11035 * message.el (message-yank-original): Make sure cited text ends with
11036 newline; don't exchange point and mark.
11037
11038 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
11039
11040 * tls.el (open-tls-stream): Properly handle case where there
11041 is no associated buffer.
11042
11043 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
11044
11045 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11046 message-yank-original, make sure (< mark TEXT point).
11047
11048 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11049
11050 * message.el (message-fill-column): New variable.
11051 (message-mode): Use it. Add comment on a possible new hook.
11052
11053 * nnmail.el (nnmail-spool-file): Mark as obsolete.
11054 (nnmail-get-new-mail): Reformat.
11055
11056 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11057
11058 * gmm-utils.el: Fix Commentary.
11059 (gmm-tool-bar-from-list): Fix typo in doc string.
11060
11061 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
11062
11063 * message.el (message-yank-original): Don't switch point and mark
11064 unnecessarily to put point and mark as documented.
11065
11066 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11067
11068 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11069 from the message heads.
11070
11071 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
11072
11073 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11074 article buffer does not have a window. This may not be the best
11075 solution but is certainly better than setting the start of the null,
11076 that is the current, window.
11077
11078 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11079
11080 * gnus-draft.el (gnus-draft-setup-hook): New hook.
11081 (gnus-draft-setup): Run it.
11082
11083 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11084 gnus-score-fast-scoring. Allow regexp.
11085 (gnus-score-headers): Use it.
11086
11087 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11088 XEmacs.
11089
11090 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11091 string.
11092 (gnus-button-alist): Also catch `<f1> k ...'.
11093 (gnus-treat-display-x-face): Fix doc string.
11094
11095 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11096
11097 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11098 evaluation of gnus-extended-version to ensure correct generation of the
11099 User-Agent header when message-generate-headers-first is used.
11100
11101 2007-03-24 Simon Josefsson <simon@josefsson.org>
11102
11103 * hashcash.el (hashcash-generate-payment-async): Don't crash if
11104 hashcash-path is nil. Don't call callback with incorrect number of
11105 parameters if val is 0.
11106
11107 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11108
11109 * message.el (message-required-news-headers):
11110 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11111
11112 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11113
11114 * message.el (message-generate-new-buffers): Change the meaning of the
11115 nil value; add `standard' to the choices; treat t as `unique'; improve
11116 doc string.
11117 (gnus-select-frame-set-input-focus): Autoload.
11118 (message-buffer-name): Search for the existing message buffer if
11119 message-generate-new-buffers is nil or `standard'; treat the value t of
11120 message-generate-new-buffers as `unique'.
11121 (message-pop-to-buffer): Raise the frame already displaying the message
11122 buffer; clear the echo area after querying.
11123 (message-setup): Pass the `continue' argument to compose-mail.
11124 (message-mail): Prefer `switch-function' if it is given; search for the
11125 existing message buffer if the `continue' argument is non-nil; pass
11126 continue and switch-function arguments to compose-mail by way of
11127 message-setup.
11128 (message-mail-other-window): Adjust argument of message-setup.
11129 (message-mail-other-frame): Ditto.
11130
11131 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11132
11133 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11134 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11135 to turn font-lock on when turning gnus-message-citation-mode on.
11136
11137 2007-03-06 Daiki Ueno <ueno@unixuser.org>
11138
11139 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11140 (mml-smime-function-alist): New variable; add epg as the backend.
11141 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11142 mml-smime- functions instead.
11143 * mm-view.el: Require smime.
11144
11145 2007-03-05 Didier Verna <didier@xemacs.org>
11146
11147 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11148 instead of just inheritance for posting styles.
11149 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11150
11151 2007-02-24 John Paul Wallington <jpw@pobox.com>
11152
11153 * tls.el (tls-certtool-program): Fix custom type.
11154
11155 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11156
11157 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11158 and point-at-eol instead of line-(beginning|end)-position.
11159
11160 * assistant.el (assistant-parse-buffer): Ditto.
11161
11162 2007-02-28 Daiki Ueno <ueno@unixuser.org>
11163
11164 * mml2015.el (mml2015-epg-find-usable-key): New function.
11165 (mml2015-epg-sign): Use it.
11166 (mml2015-epg-encrypt): Use it.
11167
11168 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11169
11170 * message.el (message-make-in-reply-to): Quote name containing
11171 non-ASCII characters. It will make the RFC2047 encoder cause an error
11172 if there are special characters. Reported by NAKAJI Hiroyuki
11173 <nakaji@jp.freebsd.org>.
11174
11175 2007-02-27 Didier Verna <didier@xemacs.org>
11176
11177 Include the group parameters as well as the topic ones in the
11178 inheritance filter process.
11179 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11180 argument GROUP-PARAMS-LIST.
11181 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11182
11183 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11184
11185 * nntp.el (nntp-never-echoes-commands)
11186 (nntp-open-connection-functions-never-echo-commands): New variables.
11187 (nntp-send-command): Use them.
11188
11189 2007-02-20 Daiki Ueno <ueno@unixuser.org>
11190
11191 * mml2015.el (mml2015-epg-verify): Simplify.
11192
11193 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11194
11195 * mml.el (mml-content-disposition-alist): New user option.
11196 (mml-content-disposition): New function.
11197 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11198 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11199
11200 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11201
11202 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11203 verification.
11204
11205 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11206
11207 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11208 articles posted in the last 24 hours.
11209
11210 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11211
11212 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11213
11214 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11215
11216 * nntp.el (nntp-send-command): Don't wait for echoes when
11217 nntp-open-ssl-stream is used.
11218
11219 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11220
11221 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11222 (gnus-message-add-citation-keywords)
11223 (gnus-message-remove-citation-keywords): Remove.
11224 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11225 directly, make the variables in font-lock-defaults buffer-local, add
11226 gnus-message-citation-keywords to them and then update the value of
11227 font-lock-keywords.
11228
11229 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11230
11231 * message.el (message-cite-original-1): Don't call
11232 gnus-article-highlight-citation.
11233
11234 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11235 citations; fix line count.
11236
11237 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11238
11239 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11240 (gnus-message-add-citation-keywords)
11241 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11242 versions of font-lock-add-keywords and font-lock-remove-keywords to
11243 work with XEmacs correctly.
11244
11245 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11246
11247 * gnus-cite.el (gnus-cite-face-list): Set the values of
11248 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11249 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11250 (gnus-message-cite-prefix-regexp): New variable.
11251 (gnus-message-search-citation-line): Use it; protect against long
11252 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11253 the 0th match data for Emacs.
11254 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11255 (gnus-message-add-citation-keywords): Append keywords rather than
11256 prepending; emulate font-lock-add-keywords if it is not available.
11257 (gnus-message-remove-citation-keywords):
11258 Emulate font-lock-remove-keywords if it is not available.
11259
11260 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11261
11262 * message.el (message-cite-prefix-regexp): Set the value of
11263 gnus-message-cite-prefix-regexp.
11264
11265 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11266
11267 * nnweb.el (nnweb-google-parse-1): Update parser.
11268
11269 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11270
11271 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11272
11273 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11274
11275 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11276 regexp.
11277
11278 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11279
11280 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11281 string-to-multibyte.
11282 (uudecode-decode-region-internal): Use it.
11283
11284 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11285
11286 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11287 Fix custom choice.
11288
11289 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11290
11291 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11292
11293 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11294
11295 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11296 `write-region' to respect `mm-inhibit-file-name-handlers'.
11297
11298 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11299
11300 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11301 Use gnus-home-directory instead of "~/" or "$HOME".
11302
11303 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11304
11305 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11306 to mention filename.
11307 Add comments at beginning regarding usage.
11308 (encrypt-write-file-contents): Change interactive so a string is
11309 acceptable. If the file has no associated model, show an error instead
11310 of a nonsense prompt.
11311
11312 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11313
11314 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11315 Thanks to Yoshihiko Yamada for kind notification of this typo.
11316
11317 2007-01-12 Kenichi Handa <handa@m17n.org>
11318
11319 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11320 multibyte buffer.
11321
11322 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11323
11324 * gnus-score.el (gnus-score-fast-scoring): New variable.
11325 (gnus-score-headers): Use it.
11326
11327 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11328
11329 * message.el (message-cite-original-1):
11330 Call gnus-article-highlight-citation if requested.
11331 (message-make-from): Allow name and address as optional arguments.
11332
11333 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11334
11335 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11336 bugs to doc string.
11337 (gnus-button-alist): Add mid\\|message-id.
11338 (gnus-button-fetch-group): Extend for use in
11339 `browse-url-browser-function'.
11340 (gnus-button-url-regexp): Try to catch paired parentheses like in
11341 Wikipedia URLs.
11342
11343 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11344 Suggested by Simon Krahnke <overlord@gmx.li>.
11345
11346 2007-01-13 Romain Francoise <romain@orebokech.com>
11347
11348 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11349 Update copyright.
11350
11351 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11352
11353 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11354
11355 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11356
11357 * gnus-registry.el (gnus-registry-unfollowed-groups)
11358 (gnus-registry-split-fancy-with-parent): Fix documentation.
11359
11360 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11361
11362 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11363 from nnweb groups.
11364
11365 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11366
11367 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11368 Xref urls. Erase buffer before requesting head.
11369
11370 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11371
11372 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11373
11374 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11375 customizable.
11376
11377 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11378
11379 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11380 no signing key is found.
11381 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11382 no encrypting and/or signing key is found.
11383
11384 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11385
11386 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11387
11388 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11389
11390 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11391 headers read from disk with the ones newly found in the current search.
11392 This should no longer cause problems, because the article numbers in
11393 Gmane's `nov.php' output are ignored since the previous change.
11394
11395 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11396
11397 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11398
11399 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11400
11401 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11402
11403 2007-01-01 Romain Francoise <romain@orebokech.com>
11404
11405 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11406
11407 2006-12-31 Steve Youngs <steve@sxemacs.org>
11408
11409 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11410 `define-minor-mode' macro definition expanded properly.
11411 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11412 exclude it there.
11413
11414 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11415 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11416 `fboundp' test.
11417 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11418 This is OK to autoload in (S)XEmacs now.
11419
11420 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11421
11422 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11423 keystroke.
11424 (gnus-summary-limit-to-singletons): Fix typo.
11425
11426 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11427 else fails.
11428
11429 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11430
11431 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11432 docstring.
11433
11434 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11435 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11436 (gnus-summary-insert-dormant-articles): Fix typo in message.
11437
11438 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11439
11440 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11441 nil for XEmacs.
11442 (gnus-message-citation-mode): Don't autoload in XEmacs.
11443
11444 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11445
11446 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11447
11448 * nnimap.el (nnimap-expunge-search-string):
11449 Mention nnimap-search-uids-not-since-is-evil in docstring.
11450
11451 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11452
11453 * spam.el: Revert to make-obsolete-variable because
11454 define-obsolete-variable-alias is not supported in Emacs 21.
11455
11456 * spam.el (spam-ifile-path, spam-ifile-database-path)
11457 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11458 make-obsolete-variable.
11459 (spam-bsfilter-path, spam-bsfilter-program)
11460 (spam-spamassassin-path, spam-spamassassin-program)
11461 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11462 Don't use "path" inappropriately.
11463 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11464 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11465 variable names.
11466
11467 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11468
11469 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11470 summary buffer.
11471
11472 * password.el (password-cache-remove): Use clear-string to burn
11473 password, if available.
11474
11475 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11476
11477 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11478
11479 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11480
11481 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11482 (gnus-message-highlight-citation): Move defcustom here from
11483 gnus-cite.el.
11484 (gnus-message-citation-mode): Autoload.
11485
11486 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11487 checks to make it compile with XEmacs.
11488 (gnus-message-citation-mode): New minor mode.
11489 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11490 (gnus-message-highlight-citation): New variables.
11491 (gnus-message-search-citation-line)
11492 (gnus-message-add-citation-keywords)
11493 (gnus-message-remove-citation-keywords)
11494 (turn-on-gnus-message-citation-mode)
11495 (turn-off-gnus-message-citation-mode): New functions.
11496
11497 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11498
11499 * gnus-cite.el: Enable highlighting of different citation levels in
11500 message-mode.
11501
11502 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11503
11504 * message.el (message-make-fqdn): Fix comment.
11505 (message-bogus-system-names): Add ".local".
11506
11507 * spam.el (spam-ifile-path, spam-ifile-program)
11508 (spam-ifile-database-path, spam-ifile-database)
11509 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11510 Don't use "path" inappropriately.
11511 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11512 strings.
11513 (spam-check-ifile, spam-ifile-register-with-ifile)
11514 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11515 Use new variable names.
11516
11517 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11518 (gnus-treat-display-smileys): Simplify using
11519 gnus-image-type-available-p.
11520
11521 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11522 available.
11523
11524 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11525
11526 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11527 one after turning on the buffer's multibyteness instead of decoding
11528 them directly in the unibyte buffer that causes unexpected conversion
11529 in Emacs 23 (unicode).
11530
11531 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11532
11533 * message.el (message-generate-hashcash): Fix custom type.
11534
11535 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11536
11537 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11538
11539 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11540
11541 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11542 disconnect icons. Add help text.
11543
11544 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11545
11546 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11547 negated to be consistent with the others we handle.
11548
11549 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11550
11551 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11552 version of gnus-summary-buffer to something, so that we can use two
11553 article buffers at the same time.
11554
11555 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11556
11557 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11558 trigger all the extra headers.
11559 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11560 sorting.
11561
11562 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11563
11564 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11565 solid groups.
11566
11567 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11568
11569 * legacy-gnus-agent.el: Add Copyright notice.
11570
11571 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11572
11573 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11574
11575 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11576
11577 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11578
11579 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11580 to make it work reliably in CVS Emacs.
11581 (gnus-summary-limit-strange-charsets-predicate)
11582 (gnus-summary-limit-to-predicate): New functions.
11583
11584 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11585
11586 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11587 specifying array size.
11588 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11589 array if it is too small.
11590 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11591 (gnus-sort-threads-loop): New function.
11592
11593 2006-12-06 Chris Moore <dooglus@gmail.com>
11594
11595 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11596 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11597
11598 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11599
11600 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11601 options.
11602
11603 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11604
11605 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11606 DOS-ing the recipient.
11607
11608 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11609 the headers when creating the mapping to avoid mismappings.
11610 (nnweb-gmane-create-mapping): Always nix out old mapping.
11611
11612 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11613
11614 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11615 and mm-verify-option to never.
11616
11617 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11618
11619 * message.el (message-signed-or-encrypted-p): New function.
11620 (message-forward-make-body): Use it.
11621
11622 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11623 Replace encode-coding-string with mm-encode-coding-string.
11624
11625 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11626
11627 * nneething.el (nneething-decode-file-name):
11628 Replace decode-coding-string with mm-decode-coding-string.
11629
11630 * gnus-int.el (gnus-open-server): Say failed server's name.
11631
11632 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11635 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11636
11637 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11638 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11639 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11640 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11641 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11642 (gnus-subscribe-newsgroup, gnus-1):
11643 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11644 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11645 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11646 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11647
11648 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11649
11650 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11651 keystroke.
11652 (gnus-summary-limit-to-bodies): Implement headersp.
11653
11654 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11655
11656 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11657
11658 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11659
11660 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11661
11662 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11663
11664 * message.el (message-generate-hashcash): Expand range of values to
11665 include `opportunistic'.
11666 (message-send-mail): Use it.
11667
11668 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11669
11670 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11671 and comment it.
11672
11673 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11674
11675 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11676
11677 * gnus-util.el (gnus-extract-address-components): Improve comment.
11678
11679 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11680
11681 * gnus-util.el (gnus-extract-address-components): Work with address in
11682 which the name portion contains @.
11683
11684 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11685
11686 * gnus.el (gnus-start): Move custom group up.
11687 (gnus-select-method): Don't autoload, but make it available for
11688 `customize-variable'.
11689 (gnus-getenv-nntpserver): Don't autoload.
11690
11691 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11692
11693 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11694
11695 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11696
11697 * message.el (message-sendmail-extra-arguments): New variable.
11698 (message-send-mail-with-sendmail): Use it.
11699
11700 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11701
11702 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11703 mm-with-unibyte-current-buffer to make string unibyte.
11704
11705 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11706 mm-string-as-multibyte.
11707
11708 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11709
11710 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11711 Reported by Werner Koch <wk@gnupg.org>.
11712
11713 2006-11-14 Daiki Ueno <ueno@p360>
11714
11715 * mml2015.el: Autoload epa-select-keys when compiling.
11716
11717 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11718
11719 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11720 message-options.
11721 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11722
11723 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11724
11725 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11726 EasyPG (< 0.0.6).
11727 (mml2015-always-trust): New user option.
11728 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11729 prompt.
11730
11731 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11732
11733 * nntp.el (nntp-authinfo-force): New variable.
11734 (nntp-send-authinfo): Use it.
11735
11736 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11737
11738 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11739 decode encoded words. Improve prompt. Add comment about forwarding.
11740 (message-replacement-char): Move up.
11741
11742 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11743
11744 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11745 instead of gnus-intersection because arguments of gnus-sorted-nunion
11746 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11747
11748 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11749
11750 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11751 (message-simplify-subject-functions):
11752 Enable message-strip-subject-encoded-words by default.
11753
11754 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11755
11756 * message.el (message-strip-subject-encoded-words): New function.
11757 (message-simplify-subject-functions): New variable.
11758 (message-simplify-subject): Use it. Fix typo in doc string.
11759 Support message-strip-subject-encoded-words.
11760
11761 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11762
11763 * gnus-diary.el (gnus-diary-delay-format-function):
11764 * nndiary.el (nndiary-reminders):
11765 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11766
11767 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11768
11769 * gnus-art.el (article-hide-boring-headers): Fetch date from
11770 gnus-original-article-buffer to avoid problems with localized date
11771 strings.
11772
11773 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11774
11775 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11776
11777 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11778
11779 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11780 New variables.
11781 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11782 (mm-charset-synonym-alist): Move some entries to
11783 mm-codepage-iso-8859-list.
11784 (mm-charset-synonym-alist, mm-charset-override-alist):
11785 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11786
11787 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11788
11789 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11790
11791 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11792
11793 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11794 with Emacs 21 and XEmacs.
11795
11796 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11797
11798 * spam.el (spam-parse-address): New function for better parsing,
11799 catching errors, etc.
11800 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11801
11802 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11803
11804 * mm-view.el: Add interactive arg to html2text autoload.
11805
11806 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11807
11808 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11809
11810 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11811
11812 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11813 New variables.
11814 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11815 (mm-charset-synonym-alist): Move some entries to
11816 mm-codepage-iso-8859-list.
11817
11818 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11819
11820 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11821
11822 * message.el (message-citation-line-format)
11823 (message-insert-formated-citation-line): Fix implementation of %E, %N
11824 and %n according to the doc string.
11825
11826 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11827
11828 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11829 Use car-safe to avoid bad parses.
11830
11831 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11832
11833 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11834 names.
11835
11836 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11837
11838 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11839
11840 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11841 header.
11842
11843 * message.el (message-draft-headers): Add Date.
11844 (message-headers-to-generate): Fix typo in docstring.
11845
11846 * nndraft.el (nndraft-required-headers): New variable.
11847 (nndraft-generate-headers): Use it.
11848
11849 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11850
11851 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11852
11853 * gnus-registry.el (gnus-registry-wash-for-keywords)
11854 (gnus-registry-find-keywords): New functions to allow easy searching of
11855 articles that are in the registry.
11856
11857 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11858
11859 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11860 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11861 Reported by Damien Elmes <damien@repose.cx>.
11862
11863 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11864
11865 * gnus.el (gnus-mime): Remove unused custom group.
11866
11867 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11868
11869 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11870 "blank line" when searching for end of armor headers.
11871
11872 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11873
11874 * gmm-utils.el (gmm-write-region): Fix variable name.
11875
11876 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11877
11878 * gmm-utils.el (gmm-write-region): New function based on compatibility
11879 code from `mm-make-temp-file'.
11880
11881 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11882
11883 * nnmaildir.el (nnmaildir--update-nov)
11884 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11885 Use `gmm-write-region'.
11886
11887 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11888
11889 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11890 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11891
11892 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11893
11894 * message.el (message-replacement-char): New variable.
11895 (message-fix-before-sending): Use it.
11896 (message-simplify-subject): New function to remove duplicate code.
11897 (message-reply, message-followup): Use it.
11898
11899 * gnus-sum.el (gnus-summary-make-menu-bar):
11900 Clarify gnus-summary-limit-to-articles.
11901
11902 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11903
11904 * gnus-util.el (gnus-with-local-quit): New macro.
11905
11906 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11907
11908 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11909
11910 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11911 ignore non-string data.
11912
11913 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11914
11915 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11916 non-string data (needs to be done in the registry too).
11917
11918 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11919
11920 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11921 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11922 (gnus-registry-split-fancy-with-parent)
11923 (gnus-registry-fetch-simplified-message-subject-fast)
11924 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11925 Remove text properties on ingress into the registry and when it's saved.
11926 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11927 registry from entries with no groups.
11928
11929 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11930
11931 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11932 function to remove string properties.
11933
11934 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11935
11936 * gmm-utils.el (gmm): Adjust custom version.
11937
11938 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11939 Adjust custom version.
11940
11941 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11942
11943 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11944
11945 * gnus-art.el (gnus-insert-prev-page-button)
11946 (gnus-insert-next-page-button): Simplify. Reformat.
11947
11948 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11949
11950 * gnus-art.el (gnus-insert-prev-page-button)
11951 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11952
11953 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11954
11955 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11956
11957 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11958
11959 * gnus-art.el (gnus-insert-mime-button)
11960 (gnus-insert-mime-security-button):
11961 Apply gnus-article-button-face to MIME and security buttons.
11962
11963 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11964
11965 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11966 readable.
11967
11968 2006-09-20 Steve Youngs <steve@sxemacs.org>
11969
11970 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11971 `browse-url-of-file' instead of `browse-url'.
11972
11973 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11974
11975 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11976 regexp. Articles containing quotation were cut prematurely.
11977
11978 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11979
11980 * message.el (message-cite-original-1): Use nobody by default for the
11981 value of From header.
11982 (message-reply): Ditto.
11983
11984 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11985
11986 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11987 to the gnus-info. This fixes a bug of inline-PGP message verification.
11988 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11989
11990 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11991
11992 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11993 mails in the doc string. Add some URLs in comment.
11994 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11995
11996 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11997
11998 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11999 backslashes handling and the way to find boundaries of quoted strings.
12000
12001 2006-09-07 Daiki Ueno <ueno@unixuser.org>
12002
12003 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12004 mml1991-encrypt-to-self is set and mml1991-signers is not set.
12005 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12006 mml2015-encrypt-to-self is set and mml2015-signers is not set.
12007
12008 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12009
12010 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12011 doc string.
12012 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12013
12014 2006-09-06 Simon Josefsson <jas@extundo.com>
12015
12016 * mml2015.el (mml2015-use): Doc fix, mention epg.
12017
12018 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12019
12020 * mml2015.el (mml2015-use): Default to epg, if available.
12021
12022 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12023
12024 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12025 message-sender.
12026 (mml1991-epg-encrypt): Ditto.
12027 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12028 message-sender.
12029 (mml2015-epg-encrypt): Ditto.
12030
12031 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
12032
12033 * message.el (message-send-mail-with-sendmail): Look for sendmail in
12034 several common directories.
12035
12036 2006-09-05 Daiki Ueno <ueno@unixuser.org>
12037
12038 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12039 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12040
12041 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12042
12043 * gnus-art.el (article-decode-encoded-words): Make it fast.
12044
12045 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12046
12047 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12048
12049 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12050 in quoted string into `\'.
12051
12052 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12053
12054 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12055 Use standard-syntax-table.
12056
12057 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12058
12059 * gnus-art.el (gnus-decode-address-function): New variable.
12060 (article-decode-encoded-words): Use it to decode headers which are
12061 assumed to contain addresses.
12062 (gnus-mime-delete-part): Remove useless `or'.
12063
12064 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12065 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12066 (gnus-nov-parse-line): Use it to decode From header.
12067 (gnus-get-newsgroup-headers): Ditto.
12068 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12069
12070 * mail-parse.el (mail-decode-encoded-address-region): New alias.
12071 (mail-decode-encoded-address-string): New alias.
12072
12073 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12074 New function.
12075 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12076 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12077 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12078 (rfc2047-decode-string): Ditto.
12079 (rfc2047-decode-address-region): New function.
12080 (rfc2047-decode-address-string): New function.
12081
12082 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
12083
12084 * message.el (message-caesar-buffer-body): Allow rotating headers.
12085
12086 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12087
12088 * message.el (message-insert-formated-citation-line): Fix %f.
12089 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12090
12091 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
12092
12093 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12094 (gnus-bookmark-mouse-available-p): New macro.
12095 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12096 (gnus-bookmark-bmenu-show-infos): Use it.
12097 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12098 (gnus-bookmark-bmenu-hide-infos): Ditto.
12099 (gnus-bookmark-remove-properties): New function.
12100 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12101 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12102 (gnus-bookmark-write-file): Bind coding-system-for-write.
12103 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12104 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12105 group before selecting it.
12106 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12107 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12108 quit-window if it is not available; use gnus-mouse-2 and bind it to
12109 gnus-bookmark-bmenu-select-by-mouse.
12110 (gnus-bookmark-show-details): Remove unused variable `details-list'.
12111 (gnus-bookmark-bmenu-select-by-mouse): New function.
12112
12113 2006-08-13 Romain Francoise <romain@orebokech.com>
12114
12115 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12116 space.
12117
12118 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12119
12120 * compface.el (uncompface): Use binary rather than raw-text-unix.
12121
12122 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12123
12124 * compface.el (uncompface): Make sure the eol conversion doesn't take
12125 place when communicating with the external programs.
12126 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12127
12128 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
12129
12130 * nnheader.el (nnheader-insert-head): Fix typo in comment.
12131
12132 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12133
12134 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12135 Make it more robust by parsing author and date independently.
12136
12137 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12138
12139 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12140
12141 2006-07-28 Daiki Ueno <ueno@unixuser.org>
12142
12143 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12144 first matching secret key.
12145 (mml2015-epg-encrypt): Ditto.
12146
12147 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12148 first matching secret key.
12149 (mml1991-epg-encrypt): Ditto.
12150
12151 * mml2015.el (mml2015-encrypt-to-self): New user option.
12152 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12153 mml2015-epg-encrypt-to-self is set.
12154
12155 * mml1991.el (mml1991-encrypt-to-self): New variable.
12156 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12157 mml1991-epg-encrypt-to-self is set.
12158
12159 * mml2015.el (mml2015-signers): New user option.
12160 (mml2015-epg-sign): Reflect the value of mml2015-signers.
12161 (mml2015-epg-encrypt): Allow to select signing keys.
12162
12163 * mml1991.el (mml1991-signers): New variable.
12164 (mml1991-epg-sign): Reflect the value of mml1991-signers.
12165 (mml1991-epg-encrypt): Allow to select signing keys.
12166
12167 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12168
12169 * nnheader.el (nnheader-insert-head): Make it work even if the file
12170 uses CRLF for the line-break code.
12171
12172 2006-07-25 Daiki Ueno <ueno@unixuser.org>
12173
12174 * mml2015.el: Require mml-sec instead of password.
12175 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12176 (mml2015-cache-passphrase): Inherit the default value from
12177 mml-secure-cache-passphrase.
12178 (mml2015-passphrase-cache-expiry): Inherit the default value from
12179 mml-secure-passphrase-cache-expiry.
12180
12181 * mml1991.el: Require mml-sec instead of password.
12182 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12183 (mml1991-cache-passphrase): Inherit the default value from
12184 mml-secure-cache-passphrase.
12185 (mml1991-passphrase-cache-expiry): Inherit the default value from
12186 mml-secure-passphrase-cache-expiry.
12187
12188 * mml-sec.el: Require password.
12189 (mml-secure-verbose): New user option.
12190 (mml-secure-cache-passphrase): New user option.
12191 (mml-secure-passphrase-cache-expiry): New user option.
12192
12193 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12194
12195 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12196 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12197 andreas@altroot.de (Andreas Vögele).
12198
12199 FIXME: Use `tiny change'?
12200
12201 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12202
12203 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12204 workaround for the url package included with Emacs.
12205
12206 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12207
12208 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12209
12210 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12211 correctly. This fixes a bug caused by the 2006-05-12 change.
12212
12213 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12214
12215 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12216 some information about the error when saying that the `bogus' mail
12217 group will be used.
12218
12219 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12220
12221 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12222 string.
12223
12224 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12225
12226 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12227
12228 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12229
12230 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12231
12232 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12233
12234 * mml1991.el (mml1991-function-alist): Add epg.
12235 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12236 (mml1991-epg-encrypt): New functions.
12237
12238 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12239
12240 * mml2015.el (mml2015-verbose): New variable.
12241 (mml2015-cache-passphrase): Ditto.
12242 (mml2015-passphrase-cache-expiry): Ditto.
12243 (mml2015-function-alist): Add epg.
12244 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12245 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12246 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12247 New functions.
12248
12249 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12250
12251 * message.el (message-cite-original-1): Preserve region when removing
12252 quoted text due to X-No-Archive in order to avoid bogus attribution
12253 when citing multiple messages.
12254
12255 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12256
12257 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12258 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12259
12260 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12261
12262 * gnus-diary.el (gnus-user-format-function-d)
12263 (gnus-user-format-function-D): Autoload.
12264
12265 * imap.el (Commentary): Fix typo.
12266
12267 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12268 2006-04-22 contribution.
12269
12270 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12271
12272 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12273 It didn't really fix the bogosity I'm seeing with solid web groups.
12274
12275 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12276
12277 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12278 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12279 created using server names. If we use the feature without declaring
12280 it, Gnus does not properly manage server and group state.
12281
12282 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12283 bound.
12284
12285 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12286
12287 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12288 looking up the method using GROUP's prefix before inventing a new one.
12289 It is used on killed/unknown groups in various places where returning
12290 an all-new method isn't expected by the caller.
12291
12292 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12293 and match semantics of gnus-group-real-prefix.
12294
12295 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12296
12297 * nnmail.el (nnmail-broken-references-mailers): New variable.
12298 (nnmail-ignore-broken-references): New function generalizing
12299 nnmail-fix-eudora-headers.
12300 (nnmail-fix-eudora-headers): Now obsolete.
12301
12302 * gnus-art.el (gnus-button-handle-custom):
12303 Support `customize-apropos*'.
12304
12305 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12306
12307 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12308
12309 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12310 articles.
12311
12312 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12313
12314 * message.el (message-cite-reply-above): New variable.
12315 (message-yank-original): Use it.
12316
12317 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12318
12319 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12320
12321 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12322
12323 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12324 as read.
12325
12326 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12327
12328 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12329
12330 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12331 (gnus-bookmark-default-file): Use gnus-directory.
12332 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12333 Remove "*" in doc string.
12334 (gnus-bookmark-write-file): Simplify.
12335 (gnus-bookmark-maybe-sort-alist): Use `when'.
12336 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12337 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12338 Add FIXME about Emacs 21 and XEmacs compatibility.
12339 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12340 compatibility.
12341 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12342 compatibility.
12343 (gnus-bookmark-menu-heading): Fix version.
12344
12345 2006-06-19 Bastien Guerry <bzg@altern.org>
12346
12347 * gnus-bookmark.el: New file.
12348
12349 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12350
12351 * message.el (message-syntax-checks): Doc fix.
12352
12353 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12354
12355 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12356 unsubscribed groups as if they were killed ones. It causes duplicate
12357 entries in gnus-newsrc-alist.
12358
12359 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12360
12361 * message.el (message-syntax-checks): Doc fix.
12362 (message-send-mail): Add check for continuation headers.
12363 (message-check-news-header-syntax): Fix regexp used to check for
12364 continuation headers.
12365
12366 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12367
12368 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12369
12370 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12371
12372 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12373
12374 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12375
12376 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12377 default-truncate-lines.
12378
12379 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12380
12381 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12382 to fill the utf-8 entry.
12383
12384 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12385
12386 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12387
12388 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12389
12390 * gnus-agent.el (directory-files-and-attributes): Move all the way
12391 forward (the third and final move).
12392 (gnus-agent-read-agentview): Trap reconstruction errors due to
12393 nonexistent directory. Handle by returning nil.
12394
12395 2006-05-30 Didier Verna <didier@xemacs.org>
12396
12397 * message.el (message-dont-reply-to-names): Update the custom type.
12398 * message.el (message-dont-reply-to-names): New defsubst: potentially
12399 convert a list of regexps into a single one.
12400 * message.el (message-get-reply-headers): Use it.
12401 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12402
12403 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12404
12405 * gnus-agent.el (directory-files-and-attributes): Move forward.
12406
12407 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12408
12409 * gnus-ml.el (gnus-mailing-list-subscribe)
12410 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12411 (gnus-mailing-list-message): Fix doc strings.
12412
12413 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12414
12415 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12416 of doing it manually.
12417
12418 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12419
12420 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12421 comment.
12422
12423 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12424
12425 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12426 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12427 (gnus-agent-read-local): All symbols allocated in my-obarray.
12428 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12429 (gnus-agent-regenerate-group): Check numeric names to see if they are
12430 messages or groups.
12431 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12432 better way of do this...)
12433
12434 * gnus-cache.el (gnus-agent-total-fetched-for):
12435 Ignore 'dummy.group' (there should be a better way of do this...)
12436
12437 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12438
12439 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12440 (gnus-saved-headers): Ditto.
12441 (gnus-default-article-saver): Mention functions may have properties.
12442 (gnus-article-save): Override gnus-save-all-headers and
12443 gnus-saved-headers by :headers property which saver function may have.
12444 (gnus-summary-save-in-file): Add :headers property.
12445 (gnus-summary-write-to-file): Ditto.
12446
12447 * gnus-sum.el (gnus-summary-save-article): Bind
12448 gnus-prompt-before-saving to t when saving many articles in a file;
12449 always show all headers.
12450
12451 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12452
12453 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12454 marks.
12455
12456 * message.el (message-indent-citation): Add optional arguments to allow
12457 using it outside of message buffers.
12458
12459 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12460 (gnus-article-treat-unfold-headers): Use it.
12461 (gnus-article-truncate-lines): New variable.
12462 (gnus-article-mode): Use it.
12463 (gnus-article-toggle-truncate-lines): New function.
12464
12465 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12466 Add gnus-article-toggle-truncate-lines.
12467
12468 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12469 coding system in XEmacs, use binary.
12470
12471 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12472
12473 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12474 after-load-alist.
12475
12476 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12477 this function should save decoded articles.
12478 (gnus-summary-write-to-file): Use property to specify this function
12479 should save decoded articles and specify gnus-summary-save-in-file
12480 should be used to save articles other than the first one when saving
12481 many articles.
12482 (gnus-summary-save-body-in-file): Use property to specify this
12483 function should save decoded articles.
12484 (gnus-summary-write-body-to-file): Use property to specify this
12485 function should save decoded articles and specify
12486 gnus-summary-save-body-in-file should be used to save articles other
12487 than the first one when saving many articles.
12488
12489 * gnus-sum.el (gnus-summary-save-article): Simplify.
12490
12491 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12492
12493 * gnus-art.el (gnus-default-article-saver):
12494 Add gnus-summary-write-body-to-file.
12495 (gnus-article-save-coding-system): Don't use coding system object
12496 in XEmacs.
12497 (gnus-read-save-file-name): Add optional `dir-var' argument which
12498 specifies directory in which files are saved; work even if optional
12499 `variable' argument is not specified.
12500 (gnus-summary-write-to-file): Read file name.
12501 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12502 (gnus-summary-write-body-to-file): New function.
12503
12504 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12505 (gnus-summary-local-variables): Add it.
12506 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12507 (gnus-summary-save-article): Remove optional `decode' argument;
12508 determine whether to decode articles by the value of
12509 gnus-default-article-saver; when saving many files using
12510 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12511 it first and use gnus-summary-save-in-file or
12512 gnus-summary-save-body-in-file thereafter unless
12513 gnus-prompt-before-saving is always; move point to article which
12514 will be saved.
12515 (gnus-summary-save-article-file): Revert.
12516 (gnus-summary-write-article-file): Revert.
12517 (gnus-summary-save-article-body-file): Revert.
12518 (gnus-summary-write-article-body-file): New function.
12519
12520 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12521
12522 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12523
12524 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12525
12526 * gnus-art.el (gnus-default-article-saver): Doc fix.
12527 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12528 from gnus-summary-save-article-coding-system, and default to a
12529 certain coding system.
12530 (gnus-output-to-file): Add coding cookie and encode text according
12531 to gnus-article-save-coding-system; don't use mm-append-to-file.
12532
12533 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12534 gnus-art.el and rename to gnus-article-save-coding-system.
12535 (gnus-summary-save-article): Require gnus-art; don't show all
12536 headers if it decodes articles; don't add coding cookie here;
12537 don't bind mm-text-coding-system-for-write.
12538 (gnus-summary-save-article-file): Save decoded articles.
12539 (gnus-summary-write-article-file): When saving many files, use
12540 gnus-summary-write-to-file first and gnus-summary-save-in-file
12541 thereafter unless gnus-prompt-before-saving is always.
12542 (gnus-summary-save-article-body-file): Save decoded articles.
12543
12544 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12545
12546 * nnrss.el (nnrss-check-group): Bind hash-index.
12547
12548 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12549
12550 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12551 its hash index. Store this hash in `nnrss-group-data'.
12552 (nnrss-read-group-data): Update accordingly.
12553
12554 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12555
12556 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12557 entry.
12558
12559 * gnus-sum.el (gnus-summary-make-menu-bar):
12560 Add gnus-article-browse-html-article.
12561
12562 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12563
12564 * gnus-sum.el (gnus-summary-mime-map):
12565 Add gnus-article-browse-html-article.
12566
12567 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12568
12569 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12570 suitable coding systems in customize.
12571
12572 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12573
12574 * mail-source.el (mail-sources): Fix custom type.
12575
12576 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12577
12578 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12579 (gnus-summary-expire-articles-now): Shorten prompt.
12580
12581 * gmm-utils.el (wid-edit): Require.
12582 (defun-gmm): Rename from `gmm-defun-compat'.
12583 (gmm-image-search-load-path): Use it.
12584 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12585
12586 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12587
12588 * gnus-sum.el (gnus-summary-save-article-coding-system):
12589 New variable.
12590 (gnus-summary-save-article): Add optional `decode' argument.
12591 If it is set and gnus-summary-save-article-coding-system is non-nil,
12592 save decoded article.
12593 (gnus-summary-write-article-file): Save decoded article if
12594 gnus-summary-save-article-coding-system is non-nil.
12595
12596 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12597 type.
12598
12599 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12600
12601 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12602
12603 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12604
12605 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12606 first to test gnus-single-article-buffer which may be buffer-local.
12607
12608 * gnus-sum.el (gnus-summary-setup-buffer):
12609 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12610 group; make gnus-article-buffer, gnus-article-current, and
12611 gnus-original-article-buffer always buffer-local.
12612 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12613 group.
12614 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12615
12616 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12617
12618 * nnml.el (nnml-request-compact-group): Compressed files might not
12619 have .gz extension.
12620
12621 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12624 (mm-copy-to-buffer): Use with-current-buffer.
12625 (mm-display-part): Simplify.
12626 (mm-inlinable-p): Add optional arg `type'.
12627
12628 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12631 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12632 Try harder to show the attachment internally or externally using
12633 gnus-mime-view-part-as-type.
12634
12635 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12636
12637 * message.el (message-from-style, message-signature-separator)
12638 (message-user-organization-file, message-send-mail-function)
12639 (message-citation-line-function, message-yank-prefix)
12640 (message-indent-citation-function, message-signature)
12641 (message-signature-file, message-signature-insert-empty-line):
12642 Remove autoloads.
12643
12644 * gnus-art.el (gnus-buttonized-mime-types):
12645 Remove "multipart/signed". Revert 2006-04-26 change.
12646
12647 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12648
12649 * gnus.el (gnus-version-number): Bump version.
12650
12651 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12652
12653 * gnus.el: No Gnus v0.5 is released.
12654
12655 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12656
12657 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12658 fetching articles by message-id.
12659
12660 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12661
12662 * message.el (hashcash): Require hashcash as normal.
12663
12664 * ecomplete.el (ecomplete-highlight-match-line):
12665 Use point-at-eol.
12666 (ecomplete-highlight-match-line): Use `highlight', because that
12667 face exists in both Emacs and XEmacs.
12668
12669 * message.el (message-display-abbrev): Use point-at-bol.
12670
12671 * mail-source.el: Don't require timer/timer-funcs.
12672
12673 * gnus-async.el: Ditto.
12674
12675 * password.el: Ditto.
12676
12677 * mm-url.el: Ditto.
12678
12679 * mm-util.el: Require timer/timer-funcs.
12680
12681 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12682
12683 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12684 Close.
12685
12686 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12687
12688 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12689 unibyte after clear-decrypt function runs.
12690
12691 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12692 returns as a unibyte string.
12693
12694 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12695
12696 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12697 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12698 (mml1991-pgg-encrypt): Ditto.
12699
12700 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12701
12702 * message.el (message-user-organization-file): Check several
12703 locations of the organization file.
12704
12705 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12706 Add gnus-article-view-part-as-type.
12707
12708 * gnus-art.el (gnus-article-view-part-as-type): New function.
12709
12710 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12711 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12712
12713 * mml.el: Simplify autoload.
12714 (mml-mode): defvar dnd-protocol-alist instead of using
12715 symbol-value.
12716 (mml-default-directory): New variable.
12717 (mml-minibuffer-read-file): Use it.
12718 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12719
12720 * message.el (message-citation-line-format): New variable.
12721 (message-insert-formated-citation-line): New function.
12722 (message-citation-line-function):
12723 Add `message-insert-formated-citation-line' to custom type.
12724
12725 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12726 to doc string.
12727
12728 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12729 depending on mm-verify-option.
12730
12731 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12732
12733 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12734 binding pgg-* variables; reimplement the section which prevents
12735 MIME header from being signed.
12736 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12737 pgg-text-mode; remove a blank line at the top of body.
12738
12739 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12740 lines at the top of body; use gnus-newsgroup-charset if there's no
12741 Charset header.
12742
12743 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12744
12745 * message.el (message-self-insert-commands): Doc fix.
12746
12747 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12748 (mm-uu-pgp-encrypted-test): Ditto.
12749 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12750 between header and body; return application/pgp-encrypted handle
12751 if decryption failed; decode decrypted body by charset.
12752
12753 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12754 element match to application/pgp-*.
12755
12756 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12757
12758 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12759 HTML.
12760
12761 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12762
12763 * mail-source.el (mail-source-call-script): Message the error
12764 string.
12765
12766 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12767
12768 * gnus-util.el (gnus-byte-compile): Use it.
12769
12770 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12771
12772 * gnus-util.el (kill-empty-logs): New function.
12773
12774 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12775
12776 * message.el (message-mail-alias-type): Doc fix.
12777 (message-mail-alias-type-p): New function.
12778 (message-send): Use it.
12779 (message-mode): Ditto.
12780 (message-strip-forbidden-properties): Ditto.
12781
12782 * ecomplete.el (ecomplete-database-file-coding-system):
12783 New variable.
12784 (ecomplete-save): Use it.
12785 (ecomplete-setup): Use it.
12786
12787 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12788
12789 * message.el (message-self-insert-commands): New variable.
12790 (message-strip-forbidden-properties): Use it.
12791
12792 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12793
12794 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12795 that doesn't make XEmacs choke.
12796
12797 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12798
12799 * gnus-util.el (gnus-replace-in-string):
12800 Prefer replace-regexp-in-string over of replace-in-string.
12801
12802 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12803
12804 * gnus-util.el (gnus-select-frame-set-input-focus):
12805 Use select-frame-set-input-focus if it is available in XEmacs; use
12806 definition defined in Emacs 22 for old Emacsen.
12807
12808 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12809
12810 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12811
12812 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12813
12814 * gnus-registry.el (gnus-registry-cache-save): Remove text
12815 properties when saving via the temp buffer.
12816
12817 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12818
12819 * message.el (message-generate-hashcash): Honor custom type.
12820
12821 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12822
12823 * message.el (message-generate-hashcash): Default to non-nil when
12824 hashcash is found.
12825
12826 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12827 (gnus-refer-thread-limit): Increase default to 500.
12828
12829 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12830
12831 * flow-fill.el (fill-flowed): Allow delete-space.
12832
12833 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12834
12835 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12836 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12837 Remove autoloads.
12838
12839 2006-04-18 Simon Josefsson <jas@extundo.com>
12840
12841 * message.el (message-generate-hashcash): Default to.
12842
12843 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12844
12845 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12846 concatenating segments rather than before concatenating them.
12847
12848 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12849
12850 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12851
12852 * imap.el (imap-quote-specials): New function.
12853 (imap-login-auth): Quote specials.
12854
12855 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12856
12857 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12858
12859 * message.el (message-forward-make-body-plain):
12860 Allow message-forward-ignored-headers to be a list.
12861 (message-remove-ignored-headers): Factor out into function.
12862 (message-forward-make-body-mml): Use it.
12863 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12864 (rfc2231-parse-string): Allow concatanation of parameters that
12865 aren't contiguous. The test case is
12866 (mail-header-parse-content-type "message/external-body;
12867 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12868 access-type=LOCAL-FILE;
12869 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12870
12871 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12872
12873 * nntp.el (nntp-accept-process-output): Return the value of
12874 `nnheader-accept-process-output'.
12875
12876 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12877
12878 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12879 (gnus-button-alist): Recognize more diff formats.
12880 (gnus-button-patch): Strip directory.
12881
12882 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12883
12884 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12885 Emacs 22 when setting focus.
12886
12887 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12888
12889 * gnus-art.el (gnus-article-treat-types): Do treatment of
12890 text/x-verbatim parts.
12891 (gnus-button-patch): New command.
12892
12893 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12894 addresses that contain invalid characters.
12895
12896 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12897
12898 * message.el (message-put-addresses-in-ecomplete):
12899 Use gnus-replace-in-string.
12900 (message-is-yours-p): Use the more correct
12901 mail-header-parse-address instead of
12902 mail-extract-address-components.
12903 (message-put-addresses-in-ecomplete): Fix typo.
12904
12905 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12906 keystroke.
12907
12908 * gnus-art.el (gnus-treatment-function-alist): Change order of
12909 newsgroups/generic header folding to avoid double-folding.
12910
12911 * message.el (message-hidden-headers): Add X-Draft-From.
12912
12913 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12914 New command.
12915 (gnus-summary-repeat-search-article-backward): New command.
12916
12917 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12918 groups in the parent topic.
12919
12920 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12921
12922 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12923 (spam-extra-header-to-number): Return the CRM114 number as a
12924 number instead of a string.
12925
12926 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12927
12928 * gnus-art.el (gnus-face-properties-alist): Move here from
12929 gnus-fun.
12930
12931 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12932
12933 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12934
12935 * message.el (message-strip-forbidden-properties): Only display on
12936 self-insert-command.
12937
12938 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12939 reindent.
12940 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12941
12942 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12943
12944 * smiley.el (smiley-style): Fix typo.
12945
12946 2006-03-23 Kenichi Handa <handa@m17n.org>
12947
12948 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12949 instead of set-buffer-multibyte.
12950
12951 2006-03-23 Kenichi Handa <handa@m17n.org>
12952
12953 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12954 buffer and then decode the buffer text if necessary.
12955 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12956 first, and after mm-encode-body, change the buffer to unibyte.
12957
12958 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12959
12960 * hashcash.el (hashcash-insert-payment-async-2):
12961 Use message-goto-eoh instead of doing it manually.
12962 (mail-add-payment): Use message-narrow-to-header instead of trying
12963 to do the same itself.
12964
12965 * message.el (message-hidden-headers): Add Face.
12966
12967 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12968 reparenting code.
12969 (gnus-summary-reparent-children): Refactored out code.
12970 (gnus-summary-thread-map): New keystroke.
12971 (gnus-summary-reparent-children): Make into command.
12972
12973 * smiley.el (smiley-style): Default to `medium' if using a large
12974 font.
12975
12976 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12977 does it itself.
12978
12979 * message.el (message-point-in-header-p): Simplify definition.
12980
12981 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12982
12983 * nnagent.el (nnagent-request-set-mark): Silence log file
12984 writing.
12985 (nnagent-request-set-mark): Use write-region instead of
12986 append-to-file.
12987
12988 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12989 strange select method.
12990
12991 * ecomplete.el (ecomplete-display-matches): Get highlightling
12992 right.
12993 (ecomplete-display-matches): Use literals.
12994 (ecomplete-display-matches): Disable message logging.
12995
12996 * message.el (message-display-abbrev): Small optimization.
12997
12998 * ecomplete.el (ecomplete-display-matches): Allow automatic
12999 display.
13000
13001 * message.el (message-strip-forbidden-properties):
13002 Display abbrevs.
13003 (message-display-abbrev): Get automatic display right.
13004
13005 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13006 keystrokes.
13007
13008 2006-04-13 Romain Francoise <romain@orebokech.com>
13009
13010 TODO: Backport to v5-10!
13011
13012 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13013 Move here (and rename) from gnus-registry.el.
13014
13015 * gnus-registry.el: Require gnus-util.
13016 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13017
13018 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13019
13020 * gnus-group.el (gnus-group-catchup-current):
13021 Change if-then-else-if-then-else into cond.
13022 (gnus-group-catchup): Indent.
13023 (group-name-at-point): New function.
13024 (gnus-fetch-group): Provide default from thing at point.
13025
13026 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13027
13028 * message.el (message-display-abbrev): Fix regexp.
13029
13030 * ecomplete.el (ecomplete-highlight-match-line):
13031 Reimplement choosing.
13032 (ecomplete-highlight-match-line): Fix up code rewrite, remove
13033 dead variables.
13034
13035 * message.el (message-newline-and-indent): Remove debugging.
13036 (message-display-abbrev): Use new implementation.
13037
13038 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13039
13040 * gnus-art.el (gnus-article-mode):
13041 Set cursor-in-non-selected-windows to nil.
13042
13043 * smiley.el: Revert previous change.
13044 (smiley-data-directory): defvar it before using it in the
13045 defcustom of `smiley-style'.
13046
13047 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13048
13049 * message.el (message-newline-and-indent): New function.
13050
13051 * ecomplete.el: Implement more bits.
13052
13053 * message.el (message-put-addresses-in-ecomplete): Clean up the
13054 string.
13055
13056 * ecomplete.el (ecomplete-add-item): Chop off decimals.
13057
13058 * gnus-sum.el (gnus-summary-save-parts):
13059 Bind gnus-summary-save-parts-counter and use it to make unique file
13060 names.
13061
13062 * gnus-art.el (gnus-ignored-headers): Add some more headers.
13063
13064 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13065 parameter to say whether to actually parse the individual
13066 addresses.
13067
13068 * message.el (message-put-addresses-in-ecomplete): New function.
13069 (ecomplete): Require.
13070 (message-mail-alias-type): Add ecomplete as an option.
13071
13072 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
13073
13074 * flow-fill.el (fill-flowed): Remove trailing space from blank
13075 quoted lines.
13076
13077 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13078
13079 * smiley.el (smiley-style): Move definition later to avoid a
13080 compilation warning.
13081
13082 2006-04-12 Kenichi Handa <handa@m17n.org>
13083
13084 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13085 buffer and then decode the buffer text if necessary.
13086 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13087 first, and after mm-encode-body, change the buffer to unibyte.
13088 Use mm-disable-multibyte instead of set-buffer-multibyte.
13089
13090 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13091
13092 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13093 Content-Type header instead of Content-Disposition header.
13094 (gnus-mime-inline-part): Ditto.
13095 (gnus-mime-view-part-as-charset): Ignore charset that the part
13096 specifies.
13097
13098 * mm-decode.el (mm-display-part): Work with external parts and
13099 usual parts similarly.
13100
13101 * mm-extern.el (mm-inline-external-body): Use mm-display-part
13102 instead of gnus-display-mime.
13103
13104 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13105 instead of with-temp-buffer.
13106
13107 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13108 tag to summarized topics part in order to encode non-ASCII text.
13109
13110 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13111
13112 * smiley.el (smiley-style): New variable.
13113 (smiley-directory): New function.
13114 (smiley-data-directory): Derive from `smiley-style' using
13115 `smiley-directory'.
13116 (smiley-regexp-alist): Add new entries.
13117
13118 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13119 (gnus-article-browse-delete-temp): Add :version.
13120
13121 2006-04-11 Arne Jørgensen <arne@arnested.dk>
13122
13123 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13124 the sieve region.
13125
13126 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13127
13128 * gnus.el (gnus-version-number): Bump version.
13129
13130 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13131
13132 * gnus.el: No Gnus v0.4 is released.
13133
13134 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13135
13136 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13137 layout.
13138
13139 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13140 unknown charset.
13141
13142 * message.el (message-header-synonyms): Add Original-To to the
13143 default.
13144
13145 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13146 optional parameter.
13147
13148 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13149
13150 * gnus-fun.el (gnus): Require it for gnus-directory.
13151
13152 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13153
13154 * gnus-fun.el (gnus-face-properties-alist): Add :version.
13155
13156 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13157
13158 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13159
13160 2006-04-05 Simon Josefsson <jas@extundo.com>
13161
13162 * password.el (password-reset): New function.
13163
13164 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13165
13166 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13167 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13168
13169 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13170
13171 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13172 Some whitespace was matched into the url, which broke browsing hits
13173 > 100 when mm-url-use-external was nil.
13174
13175 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13176
13177 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13178 Check gnus-extra-headers for 'Newsgroups.
13179
13180 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13181 bound.
13182
13183 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13184
13185 * pgg-gpg.el: Clean up process buffers every time gpg processes
13186 complete.
13187
13188 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13189
13190 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13191 doc string.
13192
13193 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13194
13195 * pgg-gpg.el (pgg-gpg-process-filter)
13196 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13197
13198 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13199 lines, temporary fix.
13200
13201 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13202
13203 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13204
13205 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13206
13207 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13208 default-enable-multibyte-characters. This reverts the change from
13209 revision 6.17 which is no longer necessary because the passphrase
13210 is sent separately now. GnuPG messages are unreadable under
13211 multibyte locales with default-enable-multibyte-characters set to
13212 nil.
13213
13214 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13215
13216 * message.el (message-tool-bar-gnome): Move "spell".
13217
13218 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13219
13220 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13221 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13222 instead.
13223
13224 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13225
13226 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13227 Improve newsgroups handling for NNTP overviews which don't include
13228 Newsgroups.
13229
13230 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13231
13232 * message.el (message-resend): Bind message-generate-hashcash to nil.
13233
13234 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13235
13236 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13237 when searching for already-paid recipients.
13238
13239 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13240
13241 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13242 passphrases when it is not needed.
13243 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13244 passphrase stuff from gpg, should only be necessary when you use
13245 gpg with a smartcard.
13246
13247 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13248
13249 * mml.el (mml-insert-mime): Ignore cached contents of
13250 message/external-body part.
13251
13252 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13253 (mm-insert-part): Ditto.
13254
13255 2006-03-23 Simon Josefsson <jas@extundo.com>
13256
13257 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13258 Reiner.
13259 (pgg-gpg-use-agent-p): Use it again.
13260
13261 2006-03-23 Simon Josefsson <jas@extundo.com>
13262
13263 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13264 older emacsen.
13265 (pgg-gpg-use-agent-p): Don't use it.
13266
13267 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13268
13269 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13270 if we can.
13271
13272 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13273
13274 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13275 (pgg-gpg-update-agent): New function.
13276 (pgg-gpg-use-agent-p): New function.
13277 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13278 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13279 (pgg-gpg-sign-region): Use it.
13280
13281 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13282
13283 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13284 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13285
13286 2006-03-21 Simon Josefsson <jas@extundo.com>
13287
13288 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13289 <wilde@sha-bang.de>.
13290 (pgg-gpg-use-agent): New variable.
13291 (pgg-gpg-process-region): Use it.
13292 (pgg-gpg-encrypt-region): Likewise.
13293 (pgg-gpg-encrypt-symmetric-region): Likewise.
13294 (pgg-gpg-decrypt-region): Likewise.
13295 (pgg-gpg-sign-region): Likewise.
13296 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13297
13298 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13299
13300 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13301
13302 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13303 Add comment on version.
13304
13305 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13306
13307 * smiley.el: Add missing test smiley.
13308
13309 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * mm-decode.el (mm-with-part): New macro.
13312 (mm-get-part): Use it; work with message/external-body as well.
13313 (mm-save-part): Treat name and filename equally.
13314
13315 * mm-extern.el (mm-extern-cache-contents): New function.
13316 (mm-inline-external-body): Use it; force the part to be displayed;
13317 move undisplayer added to the cached handle to the parent.
13318
13319 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13320 (gnus-mime-view-part-as-type): Work with message/external-body.
13321
13322 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13323
13324 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13325
13326 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13327 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13328 Emacs.]
13329
13330 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13331
13332 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13333 path rather than symbol. Always return list of directories.
13334 Guarantee that image directory comes first. [Sync with image.el,
13335 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13336
13337 * message.el (message-make-tool-bar): Adjust to new API of
13338 `gmm-image-load-path-for-library'.
13339
13340 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13341
13342 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13343
13344 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13345
13346 * gnus-art.el (gnus-article-only-boring-p):
13347 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13348 intangible text.
13349 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13350
13351 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13352
13353 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13354 Use `defun' instead of `gmm-defun-compat'.
13355
13356 2006-03-14 Simon Josefsson <jas@extundo.com>
13357
13358 * message.el (message-unique-id): Don't use message-number-base36
13359 if (user-uid) is a float.
13360 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13361
13362 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13363
13364 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13365
13366 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13367 empty line between a part and a message part.
13368
13369 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13370
13371 * smiley.el: Add more test smileys.
13372 (smiley-data-directory, smiley-regexp-alist)
13373 (gnus-smiley-file-types): Fix doc strings.
13374 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13375 adding new elements.
13376 (smiley-mouse-map): Unused code. Make it a comment.
13377
13378 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13379
13380 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13381 scan latest NoCeM messages instead of old ones.
13382 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13383 delimiters that are recently used.
13384 (gnus-nocem-load-cache): Add autoload cookie.
13385
13386 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13387
13388 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13389 level which is larger than gnus-use-nocem is specified.
13390
13391 * gnus-group.el (gnus-group-get-new-news): Ditto.
13392
13393 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13394
13395 * gnus-util.el (gnus-tool-bar-update): New function.
13396
13397 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13398 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13399
13400 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13401
13402 * gnus-group.el (gnus-group-redraw-when-idle)
13403 (gnus-group-redraw-check): Remove.
13404 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13405
13406 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13407
13408 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13409 if optional last element is specified in splits (FIELD VALUE...).
13410
13411 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13412
13413 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13414 to gmm-image-load-path-for-library. Call with no-error argument.
13415 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13416
13417 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13418
13419 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13420
13421 * gmm-utils.el (gmm-image-load-path): Remove alias.
13422
13423 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13424
13425 * gmm-utils.el (gmm-image-load-path): Add alias.
13426
13427 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13428 nnml-generate-nov-databases-1.
13429 (nnml-generate-nov-databases): Use it.
13430 (nnml-generate-nov-databases-directory): Document no-active
13431 argument.
13432
13433 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13434 directory if path is t. Add no-error.
13435
13436 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13437 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13438
13439 * gnus-art.el (gnus-article-browse-delete-temp-files):
13440 Simplify resetting gnus-article-browse-html-temp-list.
13441
13442 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13443 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13444 Add example to docstring. Rename local variables. Move error
13445 checks to default case in cond and simplify.
13446
13447 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13448
13449 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13450 handle is multipart when calling it recursively.
13451 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13452
13453 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13454
13455 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13456 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13457
13458 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13459
13460 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13461 is loaded.
13462
13463 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13464 loaded.
13465
13466 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13467
13468 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13469 to "Emacs 23 (unicode)" in doc string.
13470
13471 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13472 "Emacs 23 (unicode)" in comment.
13473
13474 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13475
13476 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13477
13478 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13479 characters 160 through 255 in Emacs 23.
13480
13481 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13482
13483 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13484 gnus-article-browse-html-temp.
13485 (gnus-article-browse-delete-temp): Make it customizable.
13486 Add `file'. Adjust doc string.
13487 (gnus-article-browse-delete-temp-files): Add argument.
13488 Allow query for each file. Adjust doc string.
13489 (gnus-article-browse-html-parts):
13490 Add `gnus-article-browse-delete-temp-files' to
13491 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13492
13493 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13494
13495 * gnus-art.el (gnus-article-browse-html-temp)
13496 (gnus-article-browse-delete-temp): New variables.
13497 (gnus-article-browse-delete-temp-files): New function.
13498 (gnus-article-browse-html-parts): Use it.
13499
13500 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13501
13502 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13503
13504 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13505 string.
13506
13507 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13508 gnus-summary-insert-new-articles when unplugged.
13509 Remove gnus-summary-search-article-forward.
13510
13511 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13512 display-visual-class instead of display-color-cells.
13513
13514 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13515
13516 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13517 message/* containing non-ASCII text properly.
13518
13519 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13520
13521 * message.el: Require gmm-utils, remove autoloads.
13522 (message-tool-bar): Set default based on
13523 gmm-tool-bar-style.
13524 (message-tool-bar-gnome): Add gmm-customize-mode.
13525
13526 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13527 gmm-tool-bar-style.
13528 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13529
13530 * gnus-group.el (gnus-group-tool-bar): Set default based on
13531 gmm-tool-bar-style.
13532 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13533
13534 * gmm-utils.el (gmm-image-directory): Rename variable from
13535 gmm-image-load-path.
13536 (gmm-image-load-path): Use gmm-image-directory.
13537 (gmm-customize-mode): New function.
13538 (gmm-tool-bar-style): New variable.
13539
13540 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13541 gnus-group-redraw-line-number.
13542 (gnus-group-redraw-check): Simplify.
13543 (gnus-group-tool-bar-update): Remove redraw check.
13544 (gnus-group-make-tool-bar): Add redraw check.
13545
13546 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13547
13548 * gnus-art.el (gnus-button): Add missing parentheses.
13549
13550 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13551
13552 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13553
13554 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13555
13556 * gnus-art.el (gnus-button): New face.
13557 (gnus-article-button-face): Use it.
13558
13559 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13560 Add gnus-summary-next-page. Re-order.
13561
13562 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13563 next-node are now included.
13564 (gnus-group-redraw-line-number): New internal variable.
13565 (gnus-group-redraw-check): Helper function for updating the tool
13566 bar.
13567 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13568
13569 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13570
13571 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13572 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13573 Use it to match format of Spamassassin 3.0 and later.
13574 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13575 (spam-check-bogofilter)
13576 (spam-bogofilter-register-with-bogofilter): Fix args of
13577 `gnus-error' calls.
13578
13579 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13580
13581 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13582 unnecessary interaction when sending queued mails.
13583 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13584
13585 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13586
13587 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13588 first or last are nil.
13589
13590 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13591
13592 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13593
13594 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13595
13596 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13597
13598 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13599
13600 * dns.el (query-dns): Protect more against buggy tcp output.
13601
13602 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13603
13604 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13605 nov.php.
13606
13607 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13608
13609 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13610 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13611 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13612 output on the server side.
13613 (nnweb-google-create-mapping): Update regexps and add some
13614 progress indication.
13615
13616 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13617
13618 * gnus-group.el (gnus-group-tool-bar-gnome):
13619 Fix gnus-agent-toggle-plugged. Re-order icons.
13620 (gnus-group-tool-bar-gnome):
13621 Add gnus-group-{prev,next}-unread-group.
13622 (gnus-group-tool-bar-gnome): Re-order icons.
13623
13624 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13625 Move gnus-summary-insert-new-articles.
13626
13627 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13628 Fix comments.
13629
13630 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13631 also available in Emacs 21.3.
13632
13633 * message.el (message-fix-before-sending): Change "Emacs 22" to
13634 "Emacs 23 (unicode)" in comment.
13635
13636 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13637 "Emacs 23 (unicode)" in comment.
13638
13639 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13640 comment.
13641 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13642
13643 * mm-view.el (mm-fill-flowed): Add :version.
13644
13645 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13646
13647 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13648 and load-path.
13649
13650 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13651
13652 * message.el: Autoload gmm-image-load-path.
13653 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13654 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13655 consitency.
13656
13657 * gmm-utils.el (gmm-image-load-path): Also search in
13658 "../etc/images". Don't set gmm-image-load-path if we don't find
13659 the image.
13660
13661 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13662
13663 * gmm-utils.el (gmm-image-load-path): Don't make
13664 `gmm-image-load-path' include subdirectories which the second arg
13665 `image' might specify.
13666
13667 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13668 subdirectory to icon file names.
13669
13670 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13671
13672 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13673
13674 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13675 gmm-image-load-path calls.
13676
13677 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13678
13679 * message.el (message-make-tool-bar): Ditto.
13680
13681 * mml.el (mml-preview): Add comment concerning tool bar icons.
13682
13683 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13684 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13685
13686 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13687 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13688
13689 * message.el (message-tool-bar-gnome): Use new icon names.
13690 (message-make-tool-bar): Use `gmm-image-load-path'.
13691
13692 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13693 New functions from MH-E.
13694 (gmm-image-load-path): New variable from MH-E.
13695 (gmm-image-load-path): New function from MH-E. Add arguments
13696 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13697 *-image-load-path-called-flag.
13698
13699 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13700
13701 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13702
13703 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13704
13705 * nnimap.el (nnimap-request-move-article): Change folder back to
13706 source group before deleting.
13707
13708 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13709
13710 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13711
13712 * gnus-art.el (mm-url-insert-file-contents-external):
13713 Autoload mm-url.
13714
13715 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13716
13717 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13718
13719 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13720 coding system which mm-charset-to-coding-system returns for a
13721 given charset is valid.
13722
13723 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13724
13725 * html2text.el (html2text-remove-tag-list):
13726 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13727
13728 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13729
13730 * gnus-cus.el: Revert 2005-10-17 change.
13731
13732 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13733
13734 * gnus-art.el (article-strip-banner):
13735 Call article-really-strip-banner only when the regexp match is made.
13736
13737 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13738
13739 * gnus-art.el (article-strip-banner):
13740 Use gnus-extract-address-components instead of
13741 mail-header-parse-addresses to make it work with non-ASCII text;
13742 remove mail-encode-encoded-word-string.
13743
13744 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13745 values which are surrounded with \"...\"; make it never cause a
13746 Lisp error; give up parsing of parameters if it failed in
13747 extracting type.
13748
13749 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13750
13751 * smime.el (smime-cert-by-ldap-1): Fix bug where
13752 `smime-ldap-search' returns results without userCertificates.
13753
13754 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13755
13756 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13757
13758 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13759
13760 * spam.el (spam-check-spamassassin-headers): Adapt format for
13761 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13762 <ari@mbf.ocn.ne.jp>.
13763 (spam-list-of-processors): Add spam-use-gmane.
13764
13765 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13766
13767 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13768 make-temp-file; make it work with XEmacs as well.
13769
13770 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13771 mm-make-temp-file.
13772
13773 * mm-decode.el (mm-display-external): Use the 3rd arg of
13774 mm-make-temp-file.
13775 (mm-create-image-xemacs): Ditto.
13776
13777 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13778
13779 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13780 with message-narrow-to-headers.
13781 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13782 (gnus-draft-check-draft-articles): New function.
13783 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13784
13785 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13786
13787 * gnus-art.el (gnus-article-browse-html-parts):
13788 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13789 Don't use suffix argument for mm-make-temp-file for Emacs 21
13790 compatibility. Remove useless `format'.
13791
13792 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13793
13794 * nnweb.el (nnweb-google-wash-article): Update regexps.
13795 (nnweb-group-alist): Use defvoo instead of defvar.
13796
13797 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13798
13799 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13800 re-loading nn* modules.
13801
13802 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13803
13804 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13805 for `tool-bar-mode' and don't check it's default-value.
13806
13807 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13808
13809 * message.el (message-make-tool-bar): Ditto.
13810
13811 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13812 `substring'. Shorten tmp-file name.
13813
13814 * gnus.el: Remove bogus comment.
13815
13816 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13817
13818 * gnus-art.el (gnus-article-browse-html-parts): New function.
13819 (gnus-article-browse-html-article): New function for viewing html
13820 articles with a browser.
13821
13822 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13823
13824 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13825 (mml2015-pgg-encrypt): Ditto.
13826
13827 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13828 (mml1991-pgg-encrypt): Ditto.
13829
13830 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13831
13832 * nnfolder.el (nnfolder-insert-newsgroup-line):
13833 Use message-make-date instead of current-time-string.
13834
13835 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13836 to gnus-decoded which mm-uu might set.
13837
13838 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13839
13840 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13841 don't decode quoted parameters; remove misimported Emacs code.
13842 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13843 (rfc2231-decode-encoded-string): Don't use split-string which
13844 behaves differently according to Emacs version; use
13845 mm-decode-coding-region to convert charset to coding-system.
13846 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13847 (rfc2231-encode-string): Remove misimported Emacs code.
13848
13849 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13850
13851 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13852 when calling mail-header-parse-content-type.
13853 (article-de-quoted-unreadable): Ditto.
13854 (article-de-base64-unreadable): Ditto.
13855 (article-wash-html): Ditto.
13856
13857 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13858 calling mail-header-parse-content-type and
13859 mail-header-parse-content-disposition.
13860 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13861 mail-header-parse-content-type.
13862
13863 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13864 insert charset and format parameters; encode description after
13865 inserting it to buffer.
13866 (mml-insert-parameter): Fold lines properly even if a parameter is
13867 segmented into two or more lines; change the max column to 76.
13868
13869 * rfc1843.el (rfc1843-decode-article-body): Don't use
13870 ignore-errors when calling mail-header-parse-content-type.
13871
13872 * rfc2231.el (rfc2231-parse-string): Return at least type if
13873 possible; don't cause an error even if it fails in parsing of
13874 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13875 (rfc2231-encode-string): Don't break lines at the beginning, leave
13876 it to mml-insert-parameter.
13877
13878 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13879 calling mail-header-parse-content-type.
13880
13881 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13882
13883 * spam-report.el (spam-report-gmane-use-article-number):
13884 Improve doc string.
13885 (spam-report-gmane-internal): Check if a suitable header was found
13886 in the article.
13887
13888 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13889
13890 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13891 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13892
13893 2006-02-05 Romain Francoise <romain@orebokech.com>
13894
13895 Update copyright notices of all files in the gnus directory.
13896
13897 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13898
13899 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13900
13901 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13902
13903 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13904 segmented lines of parameter value to cope with Thunderbird 1.5
13905 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13906 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13907 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13908
13909 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13910
13911 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13912 parts.
13913
13914 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13915
13916 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13917 there's only one active file for all servers.
13918 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13919 solid groups. Gnus might have used a FAST request to select the group.
13920 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13921 and nnweb-search redundantly in the active file.
13922 (nnweb-request-list): Don't list bogus groups. There can only be one.
13923 (nnweb-request-create-group): Don't use ARGS.
13924 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13925 initialisations. Let nnoo do the work.
13926
13927 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13928
13929 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13930 Say the part has been decoded.
13931
13932 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13933
13934 2006-01-31 Kevin Ryde <user42@zip.com.au>
13935
13936 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13937 mailcap-viewer-test-cache when there's no 'test clause, since that
13938 will invert the meaning of a "nil" test previously determined by
13939 mailcap-mailcap-entry-passes-test.
13940
13941 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13942
13943 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13944 compiling.
13945
13946 * gnus-sum.el: Ditto.
13947
13948 * message.el: Don't bind tool-bar-map when compiling.
13949
13950 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13951
13952 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13953
13954 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13955
13956 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13957 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13958 current Google Groups.
13959
13960 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13961
13962 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13963 and tool-bar-mode.
13964
13965 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13966 and tool-bar-mode.
13967
13968 * message.el (message-tool-bar-update): Simplify.
13969 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13970
13971 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13972 gnus-summary-buffer.
13973 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13974 gnus-summary-reply.
13975
13976 * gmm-utils.el (gmm): Add :version.
13977
13978 2006-01-26 Steve Youngs <steve@sxemacs.org>
13979
13980 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13981 Don't autoload.
13982
13983 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13984
13985 * gmm-utils.el (gmm-verbose): Add :group.
13986
13987 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13988
13989 * message.el: Change some comments WRT tool-bars.
13990
13991 * gnus-sum.el (gnus-summary-tool-bar)
13992 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13993 (gnus-summary-tool-bar-zap-list): New variables.
13994 (gnus-summary-make-tool-bar): Complete rewrite using
13995 `gmm-tool-bar-from-list'.
13996
13997 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13998 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13999 New variables.
14000 (gnus-group-make-tool-bar): Complete rewrite using
14001 `gmm-tool-bar-from-list'.
14002 (gnus-group-tool-bar-update): New function.
14003
14004 * message.el (message-mode-field-menu): Add "Show hidden Headers".
14005
14006 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
14007
14008 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14009 is dissected into a single part of which the type is the same as
14010 the given one; decode charset.
14011
14012 2006-01-21 Kevin Ryde <user42@zip.com.au>
14013
14014 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14015 into alists as symbol not string, since that's what
14016 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14017 look for.
14018
14019 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
14020
14021 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14022 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14023
14024 * message.el (message-tool-bar-gnome): Use gmm-ignore.
14025
14026 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14027
14028 * gnus-art.el (gnus-mime-security-button-commands): New variable.
14029 (gnus-mime-security-button-menu): New definition.
14030 (gnus-mime-security-button-map): Use them.
14031 (gnus-mime-security-button-menu): New function.
14032 (gnus-insert-mime-security-button): Addition to help echo.
14033 (gnus-mime-security-run-function, gnus-mime-security-save-part)
14034 (gnus-mime-security-pipe-part): New functions.
14035
14036 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14037 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14038
14039 * mm-decode.el (mm-handle-set-disposition): Remove.
14040 (mm-handle-set-description): Remove.
14041
14042 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14043
14044 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14045 (mm-w3m-standalone-supports-m17n-p): New function.
14046 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14047 w3m usage.
14048
14049 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14050 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14051
14052 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14053
14054 * message.el (message-tool-bar-zap-list):
14055 Use gmm-tool-bar-zap-list as custom type.
14056 (message-tool-bar-update): New function.
14057 (message-tool-bar, message-tool-bar-gnome)
14058 (message-tool-bar-retro): Add message-tool-bar-update.
14059 (message-tool-bar-gnome): Add flyspell-buffer.
14060
14061 * gnus-util.el (gnus-error): Describe `args'.
14062
14063 * gmm-utils.el (gmm-error): Describe `args'.
14064 (gmm-tool-bar-zap-list): New widget.
14065 (gmm-tool-bar-from-list): Improve description of `zap-list'.
14066
14067 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14068
14069 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14070 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14071 the number of recursive calls.
14072
14073 * mm-decode.el (mm-handle-set-disposition): New macro.
14074 (mm-handle-set-description): New macro.
14075
14076 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14077
14078 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14079 encoding.
14080
14081 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14082
14083 * message.el (message-tool-bar-zap-list, message-tool-bar)
14084 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14085 (message-tool-bar-local-item-from-menu): Remove.
14086 (message-tool-bar-map): Replace by `message-make-tool-bar'.
14087 (message-make-tool-bar): New function.
14088 (message-mode): Use `message-make-tool-bar'.
14089
14090 * gmm-utils.el: New file.
14091 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14092 (gmm-lazy): New widget copied from `nnmail.el'.
14093 (gmm-tool-bar-from-list): New function for creating customizable
14094 tool bars.
14095 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
14096 output.
14097 (gmm): Add :prefix to defgroup.
14098
14099 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
14100
14101 * gmm-utils.el (gmm-widget-p): New function.
14102
14103 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14104
14105 * mml.el (mml-attach-file): Describe `description' in doc string.
14106 (mml-menu): Add Emacs MIME manual and PGG manual.
14107
14108 2006-01-20 Richard M. Stallman <rms@gnu.org>
14109
14110 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14111
14112 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
14113
14114 * nntp.el (nntp-end-of-line): Doc fix.
14115
14116 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
14117
14118 * imap.el (imap-open): Handle case where buffer is a buffer
14119 object.
14120
14121 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * gnus-delay.el (gnus-delay): Don't autoload.
14124 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14125 to be re-loaded when customizing the `gnus-delay' group.
14126
14127 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
14128
14129 * message.el (message-insert-citation-line): Use newlines.
14130
14131 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14132
14133 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14134
14135 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14136
14137 2006-01-19 Mark D. Baushke <mdb@gnu.org>
14138
14139 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14140
14141 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14142
14143 * mm-decode.el (mm-inlined-types): Add application/pgp.
14144 (mm-automatic-display): Ditto.
14145
14146 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14147 part as text.
14148
14149 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14150
14151 * nnrss.el: Update copyright.
14152 (nnrss-opml-import): Query whether to subscribe to each entry.
14153
14154 * gnus-art.el:
14155 * gnus-sum.el:
14156 * mm-uu.el:
14157 * mm-view.el: Update copyright.
14158
14159 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
14160
14161 * message.el (message-info): New function.
14162 (message-mode-menu): Add it.
14163 Update copyright.
14164
14165 * ChangeLog: Fix and update copyright.
14166
14167 2006-01-13 Romain Francoise <romain@orebokech.com>
14168
14169 * message.el (message-forward-subject-name-subject): Prefer the
14170 address to 'nowhere' if the sender has no name.
14171 Fix typo. Update copyright year.
14172
14173 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14174
14175 * gnus-art.el (article-wash-html):
14176 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14177 (gnus-article-wash-html-with-w3m-standalone): New function.
14178
14179 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14180 mm-inline-text-html-render-with-w3m-standalone.
14181 (mm-text-html-washer-alist): Map w3m-standalone to
14182 gnus-article-wash-html-with-w3m-standalone.
14183 (mm-inline-text-html-render-with-w3m-standalone): New function.
14184
14185 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14186
14187 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14188 Improve LaTeX.
14189
14190 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14191
14192 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14193 (nnrss-request-article): Render text/plain parts as HTML.
14194
14195 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14196 the buffer.
14197
14198 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14199
14200 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14201 custom definition of `gnus-posting-styles'.
14202
14203 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14204 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14205
14206 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14207
14208 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14209 Use nntp for bug archive.
14210
14211 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14212
14213 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14214 parts.
14215 (nnrss-normalize-date): New function converts ISO 8601 date into
14216 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14217 (nnrss-check-group): Use it.
14218
14219 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14220
14221 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14222
14223 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14224 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14225 (nnrss-insert-w3): Ditto.
14226
14227 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14228
14229 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14230 the articles to be forwarded including the case where neither a
14231 number of articles nor a region is specified.
14232
14233 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14234
14235 * nnrss.el (nnrss-request-article): Fix last change; fill
14236 text/plain parts.
14237
14238 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14239
14240 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14241 in text/plain part.
14242 (nnrss-check-group): Don't add excessive newline to dc:subject.
14243
14244 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14245
14246 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14247 article.
14248
14249 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14250
14251 * nnml.el: Don't require gnus-bcklg. Autoload it.
14252 (nnml-use-compressed-files, nnml-save-mail): Support other
14253 comression programs such as bzip2.
14254
14255 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14256
14257 * dns.el (query-dns): Make sure we check the buffer size before
14258 removing tcp headers.
14259
14260 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14261
14262 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14263 remove MIME buttons associated with multipart/alternative parts.
14264 (gnus-mime-display-alternative): Tag buttons using `article-type'
14265 text property.
14266
14267 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14268 associated with multipart/alternative parts.
14269
14270 * gnus-art.el (gnus-signature-separator): Fix custom type.
14271
14272 * mm-decode.el (mm-inlined-types): Fix custom type.
14273 (mm-keep-viewer-alive-types): Ditto.
14274 (mm-automatic-display): Ditto.
14275 (mm-attachment-override-types): Ditto.
14276 (mm-inline-override-types): Ditto.
14277 (mm-automatic-external-display): Ditto.
14278
14279 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14280
14281 * spam-report.el (spam-report-user-mail-address)
14282 (spam-report-user-agent): New variables.
14283 (spam-report-url-ping-plain): Use spam-report-user-agent.
14284
14285 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14286
14287 * gnus-art.el (gnus-button-handle-custom): Do not just use
14288 `customize-apropos' for any "M-x customize-*" button but the
14289 function called for. Accept both the function name and its
14290 argument in order to achieve this.
14291 (gnus-button-alist): Remove support for "custom:" URL's.
14292 Pass function name to `gnus-button-handle-custom' in case of "M-x
14293 customize-*" buttons.
14294
14295 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14296
14297 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14298 multipart/alternative and add xref to mm-discouraged-alternatives
14299 in doc string.
14300
14301 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14302 gnus-buttonized-mime-types in doc string.
14303
14304 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14305
14306 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14307 Suggest image/.* in the doc string.
14308
14309 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14310
14311 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14312 message-marks (Debian bug #342521).
14313
14314 2005-12-12 Simon Josefsson <jas@extundo.com>
14315
14316 * password.el (password-read-from-cache): Add.
14317 (password-read): Use it.
14318
14319 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14320
14321 * rfc2047.el (rfc2047-charset-to-coding-system):
14322 Recognize us-ascii as a MIME charset.
14323
14324 * mm-bodies.el (mm-decode-content-transfer-encoding):
14325 Protect against the case where the 2nd arg TYPE is nil.
14326
14327 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14328
14329 * pop3.el (pop3-stream-type): Fix custom version.
14330
14331 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14332
14333 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14334
14335 * mm-decode.el (mm-display-external): Add missing cdr.
14336
14337 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14338
14339 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14340 RFC1524) if it is in mailcap or add a suffix according to
14341 mailcap-mime-extensions when generating a temp filename; postpone
14342 deleting a temp file for 2 seconds for some wrappers, shell
14343 scripts, and so on, which might exit right after having started a
14344 viewer command as a background job.
14345
14346 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14347
14348 * nntp.el (nntp-marks-directory): Fix custom group.
14349
14350 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14351 steps when < 10.
14352
14353 * gnus-start.el (gnus-no-server-1):
14354 Mention `gnus-level-default-subscribed' in doc string.
14355
14356 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14357
14358 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14359 parens.
14360
14361 2005-11-26 Dave Love <fx@gnu.org>
14362
14363 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14364 (tls-program, tls-success): Provide openssl alternative.
14365
14366 * starttls.el: Doc fixes.
14367 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14368 SERVICE to PORT.
14369
14370 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14371 port null or service name.
14372 (starttls-negotiate): Autoload.
14373
14374 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14375
14376 * message.el (message-kill-to-signature): Fix interactive spec.
14377
14378 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14379
14380 * pop3.el (pop3-open-server): Recognize a string as a service name.
14381
14382 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14383
14384 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14385
14386 2005-11-23 Dave Love <fx@gnu.org>
14387
14388 Add pop3s, pop3/starttls.
14389
14390 * pop3.el (pop3-authentication-scheme): Clarify doc.
14391 (open-tls-stream, starttls-open-stream): Autoload.
14392 (pop3-stream-type): New.
14393 (pop3-open-server): Use it.
14394
14395 * mail-source.el (mail-sources): Fix some :types. Add stream type
14396 for POP.
14397 (mail-source-keyword-map): Add :stream for POP.
14398 (mail-source-fetch-pop): Use pop3-stream-type.
14399
14400 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14401
14402 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14403 of current-time-string.
14404
14405 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14406
14407 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14408 date header.
14409
14410 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14411
14412 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14413 it can seriously impact performance as it bypasses the agent's
14414 local caches.
14415
14416 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14417
14418 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14419 must be explicitly online rather than "not explicitly offline" for
14420 its flags to be synchronized.
14421
14422 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14423 that gnus-uu-unmark-thread will function correctly.
14424
14425 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14426 1024K is instead displayed as 1M.
14427
14428 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14429
14430 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14431
14432 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14433
14434 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14435
14436 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14437
14438 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14439 error message to display actual error condition.
14440 (gnus-agent-save-local): Avoid saving symbols that are bound to
14441 nil as they simply result in a warning message in
14442 gnus-agent-read-local.
14443
14444 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14445
14446 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14447 rather than make-variable-buffer-local for file-precious-flag.
14448
14449 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14450
14451 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14452 for duplicates which are removed. The invalid sort check then
14453 triggers a rescan after the sort as sorting may have moved
14454 duplicate entries such that they can be cheaply detected.
14455
14456 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14457
14458 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14459
14460 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14461
14462 * gnus-agent.el (gnus-agent-article-alist-save-format):
14463 Change internal variable to a custom variable. Change default value
14464 from compressed(2) to uncompressed(1).
14465 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14466 support for uncompressed agentview files. Taken together, reading
14467 the agentview file should now be 6-7 times faster.
14468
14469 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14470
14471 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14472 as a buffer-local variable. This avoids creating truncated
14473 dribble files as a result of a hang up, eg.
14474
14475 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14476
14477 * gnus-start.el (gnus-start-draft-setup):
14478 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14479
14480 * gnus.el (gnus-splash): Change custom group.
14481 (gnus-group-get-parameter, gnus-group-parameter-value):
14482 Describe allow-list argument.
14483
14484 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14485 string.
14486
14487 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14488
14489 * gnus-art.el (gnus-default-article-saver): Add user-defined
14490 `function' to custom type.
14491
14492 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14493
14494 * imap.el (imap-open): Handle case where buffer is a buffer
14495 object.
14496
14497 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14498
14499 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14500 long lines.
14501 (gnus-cache-delete-group): Wrap doc strings.
14502
14503 * gnus-agent.el (gnus-agent-rename-group)
14504 (gnus-agent-delete-group): Wrap doc strings.
14505
14506 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14507
14508 * gnus-start.el (gnus-1): Add "native" to
14509 gnus-predefined-server-alist.
14510
14511 * gnus.el (gnus-method-to-server): Don't add "native" to the
14512 lists here, because that leads to problems when
14513 gnus-select-method is bound.
14514
14515 2005-11-09 Simon Josefsson <jas@extundo.com>
14516
14517 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14518 use (not sort-by-date) instead.
14519
14520 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14521
14522 * gnus-delay.el (gnus-delay-group): Don't autoload.
14523 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14524 to be re-loaded when customizing the `gnus-delay' group.
14525
14526 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14527
14528 * message.el: Revert last changes.
14529 (message-insert-citation-line): Use newlines.
14530
14531 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14532
14533 * message.el (message-courtesy-message)
14534 (message-mark-insert-begin, message-mark-insert-end)
14535 (message-elide-ellipsis, message-cancel-message)
14536 (message-add-header, message-change-subject)
14537 (message-cross-post-followup-to-header)
14538 (message-cross-post-insert-note, message-reduce-to-to-cc)
14539 (message-widen-reply, message-delete-not-region)
14540 (message-kill-to-signature, message-insert-signature)
14541 (message-insert-importance-high, message-insert-importance-low)
14542 (message-insert-or-toggle-importance)
14543 (message-insert-disposition-notification-to)
14544 (message-indent-citation, message-yank-original)
14545 (message-cite-original-without-signature, message-cite-original)
14546 (message-insert-citation-line, message-position-on-field)
14547 (message-fix-before-sending, message-send-mail-partially)
14548 (message-send-mail, message-send-mail-with-sendmail)
14549 (message-send-mail-with-qmail, message-send-news)
14550 (message-check-news-header-syntax, message-generate-headers)
14551 (message-insert-courtesy-copy, message-fill-address)
14552 (message-fill-header, message-shorten-references)
14553 (message-setup-1, message-cancel-news)
14554 (message-forward-make-body-plain, message-forward-make-body-mime)
14555 (message-forward-make-body-mml, message-encode-message-body)
14556 (message-forward-make-body-digest-plain)
14557 (message-forward-make-body-digest-mime)
14558 (message-use-alternative-email-as-from): Insert `hard-newline'
14559 instead of ordinary newlines.
14560
14561 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14562
14563 * message.el (message-generate-headers): Downcase the argument
14564 given to message-check-element.
14565
14566 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14567
14568 * nntp.el (nntp-authinfo-rejected): New error condition.
14569 (nntp-wait-for): Use new error condition to signal authentication
14570 error.
14571 (nntp-retrieve-data): Rethrow new error condition to break out of
14572 recursive call to nntp-send-authinfo.
14573
14574 2005-11-08 Romain Francoise <romain@orebokech.com>
14575
14576 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14577 (gnus-summary-exit-map): Bind to `Z p'.
14578 (gnus-summary-make-menu-bar): Add menu item.
14579
14580 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14581
14582 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14583 (gnus-treat-*): Add `first' in all doc strings.
14584
14585 * gnus-group.el (gnus-group-compact-group): Fix typo.
14586
14587 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14588
14589 * gnus.el (gnus-parameters-case-fold-search): New variable.
14590 (gnus-parameters-get-parameter): Use it.
14591
14592 * gnus-score.el (gnus-home-score-file): Doc fix.
14593
14594 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14595
14596 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14597
14598 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14599
14600 * mm-util.el (mm-special-display-p): New function.
14601
14602 * mml.el (mml-preview): Use it; doc fix.
14603
14604 2005-10-29 Romain Francoise <romain@orebokech.com>
14605
14606 * message.el (message-fix-before-sending): Fix comment.
14607
14608 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14609
14610 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14611
14612 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14613
14614 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14615 Used in gnus-score.el.
14616
14617 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14618
14619 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14620
14621 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14622
14623 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14624 whitespace removed in revision 7.8. Use concatenated string to
14625 protect trailing whitespace.
14626
14627 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14628
14629 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14630 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14631 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14632 Courier IMAP ("some version from 2004"). Mostly based on similar
14633 code in the same function.
14634
14635 2005-10-26 Didier Verna <didier@xemacs.org>
14636
14637 * gnus-group.el (gnus-group-compact-group): Invalidate original
14638 article buffer.
14639 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14640 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14641 NOV database and in article itself.
14642 Invalidate article backlog.
14643
14644 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14645
14646 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14647
14648 2005-10-26 Simon Josefsson <jas@extundo.com>
14649
14650 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14651 part of 2004-07-25 change.
14652
14653 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14654
14655 * message.el (message-display-completion-list): New function.
14656 (message-expand-group): Use it; make sure the Completions buffer
14657 is modifiable.
14658
14659 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14660
14661 * imap.el (imap-open): Handle case where buffer is a buffer object.
14662
14663 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14664
14665 * pgg-def.el:
14666 * pgg-gpg.el:
14667 * pgg-parse.el:
14668 * pgg-pgp.el:
14669 * pgg-pgp5.el:
14670 * pgg.el: Move to the parent lisp directory.
14671
14672 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14673
14674 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14675 user-mail-name is an empty string.
14676
14677 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14678
14679 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14680 depending on gnus-score-decay-constant.
14681
14682 * encrypt.el (encrypt-insert-file-contents)
14683 (encrypt-write-file-contents): Don't use `gnus-message'.
14684
14685 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14686 arguments.
14687 (mm-uu-type-alist): Add message-marks and insert-marks.
14688 Pass arguments to mm-uu-verbatim-marks-extract.
14689 (mm-uu-hide-markers): New variable.
14690 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14691
14692 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14693 (gnus-convert-image-to-face-command): Use "convert" by default to
14694 allow other input image formats.
14695 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14696 accordingly.
14697
14698 2005-10-23 Simon Josefsson <jas@extundo.com>
14699
14700 * imap.el (imap-gssapi-program): Align command line parameters
14701 with latest GNU SASL.
14702 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14703
14704 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14705
14706 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14707 HTML.
14708 (nnslashdot-request-article): Ditto.
14709
14710 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14711
14712 * mail-source.el (mail-source-fetch-pop): Require pop3.
14713 (mail-source-check-pop): Ditto.
14714
14715 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14716
14717 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14718 errors.
14719
14720 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14721
14722 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14723 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14724
14725 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14726
14727 * mm-bodies.el (mm-decode-string):
14728 Call `mm-charset-to-coding-system' with allow-override argument.
14729
14730 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14731
14732 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14733 (rfc2047-charset-to-coding-system): New function.
14734 (rfc2047-decode-encoded-words): New function.
14735 (rfc2047-decode-region): Use them.
14736 (rfc2047-decode-cte): Remove.
14737 (rfc2047-parse-and-decode): Remove.
14738 (rfc2047-decode): Remove.
14739
14740 2005-10-15 Kenichi Handa <handa@m17n.org>
14741
14742 * rfc2047.el (rfc2047-decode-cte): New function.
14743 (rfc2047-decode-region): Change the way to decode successive
14744 encoded-words: decode B- or Q-encoding in each encoded-word,
14745 concatenate them, and decode it as charset.
14746
14747 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14748
14749 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14750 widget-move-and-invoke.
14751 (gnus-custom-mode): Use gnus-custom-map.
14752
14753 2005-10-15 Bill Wohler <wohler@newt.com>
14754
14755 * message.el (message-tool-bar-map): Rename image file from
14756 mail_send to mail/send.
14757
14758 2005-10-16 Masatake YAMATO <jet@gyve.org>
14759
14760 * message.el (message-expand-group): Pass the common
14761 prefix substring of completion to `display-completion-list'.
14762
14763 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14764
14765 * mml-sec.el (mml-secure-method): New internal variable.
14766 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14767 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14768 New functions using mml-secure-method.
14769
14770 * mml.el (mml-mode-map): Add key bindings for those functions.
14771 (mml-menu): Simplify security menu entries. Suggested by Jesper
14772 Harder <harder@myrealbox.com>.
14773 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14774 Goto end of message if point is the headers of the message.
14775
14776 * message.el (message-in-body-p): New function.
14777
14778 * assistant.el: Autoload gnus-util and netrc.
14779
14780 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14781 Use `mm-charset-override-alist' only when decoding.
14782
14783 * mm-bodies.el (mm-decode-body):
14784 Call `mm-charset-to-coding-system' with allow-override argument.
14785
14786 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14787 `filename' from Content-Disposition if Content-Type doesn't
14788 provide `name'.
14789 (gnus-mime-view-part-as-type): Set default instead of
14790 initial-input.
14791
14792 2005-10-09 Daniel Brockman <daniel@brockman.se>
14793
14794 * format-spec.el (format-spec): Propagate text properties of % spec.
14795
14796 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14797
14798 * gnus-art.el (gnus-treat-predicate): Add `first'.
14799
14800 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14801
14802 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14803 (mm-charset-override-alist): New variable.
14804 (mm-charset-to-coding-system): Use it.
14805 (mm-codepage-setup): New helper function.
14806 (mm-charset-eval-alist): New variable.
14807 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14808 Warn about unknown charsets.
14809
14810 2005-10-04 David Hansen <david.hansen@gmx.net>
14811
14812 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14813 (nnrss-check-group): Ditto.
14814
14815 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14816
14817 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14818 Rename x-gnus-verbatim to x-verbatim.
14819 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14820
14821 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14822 x-verbatim.
14823
14824 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14825
14826 * gnus-util.el (gnus-remove-duplicates): Remove.
14827
14828 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14829 instead of gnus-remove-duplicates.
14830
14831 * message.el (message-remove-duplicates): Remove.
14832 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14833 message-remove-duplicates.
14834
14835 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14836 available, else use implementation from `delete-dups'.
14837
14838 * message.el (message-insert-expires): New function.
14839 (message-mode-map): Add key binding.
14840 (message-mode-field-menu): Add menu entry.
14841 (message-mode): Document it.
14842 (message-make-expires-date): Use `message-make-date'.
14843
14844 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14845
14846 * message.el (message-make-expires-date): New function.
14847
14848 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14849
14850 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14851
14852 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14853
14854 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14855 function rather than the diff-mode.el package.
14856 (mm-display-external): Use with-current-buffer.
14857 (mm-viewer-completion-map, mm-viewer-completion-map):
14858 Move initialization inside declaration.
14859
14860 2005-09-29 Simon Josefsson <jas@extundo.com>
14861
14862 * spam.el: Load hashcash when compiling, to avoid warnings.
14863 Don't autoload mail-check-payment.
14864 (spam-check-hashcash): Define unconditionally, since hashcash.el
14865 is part of Gnus now. Ignore errors from payment checking.
14866
14867 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14868
14869 * message.el (message-bold-region, message-unbold-region):
14870 Rename from `bold-region' and `unbold-region'.
14871
14872 * message.el: Remove useless autoloads.
14873
14874 2005-09-28 Simon Josefsson <jas@extundo.com>
14875
14876 * message.el (message-use-idna): Default to t.
14877 (message-use-idna): Test whether encoding works too. Doc fix.
14878
14879 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14880
14881 * nntp.el (nntp-warn-about-losing-connection): Remove.
14882
14883 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14884
14885 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14886 customizable. Change default value.
14887 (mm-uu-diff-groups-regexp): Change default value.
14888 (mm-uu-type-alist): Add doc string.
14889 (mm-uu-configure): Add doc string. Make it interactive.
14890 (mm-uu-tex-groups-regexp): New variable.
14891 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14892 (mm-uu-type-alist): Add LaTeX documents.
14893 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14894 of "text/verbatim".
14895 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14896
14897 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14898 instead of "text/verbatim".
14899
14900 * message.el (message-mark-inserted-region)
14901 (message-mark-insert-file): Use slrn style marks when called with
14902 prefix argument.
14903
14904 2005-09-27 Simon Josefsson <jas@extundo.com>
14905
14906 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14907
14908 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14909
14910 * message.el (message-remove-duplicates): New function.
14911 Implementation borrowed from `gnus-remove-duplicates'.
14912 (message-idna-to-ascii-rhs): Also encode idna addresses in
14913 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14914 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14915 only ask about the same idna domain once per header and also tell
14916 in what header to replace the idna domain.
14917
14918 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14919 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14920 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14921 a header is decoded and not just the last one.
14922
14923 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14924
14925 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14926 has been decoded.
14927
14928 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14929 (mm-insert-part): Don't modify text if it has been decoded.
14930
14931 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14932 decoded.
14933
14934 * mm-view.el (mm-inline-text): Don't strip text props unless
14935 decoding enriched or richtext parts.
14936
14937 2005-09-25 Romain Francoise <romain@orebokech.com>
14938
14939 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14940 * gnus-start.el (gnus-subscribe-interactively):
14941 * gnus-uu.el (gnus-uu-grab-articles):
14942 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14943 space.
14944
14945 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14946
14947 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14948 * mm-view.el (mm-view-pkcs7-decrypt):
14949 * gnus-sum.el (gnus-summary-limit-to-extra)
14950 (gnus-summary-respool-article, gnus-read-move-group-name):
14951 * gnus-score.el (gnus-summary-increase-score):
14952 * gnus-util.el (gnus-completing-read-with-default):
14953 * gnus-art.el (gnus-read-save-file-name)
14954 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14955 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14956 * message.el (message-check-news-header-syntax):
14957 Follow convention for reading with the minibuffer.
14958
14959 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14960
14961 * spam-report.el (spam-report-url-ping-plain):
14962 Use gnus-extended-version as User-Agent.
14963
14964 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14965 default value is nil.
14966
14967 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14968 (mm-uu-verbatim-marks-extract): New function.
14969 (mm-uu-extract): New face.
14970 (mm-uu-copy-to-buffer): Use it.
14971
14972 * spam-report.el (spam-report-gmane-ham): Rename from
14973 `spam-report-gmane-unspam'.
14974 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14975 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14976
14977 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14978 Autoload.
14979 (spam-report-gmane-unregister-routine):
14980 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14981
14982 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14983
14984 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14985 (spam-report-gmane-unregister-routine): Add support for gmane
14986 unregistration.
14987
14988 * spam-report.el (spam-report-gmane-unspam)
14989 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14990 (spam-report-gmane): Change to take a single article and do unspam
14991 registration.
14992
14993 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14994
14995 * mm-url.el (mm-url-decode-entities): Fix regexp.
14996
14997 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14998
14999 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15000 default to nil, to be able to use Gnus at all. If the default
15001 switches to something else, then the function should be fixed not
15002 be exceedingly slow.
15003
15004 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
15005
15006 * gnus-start.el (gnus-activate-group): If the server is nil, don't
15007 fail hard.
15008
15009 * spam-report.el: Add better Keywords line.
15010
15011 * spam.el: Add Maintainer and better Keywords line.
15012
15013 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15014
15015 * gnus-art.el (gnus-article-replace-part)
15016 (gnus-mime-replace-part): New functions.
15017 (gnus-mime-action-alist, gnus-mime-button-commands)
15018 (gnus-mime-save-part-and-strip): Add file argument.
15019 (gnus-article-part-wrapper): Add interactive argument.
15020
15021 * gnus-sum.el (gnus-summary-mime-map):
15022 Add `gnus-article-replace-part'.
15023
15024 2005-09-19 Didier Verna <didier@xemacs.org>
15025
15026 The nnml compaction feature:
15027 * nnml.el (nnml-request-compact-group): New function.
15028 * nnml.el (nnml-request-compact): New function.
15029 * gnus-int.el (gnus-request-compact-group): New function.
15030 * gnus-int.el (gnus-request-compact): New function.
15031 * gnus-group.el (gnus-group-compact-group): New function.
15032 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15033 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15034 * gnus-srvr.el (gnus-server-compact-server): New function.
15035 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15036 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15037
15038 2005-09-18 Deepak Goel <deego@gnufans.org>
15039
15040 * sieve.el (sieve-help): Fix `message' call: first arg should be a
15041 format spec.
15042
15043 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15044
15045 * gnus.el (gnus-group-startup-message): Bind image-load-path.
15046
15047 2005-09-15 Romain Francoise <romain@orebokech.com>
15048
15049 * message.el (message-fill-paragraph): Clarify docstring.
15050
15051 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
15052
15053 * gnus-art.el (gnus-mime-display-part): Protect against broken
15054 MIME messages.
15055
15056 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15057
15058 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15059 before parsing header.
15060
15061 2005-09-11 Jari Aalto <jari.aalto@cante.net>
15062
15063 * html2text.el (html2text-replace-list): Add new entities.
15064
15065 2005-09-11 Romain Francoise <romain@orebokech.com>
15066
15067 * message.el (message-alternative-emails): Improve docstring.
15068 (message-setup-1): Call `message-use-alternative-email-as-from'
15069 after `message-setup-hook' to give it precedence over posting
15070 styles, etc.
15071 (message-use-alternative-email-as-from): Add docstring.
15072 Remove the original From header if present.
15073
15074 * nnml.el (nnml-compressed-files-size-threshold): New variable.
15075 (nnml-save-mail): Use it.
15076
15077 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15078 articles. Add new argument `silent'.
15079 (gnus-uu-mark-all): Report the total number of marked articles.
15080
15081 2005-09-10 Romain Francoise <romain@orebokech.com>
15082
15083 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15084 (gnus-uu-mark-series): Likewise.
15085
15086 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
15087
15088 * spam-report.el (spam-report-gmane): Fix generation of spam
15089 report URL.
15090
15091 2005-09-10 Simon Josefsson <jas@extundo.com>
15092
15093 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15094 t, based on discussion on the ding list with Robert Epprecht
15095 <epprecht@solnet.ch>.
15096
15097 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
15098
15099 * spam-report.el (spam-report-gmane): Make it work without
15100 X-Report-Spam header. Gmane now only provides Archived-At.
15101 This is only used if `spam-report-gmane-use-article-number' is nil.
15102 (spam-report-gmane-spam-header): Remove. Not used anymore.
15103
15104 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15105 make `gnus-summary-sort-by-recipient' work with threading.
15106
15107 * nnweb.el (nnweb-google-wash-article): Print a message if article
15108 is not available.
15109
15110 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15111
15112 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15113 change. Decode text/* parts content before displaying.
15114
15115 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15116
15117 * mml-smime.el: Remove defvar of gnus-extract-address-components.
15118
15119 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15120
15121 * mm-view.el (mm-display-inline-fontify): Disable support modes.
15122
15123 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
15124
15125 * message.el (message-tab-body-function): Fix mismatched custom type.
15126
15127 * gnus.el (gnus-group-change-level-function): Ditto.
15128
15129 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15130
15131 * gnus-art.el (gnus-signature-limit)
15132 (gnus-article-mime-part-function): Ditto.
15133
15134 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15135
15136 * mml.el (mml-mode): Silence the byte compiler.
15137
15138 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15139 using `(sit-for 0)' before moving the point to the specified part;
15140 skip unbuttonized parts.
15141 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15142 return to the summary window if gnus-auto-select-part is non-nil.
15143
15144 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
15145
15146 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15147 New variables.
15148 (mml-dnd-attach-file, mml-mode): Use them.
15149
15150 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15151 Make fetching article by MID work again for Google Groups.
15152 Add FIXME concerning gnus-group-make-web-group.
15153
15154 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15155 Don't depend on Gnus by using mail-extract-address-components if
15156 gnus-extract-address-components is not bound.
15157
15158 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15159
15160 * gnus-art.el (gnus-mime-display-security): Don't display the
15161 signature, but only the signed part.
15162
15163 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
15164
15165 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15166
15167 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15168 list, not listp.
15169
15170 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
15171
15172 * mm-encode.el (mm-encode-content-transfer-encoding):
15173 Likewise when encoding.
15174
15175 * mm-bodies.el (mm-decode-content-transfer-encoding):
15176 De-canonicalize CRLF for all text content types, not just
15177 text/plain.
15178
15179 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15180
15181 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15182 valid article; point arrow and cursor at the MIME button.
15183
15184 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15185
15186 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15187 Suggested by Dan Christensen <jdc@uwo.ca>.
15188
15189 * mm-decode.el (mm-save-part): Enable change of prompt.
15190
15191 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15192
15193 * gnus-msg.el (gnus-inews-add-send-actions):
15194 Make `message-post-method' lambda parameter ARG `&optional'.
15195
15196 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15197
15198 * gnus-sum.el (gnus-summary-mime-map):
15199 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15200 gnus-article-jump-to-part.
15201
15202 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15203 (gnus-article-edit-part): Use it.
15204 (gnus-article-part-wrapper): Add no-handle argument.
15205 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15206 New functions.
15207
15208 2005-08-29 Romain Francoise <romain@orebokech.com>
15209
15210 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15211 docstring.
15212 (gnus-face-from-file): Likewise.
15213
15214 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15215
15216 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15217 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15218 non-nil.
15219 (gnus-auto-select-part): New variable.
15220 (gnus-article-jump-to-part): New function.
15221 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15222 (gnus-mime-delete-part): Allow selecting specified part after
15223 deleting or stripping parts.
15224 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15225 part if argument is bogus.
15226
15227 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15228
15229 * gnus-art.el (w3m-minor-mode-map):
15230 * gnus-spec.el (gnus-newsrc-file-version):
15231 * gnus-util.el (nnmail-active-file-coding-system)
15232 (gnus-original-article-buffer, gnus-user-agent):
15233 * gnus.el (gnus-ham-process-destinations)
15234 (gnus-parameter-ham-marks-alist)
15235 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15236 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15237 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15238 * mm-decode.el (gnus-current-window-configuration):
15239 * mm-extern.el (gnus-article-mime-handles):
15240 * mm-url.el (url-current-object, url-package-name)
15241 (url-package-version):
15242 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15243 (smime-keys, w3m-cid-retrieve-function-alist)
15244 (w3m-current-buffer, w3m-display-inline-images)
15245 (w3m-minor-mode-map):
15246 * mml-smime.el (gnus-extract-address-components):
15247 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15248 (gnus-newsrc-hashtb, message-default-charset)
15249 (message-deletable-headers, message-options)
15250 (message-posting-charset, message-required-mail-headers)
15251 (message-required-news-headers):
15252 * mml1991.el (mc-pgp-always-sign):
15253 * mml2015.el (mc-pgp-always-sign):
15254 * nnheader.el (nnmail-extra-headers):
15255 * rfc1843.el (gnus-decode-encoded-word-function)
15256 (gnus-decode-header-function, gnus-newsgroup-name):
15257 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15258
15259 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15260
15261 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15262 the end of the date treatments.
15263
15264 2005-08-15 Simon Josefsson <jas@extundo.com>
15265
15266 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15267 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15268 Capello and Romain Francoise.
15269 (pgg-fetch-key-function): Remove, not used?
15270 (pgg-insert-url-with-w3): Require url, to get
15271 url-insert-file-contents regardless of where it is defined.
15272
15273 2005-08-13 Romain Francoise <romain@orebokech.com>
15274
15275 * message.el (message-cite-original-1): New function.
15276 (message-cite-original): Use it.
15277 (message-cite-original-without-signature): Ditto.
15278
15279 2005-08-08 Romain Francoise <romain@orebokech.com>
15280
15281 * message.el (message-yank-empty-prefix): New variable.
15282 (message-indent-citation): Use it.
15283 (message-cite-original-without-signature): Respect X-No-Archive.
15284
15285 2005-08-08 Simon Josefsson <jas@extundo.com>
15286
15287 * pgg.el: Autoload url-insert-file-contents instead of loading
15288 w3/url.
15289 (pgg-insert-url-with-w3): Don't load url here.
15290
15291 2005-08-07 Jesper Harder <harder@phys.au.dk>
15292
15293 * message.el (message-kill-to-signature): Don't insert newline at
15294 bol.
15295 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15296
15297 2005-08-06 Romain Francoise <romain@orebokech.com>
15298
15299 * message.el (message-user-fqdn): Fix typo in docstring.
15300
15301 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15302
15303 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15304
15305 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15306
15307 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15308
15309 * mm-bodies.el (mm-encode-body): Use coding system rather than
15310 charset to encode text.
15311
15312 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15313 number of charsets if utf-8 is available (XEmacs).
15314
15315 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15316
15317 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15318 taken from `gnus-button-mid-or-mail-regexp'.
15319 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15320 (gnus-button-alist): Improve regexp for domain part of the MIDs
15321 for news:localpart@domain buttons.
15322 (gnus-button-ctan-directory-regexp): Update.
15323
15324 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15325
15326 * sieve-manage.el (sieve-manage-interactive-login):
15327 Use make-local-variable rather than make-variable-buffer-local.
15328 (sieve-manage-open): Ditto.
15329 (sieve-manage-authenticate): Ditto.
15330
15331 * mml.el (mml-generate-mime-1): Make the content type default to
15332 text/plain if the filename is not specified.
15333
15334 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15335
15336 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15337 instead of insert-buffer.
15338
15339 * message.el (message-yank-original): Ditto; set the mark at the
15340 end of the yanked message.
15341
15342 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15343
15344 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15345 lines to scroll rather than to stop it.
15346
15347 * mml.el (mml-generate-default-type): Add doc string.
15348 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15349 default to application/octet-stream when determining the content
15350 type if it is not specified for the part or the mml contents; add
15351 a comment about mml-generate-default-type.
15352
15353 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15354
15355 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15356 make it default to application/octet-stream when determining the
15357 content type if it is not specified for the external contents.
15358
15359 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15360
15361 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15362 segmented parameter but also other parameters might be there.
15363
15364 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15365
15366 * mm-decode.el (mm-display-external): Delete temp file, directory
15367 and buffer immediately if the external process is exited.
15368
15369 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15370
15371 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15372 fewer lines than that of scroll-margin.
15373 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15374
15375 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15376
15377 * gnus-art.el (gnus-article-next-page): Revert.
15378 (gnus-article-beginning-of-window): New macro.
15379 (gnus-article-next-page-1): Use it.
15380 (gnus-article-prev-page): Ditto.
15381 (gnus-article-edit-part): Use insert-buffer-substring instead of
15382 insert-buffer.
15383 (gnus-article-edit-exit): Ditto.
15384
15385 * gnus-util.el (gnus-beginning-of-window): Remove.
15386 (gnus-end-of-window): Remove.
15387
15388 2005-07-25 Simon Josefsson <jas@extundo.com>
15389
15390 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15391 to have the url package without w3. Reported by Daiki Ueno
15392 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15393
15394 2005-07-20 Didier Verna <didier@xemacs.org>
15395
15396 * gnus-diary.el: Remove the description comment (nndiary is now
15397 properly documented in the Gnus manual).
15398 Fix the spelling of "Back End".
15399 * nndiary.el: Ditto.
15400 Fix the copyright notice.
15401
15402 2005-07-18 Romain Francoise <romain@orebokech.com>
15403
15404 * gnus-sum.el (gnus-summary-to-prefix)
15405 (gnus-summary-newsgroup-prefix): New variables.
15406 (gnus-summary-from-or-to-or-newsgroups): Use them.
15407
15408 2005-07-17 Romain Francoise <romain@orebokech.com>
15409
15410 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15411 space as it's generally not especially interesting to the user.
15412
15413 2005-07-16 Romain Francoise <romain@orebokech.com>
15414
15415 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15416 nil to avoid prompting and file modification if one of the
15417 messages at the top of the nnfolder file contains a copyright
15418 notice.
15419 Update copyright notice.
15420
15421 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15422 instead of `current-time-string' as the latter creates a time
15423 string that is not RFC 2822 compliant (it lacks the zone).
15424 Update copyright notice.
15425
15426 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15427
15428 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15429 for text/rtf. Display default in prompt. Pass default for M-n.
15430
15431 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15432
15433 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15434
15435 * gnus-msg.el (gnus-button-mailto):
15436 Remove save-selected-window-window hackery because it relies on
15437 save-selected-window internals.
15438
15439 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15440
15441 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15442 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15443 (gnus-article-prev-page): Ditto.
15444
15445 * gnus-util.el (gnus-beginning-of-window): New function.
15446 (gnus-end-of-window): New function.
15447
15448 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15449
15450 * gnus-score.el (gnus-score-edit-all-score):
15451 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15452 gnus-message.
15453
15454 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15455
15456 * gnus-msg.el (gnus-button-mailto):
15457 Remove save-selected-window-window hackery because it relies on
15458 save-selected-window internals.
15459
15460 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15461
15462 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15463 add-minor-mode.
15464 (gnus-binary-mode): Ditto.
15465
15466 * gnus-topic.el (gnus-topic-mode): Ditto.
15467
15468 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15469
15470 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15471 (gnus-article-prev-page): Take scroll-margin into consideration.
15472
15473 2005-07-04 Lute Kamstra <lute@gnu.org>
15474
15475 Update FSF's address in GPL notices.
15476
15477 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15478
15479 * gnus.el (gnus-exit):
15480 * gnus-group.el (gnus-group-icons):
15481 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15482
15483 * gnus-nocem.el (gnus-nocem):
15484 * message.el (message-various, message-buffers, message-sending)
15485 (message-interface, message-forwarding, message-insertion)
15486 (message-headers, message-news, message-mail):
15487 * pgg-gpg.el (pgg-gpg):
15488 * pgg-parse.el (pgg-parse):
15489 * pgg-pgp.el (pgg-pgp):
15490 * pgg-pgp5.el (pgg-pgp5):
15491 * pop3.el (pop3): Finish `defgroup' description with period.
15492
15493 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15494
15495 * gnus-art.el (article-display-face): Improve the efficiency.
15496 (article-display-x-face): Ditto; remove grey x-face stuff.
15497
15498 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15499
15500 * gnus-art.el (article-display-face): Correct the position in
15501 which Faces are inserted.
15502
15503 2005-06-29 Didier Verna <didier@xemacs.org>
15504
15505 * gnus-art.el (article-display-face): Display faces in correct
15506 order.
15507
15508 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15509
15510 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15511 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15512 (gnus-nocem-check-article): Fetch the Type header.
15513 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15514 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15515 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15516 make sure gnus-nocem-hashtb is initialized.
15517 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15518 (gnus-nocem-unwanted-article-p): Ditto.
15519
15520 * pgg.el (pgg-verify): Return the verification result.
15521
15522 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15523
15524 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15525 is ascii.
15526
15527 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15528
15529 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15530 `show-nonbreak-escape'.
15531
15532 2005-06-23 Lute Kamstra <lute@gnu.org>
15533
15534 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15535
15536 * dig.el (dig-mode):
15537 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15538
15539 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15540
15541 * nnimap.el (nnimap-split-download-body): Fix spellings.
15542
15543 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15544
15545 * gnus-art.el (gnus-article-encrypt-body):
15546 * gnus-cus.el (gnus-score-customize):
15547 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15548 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15549
15550 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15551
15552 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15553 header by looking for magic "MII" at the beginnig.
15554
15555 2005-06-16 Miles Bader <miles@gnu.org>
15556
15557 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15558 (assistant-field-face): New backward-compatibility alias for renamed
15559 face.
15560 (assistant-render-text): Use renamed assistant-field face.
15561
15562 * spam.el (spam): Remove "-face" suffix from face name.
15563 (spam-face): New backward-compatibility alias for renamed face.
15564 (spam-face, spam-initialize): Use renamed spam face.
15565
15566 * message.el (message-header-to, message-header-cc)
15567 (message-header-subject, message-header-newsgroups)
15568 (message-header-other, message-header-name)
15569 (message-header-xheader, message-separator, message-cited-text)
15570 (message-mml): Remove "-face" suffix from face names.
15571 (message-header-to-face, message-header-cc-face)
15572 (message-header-subject-face, message-header-newsgroups-face)
15573 (message-header-other-face, message-header-name-face)
15574 (message-header-xheader-face, message-separator-face)
15575 (message-cited-text-face, message-mml-face):
15576 New backward-compatibility aliases for renamed faces.
15577 (message-font-lock-keywords): Use renamed message faces.
15578
15579 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15580 (sieve-test-commands, sieve-tagged-arguments):
15581 Remove "-face" suffix from face names.
15582 (sieve-control-commands-face, sieve-action-commands-face)
15583 (sieve-test-commands-face, sieve-tagged-arguments-face):
15584 New backward-compatibility aliases for renamed faces.
15585 (sieve-control-commands-face, sieve-action-commands-face)
15586 (sieve-test-commands-face, sieve-tagged-arguments-face):
15587 Use renamed sieve faces.
15588
15589 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15590 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15591 (gnus-group-news-3-empty, gnus-group-news-4)
15592 (gnus-group-news-4-empty, gnus-group-news-5)
15593 (gnus-group-news-5-empty, gnus-group-news-6)
15594 (gnus-group-news-6-empty, gnus-group-news-low)
15595 (gnus-group-news-low-empty, gnus-group-mail-1)
15596 (gnus-group-mail-1-empty, gnus-group-mail-2)
15597 (gnus-group-mail-2-empty, gnus-group-mail-3)
15598 (gnus-group-mail-3-empty, gnus-group-mail-low)
15599 (gnus-group-mail-low-empty, gnus-summary-selected)
15600 (gnus-summary-cancelled, gnus-summary-high-ticked)
15601 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15602 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15603 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15604 (gnus-summary-low-undownloaded)
15605 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15606 (gnus-summary-low-unread, gnus-summary-normal-unread)
15607 (gnus-summary-high-read, gnus-summary-low-read)
15608 (gnus-summary-normal-read, gnus-splash):
15609 Remove "-face" suffix from face names.
15610 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15611 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15612 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15613 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15614 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15615 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15616 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15617 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15618 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15619 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15620 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15621 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15622 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15623 (gnus-summary-normal-ticked-face)
15624 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15625 (gnus-summary-normal-ancient-face)
15626 (gnus-summary-high-undownloaded-face)
15627 (gnus-summary-low-undownloaded-face)
15628 (gnus-summary-normal-undownloaded-face)
15629 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15630 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15631 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15632 (gnus-splash-face):
15633 New backward-compatibility aliases for renamed faces.
15634 (gnus-group-startup-message): Use renamed gnus faces.
15635
15636 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15637 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15638 (gnus-server-agent): Remove "-face" suffix from face names.
15639 (gnus-server-agent-face, gnus-server-opened-face)
15640 (gnus-server-closed-face, gnus-server-denied-face)
15641 (gnus-server-offline-face):
15642 New backward-compatibility aliases for renamed faces.
15643 (gnus-server-agent-face, gnus-server-opened-face)
15644 (gnus-server-closed-face, gnus-server-denied-face)
15645 (gnus-server-offline-face): Use renamed gnus faces.
15646
15647 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15648 Remove "-face" suffix from face names.
15649 (gnus-picon-xbm-face, gnus-picon-face):
15650 New backward-compatibility aliases for renamed faces.
15651
15652 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15653 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15654 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15655 (gnus-cite-11): Remove "-face" suffix from face names.
15656 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15657 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15658 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15659 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15660 New backward-compatibility aliases for renamed faces.
15661 (gnus-cite-attribution-face, gnus-cite-face-list)
15662 (gnus-article-boring-faces): Use renamed gnus faces.
15663
15664 * gnus-art.el (gnus-signature, gnus-header-from)
15665 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15666 (gnus-header-content): Remove "-face" suffix from face names.
15667 (gnus-signature-face, gnus-header-from-face)
15668 (gnus-header-subject-face, gnus-header-newsgroups-face)
15669 (gnus-header-name-face, gnus-header-content-face):
15670 New backward-compatibility aliases for renamed faces.
15671 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15672
15673 * gnus-sum.el (gnus-summary-selected-face)
15674 (gnus-summary-highlight): Use renamed gnus faces.
15675 * gnus-group.el (gnus-group-highlight): Likewise.
15676
15677 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15678
15679 * gnus-sieve.el (gnus-sieve-article-add-rule):
15680 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15681 * spam-stat.el (spam-stat-buffer-change-to-spam)
15682 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15683
15684 * message.el (message-is-yours-p):
15685 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15686
15687 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15688
15689 * mm-view.el (mm-inline-text): Withdraw the last change.
15690
15691 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15692
15693 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15694 executing enriched-decode.
15695
15696 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15697
15698 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15699 charset of tar files.
15700
15701 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15702
15703 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15704
15705 2005-06-04 Lute Kamstra <lute@gnu.org>
15706
15707 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15708 information is never recorded.
15709
15710 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15711
15712 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15713
15714 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15715
15716 * pop3.el (pop3-apop): Run md5 in the binary mode.
15717
15718 * starttls.el (starttls-set-process-query-on-exit-flag):
15719 Use eval-and-compile.
15720
15721 2005-05-31 Simon Josefsson <jas@extundo.com>
15722
15723 * smime.el (smime-replace-in-string): Define.
15724 (smime-cert-by-ldap-1): Use it.
15725
15726 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15727
15728 * gnus-art.el (article-display-x-face): Replace
15729 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15730
15731 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15732 set-process-query-on-exit-flag or process-kill-without-query.
15733
15734 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15735 loop instead of replace-regexp.
15736
15737 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15738 instead of process-kill-without-query if it is available.
15739
15740 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15741 instead of find-file-hooks if it is available.
15742
15743 * mml1991.el: Bind pgg-default-user-id when compiling.
15744
15745 * mml2015.el: Bind pgg-default-user-id when compiling.
15746
15747 * nndraft.el (nndraft-request-associate-buffer):
15748 Use write-contents-functions instead of write-contents-hooks if it is
15749 available.
15750
15751 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15752 instead of find-file-hooks if it is available.
15753
15754 * nntp.el (nntp-open-connection): Replace
15755 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15756 (nntp-open-ssl-stream): Ditto.
15757 (nntp-open-tls-stream): Ditto.
15758
15759 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15760 set-process-query-on-exit-flag or process-kill-without-query.
15761 (starttls-open-stream-gnutls): Use it instead of
15762 process-kill-without-query.
15763 (starttls-open-stream): Ditto.
15764
15765 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15766
15767 * smime.el (smime-cert-by-ldap-1): Don't use
15768 replace-regexp-in-string.
15769
15770 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15771
15772 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15773
15774 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15775 in PEM format. Adjust to the XEmacs compatibility.
15776
15777 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15778
15779 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15780 by `string-to-number'.
15781 * gnus-agent.el (gnus-agent-regenerate-group)
15782 (gnus-agent-fetch-articles): Ditto.
15783 * gnus-art.el (gnus-button-fetch-group): Ditto.
15784 * gnus-cache.el (gnus-cache-generate-active)
15785 (gnus-cache-articles-in-group): Ditto.
15786 * gnus-group.el (gnus-group-set-current-level)
15787 (gnus-group-insert-group-line): Ditto.
15788 * gnus-score.el (gnus-score-set-expunge-below)
15789 (gnus-score-set-mark-below, gnus-summary-score-effect)
15790 (gnus-summary-score-entry): Ditto.
15791 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15792 (gnus-soup-pack): Ditto.
15793 * gnus-spec.el (gnus-xmas-format): Ditto.
15794 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15795 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15796 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15797 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15798 * nndb.el (nndb-get-remote-expire-response): Ditto.
15799 * nndiary.el (nndiary-parse-schedule-value)
15800 (nndiary-string-to-number, nndiary-request-replace-article)
15801 (nndiary-request-article): Ditto.
15802 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15803 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15804 * nneething.el (nneething-make-head): Ditto.
15805 * nnfolder.el (nnfolder-request-article)
15806 (nnfolder-retrieve-headers): Ditto.
15807 * nnheader.el (nnheader-file-to-number): Ditto.
15808 * nnkiboze.el (nnkiboze-request-article): Ditto.
15809 * nnmail.el (nnmail-process-unix-mail-format)
15810 (nnmail-process-babyl-mail-format): Ditto.
15811 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15812 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15813 (nnmh-request-create-group, nnmh-request-list-1)
15814 (nnmh-request-group, nnmh-request-article): Ditto.
15815 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15816 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15817 * nnsoup.el (nnsoup-make-active): Ditto.
15818 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15819 * nntp.el (nntp-find-group-and-number)
15820 (nntp-retrieve-headers-with-xover): Ditto.
15821 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15822 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15823 (pgg-format-key-identifier): Ditto.
15824 * pop3.el (pop3-last, pop3-stat): Ditto.
15825 * qp.el (quoted-printable-decode-region): Ditto.
15826
15827 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15828 of concat.
15829
15830 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15831
15832 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15833
15834 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15835
15836 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15837
15838 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15839
15840 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15841
15842 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15843
15844 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15845 (gnus-carpal-mode): Ditto.
15846
15847 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15848 (gnus-browse-mode): Ditto.
15849
15850 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15851
15852 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15853
15854 2005-05-29 Richard M. Stallman <rms@gnu.org>
15855
15856 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15857
15858 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15859
15860 * gnus-util.el (gnus-run-mode-hooks): New function.
15861
15862 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15863
15864 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15865
15866 * gnus-agent.el (gnus-agent-make-mode-line-string):
15867 Use mode-line-highlight as mouse-face.
15868
15869 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15870
15871 * canlock.el (canlock): Change the parent group to news.
15872
15873 * deuglify.el (gnus-outlook-deuglify): Add :group.
15874
15875 * dig.el (dig): Add :group.
15876
15877 * dns-mode.el (dns-mode): Add :group.
15878
15879 * encrypt.el (encrypt): Add :group.
15880
15881 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15882 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15883 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15884 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15885 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15886
15887 * gnus-diary.el (gnus-diary): Add :group.
15888
15889 * gnus.el (gnus-group-news-1-face): Add :group.
15890 (gnus-group-news-1-empty-face): Ditto.
15891 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15892 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15893 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15894 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15895 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15896 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15897 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15898 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15899 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15900 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15901 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15902 (gnus-summary-high-ticked-face): Ditto.
15903 (gnus-summary-low-ticked-face): Ditto.
15904 (gnus-summary-normal-ticked-face): Ditto.
15905 (gnus-summary-high-ancient-face): Ditto.
15906 (gnus-summary-low-ancient-face): Ditto.
15907 (gnus-summary-normal-ancient-face): Ditto.
15908 (gnus-summary-high-undownloaded-face): Ditto.
15909 (gnus-summary-low-undownloaded-face): Ditto.
15910 (gnus-summary-normal-undownloaded-face): Ditto.
15911 (gnus-summary-high-unread-face): Ditto.
15912 (gnus-summary-low-unread-face): Ditto.
15913 (gnus-summary-normal-unread-face): Ditto.
15914 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15915 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15916
15917 * hashcash.el (hashcash): New custom group.
15918 (hashcash-default-payment): Add :group.
15919 (hashcash-payment-alist): Ditto.
15920 (hashcash-default-accept-payment): Ditto.
15921 (hashcash-accept-resources): Ditto.
15922 (hashcash-path): Ditto.
15923 (hashcash-extra-generate-parameters): Ditto.
15924 (hashcash-double-spend-database): Ditto.
15925 (hashcash-in-news): Ditto.
15926
15927 * message.el (message-minibuffer-local-map): Add :group.
15928
15929 * netrc.el (netrc): Add :group.
15930
15931 * sieve-manage.el (sieve-manage-log): Add :group.
15932 (sieve-manage-default-user): Diito.
15933 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15934 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15935 (sieve-manage-authenticators): Ditto.
15936 (sieve-manage-authenticator-alist): Ditto.
15937 (sieve-manage-default-port): Ditto.
15938
15939 * sieve-mode.el (sieve-control-commands-face): Add :group.
15940 (sieve-action-commands-face): Ditto.
15941 (sieve-test-commands-face): Ditto.
15942 (sieve-tagged-arguments-face): Ditto.
15943
15944 * smime.el (smime): Add :group.
15945
15946 * spam-report.el (spam-report): Add :group.
15947
15948 * spam.el (spam, spam-face): Add :group.
15949
15950 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15951
15952 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15953 return \n.\n.\n at the end of articles. Protect against that.
15954 (nntp-with-open-group): Allow debugging.
15955
15956 * nnheader.el (mail-header-set-extra): Make into a function
15957 because I just could't understand how to quote the list properly.
15958
15959 * dns.el (query-dns-cached): New function.
15960
15961 2005-05-26 Lute Kamstra <lute@gnu.org>
15962
15963 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15964
15965 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15966
15967 * gnus-art.el: Don't autoload mail-extract-address-components.
15968
15969 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15970 eval-and-compile to evaluate it.
15971
15972 * hashcash.el: Don't autoload executable-find.
15973
15974 * nndb.el: Don't declare the nndb back end two or more times; don't
15975 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15976
15977 * nntp.el: Autoload format-spec instead of format; use
15978 eval-and-compile to evaluate autoload forms.
15979
15980 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15981
15982 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15983
15984 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15985
15986 * gnus.el (gnus-version-number): Bump version.
15987
15988 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15989
15990 * gnus.el: No Gnus v0.3 is released.
15991
15992 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15993
15994 * gnus-art.el (gnus-article-edit-part): Disable undo.
15995
15996 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15997
15998 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15999 gnus-article-date-lapsed-new-header is t if date timer is active;
16000 skip headers in which the original date value is empty.
16001 (gnus-article-save-original-date): Redefine it as a macro.
16002 (gnus-display-mime): Use it.
16003
16004 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16005
16006 * gnus-art.el (article-date-ut): Support converting date in
16007 forwarded parts as well.
16008 (gnus-article-save-original-date): New function.
16009 (gnus-display-mime): Use it.
16010
16011 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16012
16013 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16014 enclosure element of <item>.
16015
16016 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
16017
16018 * message.el (message-kill-buffer-query): Rename from
16019 `message-kill-buffer-query-if-modified'. Add :version.
16020
16021 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16022
16023 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16024 window layout.
16025
16026 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16027
16028 * mml.el: Autoload dnd when compiling.
16029
16030 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16031
16032 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16033 x-dnd-*.
16034
16035 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16036
16037 * qp.el (quoted-printable-encode-region): Save excursion.
16038
16039 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
16040
16041 * message.el (message-kill-buffer-query-if-modified): Add new variable
16042 so the user can kill a modified message buffer quickly.
16043 (message-kill-buffer): Use it.
16044
16045 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
16046
16047 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16048 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16049
16050 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16051
16052 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16053 contained in text because xml.el decodes entities) with LFs.
16054
16055 2005-04-11 Lute Kamstra <lute@gnu.org>
16056
16057 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16058 differently.
16059
16060 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16061
16062 * mm-util.el (mm-detect-coding-region): Typo.
16063
16064 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
16065
16066 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16067
16068 2005-04-06 Deepak Goel <deego@gnufans.org>
16069
16070 * spam-stat.el (spam-stat-score-buffer): Add a call to a
16071 user-function allow user modifications of the scores.
16072 (spam-stat-score-buffer-user): New function, to allow
16073 user-computed modifications to the score.
16074 (spam-stat-score-buffer-user-functions): List of additional
16075 scoring functions.
16076 (spam-stat-error-holder): Global temporary error holder.
16077 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16078 variable.
16079
16080 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
16081
16082 * gnus-registry.el (gnus-registry-clean-empty-function)
16083 (gnus-registry-trim, gnus-registry-fetch-groups)
16084 (gnus-registry-delete-group): Groups that match
16085 `gnus-registry-ignored-groups' are removed from the registry
16086 entries, not just ignored for splitting. This helps clean up the
16087 registry. Also, `gnus-registry-fetch-groups' is a convenient way
16088 to get all the groups a message ID is in.
16089
16090 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16091 (spam-stat-split-fancy): Change "threshhold" to "threshold".
16092 (spam-stat-score-buffer-user-functions): Add :number custom type.
16093
16094 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16095
16096 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16097 argument in XEmacs.
16098
16099 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16100 (nnrss-request-group): Decode group name first.
16101 (nnrss-request-article): Make a text/plain article if mml-to-mime
16102 failed.
16103 (nnrss-get-encoding): Return a compatible encoding according to
16104 nnrss-compatible-encoding-alist.
16105 (nnrss-find-el): Use consp instead of listp.
16106 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16107
16108 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16109
16110 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16111 which Emacs 20 doesn't support.
16112 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16113
16114 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16115
16116 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16117 silence the byte compiler inside the defun.
16118
16119 * gnus-demon.el (parse-time-string): Add autoload.
16120
16121 * gnus-delay.el (parse-time-string): Add autoload.
16122
16123 * gnus-art.el (parse-time-string): Add autoload.
16124
16125 * nnultimate.el (parse-time): Require for `parse-time-string'.
16126
16127 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16128
16129 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16130
16131 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16132
16133 * smime.el (smime-ldap-host-list): Add :version.
16134
16135 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16136
16137 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16138 pass it to `gnus-browse-read-group'.
16139 (gnus-browse-read-group): Add NUMBER argument and pass it to
16140 `gnus-group-read-ephemeral-group'.
16141
16142 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16143 argument and pass it to `gnus-group-read-group'.
16144
16145 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
16146
16147 * mm-util.el (mm-xemacs-find-mime-charset): Only call
16148 mm-xemacs-find-mime-charset-1 if we have the mule feature
16149 available at runtime.
16150
16151 2005-03-25 Werner Lemberg <wl@gnu.org>
16152
16153 * nnmaildir.el: Replace `illegal' with `invalid'.
16154
16155 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16156
16157 * gnus-start.el (gnus-display-time-event-handler):
16158 Check display-time-timer at runtime rather than only at load time
16159 in case display-time-mode is turned off in the mean time.
16160
16161 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16162
16163 * nnimap.el (nnimap-open-connection): Print which authinfo file is
16164 used.
16165
16166 * nneething.el (nneething-map-file-directory): Derive from
16167 `gnus-directory'.
16168
16169 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16170 the To/Cc button.
16171
16172 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16173
16174 * nnmaildir.el (nnmaildir-request-accept-article):
16175 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16176
16177 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16178
16179 * gnus-async.el: Require timer-funcs at compile time when in
16180 XEmacs for `run-with-idle-timer'.
16181
16182 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16183
16184 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16185 autoloaded function.
16186
16187 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16188
16189 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16190
16191 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16192
16193 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16194
16195 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16196
16197 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16198 Add gnus-expert-user to default.
16199
16200 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16201
16202 * nnimap.el (nnimap-open-server): Ditto.
16203
16204 * imap.el (imap-authenticate): Fix typo.
16205
16206 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16207
16208 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16209 buffer (since IMAP server might return FETCH response out of
16210 order, and the nntp buffer must be sorted).
16211
16212 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16213
16214 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16215 comparison on string.
16216
16217 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16218 (gnus-agent-score): Rename category keywords to match gnus-cus.
16219 (gnus-agent-summary-fetch-series): Modify to protect against
16220 gnus-agent-summary-fetch-group clearing processable flags.
16221 (gnus-agent-synchronize-group-flags): Update live group buffer as
16222 synchronization may occur due to the user toggle the plugged
16223 status.
16224 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16225 successfully downloaded.
16226 (gnus-agent-expire-group-1): Avoid using markers when the overview
16227 is in ascending order; greatly improves performance.
16228 (gnus-agent-regenerate-group):
16229 Use gnus-agent-synchronize-group-flags to reset read status in both
16230 gnus and server.
16231 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16232
16233 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16234
16235 * message.el: Don't autoload former message-utils variables.
16236 (message-strip-subject-trailing-was): Change doc string.
16237
16238 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16239 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16240 (nnweb-google-search): Add "hl=en" here.
16241 (nnweb-google-parse-1, nnweb-google-create-mapping):
16242 Don't hardcode URL.
16243
16244 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16245
16246 * message.el (message-get-reply-headers, message-followup):
16247 Mention related variables `message-use-followup-to' and
16248 `message-use-mail-followup-to', in the information buffer.
16249
16250 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16251 of broken groups(-beta).google.com.
16252
16253 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16254
16255 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16256 parameter to invoked gnus-request-move-article; remove the
16257 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16258 all at once instead of once per article.
16259 (gnus-summary-remove-process-mark): Accept a list of articles as
16260 well as a single article for processing.
16261
16262 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16263 parameter.
16264
16265 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16266
16267 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16268
16269 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16270 parameter.
16271
16272 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16273 parameter.
16274
16275 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16276 parameter and remove the gnus-sum-hint-move-is-internal variable.
16277
16278 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16279 parameter.
16280
16281 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16282 parameter.
16283
16284 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16285 parameter.
16286
16287 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16288
16289 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16290 parameter.
16291
16292 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16293 parameter.
16294
16295 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16296
16297 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16298 a more conservative way.
16299
16300 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16301
16302 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16303 buffer, so it moves the window's cursor.
16304
16305 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16306
16307 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16308 `mm-dissect-multipart' and receive the from field as an (optional)
16309 argument from `mm-dissect-multipart'.
16310 (mm-dissect-multipart): Receive the from field as an argument and
16311 pass it on when we call `mm-dissect-buffer' on MIME parts.
16312 Fixes verification/decryption of signed/encrypted MIME parts.
16313
16314 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16315
16316 * gnus-sum.el (gnus-summary-move-article):
16317 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16318 whatever it calls (right now, only nnimap-request-move article
16319 respects it).
16320
16321 * nnimap.el (nnimap-request-move-article):
16322 When gnus-sum-hint-move-is-internal is set, don't do the extra
16323 nnimap-request-article.
16324
16325 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16326
16327 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16328
16329 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16330 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16331
16332 * gnus-sum.el (gnus-summary-caesar-message):
16333 Apply `gnus-treat-article' after rotation.
16334
16335 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16336 doc string.
16337
16338 2005-02-22 Simon Josefsson <jas@extundo.com>
16339
16340 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16341 `password-cache-expiry' instead). Reported by Arne Jørgensen
16342 <arne@arnested.dk>.
16343 (encrypt): Add password-cache and password-cache-expiry as group
16344 members.
16345
16346 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16347
16348 * smime.el (smime-ldap-host-list): Doc fix.
16349 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16350 cache) password.
16351 (smime-sign-region): Use it.
16352 (smime-decrypt-region): Use it.
16353 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16354 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16355 fails.
16356 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16357 certificate from DER to PEM format rather than calling openssl.
16358
16359 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16360
16361 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16362 for signing/encryption.
16363
16364 * mml.el (mml-parse-1): Use them.
16365
16366 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16367
16368 * nnrss.el (nnrss-verbose): Remove.
16369 (nnrss-request-group): Use `nnheader-message' instead.
16370
16371 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16372
16373 * nnrss.el (nnrss-verbose): New variable.
16374 (nnrss-request-group): Make it say nnrss is requesting a group.
16375
16376 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16377
16378 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16379 Handle news URL with given port correctly.
16380
16381 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16382
16383 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16384 containing special characters.
16385
16386 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16387
16388 * mml.el (mime-to-mml): Ditto.
16389
16390 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16391 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16392 (rfc2047-decode-region): Quote decoded words containing special
16393 characters when rfc2047-quote-decoded-words-containing-tspecials
16394 is non-nil.
16395
16396 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16397
16398 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16399
16400 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16401
16402 2005-02-15 Simon Josefsson <jas@extundo.com>
16403
16404 * nnimap.el (nnimap-debug): Doc fix.
16405
16406 * imap.el (imap-debug): Doc fix.
16407
16408 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16409
16410 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16411
16412 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16413
16414 * gnus.el (spam-contents): Improve docs for spam-contents
16415 parameter in its variable incarnation.
16416
16417 2005-02-14 Simon Josefsson <jas@extundo.com>
16418
16419 * smime-ldap.el: Use require instead of load-library for ldap.
16420 (smime-ldap-search): Indent.
16421 (smime-ldap-search-internal): Shorten line.
16422
16423 * smime.el (smime-cert-by-dns): Add doc-string.
16424 (smime-cert-by-ldap-1): Indent.
16425
16426 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16427 mml-smime-get-dns-ldap.
16428 (mml-smime-encrypt-query): Use new function. Default to ldap.
16429
16430 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16431
16432 * smime.el: Require smime-ldap.
16433 (smime-ldap-host-list): New variable.
16434 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16435
16436 * mml-smime.el (mml-smime-encrypt-query): New function.
16437 (mml-smime-encrypt-query): Use it.
16438
16439 * smime-ldap.el: New file.
16440
16441 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16442
16443 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16444
16445 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16446
16447 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16448 argument in doc string. Make query for type more clear.
16449
16450 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16451
16452 * gnus.el (gnus-group-startup-message): Search for gnus images in
16453 etc/images/gnus.
16454 * mm-util.el (mm-image-load-path): Likewise.
16455 * smiley.el (smiley-data-directory): Search for smilies in
16456 etc/images/smilies.
16457
16458 2005-02-09 Kim F. Storm <storm@cua.dk>
16459
16460 Change Emacs release version from 21.4 to 22.1 throughout.
16461 Change Emacs development version from 21.3.50 to 22.0.50.
16462
16463 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16464
16465 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16466
16467 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16468 non-Mule XEmacs as well.
16469 (mm-decompress-buffer): Signal an error intentionally if it does
16470 not decompress compressed data because auto-compression-mode is
16471 disabled.
16472
16473 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16474
16475 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16476 an ID in the registry even if it has no groups.
16477
16478 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16479
16480 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16481 merge it into mm-decompress-buffer.
16482 (gnus-mime-copy-part): Use the MIME part charset, the value which
16483 a user specified or gnus-newsgroup-charset for decoding, like
16484 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16485 save-buffer what was used. Suggested by Kevin Ryde
16486 <user42@zip.com.au>.
16487 (gnus-mime-inline-part): Allow the name parameter as well as the
16488 filename parameter; force decompressing of compressed data; always
16489 display contents being not decoded as unibyte.
16490
16491 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16492 as well as the filename parameter.
16493
16494 * mm-util.el (mm-decompress-buffer):
16495 Merge gnus-mime-jka-compr-maybe-uncompress.
16496 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16497 of compressed data.
16498
16499 2005-02-08 Simon Josefsson <jas@extundo.com>
16500
16501 * imap.el (imap-log): Doc fix.
16502
16503 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16504
16505 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16506 the coding cookies; decompress compressed parts.
16507
16508 * mml.el (mml-generate-mime-1): Add the charset parameter according
16509 to the value which a user specified manually or the coding cookie.
16510
16511 * mm-util.el (mm-string-to-multibyte): New function.
16512 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16513 (mm-coding-system-to-mime-charset): New function.
16514 (mm-decompress-buffer): New function.
16515 (mm-find-buffer-file-coding-system): New function.
16516
16517 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16518 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16519 parts.
16520
16521 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16522
16523 * mm-view.el (mm-display-inline-fontify): Decode a part according
16524 to the charset parameter.
16525
16526 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16527
16528 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16529 prefix arg is neither nil nor a number, as info specifies.
16530
16531 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16532
16533 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16534 timestamps.
16535
16536 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16537
16538 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16539 groups error checking and notify user.
16540
16541 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16542
16543 * message.el (message-send-mail-function): Check existence of
16544 sendmail-program first before using default value
16545 `message-send-mail-with-sendmail'. Otherwise use more generic
16546 `smtpmail-send-it'.
16547
16548 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16549
16550 * nntp.el (nntp-request-update-info): Always return nil.
16551
16552 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16553
16554 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16555
16556 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16557
16558 * message.el (message-beginning-of-line): Change the behavior when
16559 invoked between BOL and : so that it first moves backward.
16560
16561 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16562
16563 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16564 article buffer when editing of the article is discarded.
16565 (gnus-article-prepare): Revert.
16566
16567 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16568
16569 * gnus-art.el (gnus-article-prepare):
16570 Remove message-strip-forbidden-properties from the local hook.
16571
16572 2005-01-27 Simon Josefsson <jas@extundo.com>
16573
16574 * password.el (password-cache-add): Only start one timer per key.
16575 Reported by Derek Atkins <warlord@MIT.EDU>.
16576
16577 2005-01-26 Steve Youngs <steve@sxemacs.org>
16578
16579 * run-at-time.el: Remove. It is no longer needed as
16580 timer-funcs.el in the xemacs-base package has a working version of
16581 `run-at-time'.
16582
16583 * password.el: Require timer-funcs instead of run-at-time in
16584 XEmacs.
16585 Remove `password-run-at-time' macro.
16586 (password-cache-add): Use `run-at-time' instead of
16587 `password-run-at-time'.
16588
16589 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16590 for `run-with-idle-timer'.
16591
16592 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16593 for `run-at-time'.
16594
16595 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16596 for `with-timeout'.
16597
16598 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16599
16600 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16601 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16602
16603 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16604
16605 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16606 sensitively.
16607
16608 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16609
16610 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16611
16612 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16613
16614 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16615 which will be inserted according to the multibyteness of a buffer
16616 rather than the type of contents. Suggested by ARISAWA Akihiro
16617 <ari@mbf.ocn.ne.jp>.
16618
16619 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16620 of string which old xml.el may return rather than a string.
16621
16622 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16623
16624 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16625
16626 2005-01-16 Simon Josefsson <jas@extundo.com>
16627
16628 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16629 idn/idna.el isn't available.
16630 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16631 <michael@waxrat.com>.
16632
16633 * hashcash.el: Remove non-FSF copyright header.
16634
16635 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16636 (hashcash-generate-payment): Use it.
16637 (hashcash-generate-payment-async): Use it.
16638
16639 2005-01-15 Simon Josefsson <jas@extundo.com>
16640
16641 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16642 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16643
16644 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16645 gnus-summary-idna-message.
16646 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16647 (gnus-summary-idna-message): New function.
16648
16649 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16650
16651 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16652 gnus-novice-user.
16653
16654 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16655
16656 * nnrss.el (nnrss-request-delete-group): Delete entries in
16657 nnrss-group-alist as well.
16658 (nnrss-save-server-data): Insert newline.
16659
16660 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16661
16662 * gnus.el (gnus-user-agent): Use list of symbols instead of
16663 symbols. Display full version number for (S)XEmacs.
16664 Optionally display (S)XEmacs codename.
16665
16666 * gnus-util.el (gnus-emacs-version): Update for new
16667 `gnus-user-agent'.
16668
16669 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16670 Gnus version.
16671
16672 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16673
16674 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16675 which is unreadable in some setups.
16676
16677 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16678
16679 * gnus-spec.el (gnus-update-format-specifications): Flush the
16680 group format spec cache if it doesn't support decoded group names.
16681
16682 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16683
16684 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16685 Allow to apply decay on score files matching a regexp.
16686
16687 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16688
16689 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16690 compatibility in %g and %c.
16691
16692 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16693
16694 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16695 name for only %g and %c.
16696 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16697 of gnus-tmp-group to decoded group name.
16698 (gnus-group-make-rss-group): Exclude `/'s from group names.
16699
16700 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16701
16702 * nnrss.el (nnrss-get-encoding): Fix regexp.
16703
16704 2004-12-27 Simon Josefsson <jas@extundo.com>
16705
16706 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16707 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16708 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16709
16710 2004-12-17 Kim F. Storm <storm@cua.dk>
16711
16712 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16713
16714 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16715
16716 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16717
16718 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16719
16720 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16721
16722 * nnrss.el: Require rfc2047 and mml.
16723 (nnrss-file-coding-system): New variable.
16724 (nnrss-format-string): Redefine it as an inline function.
16725 (nnrss-decode-group-name): New function.
16726 (nnrss-string-as-multibyte): Remove.
16727 (nnrss-retrieve-headers): Decode group name; don't use
16728 nnrss-format-string.
16729 (nnrss-request-group): Decode group name.
16730 (nnrss-request-article): Decode group name; allow a Message-ID as
16731 well as an article number; don't use nnrss-format-string; encode a
16732 Message-ID string which may contain non-ASCII characters; use
16733 mml-to-mime to compose a MIME article.
16734 (nnrss-request-expire-articles): Decode group name.
16735 (nnrss-request-delete-group): Decode group name.
16736 (nnrss-fetch): Clarify error message.
16737 (nnrss-read-server-data): Use insert-file-contents instead of load;
16738 bind file-name-coding-system; use multibyte buffer.
16739 (nnrss-save-server-data): Bind coding-system-for-write to the
16740 value of nnrss-file-coding-system; bind file-name-coding-system;
16741 add coding cookie.
16742 (nnrss-read-group-data): Use insert-file-contents instead of load;
16743 bind file-name-coding-system; use multibyte buffer.
16744 (nnrss-save-group-data): Bind coding-system-for-write to the
16745 value of nnrss-file-coding-system; bind file-name-coding-system.
16746 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16747 make it work with non-ASCII text.
16748 (nnrss-find-el): Make it work with old xml.el as well.
16749
16750 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16751
16752 * nnrss.el (nnrss-get-encoding): New function.
16753 (nnrss-fetch): Use unibyte buffer initially; bind
16754 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16755 decode contents according to the encoding attribute.
16756 (nnrss-save-group-data): Add coding cookie.
16757 (nnrss-mime-encode-string): New function.
16758 (nnrss-check-group): Use it to encode subject and author.
16759
16760 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16761
16762 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16763 imaginary variable.
16764
16765 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16766
16767 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16768 correctly even if there are wide characters.
16769
16770 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16771
16772 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16773 downcased symbol names; make a new cache instead of reusing
16774 bbdb-hashtable.
16775
16776 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16777
16778 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16779 concatenating segments rather than before concatenating them.
16780 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16781
16782 * message.el (message-get-reply-headers): Bind `extra'.
16783
16784 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16785
16786 * message.el (message-extra-wide-headers): New variable.
16787 (message-get-reply-headers): Use it.
16788
16789 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16790
16791 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16792 (gnus-agent-group-pathname): Ditto.
16793
16794 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16795
16796 * gnus-group.el (gnus-group-make-group): Decode group name.
16797 (gnus-group-make-rss-group): Register the group data after opening
16798 the nnrss group.
16799
16800 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16801
16802 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16803 by expiry now get marked as read.
16804
16805 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16806
16807 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16808
16809 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16810
16811 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16812 unify Latin characters in XEmacs.
16813 (mm-find-mime-charset-region): Use it.
16814
16815 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16816
16817 * gnus-util.el (gnus-delete-directory): New function.
16818
16819 * gnus-agent.el (gnus-agent-delete-group): Use it.
16820
16821 * gnus-cache.el (gnus-cache-delete-group): Use it.
16822
16823 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16824
16825 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16826 names.
16827
16828 2004-12-16 Simon Josefsson <jas@extundo.com>
16829
16830 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16831
16832 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16833
16834 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16835
16836 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16837 (gnus-group-set-current-level): Decode group name.
16838
16839 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16840
16841 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16842 failed.
16843
16844 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16845
16846 * gnus-group.el (gnus-group-delete-group): Decode group name.
16847 (gnus-group-make-rss-group): Encode group name.
16848 (gnus-group-catchup-current): Decode group name.
16849 (gnus-group-kill-group): Decode group name.
16850
16851 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16854
16855 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16856
16857 * gnus-group.el (gnus-group-make-rss-group):
16858 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16859
16860 * gnus-start.el (gnus-setup-news): Honor user's setting to
16861 gnus-message-archive-method. Suggested by Lute Kamstra
16862 <lute@gnu.org>.
16863
16864 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16865
16866 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16867 global counterparts of the buffer-local variables.
16868
16869 2004-11-16 Romain Francoise <romain@orebokech.com>
16870
16871 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16872 counterparts of the buffer-local variables.
16873
16874 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16875
16876 * message.el (message-forbidden-properties): Fix typo in doc
16877 string.
16878
16879 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16880
16881 * gnus-util.el (gnus-replace-in-string): Add doc string.
16882
16883 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16884 to avoid problems when splitting mails with many recipients.
16885
16886 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16887
16888 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16889 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16890
16891 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16892
16893 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16894 if there is no hashtable in memory or file modification time is
16895 newer than cached timestamp.
16896
16897 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16898
16899 * gnus-sum.el (gnus-summary-limit-to-recipient):
16900 Implement not-matching option.
16901
16902 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16903
16904 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16905 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16906 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16907 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16908 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16909 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16910
16911 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16912
16913 * message.el (message-forward-make-body-mml): Remove headers
16914 according to message-forward-ignored-headers if a message is decoded.
16915
16916 2004-12-02 Romain Francoise <romain@orebokech.com>
16917
16918 * message.el (message-forward-make-body-plain): Always remove
16919 headers according to message-forward-ignored-headers.
16920
16921 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16922
16923 * spam.el (spam-summary-prepare-exit): Remove the
16924 gnus-summary-limit pop for now, it has problems with ham marks for
16925 me.
16926
16927 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16928
16929 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16930 correctly.
16931
16932 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16933
16934 * format-spec.el (format-spec): Message the char.
16935
16936 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16937
16938 * gnus-art.el (gnus-split-methods): Reformat comments.
16939
16940 * spam.el (spam-summary-prepare-exit): Remove article limits
16941 before exiting the summary buffer.
16942
16943 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16944
16945 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16946 order to silence the byte compiler.
16947
16948 * spam.el: Fix the way to silence the byte compiler, which
16949 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16950 bbdb-search-simple, spam-BBDB-register-routine,
16951 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16952 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16953 spam-stat-buffer-is-spam, spam-stat-load,
16954 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16955 spam-stat-save and spam-stat-split-fancy.
16956
16957 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16958
16959 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16960 which may confuse users.
16961 (canlock-password-for-verify): Ditto.
16962
16963 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16964
16965 * gnus-art.el (gnus-emphasis-alist): Ditto.
16966
16967 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16968
16969 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16970
16971 * gnus-start.el (gnus-save-killed-list): Ditto.
16972
16973 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16974 (gnus-sum-thread-tree-root): Ditto.
16975 (gnus-sum-thread-tree-false-root): Ditto.
16976 (gnus-sum-thread-tree-single-indent): Ditto.
16977
16978 * message.el (message-courtesy-message): Ditto.
16979 (message-archive-note): Ditto.
16980 (message-subscribed-address-file): Ditto.
16981 (message-user-fqdn): Ditto.
16982
16983 * spam-report.el (spam-report-gmane-regex): Ditto.
16984
16985 * spam.el (spam-blackhole-good-server-regex): Ditto.
16986
16987 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16988
16989 * mml.el (mml-preview): Widen the message buffer before copying
16990 the contents to the preview buffer; sort headers before previewing.
16991
16992 * message.el (message-hidden-headers): Fix the way to avoid a bug
16993 in the `repeat' widget in Emacs 21.3 or earlier.
16994
16995 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16996
16997 * message.el (message-hidden-headers): Default to "^References:".
16998 Improve customization type. Suggested by Reiner Steib
16999 <Reiner.Steib@gmx.de>.
17000
17001 2004-11-25 Romain Francoise <romain@orebokech.com>
17002
17003 * message.el (message-strip-forbidden-properties): Remove check for
17004 obsolete `message-hidden' text property, hidden headers are not
17005 accessible in the buffer anymore.
17006
17007 2004-11-22 Romain Francoise <romain@orebokech.com>
17008
17009 * message.el (message-header-format-alist): Add `From' in list
17010 so that it can be sorted.
17011 (message-fix-before-sending): Widen and sort headers before
17012 sending.
17013 (message-hide-headers): Use narrowing to hide headers by moving
17014 them to the top of the buffer and narrowing to the region
17015 underneath.
17016
17017 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17018
17019 * message.el (message-strip-forbidden-properties):
17020 Bind buffer-read-only (etc) to nil.
17021
17022 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
17023
17024 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17025 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17026
17027 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
17028
17029 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17030
17031 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17032
17033 * dns.el (query-dns): Use sit-for to time instead of
17034 accept-process-output, since that doesn't seem to work on udp
17035 sockets.
17036
17037 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
17038
17039 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17040
17041 2004-11-15 Jesper Harder <harder@ifa.au.dk>
17042
17043 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17044 doc string. Improve doc string.
17045
17046 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
17047
17048 * nntp.el (nntp-request-update-info): Return nil if
17049 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17050 may not call gnus-activate-group which uselessly issues the GROUP
17051 commands for all nntp groups and wastes time. Reported by Romain
17052 Francoise <romain@orebokech.com>.
17053
17054 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17055
17056 2004-11-15 Simon Josefsson <jas@extundo.com>
17057
17058 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17059 headers separately.
17060 (gnus-button-openpgp): New function, inspired by Jochen Küpper
17061 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17062
17063 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
17064
17065 * gnus-start.el (gnus-convert-old-newsrc):
17066 Assign legacy-gnus-agent to 5.10.7.
17067
17068 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17069
17070 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17071 start of the lines.
17072
17073 2004-11-14 Magnus Henoch <mange@freemail.hu>
17074
17075 * hashcash.el (hashcash-default-payment): Change default to 20.
17076 (hashcash-default-accept-payment): Change default to 20.
17077 (hashcash-process-alist): New variable.
17078 (hashcash-generate-payment-async): Add.
17079 (hashcash-already-paid-p): Add.
17080 (hashcash-insert-payment): Don't generate payments twice.
17081 (hashcash-insert-payment-async): Add.
17082 (hashcash-insert-payment-async-2): Add.
17083 (hashcash-cancel-async): Add.
17084 (hashcash-wait-async): Add.
17085 (hashcash-processes-running-p): Add.
17086 (hashcash-wait-or-cancel): Add.
17087 (mail-add-payment): New optional argument. Conditionally start
17088 asynchronous calculation.
17089 (mail-add-payment-async): Add.
17090
17091 * message.el (message-send-mail): Wait for asynchronous hashcash
17092 results. Don't clobber existing X-Hashcash headers.
17093 (message-setup-1): Call mail-add-payment-async when
17094 message-generate-hashcash is non-nil.
17095
17096 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17097
17098 * message.el (message-use-alternative-email-as-from): Examine the
17099 From header as well; use message-make-from in order to include a
17100 user's full name.
17101
17102 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17103
17104 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17105 default; improve customization type.
17106 (gnus-emphasis-custom-with-format): New macro.
17107 (gnus-emphasis-custom-value-to-external): New function.
17108 (gnus-emphasis-custom-value-to-internal): New function.
17109
17110 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17111
17112 * dns.el (query-dns): Resolve reverse addresses.
17113
17114 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17115
17116 * gnus-group.el (gnus-group-get-new-news): Use it.
17117
17118 * gnus-start.el (gnus-check-reasonable-setup): New function.
17119
17120 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
17121
17122 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17123 "Args out of range" error. Reported by Arnaud Giersch
17124 <arnaud.giersch@free.fr>.
17125
17126 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
17127
17128 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17129
17130 2004-11-04 Richard M. Stallman <rms@gnu.org>
17131
17132 * spam.el (spam group): Add :version.
17133
17134 * pgg-def.el (pgg group): Add :version.
17135
17136 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
17137
17138 * gnus-art.el (gnus-article-edit-article): Don't associate the
17139 article buffer with a draft file. This is a temporary measure
17140 against the 2004-08-22 change to gnus-article-edit-mode.
17141
17142 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
17143
17144 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17145 (html2text-format-tags): Remove unused variable `attr'.
17146
17147 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17148
17149 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17150
17151 * spam-stat.el (spam-stat): Add :version.
17152
17153 * sieve.el (sieve): Add :version.
17154
17155 * sha1.el (sha1): Add :version.
17156 (sha1-use-external): Remove redundant version.
17157
17158 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17159 (nnmail-cache-ignore-groups, nnmail-spool-hook)
17160 (nnmail-split-fancy-match-partial-words)
17161 (nnmail-split-lowercase-expanded): Add :version.
17162
17163 * nndiary.el (nndiary): Add :version.
17164
17165 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17166
17167 * mml-sec.el (mml-default-sign-method)
17168 (mml-default-encrypt-method, mml-signencrypt-style-alist):
17169 Add :version.
17170
17171 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17172
17173 * mm-url.el (mm-url-use-external, mm-url-program)
17174 (mm-url-arguments): Add :version.
17175
17176 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17177 (mm-attachment-file-modes, mm-decrypt-option)
17178 (mm-w3m-safe-url-regexp): Add :version.
17179
17180 * message.el (message-cite-prefix-regexp)
17181 (message-sendmail-envelope-from, message-minibuffer-local-map)
17182 (message-user-fqdn, message-completion-alist): Add :version.
17183
17184 * gnus-win.el (gnus-configure-windows-hook)
17185 (gnus-use-frames-on-any-display): Add :version.
17186
17187 * gnus-art.el (gnus-article-address-banner-alist)
17188 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17189 (gnus-treat-from-picon, gnus-treat-mail-picon)
17190 (gnus-treat-x-pgp-sig): Add :version.
17191
17192 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17193 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17194 (gnus-summary-article-delete-hook)
17195 (gnus-summary-display-while-building): Add :version.
17196
17197 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17198 (gnus-get-top-new-news-hook): Add :version.
17199
17200 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17201 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17202
17203 * gnus-registry.el (gnus-registry): Add :version.
17204
17205 * gnus-spec.el (gnus-use-correct-string-widths)
17206 (gnus-make-format-preserve-properties): Add :version.
17207
17208 * gnus.el (gnus-group-charter-alist)
17209 (gnus-group-fetch-control-use-browse-url)
17210 (gnus-install-group-spam-parameters): Add :version.
17211
17212 * gnus-diary.el (gnus-diary): Add :version.
17213
17214 * gnus-delay.el (gnus-delay): Add :version.
17215
17216 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17217 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17218 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17219 Add :version.
17220
17221 * gnus-agent.el (gnus-agent-max-fetch-size)
17222 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17223 (gnus-agent-prompt-send-queue): Add :version.
17224
17225 * deuglify.el (gnus-outlook-deuglify): Add :version.
17226
17227 * html2text.el: Beautify code. Improve doc strings.
17228 Some checkdoc cleanup.
17229 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17230
17231 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17232
17233 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17234
17235 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17236
17237 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17238 when package is loaded.
17239
17240 * spam.el (spam-summary-score-preferred-header): Add global preference
17241 for people who want to override the default SpamAssassin over
17242 Bogofilter preference (when both are set).
17243 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17244 (spam-user-format-function-S):
17245 Check spam-summary-score-preferred-header.
17246 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17247 (spam-user-format-function-S): Format the score correctly.
17248
17249 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17250
17251 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17252 signature file. Suggested by Manoj Srivastava
17253 <srivasta@golden-gryphon.com>.
17254
17255 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17256 iso-2022-jp even in the Japanese language environment.
17257 Suggested by Jason Rumney <jasonr@gnu.org>.
17258
17259 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17260
17261 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17262 use the same characters as the dummy marks; make it free from
17263 getting affected by the language environment.
17264 (gnus-summary-read-group-1): Update mark positions only when the
17265 format spec is updated.
17266
17267 * gnus-spec.el (gnus-update-format-specifications): Return a list
17268 of updated types.
17269
17270 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17271
17272 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17273 of boundp to check if display-warning is available.
17274
17275 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17276
17277 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17278
17279 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17280
17281 * nnspool.el (nnspool-spool-directory): Use news-path if the
17282 news-directory variable is not bound.
17283
17284 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17285 function instead of display-warning if it is not available.
17286
17287 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17288
17289 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17290 v5-10: Use `point-at-bol'.
17291
17292 2004-10-26 Simon Josefsson <jas@extundo.com>
17293
17294 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17295 <chenggao@gmail.com>.
17296
17297 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17298
17299 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17300 instead.
17301
17302 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17303
17304 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17305 to remove a server from the nnimap-server-buffer-alist.
17306 (nnimap-open-connection, nnimap-close-server): Use it.
17307
17308 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17309
17310 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17311
17312 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17313 running the major-mode function.
17314
17315 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17316
17317 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17318 dummy marks in the right way.
17319
17320 2004-10-18 David Edmondson <dme@dme.org>
17321
17322 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17323 excessively.
17324
17325 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17326
17327 * gnus-util.el (gnus-split-references): Accept a nil references
17328 string and go on blissfully.
17329
17330 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17331 cases where the references string is non-nil but has no references.
17332
17333 * encrypt.el: Add autoload tags.
17334
17335 * spam.el (spam-resolve-registrations-routine): Remove article
17336 from unregistration list too. Reported by David Hanak
17337 <dhanak@isis.vanderbilt.edu>
17338
17339 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17340
17341 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17342 nil. Change custom type.
17343
17344 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17345
17346 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17347
17348 * gnus-sum.el (gnus-summary-move-article): Use it.
17349
17350 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17351
17352 * encrypt.el: Add autoload cookies.
17353
17354 * spam.el (spam-backend-article-list-property)
17355 (spam-backend-get-article-todo-list)
17356 (spam-backend-put-article-todo-list)
17357 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17358 Resolve registrations separately.
17359 (spam-register-routine): Format comments.
17360 (spam-unregister-routine, spam-register-routine): Always call with
17361 specific-articles, no default list.
17362 (spam-summary-prepare-exit): Use the spam-classifications function.
17363
17364 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17365 gnus-encrypt.el.
17366
17367 * encrypt.el: Copied from gnus-encrypt.el.
17368
17369 * gnus-encrypt.el: Commented that it's obsolete.
17370
17371 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17372
17373 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17374 (gnus-score-save): Use it.
17375
17376 * message.el (message-bury): Use `window-dedicated-p'.
17377
17378 2004-10-15 Simon Josefsson <jas@extundo.com>
17379
17380 * pop3.el (top-level): Don't require nnheader.
17381 (pop3-read-timeout): Add.
17382 (pop3-accept-process-output): Add.
17383 (pop3-read-response, pop3-retr): Use it.
17384
17385 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17386
17387 * spam.el (spam-register-routine): Move comment.
17388 (spam-verify-bogofilter): Use 'unknown for the initial
17389 spam-bogofilter-valid state, not 'never.
17390
17391 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17392 for netrc-machine.
17393
17394 * nnimap.el (nnimap-open-connection):
17395 Use netrc-machine-user-or-password.
17396
17397 2004-10-17 Richard M. Stallman <rms@gnu.org>
17398
17399 * gnus-registry.el (gnus-registry-unload-hook):
17400 Set as a variable with add-hook.
17401
17402 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17403 of news-path.
17404
17405 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17406
17407 * spam.el: Delete duplicate `provide'.
17408 (spam-unload-hook): Set as a variable with add-hook.
17409
17410 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17411
17412 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17413 in the doc string.
17414
17415 * message.el (message-ignored-news-headers)
17416 (message-ignored-supersedes-headers)
17417 (message-ignored-resent-headers)
17418 (message-forward-ignored-headers): Improve custom type.
17419
17420 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17421
17422 * message.el (message-tokenize-header): Fix 2004-09-06 change
17423 which used point-min in the wrong place.
17424
17425 2004-10-12 Simon Josefsson <jas@extundo.com>
17426
17427 * tls.el (tls-certtool-program): New variable.
17428 (tls-certificate-information): New function, based on
17429 ssl-certificate-information.
17430
17431 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17432
17433 * compface.el: Move the version of ELisp-based uncompface program
17434 to the contrib directory because of the copyright problem.
17435
17436 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17437
17438 * message.el (message-kill-buffer): Raise the current frame.
17439
17440 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17441
17442 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17443
17444 * gnus.el (message-y-or-n-p): Autoload.
17445
17446 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17447 (pop3-password-required, pop3-authentication-scheme)
17448 (pop3-leave-mail-on-server): Make customizable.
17449 (pop3): New custom group.
17450 (pop3-retr): Remove `sleep-for' statements.
17451 Suggested by Dave Love <fx@gnu.org>.
17452
17453 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17454 Windows/DOS.
17455
17456 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17457 (imap-parse-body): Fix incorrect use of `assert'.
17458 Suggested by Dave Love <fx@gnu.org>.
17459
17460 * mml.el (mml-minibuffer-read-disposition): Require match.
17461 Suggested by Dave Love <fx@gnu.org>.
17462
17463 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17464
17465 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17466 doc string.
17467
17468 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17469
17470 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17471
17472 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17473
17474 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17475 instead of calling `mm-insert-inline', to decode text/* parts
17476 before displaying them.
17477
17478 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17479
17480 * mm-uu.el (mm-uu-text-plain-type): New variable.
17481 (mm-uu-pgp-signed-extract-1): Use it.
17482 (mm-uu-pgp-encrypted-extract-1): Use it.
17483 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17484 bind mm-uu-text-plain-type with that value.
17485 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17486 mm-uu-dissect.
17487
17488 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17489
17490 * gnus-group.el (gnus-update-group-mark-positions):
17491 * gnus-sum.el (gnus-update-summary-mark-positions):
17492 * message.el (message-check-news-body-syntax):
17493 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17494 of string-as-multibyte.
17495
17496 2004-10-05 Juri Linkov <juri@jurta.org>
17497
17498 * gnus-group.el (gnus-update-group-mark-positions):
17499 * gnus-sum.el (gnus-update-summary-mark-positions):
17500 * message.el (message-check-news-body-syntax):
17501 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17502 8-bit unibyte values to a multibyte string for search functions.
17503
17504 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17505
17506 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17507 (mm-uu-dissect-text-parts): New function.
17508
17509 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17510 dissect text parts.
17511
17512 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17513 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17514
17515 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17516
17517 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17518 Use gnus-current-topics instead of gnus-current-topic.
17519
17520 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17521
17522 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17523
17524 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17525
17526 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17527 where approriate.
17528
17529 * nnml.el (nnml-generate-active-info): do.
17530
17531 * nndiary.el (nndiary-generate-active-info): do.
17532
17533 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17534 (gnus-topic-move): do.
17535
17536 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17537 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17538
17539 * gnus-srvr.el (gnus-server-prepare)
17540 (gnus-server-open-all-servers): do.
17541
17542 * gnus-msg.el (gnus-summary-cancel-article)
17543 (gnus-summary-resend-message)
17544 (gnus-summary-mail-crosspost-complaint): do.
17545
17546 * gnus-move.el (gnus-change-server): do.
17547
17548 * gnus-group.el (gnus-group-unmark-all-groups)
17549 (gnus-group-set-current-level): do.
17550
17551 2004-10-04 Simon Josefsson <jas@extundo.com>
17552
17553 * message.el (message-generate-hashcash): Doc fix.
17554
17555 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17556
17557 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17558 avoid infinite recursion via gnus-get-function.
17559
17560 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17561
17562 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17563
17564 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17565
17566 * nnmail.el (nnmail-split-history): do.
17567
17568 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17569 (nnml-request-delete-group): do.
17570
17571 * nnslashdot.el (nnslashdot-read-groups): do.
17572
17573 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17574 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17575
17576 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17577 (nnspool-sift-nov-with-sed): Use last.
17578 (nnspool-retrieve-headers-with-nov): Use mapc.
17579 (nnspool-request-newgroups): Use dolist.
17580 (nnspool-request-group): Use last.
17581
17582 * nntp.el (nntp-read-server-type): Use dolist.
17583
17584 * nnvirtual.el (nnvirtual-create-mapping)
17585 (nnvirtual-update-read-and-marked): Use dolist.
17586 (nnvirtual-convert-headers): Simplify.
17587
17588 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17589
17590 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17591 Add support for sync'ing tick marks.
17592
17593 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17594
17595 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17596 there's no visible header.
17597
17598 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17599
17600 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17601 When necessary, pass full group name to gnus-request-set-marks.
17602
17603 2004-10-01 Simon Josefsson <jas@extundo.com>
17604
17605 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17606 acroread.
17607
17608 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17609
17610 * spam-report.el (spam-report-gmane): Fix interactive.
17611
17612 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17613
17614 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17615 when writing file.
17616 (gnus-agent-synchronize-flags): Don't default to being
17617 interactive.
17618
17619 2004-09-30 Simon Josefsson <jas@extundo.com>
17620
17621 * message.el (message-generate-hashcash): Add.
17622 (message-send-mail): Use it, call mail-add-payment.
17623
17624 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17625
17626 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17627
17628 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17629
17630 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17631 gnus-requst-update-info with explicit code to sync the in-memory
17632 info read flags with the marks being sync'd to the backend.
17633
17634 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17635
17636 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17637
17638 * spam.el (spam-verify-bogofilter): Add new function.
17639 (spam-check-bogofilter)
17640 (spam-bogofilter-register-with-bogofilter): Use it.
17641 (spam-verify-bogofilter): Add small fixes.
17642
17643 2004-09-28 Simon Josefsson <jas@extundo.com>
17644
17645 * hashcash.el (hashcash-generate-payment): Revert.
17646
17647 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17648
17649 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17650 Use gnus-extract-references instead of gnus-split-references.
17651
17652 * gnus-util.el (gnus-extract-references): Add new function, analogous
17653 to gnus-split-references but extracts only the message-ID without
17654 anything extra.
17655
17656 * hashcash.el (hashcash-generate-payment)
17657 (hashcash-check-payment): Do the right thing if hashcash-path is
17658 nil (because the hashcash program could not be found).
17659
17660 * spam.el (spam-use-hashcash): Remove comment.
17661
17662 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17663
17664 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17665 (gnus-cache-enter-article, gnus-cache-remove-article)
17666 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17667
17668 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17669
17670 * gnus-art.el (article-hide-boring-headers)
17671 (article-translate-strings, article-display-face)
17672 (gnus-article-mime-match-handle-first)
17673 (gnus-article-highlight-headers)
17674 (gnus-article-add-buttons-to-head): do.
17675
17676 2004-09-27 Simon Josefsson <jas@extundo.com>
17677
17678 * hashcash.el: New version, from
17679 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17680 ../contrib/.
17681
17682 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17683
17684 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17685
17686 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17687
17688 * gnus-dup.el (gnus-dup-open): Use mapc.
17689 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17690
17691 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17692 Reported by Stefan Wiens <s.wi@gmx.net>.
17693
17694 * gnus.el (gnus-shutdown): Use dolist.
17695
17696 * gnus-undo.el (gnus-undo): Use mapc.
17697
17698 * nnrss.el (nnrss-generate-active): do.
17699
17700 * message.el (message-cite-original-without-signature)
17701 (message-cite-original): Use mapc.
17702 (message-do-actions, message-make-forward-subject): Use dolist.
17703
17704 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17705
17706 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17707 deletion to remove entire duplicate line. Fixes merged article
17708 number bug.
17709
17710 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17711
17712 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17713 servers that are offline. Avoids having gnus-agent-toggle-plugged
17714 first ask if you want to open a server and then, even when you
17715 responded with no, asking if you want to synchronize the server's
17716 flags.
17717 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17718 multi-line expressions.
17719 (gnus-agent-synchronize-group-flags): New internal function.
17720 Updates marks in memory (in the info structure) AND in the
17721 backend.
17722
17723 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17724
17725 * nnagent.el (nnagent-request-set-mark):
17726 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17727 method, to ensure that synchronization updates marks in the
17728 backend and in the info (in memory) structure.
17729
17730 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17731
17732 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17733 convention fully; don't miss the root article of a thread; make
17734 the X-Draft-From header with correct article numbers.
17735
17736 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17737
17738 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17739 unless plugged. Disable the agent so that an open failure causes
17740 an error.
17741
17742 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17743 Revert 2004-09-21 change. The backend must be opened while
17744 synchronizing flags even when the backend stores the flags
17745 locally.
17746
17747 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17748
17749 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17750 in `header' match. Reported by Svend Tollak Munkejord.
17751
17752 * message.el (message-cite-original): Fix use of
17753 `message-cite-articles-with-x-no-archive'.
17754
17755 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17756
17757 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17758 (gnus-window-to-buffer): Ditto.
17759
17760 * mml.el (mml-preview-buffer): New variable.
17761 (mml-preview): Manage window layout with gnus-buffer-configuration.
17762
17763 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17764 X-Draft-From header even if those articles aren't quoted.
17765
17766 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17767
17768 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17769 (gnus-request-set-mark, gnus-request-update-mark): Use new
17770 g-s-t-u-l-m to decide to use backend even when unplugged.
17771
17772 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17773
17774 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17775 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17776
17777 2004-09-20 Simon Josefsson <jas@extundo.com>
17778
17779 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17780 "utf-16-le".
17781
17782 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17783
17784 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17785
17786 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17787
17788 * uudecode.el (uudecode-use-external): Add :version.
17789
17790 * smime.el (smime-CA-file, smime-encrypt-cipher)
17791 (smime-dns-server): Add :version.
17792
17793 * smiley.el (gnus-smiley-file-types): Add :version.
17794
17795 * sha1.el (sha1-use-external): Add :version.
17796
17797 * pgg-def.el (pgg-query-keyserver): Add :version.
17798
17799 * nnmail.el (nnmail-fancy-expiry-targets)
17800 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17801 Add :version.
17802
17803 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17804 (nnimap-retrieve-groups-asynchronous): Add :version.
17805 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17806
17807 * mml.el (mml-content-disposition-parameters)
17808 (mml-insert-mime-headers-always): Add :version.
17809
17810 * mm-util.el (mm-coding-system-priorities): Add :version.
17811
17812 * mm-decode.el (mm-inline-text-html-with-images)
17813 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17814 (mm-verify-option): Add :version.
17815 (mm-text-html-renderer): Change :version.
17816
17817 * message.el (message-fcc-externalize-attachments)
17818 (message-required-headers, message-draft-headers)
17819 (message-subject-trailing-was-query)
17820 (message-subject-trailing-was-ask-regexp)
17821 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17822 (message-mark-insert-end, message-archive-header)
17823 (message-archive-note, message-cross-post-default)
17824 (message-cross-post-note, message-followup-to-note)
17825 (message-cross-post-note-function, message-use-mail-followup-to)
17826 (message-subscribed-address-functions)
17827 (message-subscribed-address-file, message-subscribed-addresses)
17828 (message-subscribed-regexps, message-allow-no-recipients)
17829 (message-yank-cited-prefix, message-signature-insert-empty-line)
17830 (message-hidden-headers, message-hierarchical-addresses)
17831 (message-mail-user-agent, message-use-idna)
17832 (message-valid-fqdn-regexp)
17833 (message-strip-special-text-properties, message-header-synonyms)
17834 (message-beginning-of-line, message-tab-body-function): Add :version.
17835 (message-insert-canlock, message-wide-reply-confirm-recipients):
17836 Change :version.
17837
17838 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17839 and :version.
17840 (mail-source-delete-old-incoming-confirm)
17841 (mail-source-movemail-program): Add :version.
17842
17843 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17844 (gnus-agent-cache, gnus-agent): Change :version.
17845
17846 * gnus-util.el (gnus-use-byte-compile): Change :version.
17847
17848 * gnus-sum.el (gnus-summary-make-false-root-always)
17849 (gnus-summary-default-high-score)
17850 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17851 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17852 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17853 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17854 (gnus-sum-thread-tree-single-indent)
17855 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17856 (gnus-sum-thread-tree-leaf-with-other)
17857 (gnus-sum-thread-tree-single-leaf): Add :version.
17858 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17859 (gnus-article-loose-mime): Change :version.
17860
17861 * gnus-start.el (gnus-backup-startup-file)
17862 (gnus-save-startup-file-via-temp-buffer): Add :version.
17863
17864 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17865 (gnus-server-offline-face): Add :version.
17866
17867 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17868
17869 * gnus-msg.el (gnus-gcc-externalize-attachments)
17870 (gnus-debug-files, gnus-debug-exclude-variables)
17871 (gnus-discouraged-post-methods): Change :version.
17872 (gnus-confirm-mail-reply-to-news)
17873 (gnus-confirm-treat-mail-like-news): Add :version.
17874
17875 * gnus-int.el (gnus-server-unopen-status): Add :version.
17876
17877 * gnus-group.el (gnus-group-jump-to-group-prompt)
17878 (gnus-large-ephemeral-newsgroup)
17879 (gnus-fetch-old-ephemeral-headers): Add :version.
17880
17881 * gnus-fun.el (gnus-x-face-directory)
17882 (gnus-convert-pbm-to-x-face-command)
17883 (gnus-convert-image-to-x-face-command)
17884 (gnus-convert-image-to-face-command): Add :version.
17885
17886 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17887
17888 * gnus-cite.el (gnus-cite-blank-line-after-header)
17889 (gnus-article-boring-faces): Add :version.
17890
17891 * gnus-art.el (gnus-buttonized-mime-types)
17892 (gnus-inhibit-mime-unbuttonizing)
17893 (gnus-treat-display-face)
17894 (gnus-treat-body-boundary): Change :version.
17895 (gnus-body-boundary-delimiter, gnus-picon-databases)
17896 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17897 (gnus-treat-date-english, gnus-treat-fold-headers)
17898 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17899 (gnus-treat-mail-picon, gnus-treat-wash-html)
17900 (gnus-article-encrypt-protocol)
17901 (gnus-use-idna, gnus-article-over-scroll)
17902 (gnus-mime-display-multipart-alternative-as-mixed)
17903 (gnus-mime-display-multipart-related-as-mixed)
17904 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17905 (gnus-ctan-url, gnus-button-ctan-handler)
17906 (gnus-button-handle-ctan-bogus-regexp)
17907 (gnus-button-ctan-directory-regexp)
17908 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17909 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17910 (gnus-button-man-level, gnus-button-emacs-level)
17911 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17912
17913 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17914 (gnus-agent-go-online): Change :version.
17915 (gnus-agent-expire-unagentized-dirs)
17916 (gnus-agent-auto-agentize-methods): Add :version.
17917
17918 * flow-fill.el (fill-flowed-display-column)
17919 (fill-flowed-encode-column): Add :version.
17920
17921 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17922 (gnus-outlook-deuglify-unwrap-max)
17923 (gnus-outlook-deuglify-cite-marks)
17924 (gnus-outlook-deuglify-unwrap-stop-chars)
17925 (gnus-outlook-deuglify-no-wrap-chars)
17926 (gnus-outlook-deuglify-attrib-cut-regexp)
17927 (gnus-outlook-deuglify-attrib-verb-regexp)
17928 (gnus-outlook-deuglify-attrib-end-regexp)
17929 (gnus-outlook-display-hook): Add :version.
17930
17931 * binhex.el (binhex-use-external): Add :version.
17932
17933 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17934
17935 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17936 and `invisible'.
17937
17938 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17939
17940 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17941 in gnus-registry-trim.
17942
17943 2004-09-13 Simon Josefsson <jas@extundo.com>
17944
17945 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17946
17947 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17948
17949 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17950 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17951 <yamaoka@jpl.org>.
17952 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17953 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17954 <yamaoka@jpl.org>.
17955
17956 * sieve.el (sieve-manage-mode): Ditto.
17957
17958 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17959
17960 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17961
17962 2004-09-11 Simon Josefsson <jas@extundo.com>
17963
17964 * dns-mode.el: Add.
17965
17966 * mm-view.el (mm-display-dns-inline): Add.
17967
17968 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17969 (mm-automatic-display): Ditto.
17970
17971 * mailcap.el (mailcap-mime-data): Add text/dns.
17972 (mailcap-mime-extensions): Map .soa to text/dns.
17973
17974 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17975
17976 * gnus-art.el (article-decode-mime-words, article-babel)
17977 (gnus-article-highlight-signature, gnus-article-add-buttons)
17978 (gnus-signature-toggle): Remove unnecessary bindings of
17979 `inhibit-read-only' inherited from v5.10 merge.
17980
17981 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17982
17983 * nntp.el (nntp): New customization group.
17984 (nntp-authinfo-file): Add customization group.
17985
17986 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17987
17988 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17989
17990 * gnus.el (to-address, to-list, subscribed)
17991 (large-newsgroup-initial): Ditto.
17992
17993 * flow-fill.el (fill-flowed-display-column)
17994 (fill-flowed-encode-column): Ditto.
17995
17996 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17997
17998 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17999 Use point-min rather than 1.
18000 (message-send-mail): Use buffer-size rather than point-max.
18001
18002 * gnus-sum.el (gnus-summary-search-article-forward):
18003 Signal a specific `search-failed' rather than a generic `error'.
18004
18005 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18006 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18007 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18008
18009 2004-09-10 Simon Josefsson <jas@extundo.com>
18010
18011 * nndb.el (require): Remove tcp and duplicate cl.
18012
18013 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18014
18015 * gnus-agent.el (directory-files-and-attributes): Move forward.
18016
18017 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18018
18019 * gnus-agent.el (directory-files-and-attributes):
18020 Optionally defined to support XEmacs.
18021
18022 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18023
18024 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18025 to avoid run-time CL dependencies.
18026 (gnus-agent-unfetch-articles): New function.
18027 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18028 article numbers even when local .overview file is missing.
18029 (gnus-agent-read-article-number): New function. Only accepts
18030 27-bit article numbers.
18031 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18032 Use gnus-agent-read-article-number.
18033 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18034 from backend while recognizing that article numbers in .overview
18035 must be valid.
18036 (gnus-agent-update-files-total-fetched-for):
18037 Use directory-files-and-attributes to improve performance.
18038 * gnus-int.el (gnus-request-move-article):
18039 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18040 improve performance.
18041
18042 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18043 some users confused by references to .newsrc when they only have a
18044 .newsrc.eld file.
18045 (gnus-convert-mark-converter-prompt)
18046 (gnus-convert-converter-needs-prompt): Fix use of property list.
18047 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18048 New function. Used internally to only display 'gnus converting
18049 files' message when actually necessary.
18050
18051 * gnus-sum.el (): Remove (require 'gnus-agent) as required
18052 methods now autoloaded.
18053
18054 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
18055
18056 * gnus-sum.el (gnus-summary-insert-subject): Remove list
18057 identifiers.
18058
18059 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
18060
18061 * gnus-picon.el: Fix indentation and closing parenthesis.
18062
18063 2004-09-01 Simon Josefsson <jas@extundo.com>
18064
18065 * message.el (message-canlock-generate): Require sha1, not
18066 sha1-el. (Can we get rid of this require altogether? It is ugly
18067 to require within a function. Sadly, if sha1.el isn't loaded, the
18068 let binding in m-c-g will hide the defcustom definition, which is
18069 bad.)
18070
18071 * canlock.el: Require sha1, not sha1-el.
18072
18073 * message.el: Don't autoload sha1 (there is a autoload cookie in
18074 sha1.el).
18075
18076 * sha1-el.el: Rename to sha1.el.
18077
18078 2004-08-30 Juanma Barranquero <lektu@terra.es>
18079
18080 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18081
18082 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18083
18084 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18085
18086 2004-08-30 Kim F. Storm <storm@cua.dk>
18087
18088 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18089
18090 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18091 Add :group 'nnimap.
18092
18093 2004-08-30 Andreas Schwab <schwab@suse.de>
18094
18095 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18096 ?* and ?\;.
18097
18098 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18099 and ?\' to symbol instead of whitespace.
18100
18101 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18102
18103 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18104
18105 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18106 instead of re-search-forward.
18107
18108 * gnus-uu.el (gnus-uu-save-article): Ditto.
18109 (gnus-uu-post-encode-uuencode): Ditto.
18110
18111 * html2text.el (html2text-clean-list-items): Ditto.
18112 (html2text-clean-dtdd): Ditto.
18113 (html2text-format-tags): Ditto.
18114
18115 * message.el (message-send-mail-with-sendmail): Fix regexp.
18116 (message-fill-field-general): Use search-forward instead of
18117 re-search-forward.
18118 (unbold-region): Ditto.
18119
18120 * nnrss.el (nnrss-request-article): Ditto.
18121
18122 * nnslashdot.el (nnslashdot-request-article): Ditto.
18123
18124 * nnweb.el (nnweb-gmane-wash-article): Ditto.
18125
18126 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18127 "Unrecognized menu descriptor" error in XEmacs.
18128
18129 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
18130
18131 * gnus-sum.el (gnus-read-header): Don't remove a header for the
18132 parent article of a sparse article in the thread hashtb.
18133
18134 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
18135
18136 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18137 (nnmail-expand-newtext): Lowercase expanded entries if
18138 nnmail-split-lowercase-expanded is non-nil.
18139
18140 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
18141
18142 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18143
18144 * gnus-group.el (gnus-group-line-format-alist): Convert the value
18145 of gnus-tmp-news-method into string under XEmacs. It will be
18146 passed to gnus-correct-length which takes only a string argument.
18147
18148 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
18149
18150 * gnus-util.el (gnus-bind-print-variables): New macro.
18151 (gnus-prin1): Use it.
18152 (gnus-prin1-to-string): Use it.
18153 (gnus-pp): New function.
18154 (gnus-pp-to-string): New function.
18155
18156 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18157 Replace pp-to-string with gnus-pp-to-string.
18158 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18159 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18160 * gnus-msg.el (gnus-debug): Ditto.
18161 * gnus-score.el (gnus-score-save): Ditto.
18162 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18163 gnus-pp-to-string.
18164 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18165 with gnus-pp.
18166 * score-mode.el (gnus-score-pretty-print): Ditto.
18167 * webmail.el (webmail-debug): Ditto.
18168
18169 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
18170
18171 * gnus-art.el (article-display-face, article-display-x-face):
18172 Use buffer-read-only.
18173
18174 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18175
18176 * gnus-art.el (article-hide-list-identifiers):
18177 Bind inhibit-read-only as t.
18178
18179 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18180
18181 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18182
18183 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18184
18185 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18186 (gnus-narrow-to-page): Don't assume point-min == 1.
18187 (gnus-article-edit-mode): Derive from message-mode.
18188
18189 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18190 point-min == 1.
18191
18192 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18193 Disable incorrect use of `assert'.
18194
18195 * message.el (message-mode): Set comment-start-skip.
18196
18197 2004-08-22 Sam Steingold <sds@gnu.org>
18198
18199 * pop3.el (pop3-leave-mail-on-server): New user variable.
18200 (pop3-movemail): Delete mail only when it is nil.
18201
18202 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18203
18204 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18205
18206 * mml.el (mml-preview): Use `pop-to-buffer'.
18207
18208 * message.el (message-goto-mail-followup-to): Insert after "To".
18209 (message-carefully-insert-headers): Add comment.
18210
18211 * gnus.el: Remove unused variable `gnus-article-check-size'.
18212
18213 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18214
18215 * gnus-art.el (gnus-button-alist):
18216 Improve `gnus-button-handle-library' entry.
18217
18218 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18219
18220 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18221 Use downcase, since XEmacs capitalizes error messages differently.
18222
18223 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18224
18225 * nntp.el: Add (require 'gnus) due to reference to
18226 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18227
18228 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18229
18230 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18231 Bind `mm-fill-flowed'.
18232
18233 * mm-decode.el (mm-dissect-singlepart): Check it.
18234
18235 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18236
18237 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18238 'imap' for netrc parsing.
18239
18240 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18241
18242 * mailcap.el (mailcap-mime-data): Mark as risky.
18243
18244 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18245
18246 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18247 may be included in the encoded word.
18248 (rfc2047-encode): Don't append a space if the encoded word
18249 includes close parenthesis.
18250
18251 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18252
18253 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18254 of text within parentheses.
18255
18256 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18257
18258 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18259 (gnus-encrypt-write-file-contents): Make the password key the file
18260 name PLUS the cipher, not just the cipher. Also remove failed
18261 passwords from the cache.
18262
18263 2004-08-06 Simon Josefsson <jas@extundo.com>
18264
18265 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18266 Doc fix.
18267
18268 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18269
18270 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18271 LWSP.
18272
18273 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18274
18275 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18276 Try to append in-reply-to: data to the references: header.
18277
18278 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18279 (netrc-parse): Use gnus-encrypt.el functions.
18280
18281 * gnus-encrypt.el: Add new file for encryption support; currently
18282 does only a few GPG ciphers and an internal XOR cipher.
18283
18284 * password.el: Add comments on using password-read-and-add.
18285 (password-read-and-add): Add function to read and add the
18286 password to the cache at once.
18287
18288 2004-07-28 Simon Josefsson <jas@extundo.com>
18289
18290 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18291 parameter (but don't use it, for now).
18292
18293 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18294 instead of hard coding to nil.
18295
18296 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18297
18298 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18299 as mm-inline-image-xemacs does.
18300
18301 2004-07-26 Simon Josefsson <jas@extundo.com>
18302
18303 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18304 Revert part of 2004-07-17 change below.
18305
18306 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18307
18308 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18309 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18310
18311 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18312
18313 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18314 quotes that actually start with ">" at the beginning of the
18315 lines.
18316
18317 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18318
18319 * rfc2047.el (rfc2047-encode-region): Fix last change.
18320 (rfc2047-encode-parameter): Remove useless concat.
18321
18322 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18323
18324 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18325 encode special characters; fix some kind of misconfigured headers;
18326 signal a real error if debug-on-quit or debug-on-error is non-nil.
18327 (rfc2047-encode-max-chars): New variable.
18328 (rfc2047-encode-1): Use it.
18329 (rfc2047-encode-parameter): New function.
18330
18331 * mml.el (mml-insert-parameter): Remove an excessive space.
18332
18333 2004-07-17 Simon Josefsson <jas@extundo.com>
18334
18335 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18336 Kai Grossjohann <kai@emptydomain.de>.
18337 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18338 (gnus-group-make-menu-bar): Ditto.
18339
18340 * gnus-util.el (gnus-group-server): Add.
18341
18342 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18343
18344 * message.el (message-clone-locals): Clone sendmail and smtp
18345 variables.
18346
18347 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18348
18349 * rfc2047.el (rfc2047-encode-region): Fix last change.
18350
18351 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18352
18353 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18354 characters as non-special.
18355
18356 2004-07-09 Simon Josefsson <jas@extundo.com>
18357
18358 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18359 Users will lose all flag changes made while unplugged with
18360 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18361 good default. See numerous reports on ding mailing list.
18362
18363 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18364
18365 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18366 add generate-head-function and generate-article-function to the
18367 rfc822-forward entry.
18368 (nndoc-rfc822-forward-generate-article): New function.
18369 (nndoc-rfc822-forward-generate-head): New function.
18370
18371 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18372
18373 2004-07-06 Dan Christensen <jdc@uwo.ca>
18374
18375 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18376 respect display group parameter and gnus-summary-expunge-below.
18377 (gnus-articles-to-read): Remove unused reference to display group
18378 parameter.
18379
18380 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18381
18382 * nnheader.el (nnheader-uniquify-message-id): New experimental
18383 variable.
18384 (nnheader-nov-read-message-id): Use it.
18385
18386 * spam-report.el (spam-report-gmane): Add interactive.
18387
18388 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18389
18390 * mm-encode.el (mm-content-transfer-encoding-defaults):
18391 Use qp-or-base64 for the application/* types.
18392
18393 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18394
18395 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18396
18397 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18398
18399 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18400 trim value.
18401
18402 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18403
18404 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18405 New macro and function.
18406 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18407
18408 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18409
18410 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18411 after-load-alist.
18412
18413 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18414
18415 * gnus-group.el (gnus-group-get-new-news-this-group):
18416 Don't update info that isn't there.
18417
18418 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18419
18420 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18421 entry.
18422
18423 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18424
18425 * mm-view.el (mm-inline-render-with-function): Use multibyte
18426 buffer; decode html source by charset.
18427
18428 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18429
18430 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18431 Mule-UCS is loaded under XEmacs.
18432 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18433
18434 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18435
18436 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18437
18438 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18439
18440 * mm-util.el (mm-coding-system-p): Return a coding-system.
18441 (mm-mime-mule-charset-alist): Use shift_jis instead of
18442 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18443 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18444 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18445 instead of japanese-shift-jis and iso-latin-1 respectively in
18446 order to share the default value with both Emacs and XEmacs-mule.
18447 (mm-mule-charset-to-mime-charset):
18448 Make mm-coding-system-priorities effective.
18449 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18450 while predicating of candidates upon the priorities.
18451
18452 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18453
18454 * gnus-sum.el (gnus-summary-make-menu-bar):
18455 Add gnus-uu-invert-processable.
18456
18457 * gnus.el: Autoload gnus-uu-invert-processable.
18458
18459 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18460
18461 * mm-util.el (mm-with-multibyte-buffer): New macro.
18462
18463 * rfc2047.el (rfc2047-encode-string): Use it.
18464 (rfc2047-encode-region): Move point to the end of the region after
18465 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18466
18467 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18468
18469 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18470 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18471
18472 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18473
18474 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18475 (gnus-cite-parse): Ignore quoted envelope From_.
18476 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18477
18478 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18479
18480 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18481 invalid addresses.
18482
18483 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18484
18485 * spam.el: Change section markers, revise TODO list.
18486 (spam-backends): Make new master list of all installed backends.
18487 (spam-summary-exit-behavior): Add new variable to determine how
18488 messages moves are done at summary exit.
18489 (spam-move-spam-nonspam-groups-only)
18490 (spam-process-ham-in-nonham-groups)
18491 (spam-process-ham-in-spam-groups): Remove variables, the
18492 spam-summary-exit-behavior variable should be used to manage this
18493 behavior.
18494 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18495 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18496 and spam-old-spam-articles.
18497 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18498 Add empty variables, placeholders for the backends they represent.
18499 (spam-set-difference): Move, unchanged.
18500 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18501 unless the user has a processor variable.
18502 (spam-classifications, spam-classification-valid-p)
18503 (spam-backend-properties, spam-backend-property-valid-p)
18504 (spam-backend-function-type-valid-p)
18505 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18506 (spam-report-articles-gmane, spam-report-articles-resend):
18507 Remove functions, they are not needed.
18508 (spam-install-backend-super, spam-backend-list)
18509 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18510 (spam-backend-function, spam-backend-ham-registration-function)
18511 (spam-backend-spam-registration-function)
18512 (spam-backend-ham-unregistration-function)
18513 (spam-backend-spam-unregistration-function)
18514 (spam-backend-statistical-p, spam-backend-mover-p)
18515 (spam-install-backend-alias, spam-install-checkonly-backend)
18516 (spam-install-mover-backend, spam-install-nocheck-backend)
18517 (spam-install-backend, spam-install-statistical-backend)
18518 (spam-install-statistical-checkonly-backend): Add backend installation
18519 support.
18520 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18521 (spam-group-processor-p): Use the new backend code and respect the
18522 summary exit behavior.
18523 (spam-mark-spam-as-expired-and-move-routine): Remove.
18524 (spam-summary-prepare): Change to use the new spam-old-articles
18525 variable.
18526 (spam-copy-or-move-routine, spam-copy-spam-routine)
18527 (spam-move-spam-routine, spam-copy-ham-routine)
18528 (spam-move-ham-routine): Add code to copy/move ham or spam.
18529 (spam-fetch-field-fast): Improve doc and code, plus allow the
18530 'number request.
18531 (spam-list-of-checks, spam-list-of-statistical-checks):
18532 Remove variables.
18533 (spam-split, spam-find-spam): Use the new backend code.
18534 (spam-registration-functions): Remove variable.
18535 (spam-unregister-routine): Add convenience wrapper.
18536 (spam-log-undo-registration, spam-register-routine)
18537 (spam-log-processing-to-registry)
18538 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18539 where possible.
18540 (spam-check-gmane-xref, spam-check-regex-headers)
18541 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18542 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18543 (spam-check-bogofilter-headers, spam-check-spamoracle)
18544 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18545 (spam-check-crm114-headers): Use the spam-split-group that
18546 spam-split prepares, no need to determine it every time.
18547
18548 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18549 to the nnheader-parse-naked-head call.
18550
18551 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18552
18553 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18554 the nnheader-nov-read-message-id call.
18555
18556 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18557
18558 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18559 gnus-activate-group twice. Suggested by Markus Peter
18560 <warp@spin.de>.
18561
18562 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18563
18564 * gnus-art.el (gnus-article-time-format): Exchange the order of
18565 day and month in the default value; fix customization type.
18566 (article-date-ut): Use add-text-properties.
18567 (article-make-date-line): Use message-make-date instead of
18568 current-time-string.
18569
18570 * message.el (message-fetch-field): Don't use set-text-properties.
18571 (message-make-date): Simplify.
18572
18573 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18574
18575 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18576 (rfc2047-encode-region): Treat text within parentheses as special;
18577 show the original text when error has occurred.
18578
18579 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18580 already-computed method to gnus-activate-group.
18581
18582 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18583 same select-methods identical Lisp objects.
18584
18585 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18586 object when modifying the info.
18587
18588 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18589
18590 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18591 gnus-opened-servers since it has never been opened with the new
18592 configuration yet.
18593
18594 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18595
18596 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18597 arg to nnheader-generate-fake-message-id.
18598
18599 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18600
18601 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18602 number and build a fake message ID localized to a group and
18603 article number (so it's repeatable from that point on).
18604 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18605 ID format.
18606
18607 * gnus-sum.el (gnus-get-newsgroup-headers):
18608 Call nnheader-generate-fake-message-id with the article number.
18609
18610 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18611
18612 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18613 end-of-buffer.
18614
18615 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18616
18617 * message.el (message-ignored-supersedes-headers): Add Approved.
18618
18619 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18620
18621 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18622 goto-char.
18623 (rfc2047-encode): Fold the line before encoding.
18624
18625 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18626
18627 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18628 folding -- not all headers can be folded, and this should be done
18629 by the message composition mode. Probably. I think.
18630
18631 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18632
18633 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18634 fast.
18635
18636 * gnus-ems.el (gnus-remove-image): Don't use
18637 message-text-with-property; remove only the image found first.
18638
18639 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18640
18641 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18642
18643 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18644
18645 * message.el (message-text-with-property): Make it fast and accept
18646 optional arguments.
18647 (message-strip-forbidden-properties): Use it.
18648 (message-fix-before-sending): Follow the m-t-w-p change.
18649
18650 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18651
18652 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18653
18654 * gnus-art.el (article-hide-headers): Don't change the buffer
18655 mistakenly when performing mml-preview even if
18656 gnus-single-article-buffer is nil.
18657
18658 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18659
18660 * message.el (message-expand-name-databases): New user option.
18661 (message-expand-name): Use it.
18662
18663 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18664
18665 * spam.el (spam-report-articles-resend)
18666 (spam-report-resend-register-routine): Allow ham reporting.
18667 (spam-report-resend-register-ham-routine): Add wrapper.
18668 (spam-registration-functions): Add ham resending functions.
18669 (spam-list-of-processors): Add ham resend processor.
18670
18671 * gnus.el (ham-resend-to): Add new group parameter.
18672 (spam-process): Add ham resend option.
18673
18674 * spam-report.el (spam-report-resend): Allow reporting ham.
18675 (spam-report-resend-ham): Add wrapper.
18676
18677 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18678
18679 * message.el (message-cite-articles-with-x-no-archive):
18680 New variable.
18681 (message-cite-original): Use it.
18682
18683 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18684
18685 * message.el (message-cite-original): Respect X-No-Archive.
18686
18687 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18688
18689 * gnus-art.el (article-hide-headers): Refer to the values for
18690 gnus-ignored-headers and gnus-visible-headers in the summary
18691 buffer since a user may have set them as group parameters.
18692
18693 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18694
18695 * assistant.el (assistant-node-name): Add convenience function.
18696 (assistant-render-text, assistant-render-node): Add error handling,
18697 plus handle multiple next nodes.
18698 (assistant-find-next-node): Comment out for now.
18699 (assistant-find-next-nodes): Add function, returns list of next
18700 nodes.
18701
18702 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18703
18704 * mail-source.el (mail-source-directory): Fix doc-string.
18705
18706 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18707
18708 * assistant.el (assistant-render-text, assistant-eval): Add :set
18709 widget type, which is different because it takes and returns a
18710 list. Much hilarity ensues.
18711
18712 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18713
18714 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18715
18716 * gnus-group.el (gnus-group-get-new-news-this-group):
18717 Add doc-string.
18718
18719 * gnus-start.el (gnus-activate-group): Add doc-string.
18720
18721 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18722
18723 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18724
18725 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18726
18727 * assistant.el (assistant-render-text): Try to add a :set
18728 widget, more to come.
18729
18730 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18731 strings.
18732 (spam-report-articles-resend)
18733 (spam-register-routine): Do registration iff any articles warrant
18734 it.
18735 (spam-summary-prepare-exit): Change log message for nil group
18736 destinations.
18737
18738 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18739
18740 * spam.el (spam-report-resend-register-routine):
18741 Allow spam-report-resend-to to be a group parameter or a global value.
18742
18743 2004-05-26 Simon Josefsson <jas@extundo.com>
18744
18745 * starttls.el: Merge with my GNUTLS based starttls.el.
18746 (starttls-gnutls-program, starttls-use-gnutls)
18747 (starttls-extra-arguments, starttls-process-connection-type)
18748 (starttls-connect, starttls-failure, starttls-success):
18749 New variables.
18750 (starttls-program, starttls-extra-args): Doc fix.
18751 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18752 New functions.
18753 (starttls-negotiate, starttls-open-stream):
18754 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18755 function if it is set.
18756
18757 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18758
18759 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18760 structured fields.
18761
18762 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18763
18764 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18765
18766 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18767
18768 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18769 Add variable.
18770 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18771 assigning the spam-mark to new messages.
18772
18773 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18774
18775 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18776
18777 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18778
18779 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18780 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18781 default.
18782
18783 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18784
18785 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18786 correct data.
18787
18788 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18789
18790 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18791 (spam-group-processor-p): Fix function.
18792 (spam-group-processor-multiple-p)
18793 (spam-group-spam-processor-report-gmane-p)
18794 (spam-group-spam-processor-report-resend-p)
18795 (spam-group-spam-processor-bogofilter-p)
18796 (spam-group-spam-processor-blacklist-p)
18797 (spam-group-spam-processor-ifile-p)
18798 (spam-group-ham-processor-ifile-p)
18799 (spam-group-spam-processor-spamoracle-p)
18800 (spam-group-spam-processor-crm114-p)
18801 (spam-group-ham-processor-bogofilter-p)
18802 (spam-group-spam-processor-stat-p)
18803 (spam-group-ham-processor-stat-p)
18804 (spam-group-ham-processor-whitelist-p)
18805 (spam-group-ham-processor-BBDB-p)
18806 (spam-group-ham-processor-spamoracle-p)
18807 (spam-group-ham-processor-copy-p): Remove functions with some
18808 prejudice against unneeded code.
18809 (spam-report-articles-resend)
18810 (spam-report-resend-register-routine): Allow the group/topic
18811 spam-resend-to value to override spam-report-resend-to.
18812 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18813 properly now.
18814
18815 * gnus.el (spam-resend-to): Add group/topic parameter.
18816 (spam-process): Move the OBSOLETE processors to the end of the
18817 choices.
18818
18819 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18820
18821 * spam-report.el (spam-report-resend-to, spam-report-resend):
18822 Start with resend-to set to nil, and then ask the user if necessary.
18823 (spam-report-resend): spam-report-resend takes a list of articles, not
18824 separate article numbers.
18825
18826 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18827
18828 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18829 addition to emacs-w3m.
18830
18831 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18832
18833 * assistant.el (assistant-authinfo-data): New function.
18834 (assistant-eval): Eval for entire assistant.
18835
18836 * netrc.el (netrc-services-file): New variable.
18837 (netrc-parse-services): New function.
18838 (netrc-find-service-name): New function.
18839 (netrc-find-service-number): New function.
18840 (netrc-port-equal): New function.
18841 (netrc-machine): Use it.
18842
18843 * nnimap.el (nnimap-open-connection): Use netrc.
18844
18845 * gnus-util.el (gnus-netrc-get): Remove aliases.
18846
18847 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18848
18849 * assistant.el (wid-edit): Fix compilation.
18850
18851 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18852
18853 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18854
18855 * gnus-util.el (gnus-set-file-modes): New function. (small
18856 patch).
18857
18858 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18859
18860 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18861
18862 * assistant.el (assistant-render-node): Fix up rendering and
18863 read-only text.
18864 (assistant-render-node): Reset.
18865 (assistant-make-read-only): Not sticky.
18866
18867 2004-05-20 Danny Siu <dsiu@adobe.com>
18868
18869 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18870 centered even when gnus-auto-center-summary is t
18871
18872 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18873
18874 * dns.el (dns-get-txt-answer): New function.
18875 (dns-read-txt): Ditto.
18876 (query-dns): Use it.
18877
18878 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18879
18880 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18881 active for foreign groups even if the group level is higher than
18882 the specified value.
18883
18884 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18885
18886 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18887 non-active groups.
18888
18889 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18890
18891 2004-05-20 Magnus Henoch <mange@freemail.hu>
18892
18893 * dns.el (dns-read-type): Add support for SVR. (small patch)
18894
18895 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18896
18897 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18898 (spam-crm114-header, spam-crm114-spam-switch)
18899 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18900 (spam-crm114-positive-spam-header)
18901 (spam-crm114-database-directory, spam-list-of-processors)
18902 (spam-group-spam-processor-crm114-p)
18903 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18904 (spam-generic-score, spam-list-of-checks)
18905 (spam-list-of-statistical-checks, spam-registration-functions)
18906 (spam-check-crm114-headers, spam-crm114-score)
18907 (spam-check-crm114, spam-crm114-register-with-crm114)
18908 (spam-crm114-register-spam-routine)
18909 (spam-crm114-unregister-spam-routine)
18910 (spam-crm114-register-ham-routine)
18911 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18912 From asjo@koldfront.dk (Adam Sjøgren).
18913
18914 * gnus.el: Add spam-use-crm114.
18915
18916 * spam.el (spam-list-of-processors, spam-registration-functions):
18917 Add spam-use-resend.
18918 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18919 (spam-report-articles-gmane): Add doc fix.
18920 (spam-report-articles-resend, spam-report-resend-register-routine):
18921 Add wrappers around spam-report-resend-to.
18922
18923 * spam-report.el (spam-report-resend-to, spam-report-resend):
18924 Add support for resending spam.
18925 (spam-report-gmane): Fix line length >80.
18926
18927 * gnus.el (spam-process): Add spam-use-resend.
18928
18929 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18930
18931 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18932 number of processed spam messages.
18933 (spam-ham-copy-or-move-routine): Return the number of processed
18934 ham messages.
18935 (spam-summary-prepare-exit): Use the above values to decide
18936 whether status messages shouled be displayed.
18937
18938 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18939
18940 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18941 `rfc2047-encoding-function-alist' in order to avoid conflicting
18942 with the old version.
18943 (rfc2047-encode-region): Concatenate words containing non-ASCII
18944 characters in structured fields; don't encode space-delimited
18945 ASCII words even in unstructured fields; don't break words at
18946 char-category boundaries.
18947 (rfc2047-encode-1): New function.
18948 (rfc2047-encode): Use it; encode text so that it occupies the
18949 maximum width within 76-column; work correctly on Q encoding for
18950 iso-2022-* charsets.
18951 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18952 sure not to break a line just after the header name.
18953 (rfc2047-b-encode-region): Remove.
18954 (rfc2047-b-encode-string): New function.
18955 (rfc2047-q-encode-region): Remove.
18956 (rfc2047-q-encode-string): New function.
18957
18958 * mm-util.el (mm-replace-in-string): New function.
18959
18960 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18961
18962 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18963 Really get it right.
18964 (gnus-inews-make-draft): Really.
18965
18966 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18967
18968 * nnmh.el (nnmh-request-list-1): Don't check the link count
18969 before descending. (small patch)
18970
18971 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18972
18973 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18974 stuff.
18975
18976 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18977 Match on real group name.
18978
18979 * gnus-art.el (gnus-signature-limit): Doc fix.
18980
18981 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18982
18983 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18984
18985 * gnus-draft.el (gnus-draft-send):
18986 Bind rfc2047-encode-encoded-words.
18987
18988 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18989 (rfc2047-encodable-p): Say that =? needs encoding.
18990 (rfc2047-encode-encoded-words): New variable.
18991
18992 * gnus-group.el (gnus-group-select-group): Doc fix.
18993
18994 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18995
18996 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18997 to nil.
18998
18999 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19000
19001 * nnheader.el (nnheader-get-lines-and-char): New function.
19002
19003 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
19004
19005 * gnus-msg.el (gnus-summary-followup-with-original):
19006 Document yanking of region when active.
19007
19008 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
19009
19010 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19011 groups if the group level is higher than the specified value.
19012
19013 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19014
19015 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19016 (gnus-group-jump-to-group): Add prefix argument using
19017 `gnus-group-jump-to-group-prompt'. Query before jumping to
19018 non-active group.
19019
19020 * compface.el (uncompface): Be verbose when changing
19021 `uncompface-use-external'.
19022
19023 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19024 handle manual section.
19025
19026 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19027
19028 * gnus-art.el (gnus-button-alist): Revert previous change.
19029
19030 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19031
19032 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19033
19034 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19035
19036 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19037 whether backend can accept message.
19038
19039 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19040
19041 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
19042
19043 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19044 Avoid creating directory when nntp-marks-is-evil is true.
19045 Reported by Reiner Steib.
19046
19047 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19048
19049 * gnus-picon.el (gnus-picon-style): New variable.
19050 (gnus-picon-insert-glyph): Add optional `nostring' argument.
19051 (gnus-picon-transform-address): Support `gnus-picon-style'.
19052 From Jesper Harder <harder@ifa.au.dk>.
19053
19054 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19055
19056 * message.el (message-fill-field): Return point.
19057 (message-generate-headers): Go to end of field.
19058
19059 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19060 stuff for non-living groups.
19061
19062 2004-05-18 Jesper Harder <harder@ifa.au.dk>
19063
19064 * gnus-art.el (gnus-article-followup-with-original)
19065 (gnus-article-reply-with-original): gnus-mark-active-p ->
19066 gnus-region-active-p.
19067
19068 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
19069
19070 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19071 only when there is spam or ham to be processed.
19072
19073 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19074
19075 * mail-source.el (mail-source-delete-crash-box): Refactor.
19076 (mail-source-fetch): Use it.
19077 (mail-source-fetch-file): Ditto.
19078 (mail-source-fetch-directory): Run postscript in loop.
19079 (mail-source-fetch-pop): Delete.
19080 (mail-source-fetch-maildir): Ditto.
19081 (mail-source-fetch-imap): Ditto.
19082
19083 * imap.el (imap-authenticators): Comment out sasl.
19084
19085 * message.el (message-skip-to-next-address): New function.
19086 (message-fill-header-address): Refactor.
19087 (message-fill-address): Use it.
19088 (message-delete-address): Use it.
19089 (message-fill-header-general): Refactor.
19090 (message-fill-field-address): Rename.
19091 (message-narrow-to-field): Find the start of the header.
19092 (message-header-format-alist): Don't pre-fill.
19093 (message-fill-header): Remove.
19094 (message-insert-header): New function.
19095 (message-shorten-references): Use it.
19096
19097 * rfc2047.el (rfc2047-field-value): Strip props.
19098
19099 * mail-parse.el (mail-header-make-address): New alias.
19100
19101 * ietf-drums.el (ietf-drums-make-address): New function.
19102
19103 * imap.el: Add compiler directives.
19104
19105 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19106
19107 * gnus-art.el (article-decode-idna-rhs): Don't use
19108 message-idna-inside-rhs-p.
19109
19110 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19111
19112 * message.el (message-idna-inside-rhs-p): Remove.
19113 (message-idna-to-ascii-rhs-1): Use proper address parsing.
19114
19115 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19116 false positives.
19117
19118 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19119
19120 * imap.el (imap-sasl-make-mechanisms): Use sasl.
19121
19122 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19123
19124 * nneething.el (nneething-file-name): Don't create spurious
19125 files.
19126
19127 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19128 (gnus-inews-do-gcc): Remove sleep.
19129
19130 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19131 part under point.
19132
19133 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19134 (gnus-agent-regenerate-group): Using nil messages aren't valid.
19135
19136 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
19137
19138 * spam.el (spam-summary-prepare-exit): Fix (length).
19139
19140 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
19141
19142 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19143 as expired without moving it" message when there are spam
19144 messages left.
19145
19146 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
19147
19148 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19149 header is not nil.
19150
19151 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
19152
19153 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19154 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19155 (nntp-marks-changed-p): New arg SERVER.
19156 (nntp-request-update-info): Adjust caller.
19157
19158 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
19159
19160 * nntp.el (nntp-save-marks): Pass missing arg.
19161
19162 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
19163
19164 * nntp.el: Support marks.
19165 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19166 (nntp-marks-modtime, nntp-marks-directory): New variables.
19167 (nntp-request-set-mark, nntp-request-update-info)
19168 (nntp-possibly-create-directory, nntp-marks-changed-p)
19169 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19170 New functions.
19171
19172 2004-05-12 Jesper Harder <harder@ifa.au.dk>
19173
19174 * gnus-score.el (gnus-score-insert-help):
19175 Use gnus-select-lowest-window.
19176
19177 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19178 appt-select-lowest-window and rename to gnus-select-lowest-window.
19179
19180 * gnus.el: do.
19181
19182 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19183
19184 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19185 encodings of MIME-encoded words, in order to improve
19186 interoperability with several broken MUAs.
19187
19188 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19189
19190 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19191 tags, only when charsets are not specified in headers.
19192 (mm-inline-text-html-render-with-w3m): Ditto.
19193
19194 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19195
19196 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19197 instead of MIME-decoded from fields when checking
19198 `gnus-article-address-banner-alist'.
19199
19200 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19201
19202 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19203 description rather than subject.
19204
19205 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19206
19207 * gnus.el (gnus-version-number): Bump.
19208
19209 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19210
19211 * gnus.el: No Gnus v0.2 is released.
19212
19213 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19214
19215 * gnus-agent.el (gnus-agent-read-agentview):
19216 Inline gnus-uncompress-range.
19217
19218 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19219
19220 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19221 `exec-installed-p'.
19222
19223 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19224
19225 * gnus.el (spam-process, spam-autodetect-methods):
19226 Add bsfilter and bsfilter-headers.
19227
19228 * spam.el (spam-bsfilter): New customize group.
19229 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19230 (spam-bsfilter-header, spam-bsfilter-probability-header)
19231 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19232 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19233 (spam-bsfilter-database-directory): New options.
19234 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19235 (spam-list-of-statistical-checks, spam-registration-functions):
19236 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19237 (spam-bsfilter-score): New command.
19238 (spam-check-bsfilter-headers, spam-check-bsfilter)
19239 (spam-bsfilter-register-with-bsfilter)
19240 (spam-bsfilter-register-spam-routine)
19241 (spam-bsfilter-unregister-spam-routine)
19242 (spam-bsfilter-register-ham-routine)
19243 (spam-bsfilter-unregister-ham-routine): New functions.
19244 (spam-generic-score): Support bsfilter; Accept an optional argument
19245 to recalcurate spam score even if scoring header has already been
19246 added.
19247 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19248 optional argument to recalcurate spam score even if scoring header
19249 has already been added.
19250
19251 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19252
19253 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19254 strings! Reported by David D. Smith <davidsmith@acm.org>.
19255 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19256 link is missing.
19257
19258 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19259
19260 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19261 (html2text-get-attr): Rewrite.
19262
19263 * message.el (message-setup-1): Remove redundant put-text-property
19264 on mail-header-separator.
19265
19266 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19267
19268 * gnus-registry.el (gnus-registry-cache-whitespace)
19269 (gnus-registry-action, gnus-registry-spool-action)
19270 (gnus-registry-split-fancy-with-parent): Change message levels
19271 from 5 to 3 or 7, as needed.
19272
19273 * spam.el (spam-summary-prepare-exit)
19274 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19275 (spam-split, spam-find-spam, spam-log-undo-registration)
19276 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19277 level from 5 to 6.
19278
19279 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19280
19281 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19282 2004-03-04 change).
19283
19284 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19285
19286 * sieve-manage.el (sieve-manage-open):
19287 * nnweb.el (nnweb-insert-html):
19288 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19289 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19290 * nnspool.el (nnspool-request-group):
19291 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19292 * nnml.el (nnml-request-update-info):
19293 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19294 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19295 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19296 (nnimap-request-set-mark):
19297 * nnfolder.el (nnfolder-request-update-info):
19298 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19299 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19300 * gnus-uu.el (gnus-uu-find-articles-matching):
19301 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19302 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19303 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19304 * gnus-nocem.el (gnus-nocem-scan-groups):
19305 * gnus-int.el (gnus-start-news-server):
19306 * gnus-group.el (gnus-group-make-kiboze-group)
19307 (gnus-group-browse-foreign-server):
19308 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19309 Use mapc when appropriate.
19310
19311 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19312
19313 FIXME: Make separate entries for each person.
19314
19315 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19316 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19317 <shields@msrl.com>:
19318
19319 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19320 may need for spam sorting and scoring.
19321 (spam-user-format-function-S): Add user format function suitable for
19322 general use.
19323 (spam-article-sort-by-spam-status): Add sorting function for summary
19324 sorting.
19325 (spam-extra-header-to-number): Add function to get a score from a
19326 header.
19327 (spam-summary-score): Add function to get a numeric score from the
19328 headers.
19329 (spam-generic-score): Fix function doc, was in wrong place.
19330 (spam-initialize): Take symbols when it's run, and install the
19331 extra headers that spam-necessary-extra-headers thinks we need.
19332
19333 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19334
19335 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19336 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19337
19338 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19339
19340 * gnus-sum.el (gnus-set-global-variables)
19341 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19342 (gnus-article-get-xrefs, gnus-summary-best-group)
19343 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19344 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19345 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19346 Use with-current-buffer.
19347
19348 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19349
19350 * spam.el (spam-summary-prepare-exit): Simplify logic.
19351 (spam-fetch-article-header): Read the article header if it's not
19352 available.
19353 (spam-list-articles): Simplify logic.
19354 (spam-filelist-register-routine): Fix bug with unregister-list.
19355
19356 * gnus-registry.el: Fix comments at beginning.
19357
19358 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19359
19360 * message.el (message-cater-to-broken-inn): Remove.
19361 (message-shorten-references): Make sure the total folded length of
19362 References is shorter than 998 characters to cater to a bug in INN
19363 2.3. Also, don't pretend that references aren't folded -- this
19364 hasn't worked for a while.
19365
19366 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19367
19368 * gnus-agent.el (gnus-agentize):
19369 gnus-agent-send-mail-real-function no longer set to current value
19370 of message-send-mail-function but rather a lambda that calls
19371 message-send-mail-function. The change makes the agent real-time
19372 responsive to user changes to message-send-mail-function.
19373
19374 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19375
19376 * legacy-gnus-agent.el
19377 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19378 help from Florian Weimer <fw@deneb.enyo.de>
19379
19380 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19381
19382 * nnmail.el (nnmail-cache-insert): Revert last change.
19383
19384 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19385
19386 * nnmail.el (nnmail-cache-insert): Always check whether
19387 nnmail-cache-ignore-groups matches a group name.
19388
19389 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19390
19391 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19392 (spam-find-spam, spam-log-processing-to-registry)
19393 (spam-log-registered-p, spam-log-unregistration-needed-p)
19394 (spam-log-undo-registration): Use gnus-message instead of
19395 gnus-error, none of these errors are fatal.
19396
19397 * gnus-registry.el (gnus-registry-clean-empty-function)
19398 (gnus-registry-clean-empty): Remove only empty entries without
19399 extra data.
19400
19401 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19402
19403 * spam-stat.el (spam-stat-buffer-change-to-spam)
19404 (spam-stat-buffer-change-to-non-spam): Change (error) to
19405 (gnus-message 8) invocation.
19406
19407 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19408
19409 * nntp.el (nntp-via-netcat-command): New variable.
19410 (nntp-via-netcat-switches): New variable.
19411 (nntp-open-via-rlogin-and-netcat): New function.
19412 (nntp-open-connection-function): Doc fix.
19413 (nntp-telnet-command): Doc fix.
19414 (nntp-end-of-line): Doc fix.
19415 (nntp-via-rlogin-command): Doc fix.
19416 (nntp-via-user-name): Doc fix.
19417 (nntp-via-address): Doc fix.
19418
19419 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19420
19421 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19422 error in Emacs 21.1.
19423
19424 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19425
19426 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19427
19428 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19429
19430 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19431 (gnus-agent-with-refreshed-group): New macro.
19432 (gnus-agent-rename-group): New function.
19433 (gnus-agent-delete-group): New function.
19434 (gnus-agent-save-group-info): Use gnus-command-method when
19435 `method' parameter is nil. Don't write nil entries into the
19436 active file.
19437 (gnus-agent-get-group-info): New function.
19438 (gnus-agent-fetch-articles):
19439 Use gnus-agent-update-files-total-fetched-for to increment disk space
19440 used.
19441 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19442 Use gnus-agent-update-view-total-fetched-for to increment disk space
19443 used.
19444 (gnus-agent-get-local): Add optional parameters to avoid calling
19445 gnus-group-real-name and gnus-find-method-for-group.
19446 (gnus-agent-set-local): Delete stored entry if either min, or max,
19447 are nil.
19448 (gnus-agent-fetch-session): Reworded error/quit messages.
19449 On quit, use gnus-agent-regenerate-group to record existence of any
19450 articles fetched to disk before the quit occurred.
19451 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19452 gnus-agent-update-view-total-fetched-for, and
19453 gnus-agent-update-files-total-fetched-for to decrement disk space
19454 used.
19455 (gnus-agent-retrieve-headers):
19456 Use gnus-agent-update-view-total-fetched-for to increment disk space
19457 used.
19458 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19459 with gnus-agent-update-files-total-fetched-for to decrement disk
19460 space and fresh group buffer.
19461 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19462 (gnus-agent-need-update-total-fetched-for): New variable.
19463 (gnus-agent-update-files-total-fetched-for): New function.
19464 (gnus-agent-update-view-total-fetched-for): New function.
19465 (gnus-agent-total-fetched-for): New function.
19466
19467 * gnus-cache.el (gnus-cache-save-buffers):
19468 Use gnus-cache-update-overview-total-fetched-for to change disk space
19469 used by this group.
19470 (gnus-cache-possibly-enter-article):
19471 Use gnus-cache-update-file-total-fetched-for to increment disk space
19472 used by this group.
19473 (gnus-cache-possibly-remove-article):
19474 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19475 used by this group.
19476 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19477 (gnus-cache-rename-group): New function.
19478 (gnus-cache-delete-group): New function.
19479 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19480 (gnus-cache-need-update-total-fetched-for): New variable.
19481 (gnus-cache-with-refreshed-group): New macro.
19482 (gnus-cache-update-file-total-fetched-for): New function.
19483 (gnus-cache-update-overview-total-fetched-for): New function.
19484 (gnus-cache-rename-group-total-fetched-for): New function.
19485 (gnus-cache-delete-group-total-fetched-for): New function.
19486 (gnus-cache-total-fetched-for): New function.
19487
19488 * gnus-group.el: Require gnus-sum and autoload functions to
19489 resolve warnings when gnus-group.el compiled alone.
19490 (gnus-group-line-format): Documented new %F.
19491 (size of Fetched data) group line format; identifies disk space
19492 used by agent and cache.
19493 (gnus-group-line-format-alist): Defined new F format.
19494 (gnus-total-fetched-for): New function.
19495 (gnus-group-delete-group): No longer update
19496 gnus-cache-active-altered as gnus-request-delete-group now keeps
19497 the cache in sync.
19498 (gnus-group-list-active): Let the agent store a server's active
19499 list if currently plugged.
19500
19501 * gnus-int.el (gnus-request-delete-group):
19502 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19503 local disk in sync with the server.
19504 (gnus-request-rename-group):
19505 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19506 local disk in sync with the server.
19507
19508 * gnus-start.el (gnus-get-unread-articles):
19509 Cosmetic simplification to logic.
19510
19511 * gnus-util.el (gnus-rename-file): New function.
19512
19513 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19514
19515 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19516
19517 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19518
19519 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19520 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19521
19522 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19523
19524 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19525 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19526
19527 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19528
19529 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19530
19531 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19532
19533 * spam.el (spam-set-difference): Add function to replace
19534 gnus-set-difference in spam.el.
19535 (spam-summary-prepare-exit): Use spam-set-difference.
19536
19537 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19538
19539 * gnus-registry.el (gnus-registry-cache-file): Update to use
19540 gnus-dribble-directory OR gnus-home-directory OR ~.
19541 (gnus-registry-split-fancy-with-parent): Fix doc.
19542
19543 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19544
19545 * message.el (message-exchange-point-and-mark):
19546 Use message-mark-active-p. Suggested by Jesper Harder
19547 <harder@ifa.au.dk>.
19548
19549 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19550
19551 * message.el (message-exchange-point-and-mark): Don't activate
19552 region if it was inactive. Suggested by Hiroshi Fujishima
19553 <pooh@nature.tsukuba.ac.jp>.
19554
19555 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19556
19557 * gnus-art.el (article-display-face): Display Faces in the same
19558 order as X-Faces.
19559
19560 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19561
19562 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19563
19564 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19565
19566 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19567 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19568 (gnus-article-mime-hierarchy): Remove.
19569 (gnus-article-mime-hierarchy-next): Remove.
19570 (gnus-article-mode): Revert 2004-03-19 change.
19571 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19572 (gnus-insert-mime-button): Revert 2004-03-19 change.
19573 (gnus-mime-accumulate-hierarchy): Remove.
19574 (gnus-mime-enter-multipart): Remove.
19575 (gnus-mime-leave-multipart): Remove.
19576 (gnus-mime-display-part): Revert 2004-03-19 change.
19577 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19578
19579 * mml.el (mml-preview): Revert 2004-03-19 change.
19580
19581 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19582
19583 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19584
19585 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19586
19587 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19588 t while entering a file name using the mm-with-multibyte macro.
19589 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19590
19591 * mm-util.el (mm-with-multibyte): New macro.
19592
19593 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19594
19595 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19596 New user option.
19597 (gnus-mime-multipart-functions): Doc and customization fix.
19598 (gnus-article-mime-hierarchy): New variable.
19599 (gnus-article-mime-hierarchy-next): New variable.
19600 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19601 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19602 gnus-article-mime-hierarchy-next to nil.
19603 (gnus-insert-mime-button): Show hierarchy numbers.
19604 (gnus-mime-accumulate-hierarchy): New function.
19605 (gnus-mime-enter-multipart): New function.
19606 (gnus-mime-leave-multipart): New function.
19607 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19608 (gnus-mime-display-alternative): Show hierarchy numbers.
19609
19610 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19611 gnus-article-mime-hierarchy-next to nil.
19612
19613 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19614
19615 * dns.el: Don't require gnus-xmas.
19616
19617 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19618
19619 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19620 inline PGP.
19621 (mml-menu): Disable mml-quote-region if mark is inactive.
19622
19623 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19624
19625 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19626 when the group's active is not available.
19627
19628 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19629
19630 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19631 error.
19632
19633 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19634
19635 * imap.el (imap-store-password): New variable.
19636 (imap-interactive-login): Use it.
19637 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19638
19639 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19640
19641 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19642 window-start and hscroll to summary window.
19643
19644 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19645
19646 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19647 conversion message to newsrc-dribble when an actual conversion is
19648 performed.
19649
19650 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19651
19652 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19653
19654 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19655
19656 * mm-decode.el (mm-complicated-handles): New function reviving
19657 former definition of mm-multiple-handles.
19658
19659 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19660 (gnus-mime-delete-part): Use it.
19661
19662 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19663
19664 * gnus-agent.el (gnus-agent-read-local):
19665 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19666 avoid the implicit assumption that they will always be equal.
19667 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19668 coding-system-for-write, as the with-temp-file macro first prints
19669 to a buffer then saves the buffer.
19670
19671 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19672
19673 * gnus-art.el (gnus-article-edit-part): New function.
19674 (gnus-mime-save-part-and-strip): Use it; do query instead of
19675 signaling an error; don't use mm-multiple-handles.
19676 (gnus-mime-delete-part): Ditto.
19677
19678 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19679
19680 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19681 old file versions.
19682 (gnus-group-prepare-hook): Remove function that converted list
19683 form of gnus-agent-expire-days to group properties.
19684
19685 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19686 (gnus-request-accept-article): Re-indented.
19687
19688 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19689 converters to handle old agent file formats. Add logic for a
19690 "backup before upgrading warning".
19691 (gnus-convert-mark-converter-prompt): Developers can mark
19692 functions as needing (default), or not needing,
19693 gnus-convert-old-newsrc's "backup before upgrading warning".
19694 (gnus-convert-converter-needs-prompt): Tests whether the user
19695 should be protected from potentially irreversable changes by the
19696 function.
19697
19698 * legacy-gnus-agent.el: New. Provides converters that are only
19699 loaded when gnus-convert-old-newsrc needs to call them.
19700
19701 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19702
19703 * mail-source.el (mail-source-touch-pop): Doc fix.
19704
19705 * message.el (message-smtpmail-send-it): Doc fix.
19706
19707 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19708
19709 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19710
19711 * nnmail.el (nnmail-split-fancy): do.
19712
19713 * gnus-kill.el (gnus-kill, gnus-execute): do.
19714
19715 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19716
19717 * gnus-sum.el (gnus-widget-reversible-match)
19718 (gnus-widget-reversible-to-internal)
19719 (gnus-widget-reversible-to-external): New functions.
19720 (gnus-widget-reversible): New widget.
19721 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19722
19723 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19724
19725 * gnus-sum.el (gnus-thread-sort-functions)
19726 (gnus-article-sort-functions): Document `(not F)' items.
19727
19728 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19729
19730 * spam.el (spam-use-gmane-xref): Add new backend.
19731 (spam-gmane-xref-spam-group): Add variable to control the name of the
19732 Gmane spam group.
19733 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19734 (spam-regex-headers-spam, spam-regex-headers-ham)
19735 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19736 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19737 backends and checks.
19738 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19739
19740 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19741 an autodetect method.
19742
19743 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19744
19745 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19746 articles are being added to a group.
19747 (gnus-request-replace-article): Inform the agent that articles
19748 need to be uncached as the cached contents are no longer valid.
19749
19750 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19751
19752 * binhex.el: Don't autoload executable-find.
19753
19754 * canlock.el: Don't autoload mail-fetch-field.
19755
19756 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19757
19758 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19759 rmail-dont-reply-to and rmail-output.
19760
19761 * gnus-score.el: Don't autoload ffap-string-at-point.
19762
19763 * gnus-setup.el: Don't autoload sc-cite-original.
19764
19765 * imap.el: Don't autoload base64-decode-string,
19766 base64-encode-string and md5.
19767
19768 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19769 and rmail-msg-restore-non-pruned-header.
19770
19771 * mm-decode.el: Don't autoload executable-find.
19772
19773 * mm-url.el: Don't autoload executable-find.
19774
19775 * mm-view.el: Don't autoload diff-mode.
19776
19777 * nndb.el: Don't autoload news-reply-mode, news-setup,
19778 cancel-timer and telnet.
19779
19780 * password.el: Don't autoload run-at-time for Emacs.
19781
19782 * sha1-el.el: Don't autoload executable-find.
19783
19784 * sieve-mode.el: Don't autoload c-mode.
19785
19786 * uudecode.el: Don't autoload executable-find.
19787
19788 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19789
19790 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19791 (gnus-agent-possibly-alter-active): Avoid null in numeric
19792 comparison.
19793 (gnus-agent-set-local): Refuse to save null in local object table.
19794 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19795 list of articles that will be marked as unread.
19796
19797 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19798
19799 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19800
19801 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19802
19803 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19804 language tags.
19805
19806 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19807
19808 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19809 Don't bind "obarray".
19810
19811 * gnus-sum.el (gnus-thread-sort-functions):
19812 Add `gnus-thread-sort-by-most-recent-number' and
19813 `gnus-thread-sort-by-most-recent-date'.
19814 Reported by Kai Grossjohann <kai@emptydomain.de>.
19815
19816 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19817
19818 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19819
19820 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19821
19822 * gnus-cus.el (gnus-agent-customize-category):
19823 Remove ignore-errors macro reference that required cl to be loaded at
19824 run-time.
19825
19826 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19827 single-interval range of the form (min . max). Previously the
19828 range had to look like ((min . max)). Likewise, return
19829 (min . max) rather than ((min . max)).
19830 (gnus-range-map): Use gnus-range-normalize to accept
19831 single-interval range.
19832
19833 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19834 the cache, but not the agent, now appear with their usual face.
19835
19836 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19837
19838 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19839 w3m-safe-url-regexp variable buffer-local.
19840
19841 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19842
19843 2004-02-27 Simon Josefsson <jas@extundo.com>
19844
19845 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19846 gnus-group-real-prefix.
19847 (gnus-summary-move-article): Use it, instead of
19848 gnus-group-real-prefix.
19849
19850 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19851
19852 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19853 w3m-safe-url-regexp variable buffer-local and set it as the value
19854 of mm-w3m-safe-url-regexp.
19855
19856 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19857
19858 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19859 parsing gnus-posting-styles when the message is not for replying.
19860
19861 * nnrss.el (nnrss-opml-export):
19862 Use mm-set-buffer-file-coding-system instead of
19863 set-buffer-file-coding-system.
19864
19865 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19866
19867 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19868 of checkdoc.el).
19869 * nnrss.el: do.
19870 * gnus-mlspl.el: do.
19871 * gnus-ml.el: do.
19872 * gnus-srvr.el: do.
19873
19874 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19875
19876 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19877
19878 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19879 Corrections to custom-manual links.
19880
19881 * gnus-art.el (gnus-article): Ditto.
19882
19883 * mm-decode.el (mime-display, mime-security): Ditto.
19884
19885 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19886
19887 * flow-fill.el: Typo.
19888
19889 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19890
19891 * spam-wash.el: New file.
19892
19893 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19894
19895 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19896
19897 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19898
19899 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19900 to be run with new-articles as LIST1, not LIST2.
19901 (spam-registration-functions): Add spam-use-ham-copy as a nil
19902 registration backend.
19903
19904 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19905
19906 * spam-stat.el (spam-stat-washing-hook): New option.
19907 (spam-stat-buffer-words): Use it.
19908 (spam-stat-process-directory, spam-stat-test-directory):
19909 Use insert-file-contents-literally.
19910 (spam-stat-coding-system): New variable.
19911 (spam-stat-load, spam-stat-save): Use it.
19912
19913 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19914
19915 * spam-report.el (spam-report-plug-agent):
19916 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19917
19918 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19919
19920 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19921 Allow / in mailto URLs.
19922
19923 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19924
19925 * spam-report.el (spam-report-process-queue): Fix interactive use.
19926 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19927 (spam-report-unplug-agent): Doc fixes.
19928 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19929 (spam-report-agentize, spam-report-deagentize):
19930 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19931
19932 * message.el (message-setup-fill-variables): Add mml tags to
19933 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19934 <ajk@iu.edu>.
19935 (message-mode): Don't modify paragraph-separate there.
19936
19937 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19938
19939 * compface.el (uncompface-use-external): Default to undecided.
19940 (uncompface-use-external-threshold): New variable.
19941 (uncompface-float-time): New macro.
19942 (uncompface): Determine whether to use the external decoder if
19943 uncompface-use-external is undecided.
19944
19945 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19946
19947 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19948 after images.
19949
19950 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19951
19952 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19953
19954 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19955
19956 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19957
19958 * gnus-sum.el (gnus-summary-limit-to-age)
19959 (gnus-summary-limit-children): do.
19960
19961 * gnus-int.el (gnus-request-scan): do.
19962
19963 * gnus-group.el (gnus-group-suspend): do.
19964
19965 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19966
19967 * gnus-cite.el (gnus-cite-parse-attributions): do.
19968
19969 * gnus-agent.el (gnus-summary-set-agent-mark)
19970 (gnus-agent-regenerate-group): do.
19971
19972 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19973
19974 * binhex.el (binhex-decode-region-internal): do.
19975
19976 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19977
19978 * gnus-fun.el (gnus-face-properties-alist): New user option.
19979 (gnus-display-x-face-in-from): Use it.
19980
19981 * gnus-art.el (article-display-face): Ditto.
19982
19983 * compface.el (uncompface-use-external): Default to nil.
19984
19985 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19986
19987 * nntp.el (nntp-erase-buffer): New function.
19988 (nntp-retrieve-data, nntp-send-command)
19989 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19990 (nntp-possibly-change-group): Use it.
19991
19992 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19993 Use with-current-buffer.
19994
19995 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19996
19997 * compface.el: Merge the ELisp-based uncompface program.
19998 (compface): New customization group.
19999 (uncompface-use-external): New user option.
20000 (uncompface): Call uncompface-internal if uncompface-use-external
20001 is nil.
20002 (uncompface-internal): New function. Note that there are also
20003 some other functions and variables added for this function.
20004
20005 2004-02-10 Jesper Harder <harder@ifa.au.dk>
20006
20007 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20008 if necessary.
20009
20010 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
20011
20012 * spam-report.el (spam-report-unplug-agent)
20013 (spam-report-plug-agent, spam-report-deagentize)
20014 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20015 Add support for the Agent in spam-report: when unplugged, report to a
20016 file; when plugged, submit all the requests.
20017
20018 * spam.el (spam-register-routine): Fix message about
20019 registration.
20020
20021 2004-02-09 Jesper Harder <harder@ifa.au.dk>
20022
20023 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20024 dependencies.
20025 (rfc2047-encode): Use it.
20026
20027 * gnus-art.el (gnus-button-marker-list): Move before first
20028 reference.
20029
20030 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20031 (imap-parse-body): Fix format string mismatch.
20032
20033 * gnus-score.el (gnus-summary-increase-score): do.
20034
20035 * nnrss.el (nnrss-close): New function.
20036
20037 2004-02-08 Jesper Harder <harder@ifa.au.dk>
20038
20039 * nnrss.el (nnrss-make-filename): New function.
20040 (nnrss-request-delete-group, nnrss-read-server-data)
20041 (nnrss-save-server-data, nnrss-read-group-data)
20042 (nnrss-save-group-data): Use it.
20043 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20044 (nnrss-read-server-data, nnrss-read-group-data): Use load.
20045 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20046
20047 2004-02-07 Jesper Harder <harder@ifa.au.dk>
20048
20049 * mml.el (mml-compute-boundary-1): Don't uncompress files.
20050
20051 2004-02-06 Jesper Harder <harder@ifa.au.dk>
20052
20053 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20054 files.
20055
20056 * message.el (message-generate-headers-first): Don't quote nil
20057 and t in docstrings.
20058
20059 * imap.el (imap-id): do.
20060
20061 * gnus-agent.el (gnus-agent-consider-all-articles)
20062 (gnus-agent-queue-mail): do.
20063
20064 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
20065
20066 * spam-report.el (spam-report-process-queue): New function.
20067 Process requests from `spam-report-requests-file'.
20068 (spam-report-process-queue): Doc fix.
20069
20070 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
20071
20072 * spam.el (spam-register-routine)
20073 (spam-log-processing-to-registry, spam-log-registered-p)
20074 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20075 Change "check" to "spam-check" for semi-clarity.
20076
20077 2004-02-05 Jesper Harder <harder@ifa.au.dk>
20078
20079 * pop3.el: Require nnheader.
20080
20081 * mml-smime.el: Require cl. Autoload message-fetch-field.
20082
20083 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20084
20085 * gnus-picon.el: Require cl.
20086
20087 * gnus-fun.el: Require gnus-ems and gnus-util.
20088
20089 * gnus.el (gnus-method-to-server): Move defsubst before first use.
20090
20091 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20092
20093 * gnus-art.el (gnus-article-edit-mode): Define before first
20094 reference.
20095
20096 2004-02-04 Jesper Harder <harder@ifa.au.dk>
20097
20098 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20099 (gnus-uu-post-encoded): Use point-at-bol.
20100
20101 * gnus-topic.el (gnus-group-active-topic-p): do.
20102
20103 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20104
20105 * gnus-group.el (gnus-group-kill-region): do.
20106
20107 * gnus-art.el (article-date-ut): do.
20108
20109 * message.el (message-fetch-field): Remove redundant
20110 case-fold-search binding.
20111 (message-narrow-to-field): Simplify.
20112
20113 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
20114
20115 * spam.el (spam-directory): Derive from `gnus-directory'.
20116
20117 * spam-report.el (spam-report-url-to-file)
20118 (spam-report-requests-file): New function and variable for offline
20119 reporting.
20120 (spam-report-url-ping-function): Add `spam-report-url-to-file'
20121 and user defined function.
20122 (spam-report-url-ping-mm-url): Remove doubled slash.
20123
20124 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
20125
20126 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20127
20128 2004-02-03 Jesper Harder <harder@ifa.au.dk>
20129
20130 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20131 Fix format string mismatch.
20132
20133 * sieve.el (sieve-deactivate-all): do.
20134
20135 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20136
20137 * nnlistserv.el (nnlistserv-kk-wash-article): do.
20138
20139 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20140
20141 * mm-bodies.el (mm-7bit-chars): Don't include \r.
20142
20143 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
20144
20145 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20146 the list of checks.
20147
20148 2004-01-31 Jesper Harder <harder@ifa.au.dk>
20149
20150 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20151 padding.
20152
20153 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
20154
20155 * mm-view.el (mm-fill-flowed): New variable.
20156 (mm-inline-text): Use it.
20157
20158 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
20159
20160 * spam.el (spam-spamassassin-register-ham-routine)
20161 (spam-spamassassin-register-spam-routine): Fix function names.
20162
20163 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
20164
20165 * gnus.el (gnus-tmp-grouplens): Remove.
20166 (gnus-summary-line-format): Remove grouplens.
20167
20168 * gnus-group.el (gnus-group-line-format): Ditto.
20169
20170 * gnus-spec.el (gnus-format-specs): Ditto.
20171 (gnus-update-format-specifications): Flush the group format spec
20172 cache if there's the grouplens stuff.
20173 (gnus-parse-simple-format): Replace %l with the empty string.
20174
20175 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
20176
20177 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20178 omission.
20179
20180 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
20181
20182 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20183 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20184
20185 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20186
20187 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20188 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20189 New macros and functions.
20190 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20191 Handle > NLINK_MAX messages.
20192 * nnmaildir.el (nnmaildir-request-set-mark):
20193 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20194
20195 2004-01-25 Alex Schroeder <alex@gnu.org>
20196
20197 * spam-stat.el (spam-stat-process-directory-age): New option.
20198 (spam-stat-process-directory): Use it.
20199
20200 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20201
20202 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20203 (spam-stat-save): Accept prefix argument.
20204
20205 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20206
20207 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20208 links" error.
20209
20210 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20211
20212 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20213 compatibility with old .newsrc.eld files.
20214
20215 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20216
20217 * gnus-start.el (gnus-1): do.
20218
20219 * gnus-group.el (gnus-group-line-format-alist): do.
20220
20221 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20222
20223 * gnus-gl.el: Remove.
20224
20225 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20226
20227 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20228 marks consisting of a single range {for example, (3 . 5)} rather
20229 than a list of a single range { ((3 . 5)) }.
20230
20231 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20232
20233 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20234 Use with-current-buffer.
20235 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20236 avoid consing a string.
20237
20238 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20239 Remove obsolete entries for big5 and gb2312.
20240
20241 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20242
20243 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20244 uncompressed list.
20245
20246 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20247
20248 * spam-stat.el (spam-stat-strip-xref): New function.
20249 (spam-stat-process-directory): Use it.
20250
20251 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20252 here -- it's done in message-fetch-field.
20253
20254 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20255
20256 * gnus-agent.el (gnus-agent-queue-mail)
20257 (gnus-agent-prompt-send-queue): New variables.
20258 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20259 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20260 "nndraft:queue" along to gnus-draft-send.
20261 Use gnus-agent-prompt-send-queue.
20262 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20263 is "nndraft:queue". Suggested by Gaute Strokkenes
20264 <gs234@srcf.ucam.org>
20265
20266 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20267 (agent-enable-undownloaded-faces): Add.
20268 (gnus-agent-cat-groups): Use eval-and-compile, not
20269 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20270 method of gnus-agent-cat-groups even when the buffer has been
20271 evaled.
20272 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20273 delete gnus-agent-save-active-1.
20274 (gnus-agent-save-groups): Delete. Identical to
20275 gnus-agent-save-active.
20276 (gnus-agent-write-active): No longer adjust agent's copy of active
20277 file as agent's adjustments are now stored in their own
20278 file. Remove optional parameter.
20279 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20280 servers. Add use of min/max range limits from server's local
20281 file.
20282 (gnus-agent-save-alist): Remove unused optional argument.
20283 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20284 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20285 (gnus-agent-set-local): A per-server file that keeps min/max range
20286 limits for articles known to the agent. Provides a fast mechanism
20287 for altering many active ranges.
20288 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20289 active file (local makes it unnecessary).
20290 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20291
20292 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20293 (agent-enable-undownloaded-faces): Add.
20294
20295 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20296 disable it when sending to "nndraft:queue".
20297 (gnus-group-send-queue): Add safety check to avoid sending queue
20298 when unplugged.
20299
20300 * gnus-group.el (gnus-group-catchup): Use new
20301 gnus-sequence-of-unread-articles, not
20302 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20303 numbers of articles. Use gnus-range-map to avoid having to
20304 uncompress the unread list.
20305 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20306 Fix invalid ange-ftp reference.
20307
20308 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20309 (gnus-sorted-range-intersection): Intersection of two ranges
20310 without requiring that they first be uncompressed.
20311
20312 * gnus-start.el (gnus-activate-group): Unless blocked by the
20313 caller, possibly expand the active range to include both cached
20314 and agentized articles.
20315 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20316 multiple version-dependent converters.
20317 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20318 gnus-agent-save-active.
20319 (gnus-save-newsrc-file): Save dirty agent range limits.
20320
20321 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20322 gnus-agent-possibly-alter-active.
20323 (gnus-adjust-marked-articles): Faster handling of simple lists
20324
20325 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20326
20327 * spam-stat.el (spam-stat-test-directory): New optional argument
20328 displays a list of files detected. Suggested by Andrew Cohen
20329 <cohen@andy.bu.edu>.
20330 (spam-stat-buffer-words-with-scores): Don't narrow and change
20331 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20332
20333 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20334
20335 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20336 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20337 (spam-spamassassin-arguments)
20338 (spam-spamassassin-spam-flag-header)
20339 (spam-spamassassin-positive-spam-flag-header)
20340 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20341 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20342 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20343 (spam-list-of-processors, spam-list-of-checks)
20344 (spam-list-of-statistical-checks, spam-registration-functions)
20345 (spam-check-spamassassin-headers, spam-check-spamassassin)
20346 (spam-spamassassin-score)
20347 (spam-spamassassin-register-with-sa-learn)
20348 (spam-spamassassin-register-spam-routine)
20349 (spam-spamassassin-register-ham-routine)
20350 (spam-assassin-register-spam-routine)
20351 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20352 (spam-bogofilter-score): Fix to show article before scoring.
20353
20354 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20355
20356 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20357 default scoring function.
20358 (spam-generic-score): Call spam-spamassassin-score if
20359 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20360 spam-bogofilter-score otherwise.
20361
20362 * gnus.el (spam-process, spam-autodetect-methods):
20363 Add spamassassin and spamassassin-headers.
20364
20365 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20366
20367 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20368 Suppress unnecessary messages.
20369
20370 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20371
20372 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20373 make-hash-table.
20374
20375 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20376
20377 * canlock.el (base64-encode-string): Don't autoload it.
20378
20379 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20380
20381 * run-at-time.el: Remove useless (require 'itimer),
20382 eval-and-compile and (featurep 'xemacs).
20383
20384 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20385
20386 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20387 GROUP is a virtual group.
20388
20389 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20390
20391 * gnus.el: Autoload `message-y-or-n-p'.
20392
20393 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20394
20395 * pgg-parse.el: Remove unnecessary (require 'custom).
20396
20397 * pgg-def.el: do.
20398
20399 * nnmail.el: do.
20400
20401 * gnus-undo.el: do.
20402
20403 * gnus-picon.el: do.
20404
20405 * gnus-util.el: do.
20406
20407 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20408
20409 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20410
20411 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20412
20413 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20414 handle, as well as a list.
20415
20416 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20417 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20418 (mm-w3m-cid-retrieve): Simplify.
20419
20420 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20421
20422 * message.el (message-kill-to-signature): Allow prefix arg to
20423 specify number of lines to keep before signature.
20424
20425 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20426
20427 * message.el (message-kill-to-signature): Change docstring.
20428
20429 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20430
20431 * canlock.el: Always require sha1-el.
20432 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20433
20434 * message.el: Autoload sha1 only when compiling.
20435
20436 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20437
20438 * message.el (message-canlock-generate): Require sha1-el.
20439
20440 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20441
20442 * message.el (message-expand-name): Silence the byte compiler.
20443
20444 2004-01-13 Simon Josefsson <jas@extundo.com>
20445
20446 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20447 Invoke gnus-score-mode.
20448 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20449
20450 * gnus-range.el (gnus-compress-sequence): Doc fix.
20451 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20452
20453 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20454
20455 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20456
20457 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20458
20459 * spam.el (spam-get-article-as-string): Update to use
20460 gnus-request-article-this-buffer, much simpler.
20461 (spam-get-article-as-buffer): Remove.
20462
20463 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20464
20465 * message.el (message-expand-name): Use EUDC if the user uses that.
20466
20467 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20468
20469 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20470 character for the encoding to avoid consing a string.
20471
20472 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20473 unnecessarily.
20474
20475 * mm-util.el (mm-replace-chars-in-string): Remove.
20476
20477 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20478 of mm-replace-chars-in-string.
20479
20480 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20481
20482 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20483
20484 * mm-util.el (mm-subst-char-in-string): Support inplace.
20485
20486 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20487 a new string in every iteration. Use shy groups.
20488
20489 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20490
20491 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20492 * gnus-soup.el (gnus-soup-group-brew):
20493 * gnus-msg.el (gnus-put-message):
20494 * gnus-move.el (gnus-group-move-group-to-server):
20495 * gnus-kill.el (gnus-batch-score):
20496 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20497 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20498 (gnus-group-update-group, gnus-group-read-group)
20499 (gnus-group-make-group, gnus-group-make-help-group)
20500 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20501 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20502 (gnus-group-sort-by-unread, gnus-group-catchup)
20503 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20504 (gnus-group-yank-group, gnus-group-set-info)
20505 (gnus-group-list-groups):
20506 * gnus.el (gnus-generate-new-group-name):
20507 * gnus-delay.el (gnus-delay-send-queue):
20508 * nnvirtual.el (nnvirtual-catchup-group):
20509 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20510 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20511 (gnus-group-prepare-topics, gnus-topic-check-topology):
20512 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20513 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20514 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20515 (gnus-group-make-articles-read):
20516 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20517 (gnus-group-change-level, gnus-kill-newsgroup)
20518 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20519 (gnus-get-unread-articles, gnus-make-articles-unread)
20520 (gnus-make-ascending-articles-unread): Use accessor
20521 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20522 to get group information for improved readability.
20523
20524 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20525
20526 * gnus-art.el (article-decode-mime-words, article-babel)
20527 (gnus-article-highlight-signature, gnus-article-add-buttons)
20528 (gnus-signature-toggle): Use gnus-with-article-buffer.
20529
20530 * gnus-art.el (gnus-article-highlight-headers)
20531 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20532
20533 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20534 (gnus-article-set-globals, gnus-request-article-this-buffer)
20535 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20536 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20537 (gnus-mime-display-alternative): Use with-current-buffer.
20538
20539 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20540
20541 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20542 also under 80 char limit, and call gnus-error if needed.
20543 (spam-fetch-article-header): Fix - it was a
20544 buffer-local variable (gnus-newsgroup-data).
20545 (spam-find-spam): Use spam-generate-fake-headers, forget about
20546 spam-insert-fake-headers.
20547 (spam-insert-fake-headers): Remove.
20548
20549 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20550
20551 * deuglify.el (gnus-article-outlook-unwrap-lines)
20552 (gnus-outlook-rearrange-article)
20553 (gnus-outlook-repair-attribution-outlook)
20554 (gnus-outlook-repair-attribution-block)
20555 (gnus-outlook-repair-attribution-other): Remove redundant
20556 save-excursion.
20557
20558 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20559
20560 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20561 (spam-fetch-field-subject-fast)
20562 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20563 (spam-fetch-article-header): Add functions to deal with Gnus
20564 internals for fast retrieval of article header data.
20565 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20566
20567 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20568
20569 * pop3.el (pop3-md5): Remove.
20570 (pop3-apop): Replace pop3-md5 with md5.
20571
20572 * mm-bodies.el: base64 is always built-in.
20573
20574 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20575 Use with-current-buffer.
20576
20577 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20578
20579 * canlock.el (canlock-insert-header): Remove excessive grouping in
20580 regexp.
20581
20582 * gnus-sum.el (gnus-summary-read-document): Ditto.
20583
20584 * gnus-uu.el (gnus-uu-part-number): Ditto.
20585
20586 * html2text.el (html2text-remove-tags): Ditto.
20587 (html2text-format-tags): Ditto.
20588 (html2text-format-single-elements): Ditto.
20589
20590 * mml.el (mml-parse-1): Ditto.
20591
20592 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20593
20594 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20595
20596 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20597
20598 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20599
20600 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20601
20602 2003-11-15 Simon Josefsson <jas@extundo.com>
20603
20604 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20605 (pgg-gpg-lookup-key): Use regexp match instead of
20606 split-string (split-string is different between emacs 21.2 and
20607 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20608
20609 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20610
20611 * gnus-art.el (gnus-mime-view-all-parts)
20612 (gnus-article-part-wrapper, gnus-article-view-part):
20613 Use with-current-buffer.
20614
20615 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20616
20617 * spam.el (spam-disable-spam-split-during-ham-respool)
20618 (spam-spamoracle-database, spam-cache-lookups)
20619 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20620 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20621 (spam-group-ham-marks, spam-group-spam-marks)
20622 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20623 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20624 also add spam-use-blackholes to the statistical checks.
20625 (spam-fetch-field-fast): Add interface to fetching fields, may
20626 become a macro.
20627 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20628 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20629 (spam-insert-fake-headers): Fake an article when needed.
20630 (spam-find-spam): Fake article when possible.
20631 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20632 (spam-check-bogofilter-headers): Use message-fetch-field instead
20633 of nnmail-fetch-field.
20634
20635 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20636
20637 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20638
20639 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20640
20641 * spam.el (spam-split): Do not require spam-use-CHECK to be
20642 enabled if that check is passed to spam-split explicitly; also
20643 fix so 'spam doesn't get converted to spam-split-group when
20644 spam-split-symbolic-return is t.
20645 (spam-find-spam): Find registrations of the article and use those
20646 instead of re-running spam-split to find the spam/ham
20647 classification of the article.
20648 (spam-log-processing-to-registry, spam-log-registered-p)
20649 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20650 Use gnus-error instead of gnus-message.
20651 (spam-log-registration-type): Add function to determine the
20652 classification of a message based on registry entries; will
20653 return nil if both 'spam and 'ham are found.
20654 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20655 a reasonably fast local cache without the loading errors.
20656 (spam-cache-lookups): Set to t by default.
20657 (spam-find-spam): Don't try to guess spam-cache-lookups.
20658 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20659 spam-caches entry.
20660 (spam-filelist-build-cache, spam-filelist-check-cache):
20661 Fix caching of whitelist/blacklist entries.
20662 (spam-check-whitelist, spam-check-blacklist):
20663 Invoke spam-from-listed-p with a type, not a cache variable.
20664 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20665
20666 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20667
20668 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20669
20670 * nnmail.el (nnmail-split-fancy): do.
20671
20672 * mml.el (mml-parse): do.
20673
20674 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20675 (gnus-score-adaptive): do.
20676
20677 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20678
20679 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20680 (gnus-mime-button-map): Don't set keymap parent.
20681 (gnus-button-ctan-directory-regexp): Use shy grouping.
20682 (gnus-prev-page-map): Don't set keymap parent.
20683 (gnus-prev-page-map): Remove duplicated one.
20684 (gnus-next-page-map): Don't set keymap parent.
20685 (gnus-mime-security-button-map): Ditto.
20686
20687 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20688 version number.
20689
20690 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20691
20692 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20693
20694 * canlock.el (canlock-sha1-function): Remove.
20695 (canlock-sha1-function-for-verify): Remove.
20696 (canlock-openssl-program): Remove.
20697 (canlock-openssl-args): Remove.
20698 (canlock-ignore-errors): Remove.
20699 (canlock-sha1-with-openssl): Remove.
20700 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20701 (canlock-verify): Don't use canlock-ignore-errors.
20702
20703 * sha1-el.el (sha1-string-external): Make it can return a string
20704 in binary form.
20705 (sha1-region-external): Ditto.
20706 (sha1-string-internal): Ditto.
20707 (sha1-region-internal): Ditto.
20708 (sha1-region): Ditto.
20709 (sha1-string): Ditto.
20710 (sha1): Ditto.
20711
20712 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20713
20714 * spam.el (spam-report-articles-gmane): New command.
20715
20716 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20717
20718 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20719
20720 * run-at-time.el (run-at-time-saved): Remove.
20721 (run-at-time): Doc fix.
20722
20723 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20724
20725 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20726 (gnus-summary-limit-map): Add it.
20727 (gnus-summary-make-menu-bar): do.
20728
20729 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20730
20731 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20732 Make attempt at some caching support (done for BBDB only now).
20733 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20734 addresses to be checked.
20735 (spam-clear-cache-BBDB): Add function, to be invoked by
20736 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20737 (spam-check-BBDB): Check and use the caches, if
20738 spam-cache-lookups is on, remove superfluous (provide).
20739
20740 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20741
20742 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20743
20744 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20745
20746 * run-at-time.el (run-at-time-saved): Move to after the definition
20747 of `run-at-time'.
20748
20749 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20750
20751 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20752 mm-w3m-local-map-property.
20753
20754 * mm-view.el (mm-w3m-mode-map): Remove.
20755 (mm-w3m-local-map-property): Remove.
20756 (mm-inline-text-html-render-with-w3m): Don't use
20757 mm-w3m-local-map-property.
20758
20759 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20760
20761 * run-at-time.el: New file.
20762
20763 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20764 of gnus-set-text-properties.
20765
20766 * gnus-uu.el (gnus-uu-save-article): Ditto.
20767
20768 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20769
20770 * gnus-cite.el (gnus-cite-parse): Ditto.
20771
20772 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20773 of gnus-.
20774
20775 * gnus.el: Change calls to nnheader-run-at-time and
20776 password-run-at-time throughout to use run-at-time directly.
20777
20778 * password.el: Remove definition of run-at-time.
20779
20780 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20781
20782 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20783 in prompt.
20784
20785 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20786
20787 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20788 XEmacs version.
20789
20790 * dns.el (dns-make-network-process): Use `open-network-stream'
20791 instead of `gnus-xmas-open-network-stream'.
20792
20793 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20794
20795 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20796
20797 * gnus-art.el (gnus-mime-display-alternative)
20798 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20799 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20800 Don't use gnus-local-map-property.
20801
20802 * gnus-util.el (gnus-local-map-property): Remove.
20803
20804 * mm-view.el (mm-view-pkcs7-decrypt):
20805 Replace gnus-completing-read-maybe-default with completing-read.
20806
20807 * gnus-util.el (gnus-completing-read): do.
20808 (gnus-completing-read-maybe-default): Remove.
20809
20810 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20811
20812 * password.el: Only autoload `run-at-time' if not XEmacs.
20813 Only autoload the itimer functions if XEmacs.
20814
20815 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20816
20817 * gnus-art.el (gnus-read-string): Remove.
20818 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20819 read-string.
20820
20821 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20822
20823 * netrc.el: Autoload password-read.
20824 (netrc): Add configuration group.
20825 (netrc-encoding-method, netrc-openssl-path):
20826 Add variables for encoding and decoding of files with symmetric
20827 ciphers.
20828 (netrc-encode): Add assistant function to encode a file with
20829 netrc-encoding-method.
20830 (netrc-parse): Add interactive parameter, added optional
20831 decoding if netrc-encoding-method is non-nil but otherwise
20832 behavior is standard.
20833 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20834 Do s/encode/encrypt/ everywhere.
20835
20836 * spam.el: Remove executable-find autoload.
20837
20838 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20839
20840 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20841
20842 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20843
20844 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20845
20846 * gnus-art.el (gnus-treat-ansi-sequences)
20847 (article-treat-ansi-sequences): New variable and function.
20848 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20849
20850 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20851 Use it.
20852
20853 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20854
20855 * mm-util.el (mm-quote-arg): Remove.
20856
20857 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20858 shell-quote-argument.
20859
20860 * gnus-uu.el (gnus-uu-command): do.
20861
20862 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20863
20864 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20865 with make-char.
20866
20867 * mm-util.el (mm-make-char): Remove.
20868
20869 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20870 add-minor-mode.
20871
20872 * gnus-undo.el (gnus-undo-mode): do.
20873
20874 * gnus-topic.el (gnus-topic-mode): do.
20875
20876 * gnus-sum.el (gnus-dead-summary-mode): do.
20877
20878 * gnus-start.el (gnus-slave-mode): do.
20879
20880 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20881
20882 * gnus-ml.el (gnus-mailing-list-mode): do.
20883
20884 * gnus-gl.el (gnus-grouplens-mode): do.
20885
20886 * gnus-draft.el (gnus-draft-mode): do.
20887
20888 * gnus-dired.el (gnus-dired-mode): do.
20889
20890 * gnus-ems.el (gnus-add-minor-mode): Remove.
20891
20892 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20893 Replace gnus-char-width with char-width.
20894
20895 * gnus-ems.el (gnus-char-width): Remove.
20896
20897 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20898 Replace gnus-char-width with char-width.
20899
20900 * gnus-ems.el (gnus-char-width): Remove.
20901
20902 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20903 definition.
20904 Remove Emacs 20 hash table compatibility code.
20905
20906 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20907 20 compatibility code.
20908
20909 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20910
20911 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20912
20913 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20914 Replace with point-at-{eol,bol}.
20915
20916 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20917
20918 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20919
20920 * flow-fill.el (fill-flowed-point-at-bol)
20921 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20922
20923 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20924 Replace with point-at-{eol,bol} throughout all files.
20925
20926 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20927
20928 * ntlm.el (ntlm-string-as-unibyte): New macro.
20929 (ntlm-build-auth-response): Use it.
20930
20931 Remove Emacs 20 stuff:
20932 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20933 of delq and copy-sequence.
20934 * gnus-art.el (popup-menu): Remove the compiler macro.
20935 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20936 Emacs 20.
20937
20938 2004-01-05 Simon Josefsson <jas@extundo.com>
20939
20940 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20941 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20942 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20943 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20944 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20945 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20946 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20947 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20948 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20949 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20950 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20951 string-xor into ntlm-string-xor.
20952 Suggested by Jesper Harder <harder@myrealbox.com>.
20953
20954 * ntlm.el: Don't include poem.
20955
20956 * md4.el (print-int32, print-string-hexa): Remove.
20957 Suggested by Jesper Harder <harder@myrealbox.com>.
20958
20959 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20960
20961 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20962 probably breaks emacs with DL patch, but do we care? Is anyone
20963 still using the DL stuff?)
20964
20965 * sieve-manage.el: Use the password package.
20966 (sieve-manage-read-passwd): Remove.
20967 (sieve-manage-interactive-login): Use password. Re-add
20968 condition-case around loop.
20969
20970 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20971 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20972 Use the password package.
20973
20974 2003-02-19 Simon Josefsson <jas@extundo.com>
20975
20976 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20977 token.
20978
20979 2002-08-07 Simon Josefsson <jas@extundo.com>
20980
20981 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20982 (sieve-manage-authenticators):
20983 (sieve-manage-authenticator-alist): Add some SASL mechs.
20984 (sieve-sasl-auth): New function.
20985 (sieve-manage-cram-md5-auth):
20986 (sieve-manage-plain-auth): Rewrite using SASL library.
20987 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20988 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20989 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20990 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20991
20992 2004-01-05 Simon Josefsson <jas@extundo.com>
20993
20994 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20995 New files.
20996
20997 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20998
20999 * gnus-group.el (gnus-no-groups-message): Update.
21000
21001 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21002
21003 2003-11-09 Simon Josefsson <jas@extundo.com>
21004
21005 * imap.el: Support for ID IMAP extension (RFC 2971).
21006 (imap-local-variables): Add imap-id.
21007 (imap-id): New variable.
21008 (imap-id): New function.
21009 (imap-parse-response): Parse untagged ID response.
21010 * nnimap.el (nnimap-id): New variable.
21011 (nnimap-open-connection): Use it.
21012
21013 2003-12-28 Simon Josefsson <jas@extundo.com>
21014
21015 * gnus-score.el (gnus-score-edit-all-score): New.
21016 * gnus-group.el (gnus-group-score-map): Bind it to W e.
21017
21018 2004-01-04 Simon Josefsson <jas@extundo.com>
21019
21020 * password.el: Add.
21021
21022 2004-01-04 Mario Lang <lang@zid.tugraz.at>
21023
21024 * dns.el (dns-query-types): Fix typo.
21025 (dns-query-types): New function.
21026 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
21027 PTR and SOA replies, see RFC 1035.
21028
21029 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21030
21031 * gnus.el (gnus-logo-color-style): Change colors to `no'.
21032
21033 * Move to Changelog.2.
21034
21035 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21036
21037 * gnus.el (gnus-version-number): Bump version.
21038
21039 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21040
21041 * gnus.el: No Gnus v0.1 is released.
21042
21043 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21044
21045 * gnus.el: No Gnus v0.0 is released.
21046
21047 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21048
21049 * gnus.el (gnus-version-number): Bump.
21050 (gnus-version): No.
21051
21052 See ChangeLog.2 for earlier changes.
21053
21054 Copyright (C) 2004-2011 Free Software Foundation, Inc.
21055
21056 This file is part of GNU Emacs.
21057
21058 GNU Emacs is free software: you can redistribute it and/or modify
21059 it under the terms of the GNU General Public License as published by
21060 the Free Software Foundation, either version 3 of the License, or
21061 (at your option) any later version.
21062
21063 GNU Emacs is distributed in the hope that it will be useful,
21064 but WITHOUT ANY WARRANTY; without even the implied warranty of
21065 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21066 GNU General Public License for more details.
21067
21068 You should have received a copy of the GNU General Public License
21069 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21070
21071 ;; Local Variables:
21072 ;; coding: utf-8
21073 ;; fill-column: 79
21074 ;; add-log-time-zone-rule: t
21075 ;; End: