Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * message.el (message-point-in-header-p): Tweak the function to default
4 to saying that we're not in the headers if there is no separator at
5 all. This makes it possible to use the Message version of `M-q' in
6 buffers with no headers (bug#7987).
7 (message-point-in-header-p): Fix last checkin to work with an empty
8 mail-header-separator, too.
9
10 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
11 again, save the choice via customize.
12
13 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
14
15 * message.el (message-send-mail-function): Add `sendmail-query-once'.
16
17 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
18 ended the connection, bail out before waiting infinitely on a new
19 connection.
20
21 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
22
23 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
24 reports.
25
26 * gnus.el (gnus-bug-package): Use "gnus."
27 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
28
29 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
30
31 * gnus-art.el (gnus-article-stop-animations): New function to stop any
32 animations going on at article exit time.
33
34 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
35 since removing it breaks people upgrading.
36
37 * shr.el (shr-put-image): Use the new interface for animating images.
38 (shr-put-image): Animate for 60 seconds.
39
40 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
41 error with `find-file-hooks' on Emacs 22.
42 (with-auth-source-epa-overrides): Ugly hack to Wrap the
43 `find-file-hook' things in `symbol-value' to avoid compilation warnings
44 on all architectures.
45
46 * spam.el (spam-stat): Require in a normal fashion without binding
47 `spam-stat-install-hooks' to avoid compilation warnings.
48
49 * spam-stat.el (spam-stat-install-hooks): Removed.
50 (spam-stat-install-hooks): Don't run automatically.
51
52 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
53
54 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
55 and keystroke.
56
57 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
58
59 * auth-source.el (auth-source-netrc-cache): Move forward.
60
61 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
62
63 * auth-source.el (auth-source-netrc-create): Don't query the bits that
64 we already know.
65 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
66 (auth-source-netrc-create): Don't prompt for the stuff we already know.
67
68 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
69
70 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
71 %S format, since that looks odd.
72 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
73 file, especially when saving.
74
75 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
76
77 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
78 article found.
79
80 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
81
82 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
83 `auth-source-save-secrets' with a more sensitive alist that can be
84 configured per file. Experimental, so defaults to 'never.
85 (auth-source-netrc-create): Use it. Still experimental code.
86 (with-auth-source-epa-overrides): Use `find-file-hooks' if
87 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
88
89 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
90
91 * auth-source.el (auth-source-save-secrets): New variable to control if
92 secret tokens should be saved encrypted.
93 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
94 to `auth-source-netrc-normalize'.
95 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
96 on the EPA variables being defined.
97 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
98 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
99 the lexical-let closure.
100 (auth-source-netrc-create): Create "gpg:" tokens according to
101 `auth-source-save-secrets'.
102
103 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
104
105 * gnus-group.el (gnus-group-update-group): Add new argument
106 `info-unchanged' that stops updating dribble buffer.
107
108 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
109 deletes lines matching to it in dribble buffer.
110
111 * gnus-agent.el (gnus-agent-fetch-group-1):
112 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
113 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
114 * gnus-start.el (gnus-group-change-level):
115 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
116
117 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
118 if newsgroup info is not changed.
119
120 * gnus-group.el (gnus-group-get-new-news-this-group):
121 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
122 Don't update dribble buffer.
123
124 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
125
126 * gnus-registry.el (gnus-registry-remove-ignored): New function to
127 remove entries with groups we ignore.
128
129 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
130
131 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
132 the underline comes at the bottom.
133
134 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
135
136 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
137 `gnus-registry-user-format-function-M' and declare the latter obsolete.
138 (gnus-registry-article-marks-to-names): Rename from
139 `gnus-registry-user-format-function-M2'.
140
141 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
142
143 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
144 ephemeral group.
145
146 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
147
148 * shr.el (shr-browse-image): Copy the URL if called interactively.
149
150 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
151
152 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
153 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
154 done, then unselected articles may be marked as read.
155
156 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
157 since not doing this seems to lead to a race condition in pop3-logon.
158
159 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
160 so that the call chain it correct when we call "upwards".
161
162 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
163 in read-only groups.
164
165 * gnus-group.el (gnus-group-mark-article-read): Ditto.
166
167 * message.el (message-cite-reply-position): Doc string fix.
168
169 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
170 avoid regexp overflow.
171 (nnimap-transform-split-mail): Ditto.
172
173 * pop3.el (pop3-retr): Error out if the server closes the connection.
174
175 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
178 mm-with-unibyte-current-buffer. The buffer should not contain any
179 multibyte chars anyway at this stage.
180
181 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
182
183 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
184 at the end of lines.
185
186 2011-05-29 Julien Danjou <julien@danjou.info>
187
188 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
189
190 2011-05-27 Glenn Morris <rgm@gnu.org>
191
192 * gnus-group.el (gnus-bug-group-download-format-alist):
193 Use the "maintainer" version of debian reports as well.
194
195 2011-05-26 Glenn Morris <rgm@gnu.org>
196
197 * gnus-group.el (gnus-bug-group-download-format-alist):
198 Use the "maintainer" version of debbugs.gnu.org reports.
199
200 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
201
202 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
203
204 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
205
206 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
207 the thread moves us backwards and so we loop forever.
208
209 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
210
211 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
212 whitespace in base64 data lines.
213
214 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
215
216 * gnus-registry.el (gnus-registry-user-format-function-M):
217 Use `mapconcat'.
218 (gnus-registry-user-format-function-M2): Use to see the full text of
219 the marks. Make "," the mark text separator.
220
221 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
222 authentication with auth-source.
223
224 2011-05-17 Glenn Morris <rgm@gnu.org>
225
226 * gnus-group.el (gnus-import-other-newsrc-file):
227 Use insert-file-contents.
228
229 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
230
231 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
232 1000 iterations.
233
234 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
235
236 * nntp.el (nntp-open-connection): Check if process-type is available.
237
238 2011-05-16 Julien Danjou <julien@danjou.info>
239
240 * shr.el (shr-tag-del): Add support for del tag.
241
242 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
243
244 * gnus-html.el (gnus-html-put-image): Register a displayer.
245
246 * shr.el (shr-image-displayer): Don't remove text props from alt text.
247
248 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
249
250 * registry.el (prune-factor): New initialization parameter defaulting
251 to 0.1.
252 (registry-prune-hard): Use it.
253
254 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
255 0.1 expicitly.
256
257 2011-05-13 Glenn Morris <rgm@gnu.org>
258
259 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
260 is bound, since this function requires sendmail.
261
262 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
263
264 * registry.el (registry-usage-test): Disable pruning test.
265
266 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
267
268 * registry.el (registry-prune-hard-candidates)
269 (registry-prune-soft-candidates): Helper methods for registry pruning.
270 (registry-prune): Use them. Make the sort function optional.
271
272 2011-05-10 Jim Meyering <meyering@redhat.com>
273
274 * shr.el (shr-colorize-region): Fix typo "on on -> on".
275
276 2011-05-10 Julien Danjou <julien@danjou.info>
277
278 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
279 symbol and not a list.
280
281 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
282
283 * gnus-art.el (gnus-article-mode): Move binding of
284 shr-put-image-function here from gnus-article-prepare-display.
285
286 * shr.el (shr-put-image-function): New variable.
287 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
288 (shr-put-image): Return scaled image.
289
290 * gnus-art.el (gnus-shr-put-image): New function.
291 (gnus-article-prepare-display): Bind shr-put-image-function to it.
292
293 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
294 original ones, as deletable.
295
296 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * nntp.el (nntp-open-connection): Set TCP keepalive option.
299
300 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
301
302 * registry.el (registry-full): Add convenience method. Fix logic.
303 (registry-insert): Use it. Fix logic here too.
304
305 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
306 `registry-prune' if `registry-full' returns t.
307 (gnus-registry-handle-action)
308 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
309 (gnus-registry-usage-test): Use it.
310
311 2011-05-07 Julien Danjou <julien@danjou.info>
312
313 * shr.el (shr-link): Make shr-link inherit from link by default.
314
315 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
316
317 * shr.el (shr-urlify, shr-link): Fix shr-link face.
318
319 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
320
321 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
322 error out because the face is not a list.
323
324 2011-05-05 Glenn Morris <rgm@gnu.org>
325
326 * gnus-start.el (gnus-propagate-marks): Declare.
327
328 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
329
330 * registry.el (registry-reindex): Fix percentage message.
331
332 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
333
334 * shr.el: Add shr-link face for links.
335 (shr-urlify): Use it.
336
337 * registry.el (registry-insert): Make error message more helpful.
338
339 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
340
341 * gnus-html.el (gnus-html-schedule-image-fetching):
342 Use url-queue-retrieve, if it exists.
343
344 * shr.el (shr-tag-img): Ditto.
345
346 * gnus.el: Autoload more gnus-agent functions.
347
348 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
349 agent if we haven't already (bug#8502).
350
351 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
352 into the Agent, too.
353
354 * gnus-agent.el (gnus-agent-store-article): New function.
355
356 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
357 and moved from that file for reuse.
358
359 * pop3.el (pop3-open-server): Error messages are "-ERR".
360
361 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
362
363 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
364 (open-tls-stream): Remove superfluous tls/starttls autoloads.
365
366 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
369 buffer has moved to a different frame.
370
371 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
372
373 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
374 to get the conversion from unibyte to multibyte buffers to work on
375 Emacs 22.
376
377 * nntp.el (nntp-request-article): Slight clean-up.
378
379 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
380
381 * shr.el (shr-strike-through): New face.
382 (shr-tag-s): Use it to provide <s> support.
383 (shr-tag-s): Remove duplicate definition.
384
385 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
386
387 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
388 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
389
390 2011-04-23 Glenn Morris <rgm@gnu.org>
391
392 * gnus-sum.el (gnus-extra-headers): Bump :version.
393
394 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
395
396 * shr.el (shr-tag-sup): New function.
397 (shr-tag-sub): Ditto.
398
399 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
400
401 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
402 for the case where `gnus-registry-ignored-groups' is a list of lists,
403 and don't call `gnus-parameter-registry-ignore' otherwise.
404
405 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
406
407 * nnimap.el (nnimap-user): New backend variable.
408 (nnimap-open-connection-1): Use it.
409 (nnimap-credentials): Accept user parameter so it's explicit what user
410 name is desired.
411
412 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
413 default.
414
415 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
416 not gnus-registry.el.
417
418 * gnus-registry.el: Mention in comments how to modify
419 `gnus-extra-headers' for proper recipient tracking and that it may
420 already have To and Cc recently, which it does as of this commit.
421 (gnus-registry-ignored-groups): Remove defcustom.
422 Explain why in comments.
423 (gnus-registry-action): Fix data-header reference to use the extra
424 headers. Explain in package commentary how to add To and Cc headers to
425 the gnus-extra-headers.
426 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
427 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
428 parameter list or a string list in `gnus-registry-ignored-groups'.
429 Fix logic error.
430
431 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
432
433 * shr.el (shr-expand-url): Protect against null urls.
434
435 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
436
437 * shr.el (shr-base): New binding.
438 (shr-tag-base): Keep track of <base>.
439 (shr-expand-url): New function used throughout.
440
441 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
442
443 * gnus-registry.el
444 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
445 (gnus-registry-ignored-groups): New variable.
446 (gnus-registry-ignore-group-p): Use it.
447 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
448 set the destination group to nil (same as delete) if it's ignored.
449
450 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
451
452 * gnus-registry.el (gnus-registry-action)
453 (gnus-registry-fetch-header-fast):
454 Don't use mail-header that looks an internal function of mailheader.el.
455
456 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
457
458 * gnus-registry.el: Eliminate cl functions.
459 (gnus-registry-sort-addresses): New function that replaces mapcan.
460 (gnus-registry-action, gnus-registry-spool-action)
461 (gnus-registry-split-fancy-with-parent)
462 (gnus-registry-fetch-recipients-fast): Use it.
463 (gnus-registry-import-eld): Replace delete* with dolist + delq.
464
465 * registry.el (initialize-instance, registry-lookup)
466 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
467 (registry-lookup-secondary-value, registry-search, registry-delete)
468 (registry-insert, registry-reindex, registry-size, registry-prune):
469 Use eval-and-compile.
470
471 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
472
473 * registry.el (registry-reindex): New method to recreate the secondary
474 registry indices.
475
476 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
477 tracked field changes.
478 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
479 (gnus-registry-action, gnus-registry-spool-action)
480 (gnus-registry-handle-action)
481 (gnus-registry--split-fancy-with-parent-internal)
482 (gnus-registry-split-fancy-with-parent)
483 (gnus-registry-register-message-ids): Add recipient tracking on spool,
484 move, and delete actions, and for fancy splitting with parent.
485 (gnus-registry-extract-addresses)
486 (gnus-registry-fetch-recipients-fast)
487 (gnus-registry-fetch-header-fast): Convenience functions.
488 (gnus-registry-misc-test): ERT test of
489 `gnus-registry-extract-addresses'.
490
491 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
492
493 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
494 Track by subject first, then sender.
495
496 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
499
500 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
501 Lisp.
502
503 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
504 (gnus-draft-send): Use it to avoid popping
505 up frames from gnus-group-send-queue.
506
507 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
508
509 * gnus-registry.el: Updated gnus-registry docs.
510
511 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
512
513 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
514 Fix logic bug.
515 (gnus-registry-post-process-groups): Fix logging of no results and
516 quote sender and subject.
517
518 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
519
520 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
521 (gnus-read-active-for-groups): Don't try to finish getting stuff where
522 we had no early-data returned.
523 (gnus-get-unread-articles): Add a sanity check so that we don't issue
524 two async commands to the same server at the same time.
525
526 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
527
528 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
529
530 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531
532 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
533 "warning" level.
534
535 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
536 (mm-url-insert-file-contents): Don't set the package names.
537
538 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
539
540 * gnus-registry.el (gnus-registry-action): Remove properties and
541 simplify subject in `gnus-registry-handle-action'.
542 (gnus-registry-spool-action): Get subject and sender from message if
543 they are not passed in.
544 (gnus-registry-handle-action): Remove properties and simplify subject
545 consistently.
546
547 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * registry.el: Require CL before using defmacro*.
550
551 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
552
553 * gnus-art.el (article-treat-date): Assume that
554 gnus-article-date-headers may be a group parameter.
555
556 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
557
558 * gnus-registry.el (gnus-registry-handle-action): More debugging.
559
560 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
561 interactively so the newsrc file can contain foreign groups too.
562 Useful for debugging but not much for users.
563
564 2011-04-07 David Engster <dengste@eml.cc>
565
566 * registry.el (registry-usage-test): Only do
567 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
568 lexical binding.
569
570 2011-04-06 David Engster <dengste@eml.cc>
571
572 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
573 argument NOERROR for `require', since XEmacs 21.4 does not support it.
574
575 2011-04-06 David Engster <dengste@eml.cc>
576
577 * registry.el (initialize-instance): Change :after to :AFTER to be
578 compatible with old EIEIO version in XEmacs.
579
580 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
581
582 * gnus-registry.el (gnus-registry-post-process-groups)
583 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
584 and provide better messaging.
585
586 2011-04-06 David Engster <dengste@eml.cc>
587
588 * Makefile.in (fail-on-warning): New rule to compile with warnings as
589 errors.
590
591 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
592
593 * gnus-registry.el: Don't use ERT if it's not available. Load it
594 unconditionally anyway, discarding errors.
595 (gnus-registry-delete-entries): New convenience function.
596 (gnus-registry-import-eld): Import from old .eld registry.
597
598 * registry.el: Don't use ERT if it's not available. Load it
599 unconditionally anyway, discarding errors.
600
601 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
602 version from the Claudio Bley GnuTLS patch (extra optional parameters
603 and host name).
604
605 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
606
607 * gnus-registry.el (gnus-registry-fixup-registry): New function to
608 fixup the parameters that can be customized by the user between
609 save/read cycles.
610 (gnus-registry-read): Use it.
611 (gnus-registry-make-db): Use it.
612 (gnus-registry-spool-action, gnus-registry-handle-action):
613 Fix messaging.
614 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
615 Map references to actual group names with sender and subject tracking.
616 (gnus-registry-post-process-groups): Use `cond' for better messaging.
617 (gnus-registry-usage-test): Add subject lookup test.
618
619 * registry.el (registry-db, initialize-instance): Set up constructor
620 instead of :initform arguments for the sake of older Emacsen.
621 (registry-lookup-breaks-before-lexbind): New method to demonstrate
622 pre-lexbind merge bug.
623 (registry-usage-test): Use it.
624 (initialize-instance, registry-db): Move the non-function initforms
625 back to the class definition.
626
627 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
628
629 * registry.el: New library to manage gnus-registry-style data.
630
631 * gnus-registry.el: Use it (major rewrite).
632
633 * nnregistry.el: Use it.
634
635 * spam.el: Use it.
636
637 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
638
639 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
640 marks on non-selected articles.
641
642 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
643
644 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
645
646 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
647 parameter to open-protocol-stream.
648
649 2011-04-01 Julien Danjou <julien@danjou.info>
650
651 * mm-view.el (mm-display-inline-fontify): Do not fontify with
652 fundamental-mode.
653
654 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
655
656 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
657 servers.
658
659 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
660
661 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
662 made marks not propagate, again.
663
664 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
665
666 * proto-stream.el (open-protocol-stream): Bring back `network' type.
667 Make this the default type.
668 (proto-stream-open-plain): Rename from proto-stream-open-default.
669 (open-protocol-stream, proto-stream-open-starttls)
670 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
671 with `plain'.
672
673 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
674 value.
675
676 * nntp.el (nntp-open-connection-function): Document the fact that some
677 values are not functions but are instead handled specially.
678 Recognize nntp-open-plain-stream value.
679 (nntp-open-connection): Recognize that value.
680
681 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
682
683 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
684 stuff.
685
686 * gnus-score.el (gnus-score-string): Fix calling convention of
687 `gnus-simplify-buffer-fuzzy' after last patches.
688
689 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
690 server for articles we didn't get any headers for. This is a sanity
691 check.
692
693 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
694
695 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
696 new CAPABILITY, use it.
697
698 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
699
700 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
701 downloading anything.
702
703 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
704
705 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
706
707 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
708 colors.
709 (gnus-splash-svg-color-symbols): New function.
710
711 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
712
713 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
714 instead of using the global gnus-simplify-subject-fuzzy-regexp.
715 (gnus-simplify-subject-fuzzy): Use the local
716 gnus-simplify-subject-fuzzy-regex instead of the global one.
717 This makes using this variable in group parameters work.
718
719 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
720
721 * gnus-registry.el (gnus-registry-unfollowed-groups):
722 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
723 archive:sent-YYYY-MM-DD groups).
724 (gnus-registry-split-fancy-with-parent): Bail out early in sender
725 tracking if there are more than `gnus-registry-max-track-groups'
726 matches.
727
728 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * message.el (message--yank-original-internal): New function to do the
731 insertion cleanly inside eval in `message-yank-original'.
732 (message-yank-original): Use it.
733
734 2011-03-29 Julien Danjou <julien@danjou.info>
735
736 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
737 local variables disabled rather than `normal-mode'.
738
739 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
740
741 * proto-stream.el: Changes preparatory to merging open-protocol-stream
742 with open-network-stream.
743 (proto-stream-always-use-starttls): Option removed.
744 (open-protocol-stream): Return a process object by default. Provide a
745 new parameter :return-list specifying a list-type return value, which
746 now has the form (PROP . PLIST) instead of a fixed-length list. Change
747 :type `network' to `try-starttls', and `network-only' to `default'.
748 Make `default' the default, for compatibility with open-network-stream.
749 Handle the no-parameter case exactly as open-network-stream, with no
750 additional stream processing. Search plists using plist-get.
751 Explicitly add :end-of-commend parameter if it is missing.
752 (proto-stream-open-default): Rename from
753 proto-stream-open-network-only. Return 'default as the type.
754 (proto-stream-open-starttls): Rename from proto-stream-open-network.
755 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
756 failed. Always return a list with a (possibly dead) process as the
757 first element, for compatibility with open-network-stream.
758 (proto-stream-open-tls): Use plist-get. Always return a list.
759 (proto-stream-open-shell): Return `default' as connection type.
760 (proto-stream-capability-open): Use plist-get.
761 (proto-stream-eoc): Function deleted.
762
763 * nnimap.el (nnimap-stream, nnimap-open-connection)
764 (nnimap-open-connection-1): Handle renaming of :type parameter for
765 open-protocol-stream.
766 (nnimap-open-connection-1): Pass a :return-list parameter
767 open-protocol-stream to obtain a list return value. Parse this list
768 using plist-get.
769
770 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
771 for open-protocol-stream. Accept open-protocol-stream return value
772 that is a subprocess object instead of a list. Handle the case of a
773 dead returned process.
774
775 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
776
777 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
778
779 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
780
781 2011-03-21 Julien Danjou <julien@danjou.info>
782
783 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
784 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
785 query.
786 (mm-inline-text): Render normal text with fontification whenever
787 possible.
788
789 * gnus-sum.el (gnus-summary-save-parts-1):
790 * gnus-art.el (gnus-article-browse-html-save-cid-content)
791 (gnus-article-browse-html-parts, gnus-mime-delete-part)
792 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
793 Use `mm-handle-filename'.
794
795 * mm-util.el (mm-handle-filename): New function, return the filename of
796 an handle.
797
798 2011-03-18 Julien Danjou <julien@danjou.info>
799
800 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
801 (gnus-buffer-live-p): Check that buffer is not nil.
802
803 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
804
805 * gnus-art.el: Require mouse, which the build bot seems to say is
806 needed.
807
808 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
809 XEmacs, since it doesn't have url-retrieve-synchronously.
810
811 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
812
813 * gnus-group.el (gnus-group-list-ticked): New function.
814 (gnus-group-make-menu-bar): Provide a menu entry for it.
815 (gnus-group-list-map): Provide a binding for it.
816
817 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
818
819 * shr.el (shr-visit-file): New command.
820
821 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
822
823 2011-03-17 Bjørn Mork <bjorn@mork.no>
824
825 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
826 servers.
827
828 2011-03-16 Julien Danjou <julien@danjou.info>
829
830 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
831 inline.
832
833 * gnus-art.el (article-hide-list-identifiers):
834 Use gnus-group-get-list-identifiers.
835
836 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
837 (gnus-summary-remove-list-identifiers):
838 Use gnus-group-get-list-identifiers to get regexp.
839 (gnus-select-newsgroup, gnus-summary-insert-subject)
840 (gnus-summary-insert-articles):
841 Call gnus-summary-remove-list-identifiers unconditionally.
842
843 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
844
845 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
846 we're selecting a group with unread articles.
847
848 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
849
850 * gssapi.el: New file separated out from imap.el to provide a general
851 Kerberos 5 connection facility for Emacs.
852
853 * message.el (message-elide-ellipsis): Document the format spec
854 ellipsis.
855
856 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
857
858 * message.el (message-elide-region): Allow the ellipsis to say how many
859 lines were removed.
860
861 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
862
863 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
864 window configurations containing buffers that are now dead.
865
866 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
867 parsing to avoid integer overflows.
868 (nnimap-parse-flags): Simplify the last change.
869 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
870 too large for 32-bit Emacsen.
871
872 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * auth-source.el (auth-source-netrc-create):
875 * message.el (message-yank-original): Fix use of `case'.
876
877 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
878
879 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
880 XEmacs, which was one character too wide.
881
882 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
883
884 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
885 default number of articles to display.
886 (gnus-articles-to-read): Use pretty names for prompt.
887
888 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
889
890 * gnus-int.el (gnus-open-server): Ditto.
891
892 * gnus-start.el (gnus-activate-group): Give a backtrace if
893 debug-on-quit is set and the user hits `C-g'.
894 (gnus-read-active-file): Ditto.
895
896 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
897
898 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
899
900 * message.el (message-yank-original): Use cond instead of CL case.
901
902 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * auth-source.el (auth-source-netrc-create): Use usual format for the
905 default in prompts.
906
907 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
908
909 * auth-source.el (auth-source-netrc-create): Show the default in the
910 prompt when prompting for token creation.
911
912 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
913
914 * auth-source.el (auth-source-format-prompt): Always convert the value
915 to a string to avoid evaluating non-string arguments.
916 (auth-source-netrc-create): Offer default properly, not as initial
917 content in `read-string'.
918 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
919 of line to determine if we've been run before. If so, don't run again,
920 but print a trivial message to indicate the cache was hit instead.
921
922 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
923
924 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
925 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
926 The user will have to run `gnus-sync-read' manually and wait for Cloudy
927 Gnus.
928
929 2011-03-11 Julien Danjou <julien@danjou.info>
930
931 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
932 modified file".
933
934 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
935
936 * auth-source.el (auth-source-read-char-choice): New function to read a
937 character choice using `dropdown-list', `read-char-choice', or
938 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
939 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
940 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
941 (auth-source-netrc-saver): Use it.
942 (auth-source-pick-first-password): New convenience function.
943
944 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
945
946 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
947 parameter in the credentials.
948 (nnimap-open-connection-1): Use it after a successful login.
949 (nnimap-credentials): Add IMAP-specific user and password prompt.
950
951 * auth-source.el (auth-source-search): Add :require parameter, taking a
952 list. Document it and the :save-function return token. Pass :require
953 down. Change the CREATED message from a warning to a debug statement.
954 (auth-source-search-backends): Pass :require down.
955 (auth-source-netrc-search): Pass :require down.
956 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
957 Change save prompt to indicate all modifications saved here are
958 deletions.
959 (auth-source-netrc-create): Take user login name as default in user
960 prompt. Move all the save functionality to a lexically bound function
961 under the :save-function token in the returned list. Set up clearer
962 default prompts for user, host, port, and secret.
963 (auth-source-netrc-saver): New function, intended to be wrapped for
964 :save-function.
965
966 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
967
968 * Version 23.3 released.
969
970 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
971
972 * shr.el (shr-table-horizontal-line): Change the defaults for the table
973 lines to be spaces instead.
974
975 2011-03-07 Julien Danjou <julien@danjou.info>
976
977 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
978 (sieve-sasl-auth): Check that auth-source-search did return something,
979 or just return an empty string.
980
981 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
982
983 * gnus.el (gnus-interactive): Use read-directory-name.
984
985 * gnus-uu.el (gnus-uu-decode-uu-and-save)
986 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
987 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
988 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
989 Likewise.
990
991 * gnus-group.el (gnus-group-make-directory-group): Likewise.
992
993 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
994
995 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
996 onto the list of killed groups, too. This makes killed nnimap groups,
997 for instance, more reliably not reappear.
998
999 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1000 the parent.
1001
1002 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1003
1004 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1005 really have server-side marks.
1006
1007 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1008 since most backends do not usefully have server-side marks.
1009 (gnus-update-read-articles): Propagate marks to all backends that
1010 really have server-side marks.
1011
1012 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1013
1014 * message.el (message-cite-reply-position, message-cite-style):
1015 New variables.
1016 (message-yank-original): Use the new citation styles.
1017
1018 2011-03-04 Daiki Ueno <ueno@unixuser.org>
1019
1020 * message.el (message-options): Revert the change that's a workaround
1021 for XEmacs buffer-local issue; don't mark it buffer-local when running
1022 under XEmacs.
1023
1024 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
1025
1026 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1027 numbers too big to be `read'.
1028
1029 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1030
1031 * message.el (message-options): Make buffer-local two ways to attempt
1032 to fix a XEmacs bug.
1033
1034 2011-03-02 Julien Danjou <julien@danjou.info>
1035
1036 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1037
1038 2011-03-01 Julien Danjou <julien@danjou.info>
1039
1040 * gnus-art.el (list-identifier): Add list-identifier as a parameter
1041 group.
1042 (article-hide-list-identifiers): Use list-identifier group parameter.
1043
1044 2011-02-28 Julien Danjou <julien@danjou.info>
1045
1046 * sieve.el (sieve-buffer-script-name): New local variable to store
1047 sieve script name.
1048 (sieve-edit-script): Store sieve script name.
1049 (sieve-upload): Use sieve script name when uploading.
1050 (sieve-upload): Use substitute-command-keys.
1051 (sieve-edit-script): Use substitute-command-keys.
1052 (sieve-refresh-scriptlist): Use substitute-command-keys.
1053 (sieve-manage-mode-map): Define keymap properly.
1054 (sieve-manage-mode): Do not set mode name manually, change mode-name to
1055 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1056 Remove commented code about cvs.
1057 (sieve-manage-quit): New function.
1058 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1059
1060 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1061
1062 * gnus-group.el (gnus-import-other-newsrc-file): New function.
1063
1064 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1065
1066 * auth-source.el (auth-source-search): Cache empty result sets.
1067
1068 * auth-source.el (auth-source-save-behavior): New variable to replace
1069 `auth-source-never-create'.
1070 (auth-source-netrc-create): Use it.
1071 (auth-source-never-save): Remove.
1072
1073 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
1074
1075 * nnimap.el (nnimap-stream): Doc fix.
1076 (nnimap-open-connection-1): Reverse the order of the ports to that the
1077 prompted-for port is first.
1078
1079 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1080 retrieval by the no-group selection.
1081
1082 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1083 numerical parameters.
1084
1085 2011-02-25 Julien Danjou <julien@danjou.info>
1086
1087 * gnus-gravatar.el: Use gnus-with-article-buffer.
1088
1089 * gnus-art.el (gnus-with-article-buffer): Check that the
1090 gnus-article-buffer is alive.
1091
1092 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
1093
1094 * auth-source.el (auth-source-creation-prompts): New variable to manage
1095 creation-time prompts.
1096 (auth-source-search): Document it.
1097 (auth-source-format-prompt): Add utility function.
1098 (auth-source-netrc-create): Don't default the user name to
1099 user-login-name. Use `auth-source-creation-prompts' and some default
1100 prompts for user, host, port, and password (the default generic prompt
1101 remains ugly).
1102 (auth-source-never-save): Add customizable option to never save info.
1103 (auth-source-netrc-create): Use it and improve save prompts. Fix help
1104 mode excursion.
1105
1106 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1107
1108 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1109 argument that XEmacs doesn't support.
1110
1111 2011-02-23 Julien Danjou <julien@danjou.info>
1112
1113 * gnus-art.el (article-make-date-line): Ignore errors if time is
1114 invalid and not convertible.
1115 (article-make-date-line): Only add lapsed time if time is not nil.
1116
1117 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
1118
1119 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1120 `read-char-choice' for backwards compatibility.
1121 (auth-source-netrc-element-or-first): New function to DTRT for
1122 parameter extraction.
1123 (auth-source-netrc-create): Use it and fix multiple parameter print
1124 bug. Use the default passed from above (given-default) or the
1125 built-in (user-login-name for :user).
1126
1127 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
1128
1129 * gnus-start.el (gnus-dribble-read-file):
1130 Set buffer-save-without-query, since we always want to save the dribble
1131 file, probably.
1132
1133 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1134 nnimap.
1135
1136 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1137 -summary- since it's a user-visible variable.
1138
1139 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1140 first time you use the new Gnus.
1141
1142 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1143
1144 * auth-source.el: Don't load netrc.el.
1145 (auth-sources): Search ~/.netrc as well by default.
1146 (auth-source-debug): Add 'trivia option for extra output.
1147 (auth-source-do-trivia): Use it.
1148 (auth-source-search): Simplify logic to use
1149 `auth-source-search-backends'. Use `auth-source-do-trivia' where
1150 appropriate. Don't keep a running count at this level. Layer :create
1151 and :delete options appropriately on the first and second passes.
1152 Don't track the backend with the search results.
1153 (auth-source-search-backends): New function to search a list of
1154 backends for a processed spec.
1155 (auth-source-netrc-parse): Cache all netrc files, making
1156 auth-source-netrc-cache an alist keyed by the file name and using the
1157 file mtime as the caching criterion. Keep the obfuscated data secret
1158 with a lexical bind.
1159 (auth-source-netrc-search): Don't calculate the length of the results
1160 unnecessarily.
1161 (auth-source-search-backends): Fix bug.
1162 (auth-source-netrc-create): Rework prompts.
1163
1164 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
1165
1166 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1167 Lower case names of search constraints.
1168 (nnir-run-query): Cache and reuse search constraints for all imap
1169 servers.
1170
1171 2011-02-22 Sam Steingold <sds@gnu.org>
1172
1173 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1174
1175 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1176
1177 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1178 after exit.
1179 (gnus-setup-message): Define missing variable from last checkin.
1180
1181 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1182 value, show the raw article.
1183
1184 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1185
1186 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1187 auth-source now accepts numbers.
1188
1189 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1190 spec, too.
1191 (auth-source-ensure-strings): New function.
1192
1193 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1194 (gnus-article-setup-buffer): Always restart the date timer so that user
1195 changes to the frequency is respected.
1196
1197 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1198 port numbers, so make sure it gets that if nnimap-server-port is
1199 explicit.
1200
1201 2011-02-21 Simon Josefsson <simon@josefsson.org>
1202
1203 * nnimap.el (nnimap-inbox): Doc fix.
1204
1205 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1206
1207 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1208 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1209 color-lab-to-srgb.
1210
1211 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1212
1213 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1214 given method as in the group name if we're using an extended method.
1215 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1216 command, if we're using that, instead of waiting for the beginning.
1217
1218 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1219 we're sure to get unique server names, and we don't output two async
1220 commands in the same buffer. This fixes an NNTP hang for some users.
1221
1222 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1223
1224 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1225 summary buffer before reading going to the next buffer. This avoids
1226 putting the point in the group buffer if you `C-g' the command.
1227
1228 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1229 cache (for now) to make ~/.authinfo.gpg files usable.
1230
1231 * nnfolder.el (copyright-update): Define for the compiler.
1232
1233 * auth-source.el (auth-source-search): Fix unbound variable.
1234
1235 2011-02-19 Glenn Morris <rgm@gnu.org>
1236
1237 * gnus.el (gnus-meta): Doc fix.
1238
1239 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1242 in case it's not yet loaded.
1243
1244 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1245
1246 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1247 line we're waiting for.
1248
1249 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1250
1251 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1252 face with line-width greater than zero will cause RET in gnus summary
1253 buffer to scroll down article page-wise because auto vscroll happens,
1254 it should be temporalily disabled when doing a scroll-up.
1255
1256 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1257
1258 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1259 outputs from the server.
1260
1261 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1262
1263 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1264 later so that bbdb can hook in easier.
1265
1266 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1267
1268 * auth-source.el (auth-source-search): Don't try to create credentials
1269 if the caller doesn't want that.
1270 (auth-source-search): If we don't find a match, don't bug out on
1271 non-bound variables.
1272 (auth-source-search): Only ask a single backend to create the
1273 credentials.
1274
1275 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1276 logging.
1277 (nnimap-credentials): Protect against auth-source-search returning nil.
1278 (nnimap-request-list): Protect against not being able to open the
1279 server.
1280
1281 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1282
1283 * auth-source.el (auth-source-search): Do a two-phase search, one with
1284 no :create to get the responses from all backends.
1285
1286 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1287 when getting credentials.
1288
1289 * gnus-util.el (gnus-delete-duplicates): New function.
1290
1291 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1292
1293 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1294 a creation default, pass the whole port list down. It will be
1295 completed.
1296
1297 * auth-source.el (auth-source-search): Updated docs to talk about
1298 multiple creation choices.
1299 (auth-source-netrc-create): Accept a list as a value (from the search
1300 parameters) and do completion on that list. Keep a separate netrc line
1301 with the password obscured for showing the user.
1302
1303 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1304 first choice to `auth-source-search' so it will be used for entry
1305 creation instead of the server's Gnus-specific name.
1306 (nnimap-credentials): Rely on the auth-source library to select which
1307 port is actually wanted in the new netrc entry, so don't override
1308 `auth-source-creation-defaults'.
1309
1310 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1311 :protocol and accept a missing user, host, or port as a wildcard match.
1312 (auth-source-debug): Default to off.
1313
1314 (auth-source-netrc-search, auth-source-netrc-create)
1315 (auth-source-secrets-search, auth-source-secrets-create)
1316 (auth-source-user-or-password, auth-source-backend, auth-sources)
1317 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1318 instead of :protocol.
1319
1320 * nnimap.el (nnimap-credentials): Pass a port default to
1321 `auth-source-search' in case an entry needs to be created.
1322 (nnimap-open-connection-1): Use :port instead of :protocol.
1323
1324 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1325
1326 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1327 instead of delete-dups that is not available in XEmacs 21.4.
1328
1329 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1330
1331 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1332 nil means that nnimap doesn't get updated.
1333
1334 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1335
1336 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1337 result when the user doesn't want to write to the file.
1338 (auth-source-netrc-search): Expect a synthetic result and proceed
1339 accordingly.
1340 (auth-source-cache-expiry): New variable to override
1341 `password-cache-expiry'.
1342 (auth-source-remember): Use it.
1343
1344 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1345 parameter. Create entry if necessary by using :create t.
1346 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1347
1348 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1349
1350 * auth-source.el (auth-source-debug): Enable by default and don't
1351 mention the obsolete `auth-source-hide-passwords'.
1352 (auth-source-do-warn): New function to debug unconditionally.
1353 (auth-source-do-debug): Use it.
1354 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1355 and for Secrets API entries when the secrets.el library is not
1356 available.
1357
1358 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1359
1360 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1361 (gnus-summary-exit): Kill the correct article buffer on exit from a
1362 `C-d' group.
1363
1364 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1365 gnus-propagate-marks.
1366
1367 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1368 before killing the buffers so that a non-full window conf gets handled
1369 correctly.
1370 (gnus-summary-exit): Ditto.
1371 (gnus-summary-read-group-1): Ditto.
1372
1373 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1374 async code again so that we can debug it properly.
1375
1376 * message.el (message-reply): Take an optional switch-buffer parameter
1377 so that Gnus window confs are respected better.
1378
1379 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1380
1381 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1382 `plist-get' to accept non-list parameters (XEmacs issue).
1383 Fix docstring.
1384 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1385 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1386 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1387 Login collection is "Login" and not "login".
1388
1389 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1390
1391 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1392 multiple headers.
1393
1394 * nnimap.el (nnimap-inhibit-logging): New variable.
1395 (nnimap-log-command): Don't log login commands.
1396
1397 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1398 to have more parameters.
1399
1400 * nnimap.el (nnimap-send-command): Mark the command time for each
1401 command, so that we don't get NOOPs stepping on our toes.
1402
1403 * gnus-art.el (article-date-ut): Get the date from the Date header on
1404 `t'.
1405
1406 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1407
1408 * auth-source.el (auth-source-search): Use copy-sequence instead of
1409 the cl.el copy-list.
1410
1411 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1412
1413 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1414 Improve prompt.
1415
1416 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1417
1418 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1419 washing status from the default format. It isn't very informative.
1420
1421 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1422
1423 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1424 Fix Gcc processing on imap.
1425
1426 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * message.el (message-bury): Don't pop up a new window when selected
1429 window is dedicated.
1430
1431 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1432
1433 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1434
1435 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1436
1437 * sieve-manage.el: Autoload `auth-source-search'.
1438 (sieve-sasl-auth): Use it.
1439
1440 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1441
1442 * nnimap.el: Autoload `auth-source-forget+'.
1443 (nnimap-open-connection-1): Use it if the connection fails.
1444
1445 * auth-source.el: Require `password-cache'.
1446 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1447 obsolete.
1448 (auth-source-magic): Marker for `password-cache' keys.
1449 (auth-source-do-cache): Update docstring.
1450 (auth-source-search): Use and check cache.
1451 (auth-source-forget-all-cached, auth-source-remember)
1452 (auth-source-recall, auth-source-forget, auth-source-forget+)
1453 (auth-source-specmatchp): Caching support functions.
1454 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1455 Remove and obsolete.
1456 (auth-source-user-or-password): Remove caching to further discourage
1457 using it. Always hide passwords.
1458
1459 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1460
1461 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1462 code for now, since it doesn't work for all users.
1463
1464 2011-02-09 Julien Danjou <julien@danjou.info>
1465
1466 * message.el (message-options): Make message-options really buffer
1467 local.
1468
1469 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1470
1471 * mail-source.el: Autoload `auth-source-search'.
1472 (mail-source-keyword-map): Note order matters.
1473 (mail-source-set-1): Get all the mail-source source values and
1474 defaults and search auth-source on those if needed. This can all
1475 probably be simplified.
1476
1477 * nnimap.el: Autoload `auth-source-search'.
1478 (nnimap-credentials): Use it.
1479 (nnimap-open-connection-1): Ask for the virtual server and physical
1480 address in one shot.
1481
1482 * nntp.el: Autoload `auth-source-search'.
1483 (nntp-send-authinfo): Use it. Note TODO.
1484
1485 2011-02-08 Julien Danjou <julien@danjou.info>
1486
1487 * shr.el (shr-tag-body): Add support for text attribute in body
1488 markups.
1489
1490 * message.el (message-options): Make message-options a local variable.
1491
1492 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1493
1494 * auth-source.el (auth-source-secrets-search)
1495 (auth-source-user-or-password): Use `append' instead of `nconc'.
1496 (auth-source-user-or-password): Build return list better and protect
1497 against nil :secret.
1498
1499 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1500
1501 * nnimap.el (nnimap-update-info): Refactor slightly.
1502 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1503 (nnimap-update-info): Clean up slightly.
1504 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1505 characters.
1506 (nnimap-process-quirk): Rename function to avoid collision.
1507 (nnimap-update-info): Fix macrology bug-out.
1508 (nnimap-update-info): Simplify split history test.
1509
1510 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1511
1512 * auth-source.el (top): Require 'eieio unconditionally.
1513 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1514 (auth-source-secrets-search): Limit search when `max' is greater than
1515 number of results.
1516
1517 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1518
1519 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1520 part not returning any data.
1521
1522 * proto-stream.el (open-protocol-stream): Document the return value.
1523
1524 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1525
1526 * auth-source.el (auth-source-secrets-search): Add examples.
1527
1528 2011-02-06 Julien Danjou <julien@danjou.info>
1529
1530 * message.el (message-setup-1): Handle message-generate-headers-first
1531 set to t.
1532
1533 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1534
1535 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1536 API with a string "secrets:collection-name" and with 'default.
1537 (auth-source-backend-parse): Parse "secrets:collection-name" and
1538 'default. Recurse on parses instead of repeating code. Use the
1539 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1540 message when ignoring a source.
1541 (auth-source-search): List ignored search keys at the top level.
1542 (auth-source-netrc-create): Use `case' instead of `cond'.
1543 (auth-source-secrets-search): Created with TODOs.
1544 (auth-source-secrets-create): Created with TODOs.
1545 (auth-source-retrieve, auth-source-create, auth-source-delete)
1546 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1547 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1548 (auth-source-user-or-password-sftp)
1549 (auth-source-user-or-password-smtp): Remove.
1550 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1551 around `auth-source-search'. Not tested thoroughly.
1552
1553 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1554
1555 * auth-source.el: Bring in assoc and eioeio libraries.
1556 (secrets-enabled): New variable to track the status of the Secrets API.
1557 (auth-source-backend): New EIOEIO class to represent a backend.
1558 (auth-source-creation-defaults): New variable to set prompt defaults
1559 during token creation (see the `auth-source-search' docstring for
1560 details).
1561 (auth-sources): Simplify to allow a simple string as a netrc backend
1562 spec.
1563 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1564 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1565 (auth-source-search): Main auth-source API entry point.
1566 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1567 (auth-source-search-collection): Helper function for searching.
1568 (auth-source-netrc-parse, auth-source-netrc-normalize)
1569 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1570 Supports search, create, and delete.
1571 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1572 backend stubs.
1573 (auth-source-user-or-password): Call `auth-source-search' but it's not
1574 ready yet.
1575
1576 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1577
1578 * message.el (message-setup-1): Remove the read-only stuff, since it
1579 doesn't work under XEmacs, for some reason.
1580
1581 * gnus-sum.el (gnus-user-date): Rename back from
1582 gnus-summary-user-date since user code refers to it.
1583
1584 * shr.el (shr-render-td): Store the actual background colour used.
1585
1586 * message.el (message-setup-1): Don't bind the constant
1587 -forbidden-properties.
1588 (message-setup-1): Revert previous change, since it needs to bind the
1589 props to insert them.
1590 (message-resend): Allow removing the read-only separator line.
1591
1592 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1593
1594 * nnimap.el (nnimap-request-accept-article): Give an error message if
1595 the APPEND wasn't successful.
1596
1597 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1598
1599 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1600 that have no groups.
1601
1602 2011-02-03 Julien Danjou <julien@danjou.info>
1603
1604 * gnus-draft.el: Remove progn around gnus-draft-setup.
1605
1606 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1607
1608 * gnus-start.el (gnus-read-active-for-groups): This function is never
1609 called with a nil `infos', so clean that up.
1610 (gnus-get-unread-articles): Request active files from primary/secondary
1611 methods that have no groups (yet).
1612
1613 2011-02-03 Julien Danjou <julien@danjou.info>
1614
1615 * message.el (message-setup-1): Always generate References first.
1616 (message-mail): Return the return value of message-setup, not always t.
1617 (message-setup-1): Insert mail-header-separator with read-only and
1618 intangible properties set.
1619
1620 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1621 user-date in docstring.
1622
1623 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1624
1625 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1626 docstring.
1627
1628 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1629 defcustom, with type and group. Move from gnus-util.el. Rename to
1630 gnus-summary-user-date-format-alist.
1631
1632 2011-02-03 Glenn Morris <rgm@gnu.org>
1633
1634 * nnimap.el (gnus-fetch-headers): Declare.
1635
1636 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1637
1638 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1639
1640 * message.el (message-forward-make-body-digest-plain)
1641 (message-followup, message-reply): Clean up things noted by Stefan.
1642
1643 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1644 gnus-article-update-date-headers is nil.
1645 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1646 it didn't really work with defcustom.
1647 (article-update-date-lapsed): Make sure the window start doesn't move,
1648 either.
1649
1650 2011-02-01 Julien Danjou <julien@danjou.info>
1651
1652 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1653 format.
1654
1655 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1656 standard in Emacs nowadays.
1657
1658 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * message.el (message-expand-name): Don't trust the return value of
1661 bbdb-complete-name.
1662 (message-check-news-header-syntax): Remove unused var `start'.
1663 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1664 (message-inhibit-body-encoding): Move to before first use.
1665 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1666 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1667 (Organization, Message-ID, Date, mh-previous-window-config):
1668 Defvar the vars using dynamic scoping.
1669
1670 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1671
1672 * shr.el (shr-render-td): Only do colours at the final rendering.
1673 Should be slightly faster.
1674 (shr-insert-table): Fix up TD background colours when doing the
1675 vertical padding.
1676
1677 * gnus-art.el (article-date-ut): Protect against articles with no Date
1678 header.
1679 (article-update-date-lapsed): Don't use current-column to find the
1680 horizontal position. It's fragile in the presence of \003 characters.
1681
1682 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1683
1684 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1685
1686 * gnus-art.el (article-transform-date): Rewrite to still work when
1687 there are several rfc2822 parts.
1688 (article-transform-date): Fix infinite recursion.
1689 (article-date-ut): Replace infinitely many Date headers with a single
1690 one when called interactively.
1691
1692 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1693 secure manner.
1694
1695 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1696 move around by not using save-window-excursion. It seems to work...
1697
1698 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1699
1700 * gnus-art.el (article-make-date-line): Work for user-defined format.
1701
1702 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1703
1704 * nntp.el (nntp-retrieve-group-data-early)
1705 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1706 fetching functions.
1707
1708 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1709 thoroughly for all backends that have no known groups. This should
1710 allow new nnml methods to retrieve mail.
1711
1712 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1713 that Gnus doesn't know exists again.
1714
1715 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1716 (gnus-treat-date-ut): Ditto.
1717 (gnus-article-update-date-header): Rename.
1718 (gnus-treat-date-local): Remove.
1719 (gnus-treat-date-english): Remove.
1720 (gnus-treat-date-lapsed): Remove.
1721 (gnus-treat-date-combined-lapsed): Remove.
1722 (gnus-treat-date-original): Remove.
1723 (gnus-treat-date-iso8601): Remove.
1724 (gnus-treat-date-user-defined): Remove.
1725 (gnus-article-date-headers): New variable to control all the date
1726 header options.
1727 (article-date-ut): Rewrite to allow using the new way to format date
1728 headers(s).
1729
1730 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1731
1732 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1733 method.
1734 (nnmail-article-group): A better test for fanciness.
1735
1736 * nnimap.el (nnimap-request-head): Protect against not finding the
1737 article by Message-ID.
1738
1739 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1740
1741 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1742 keep point at the "same place".
1743
1744 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1745
1746 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1747 data if the group is unactivated.
1748
1749 2011-01-28 Julien Danjou <julien@danjou.info>
1750
1751 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1752 (gnus-all-windows-visible-p): Remove old compatibility code.
1753 (gnus-window-top-edge): Add docstring.
1754
1755 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1756
1757 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1758
1759 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1760 older request-update-info.
1761
1762 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1763
1764 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1765
1766 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1767 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1768
1769 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1770
1771 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1772 groups. This makes the nndraft:queue group pop up if it's not already
1773 there.
1774
1775 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1776 messages" logic, which was reversed.
1777
1778 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1779 the "same place" even if point is on the line being replaced.
1780 (article-update-date-lapsed): Allow updating both the combined lapsed
1781 and the lapsed headers.
1782 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1783 (article-make-date-line): Limit the number of segments dynamically to
1784 avoid too-long lines.
1785
1786 2011-01-27 Julien Danjou <julien@danjou.info>
1787
1788 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1789 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1790
1791 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1792
1793 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1794 Use plist-get instead of the cl function getf.
1795
1796 2011-01-27 Glenn Morris <rgm@gnu.org>
1797
1798 * gnus-util.el (float-time): Get rid of compiler warning, again.
1799
1800 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1801
1802 * shr.el (shr-put-color): Special-case background colours: Do put them
1803 at the blank parts at the front of the lines.
1804
1805 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1806 exit hook to nix out all data on readedness on group exit.
1807
1808 * gnus-util.el (float-time): If float-time is bound, always use it on
1809 all Emacsen. It's unclear why the subrp check was there.
1810 (time-date): Require to make some autoload issues on XEmacs go away.
1811
1812 * shr.el (shr-put-color): Don't do the box padding in tables, since
1813 they're already padded.
1814
1815 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1816
1817 * gnus-art.el (gnus-article-next-page): When the last line of the
1818 article is displayed, scroll down once more instead of going to the
1819 next article at once.
1820 (article-lapsed-string): Refactor out and allow specifying how many
1821 segments you want.
1822 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1823 (gnus-article-update-lapsed-header): New variable.
1824
1825 * shr.el: Revert change that made headings use different-sized faces.
1826 The Emacs display engine isn't advanced enough that, for instance,
1827 tables can comfortably use differently-sized faces.
1828
1829 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1830
1831 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1832 used.
1833 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1834 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1835 we're using an encrypted connection.
1836
1837 * proto-stream.el: Alter the interface functions to also return the
1838 actual stream type used: network or tls.
1839
1840 2011-01-25 Julien Danjou <julien@danjou.info>
1841
1842 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1843 (mm-display-javascript-inline): New function.
1844
1845 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1846 viewing function.
1847
1848 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1849
1850 * shr.el (shr-expand-newlines): Fix variable name.
1851
1852 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1853
1854 * shr.el (shr-expand-newlines): Make nested boxes work.
1855
1856 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1857
1858 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1859 backgrounds.
1860 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1861 in a more sensible manner.
1862
1863 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1864
1865 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1866 if EPG is loaded.
1867
1868 2011-01-24 Julien Danjou <julien@danjou.info>
1869
1870 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1871 tags.
1872
1873 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1874
1875 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1876 commands.
1877
1878 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1879 in the article buffer.
1880 (gnus-gravatar-insert): Use blank space from the current buffer to
1881 avoid breaking text properties. This makes X-Sent updating work again.
1882
1883 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1884
1885 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1886
1887 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1888 fix the bug in url-http.el instead.
1889
1890 * shr.el (shr-image-fetched): Ditto.
1891
1892 * shr.el (shr-image-fetched): Avoid having point move in the article
1893 buffer.
1894
1895 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1896 buffer after being called. It's apparently being killed by url.el, and
1897 killing it made point move to end-of-buffer in a random buffer.
1898
1899 * shr.el (shr-image-fetched): Ditto.
1900
1901 2011-01-23 Julien Danjou <julien@danjou.info>
1902
1903 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1904
1905 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1906 text/x-org.
1907
1908 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1909
1910 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1911 (i.e., nnimap) returning nil as the article number.
1912
1913 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1914
1915 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1916 "DelSp" parameter in RFC3676.
1917
1918 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1919
1920 * message.el (message-check-recipients): Display the encoded version of
1921 the bogus address if they differ.
1922
1923 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1924 after sending.
1925
1926 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1927
1928 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1929
1930 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1931 group buffer after sending the queue.
1932
1933 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1934
1935 2011-01-22 Julien Danjou <julien@danjou.info>
1936
1937 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1938
1939 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1940
1941 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1942 nested related parts.
1943
1944 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1945 unexpired articles. This fixes the regression that led expiry marks to
1946 disappear from nnfolder groups.
1947
1948 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1951 Don't confuse the "ret" of "retrograde" with RET.
1952
1953 2011-01-21 Julien Danjou <julien@danjou.info>
1954
1955 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1956 than mm-insert-inline.
1957
1958 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1959
1960 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1961 Widen article buffer.
1962
1963 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1966 the temp buffer.
1967 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1968
1969 2011-01-20 Julien Danjou <julien@danjou.info>
1970
1971 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1972
1973 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1974 than mm-insert-inline to insert inline part: this respect
1975 mm-inline-media-tests displayers.
1976
1977 * mm-view.el (mm-display-shell-script-inline): New function.
1978
1979 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1980
1981 * mm-uu.el (mm-uu-type-alist): Add org block.
1982 (mm-uu-org-src-code-block-extract): New function.
1983
1984 * mm-view.el (mm-display-org-inline): New function.
1985
1986 * mm-decode.el (mm-automatic-display): Add text/org.
1987
1988 * mailcap.el (mailcap-mime-extensions): Add .org.
1989
1990 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1991
1992 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1993 gnus-article-add-buttons.
1994
1995 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1996
1997 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1998 From header with a date and "nobody" as the sender.
1999
2000 2011-01-19 Julien Danjou <julien@danjou.info>
2001
2002 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2003 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2004 if you have the same regexp several times.
2005 (gnus-button-push): Fix matching when regexp is symbol.
2006
2007 2011-01-15 Glenn Morris <rgm@gnu.org>
2008
2009 * message.el (message-mail): A compose-mail function should
2010 accept headers as strings.
2011
2012 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2013
2014 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2015 Add :vert-only tags.
2016 (message-mail): New arg RETURN-ACTION.
2017 (message-return-action): New var.
2018 (message-bury): Use it.
2019 (message-mode): Make it buffer-local.
2020 (message-send-and-exit): Always call message-bury.
2021
2022 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
2023 message-mail.
2024
2025 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2026
2027 * nnimap.el (nnimap-convert-partial-article): Protect against
2028 zero-length body parts.
2029
2030 * mm-decode.el (mm-preferred-alternative-precedence):
2031 Discourage showing empty parts.
2032
2033 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2034 and stuff if the backend didn't return the article number. This fixes
2035 an Exchange-related nnimap bug.
2036
2037 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2038 group window, because it does the wrong thing when a separate frame
2039 displays the group buffer.
2040
2041 * proto-stream.el (open-protocol-stream): Protect against the low-level
2042 transport functions returning nil.
2043
2044 2011-01-07 Daiki Ueno <ueno@unixuser.org>
2045
2046 * mml2015.el (epg-sub-key-fingerprint): Autoload.
2047 (mml2015-epg-find-usable-secret-key): New function.
2048 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2049 mml2015-epg-find-usable-key (Bug#7797).
2050 (mml2015-epg-encrypt): Ditto.
2051
2052 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2053
2054 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2055
2056 2011-01-03 Glenn Morris <rgm@gnu.org>
2057
2058 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2059
2060 * sieve.el (sieve-open-server): Give a more explicit error if
2061 sieve-manage-open returns nil. (Bug#7720)
2062
2063 2011-01-02 Karl Fogel <kfogel@red-bean.com>
2064
2065 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2066
2067 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2068
2069 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2070 This avoids sending passwords in plain text over non-encrypted
2071 channels.
2072
2073 * shr.el (shr-rescale-image): Display all GIF images as animated images.
2074
2075 * nnimap.el (nnimap-login): Refactored out into own function, and
2076 implement CRAM-MD5.
2077 (nnimap-wait-for-line): Refactored out.
2078
2079 * mm-view.el (mml-smime): Require.
2080
2081 2010-12-20 David Engster <deng@eml.cc>
2082
2083 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2084 use EPG to decrypt S/MIME messages instead of openssl.
2085
2086 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2087
2088 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2089
2090 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2091 status is the group clearly is unreachable.
2092
2093 * auth-source.el (auth-source-create): Add the optional second
2094 parameter to `local-variable-p' to be compatible with XEmacs.
2095
2096 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2097
2098 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2099 work when using a compressed nnml folder.
2100
2101 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2102
2103 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2104 backends after sanitising on entry, because this never makes sense:
2105 If the articles have gone missing, then the data no longer exists on
2106 the backend, and if they haven't, then Gnus is wrong, and shouldn't
2107 overwrite anything anyway.
2108
2109 * shr.el (shr-insert-document): Bind shr-width dynamically to
2110 window-width if it's nil.
2111
2112 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2113
2114 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2115 with the meaning of using the full emacs window width for rendering.
2116
2117 2010-12-27 Daiki Ueno <ueno@unixuser.org>
2118
2119 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2120 case when sender is not given.
2121
2122 2010-12-23 Julien Danjou <julien@danjou.info>
2123
2124 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2125 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2126 the addresses, otherwise we might misplaced the gravatar.
2127
2128 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2129
2130 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2131 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2132 obsolete in Emacs.
2133
2134 2010-12-20 Julien Danjou <julien@danjou.info>
2135
2136 * gnus-util.el (gnus-rescale-image): Revert last change.
2137
2138 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2139
2140 * gnus-group.el (gnus-group-delete-articles): New command.
2141
2142 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2143
2144 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2145
2146 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2147
2148 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2149 here, since it's up to the backends to do CRLF removal if their
2150 protocol has it.
2151
2152 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2153
2154 2010-12-17 Julien Danjou <julien@danjou.info>
2155
2156 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2157 they are from file. Can also scale up.
2158
2159 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2160
2161 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2162 gnus-use-agent.
2163 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2164
2165 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2166
2167 2010-12-17 Julien Danjou <julien@danjou.info>
2168
2169 * gravatar.el (gravatar-retrieve-synchronously): New function.
2170 (gravatar-get-data): Make more robust.
2171
2172 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2173
2174 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2175 to really consider the last line.
2176
2177 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2178
2179 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2180 list of recipient keys, or use symmetric encryption if not a list.
2181 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2182 EPA override, replacing the call to `netrc-store-data'.
2183
2184 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2185
2186 * gnus-srvr.el: Avoid passing nil regexp argument to
2187 delete-matching-lines.
2188
2189 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2190
2191 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2192 fetching stops when Gnus exits.
2193
2194 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2195 function.
2196 (nnfolder-request-expire-articles): Save all the buffers after doing
2197 expiry.
2198
2199 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2200 the last article", since that led to serious performance regressions
2201 when expiring nnml groups.
2202
2203 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2204
2205 * nnir.el: Improve customizations.
2206
2207 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2208
2209 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2210
2211 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2212 group has been killed.
2213 (gnus-group-yank-group): Ditto.
2214
2215 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2216
2217 * nnimap.el (nnimap-request-update-group-status): New function.
2218
2219 * gnus-int.el (gnus-request-update-group-status): New interface
2220 function.
2221
2222 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2223 copying read-ness to the backends.
2224
2225 * nnimap.el (nnimap-quirk): New function.
2226 (nnimap-retrieve-group-data-early): Use it.
2227 (nnimap-quirks): New alist.
2228
2229 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2230
2231 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2232 don't delete it within indentation.
2233
2234 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2235
2236 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2237 previous line.
2238
2239 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2240
2241 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2242 QRESYNC command by deleting a superfluous space which broke Cyrus
2243 servers. This change will break other servers that are buggy the other
2244 way around.
2245
2246 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2247
2248 * spam.el: Reindent and fix long lines.
2249 (spam-copy-or-move-routine): Exclude invalid move destinations.
2250
2251 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2252
2253 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2254 installed the registry.
2255
2256 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2257
2258 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2259 groupname doesn't contain "gmane".
2260
2261 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2262
2263 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2264 (gnus-1): Don't create the nndrafts group twice.
2265 (gnus-setup-news): There's no need to read the active file here, since
2266 that's done again later on a per-backend basis.
2267 (gnus-start-draft-setup): Make sure that the new group is started out
2268 empty.
2269
2270 * gnus-agent.el (gnus-agentize): Don't create the queue group
2271 automatically on startup. It'll be created later, if needed.
2272
2273 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2274 of automatically subscribed groups.
2275 (gnus-auto-subscribed-categories): New variable.
2276 (gnus-matches-options-n): Use it.
2277 (gnus-default-subscribed-newsgroups): Remove unused variable.
2278 (gnus-start-draft-setup): Message a bit less.
2279
2280 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2281
2282 * nnir.el (nnir-run-imap): Return article list in order of increasing
2283 UID.
2284
2285 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2286
2287 * gnus-sum.el (gnus-summary-enter-digest-group):
2288 Mention gnus-auto-select-on-ephemeral-exit.
2289
2290 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2291 convention of the network-only option.
2292
2293 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2294
2295 * proto-stream.el (proto-stream-open-network-only): New function to
2296 have a way to specify non-STARTTLS upgrade connections.
2297
2298 2010-12-10 Julien Danjou <julien@danjou.info>
2299
2300 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2301 email address is nil.
2302
2303 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2304
2305 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2306
2307 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2308 deletion.
2309 (nnir-run-imap): Only need to parse list once.
2310
2311 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2312
2313 * shr.el (shr-tag-script): Ignore <script>.
2314 (shr-tag-label): Add <label> support.
2315
2316 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2317
2318 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2319
2320 * shr.el (shr-image-displayer): Work for images lined side by side.
2321
2322 2010-12-08 Robert Pluim <rpluim@gmail.com>
2323
2324 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2325 parameter, since XEmacs doesn't accept t as a parameter.
2326
2327 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2328
2329 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2330 ids.
2331 (nnir-run-gmane): Simplify groupspec formatting.
2332 (nnir-request-expire-articles): New function.
2333
2334 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2335
2336 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2337 overflow, possibly.
2338
2339 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2340 (shr-render-td): Handle td style="" better.
2341 (shr-tag-table): Use the color from the style sheet.
2342 (shr-render-td): Make sure we copy over all the overlays, too.
2343
2344 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2345
2346 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2347 (nnir-request-article): Improve article retrieval.
2348
2349 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2350
2351 * mm-util.el (mm-extra-numeric-entities): New variable.
2352
2353 * mm-url.el (mm-url-decode-entities):
2354 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2355
2356 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2357
2358 * message.el: Use completion-at-point.
2359 (message-completion-function): New fun, extracted from message-tab.
2360 (message-mode): Use it for completion-at-point-functions.
2361 (message-tab): Use it and completion-at-point.
2362
2363 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2364
2365 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2366 character if a non-breakable character follows.
2367
2368 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2369
2370 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2371 any stream.
2372
2373 * shr.el (shr-tag-font): Colorize the region.
2374 (shr-tag-body): Ditto.
2375 (shr-tag-font): Actually let the styles be inherited instead of
2376 overwriting them.
2377 (shr-tag-font): Get the background color right.
2378 (shr-tag-style): Ignore all <style> tags for the moment.
2379
2380 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2381 a Message-ID to avoid having nnimap depend on gnus-sum.
2382
2383 * shr.el (shr-descend): Only colorize something if we have a node that
2384 sets colors.
2385
2386 2010-12-06 Julien Danjou <julien@danjou.info>
2387
2388 * shr.el (shr-render-td): Render td content with shr-descend, so style
2389 will be applied to <td> too.
2390 (shr-colorize-region): Colorize region even if we only have a background.
2391 (shr-tag-body): Fix color and background color inheritance.
2392 Do not recolorize after shr-generic.
2393 (shr-tag-font): Let shr-generic colorize via inheritance.
2394
2395 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2396
2397 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2398
2399 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2400
2401 * nnir.el (nnir-request-move-article): Remove obsolete code.
2402
2403 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2404
2405 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2406
2407 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2408
2409 * gnus-sum.el (gnus-summary-respool-article): The completion function
2410 expects a list instead of an alist.
2411
2412 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2413 string as the parameter.
2414
2415 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2416
2417 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2418 styles.
2419 (shr-colorize-region): New function.
2420 (shr-insert-background-overlay): Remove.
2421 (shr-render-td): Background setting should be taken care of on a higher
2422 level.
2423 (shr-tag-body): Use post-hoc colorizations.
2424 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2425 (shr-put-color-1): Don't overwrite old colors.
2426 (shr-colorize-region): When the background color isn't explicit, use
2427 a fixed background.
2428
2429 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2430 nnmail variables.
2431
2432 2010-12-05 Bjørn Mork <bjorn@mork.no>
2433
2434 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2435 unless necessary.
2436
2437 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2438
2439 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2440 server.
2441
2442 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2443
2444 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2445 so that TAB works.
2446
2447 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2448 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2449
2450 * shr.el (shr-urlify): Show the URL before the title to avoid
2451 misleading URLs.
2452
2453 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2454
2455 * shr.el (shr-urlify): Display the title in <a> tags.
2456
2457 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2458
2459 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2460
2461 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2462
2463 * nnir.el: Rearrange code to allow macros to be autoloaded by
2464 gnus-sum.el.
2465 (nnir-retrieve-headers-override-function): Make this variable
2466 customizable.
2467 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2468
2469 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2470 from nnir.el.
2471
2472 2010-12-03 Julien Danjou <julien@danjou.info>
2473
2474 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2475
2476 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2477
2478 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2479 allow optional argument `environment'.
2480
2481 2010-12-03 Glenn Morris <rgm@gnu.org>
2482
2483 * mm-extern.el (message-goto-body): Update declaration.
2484
2485 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2486
2487 * gnus-util.el (gnus-macroexpand-all): New function.
2488
2489 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2490 instead of macroexpand-all that is unavailable in XEmacs.
2491
2492 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2493
2494 * nnir.el (nnir-summary-line-format): New variable.
2495 (nnir-mode): Use it.
2496 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2497 (nnir-article-ids): Reimplement as defsubst.
2498 (nnir-retrieve-headers): Don't mangle the subject header.
2499 (nnir-run-imap): Use 100 as RSV score.
2500 (nnir-run-find-grep): Fix for full server searching.
2501 (nnir-run-gmane): Better restriction to gmane groups.
2502
2503 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2504 summary buffers.
2505
2506 2010-12-02 Julien Danjou <julien@danjou.info>
2507
2508 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2509
2510 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2511
2512 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2513 support.
2514
2515 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2516
2517 * nnir.el: Update to handle the registry better.
2518 (autoload): Silence byte-compiler.
2519 (nnir-open-server): Add a hook for nnir groups.
2520 (nnir-request-move-article): Don't mangle the header. Better to use
2521 formating variables (which will be added in the future).
2522 (nnir-registry-action): Update the registry using the original article
2523 group name.
2524 (nnir-mode): Install nnir-specific hooks for updating the registry.
2525
2526 * gnus-sum.el
2527 (gnus-article-original-subject,gnus-newsgroup-original-name):
2528 Remove obsolete variables.
2529 (gnus-summary-move-article): Remove use of obsolete variables.
2530 (gnus-summary-local-variables): Make move and delete hooks local to
2531 summary buffers.
2532
2533 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2534
2535 * rtree.el: New file.
2536
2537 2010-12-01 Julien Danjou <julien@danjou.info>
2538
2539 * message.el (message-user-organization): Do not use
2540 gnus-local-organization.
2541
2542 * gnus.el: Remove gnus-local-organization.
2543
2544 * gnus-msg.el: Remove nastygram thing.
2545
2546 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2547
2548 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2549 funcall.
2550
2551 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2552
2553 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2554 names.
2555
2556 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2557 characters.
2558
2559 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2560 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2561 Suggested by Štěpán Němec <stepnem@gmail.com>.
2562 (gnus-gravatar-transform-address): Use mail-extract-address-components
2563 that supports non-ASCII names rather than mail-header-parse-addresses.
2564
2565 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2566
2567 * proto-stream.el (open-protocol-stream): All starttls connections are
2568 handled by the network handler.
2569
2570 2010-11-30 Julien Danjou <julien@danjou.info>
2571
2572 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2573 (nnimap-open-connection-1): Fix PREAUTH.
2574
2575 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2576
2577 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2578
2579 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2580 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2581 (shr-insert): Use them.
2582 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2583
2584 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2585
2586 * nnir.el (nnir-request-move-article): Bail out if original group
2587 doesn't support article moves.
2588 (nnir-get-active): Improve active list retrieval.
2589
2590 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2591
2592 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2593
2594 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2595
2596 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2597 seem to accept strings-with-numbers as port numbers,
2598
2599 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2600
2601 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2602 change the registry.
2603
2604 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2605
2606 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2607 delete-dups that is not available in XEmacs 21.4.
2608
2609 * mm-util.el (mm-delete-duplicates): Add comment.
2610
2611 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2612
2613 * nnir.el (nnir-ignored-newsgroups): New variable.
2614 (nnir-get-active): Use it.
2615
2616 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2617
2618 * proto-stream.el (proto-stream-open-network): Add some comments.
2619
2620 * nntp.el (nntp-open-connection): Provide a :success condition.
2621
2622 * nnimap.el (nnimap-open-connection-1): Ditto.
2623
2624 * proto-stream.el (proto-stream-open-network): See what the response to
2625 the STARTTLS command is.
2626
2627 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2628 backwards compatibility).
2629 (nnimap-open-connection-1): Really respect nnimap-server-port.
2630
2631 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2632 TLS upgrades we don't really care about the identity of the peer.
2633 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2634 that what we've checked for.
2635 (proto-stream-always-use-starttls): Only default to t if
2636 open-gnutls-stream exists.
2637 (proto-stream-open-network): If STARTTLS failed, then just open a
2638 normal connection.
2639 (proto-stream-open-network): Wait until the greeting before doing
2640 STARTTLS.
2641
2642 * nntp.el (nntp-open-connection): Report what the connection error is.
2643
2644 * proto-stream.el (open-protocol-stream): Rename from
2645 open-proto-stream.
2646
2647 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2648
2649 * nnimap.el (nnimap-stream): Change default to `undecided'.
2650 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2651 first, and then network.
2652 (nnimap-open-connection-1): Respect nnimap-server-port.
2653 (nnimap-open-connection): Be more backwards-compatible.
2654
2655 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2656 (proto-stream-open-starttls): De-duplicate the starttls code.
2657 (proto-stream-open-starttls): Folded back into the main function.
2658 (proto-stream-open-network): Fix typo in the gnutls path.
2659 (proto-stream-command): Refactor out.
2660
2661 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2662
2663 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2664 starttls.el STARTTLS.
2665
2666 * color.el (color-lab->srgb): Fix function call name.
2667
2668 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2669 if we're using tls.el.
2670 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2671 built in, then don't try to establish a STARTTLS connection.
2672
2673 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2674 servers.
2675
2676 * proto-stream.el (open-proto-stream): Use network, not stream.
2677 (open-proto-stream): Add a way to specify what the end of a command is.
2678
2679 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2680 connections types.
2681 (nntp-open-network-stream): Remove.
2682 (nntp-open-ssl-stream): Remove.
2683 (nntp-open-tls-stream): Remove.
2684 (nntp-ssl-program): Remove.
2685
2686 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2687
2688 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2689
2690 * nnir.el: Fix typos.
2691 (nnir-retrieve-headers-override-function): Rename variable to reflect
2692 new semantics.
2693 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2694 macros.
2695 (nnir-request-article, nnir-request-move-article): Use them.
2696 (nnir-categorize): New function.
2697 (nnir-run-query): Use it.
2698 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2699 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2700 sorted.
2701 (nnir-group-full-name): Use gnus-group-full-name instead.
2702 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2703 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2704
2705 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2706
2707 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2708
2709 * proto-stream.el: New library to provide protocol-specific
2710 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2711 protocols.
2712 (open-proto-stream): Complete the documentation.
2713 (proto-stream-open-network): Fix some typos.
2714
2715 * nnimap.el (nnimap-open-connection): Use it.
2716
2717 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2718
2719 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2720 negotiation.
2721
2722 2010-11-26 Julien Danjou <julien@danjou.info>
2723
2724 * color.el: Rename various rgb functions to srgb.
2725
2726 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2727
2728 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2729 names.
2730
2731 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2732
2733 * shr.el (shr-insert): Revert last change.
2734 (shr-find-fill-point): Never leave point being at bol;
2735 relax the kinsoku limitation when rendering tables.
2736
2737 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2738
2739 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2740 results from -accept-article.
2741
2742 * shr-color.el: Require cl when compiling.
2743
2744 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2745 checkin.
2746
2747 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2748
2749 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2750
2751 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2752 'add and 'delete to set backend marks.
2753
2754 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2755
2756 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2757
2758 * nntp.el (nntp-request-set-mark): Use it.
2759
2760 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2761
2762 * nnml.el (nnml-request-set-mark): Ditto.
2763
2764 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2765 introduces regressions in article selection.
2766 (nnimap-find-uid-response): New function.
2767 (nnimap-request-accept-article): Use the UID returned, if any.
2768 (nnimap-request-move-article): Use the UID returned, if any.
2769 (nnimap-get-groups): Reimplement to work with folded lines.
2770 (nnimap-find-uid-response): The UID is the last element in the list.
2771 (nnimap-request-set-mark): Extend syntax with 'set.
2772
2773 * nnml.el (nnml-request-set-mark): Ditto.
2774
2775 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2776
2777 * nntp.el (nntp-request-set-mark): Ditto.
2778
2779 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2780
2781 * message.el (message-called-interactively-p): A temporary macro.
2782 (message-goto-body): Use it temporarily.
2783
2784 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2785
2786 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2787 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2788 (nnimap-last-response-string): Fix last unfolding fix.
2789
2790 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2791
2792 * shr.el (shr-insert): Fix the way to fold lines.
2793
2794 2010-11-25 Julien Danjou <julien@danjou.info>
2795
2796 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2797
2798 * color.el: Rename from color-lab.el
2799 (color-rgb->hex): Add.
2800 (color-complement): Add.
2801 (color-complement-hex): Add.
2802
2803 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2804
2805 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2808 don't exist.
2809
2810 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2811
2812 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2813 assuming that article displaying or another mml-preview may be
2814 interrupted for an error or for the like.
2815
2816 * shr.el (shr-get-background): Fix argument name.
2817
2818 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2819
2820 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2821
2822 * gnus-sum.el (gnus-summary-include-articles): New function.
2823
2824 * message.el (message-goto-body): called-interactively-p needs a
2825 parameter, so use `any'.
2826
2827 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2828 clear marks before moving, since they're synced from the Gnus side
2829 first.
2830
2831 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2832 (gnus-summary-move-article): Copy over all marks before moving, so that
2833 IMAP doesn't think a new article has arrived.
2834
2835 2010-11-24 Julien Danjou <julien@danjou.info>
2836
2837 * shr.el (shr-insert-background-overlay): Fix typo.
2838 (shr-render-td): Copy the background before rendering.
2839
2840 * shr-color.el (shr-color-visible): Fix docstring.
2841
2842 * shr.el (shr-tag-table): Add bgcolor support.
2843 (shr-render-td): Add bgcolor support.
2844 (shr-get-background): Add.
2845 (shr-insert-foreground-overlay): Use shr-get-background.
2846
2847 * message.el (message-goto-body): Use called-interactively-p.
2848 (message-in-body-p): message-goto-body returns point.
2849
2850 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2851
2852 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2853 Fixes something or other in Emacs 23, and is backwards compatible.
2854
2855 * message.el (message-goto-body): Remove the <#secure special-casing,
2856 which is too special.
2857
2858 * shr.el (shr-parse-style): Drop !important from styles.
2859
2860 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2861
2862 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2863 this function to return incorrect results when calling it with an
2864 explicit article argument different from
2865 (gnus-summary-article-number).
2866
2867 2010-11-24 Julien Danjou <julien@danjou.info>
2868
2869 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2870 (shr-tag-body): Add background support.
2871 (shr-descend): Add background support.
2872 (shr-tag-title): Add.
2873
2874 * shr-color.el (shr-color-visible): Really return original background
2875 if fixed.
2876
2877 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2878
2879 * shr.el (shr-color-check): Protect against non-existent colour names.
2880
2881 2010-11-24 Julien Danjou <julien@danjou.info>
2882
2883 * color-lab.el: Require 'cl when compiling.
2884
2885 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2886
2887 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2888 matched part.
2889
2890 * color-lab.el: Fix all expt calls to use float type.
2891
2892 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2893
2894 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2895 expression to shr-color-check as is.
2896
2897 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2898
2899 * color-lab.el: Add coding cookie.
2900 (float-pi): Use eval-and-compile.
2901
2902 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2903
2904 * shr.el (shr-insert-color-overlay): Split stuff like
2905 "#444444 !important" to find the real colour.
2906 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2907 parse <font color="red"> entries.
2908
2909 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2910
2911 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2912 point when parsing headers.
2913
2914 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2915 is positioned properly when parsing headers.
2916
2917 2010-11-23 Julien Danjou <julien@danjou.info>
2918
2919 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2920
2921 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2922
2923 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2924
2925 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2926 Use shr-color-hue-to-rgb.
2927 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2928
2929 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2930
2931 * shr.el (shr-color->hexadecimal): Autoload.
2932 (shr-descend): Add color to all tags.
2933
2934 2010-11-22 Julien Danjou <julien@danjou.info>
2935
2936 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2937 shr-color->hexadecimal.
2938
2939 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2940 RGB() or HSL() color representation.
2941
2942 * shr.el (shr-tag-font): Add.
2943 (shr-tag-color-check): New function to get better colors.
2944 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2945 tag-span.
2946
2947 * shr-color.el: New file.
2948
2949 * color-lab.el: New file.
2950
2951 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2952
2953 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2954
2955 * nnir.el: Fix typo in comments.
2956 (nnir-run-imap): Simplify code. No need to reverse artlist.
2957 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2958
2959 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2960
2961 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2962
2963 * nnimap.el (nnimap-get-capabilities): Refactor out.
2964 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2965
2966 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2967
2968 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2969 appearing when `mm-uu-hide-markers' is nil.
2970
2971 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2972
2973 * nnimap.el (nnimap-unselect-group): Make into its own function.
2974 (nnimap-request-rename-group): Unselect group before renaming.
2975 This had gotten lost somewhere.
2976 (nnimap-request-accept-article): Keep track of examined groups, and
2977 unselect the group before APPENDing to read-only groups.
2978 (nnimap-request-move-article): Clear flags before moving so that they
2979 can be re-set later.
2980
2981 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2982
2983 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2984 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2985
2986 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2987
2988 * gnus-art.el (gnus-mime-display-single)
2989 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2990 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2991 parameter.
2992
2993 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2994
2995 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2996 (shr-table-vertical-line): New variable.
2997 (shr-insert-table): Use it.
2998
2999 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3000
3001 * gnus-html.el (gnus-html-wash-images): Don't display images if
3002 gnus-inhibit-images is non-nil; register displayer for cid images.
3003 (gnus-html-display-image): Work for cid image.
3004 (gnus-html-insert-image): Allow arguments.
3005 (gnus-html-put-image): Inhibit read-only.
3006 (gnus-html-prefetch-images): Don't prefetch images if
3007 gnus-inhibit-images is non-nil.
3008
3009 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3010
3011 * shr.el (shr-put-image): Break lines when inserting big pictures.
3012
3013 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3014
3015 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3016 sender, thanks Katsumi Yamaoka.
3017
3018 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
3019
3020 * nnir.el (nnir-run-imap): Reverse the article list for each group
3021 rather than the whole list.
3022
3023 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3024
3025 * shr.el (shr-image-displayer): Protect function against non-existent
3026 image source.
3027
3028 * gnus-art.el (gnus-inhibit-images): New user option.
3029 (gnus-mime-display-single): Don't display image if it is non-nil.
3030
3031 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3032 gnus-inhibit-images.
3033
3034 * shr.el (shr-image-displayer): New function.
3035 (shr-tag-img): Use it.
3036
3037 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3038
3039 * mml2015.el (mml2015-epg-sign): Use From header.
3040
3041 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3042
3043 * gnus-html.el (gnus-html-wash-images): Register a displayer.
3044
3045 * gnus-util.el (gnus-find-text-property-region): Return markers.
3046
3047 * shr.el (shr-tag-img): Put a displayer in the text property.
3048
3049 * gnus-util.el (gnus-find-text-property-region): New utility function.
3050
3051 * gnus-html.el (gnus-html-display-image): Make the alt optional.
3052 (gnus-html-show-images): Remove.
3053
3054 * gnus-art.el (gnus-article-show-images): New, more general function.
3055
3056 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3057 image url text properties.
3058
3059 * shr.el: Ditto.
3060
3061 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3062 gnus-agent-auto-agentize-methods is set. Which it isn't.
3063
3064 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3065
3066 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3067 work for two or more articles.
3068
3069 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3070
3071 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3072 divide an image that's in an html article to two or more when washing
3073 non-ASCII characters in alt text of it.
3074
3075 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3076
3077 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3078 smime-decrypt-region using function argument.
3079 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3080
3081 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3082
3083 * smime.el (smime-decrypt-region): Catch it.
3084
3085 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * smime.el (smime-mode-map): Move initialization into declaration.
3088 (gnus-run-mode-hooks): Don't autoload.
3089 (smime-mode): Use define-derived-mode.
3090
3091 2010-11-11 Glenn Morris <rgm@gnu.org>
3092
3093 * smime.el (from): Restrict declaration to XEmacs.
3094
3095 * nnir.el (gnus-group-topic-name): Autoload.
3096
3097 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3098
3099 * shr.el (shr-insert): Don't break long line if it is because of
3100 kinsoku-bol characters in the line end.
3101
3102 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
3103
3104 * nnir.el (nnir-request-move-article): Fix to provide original group
3105 and subject.
3106 (nnir-warp-to-article): Don't fail on articles whose headers haven't
3107 been retrieved.
3108
3109 * gnus-sum.el (gnus-summary-move-article): Use original group and
3110 subject for virtual articles such as those in an nnir summary buffer.
3111
3112 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3113
3114 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3115 least 21.5).
3116
3117 * smime.el (from): Declare it again for XEmacs.
3118
3119 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3120
3121 * message.el (message-resend): Don't disable encoding unless it's
3122 already encoded.
3123
3124 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3125 low-numbered articles.
3126
3127 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3128
3129 * rfc2047.el (rfc2047-syntax-table): Simplify.
3130
3131 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3132 set-char-table-range for XEmacs.
3133
3134 2010-11-10 Glenn Morris <rgm@gnu.org>
3135
3136 * smime.el (from): Remove unused declaration.
3137
3138 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3139 (gnus-float-time): On Emacs, always an alias.
3140
3141 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3142 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3143
3144 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3145
3146 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3147
3148 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3149
3150 * shr.el (browse-url-mailto): Autoload.
3151
3152 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3153
3154 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3155 regexp doesn't need quoting.
3156
3157 2010-11-09 Sven Joachim <svenjoac@gmx.de>
3158
3159 * message.el (message-subject-trailing-was-ask-regexp)
3160 (message-subject-trailing-was-regexp): Match was: in addition to was.
3161
3162 2010-11-09 Glenn Morris <rgm@gnu.org>
3163
3164 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3165 (nnbabyl-check-mbox): Use point-at-bol.
3166
3167 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3168
3169 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3170
3171 * message.el (message-mailto): New function.
3172 (message-mailto): Should accept other parameters.
3173 (message-mailto): Remove since it duplicates browse-url-mailto
3174 functionality.
3175
3176 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3177
3178 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3179 methods.
3180 (gnus-read-active-file): Ditto.
3181
3182 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3183 ": " from the prompt.
3184 (gnus-group-make-group): Ditto.
3185
3186 2010-11-07 Glenn Morris <rgm@gnu.org>
3187
3188 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3189 (gnus-bookmark-kill-line): Use point-at-eol.
3190
3191 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3192
3193 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3194 asterisks in From header.
3195
3196 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3197
3198 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3199 string to avoid making the From headers syntactically invalid.
3200
3201 * message.el (message-send-mail): Don't insert courtesy messages if the
3202 message already has List-Post and List-ID messages.
3203
3204 2010-11-06 Glenn Morris <rgm@gnu.org>
3205
3206 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3207 `condition', `type', `length' a prefix.
3208 (gnus-treat-predicate): Update for above name changes.
3209
3210 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3211
3212 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3213 binding. Handled by `gnus-summary-refer-thread' instead.
3214 (nnir-warp-to-article): New backend function.
3215
3216 * nnimap.el (nnimap-request-thread): Force dependency updating.
3217
3218 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3219 (gnus-summary-refer-thread): Rework to improve thread-referral.
3220
3221 * gnus-int.el (gnus-warp-to-article): New function.
3222
3223 * gnus-sum.el (gnus-summary-article-map): Bind it.
3224
3225 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3226
3227 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3228 gnus-summary-refer-thread.
3229
3230 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3231 headers.
3232 (gnus-summary-limit-include-thread): Prevent articles in thread from
3233 being cut in gnus-cut-threads.
3234 (gnus-summary-refer-thread): Limit retrieved headers to those in
3235 thread.
3236
3237 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3238
3239 * message.el (message-send-mail): Use the value of
3240 message-courtesy-message from the message buffer.
3241
3242 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3243
3244 * shr.el (shr-browse-url): Implement mailto: URLs.
3245
3246 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3247 "raw".
3248
3249 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3250 if it's already selected.
3251
3252 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3253
3254 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3255
3256 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3257 to measure the length and truncate alt text.
3258
3259 2010-11-03 Glenn Morris <rgm@gnu.org>
3260
3261 * nndiary.el (nndiary-generate-nov-databases-1)
3262 (nndiary-generate-active-info): Rename dynamic variable `files' to
3263 something less generic.
3264
3265 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3266
3267 * nnir.el (nnir-request-move-article): Call the underlying backend to
3268 move articles from nnir.
3269
3270 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3271
3272 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3273
3274 2010-11-02 Julien Danjou <julien@danjou.info>
3275
3276 * nnir.el: Remove wais support.
3277
3278 2010-11-02 Glenn Morris <rgm@gnu.org>
3279
3280 * gnus-html.el: Reorder requirements to quieten compiler.
3281
3282 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3283
3284 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3285 properly for XEmacs as well.
3286 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3287 (gnus-article-natural-long-line-p): Use window-width rather than
3288 frame-width.
3289
3290 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3291
3292 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3293 (nnir-read-parms): Don't modify query.
3294 (nnir-run-query): Add ability to search topic on current line.
3295 (nnir-get-active): Clean up.
3296
3297 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3298
3299 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3300 degenerate articles.
3301
3302 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3303 (gnus-print-buffer): Just print the buffer as is, without any copying
3304 to a buffer and then re-highlighting.
3305
3306 * nnimap.el (nnimap-request-group): Store the new updated info.
3307 (nnimap-request-group): Select the group when we don't know whether it
3308 exists or not.
3309
3310 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3311 groups.
3312
3313 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3314 groups.
3315
3316 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3317 groups.
3318
3319 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3320 long-lines case by only filling the long lines.
3321
3322 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3323 (bug #7311).
3324
3325 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3326
3327 * shr.el: No need to declare `declare-function' since shr.el is for
3328 only Emacsen that provide `libxml-parse-html-region'.
3329
3330 2010-11-01 Glenn Morris <rgm@gnu.org>
3331
3332 * mm-util.el (gnus-completing-read): Autoload.
3333 (mm-read-coding-system): Simplify Emacs definition.
3334
3335 * nnmail.el (gnus-activate-group):
3336 * nnimap.el (gnutls-negotiate):
3337 * nntp.el (netrc-parse): Fix declarations.
3338
3339 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3340
3341 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3342 string-match-p in Emacs >=23.
3343
3344 * gnus-msg.el (gnus-configure-posting-styles)
3345 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3346
3347 2010-11-01 Glenn Morris <rgm@gnu.org>
3348
3349 * nnir.el (declare-function): Add compat stub.
3350 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3351 (nnir-run-gmane): Require 'mm-url.
3352
3353 * mm-util.el (mm-string-to-multibyte): Simplify.
3354
3355 * shr.el (declare-function): Add compat stub.
3356 (url-cache-create-filename): Declare.
3357 (mm-disable-multibyte, widget-convert-button): Autoload.
3358
3359 * smime.el (ldap-search): Declare.
3360 (smime-cert-by-ldap-1): Require ldap on Emacs.
3361
3362 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3363 (nnimap-keepalive): Use gnus-float-time.
3364
3365 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3366 (mail-source-delete-crash-box): Use gnus-float-time.
3367
3368 * gnus-dired.el (gnus-completing-read): Autoload.
3369
3370 * mm-view.el (gnus-rescale-image): Autoload.
3371
3372 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3373
3374 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3375
3376 * sieve-manage.el: Require 'cl when compiling.
3377
3378 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3379 (gnus-iswitchb-completing-read): Require iswitchb.
3380 (gnus-select-frame-set-input-focus): Silence compiler.
3381
3382 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3383
3384 * message.el (message-subject-trailing-was-query): Change default to t,
3385 since I think that's what most people want.
3386
3387 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3388 appending for easier debugging.
3389 (nnimap-wait-for-connection): Take a regexp.
3390 (nnimap-request-accept-article): Wait for the continuation line before
3391 sending anything unless we're streaming.
3392
3393 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3394 leave the header washing to take place.
3395
3396 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3397
3398 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3399 regular expression match and replace in posting styles.
3400
3401 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3402
3403 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3404 an entire server.
3405 (nnir-get-active): New function.
3406 (nnir-run-imap): Use it.
3407 (nnir-run-gmane): Who knew, gmane search returns an article score!
3408
3409 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3410 server on the current line with nnir.
3411
3412 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3413
3414 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3415 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3416 left edge.
3417 (gnus-article-foldable-buffer): Skip past the prefix when determining
3418 raggedness.
3419
3420 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3421 the raw article, and change `C-u g' to show the article without doing
3422 treatments.
3423
3424 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3425 on to `gnus-treat-article'.
3426 (gnus-inhibit-article-treatments): New variable.
3427
3428 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3429
3430 * gnus-art.el (gnus-treatment-function-alist): Have
3431 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3432 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3433 sections.
3434
3435 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3436 parameter.
3437 (gnus-article-fill-cited-long-lines): New function.
3438 (gnus-article-fill-cited-article): Allow filling only long sections.
3439
3440 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3441 and non-punctuation (like after the apostrophe in "'We").
3442
3443 * gnus-sum.el (gnus-summary-select-article): Make sure
3444 gnus-original-article-buffer is alive.
3445
3446 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3447 reflect the order they're in in the digest.
3448
3449 * gnus.el (gnus-group-startup-message): Move point to the start of the
3450 buffer.
3451
3452 * nnimap.el (nnimap-capability): New function.
3453 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3454 is set.
3455
3456 2010-10-31 David Engster <dengste@eml.cc>
3457
3458 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3459 conform with changes to gnus-completing-read.
3460
3461 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3462
3463 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3464
3465 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3466
3467 * nnir.el: Move defvar, defcustom around to keep file organized
3468 and keep byte-compiler quiet.
3469 (nnir-read-parms): Accept search-engine as arg.
3470 (nnir-run-query): Pass search-engine as arg.
3471 (nnir-search-engine): Remove.
3472
3473 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3474
3475 * shr.el (shr-generic): The text nodes should be text, not :text.
3476
3477 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3478 later in the file.
3479
3480 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3481
3482 * nnir.el: General clean up. Allow searching with multiple engines.
3483 Allow separate extra-parameters for each engine.
3484 Batch queries when possible.
3485 (nnir-imap-default-search-key,nnir-method-default-engines):
3486 Add customize interface.
3487 (nnir-run-gmane): New engine.
3488 (nnir-engines): Use it. Qualify all prompts with engine name.
3489 (nnir-search-engine): Remove global variable.
3490 (nnir-run-hyrex): Restore for now.
3491 (nnir-extra-parms,nnir-search-history): New variables.
3492 (gnus-group-make-nnir-group): Use them.
3493 (nnir-group-server): Remove in favor of gnus-group-server.
3494 (nnir-request-group): Avoid searching twice.
3495 (nnir-sort-groups-by-server): New function.
3496
3497 2010-10-30 Julien Danjou <julien@danjou.info>
3498
3499 * gnus-group.el: Remove gnus-group-fetch-control.
3500
3501 * gnus-start.el (gnus-find-new-newsgroups):
3502 Remove gnus-check-first-time-used.
3503
3504 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3505
3506 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3507
3508 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3509 set on groups that don't have \* permanentflags.
3510
3511 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3512
3513 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3514 control the background color.
3515 (shr-tag-img): Ignore very small web bug type images.
3516 (shr-put-image): Add help-echo alt texts to the images.
3517 (shr-tag-video): Show the video poster image.
3518
3519 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3520
3521 * shr.el (shr-table-depth): New variable.
3522 (shr-tag-table-1): Only insert the images after the top-level table.
3523
3524 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3525
3526 * gnus-util.el (gnus-list-memq-of-list): New function.
3527
3528 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3529 selected.
3530 (nnimap-unsplittable-articles): New slot.
3531 (nnimap-new-articles): Use it.
3532
3533 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3534
3535 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3536 move to the previous line on `M-g'.
3537
3538 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3539
3540 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3541 *-request-group, which seems unnecessary.
3542
3543 * nnimap.el (nnimap-quote-specials): Function copied over from
3544 imap.el.
3545 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3546 they support that. Suggested by Tom Regner.
3547
3548 2010-10-29 Julien Danjou <julien@danjou.info>
3549
3550 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3551 defalias.
3552 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3553
3554 * gnus.el: Remove `gnus-nntp-service' variable.
3555 (gnus-secondary-servers): Make obsolete.
3556 (gnus-nntp-server): Make obsolete.
3557
3558 * gnus-start.el (gnus-1): Remove x-splash calls.
3559
3560 * gnus-ems.el (gnus-x-splash): Remove.
3561
3562 * gnus.el (gnus-group-startup-message): Simplify/update code.
3563
3564 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3565 capability before doing anything.
3566 (gnus-group-insert-group-line): Remove useless
3567 gnus-group-remove-excess-properties.
3568
3569 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3570
3571 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3572
3573 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3574
3575 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3576 config after reselecting.
3577
3578 2010-10-28 Julien Danjou <julien@danjou.info>
3579
3580 * shr.el (shr-put-image): Use point even if only inserting text.
3581 (shr-put-image): Save excursion when inserting alt text on non-graphic
3582 display, so the behaviour is the same when we are on a graphic display.
3583
3584 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3585
3586 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3587
3588 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3589 (gnus-mime-copy-part): Check coding system, not charset.
3590 (gnus-mime-view-part-externally): Never remove part.
3591 (gnus-mime-view-part-internally): Don't remove part here.
3592 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3593 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3594 multipart/alternative.
3595
3596 * mm-decode.el (mm-display-part): Take optional arg `force'.
3597
3598 2010-10-26 Julien Danjou <julien@danjou.info>
3599
3600 * gnus-group.el (gnus-group-default-list-level): Add this function to
3601 compute the default list level.
3602 (gnus-group-default-list-level): Add possibility to use a function.
3603
3604 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3605
3606 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3607
3608 * gnus-group.el (gnus-group-completing-read)
3609 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3610 gnus-replace-in-string.
3611
3612 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3613
3614 * shr.el (shr-tag-div): Add.
3615
3616 2010-10-25 Julien Danjou <julien@danjou.info>
3617
3618 * gnus-util.el: Remove `gnus-with-local-quit'.
3619
3620 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3621
3622 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3623
3624 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3625 the original article buffer.
3626
3627 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3628
3629 * nnimap.el (nnimap-request-head): New function.
3630 (nnimap-request-move-article): Try to be slighly faster by not
3631 requesting the entire message when moving.
3632 (nnimap-transform-headers): Don't bug out on bodiless articles.
3633 (nnimap-send-command): Have no outstanding messages if the IMAP server
3634 doesn't support streaming.
3635 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3636
3637 2010-10-24 Julien Danjou <julien@danjou.info>
3638
3639 * message.el (message-default-headers): Fix type.
3640
3641 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3644 prefetching images.
3645
3646 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3647 backend for unknown groups. This is mainly useful for nnimap groups.
3648
3649 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3650 group isn't covered by the agent.
3651
3652 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3653
3654 * nnir.el (nnir-method-default-engines): New variable.
3655 (nnir-run-query): Use it.
3656 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3657 (gnus-summary-nnir-goto-thread): Change group if needed.
3658
3659 * gnus-group.el (gnus-group-group-map): Add key binding for
3660 gnus-group-make-nnir-group.
3661
3662 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3663
3664 * shr.el (shr-tag-object): Add.
3665
3666 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3667 original article buffer live.
3668 (gnus-summary-select-article-buffer):
3669 Mention gnus-widen-article-buffer.
3670
3671 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3672
3673 * shr.el (shr-tag-strong): Add.
3674
3675 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3676
3677 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3678 group names. They mess up the group buffer badly.
3679
3680 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3681
3682 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3683 instead of the summary one.
3684
3685 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3686
3687 * mml.el (mml-preview): Work properly when editing article.
3688
3689 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3690 gnus-have-read-active-file if it's already been in.
3691
3692 2010-10-22 Tom Tromey <tromey@redhat.com>
3693
3694 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3695 gnus-group-completing-read.
3696
3697 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3698
3699 * message.el (message-mode-map): Don't bind M-; to comment region, to
3700 allow the global comment-dwim to work.
3701
3702 2010-10-21 Julien Danjou <julien@danjou.info>
3703
3704 * message.el (message-setup-1): Allow message-default-headers to be a
3705 function.
3706
3707 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3708
3709 * shr.el (shr-tag-table): Simplify.
3710
3711 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3712
3713 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3714 to avoid trying to snarf invalid stuff.
3715
3716 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3717
3718 * gnus.el (gnus-message-archive-group): Quote value.
3719 (gnus-message-archive-group): Mark as changed.
3720
3721 * shr.el (shr-add-font): Don't put the font properties on the newline
3722 or the indentation.
3723
3724 * message.el (message-fix-before-sending): Change options when sending
3725 non-printable characters.
3726
3727 * gnus.el (gnus-message-archive-method): Change the default to
3728 monthly outgoing groups.
3729
3730 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3731 that have gotten new numbers.
3732
3733 * nnimap.el (nnimap-request-replace-article): New function.
3734
3735 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3736
3737 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3738 (nnrss-request-article): Don't use special html washing code.
3739
3740 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3741
3742 * shr.el (shr-tag-table): Remove useless nconc.
3743
3744 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3745
3746 * gnus-art.el (article-wash-html): Simplify and remove the charset
3747 stuff. Use the normal html rendering code instead of the special html
3748 washing code.
3749
3750 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3751 `gnus-w3m' symbols.
3752 (mm-text-html-washer-alist): Remove.
3753
3754 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3755 (mm-inline-media-tests): Remove use.
3756 (mm-text-html-renderer): Change default to the `shr' symbol.
3757
3758 * mm-view.el (mm-inline-text-html): Remove use.
3759
3760 * gnus-art.el (gnus-blocked-images): New function. Allow the
3761 `gnus-blocked-images' to be a function.
3762 (gnus-article-wash-function): Remove.
3763
3764 2010-10-20 Julien Danjou <julien@danjou.info>
3765
3766 * spam.el (spam-list-of-processors): Mark as obsolete.
3767
3768 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3769 (nnimap-insert-partial-structure): Fix boundary detection.
3770
3771 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3772
3773 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3774 run file-truename on remote files. This can be expensive and even
3775 prevent one from editing drafts if some unrelated buffer has a stale
3776 connection.
3777
3778 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3779
3780 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3781 kinsoku-eol regardless of shr-kinsoku-shorten.
3782 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3783 (shr-tag-table): Support caption, thead, and tfoot.
3784
3785 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3786
3787 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3788 lines.
3789 (shr-save-contents): New command and keystroke.
3790
3791 * nndoc.el (nndoc-type-alist): Add git support.
3792 (nndoc-git-type-p): New function.
3793 (nndoc-transform-git-article): Ditto.
3794 (nndoc-transform-git-headers): Ditto.
3795 (nndoc-transform-git-headers): Generate Subject headers.
3796
3797 * shr.el (shr-parse-style): New function.
3798 (shr-tag-span): Ditto.
3799
3800 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3801 to `G G' to avoid collisions.
3802
3803 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3804
3805 * shr.el: Load kinsoku if necessary.
3806 (shr-kinsoku-shorten): New internal variable.
3807 (shr-find-fill-point): Make kinsoku shorten text line if
3808 shr-kinsoku-shorten is bound to non-nil.
3809 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3810 shr-indentation too when testing if table is wider than frame width.
3811 (shr-insert-table): Use `string-width' instead of `length' to measure
3812 text width.
3813 (shr-insert-table-ruler): Make sure indentation is done at bol.
3814
3815 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3818 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3819 undecoded network data.
3820
3821 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3822
3823 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3824 name in the mode line spec so that the mode line menu works
3825 (bug #2431).
3826
3827 * message.el (message-get-reply-headers): If we're fed `to-address',
3828 then always use that.
3829
3830 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3831 aren't so wide as to need to switch off the edit menu.
3832
3833 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3834 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3835
3836 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3837 `M-g'.
3838 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3839 the permanent marks.
3840
3841 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3842
3843 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3844 Splitting according to references/in-reply-to obeys the ignore-groups
3845 variable, while splitting by sender and subject do not.
3846
3847 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3848
3849 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3850 alist, so that we can look for non-Unicode chars.
3851 (article-translate-strings): Allow both character and string maps.
3852
3853 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3854
3855 * shr.el (shr-insert): Don't insert space behind a wide character
3856 categorized as kinsoku-bol, or between characters both categorized as
3857 nospace.
3858
3859 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3860
3861 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3862 headers to gnus-newsgroup-headers.
3863
3864 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3865
3866 * shr.el (shr-tag-img): Don't align images -- since we're not
3867 rescaling, this often leads to ugly displays.
3868
3869 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3870
3871 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3872 duplicates.
3873
3874 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3875
3876 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3877 call.
3878
3879 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3880
3881 * gnus.el: Autoload gnus-html-show-images.
3882
3883 * nnimap.el: Use nnheader-message throughout.
3884
3885 * shr.el (shr-tag-img): Ignore images with no data.
3886
3887 2010-10-15 Julien Danjou <julien@danjou.info>
3888
3889 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3890 a possibility to disable format=flow encoding when using hard newlines.
3891
3892 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3893
3894 * shr.el (shr-insert): Remove space inserted before or after a
3895 breakable character or at the beginning or the end of a line.
3896 (shr-find-fill-point): Do kinsoku; find the second best point or give
3897 it up if there's no breakable point.
3898
3899 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3900
3901 * nnimap.el (nnimap-open-connection): Message when opening connection
3902 for debugging purposes.
3903
3904 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3905 on every setup buffer call to allow this to change from article to
3906 article.
3907
3908 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3909 buffers where we have a wide table.
3910
3911 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3912
3913 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3914 uses *-request-thread.
3915
3916 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3917
3918 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3919 incantation, which is no longer valid.
3920
3921 2010-10-14 Julien Danjou <julien@danjou.info>
3922
3923 * shr.el: Fix defcustom type (char -> character).
3924
3925 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3926
3927 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3928 programs.
3929
3930 2010-10-14 Julien Danjou <julien@danjou.info>
3931
3932 * shr.el (shr-tag-a): Use url-link as widget type.
3933
3934 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3935 `gnus-group-get-icon'.
3936
3937 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3938
3939 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3940 This should make server editing work better.
3941
3942 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3943
3944 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3945 (nnimap-parse-flags): Fix regexp.
3946
3947 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3948 probably work for CJVK text, too.
3949
3950 * nnimap.el (nnimap-extend-tls-programs): Remove.
3951 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3952
3953 2010-10-13 Julien Danjou <julien@danjou.info>
3954
3955 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3956 responses.
3957
3958 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3959
3960 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3961
3962 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3963 anything in Emacs.
3964
3965 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3966
3967 2010-10-13 Julien Danjou <julien@danjou.info>
3968
3969 * shr.el (shr-width): Make shr-width a defcustom with default to
3970 fill-column.
3971 (shr-tag-img): Use shr-width rather than fill-column.
3972
3973 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3974
3975 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3976
3977 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3978 position when (X-)Faces exist.
3979 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3980 avatars when called interactively.
3981
3982 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3983
3984 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3985 gnus-article-x-face-too-ugly is bound.
3986
3987 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3988
3989 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3990
3991 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3992 mailbox that doesn't exist.
3993
3994 2010-10-12 Julien Danjou <julien@danjou.info>
3995
3996 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3997 (shr-get-image-data): Encode URL properly when fetching from cache.
3998 (shr-tag-img): Use aligned-to spaces to align correctly images.
3999
4000 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4001 before inserting the Gravatar.
4002
4003 * shr.el (shr-tag-img): Add align attribute support for <img>.
4004
4005 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4006
4007 * gnus-gravatar.el (gnus-art): Require.
4008
4009 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4010 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4011 Remove long obsoleted functions.
4012
4013 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4014
4015 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4016
4017 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4018 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4019 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4020 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4021 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4022 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4023 Fix comment for declare-function.
4024
4025 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4026
4027 * nnimap.el (nnimap-request-rename-group): Select group read-only
4028 before renaming it.
4029
4030 * shr.el (shr-insert): Fix up the white space only regexp.
4031
4032 * nnimap.el (nnimap-transform-split-mail): Not all articles have
4033 bodies. Protect against this. Reported by Michael Welsh Duggan.
4034
4035 * shr.el (shr-current-column): New function.
4036 (shr-find-fill-point): New function.
4037
4038 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4039
4040 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4041 numbers.
4042
4043 2010-10-11 Julien Danjou <julien@danjou.info>
4044
4045 * shr.el (shr-hr-line): Add.
4046 (shr-tag-hr): Use shr-hr-line to specify which character to use to
4047 display hr lines.
4048 (shr-max-columns): Do not change state to nil if we just inserting
4049 spaces.
4050
4051 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4052
4053 * gnus-topic.el (gnus-topic-read-group): If after the last group,
4054 select the last group.
4055
4056 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4057
4058 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4059
4060 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4061
4062 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4063 for Gnus.
4064 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4065 (nnimap-update-qresync-info): Mark \Seen articles as read.
4066
4067 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4068 non-variable, too.
4069
4070 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4071 available.
4072 (nnimap-update-info): Rely more on the current active than the param
4073 active to avoid marking articles as read too much.
4074
4075 * auth-source.el (auth-source-create): Use (user-login-name) for the
4076 user name default.
4077
4078 * nnimap.el (nnimap-update-info): If the server doesn't return any
4079 useful info, just use the previous info.
4080 (nnimap-update-info): Prefer old info over start-article.
4081 (nnimap-update-qresync-info): Finish implementing QRESYNC.
4082
4083 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
4084
4085 * nnir.el (autoload): Clean up autoloads.
4086 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4087 Use key rather than value.
4088 (nnir-imap-search-other): New variable.
4089 (nnir-read-parm): Use it.
4090 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4091 (gnus-summary-nnir-goto-thread): Modify to work with imap.
4092
4093 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4096 the process, too.
4097
4098 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4099
4100 * spam.el (gnus-summary-mode-map): Bind to "$".
4101 Suggested by Russ Allbery.
4102
4103 * shr.el: Rework the way things are indented by <li> slightly.
4104
4105 * gnus.el (gnus-group-set-parameter): Fix typo.
4106
4107 * nnimap.el: Start implementing QRESYNC support.
4108
4109 2010-10-09 Julien Danjou <julien@danjou.info>
4110
4111 * nnir.el (nnir-engines): Fix too many arguments.
4112
4113 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4114
4115 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4116 group is the "last", so that the backends like nnfolder actually save
4117 their folders.
4118
4119 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4120 try to use that for the tls stream.
4121 (nnimap-retrieve-group-data-early): Rework the marks code to heed
4122 UIDVALIDITY and find out which groups are read-only and not.
4123 (nnimap-get-flags): Use the same marks parsing code as the rest of
4124 nnimap.
4125
4126 2010-10-09 Julien Danjou <julien@danjou.info>
4127
4128 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4129
4130 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4131 retrieving gravatars.
4132
4133 * shr.el (shr-table-corner): Add.
4134 (shr-table-line): Add.
4135 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4136
4137 2010-10-08 Julien Danjou <julien@danjou.info>
4138
4139 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4140
4141 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
4142
4143 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4144
4145 * gnus-sum.el (gnus-mark-article-as-unread)
4146 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4147 (gnus-summary-set-bookmark): Use it.
4148
4149 * gnus-msg.el (gnus-setup-message): Use it.
4150
4151 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4152
4153 * gnus.el (gnus-group-remove-parameter): Use it.
4154
4155 * gnus-group.el (gnus-group-make-web-group): Use it.
4156
4157 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4158
4159 * nnregistry.el: Update docs to mention manual.
4160
4161 * gnus-registry.el: Update docs to mention nnregistry.el.
4162 (gnus-registry-initialize): Don't install nnregistry refer method
4163 automatically.
4164 (gnus-registry-install-nnregistry): Remove it.
4165
4166 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4167
4168 * shr.el (shr-insert): Don't insert double spaces.
4169
4170 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4171
4172 * gnus-gravatar.el (gnus-treat-from-gravatar)
4173 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4174 called interactively.
4175
4176 * gnus-art.el (gnus-mime-view-part-externally)
4177 (gnus-mime-view-part-internally): Make predicate function passed to
4178 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4179 of a mime type.
4180
4181 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4182
4183 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4184
4185 * shr.el (require): Require cl when compiling.
4186 (shr-tag-hr): New function.
4187
4188 * nnimap.el (nnimap-update-info): Remove double setting of high.
4189 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4190 This makes nnimap work properly on Courier again.
4191
4192 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4193 the variable for backwards compatibility.
4194
4195 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4196 the file name before using to avoid setting mm-default-directory to
4197 nil.
4198
4199 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4200 bidning gnus-agent variables.
4201
4202 * shr.el (shr-render-td): Use a cache for the table rendering function
4203 to avoid getting an exponential rendering behaviour in nested tables.
4204 (shr-insert): Rework the line-breaking algorithm.
4205 (shr-insert): Don't leave trailing spaces.
4206 (shr-insert-table): Also insert empty TDs.
4207 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4208
4209 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4210
4211 * gnus-sum.el (gnus-number): Rename from `number'.
4212 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4213 (gnus-summary-limit-children): Update uses correspondingly.
4214
4215 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4216
4217 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4218 (gnus-gravatar-transform-address): Don't show avatars of people of
4219 which mail addresses match gnus-gravatar-too-ugly.
4220
4221 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4222
4223 * shr.el (shr-table-widths): Expand TD elements to fill available
4224 space.
4225
4226 2010-10-07 Julien Danjou <julien@danjou.info>
4227
4228 * nnimap.el (nnimap-request-rename-group): Add this method.
4229
4230 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4231
4232 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4233 name from XEmacs' function-arglist.
4234
4235 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4236 gravatar under XEmacs.
4237
4238 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4239
4240 * auth-source.el: Update docs with TODO items.
4241
4242 * gnus-sync.el: Update docs to explain state and plans.
4243
4244 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4245 Hooks for mark updates.
4246 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4247
4248 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4249 hooks with arguments, which is needed for mark update hooks.
4250
4251 2010-10-06 Julien Danjou <julien@danjou.info>
4252
4253 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4254 was matched.
4255
4256 * sieve-manage.el: Update example in `Commentary'.
4257
4258 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4259
4260 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4261 not 2000.
4262 (sieve-manage-authenticate): Re-add function.
4263
4264 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * shr.el (shr-insert): Get 'space transition right.
4267 (shr-render-td): Only delete space at the end of the TD.
4268
4269 * nnimap.el (nnimap-open-connection): Prepare to support
4270 open-gnutls-stream.
4271
4272 * shr.el: Rearrange function order to be more logical.
4273
4274 2010-10-06 Julien Danjou <julien@danjou.info>
4275
4276 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4277 (nnrss-discover-feed): Remove 404 URL in docstring.
4278
4279 * nnir.el: Fix Swish-E URL.
4280 Fix Namazu URL.
4281
4282 * message.el (message-change-subject): Remove 404 URL in a comment.
4283
4284 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4285
4286 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4287 called interactively.
4288
4289 * gnus-util.el (gnus-remove-if): Allow hash table.
4290 (gnus-remove-if-not): New function.
4291
4292 * gnus-art.el (gnus-mime-view-part-as-type)
4293 * gnus-score.el (gnus-summary-score-effect)
4294 * gnus-sum.el (gnus-read-move-group-name):
4295 Replace remove-if-not with gnus-remove-if-not.
4296
4297 * gnus-group.el (gnus-group-completing-read):
4298 Regard collection as a hash table if it is not a list.
4299
4300 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4301
4302 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4303
4304 * shr.el: Document the table-rendering algorithm.
4305
4306 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4307 invalid URLs.
4308
4309 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4310 line-broken.
4311 (shr-tag-img): Ignore image fetching errors.
4312 (shr-overlays-in-region): Compute overlay positions correctly.
4313
4314 * mm-decode.el (mm-shr): Require shr.
4315
4316 * gnus-art.el (gnus-blocked-images): Move variable here.
4317
4318 * shr.el (shr-insert-table): Bind free variable.
4319
4320 * mm-decode.el (mm-shr): Bind shr-content-function.
4321
4322 * shr.el (shr-content-function): New variable.
4323
4324 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4325 added for symmetry.
4326
4327 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4328
4329 * gnus-group.el (gnus-group-make-group): Doc fix.
4330
4331 * nnimap.el (nnimap-request-newgroups): Return success.
4332
4333 * shr.el (shr-find-elements): New function.
4334 (shr-tag-table): Put all the images after the table.
4335 (shr-tag-table): Really inhibit images inside the table.
4336 (shr-collect-overlays): Copy over overlays from the TD elements to the
4337 main document.
4338
4339 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4340 gnus-blocked-images.
4341
4342 2010-10-05 Julien Danjou <julien@danjou.info>
4343
4344 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4345
4346 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4347 (gnus-html-maximum-image-size): Add this function.
4348 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4349
4350 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4351 server-value of the capability is nil.
4352
4353 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4354
4355 * shr.el (shr-tag-em): Add <EM> tag.
4356
4357 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4358
4359 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4360 customizable.
4361
4362 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4363 handing broken links to browse-url.
4364
4365 2010-10-05 Julien Danjou <julien@danjou.info>
4366
4367 * gnus-util.el (gnus-emacs-completing-read)
4368 (gnus-iswitchb-completing-read): Use autoload rather than require.
4369
4370 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4371
4372 * gnus-util.el (gnus-completing-read-function): Exclude
4373 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4374 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4375 XEmacs.
4376
4377 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4378 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4379
4380 * gnus-html.el: Don't require help-fns under XEmacs.
4381 (gnus-html-schedule-image-fetching): Work for XEmacs.
4382
4383 * mm-decode.el (mm-shr): Decode contents by charset.
4384
4385 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4386
4387 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4388 unknown.
4389
4390 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4391 (shr-get-image-data): Ensure against the cache file missing.
4392
4393 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4394 for data.
4395
4396 * spam-report.el (spam-report-url-ping-plain): Don't query about
4397 killing the process.
4398
4399 * shr.el (shr-render-td): Protect against too-wide text.
4400
4401 2010-10-04 Julien Danjou <julien@danjou.info>
4402
4403 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4404 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4405
4406 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4407 retrieved.
4408
4409 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4410
4411 * shr.el (browse-url): Require.
4412 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4413 lines.
4414 (shr-show-alt-text, shr-browse-image): New commands.
4415 (shr-browse-url, shr-copy-url): New commands.
4416
4417 * gnus-sum.el (gnus-widen-article-window): New variable.
4418 (gnus-summary-select-article-buffer): Use it.
4419
4420 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4421 without @ signs.
4422
4423 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4424
4425 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4426
4427 2010-10-04 Julien Danjou <julien@danjou.info>
4428
4429 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4430 for XEmacs.
4431
4432 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4433
4434 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4435
4436 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4437 (nnimap-close-server): Implement.
4438
4439 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4440 (shr-insert): Tweak line breaking.
4441 (shr-insert): Handle <pre> better.
4442 (shr-tag-li): Get <li> indentation right.
4443 (shr-tag-li): Get <li> indentation even righter.
4444 (shr-tag-blockquote): Ensure paragraph start.
4445 (shr-make-table): Tweak table generation.
4446 (shr-make-table): Fix typo.
4447
4448 * shr.el: Implement table rendering.
4449
4450 2010-10-04 Julien Danjou <julien@danjou.info>
4451
4452 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4453
4454 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4455
4456 * shr.el (shr-insert): Use string anchors instead of line anchors.
4457
4458 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4459
4460 * shr.el: Add headings.
4461 (shr-ensure-paragraph): Actually work.
4462 (shr-tag-li): Make <ul> prettier.
4463 (shr-insert): Get white space at the beginning/end of elements right.
4464 (shr-tag-p): Collapse subsequent <p>s.
4465 (shr-ensure-paragraph): Don't insert double line feeds after blank
4466 lines.
4467 (shr-insert): \t is also space.
4468 (shr-tag-s): Fix "s" tag name function.
4469 (shr-tag-s): Fix face prop name.
4470
4471 2010-10-03 Julien Danjou <julien@danjou.info>
4472
4473 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4474
4475 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4476 gnus-window-inside-pixel-edges.
4477
4478 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4479 gnus-ems.
4480
4481 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4482
4483 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4484 function.
4485
4486 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4487 resize choice.
4488
4489 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4490
4491 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4492 beginning of the buffer.
4493
4494 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4495 article buffer again.
4496
4497 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4498
4499 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4500 when it's at the start of the buffer.
4501
4502 * shr.el (shr-tag-blockquote): Convert name.
4503 (shr-rescale-image): Use the right image-size variant.
4504
4505 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4506 buffer isn't shown, then select the current article first instead of
4507 bugging out.
4508 (gnus-summary-select-article-buffer): Show both the article and summary
4509 buffers again.
4510
4511 * shr.el (shr-fontize-cont): Protect against regions with no text.
4512 Rename tag functions to shr-tag-* for enhanced security.
4513 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4514
4515 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4516
4517 * shr.el (shr-insert):
4518 * pop3.el (pop3-movemail):
4519 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4520 loaded.
4521
4522 2010-10-03 Glenn Morris <rgm@gnu.org>
4523
4524 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4525
4526 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4527
4528 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4529
4530 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4531
4532 * gnus-util.el (gnus-make-local-hook): Simplify.
4533
4534 2010-10-02 Julien Danjou <julien@danjou.info>
4535
4536 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4537 (gnus-ido-completing-read): New function.
4538 (gnus-emacs-completing-read): New function.
4539 (gnus-completing-read): Use gnus-completing-read-function.
4540 Add gnus-completing-read-function.
4541
4542 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4543
4544 * shr.el (shr-insert-document): Autoload.
4545 (shr-img): Be silent.
4546 (shr-insert): Add a newline after every picture before text.
4547 (shr-add-font): Use overlays for combining faces.
4548 (shr-insert): Pass upwards the text start point.
4549
4550 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4551 possible.
4552 (mm-shr): New function.
4553
4554 2010-10-02 Julien Danjou <julien@danjou.info>
4555
4556 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4557 should go backward.
4558
4559 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4560
4561 * shr.el (shr): Fix typo in provide call.
4562
4563 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4564
4565 * shr.el: New file.
4566
4567 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4568
4569 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4570 completing read.
4571
4572 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4573
4574 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4575 we're being queried about. Suggested by Dan Jacobson.
4576
4577 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4578 Suggested by Jason Eisner.
4579
4580 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4581 table, too. Suggested by Stefan Wiens.
4582 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4583 the table unnecessary. Suggested by Stefan Wiens.
4584
4585 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4586 longer needed, and probably doesn't work either, as pointed out by
4587 Stefan Wiens.
4588 (gnus-summary-exit): Remove call to the clearing function.
4589 (gnus-summary-exit-no-update): Ditto.
4590
4591 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4592 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4593 Reported by Stefan Monnier.
4594 (gnus-summary-save-in-rmail): Ditto.
4595
4596 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4597 article buffer, instead of both the article buffer and the summary
4598 buffer. Sort of suggested by Dan Jacobson.
4599
4600 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4601
4602 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4603 Suggested by Dan Jacobson.
4604
4605 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4606 documentation clearer.
4607
4608 * message.el (message-shorten-references): Comment on the number "21".
4609 Suggested by Stefan Monnier.
4610
4611 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4612 Suggested by Dan Jacobson.
4613
4614 * gnus.el (gnus-large-newsgroup):
4615 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4616
4617 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4618 externalize attachments. Bug reported by Steve Wen.
4619
4620 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4621 really message anything to the user.
4622
4623 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4624 directly.
4625
4626 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4627 messages in empty groups.
4628
4629 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4630
4631 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4632 non-UIDNEXT group.
4633
4634 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4635
4636 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4637 not the value from the collection.
4638
4639 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4640 values. This sometimes happens on some groups that have no info.
4641 (nnimap-request-newgroups): New function.
4642
4643 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4644
4645 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4646 check into `gnus-registry-initialize'.
4647 (gnus-registry-initialize): Ditto.
4648 Fix and extend header docs.
4649
4650 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4651
4652 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4653 regexp backtrace overflows.
4654
4655 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4656 for starttls that tls.el implements; i.e. openssl.
4657
4658 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4659
4660 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4661 (gravatar-create-image): New function that's an alias to
4662 gnus-xmas-create-image, gnus-create-image, or create-image.
4663 (gravatar-data->image): Use it.
4664
4665 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4666
4667 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4668 install the nnregistry refer method.
4669 (gnus-registry-install-hooks): Use it.
4670 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4671 unfollowed groups.
4672
4673 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4674
4675 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4676 expanding threads.
4677
4678 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4679
4680 * nnir.el: Use the server names without suffixes (bug #7009).
4681
4682 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4683 unencrypted to STARTTLS, if possible.
4684
4685 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4686
4687 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4688 headers before superseding.
4689
4690 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4691
4692 * nnrss.el (nnrss-use-local): Add documentation.
4693
4694 * nnimap.el (nnimap-extend-tls-programs): New function.
4695 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4696 (nnimap-wait-for-connection): Accept the greeting from the stupid
4697 output from openssl s_client -starttls, too.
4698
4699 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4700 article number.
4701 (nnimap-split-fancy): New variable.
4702 (nnimap-split-incoming-mail): Use it.
4703
4704 * nntp.el (nntp-server-list-active-group): Document.
4705
4706 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4707 SELECT to get the message-id.
4708
4709 * mail-source.el (mail-sources): Remove webmail support.
4710 (defvar): Ditto.
4711 (mail-source-fetcher-alist): Ditto.
4712 (mail-source-fetch-webmail): Remove.
4713
4714 * webmail.el: Remove -- doesn't seem relevant any more.
4715
4716 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4717
4718 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4719 the \r.
4720
4721 2010-09-30 Julien Danjou <julien@danjou.info>
4722
4723 * gnus-agent.el (gnus-agent-add-group): Fix call to
4724 gnus-completing-read.
4725
4726 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4727
4728 * nndoc.el (nndoc-retrieve-groups): New function.
4729
4730 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4731 `default', use nnmail-split-methods.
4732 (nnimap-request-article): Downcase the NILs so that they are nil.
4733
4734 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4735 symbol.
4736
4737 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4738 code, since if the user has requested network, that's what they ought
4739 to get.
4740 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4741 (nnimap-split-rule): Mark as obsolete.
4742
4743 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4744 New variable.
4745
4746 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4747 correct slot, too.
4748
4749 2010-09-29 Julien Danjou <julien@danjou.info>
4750
4751 * gnus.el (gnus-local-domain): Declare variable obsolete.
4752
4753 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4754 Fix history computing.
4755 (gnus-ido-completing-read): Require ido.
4756
4757 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4758
4759 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4760 build Gnus.
4761
4762 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4763 when interpreting the structures.
4764 (nnimap-request-accept-article): Add \r\n to the lines to make this
4765 work with Cyrus.
4766
4767 * nndraft.el (nndraft-request-expire-articles): Use the group name
4768 instead if "nndraft". Fix found by Nils Ackermann.
4769
4770 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4771
4772 * nnregistry.el: Add.
4773
4774 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4775
4776 * nnmail.el (group, group-art-list, group-art):
4777 Remove unneeded directives.
4778
4779 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4780
4781 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4782 (mm-mime-charset)
4783 * rfc2047.el (rfc2047-syntax-table)
4784 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4785
4786 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4787 rather than `insert-file-contents' and `eval-region'.
4788
4789 2010-09-29 Julien Danjou <julien@danjou.info>
4790
4791 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4792 replacement of `gnus-gravatar-relief' to mimic
4793 `gnus-faces-properties-alist'.
4794 Add :version property.
4795
4796 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4797
4798 * mail-source.el (mail-source-report-new-mail)
4799 * message.el (message-default-mail-headers)
4800 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4801
4802 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4803
4804 2010-09-28 Julien Danjou <julien@danjou.info>
4805
4806 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4807 mail-address contains the same string as real-name.
4808
4809 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4810 non-blank in header, otherwise it'll get stripped.
4811
4812 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4813 real-name, and then for mail address rather than doing : or , search.
4814
4815 2010-09-27 Julien Danjou <julien@danjou.info>
4816
4817 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4818 right completing-read function.
4819 (gnus-use-ido): New variable
4820 (gnus-completing-read-with-default): Remove.
4821 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4822 (gnus-agent-add-group):
4823 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4824 * mm-view.el (mm-view-pkcs7-decrypt):
4825 * mm-util.el (mm-codepage-setup):
4826 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4827 * mml-smime.el (mml-smime-openssl-sign-query):
4828 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4829 (mml-insert-multipart):
4830 * gnus-msg.el (gnus-summary-yank-message):
4831 * gnus-int.el (gnus-start-news-server):
4832 * mm-decode.el (mm-interactively-view-part):
4833 * gnus-dired.el (gnus-dired-attach):
4834 * gnus.el (gnus-read-method):
4835 * gnus-bookmark.el (gnus-bookmark-jump):
4836 * gnus-art.el (gnus-mime-view-part-as-type)
4837 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4838 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4839 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4840 * nnmairix.el (nnmairix-create-server-and-default-group)
4841 (nnmairix-update-groups, nnmairix-get-server)
4842 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4843 (nnmairix-get-group-from-file-path):
4844 * nnrss.el (nnrss-find-rss-via-syndic8):
4845 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4846 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4847 (gnus-group-browse-foreign-server):
4848 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4849 (gnus-summary-execute-command, gnus-summary-respool-article)
4850 (gnus-read-move-group-name):
4851 * gnus-score.el (gnus-summary-increase-score)
4852 (gnus-summary-score-effect):
4853 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4854
4855 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4856
4857 * nnimap.el (auth-source-forget-user-or-password)
4858 (auth-source-user-or-password): Autoload.
4859
4860 * message.el (message-from-style, message-interactive)
4861 (message-signature): Remove comment.
4862 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4863 always.
4864 (message-sendmail-envelope-from): Comment fix.
4865 (message-yank-prefix): Default to mail-yank-prefix always.
4866 (message-indentation-spaces):
4867 Default to mail-indentation-spaces always.
4868 (message-signature-file): Default to mail-signature-file always.
4869
4870 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4871
4872 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4873 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4874 new articles.
4875
4876 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4877 parts.
4878 (nnimap-request-article): Work with the t setting, too.
4879
4880 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4881 that you don't get flashes of other buffers.
4882 (gnus-summary-show-complete-article): Intern before setting.
4883
4884 2010-09-27 David Engster <dengste@eml.cc>
4885
4886 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4887 well as HEADERS.
4888 (nnmairix-retrieve-headers): Provide new argument for the above.
4889
4890 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
4892 * gnus-sum.el (gnus-summary-move-article): Don't alter
4893 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4894 group.
4895
4896 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4897
4898 * message.el (message-cite-prefix-regexp): Revert my last edit.
4899
4900 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4901 variable instead of the Gnus variable.
4902
4903 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4904
4905 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4906
4907 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4908 since some servers don't like it.
4909 (nnimap-open-connection): Forget credentials if the server says the
4910 password was wrong.
4911 (nnimap-parse-line): Protect against invalid data.
4912
4913 * gnus-sum.el (gnus-summary-move-article): Add comment.
4914 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4915 nothing alters it while scanning for new messages.
4916
4917 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4918 which may or may not help.
4919 (nnimap-open-connection): If we're doing a stream connection, and then
4920 discover we're on a STARTTLS-capable server, then open a STARTTLS
4921 connection instead.
4922
4923 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4924
4925 * nnimap.el (utf7): Require.
4926
4927 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4928 prefix.
4929
4930 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4931
4932 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4933
4934 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4935
4936 * nnimap.el (nnimap-request-accept-article): Message the error on
4937 error.
4938
4939 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4940
4941 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4942
4943 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4944
4945 * nndoc.el (nndoc-request-list): Return success always.
4946
4947 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4948 `fetch-old' -- we only want to fetch the articles we've requested.
4949 The rest are in the agent, probably.
4950 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4951 disappeared server" to something low. It's not important.
4952
4953 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4954 arrived before the FETCH data.
4955
4956 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4957 target here, because we don't know the Gnus name of the group.
4958
4959 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4960 for the correct group.
4961
4962 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4963
4964 * gnus.el (gnus): Give a final warning after startup.
4965
4966 * gnus-util.el (gnus-action-message-log): New variable.
4967 (gnus-message): Use it.
4968 (gnus-final-warning): New function.
4969
4970 * nnimap.el (nnimap-open-connection): Record the greeting.
4971 (nnimap): Add greeting.
4972
4973 2010-09-26 Julien Danjou <julien@danjou.info>
4974
4975 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4976 arguments.
4977 (gnus-html-wash-images): Fix spec computing to include start/end.
4978
4979 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4980
4981 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4982
4983 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4984 deletion.
4985 (nnimap-retrieve-headers): Don't select the group, because that's
4986 already done by nnimap-possibly-change-group.
4987
4988 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4989 (gnus-picon-transform-address): Use it.
4990
4991 * mail-source.el (mail-source-value): Revert previous patch.
4992
4993 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4994 on failure.
4995 (nnimap-open-connection): Look up both virtual and physical server name
4996 credentials.
4997
4998 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4999
5000 2009-02-08 Dave Love <fx@gnu.org>
5001
5002 * gnus-win.el (gnus-window-to-buffer-helper)
5003 (gnus-all-windows-visible-p): Function needn't be a symbol.
5004
5005 * mail-source.el (mail-source-value): Function needn't be a symbol.
5006
5007 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5008
5009 * message.el (message-cite-prefix-regexp): Remove } from the cite
5010 prefix.
5011
5012 * gnus-art.el (gnus-treatment-function-alist): Do picons before
5013 highlight again, so that the highlight is correct.
5014
5015 * gnus-picon.el (gnus-picon): Remove again.
5016 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5017
5018 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5019 doing the header highlightling, so that the background colour of the
5020 picon is correct.
5021
5022 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5023 (gnus-picon): Ditto.
5024 (gnus-picon): Reinstate. The background colour for picons is white.
5025 (gnus-picon-insert-glyph): Make the background white.
5026
5027 * nnml.el (nnml-open-nov): Don't return dead buffers.
5028
5029 * auth-source.el (auth-source-create): Query the user for whether to
5030 store the credentials.
5031
5032 * auth-source.el (auth-source-user-or-password): Use the existing auth
5033 sources, if any, for creation.
5034
5035 * gnus.el (gnus-group-fast-parameter): Return the last matching
5036 parameter instead of the first matching parameter.
5037
5038 2010-09-26 Julien Danjou <julien@danjou.info>
5039
5040 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5041
5042 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5043
5044 * mml2015.el (mml2015-use): Remove gpg support.
5045
5046 * mml1991.el (mml1991-function-alist): Remove gpg function.
5047 (mml1991-gpg-sign): Remove.
5048
5049 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5050
5051 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5052 (gnus-browse-unsubscribe-current-group): Document it.
5053 (gnus-browse-unsubscribe-group): Use it.
5054
5055 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5056
5057 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5058 address to the To list for easier response.
5059
5060 * gnus.el (gnus-play-startup-jingle): Remove.
5061 (gnus-splash): Don't play jingle.
5062 (gnus): Silence gnus-load message.
5063
5064 * gnus-art.el (gnus-treat-play-sounds): Remove.
5065
5066 * gnus.el (gnus-play-jingle): Remove audio support.
5067
5068 * gnus-cus.el (gnus-score-customize): Remove audio reference.
5069
5070 * earcon.el: Remove -- no users.
5071
5072 * gnus-audio.el: Remove -- no users of this package.
5073
5074 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5075
5076 * gnus-start.el (gnus-setup-news): Remove nocem support.
5077
5078 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5079
5080 * gnus.el (gnus-use-nocem): Remove.
5081
5082 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5083 Remove.
5084
5085 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
5086 uses NoCeM any more.
5087
5088 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5089 (gnus-button-ctan-handler): Ditto.
5090 (gnus-button-handle-ctan-bogus-regexp): Ditto.
5091 (gnus-button-ctan-directory-regexp): Ditto.
5092 (gnus-button-handle-ctan): Ditto.
5093 (gnus-button-tex-level): Ditto.
5094 (gnus-button-alist): Remove CTAN stuff.
5095
5096 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5097
5098 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5099 nnimap-streaming test.
5100
5101 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5102 servers twice.
5103
5104 * nnimap.el (nnimap-open-connection): Add more error reporting when
5105 nnimap fails early.
5106
5107 * nnheader.el (nnheader-get-report-string): New function.
5108 (nnheader-get-report): Use it.
5109
5110 * gnus-int.el (gnus-check-server): Say what the error was when opening
5111 failed.
5112
5113 * nnimap.el (nnimap-wait-for-response): Search further when we're not
5114 using streaming.
5115
5116 2010-09-25 Julien Danjou <julien@danjou.info>
5117
5118 * gnus-html.el (gnus-html-rescale-image): Use our defalias
5119 gnus-window-inside-pixel-edges.
5120
5121 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
5123 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5124
5125 * mm-decode.el (mm-save-part): Allow saving to other directories the
5126 normal Emacs way.
5127
5128 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5129 Suggested by Jay Berkenbilt.
5130
5131 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5132 there isn't a single byte.
5133
5134 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5135 just do it. It doesn't really seem to matter what the user responds
5136 here, I think, so it's just a confusing question.
5137
5138 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5139 non-streaming case.
5140
5141 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5142 (gnus-article-encrypt-body): Use it.
5143
5144 * gnus-sum.el (gnus-summary-show-complete-article): New command and
5145 keystroke.
5146
5147 * nnimap.el (nnimap-find-wanted-parts-1):
5148 Use gnus-fetch-partial-articles.
5149
5150 * gnus-art.el (gnus-fetch-partial-articles): New variable.
5151
5152 * nnimap.el (nnimap-insert-partial-structure): New function.
5153 (nnimap-get-partial-article): New function.
5154 (nnimap-request-article): Use it.
5155 (nnimap-wait-for-response): Return whether the wait was successful.
5156 (nnimap-finish-retrieve-group-infos): Don't do anything if the
5157 retrieval wasn't successful.
5158 (nnimap-retrieve-group-data-early): Allow throttling servers.
5159 (nnimap-streaming): New variable.
5160 (nnimap-fetch-partial-articles): Remove.
5161
5162 * mm-decode.el (mm-with-part): Protect against killed buffers.
5163
5164 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5165 for prettier summary display.
5166
5167 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5168
5169 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5170
5171 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5172
5173 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5174 apparently third-party libraries depend on it.
5175
5176 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5177 before starting negotiation.
5178
5179 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5180 privacy reasons.
5181 (gnus-treat-mail-gravatar): Ditto.
5182
5183 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5184 buffer when inserting images. Inserting text into the headers, for
5185 instance, can make them invalid.
5186
5187 2010-09-25 Julien Danjou <julien@danjou.info>
5188
5189 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5190 variables.
5191
5192 * nnheader.el: Remove useless variables news-reply-yank-from and
5193 news-reply-yank-message-id.
5194
5195 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5196 variables.
5197
5198 * mml1991.el: Remove useless mml1991-verbose.
5199
5200 * gnus.el: Remove useless variable gnus-use-generic-from.
5201 Remove obsolete variable gnus-topic-indentation.
5202
5203 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5204
5205 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5206
5207 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5208
5209 * gnus-group.el: Remove useless gnus-group-icon-cache.
5210 Remove useless gnus-ephemeral-group-server.
5211
5212 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5213
5214 * mml2015.el: Remove useless mml2015-verbose.
5215
5216 * mml-smime.el: Remove useless mml-smime-verbose.
5217
5218 * gnus.el: Remove useless gnus-local-domain.
5219
5220 * gnus-gravatar.el (gnus-gravatar-transform-address):
5221 Use gnus-gravatar-size.
5222
5223 * gnus-art.el: Remove useless gnus-treat-translate.
5224
5225 2010-09-24 Julien Danjou <julien@danjou.info>
5226
5227 * gnus-sum.el: Add support for Gravatars.
5228
5229 * gnus-art.el: Add support for Gravatars.
5230
5231 * gnus-gravatar.el: Add this file.
5232
5233 * gravatar.el: Add this file.
5234
5235 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5236
5237 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5238
5239 * gnus-group.el (gnus-group-fetch-faq): Remove.
5240
5241 * gnus.el (gnus-group-faq-directory): Remove.
5242
5243 * gnus-group.el (gnus-group-fetch-charter): Remove.
5244
5245 * gnus.el (gnus-group-charter-alist): Remove.
5246
5247 * gnus-group.el (gnus-group-archive-directory): Remove.
5248 (gnus-group-recent-archive-directory): Ditto.
5249 (gnus-group-make-archive-group): Remove.
5250
5251 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5252
5253 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5254 use the same article number for all the cached articles.
5255
5256 * nnimap.el (nnimap-command): Register the last command time so
5257 that we can use it for idling NOOPs.
5258 (nnimap-open-connection): Start the keeplive timer.
5259 (nnimap-make-process-buffer): Store all the process buffers.
5260 (nnimap-keepalive): New function.
5261
5262 * starttls.el (starttls-open-stream): Add autoload cookie.
5263
5264 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5265
5266 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5267 handling.
5268
5269 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5272 its data structures.
5273
5274 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5275 instead of the cl.el copy-list.
5276 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5277 equalp.
5278
5279 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5280
5281 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5282 and tool-bar-local-item-from-menu.
5283
5284 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5285 mode-line-highlight face for Emacs.
5286
5287 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5288 loading gnus-sum.elc; fix comment for canlock-verify.
5289 (gnus-article-jump-to-part): Use read-number.
5290 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5291 Remove Emacs pre-21 compatible code for help-echo.
5292 (gnus-article-next-page-1): No need to adjust the number of lines.
5293 (gnus-article-describe-bindings): Always use help-buffer.
5294
5295 * gnus-audio.el (gnus-audio-inline-sound)
5296 * gnus-cus.el (gnus-custom-mode)
5297 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5298
5299 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5300
5301 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5302 compatible code.
5303
5304 2010-09-24 Glenn Morris <rgm@gnu.org>
5305
5306 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5307 visiting the fcc file in rmail-mode.
5308
5309 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5310
5311 * nnir.el: Silence the byte compiler.
5312
5313 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5314 alias to browse-url-url-encode-chars if any.
5315 (gnus-html-encode-url): Use it.
5316
5317 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5318
5319 * gnus-start.el (gnus-use-backend-marks): New variable.
5320 (gnus-get-unread-articles-in-group): Use it.
5321
5322 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5323 makeover.
5324
5325 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5326
5327 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5328
5329 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5330
5331 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5332 Remove.
5333 (gnus-setup-news-hook):
5334 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5335
5336 * gnus-int.el (gnus-request-update-info): Protect against backends not
5337 having the function.
5338
5339 * nnimap.el (nnimap-stream): Mention starttls.
5340 (nnimap-open-connection): Add starttls support.
5341
5342 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5343
5344 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5345
5346 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5347
5348 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5349 BODYSTRUCTUREs.
5350 (nnimap-transform-headers): Unfold quoted {42} headers.
5351
5352 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5353 the info.
5354 (gnus-get-unread-articles): Only call updatep on backends that support
5355 it.
5356
5357 * nnweb.el (nnweb-request-update-info): NOOP.
5358
5359 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5360
5361 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5362 since it only deals with marks.
5363
5364 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5365 gnus-request-marks, and make a new gnus-request-update-info.
5366
5367 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5368 the active instead of the high number, which is usually too low.
5369
5370 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5371
5372 * encrypt.el: Remove.
5373
5374 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5375
5376 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5377 server in symbolic form.
5378
5379 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5380
5381 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5382
5383 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5384 (nnimap-update-info): Fix up code slightly.
5385
5386 * gnus-int.el (gnus-open-server): Add tracing for performance
5387 debugging.
5388
5389 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5390 (gnus-group-insert-group-line): Pass the real group name so that it
5391 gets the right data.
5392
5393 * gnus-start.el (gnus-get-unread-articles): Don't have
5394 `gnus-get-unread-articles-in-group' update info, since that can be
5395 really slow and doesn't seem to be needed?
5396
5397 2010-09-22 Julien Danjou <julien@danjou.info>
5398
5399 * gnus-group.el (gnus-group-insert-group-line):
5400 Call gnus-group-highlight-line.
5401 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5402 default hook list.
5403 (gnus-group-update-eval-form): Add new function.
5404 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5405 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5406
5407 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5408
5409 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5410 immediate, then expire all articles.
5411 (nnimap-update-info): Fix off-by-one errors.
5412 (nnimap-flags-to-marks): Would return no marks lists for group with no
5413 flags. Instead return the other data.
5414
5415 2010-09-22 Julien Danjou <julien@danjou.info>
5416
5417 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5418 Only return an icon.
5419 (gnus-group-insert-group-line): Compute icon to return.
5420
5421 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5422 (gnus-html-image-fetched): Only cache if
5423 gnus-html-image-automatic-caching is set.
5424 (gnus-html-image-fetched): Check for errors.
5425
5426 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5429 once per method on `g'. This ensures that backends like nnfolder don't
5430 open all their folders.
5431
5432 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5433 (nnimap-request-list): Nix out group in the correct buffer.
5434 (nnimap-parse-flags): Implement by using `read' instead of
5435 hand-parsing.
5436 (nnimap-flags-to-marks): Pass on permanent-flags.
5437 (nnimap-make-process-buffer): Record the server name.
5438 (nnimap-parse-flags): Fix typo.
5439 (nnimap-request-scan): Run split on the server in general, not just a
5440 single group.
5441
5442 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5443 parameter, and propagate this downwards.
5444
5445 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5446 since EXAMINE changes it on the server.
5447
5448 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5449 this command might take a while.
5450
5451 2010-09-22 Julien Danjou <julien@danjou.info>
5452
5453 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5454 harmful if you have 2 images side-by-side, they can't be properly
5455 update on text deletion. Using text-property is safer here.
5456 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5457 data.
5458
5459 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5460
5461 * nnimap.el (nnimap-expunge-inbox): Remove.
5462 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5463 (nnimap-expunge): Flip default to t.
5464
5465 * gnus.el (gnus-method-to-server): Don't push things to the cache
5466 unless it's unique.
5467 (gnus-server-to-method): Ditto.
5468
5469 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5470
5471 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5472
5473 2010-09-22 Julien Danjou <julien@danjou.info>
5474
5475 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5476 get the start of data.
5477 (gnus-html-encode-url): Add this function to encode special chars in
5478 URL.
5479 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5480 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5481
5482 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5483 default.
5484 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5485
5486 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5487 images alt-text.
5488 (gnus-html-put-image): Put alt-text as help-echo.
5489
5490 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5493 * mm-util.el (mm-decompress-buffer)
5494 * nnir.el (nnir-run-find-grep)
5495 * pop3.el (pop3-list): Use 3rd arg of split-string.
5496
5497 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5498
5499 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5500 outside the active range. Suggested by Dan Christensen.
5501
5502 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5503 slightly later to avoid double-getting it.
5504
5505 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5506 previous patch.
5507
5508 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5509
5510 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5511
5512 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5513
5514 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5515
5516 * gnus-int.el (gnus-open-server): Give a better error message in the
5517 "go offline" case.
5518
5519 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5520 marks for nnimap, which is seldom the right thing to do.
5521
5522 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5523 (gnus-same-method-different-name): New function.
5524
5525 * nnimap.el (parse-time): Require.
5526
5527 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5528 method in the presence of many similar methods.
5529
5530 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5531
5532 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5533 nnml-inhibit-expiry.
5534
5535 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5536 find out whether methods are equal.
5537
5538 * nnimap.el (nnimap-find-expired-articles): New function.
5539 (nnimap-process-expiry-targets): New function.
5540 (nnimap-request-move-article): Request the article before looking at
5541 what the Message-ID is. Fix found by Andrew Cohen.
5542 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5543
5544 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5545 for oldness in addition to being a predicate.
5546
5547 * nnimap.el (nnimap-request-group): When we have zero articles, return
5548 the right data to Gnus.
5549 (nnimap-request-expire-articles): Only delete articles immediately if
5550 the target is 'delete.
5551
5552 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5553 method, this would bug out.
5554
5555 * gnus-group.el (gnus-group-expunge-group): Rename from
5556 gnus-group-nnimap-expunge, and implemented as a normal interface
5557 function.
5558
5559 * gnus-int.el (gnus-request-expunge-group): New function.
5560
5561 * nnimap.el (nnimap-request-create-group): Implement.
5562 (nnimap-request-expunge-group): New function.
5563
5564 2010-09-21 Julien Danjou <julien@danjou.info>
5565
5566 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5567 (gnus-html-cache-expired): Add new function.
5568 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5569 wethever we should display image for fetch it.
5570 Compute alt-text earlier to pass it to the fetching function too.
5571 (gnus-html-schedule-image-fetching): Change function argument to only
5572 get one image at a time, not a list.
5573 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5574 cache.
5575 (gnus-html-get-image-data): New function to retrieve image data from
5576 cache.
5577 (gnus-html-put-image): Change buffer argument to use image data rather
5578 than file, and place image above region rather than inserting a new
5579 one. Do not take alt-text as argument, since it's useless now: we place
5580 the image above alt-text.
5581 (gnus-html-prune-cache): Remove.
5582 (gnus-html-show-images): Start to fetch image when we find one, do not
5583 push into a temporary list.
5584 (gnus-html-prefetch-images): Only fetch image if they have expired.
5585 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5586 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5587
5588 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5589
5590 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5591
5592 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5593
5594 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5595 spec inser "*" if the group isn't active instead of 0.
5596
5597 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5598 opening the server.
5599 (nnimap-request-delete-group): Implement group deletion.
5600 (nnimap-transform-headers): Return the size of the entire message in
5601 the Bytes header, not just the size of the first part.
5602 (nnimap-request-move-article): When moving an article from nnimap,
5603 request the article first so the accepting form has an article to
5604 accept. Reported by Dan Christensen.
5605 (nnimap-command): Make sure that the error message doesn't error out.
5606
5607 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5608
5609 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5610 we haven't requested anything.
5611
5612 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5613
5614 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5615 "". Fix found by Andrew Cohen.
5616
5617 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5618 instead of -encode-string.
5619
5620 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5621
5622 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5623
5624 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5625 by mm-subst-char-in-string.
5626
5627 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5628
5629 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5630 waiting for the connection string.
5631
5632 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5633 arriving.
5634
5635 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5636 bogus characters. This allows selecting certain Gmail groups.
5637
5638 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5639 (nnimap-fetch-partial-articles): New variable.
5640 (nnimap-open-connection): When looking for credentials, also use the
5641 nnimap-server-port.
5642 (nnimap-request-article): Return the group/article number, so that Gnus
5643 `^' works as expected.
5644 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5645
5646 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5647 comments.
5648 (gnus-methods-sloppily-equal): New function.
5649 (gnus): When using the development version of Gnus, load the gnus-load
5650 file.
5651
5652 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5653 `gnus-open-server' on each method before trying to scan them etc.
5654 This ensures that all the backend parameters are set correctly.
5655
5656 * nnimap.el (nnimap-authenticator): New variable.
5657 (nnimap-open-connection): Allow anonymous login.
5658 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5659 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5660
5661 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5662 patch, found by Knut Anders Hatlen.
5663
5664 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5665
5666 * gnus-agent.el (gnus-agent-batch-confirmation)
5667 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5668 to gnus-message.
5669 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5670 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5671 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5672 * gnus-int.el (gnus-open-server): Likewise.
5673 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5674 (gnus-score-check-syntax): Likewise.
5675 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5676 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5677 Likewise.
5678 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5679
5680 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5681
5682 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5683 calling conventions so that prefetch doesn't bug out.
5684
5685 2010-09-19 Julien Danjou <julien@danjou.info>
5686
5687 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5688 rather than `subst-char-in-region' in order to be able to replace ASCII
5689 char by UTF-8 ones.
5690
5691 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5692 than curl.
5693 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5694 the right URL and ALT text on images.
5695 (gnus-html-wash-tags): Fix tag case.
5696 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5697 (gnus-article-html): Add -o display_ins_del=2 option.
5698 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5699
5700 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5701
5702 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5703 the extra mail headers, which sometimes seem to happen for unknown
5704 reasons.
5705
5706 * mail-parse.el (mail-header-encode-parameter): Define as
5707 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5708 (or most, perhaps?) mail readers don't understand the latter, but do
5709 understand the former.
5710
5711 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5712 to nil, so that no methods are automatically agentized. I think this
5713 is probably what most users want.
5714
5715 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5716 from url-retrieve, for instance about invalid URLs.
5717
5718 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5719 groups that have no articles.
5720 (nnimap-request-article): Check that we really got an article when we
5721 requested one.
5722
5723 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5724 doesn't exist.
5725
5726 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5727 nntp buffer so the agent can save it.
5728 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5729 that CRLF doesn't get translated to \n.
5730 (nnimap-open-connection): Don't make 'shell commands only send \n.
5731
5732 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5735 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5736 Update var name.
5737 (nnml-generate-nov-file): Use dolist.
5738 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5739 Use with-current-buffer.
5740
5741 2010-09-18 Julien Danjou <julien@danjou.info>
5742
5743 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5744 parallel.
5745
5746 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5747
5748 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5749 the range update right.
5750 (nnimap-request-group): Don't make `M-g' bug out on group with no
5751 marks.
5752 (nnoo): Require, so that other packages can require nnimap.
5753 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5754 command we're looking for. This helps when the server sends more
5755 responses after we've gotten everything we expected.
5756 (nnimap): Add a `newlinep' field to keep track of end-of-line
5757 conventions.
5758 Don't send CRLF to things that don't want it.
5759 (nnimap-request-accept-article): Ditto.
5760
5761 2010-09-18 Julien Danjou <julien@danjou.info>
5762
5763 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5764 than curl to retrieve images.
5765
5766 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5767
5768 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5769 the marks.
5770 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5771 (nnimap-wait-for-connection): New function.
5772 (nnimap-open-connection): If we have PREAUTH, don't query for login
5773 credentials.
5774 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5775 when doing a partial update.
5776
5777 2010-09-18 Julien Danjou <julien@danjou.info>
5778
5779 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5780 tags.
5781
5782 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5783
5784 * nnimap.el (nnimap-credentials): New function.
5785 (nnimap-open-connection): Use the new function to look for credentials
5786 also on the numeric equivalents of "imap" and "imaps".
5787
5788 * gnus-start.el (gnus-activate-group): Send the info to
5789 gnus-request-group.
5790
5791 * nnimap.el (nnimap-request-group): Have the "check" version of the
5792 function parse flags and update the info, so that a `M-g' get a total
5793 resync of all flags from the group.
5794
5795 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5796 to allow backends to alter the info on group selection. Also alter all
5797 the backend -request-group functions to take the parameter.
5798
5799 * nnimap.el (nnimap-store-info): New function.
5800 (nnimap-update-info): Store the info for later usage.
5801 (nnimap-request-group): Use the stored info for the dont-check case, so
5802 that we don't retrieve all marks when we enter a group.
5803
5804 * nnimap.el: Use deffoo instead of defun for interface functions.
5805
5806 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5807 update the group info. This makes the nndraft groups, for instance, go
5808 back to their old behaviour.
5809
5810 * gnus-sum.el (gnus-select-newsgroup): Indent.
5811
5812 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5813 in.
5814 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5815 nothing.
5816
5817 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5818 from methods that are denied.
5819
5820 * gnus-int.el (gnus-method-denied-p): New function.
5821
5822 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5823 store the password instead of netrc.
5824 (nnimap-open-connection): Don't error out when we can't make a
5825 connections.
5826
5827 * auth-source.el (auth-source-create): In the password prompt, say what
5828 we're querying for. Also prompt for user name if that hasn't been
5829 given.
5830
5831 * nnimap.el (nnimap-with-process-buffer): Remove.
5832
5833 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5834
5835 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5836 method when we're reading from the agent.
5837
5838 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5839
5840 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5841 that's probably most useful for users.
5842
5843 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5844 "failed" all the time.
5845
5846 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5847 ...)) with (with-current-buffer ... ).
5848
5849 * nntp.el (nntp-open-server): Return whether the open was successful or
5850 not.
5851
5852 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5853 select an unread unseen article first.
5854
5855 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5856 /etc/services, supply some sensible port defaults.
5857
5858 2010-09-17 Julien Danjou <julien@danjou.info>
5859
5860 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5861
5862 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5863
5864 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5865 doesn't have any parameters.
5866
5867 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5868
5869 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5870 only upcased checks.
5871
5872 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5873
5874 * nnimap.el (nnimap-open-shell-stream): New function.
5875 (nnimap-open-connection): Use it.
5876 (nnimap-transform-headers): Get the number of lines in each message.
5877 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5878 number of lines.
5879 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5880 problem.
5881
5882 * utf7.el (utf7-encode): Autoload.
5883
5884 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5885 to allow the mail splitting to not return a default group. This is
5886 useful for nnimap, which will leave unmatched mail in the inbox.
5887
5888 * nnimap.el: Rewritten.
5889
5890 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5891 nnimap usage.
5892
5893 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5894 if the move is internal, so that nnimap can do fast internal moves.
5895
5896 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5897 data.
5898 (gnus-read-active-for-groups): Support finishing the early retrieval of
5899 data.
5900
5901 * gnus-range.el (gnus-range-nconcat): New function.
5902
5903 * gnus-int.el (gnus-finish-retrieve-group-infos)
5904 (gnus-retrieve-group-data-early): New functions.
5905
5906 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5909 (nnrss-retrieve-groups):
5910 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5911 (pop3-quit): Use with-current-buffer.
5912
5913 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5914
5915 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5916 instead of nnheader-accept-process-output.
5917
5918 * gnus-html.el (gnus-html-schedule-image-fetching)
5919 (gnus-html-prefetch-images): Replace process-kill-without-query by
5920 gnus-set-process-query-on-exit-flag.
5921
5922 2010-09-16 Romain Francoise <romain@orebokech.com>
5923
5924 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5925
5926 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5927
5928 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5929 parameter to unintern is mandatory-ish in Emacs 24.
5930
5931 * gnus-html.el (gnus-html-schedule-image-fetching)
5932 (gnus-html-prefetch-images): Check for curl before using it.
5933
5934 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5935 depend on curl, which isn't essential.
5936
5937 * imap.el: Revert back to version
5938 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5939 seem problematic.
5940
5941 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5942
5943 * gnus-registry.el (gnus-registry-install-shortcuts):
5944 Explicitly pass `obarray' to `unintern' to avoid a warning.
5945
5946 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5947
5948 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5949 change.
5950
5951 * nnrss.el (nnrss-request-list): Remove this function and related
5952 functions, including the moreover stuff.
5953
5954 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5955
5956 * nnrss.el (nnrss-retrieve-groups): New function.
5957
5958 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5959
5960 * .dir-locals.el: Add no-byte-compile cookie.
5961
5962 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5963
5964 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5965 for back end that doesn't support request-scan.
5966
5967 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5968
5969 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5970 then do request scans from the backends.
5971
5972 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5973 avoid running a hook per line, since this takes a lot of time,
5974 profiling shows.
5975 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5976 directly if gnus-visual-p is true.
5977
5978 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5979
5980 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5981 groups; replace mapcar with dolist which is a bit faster; pass groups
5982 info to gnus-read-active-file-1.
5983 (gnus-read-active-file-1): Scan only specified groups if the new
5984 optional arg `infos' is given.
5985
5986 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5987
5988 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5989
5990 * pop3.el (pop3-movemail): Remove.
5991 (pop3-streaming-movemail): Rename to pop3-movemail.
5992
5993 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5994 don't restrict end-tag searches to the end of the line.
5995
5996 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5997
5998 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5999 articles of every unchecked group to t, which means unknown since the
6000 server has never been opened.
6001
6002 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6003
6004 * gnus-html.el (gnus-html-show-alt-text): New command.
6005 (gnus-html-browse-image): Ditto.
6006 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6007 to browse the image directly.
6008 (gnus-html-wash-tags): Search for images first, so that <a><img> works
6009 better.
6010
6011 * gnus-async.el (gnus-async-article-callback):
6012 Call `gnus-html-prefetch-images' unconditionally.
6013
6014 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6015 before feeding URLs to curl.
6016
6017 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6018
6019 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6020 internal images as deletable by `W D D'.
6021
6022 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6023 (gnus-async-article-callback): Fix typo.
6024
6025 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6026
6027 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6028 current line to work around bugs in the output from w3m.
6029
6030 * gnus-async.el (gnus-async-article-callback): Always prefetch images
6031 for groups that want that.
6032
6033 * nntp.el (nntp-wait-for-string): Supply a timeout for
6034 accept-process-output to ensure progress.
6035
6036 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6037 level to get unread articles from, then use that for foreign groups,
6038 too.
6039
6040 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6041 confuses the rest of the function.
6042
6043 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6044 for the methods that support -retrieve-groups, too.
6045
6046 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6047
6048 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6049
6050 * pop3.el: Require cl when compiling.
6051 (pop3-number-of-responses): Search for "+OK", not "+OK ".
6052
6053 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6054
6055 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6056 that aren't going to be activated.
6057 (gnus-get-unread-articles): Fix up the last commit.
6058
6059 * gnus-html.el (gnus-article-html): Allow calling without specifying
6060 the handle. In that case, dissect the buffer first.
6061
6062 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6063
6064 * nnimap.el (nnimap-open-connection): Revert the change that would look
6065 into authinfo for imaps instead of imap.
6066
6067 * gnus-start.el (gnus-activate-group): Take an optional parameter to
6068 say that you don't want to call gnus-request-group with don-check, but
6069 do check the reponse. This is for virtual groups only.
6070 (gnus-get-unread-articles): Count the archive groups as secondary, so
6071 that they're activated the same way as before.
6072
6073 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6074 case-insensitively.
6075 (nnimap-debug): Remove.
6076
6077 * mail-source.el (mail-source-fetch): Don't message if we're fetching
6078 mail from a file, and the file doesn't exist.
6079
6080 * pop3.el (pop3-streaming-movemail): Return t for success.
6081
6082 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6083 .authinfo if we're using ssl connection.
6084
6085 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6086 already have if we're in a main Gnus `g' run.
6087
6088 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6089
6090 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6091
6092 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6093
6094 * nnmh.el (nnmh-request-list-1): Bind `file'.
6095
6096 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6097 alias to set-process-query-on-exit-flag or process-kill-without-query.
6098 (pop3-open-server): Use it.
6099
6100 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6101
6102 * mail-source.el (mail-source-delete-crash-box): Always move the crash
6103 box to the Incoming file. Fixes mistake in previous checkin.
6104
6105 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6106 request loop (for debugging purposes) removed.
6107
6108 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6109 culprit is more visible.
6110 (nnml-save-incremental-nov, nnml-open-incremental-nov)
6111 (nnml-add-incremental-nov): New functions to do "incremental" nov
6112 updates, where we just append to the end of the existing nov files
6113 without reading/writing them in full.
6114
6115 * mail-source.el (mail-source-delete-crash-box): Really only check the
6116 incoming files once in a while.
6117
6118 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6119
6120 * mail-source.el (mail-source-delete-crash-box): Only check the
6121 incoming files for deletion once per day to save a lot of file
6122 accesses.
6123
6124 * pop3.el (pop3-logon): Fix up unbound variable typo.
6125
6126 * mail-source.el (pop3-streaming-movemail): Autoload.
6127
6128 * pop3.el (pop3-streaming-movemail):
6129 Respect pop3-leave-mail-on-server.
6130
6131 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6132 retrieval.
6133
6134 * pop3.el (pop3-process-filter): Remove unused function.
6135 (pop3-streaming-movemail, pop3-send-streaming-command)
6136 (pop3-wait-for-messages, pop3-write-to-file)
6137 (pop3-number-of-responses): New functions for streaming pop3
6138 retrieval.
6139
6140 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6141 come from no known methods.
6142 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6143 list.
6144
6145 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6146 message sizes.
6147 (pop3-movemail): Use erase-buffer instead of looping and deleting
6148 regions, which seems rather odd.
6149
6150 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6151 file once per `g' run.
6152
6153 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6154 directories. This makes the draft queue directory work.
6155
6156 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6157 data from the backends, so that we only request the list of groups from
6158 each method once. This should speed things up considerably.
6159
6160 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6161 detect that it's not implemented.
6162
6163 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6164 we actually do recurse down into the tree, but don't stat all leaf
6165 nodes.
6166
6167 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6168 then say so instead of bugging out.
6169
6170 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6171 files exist before trying to read them.
6172
6173 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6174 around <pre_int>.
6175
6176 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6177
6178 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6179
6180 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6181
6182 * mm-util.el (mm-image-load-path): Just return the image directories,
6183 not all directories in the path in addition to the image directories.
6184 (mm-image-load-path): Maintain a cache of the image directories so that
6185 the `g' command in Gnus doesn't have to stat dozens of directories each
6186 time.
6187
6188 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6189 (gnus-html-wash-tags): Add a new `i' command to insert images.
6190 (gnus-html-insert-image): New command and keystroke.
6191 (gnus-html-redisplay-with-images): New command and keystroke.
6192 (gnus-html-show-images): Rename command.
6193 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6194 spacers.
6195 (gnus-html-wash-tags): Decode entities at the end, so that entities
6196 inside the tags don't mess up the rest of the "parsing".
6197
6198 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6199 so that nnimap methods aren't agentized by default. There's apparently
6200 many problems related to agent/imap behaviour.
6201
6202 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6203
6204 * gnus-html.el: Doc fix.
6205
6206 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6207
6208 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6209 glyph-width and glyph-height instead of display-graphic-p and
6210 image-size; make avoidance of displaying small images work for XEmacs.
6211
6212 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6213 for XEmacs.
6214
6215 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6216 of symbol that holds plist data.
6217 (gnus-process-plist): Remove plist of process after getting it.
6218
6219 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6220
6221 * message.el (message-generate-hashcash): Change default to
6222 'opportunistic if hashcash is installed.
6223
6224 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6225 (gnus-html-put-image): Only call image-size once, since it's somewhat
6226 time-consuming on remote X servers.
6227
6228 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6229
6230 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6231 decoded contents.
6232 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6233
6234 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6235
6236 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6237 group line format, since it isn't very interesting.
6238
6239 * gnus-agent.el (gnus-agent-short-article),
6240 (gnus-agent-long-article): Increase values for these two variables,
6241 since most people are likely to have more network connection and
6242 storage than before.
6243
6244 * gnus.el (gnus-refer-article-method): Change default to 'current.
6245 When referring an article, the common behaviour is to refer it from the
6246 current select method, not the native select method. The chances of
6247 the native select method having the message in question is rather slim
6248 these days.
6249
6250 * gnus-sum.el (gnus-auto-select-subject): Change default to
6251 `unseen-or-unread'. I think it's likely that most people want to
6252 select an unseen article over a previously seen, but unread one.
6253
6254 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6255 means that in the article buffer none of the minor mode elements will
6256 be shown, usually, and this is not desirable in most cases.
6257
6258 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6259 that commands like `d' (and the like) go to the next line in the
6260 buffer, instead of the next unread article. I think this is the
6261 behaviour that is most natural for most users.
6262 (gnus-single-article-buffer): Change default to nil, so that people can
6263 have as many article buffers open as they have summary buffer. I think
6264 this is the most natural way for the groups to behave.
6265
6266 * message.el (message-generate-new-buffers): Change default to
6267 `unsent', so that all new message buffers start their names with the
6268 string "*unsent", and it's easier to find the buffers if you move from
6269 them.
6270
6271 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6272
6273 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6274 small. They're probably tracking images.
6275 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6276 (gnus-html-rescale-image): Yet another try at getting the image sizing
6277 right.
6278
6279 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6280 nntp-marks-file-name is nil.
6281
6282 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6283
6284 * gnus-html.el (gnus-html-wash-tags)
6285 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6286 Better logging.
6287
6288 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6289
6290 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6291
6292 * gnus-html.el (gnus-html-wash-tags): Check the value of
6293 gnus-blocked-images in the summary buffer.
6294
6295 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6296
6297 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6298
6299 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6300
6301 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6302 like "a", it seems like.
6303 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6304 since it needs to be picked from the correct buffer.
6305
6306 * nnwfm.el: Remove.
6307
6308 * nnlistserv.el: Remove.
6309
6310 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6311
6312 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6313 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6314
6315 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6316
6317 * nnkiboze.el: Remove.
6318
6319 * nndb.el: Remove.
6320
6321 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6322 alt text.
6323 (gnus-html-rescale-image): Try to get the rescaling logic right for
6324 images that are just wide and not tall.
6325
6326 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6327 overshadow variable bindings.
6328
6329 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6330
6331 * gnus-html.el (gnus-html-wash-tags)
6332 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6333 Add extra logging.
6334
6335 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6336
6337 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6338 (gnus-max-image-proportion): New variable.
6339 (gnus-html-rescale-image): New function.
6340 (gnus-html-put-image): Rescale images.
6341
6342 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 Fix up some byte-compiler warnings.
6345 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6346 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6347 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6348 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6349 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6350 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6351 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6352
6353 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6354
6355 * gnus-html.el (gnus-article-html): Decode contents by charset.
6356
6357 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6358
6359 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6360 (gnus-html-frame-width, gnus-blocked-images)
6361 * message.el (message-prune-recipient-rules): Add custom version.
6362 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6363
6364 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6365 functions.
6366
6367 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6368 gnus-process-get.
6369
6370 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6371
6372 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6373 instead of lsub directly.
6374
6375 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6376
6377 * nnwarchive.el: Remove.
6378
6379 * gnus-soup.el: Remove.
6380
6381 * nnsoup.el: Remove.
6382
6383 * nnultimate.el: Remove.
6384
6385 * gnus-html.el (gnus-blocked-images): New variable.
6386
6387 * message.el (message-prune-recipients): New function.
6388 (message-prune-recipient-rules): New variable.
6389
6390 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6391 guess whether a long line is natural text or not.
6392
6393 * gnus-html.el (gnus-html-schedule-image-fetching):
6394 Use gnus-process-plist and friends for compatibility.
6395
6396 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * gnus-html.el: Require packages that define macros used in this file.
6399 (gnus-article-mouse-face): Declare to silence byte-compiler.
6400 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6401 process-get.
6402 (gnus-html-put-image): Use plist-get to avoid getf.
6403 (gnus-html-prefetch-images): Use with-current-buffer.
6404
6405 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6406
6407 * gnus-ems.el: Provide compatibility functions for
6408 gnus-set-process-plist.
6409
6410 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6411 * gnus.el (gnus-valid-select-methods)
6412 * message.el (message-send-mail-partially-limit)
6413 * mm-decode.el (mm-text-html-renderer)
6414 * mml.el (mml-insert-mime-headers-always)
6415 * smiley.el (smiley-regexp-alist): Bump custom version.
6416
6417 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6418
6419 * gnus-html.el: require mm-url.
6420 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6421 with the url to `url'.
6422 (gnus-html-wash-tags): Support cid: URLs/images.
6423
6424 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6425
6426 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6427 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6428 bindings, as they aren't useful at all. `w' is moved to `W w'.
6429
6430 * gnus-move.el: Remove file, since it doesn't really work.
6431
6432 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6433 UTF-8. This seems to fix problems with some German web feeds.
6434
6435 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6436 at the top so that the proper colours are applied.
6437
6438 * gnus-art.el (gnus-article-view-part): Doc fix.
6439
6440 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6441 XEmacs-compatible.
6442 (gnus-html-put-image): Don't do images on non-graphic displays.
6443
6444 * nnslashdot.el: Remove this unused backend.
6445
6446 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6447 actions.
6448 (gnus-undo-register-1): Revert last change.
6449
6450 * gnus-group.el (gnus-group-completing-read): Protect against not
6451 having completion-styles bound.
6452
6453 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6454 make broken recipients happier.
6455
6456 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6457
6458 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6459 point parameter.
6460
6461 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6462 completion-styles for group selection.
6463
6464 2009-02-04 Andreas Schwab <schwab@suse.de>
6465
6466 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6467 headers and regexp-quote the match if necessary.
6468
6469 2009-03-24 Miles Bader <miles@gnu.org>
6470
6471 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6472 the blinking smiley.
6473
6474 2009-03-24 Simon Josefsson <simon@josefsson.org>
6475
6476 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6477 blink smiley.
6478
6479 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6480
6481 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6482 where the dribbel file lives exists.
6483
6484 * message.el (message-send-mail-partially-limit): Change the default to
6485 nil, since most people don't want this.
6486
6487 * mm-url.el (mm-url-decode-entities): Also decode entities like
6488 &#x3212.
6489
6490 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6491
6492 * gnus-sum.el (gnus-summary-idna-message):
6493 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6494 Hyperlink urls in docstrings with URL `...'.
6495
6496 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6497
6498 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6499 functions.
6500
6501 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6502
6503 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6504 say what the mouseover text should be.
6505
6506 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6507 version of the mm-w3m-safe-url-regexp variable to only download images
6508 in the groups where we want that to happen.
6509
6510 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6511
6512 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6513 easier debugging.
6514 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6515 big pictures in the article buffer.
6516
6517 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6518 gnus-article-html.
6519 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6520 w3m.
6521
6522 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6523
6524 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6525
6526 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6527 which doesn't exist.
6528
6529 * message.el (message-inhibit-ecomplete): New variable to allow some
6530 function to inhibit ecomplete address storage.
6531 (message-resend): Disable ecomplete message storage when resending
6532 messages.
6533
6534 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6535
6536 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6537
6538 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6539 Save excursion while copying, moving, and deleting articles in order to
6540 prevent the cursor from jumping to unforeseen place.
6541
6542 2010-08-17 Glenn Morris <rgm@gnu.org>
6543
6544 * gnus-sync.el: Require gnus components whose functions are used.
6545
6546 * gnus-art.el (bookmark-make-record-function):
6547 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6548 Declare for compiler.
6549
6550 * mm-url.el (mml-compute-boundary): Autoload.
6551
6552 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6553
6554 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6555
6556 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6557
6558 Typo fix "hoo4a" -> "hook".
6559
6560 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6561
6562 2010-08-14 Glenn Morris <rgm@gnu.org>
6563
6564 * gnus-sync.el (gnus-sync): Fix defgroup version.
6565
6566 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6567
6568 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6569
6570 * gnus-sync.el: Fix docs.
6571 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6572 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6573
6574 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6575
6576 Optimizations for gnus-sync.el.
6577
6578 * gnus-sync.el: Add docs about gnus-sync-backend
6579 possibilities.
6580 (gnus-sync-save): Remove unnecessary message.
6581 (gnus-sync-read): Optimize and show what groups were skipped.
6582
6583 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6584
6585 Minor bug fixes for gnus-sync.el.
6586
6587 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6588 Don't read the sync on get-new-news.
6589
6590 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6591 quiet.
6592
6593 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6594 (fix typo).
6595
6596 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6597
6598 Make saving and restoring of hidden threads work with overlays.
6599 Patch applied by Ted Zlatanov.
6600
6601 * gnus-sum.el (gnus-hidden-threads-configuration)
6602 (gnus-restore-hidden-threads-configuration): Update to deal with text
6603 properties, rather than searching for a magic character.
6604
6605 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6606
6607 New gnus-sync.el library for synchronization of marks.
6608
6609 * gnus-sync.el: New library for synchronization of marks.
6610
6611 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6612 renamed from `gnus-registry-grep-in-list'.
6613
6614 * gnus-registry.el (gnus-registry-follow-group-p):
6615 Use `gnus-grep-in-list'.
6616
6617 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6618
6619 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6620
6621 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6622 determining charset of text fails.
6623
6624 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6625
6626 * nnmail.el (nnmail-get-new-mail-1): Revert.
6627
6628 * nnml.el (nnml-active-number): Make sure names of newly created groups
6629 in nnml-group-alist are encoded.
6630
6631 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6632
6633 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6634 containing non-ASCII characters in active file for nnml back end.
6635
6636 2010-07-24 David Engster <dengste@eml.cc>
6637
6638 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6639 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6640
6641 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6642
6643 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6644 tag (Bug#6654).
6645
6646 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6647
6648 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6649 the article buffer, not the summary buffer.
6650
6651 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6652
6653 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6654 Emacs 23 as well.
6655
6656 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6657
6658 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6659 Patch applied by Karl Fogel.
6660
6661 * gnus-sum.el (gnus-summary-bookmark-make-record):
6662 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6663
6664 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6665
6666 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6667 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6668 C-w still not working correctly from Article buffers; Thierry's
6669 patch to fix that will be applied after this.
6670
6671 * gnus-art.el (bookmark-make-record-function): New local variable.
6672
6673 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6674 article buffer.
6675 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6676
6677 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6678
6679 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6680 on changes in bookmark.el.
6681
6682 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6683
6684 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6685 the *other* type of HTML form submission.
6686
6687 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6688
6689 * auth-source.el (auth-source-pick): If choice does not contain a
6690 questioned keyword, set the check to t.
6691
6692 2010-06-12 Romain Francoise <romain@orebokech.com>
6693
6694 * gnus-util.el (gnus-date-get-time): Move up before first use.
6695
6696 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6697
6698 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6699 (gnus-article-edit-part): Bind it to make last part that is substituted
6700 or deleted visible.
6701 (gnus-mime-display-single): Buttonize part of which id equals to
6702 gnus-mime-buttonized-part-id.
6703
6704 2010-06-10 Dan Christensen <jdc@uwo.ca>
6705
6706 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6707 (gnus-dd-mmm): Use gnus-date-get-time.
6708 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6709 simplify logic.
6710 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6711 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6712
6713 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6714
6715 * auth-source.el (top): Autoload `secrets-list-collections',
6716 `secrets-create-item', `secrets-delete-item'.
6717 (auth-sources): Fix tag string.
6718 (auth-get-source, auth-source-retrieve, auth-source-create)
6719 (auth-source-delete): New defuns.
6720 (auth-source-pick): Rewrite in order to avoid 2 passes.
6721 (auth-source-forget-user-or-password): New parameter USERNAME.
6722 (auth-source-user-or-password): New parameters CREATE-MISSING and
6723 DELETE-EXISTING. Retrieve password interactively, if needed.
6724
6725 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6726
6727 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6728 deleting unused directories when gnus-expert-user is t.
6729
6730 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6731
6732 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6733 for each temp file when gnus-article-browse-delete-temp is ask.
6734
6735 2010-05-20 Kevin Ryde <user42@zip.com.au>
6736
6737 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6738
6739 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6740
6741 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6742 article unless decoding article to be saved.
6743
6744 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6745
6746 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6747 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6748 generated within the mm-with-unibyte-current-buffer macro.
6749
6750 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6751
6752 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6753 to nil when we're in a mml-preview buffer and no group is selected.
6754
6755 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6756
6757 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6758 when catching the `C-g'. Reported by "Leo".
6759
6760 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6761
6762 * message.el (message-forward-make-body-plain)
6763 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6764 multibyte-string-p.
6765
6766 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6767
6768 * message.el (message-forward-make-body-mml): Assume original message
6769 is multibyte string; error on unibyte.
6770 (message-forward-make-body-plain): Ditto; don't add excessive newline
6771 in body end.
6772
6773 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6774
6775 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6776 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6777
6778 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6779
6780 * mm-extern.el (mm-extern-url): Don't use
6781 mm-with-unibyte-current-buffer.
6782 (mm-extern-cache-contents): Use with-current-buffer instead of
6783 save-excursion + set-buffer.
6784
6785 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6786
6787 * mm-util.el (mm-emacs-mule): Remove.
6788
6789 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6790
6791 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6792 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6793 change.
6794
6795 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6798 bind the default value of enable-multibyte-characters to nil.
6799
6800 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6801
6802 * message.el (message-forward-make-body-plain)
6803 (message-forward-make-body-mml):
6804 Don't use mm-with-unibyte-current-buffer.
6805
6806 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6807
6808 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6809 (Bug#5592).
6810
6811 2010-05-07 Julien Danjou <julien@danjou.info>
6812
6813 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6814 it to mm-pipe-part.
6815
6816 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6817 it is given.
6818
6819 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6820
6821 * nnweb.el (nnweb-gmane-search)
6822 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6823 XEmacs.
6824
6825 * gnus-art.el (gnus-article-browse-html-parts)
6826 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6827 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6828 make-temp-file.
6829
6830 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6831 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6832 compiling.
6833
6834 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6835 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6836 XEmacs when compiling.
6837
6838 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6839 gnus-pick-mode-off-hook for XEmacs when compiling.
6840 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6841 gnus-binary-mode-off-hook for XEmacs when compiling.
6842
6843 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6844 Return nil if char-charset is not available.
6845
6846 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6847 macro.
6848
6849 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6850 instead of encode-coding-string.
6851
6852 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6853 'xemacs) instead of mm-emacs-mule to switch function definitions.
6854 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6855
6856 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6857
6858 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6859
6860 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6861
6862 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6863 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6864
6865 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6866
6867 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6868 alias `jka-compr-delete-temp-file' no longer exists.
6869
6870 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 Use define-minor-mode in Gnus where applicable.
6873 * mml.el (mml-mode): Use define-minor-mode.
6874 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6875 (gnus-undo-mode): Use define-minor-mode.
6876 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6877 (gnus-dead-summary-mode): Use define-minor-mode.
6878 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6879 Initialize in declaration.
6880 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6881 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6882 (gnus-mailing-list-mode): Use define-minor-mode.
6883 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6884 (gnus-draft-mode): Use define-minor-mode.
6885 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6886 (gnus-dired-mode): Use define-minor-mode.
6887
6888 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6889
6890 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6891 handles on recursive mml-to-mime translation and check them for
6892 boundary delimiter collisions. Reported by Greg Troxel.
6893
6894 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6895
6896 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6897
6898 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * mm-util.el (mm-find-buffer-file-coding-system):
6901 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6902
6903 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6904
6905 * message.el (message-generate-headers): Record insertion of optional
6906 headers as well. Otherwise the check to prevent repeated insertion of
6907 optional headers is a no-op.
6908
6909 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6910
6911 * smime.el: Don't mention CVS.
6912
6913 * nnrss.el (nnrss-fetch): Don't mention CVS.
6914
6915 * nnir.el: Don't mention CVS.
6916
6917 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * gnus-sum.el (gnus-summary-bookmark-make-record):
6920 Add `location' field.
6921
6922 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6925 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6926 Use with-current-buffer to silence the byte-compiler.
6927 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6928 bother to require `gnus'.
6929 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6930
6931 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6932
6933 * gnus-sum.el (gnus-summary-bookmark-make-record)
6934 (gnus-summary-bookmark-jump): New functions.
6935 (gnus-summary-mode): Setup bookmark support.
6936
6937 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6938
6939 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6940 if set.
6941
6942 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6943
6944 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6945 gnus-article-browse-html-save-cid-image; make it work recursively for
6946 forwarded messages as well.
6947 (gnus-article-browse-html-parts): Work when prefix arg is given.
6948 (gnus-article-browse-html-article): Doc fix.
6949
6950 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6951
6952 * message.el (message-default-mail-headers):
6953 (message-default-headers): Carry the value mail-default-headers over
6954 into message-default-mail-headers, rather than message-default-headers.
6955
6956 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6957
6958 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6959 charset.
6960
6961 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6962 charset into the <meta> tag when the article is encoded to utf-8.
6963
6964 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6965
6966 * gnus-art.el (gnus-article-browse-delete-temp-files):
6967 Delete directories as well.
6968 (gnus-article-browse-html-parts): Work for images that do not specify
6969 file names; delete temp directory when quitting; insert header at the
6970 right place; use file: scheme for image files.
6971
6972 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6973
6974 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6975 (gnus-article-browse-html-parts): Use it to make temporary cid image
6976 files in addition to html file so that browser may display them.
6977
6978 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6979
6980 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6981
6982 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6983
6984 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6985
6986 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6987
6988 * auth-source.el (auth-sources): Change default to be simpler.
6989 Explain about Secret Service API sources. Improve Customize options.
6990 (auth-source-pick): Change to accept any number of search parameters.
6991 Implement fallbacks iteratively, not recursively. Add scoring on the
6992 second pass and sort by score. Call Secret Service API when needed.
6993 (auth-source-user-or-password): Use it. Call Secret Service API
6994 directly when needed to get the user name and the password.
6995
6996 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6997
6998 * message.el (message-interactive): Doc fix.
6999 (message-qmail-inject-args): Reflow.
7000 (message-kill-to-signature): Fix typo in docstring.
7001
7002 * smiley.el (smiley-buffer): Fix typo in docstring.
7003
7004 2010-03-24 Glenn Morris <rgm@gnu.org>
7005
7006 * mail-source.el (gnus-message): Declare.
7007 (mail-source-delete-old-incoming): Require gnus-util.
7008
7009 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7010
7011 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7012
7013 * message.el (ecomplete-setup): Autoload it for Emacs <23.
7014
7015 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7016 password-cache's default if it is not bound.
7017 (mml-secure-passphrase-cache-expiry): Default to 16 that is
7018 password-cache-expiry's default if it is not bound.
7019
7020 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7021 available in Emacs 21.
7022
7023 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
7024
7025 * auth-source.el (auth-sources): Fix up definition so extra parameters
7026 are always inline.
7027
7028 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
7029
7030 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7031 wasn't updated after mismatch. Clear cached mailbox info correctly
7032 when uidvalidity changes.
7033 (nnimap-group-prefixed-name): New function to avoid some code
7034 duplication.
7035 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7036 (nnimap-request-group): Use it.
7037 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7038 (nnimap-update-unseen): Significantly improved speed of Gnus startup
7039 with many imap folders. This is done by caching the group status from
7040 the imap server persistently in a group parameter `imap-status'. (This
7041 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7042 but not persistently, so every Gnus startup was still very slow.)
7043
7044 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7045
7046 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
7047 secrets.el dependency.
7048 (auth-sources): Add optional user name. Add secrets.el configuration
7049 choice (unused right now).
7050
7051 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7052
7053 * gnus-sum.el (gnus-summary-make-menu-bar):
7054 Let `gnus-registry-install-shortcuts' fill in the functions.
7055
7056 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7057 warnings.
7058 (gnus-registry-misc-menus): Variable to hold registry mark menus.
7059 (gnus-registry-install-shortcuts): Populate and use it in a
7060 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7061
7062 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
7063
7064 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7065 In-place substitutions for the group name encoding/decoding.
7066 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7067 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7068 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7069 (nnimap-update-unseen, nnimap-request-list)
7070 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7071 (nnimap-request-set-mark, nnimap-split-to-groups)
7072 (nnimap-split-articles, nnimap-request-newgroups)
7073 (nnimap-request-create-group, nnimap-request-accept-article)
7074 (nnimap-request-delete-group, nnimap-request-rename-group)
7075 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
7076 `encoded-mbx' for consistency.
7077 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7078 variable `imap-current-mailbox'.
7079
7080 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7081 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7082
7083 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
7084
7085 * pop3.el (pop3-display-message-size-flag): Display message size byte
7086 counts during POP3 download.
7087 (pop3-movemail): Use it.
7088 (pop3-list): Implement listing of available messages.
7089
7090 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
7091
7092 * nnir.el (nnir-get-article-nov-override-function): New function to
7093 override the normal NOV retrieval.
7094 (nnir-retrieve-headers): Use it.
7095
7096 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
7097
7098 * auth-source.el (netrc-machine-user-or-password): Autoload.
7099
7100 2010-03-19 Glenn Morris <rgm@gnu.org>
7101
7102 Stop message.el from loading about 40 libraries it doesn't always need.
7103 The general approach is to autoload rather than require, and to
7104 require in the specific functions rather than the file. (Bug#5642)
7105
7106 * gmm-utils.el: Don't require wid-edit.
7107 (widget-create-child-value, widget-convert, widget-default-get):
7108 Autoload.
7109
7110 * gnus-util.el: Don't require time-date, netrc.
7111 (message-fetch-field, gnus-group-name-decode): Declare rather than
7112 autoloading.
7113 (gnus-fetch-field): Require message.
7114 (gnus-decode-newsgroups): Require gnus-group.
7115
7116 * ietf-drums.el: Don't require time-date.
7117
7118 * message.el: Don't require hashcash, canlock, ecomplete.
7119 Do require mail-utils. Require nnheader only when compiling.
7120 (smtpmail-default-smtp-server): Remove declaration.
7121 (message-send-mail-function): Check smtpmail-default-smtp-server
7122 is bound rather than requiring smtpmail.
7123 (message-auto-save-directory, message-insert-signature):
7124 Use expand-file-name rather than nnheader-concat.
7125 (nnheader-insert-file-contents): Autoload.
7126 (hashcash-wait-async): Declare.
7127 (message-send-mail): Only call gnus-setup-posting-charset if
7128 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
7129 (message-send-mail-with-sendmail): Require sendmail.
7130 (canlock-password, canlock-password-for-verify): Declare.
7131 (message-canlock-password): Require canlock.
7132 (nnheader-get-report): Autoload.
7133 (gnus-setup-posting-charset): Declare.
7134 (message-send-news): Require gnus-msg.
7135 (message-make-references, message-make-in-reply-to): Use mail-header-id
7136 rather than the alias mail-header-message-id.
7137 (ecomplete-add-item, ecomplete-save): Declare.
7138 (message-put-addresses-in-ecomplete): Require ecomplete.
7139 (ecomplete-display-matches): Autoload.
7140
7141 * mm-decode.el: Don't require mailcap, gnus-util.
7142 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7143 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7144 Autoload.
7145 (mailcap-mime-extensions): Declare.
7146
7147 * mm-encode.el: Don't require mailcap.
7148 (mailcap-extension-to-mime): Autoload.
7149
7150 * mml-sec.el: Don't require password-cache.
7151
7152 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7153 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7154 (mml-minibuffer-read-type): Require mailcap.
7155 (mml-preview): Require gnus-msg.
7156
7157 * mml1991.el: Require password-cache.
7158 (password-cache-expiry): Remove declaration.
7159
7160 * mml2015.el: Require password-cache.
7161 (password-cache-expiry): Remove declaration.
7162
7163 * nneething.el (mailcap): Require mailcap.
7164
7165 * nnheader.el (declare-function): Add compatibility stub.
7166 (message-remove-header): Declare rather than autoload.
7167 (nnheader-replace-header): Require message.
7168
7169 * nnimap.el (declare-function): Add compatibility stub.
7170 (netrc-parse, netrc-machine-user-or-password): Declare.
7171 (nnimap-open-connection): Require netrc.
7172
7173 * nntp.el (declare-function): Add compatibility stub.
7174 (netrc-parse, netrc-machine, netrc-get): Declare.
7175 (nntp-send-authinfo): Require netrc.
7176
7177 * rfc2047.el: Don't require qp.
7178 (quoted-printable-encode-region, quoted-printable-decode-string):
7179 Autoload.
7180
7181 * sieve-mode.el: Don't require easymenu.
7182 (easy-menu-add-item): Autoload it.
7183
7184 * spam-stat.el (time-to-number-of-days): Autoload it.
7185
7186 2010-03-17 Kevin Ryde <user42@zip.com.au>
7187
7188 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7189 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7190 value if any backslash escapes).
7191
7192 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7193
7194 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7195 if it is available. (bug#5647)
7196
7197 2010-02-26 Glenn Morris <rgm@gnu.org>
7198
7199 * message.el (message-send-mail-function): Change the default, so that
7200 it inherits from a customized send-mail-function. (Bug#5643)
7201
7202 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7205 shell-command-to-string signals an error (bug#5299).
7206
7207 2010-02-24 Glenn Morris <rgm@gnu.org>
7208
7209 * message.el (message-smtpmail-send-it)
7210 (message-send-mail-with-mailclient): Doc fixes.
7211
7212 2010-02-16 Glenn Morris <rgm@gnu.org>
7213
7214 * message.el (message-default-mail-headers): Change the default value
7215 to ease the transition from mail-mode to message-mode. (Bug#5555)
7216
7217 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7218
7219 * message.el (message-mail): Just pass yank-action on to message-setup.
7220 (message-setup): Handle (FUN . ARGS) form of yank-action.
7221 (message-with-reply-buffer, message-widen-reply)
7222 (message-yank-original): Handle non-buffer values of
7223 message-reply-buffer (Bug#4080).
7224 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7225
7226 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7227
7228 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7229 Fix typo in docstring.
7230
7231 2010-01-08 Jason Rumney <jasonr@gnu.org>
7232
7233 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7234 response.
7235
7236 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7237
7238 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7239
7240 * message.el (message-check-news-header-syntax): Protect against a
7241 string that `rfc822-addresses' returns when parsing fails.
7242
7243 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7244
7245 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7246 (gnus-previous-char-property-change): New functions.
7247
7248 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7249
7250 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7251
7252 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7253 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7254
7255 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7256
7257 * message.el (message-exchange-point-and-mark): Rework last change to
7258 avoid using optional arg of exchange-point-and-mark, for backward
7259 compatibility.
7260
7261 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7262
7263 * message.el (message-exchange-point-and-mark):
7264 Call exchange-point-and-mark with an argument rather than setting
7265 mark-active by hand (Bug#5175).
7266
7267 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7268
7269 * nntp.el (nntp-service-to-port): Work for service expressed with
7270 numeric string; replace [:digit:] with [0-9] for XEmacs.
7271
7272 2009-12-17 Glenn Morris <rgm@gnu.org>
7273
7274 * gnus-group.el (gnus-bug-group-download-format-alist):
7275 Change emacs entry to debbugs.gnu.org. Bump :version.
7276
7277 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7278
7279 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7280
7281 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7282
7283 * message.el (message-info): Explain why we use `Info-goto-node'.
7284
7285 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * message.el (message-completion-in-region): New compatibility function.
7288 (message-expand-group): Use it.
7289
7290 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7291
7292 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7293 with no unread article should be listed if the 2nd arg `predicate' is
7294 given.
7295
7296 2009-11-29 Juri Linkov <juri@jurta.org>
7297
7298 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7299 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7300 on `gnus-recenter'. (Bug#4698, Bug#4981)
7301
7302 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7303
7304 * message.el (message-from-style, message-interactive)
7305 (message-signature): Always set default values from the corresponding
7306 mail-* variables.
7307 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7308 (message-yank-prefix, message-indentation-spaces)
7309 (message-signature-file, message-default-headers): Use boundp rather
7310 than (featurep 'xemacs) to check if the corresponding mail-* variables
7311 exist.
7312
7313 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7314
7315 * message.el (message-send-mail-with-sendmail): Revert last change.
7316
7317 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7318
7319 * message.el (message-from-style, message-interactive)
7320 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7321 (message-yank-prefix, message-indentation-spaces, message-signature)
7322 (message-signature-file, message-default-headers): For GNU Emacs, set
7323 default values from the corresponding mail-* variables.
7324 (message-send-mail-with-sendmail): Use envelope-from only if
7325 mail-specify-envelope-from is non-nil.
7326
7327 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7328
7329 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7330 containing tspecial characters if they have been already quoted.
7331
7332 2009-10-24 Glenn Morris <rgm@gnu.org>
7333
7334 * gnus-art.el (help-xref-stack-item): Define for compiler.
7335
7336 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7337
7338 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7339
7340 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7341
7342 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7343 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7344
7345 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7346
7347 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7348 (gnus-overlays-in): New alias to overlays-in.
7349
7350 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7351 gnus-overlay-get, and gnus-delete-overlay.
7352 (gnus-summary-show-thread): Make it work as well for systems in which
7353 next-single-char-property-change is not available.
7354 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7355
7356 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7357
7358 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7359
7360 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7361
7362 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7363 and XEmacs that don't have `remove-overlays'.
7364
7365 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7368 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7369 selective display. Use overlays instead.
7370
7371 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7372
7373 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7374
7375 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7376
7377 * spam-stat.el (spam-stat-load): Fix typo in message.
7378
7379 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7380
7381 * gnus-art.el (gnus-article-encrypt-body):
7382 * message.el (message-check-recipients):
7383 * mm-util.el (mm-codepage-setup):
7384 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7385 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7386
7387 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7388
7389 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7390 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7391 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7392 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7393 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7394
7395 2009-09-18 Glenn Morris <rgm@gnu.org>
7396
7397 * gnus-diary.el (gnus-diary-check-message):
7398 * message.el (message-insert-formatted-citation-line):
7399 * nnbabyl.el (top-level):
7400 * nndiary.el (nndiary-schedule):
7401 Fix typos in condition-case handlers.
7402
7403 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7404
7405 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7406 configuration that provides the sole article window in a frame;
7407 position point correctly after deleting a part.
7408
7409 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7410
7411 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7412 (spam-resolve-registrations-routine): Use it to unregister articles
7413 that change status.
7414
7415 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7416
7417 * nnrss.el (nnrss-request-article): Remove binding of
7418 default-enable-multibyte-characters that has gotten needless by
7419 the 2007-07-13 change in rfc2047-encode-message-header.
7420
7421 * mml.el (mml-insert-multipart): Error on the message header.
7422 (mml-insert-part): Error on the message header; position point at
7423 the end of a MIME tag.
7424
7425 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7426
7427 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7428 (gnus-float-time): Alias to float-time if it exists.
7429
7430 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7431 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7432 float-time is available; suppress compile warning for time-to-seconds.
7433
7434 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7435
7436 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7437 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7438 Add the optional argument `encoding' that overrides the default.
7439
7440 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7441 mm-encode-buffer.
7442
7443 2009-09-04 Glenn Morris <rgm@gnu.org>
7444
7445 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7446 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7447 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7448 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7449 * mm-util.el (mm-with-unibyte-current-buffer)
7450 (mm-find-buffer-file-coding-system):
7451 * yenc.el (yenc-decode-region): Use default-value rather than
7452 default-enable-multibyte-characters.
7453
7454 2009-09-03 Glenn Morris <rgm@gnu.org>
7455
7456 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7457 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7458 than default-enable-multibyte-characters.
7459
7460 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7461
7462 * gnus-art.el (gnus-article-read-summary-keys):
7463 Fix gnus-buffer-configuration's value temporarily used.
7464
7465 2009-09-02 Glenn Morris <rgm@gnu.org>
7466
7467 * gnus-util.el (gnus-float-time): New function.
7468 * gnus-delay.el (gnus-delay-article):
7469 * gnus-sum.el (gnus-thread-latest-date):
7470 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7471 * nnspool.el (nnspool-request-newgroups):
7472 Use gnus-float-time rather than time-to-seconds.
7473 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7474
7475 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7476 (gnus-header-subject-face, gnus-header-newsgroups-face)
7477 (gnus-header-name-face, gnus-header-content-face):
7478 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7479 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7480 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7481 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7482 (gnus-cite-face-11):
7483 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7484 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7485 (gnus-server-closed-face, gnus-server-denied-face)
7486 (gnus-server-offline-face):
7487 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7488 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7489 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7490 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7491 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7492 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7493 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7494 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7495 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7496 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7497 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7498 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7499 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7500 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7501 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7502 (gnus-summary-high-undownloaded-face)
7503 (gnus-summary-low-undownloaded-face)
7504 (gnus-summary-normal-undownloaded-face)
7505 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7506 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7507 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7508 (gnus-splash-face):
7509 * message.el (message-header-to-face, message-header-cc-face)
7510 (message-header-subject-face, message-header-newsgroups-face)
7511 (message-header-other-face, message-header-name-face)
7512 (message-header-xheader-face, message-separator-face)
7513 (message-cited-text-face, message-mml-face):
7514 * sieve-mode.el (sieve-control-commands-face)
7515 (sieve-action-commands-face, sieve-test-commands-face)
7516 (sieve-tagged-arguments-face):
7517 * spam.el (spam-face):
7518 Mark face aliases with "-face" in the name as obsolete.
7519
7520 2009-09-01 Glenn Morris <rgm@gnu.org>
7521
7522 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7523 than goto-line.
7524
7525 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7526
7527 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7528 Don't move point if the command is invoked inside the message header.
7529
7530 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7533 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7534 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7535 * nnir.el (nnir-swish-e-index-file):
7536 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7537 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7538 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7539 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7540 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7541 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7542
7543 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7544
7545 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7546 Don't save excursion.
7547
7548 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * nnheader.el (nnheader-find-file-noselect):
7551 * mm-util.el (mm-insert-file-contents):
7552 Use (default-value 'major-mode) instead of default-major-mode.
7553
7554 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7555
7556 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7557
7558 2009-08-25 Glenn Morris <rgm@gnu.org>
7559
7560 * nnir.el (top-level): Don't require cl at run-time.
7561 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7562 Replace cl-function substitute with gnus-replace-in-string.
7563 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7564 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7565 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7566 simplified expansions.
7567
7568 2009-08-22 Glenn Morris <rgm@gnu.org>
7569
7570 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7571 goto-line.
7572
7573 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7574
7575 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7576
7577 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7578 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7579 (gnus-mm-display-part, gnus-mime-display-single)
7580 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7581 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7582
7583 * gnus-sum.el
7584 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7585 (gnus-summary-move-article): Add expirable mark to articles copied or
7586 moved to group that has auto-expire turned on if the option is non-nil.
7587
7588 2009-07-24 Glenn Morris <rgm@gnu.org>
7589
7590 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7591 Fix typo. (Bug#3903)
7592
7593 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7594
7595 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7596 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7597 that should not be used for draft articles.
7598 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7599 that has no concern in minor mode keys.
7600 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7601 Abolish.
7602
7603 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7604
7605 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7606 article without making inquiry to a user for unknown encoding.
7607
7608 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7609 (nnmaildir--scan): Assume i-node and device number that file-attributes
7610 returns might be cons-cell.
7611
7612 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7613
7614 * auth-source.el: Remove docs now in auth.texi. Don't use
7615 `gnus-message' for logging. Add new variables `auth-source-debug' and
7616 `auth-source-hide-passwords' and use them.
7617
7618 2009-07-15 Glenn Morris <rgm@gnu.org>
7619
7620 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7621
7622 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7625 excessive whitespace from the default values of title and description.
7626
7627 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7628
7629 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7630 mail-fetch-field to fetch Content-Description header in order to
7631 exclude newlines.
7632
7633 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7636 to deleted part.
7637
7638 2009-05-30 David Engster <dengste@eml.cc>
7639
7640 * nnmairix.el: Remove old documentation in the commentary block.
7641 (nnmairix-request-group): Do not update active file for nnml back ends.
7642 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7643 end so that overview files are ignored.
7644 (nnmairix-update-groups): Make updating the groups more robust by using
7645 marks.
7646 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7647 with dollar characters in message-id.
7648
7649 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7650
7651 * spam.el: Use dns-query instead of query-dns. Was renamed on
7652 2008-12-25 in dns.el.
7653
7654 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7657 could happen if the text is only composed of spaces and/or tabs.
7658
7659 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7660
7661 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7662 when sending a queued message to avoid extra mml tags.
7663
7664 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7665
7666 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7667
7668 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7669
7670 * gnus-dired.el: Remove autoload for gnus-setup-message.
7671 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7672 displaying Gnus logo; always use compose-mail.
7673
7674 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7675
7676 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7677
7678 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7679
7680 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7681 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7682 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7683 available.
7684 (gnus-nocem-epg-verify): New function.
7685
7686 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7687
7688 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7689
7690 2009-02-15 Glenn Morris <rgm@gnu.org>
7691
7692 * gnus-util.el (rmail-insert-rmail-file-header)
7693 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7694 autoloads.
7695 (rmail-default-rmail-file): Remove unnecessary declaration.
7696 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7697
7698 2009-02-14 Glenn Morris <rgm@gnu.org>
7699
7700 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7701 variable (only used in gnus-util, which declares it anyway).
7702 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7703 which was only needed by gnus-art (changed to not use it any more).
7704 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7705 only used in gnus-util, which autoloads it itself.
7706 (rmail-update-summary): Fix autoload.
7707
7708 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7709 rather than rmail-output-to-rmail-file.
7710
7711 2009-02-07 Glenn Morris <rgm@gnu.org>
7712
7713 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7714 autoload of function that no longer exists.
7715 (rmail-toggle-header): Declare.
7716 (message-forward-rmail-make-body): Handle mbox Rmail.
7717
7718 2009-01-31 Glenn Morris <rgm@gnu.org>
7719
7720 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7721 2009-01-09 change.
7722
7723 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7724
7725 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7726 (auth-source-forget-all-cached): New convenience function.
7727 (auth-source-user-or-password): Accept list of modes or a single mode.
7728
7729 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7730 auth-source modes.
7731
7732 * nnimap.el (nnimap-open-connection): Use list of
7733 auth-source modes.
7734
7735 * nntp.el (nntp-send-authinfo): Use list of
7736 auth-source modes.
7737
7738 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7739
7740 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7741 now.
7742
7743 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7744
7745 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7746 coding system in XEmacs; add a workaround for XEmacs.
7747
7748 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7749
7750 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7751 of current-language-environment.
7752
7753 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7754
7755 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7756 available at runtime.
7757
7758 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7759
7760 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7761
7762 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7763
7764 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7765 the greatest positive fixnum value doesn't work under an XEmacs with
7766 bignum support; use the most-positive-fixnum constant instead,
7767 available since Emacs 21.1 with cl and XEmacs 21.1.
7768
7769 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7770
7771 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7772 XEmacs gets not to work.
7773
7774 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7775
7776 * mm-util.el (mm-coding-system-priorities): Allow the value like
7777 "Japanese (UTF-8)" of current-language-environment.
7778
7779 2009-01-09 Glenn Morris <rgm@gnu.org>
7780
7781 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7782 with last-command-event.
7783
7784 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7785
7786 * message.el (message-fix-before-sending): Amend comment.
7787
7788 2009-01-07 David Engster <dengste@eml.cc>
7789
7790 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7791 simplified server definitions by converting it via
7792 gnus-server-to-method.
7793
7794 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7795
7796 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7797 parameter's operands.
7798
7799 2009-01-06 David Engster <dengste@eml.cc>
7800
7801 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7802 primary select method (for gnus-group-mark-article-as-read).
7803
7804 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7805
7806 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7807 `(gnus)Face', not `(gnus)X-Face'.
7808
7809 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7810
7811 * mm-util.el (mm-ucs-to-char): New function.
7812
7813 * mm-url.el (mm-url-decode-entities): Use it.
7814
7815 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7816
7817 * message.el (message-fix-before-sending): Add `eight-bit' to
7818 illegible-text check.
7819
7820 2009-01-03 Michael Olson <mwolson@gnu.org>
7821
7822 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7823 `headers' is nil. This can occur if the IMAP server does not have
7824 permissions to read messages from a folder, but can write new messages
7825 to the folder.
7826 (nnimap-request-article-part): Do not insert `data' if it is nil.
7827
7828 2009-01-01 Dave Love <fx@gnu.org>
7829
7830 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7831
7832 * nnimap.el: Fix author email.
7833 (nnimap-split-rule): Add FIXME comment.
7834 (nnimap-debug): Fix doc string.
7835
7836 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7837
7838 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7839 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7840 to check if those variables exist (first appeared in Emacs 18.50).
7841
7842 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7843
7844 * mm-util.el (mm-line-number-at-pos): New function.
7845
7846 * spam-report.el (spam-report-process-queue): Use it.
7847
7848 2008-12-24 David Engster <dengste@eml.cc>
7849
7850 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7851 parameters that haven't existed as variables as buffer-local variables.
7852
7853 2008-12-23 Dave Love <fx@gnu.org>
7854
7855 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7856 cadar.
7857
7858 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7859 imap-starttls-p.
7860 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7861
7862 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7863
7864 * spam-report.el (spam-report-gmane-max-requests): New constant.
7865 (spam-report-gmane-wait): New variable.
7866 (spam-report-gmane-ham, spam-report-gmane-spam)
7867 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7868 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7869 the server.
7870
7871 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7872 Add explanations.
7873
7874 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7875 nnheader-accept-process-output and nnheader-read-timeout if available.
7876 (pop3-movemail): Use it.
7877
7878 * message.el (message-check-news-body-syntax): Fix signature check if
7879 there's an attachment.
7880
7881 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7882
7883 * mm-util.el: Add comments to the mm- emulating functions.
7884
7885 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7886
7887 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7888 Reported by Stephen Berman <stephen.berman@gmx.net>.
7889
7890 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7891
7892 * mm-util.el (mm-substring-no-properties): New function.
7893 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7894 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7895 (mm-string-to-multibyte): Doc fix.
7896
7897 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7898
7899 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7900
7901 * mml.el (mml-attach-file): Strip text properties from file name.
7902 (Bug#1574)
7903
7904 2008-12-16 Glenn Morris <rgm@gnu.org>
7905
7906 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7907
7908 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7909
7910 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7911 knows since the charset specified might be a bogus alias that
7912 mm-charset-synonym-alist provides.
7913
7914 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7915
7916 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7917 "ISO_8859-1".
7918
7919 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7920
7921 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7922
7923 * mm-util.el (mm-charset-eval-alist):
7924 Define it before mm-charset-to-coding-system.
7925 (mm-charset-to-coding-system): Add optional argument `silent';
7926 define it before mm-charset-override-alist.
7927 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7928 default value if it can be used in Emacs currently running;
7929 silence mm-charset-to-coding-system.
7930
7931 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7932
7933 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7934 `allow-override' which says whether to use `mm-charset-override-alist'.
7935 (rfc2047-decode-encoded-words): Use it.
7936
7937 * mm-util.el (mm-charset-override-alist): Fix custom type;
7938 add `(gb2312 . gbk)' to choices.
7939
7940 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7941
7942 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7943 fast.
7944
7945 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7946
7947 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7948
7949 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7950 on links.
7951
7952 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7953
7954 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7955
7956 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7957 users' addresses that don't have domain parts.
7958 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7959 rather than message-narrow-to-head since there will be the message
7960 header separator.
7961
7962 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7965 since the result is inserted in a unibyte buffer anyway.
7966 (nnimap-demule-use-string-to-multibyte): Remove.
7967 (nnimap-demule): Alias it to mm-string-to-multibyte.
7968
7969 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7970
7971 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7972 variable for debugging bug#464 and bug#1174.
7973 (nnimap-demule): Use it.
7974
7975 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7976
7977 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7978 score calculation correctly.
7979
7980 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * message.el (message-send-mail): Just set the buffer to unibyte
7983 rather than use mm-with-unibyte-current-buffer which does a lot more.
7984 (message-send-mail-partially): Don't bother with
7985 mm-with-unibyte-current-buffer since it's already been made unibyte by
7986 message-send-mail.
7987
7988 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7989
7990 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7991
7992 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7993
7994 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7995
7996 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7997
7998 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7999 require itself and to remove `with-no-warnings'.
8000
8001 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8002
8003 * starttls.el (starttls-any-program-available): Get the name of the
8004 available TLS layer program.
8005 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8006 well as the host name in the "opening" message.
8007
8008 * auth-source.el (auth-source-cache, auth-source-do-cache)
8009 (auth-source-user-or-password): Cache passwords and logins by default,
8010 allow override with `auth-source-do-cache'.
8011 (auth-source-forget-user-or-password): Allow users to remove cache
8012 entries if needed.
8013
8014 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8015
8016 * ietf-drums.el (ietf-drums-remove-comments): Localize second
8017 condition-case to only the forward-sexp call.
8018
8019 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8020
8021 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8022 quotes contained. Make it more robust regardless by an extra
8023 condition-case wrapper.
8024
8025 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8026
8027 * nnml.el (nnml-request-expire-articles): Check if the function set to
8028 `nnmail-expiry-target' returns the symbol `delete'.
8029
8030 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8031
8032 * nnmail.el (nnmail-expiry-target): Fix custom type.
8033
8034 2008-10-02 Glenn Morris <rgm@gnu.org>
8035
8036 * mm-util.el (mm-codepage-setup): Tweak codepage error.
8037 Silence compiler warning.
8038
8039 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8040
8041 * mml.el (mml-menu): Don't assume mml2015 is bound.
8042
8043 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8044
8045 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8046 exists.
8047
8048 2008-09-27 Glenn Morris <rgm@gnu.org>
8049
8050 * gnus-util.el (mail-header-remove-comments): Autoload it.
8051
8052 2008-09-27 Andreas Schwab <schwab@suse.de>
8053
8054 * gnus-util.el (gnus-split-references): Strip comments.
8055 (gnus-parent-id): Likewise.
8056
8057 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
8058
8059 * message.el (message-confirm-send): Fix version.
8060
8061 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
8062
8063 * message.el (message-idna-to-ascii-rhs-1): Use
8064 mail-extract-address-components rather than mail-header-parse-addresses
8065 that is an alias by default to ietf-drums-parse-addresses that does not
8066 support non-ASCII names in headers' contents.
8067
8068 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8069
8070 * message.el (message-confirm-send): Fix variable documentation to
8071 avoid the "y/n" wording.
8072
8073 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
8074
8075 * message.el (message-set-auto-save-file-name): Save to a different
8076 filename so multiple messages (especially drafts) can be recovered.
8077
8078 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
8079
8080 * message.el (message-confirm-send): Add appropriate version.
8081
8082 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8083
8084 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8085 defvar.
8086
8087 2008-09-22 Daiki Ueno <ueno@unixuser.org>
8088
8089 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8090 (mm-pkcs7-enveloped-magic): Ditto.
8091
8092 2008-09-17 Simon Josefsson <simon@josefsson.org>
8093
8094 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8095 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8096
8097 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
8098
8099 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8100 default, it's better.
8101
8102 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
8103
8104 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8105 summary line gnus-number property and ignore them (with a warning
8106 message).
8107
8108 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8109
8110 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8111 macro caddr in the interactive form since it won't be expanded.
8112
8113 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8114
8115 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8116 `charset'; fix name of function called recursively.
8117 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8118
8119 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8122 (gnus-mime-set-charset-parameters): New function.
8123 (gnus-mime-view-part-as-charset): Use it to correctly display part
8124 specifying wrong charset.
8125
8126 2008-09-08 David Engster <dengste@eml.cc>
8127
8128 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8129 in completing-read for back end server.
8130
8131 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
8132
8133 * message.el (message-confirm-send): New variable to confirm sending a
8134 message.
8135 (message-send): Use it.
8136
8137 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
8138
8139 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8140
8141 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
8142
8143 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8144
8145 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
8146
8147 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8148 prevent tracking too many groups.
8149 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8150 Use it.
8151
8152 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
8153
8154 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8155 moving point to the bottom of the window in order to avoid recentering.
8156
8157 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
8158
8159 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8160 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8161 (gnus-article-beginning-of-window): Fix calculation.
8162
8163 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
8164
8165 * gnus-msg.el (gnus-summary-supersede-article)
8166 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8167 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8168 message header.
8169
8170 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8171
8172 * message.el:
8173 * gnus-start.el:
8174 * gnus-registry.el: Remove VMS support.
8175
8176 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8177
8178 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8179 macro.
8180 (rfc2104-hash): Use it.
8181
8182 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8183
8184 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8185 (gnus-summary-sort-by-most-recent-date): New commands.
8186 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8187 and menu entries.
8188
8189 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8190
8191 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8192 don't redisplay article for raw contents; remove plural articles stuff.
8193
8194 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8195 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8196 on gnus-summary-save-article; display results properly.
8197
8198 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8199
8200 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8201
8202 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8203
8204 * gnus-art.el (gnus-summary-save-in-pipe):
8205 Consider gnus-save-all-headers.
8206
8207 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8208
8209 * gnus-util.el (ns-focus-frame): Remove declaration.
8210 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8211 like x.
8212
8213 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8214
8215 * rfc2104.el (rfc2104-zero): Delete defconst.
8216 (rfc2104-hex-alist): Likewise.
8217 (rfc2104-hex-to-int): Delete func.
8218 (rfc2104-hexstring-to-bitstring): Likewise.
8219 (rfc2104-nybbles): New defconst.
8220 (rfc2104-hash): Rewrite for speed.
8221
8222 2008-07-16 Glenn Morris <rgm@gnu.org>
8223
8224 * gnus-util.el (ns-focus-frame): Declare for compiler.
8225
8226 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8227
8228 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8229 set as a group parameter.
8230 (gnus-summary-save-in-pipe): Work when it is called independently.
8231 (gnus-summary-pipe-to-muttprint): Don't modify
8232 gnus-summary-pipe-output-default-command.
8233
8234 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * message.el (message-send-mail-with-sendmail):
8237 Display the error message.
8238
8239 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8240
8241 * gnus-art.el (gnus-default-article-saver):
8242 Add gnus-summary-save-in-pipe to choices.
8243 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8244 gnus-summary-pipe-output-default-command as the default command.
8245 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8246 instead of gnus-last-shell-command.
8247
8248 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8249 New user option.
8250 (gnus-summary-muttprint-program): Mention the value will be changed.
8251 (gnus-summary-save-article): Force showing of all headers.
8252 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8253
8254 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8255
8256 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8257
8258 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8259
8260 * nnimap.el (nnimap-id):
8261 * sieve-manage.el (sieve-manage-open): Doc fixes.
8262
8263 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8264
8265 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8266 if available.
8267
8268 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8271
8272 * nnkiboze.el (nnkiboze-generate-group):
8273 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8274
8275 * nnmairix.el: Require CL.
8276
8277 2008-06-15 David Engster <dengste@eml.cc>
8278
8279 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8280
8281 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8282
8283 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8284 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8285 runtime choice under XEmacs.
8286
8287 * gnus-sum.el (gnus-summary-set-display-table):
8288 Use `gnus-put-display-table', `gnus-get-display-table',
8289 `gnus-set-display-table' for the display table, instead of `aset'.
8290
8291 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8292
8293 * nnmairix.el: Add autoloads.
8294
8295 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8296
8297 * nnmairix.el (nnmairix-delete-recreate-group)
8298 (nnmairix-update-and-clear-marks): Fix error messages.
8299
8300 2008-06-14 David Engster <dengste@eml.cc>
8301
8302 * nnmairix.el: Upgrade to version 0.6.
8303 (nnmairix-group-toggle-propmarks-this-group)
8304 (nnmairix-group-toggle-readmarks-this-group)
8305 (nnmairix-group-delete-recreate-this-group)
8306 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8307 (nnmairix-remove-tick-mark-original-article): New commands.
8308 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8309 (nnmairix-propagate-marks-to-nnmairix-groups)
8310 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8311 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8312 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8313 functions needed for marks propagation and manipulation of read marks.
8314 (nnmairix-update-groups): New function.
8315 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8316 (nnmairix-determine-original-group-from-registry)
8317 (nnmairix-determine-original-group-from-path)
8318 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8319 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8320 New helper functions.
8321 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8322 keystrokes for new commands.
8323 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8324 (nnmairix-request-group): Check allow-fast group parameter.
8325 (nnmairix-request-create-group): Set allow-fast group parameter if
8326 nnmairix-allowfast-default is set.
8327 (nnmairix-close-group): Propagate marks upon closing if needed.
8328 (nnmairix-group-toggle-threads-this-group): Use new.
8329 nnmairix-group-toggle-parameter helper function.
8330 (nnmairix-search): Better check for empty search result.
8331 (nnmairix-goto-original-article): Use new helper functions for
8332 determining original article.
8333 (nnmairix-show-original-article): Make sure message-id is in brackets.
8334 (nnmairix-call-mairix-binary): Change variable name.
8335 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8336 helper function.
8337 (nnmairix-widget-toggle-activate): Fix doc string.
8338
8339 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8340
8341 * nnir.el: Require edmacro when compiling with XEmacs.
8342 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8343 available in Emacs 21.
8344
8345 2008-06-11 Glenn Morris <rgm@gnu.org>
8346
8347 * gnus-util.el (x-focus-frame):
8348 * gnus.el (image-size):
8349 * mm-decode.el (image-size): Declare.
8350
8351 * gnus-picon.el (declare-function): Add compat definition.
8352 (image-size): Declare.
8353
8354 * gnus-group.el (tool-bar-map):
8355 * gnus-sum.el (tool-bar-map): Define for compiler.
8356
8357 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8358
8359 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8360
8361 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8362 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8363 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8364 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8365 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8366 * sieve-manage.el, spam-report.el, spam.el:
8367 Remove unnecessary eval-and-compile of autoloads.
8368
8369 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8370
8371 * auth-source.el: Precise Tramp doc.
8372
8373 2008-06-07 Glenn Morris <rgm@gnu.org>
8374
8375 * nnmairix.el: Remove unnecessary eval-when-compile.
8376
8377 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8378
8379 * nnir.el: New file.
8380
8381 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8382
8383 * gnus-util.el (gnus-read-shell-command): New function.
8384 * mm-decode.el (mm-pipe-part):
8385 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8386
8387 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8388
8389 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8390
8391 2008-06-03 Glenn Morris <rgm@gnu.org>
8392
8393 * pop3.el (nnheader-accept-process-output): Autoload it.
8394
8395 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8396
8397 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8398 are not 2-digit hexadecimal characters that follow `%'s.
8399
8400 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8401
8402 * message.el (message-bogus-recipient-p): Fix type in doc string.
8403 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8404 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8405 Improve custom options.
8406 (message-bogus-recipient-p): Adjust accordingly.
8407
8408 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8409
8410 * nnmairix.el: Require edmacro when compiling with XEmacs.
8411
8412 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8413
8414 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8415 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8416
8417 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8418
8419 * auth-source.el: Add more docs.
8420
8421 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8422
8423 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8424 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8425 retrieval faster in some cases, but might make CPU usage larger.
8426 If this has any bad side effects, we might revert this change.
8427
8428 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8429 seems to make mail retrieval much, much faster.
8430 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8431 unconditionally.
8432
8433 * gnus-draft.el (gnus-group-send-queue):
8434 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8435
8436 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8437
8438 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8439
8440 * message.el (message-bogus-address-regexp): Fix and improve custom
8441 type.
8442 (message-setup-hook): Add message-check-recipients as custom option.
8443
8444 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8445
8446 * message.el (message-cite-function): Remove bogus autoload which crept
8447 in during merge from v5-10.
8448
8449 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8450
8451 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8452
8453 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8454
8455 * auth-source.el: Preliminary Tramp docs.
8456 (auth-sources): Change the default auth-sources to use
8457 EPA .gpg files.
8458
8459 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8460
8461 * nntp.el: Autoload `auth-source-user-or-password'.
8462 (nntp-send-authinfo): Use it.
8463
8464 * nnimap.el: Autoload `auth-source-user-or-password'.
8465 (nnimap-open-connection): Use it.
8466
8467 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8468 for the gnus-message function.
8469 (auth-source-user-or-password): Use it.
8470
8471 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8474 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8475 (rfc2104-hash): Use it.
8476
8477 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8478
8479 * gnus-art.el (gnus-article-toggle-truncate-lines):
8480 Don't use `iff' in docstring.
8481
8482 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8483
8484 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8485
8486 * gnus-util.el (gnus-extract-address-component-name)
8487 (gnus-extract-address-component-email): Convenience functions around
8488 `gnus-extract-address-components'.
8489
8490 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8491 Use `gnus-extract-address-component-email' to fix bug of comparing full
8492 sender name to `user-mail-address'.
8493
8494 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8495
8496 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8497 catch/throw to optimize.
8498 (gnus-registry-find-keywords): Just use member to find a keyword.
8499
8500 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8503 is current before calling gnus-server-prepare.
8504 (gnus-server-setup-buffer, gnus-server-update-server)
8505 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8506
8507 2008-05-04 Juri Linkov <juri@jurta.org>
8508
8509 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8510 (mailcap-file-default-commands): Use mailcap-replace-in-string
8511 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8512 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8513
8514 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8515
8516 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8517
8518 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8519
8520 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8521 hooks.
8522 (gnus-update-read-articles): Speed up non-marks-using users.
8523 (gnus-use-marks): Define gnus-use-marks.
8524 (gnus-propagate-marks): Rename variable to something more sensible.
8525
8526 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8527
8528 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8529 (gmm-image-load-path-for-library): Fix typos in docstrings.
8530 (gmm-message): Reflow docstring.
8531
8532 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8533
8534 * mail-source.el (mail-source-set-1, mail-source-bind):
8535 Move auth-source code out of the macro to clean it up and fix bugs.
8536
8537 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8538
8539 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8540 by sender if it's equal to user-mail-address, it's likely to be
8541 useless.
8542
8543 * mail-source.el (mail-source-bind): Don't use user or password if they
8544 are not bound. Unintern them if they are nil. Don't use server unless
8545 it's bound, and default it to empty string otherwise.
8546
8547 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8548
8549 * mail-source.el: Load auth-source.el.
8550 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8551 get user name or password, if auth-sources is set up.
8552
8553 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8554 strategy of splitting with parent.
8555 (gnus-registry-split-fancy-with-parent)
8556 (gnus-registry-post-process-groups): Use it and fix prior
8557 bug (returning a list as the split result).
8558
8559 * auth-source.el (auth-sources): Remove server parameter.
8560 (auth-source-pick, auth-source-user-or-password)
8561 (auth-source-user-or-password-imap)
8562 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8563 (auth-source-user-or-password-sftp)
8564 (auth-source-user-or-password-smtp): Remove server parameter.
8565
8566 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8567
8568 * smime.el (smime-sign-region, smime-encrypt-region)
8569 (smime-decrypt-region):
8570 Remove redundant calls to `generate-new-buffer-name'.
8571
8572 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8573
8574 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8575 Don't use QP for message/rfc822.
8576 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8577
8578 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * sieve-manage.el (sieve-string-bytes): Remove.
8581 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8582 correct byte-length only if the process's coding-system is the same as
8583 the one used internally by Emacs to represent strings.
8584
8585 2008-04-22 Juri Linkov <juri@jurta.org>
8586
8587 * mailcap.el (mailcap-file-default-commands): New function.
8588
8589 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8590
8591 * message.el (message-signature-separator, message-cite-function):
8592 Change custom version.
8593
8594 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8595
8596 * mm-decode.el (mm-display-external): Make temp file read-only.
8597
8598 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8599
8600 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8601 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8602 `C-c C-f d'.
8603
8604 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8605
8606 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8607
8608 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8609
8610 * auth-source.el: Add docs.
8611 (auth-sources): Modify format to support server.
8612 (auth-source-pick, auth-source-user-or-password)
8613 (auth-source-user-or-password-imap)
8614 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8615 (auth-source-user-or-password-sftp)
8616 (auth-source-user-or-password-smtp): Add server parameter.
8617
8618 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8619
8620 * gnus-registry.el: Initialize the registry when gnus-registry-install
8621 is t.
8622
8623 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8624
8625 * compface.el (uncompface): Make buffer unibyte.
8626
8627 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * mail-source.el (mail-source-value):
8630 Prefer fboundp to functionp so it works with macros as well.
8631
8632 2008-04-05 Glenn Morris <rgm@gnu.org>
8633
8634 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8635
8636 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8639 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8640
8641 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8642 multibyteness after rather than before erasing it.
8643
8644 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8645 mm-with-multibyte.
8646 (gnus-request-article-this-buffer): Make sure the proper decoding is
8647 used if gnus-original-article-buffer happens to be unibyte.
8648
8649 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8650 default-enable-multibyte-characters.
8651
8652 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8653 default-enable-multibyte-characters.
8654
8655 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8656
8657 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8658
8659 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8662 Fix last change in case the element is not even a symbol.
8663
8664 2008-04-02 Simon Josefsson <simon@josefsson.org>
8665
8666 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8667 imap-enable-exchange-bug-workaround.
8668 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8669
8670 2008-04-01 Simon Josefsson <simon@josefsson.org>
8671
8672 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8673 a 100 byte status-checks into a 2-3MB transfer for each group.
8674 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8675 to enable bug workaround or not.
8676 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8677
8678 2008-03-31 Glenn Morris <rgm@gnu.org>
8679
8680 * message.el (mml2015-use): Declare for compiler.
8681 (message-info): Require mml2015 when appropriate.
8682
8683 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8684
8685 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8686 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8687 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8688 (nntp-service-to-port): New function.
8689 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8690 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8691 (nntp-open-netcat-stream): New function.
8692 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8693
8694 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8695
8696 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8697
8698 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8701
8702 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8703
8704 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8705
8706 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8707
8708 * message.el (message-signature-separator): Change default.
8709 Improve custom type.
8710 (message-cite-function): Change default to
8711 message-cite-original-without-signature.
8712
8713 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8714 toggle.
8715
8716 * message.el (message-check-news-body-syntax): Fix signature check.
8717 (message-setup-1): Mark buffer as unmodified _after_ running
8718 message-setup-hook and handling message-alternative-emails.
8719 (message-shorten-references): Be more strict when building list of
8720 valid references to comply with GNKSA.
8721
8722 * gnus-group.el (gnus-read-ephemeral-bug-group)
8723 (gnus-read-ephemeral-debian-bug-group)
8724 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8725
8726 * message.el (message-info): Don't use booleanp which isn't supported
8727 in Emacs 21 and XEmacs.
8728
8729 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8730
8731 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8732 gnus-group-gmane-group-download-format.
8733 (gnus-group-read-ephemeral-gmane-group): Rename from
8734 gnus-group-read-ephemeral-gmane-group.
8735 (gnus-read-ephemeral-gmane-group-url): Rename from
8736 gnus-group-read-ephemeral-gmane-group-url.
8737 (gnus-bug-group-download-format-alist): New variable.
8738 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8739 (gnus-read-ephemeral-emacs-bug-group): New commands.
8740
8741 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8742
8743 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8744 (gnus-visible-headers): Improve custom type.
8745
8746 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8747
8748 * mml.el (mml-menu): Add workarounds for XEmacs.
8749
8750 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8751 X-Boundary header.
8752
8753 * message.el (message-simplify-recipients): Fix previous commit.
8754
8755 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * mm-util.el (mm-set-buffer-multibyte): New function.
8758 * mm-decode.el (mm-copy-to-buffer): Use it.
8759
8760 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8761 Prefer fboundp to functionp so it works with macros as well.
8762
8763 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8764
8765 * message.el (message-alter-recipients-discard-bogus-full-name):
8766 New function.
8767 (message-alter-recipients-function): New variable.
8768 (message-get-reply-headers): Use it.
8769 (message-replace-header): New helper function.
8770 (message-recipients-without-full-name): New variable.
8771 (message-simplify-recipients): New command.
8772
8773 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8774
8775 * message.el (message-info): Handle EasyPG manual.
8776
8777 * mml.el (mml-menu): Add entry for EasyPG.
8778
8779 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8780
8781 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8782 parameter.
8783
8784 * message.el (message-disassociate-draft): Specify drafts group name
8785 fully.
8786
8787 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8788
8789 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8790 Eliminate unnecessary duplicates from the match list.
8791
8792 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8793
8794 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8795 args of `how-many' of which the XEmacs version doesn't take; declare
8796 Info-index-next as function.
8797
8798 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8799
8800 * gnus-score.el (gnus-score-headers): Fix handling of
8801 gnus-inhibit-slow-scoring.
8802
8803 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8804 string.
8805 (gnus-button-url-regexp): Improve handling of parenthesis.
8806 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8807 (gnus-button-handle-info-keystrokes): Handle index entries.
8808
8809 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8812 Incoming* files.
8813
8814 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8815
8816 * auth-source.el (auth-sources): Rename from auth-source-choices.
8817 (auth-source-pick): Use it.
8818
8819 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8820
8821 * auth-source.el (auth-source-protocols)
8822 (auth-source-protocols-customize, auth-source-choices): Add and
8823 modified variable customizations and defaults.
8824 (auth-source-pick, auth-source-user-or-password)
8825 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8826 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8827 (auth-source-user-or-password-sftp)
8828 (auth-source-user-or-password-smtp): Use new variables and provide an
8829 interface to netrc.el.
8830
8831 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8832
8833 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8834 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8835 Make sure the nntp port to specify is a string.
8836
8837 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * nntp.el: Use with-current-buffer.
8840 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8841 dubious mm-with-unibyte-current-buffer.
8842 (nntp-with-open-group-function): New function extracted from
8843 nntp-with-open-group macro.
8844 (nntp-with-open-group): Use the function, so it's easier to debug.
8845 Add indentation and debugging info.
8846 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8847 Recommend the use of the netcat alternatives.
8848
8849 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8850 Avoid mm-string-as-multibyte as well.
8851
8852 * nnweb.el (nnweb-insert-html):
8853 Remove use of nnheader-string-as-multibyte.
8854
8855 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8856 (nnheader-string-as-multibyte): Remove.
8857
8858 * mm-view.el: Use inhibit-read-only.
8859 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8860 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8861 or unibyte-string.
8862
8863 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8864 (mm-uu-yenc-extract): Use with-current-buffer.
8865
8866 * gnus-soup.el (gnus-soup-send-packet): Don't use
8867 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8868
8869 * nnmh.el: Use with-current-buffer.
8870 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8871 mm-string-as-multibyte on the output of mm-encode-coding-string.
8872
8873 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8874 (nnimap-request-move-article): Use with-current-buffer.
8875
8876 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8877 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8878 conversion uses string-make-unibyte rather than string-as-unibyte.
8879
8880 * gnus-msg.el: Use with-current-buffer.
8881
8882 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8883
8884 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8885
8886 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8887 string for caching if it is 'PIN.
8888
8889 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8890
8891 * mail-source.el (mail-source-delete-old-incoming-confirm):
8892 Change default to nil.
8893 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8894
8895 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8896
8897 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8898 (gnus-article-goto-prev-page): Work for articles having ^L's.
8899
8900 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8901
8902 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8903
8904 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8905
8906 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8907 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8908 (gnus-bookmark-jump): Adjust some variable names.
8909
8910 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8911
8912 * auth-source.el: New package.
8913 (auth-source-choices): Add customization entry point variable.
8914
8915 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8916 bug.
8917
8918 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8919
8920 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8921 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8922 (gnus-registry-install-shortcuts): Rename from
8923 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8924 the `gnus-registry-mark-map' keymap dynamically from
8925 `gnus-registry-marks'. The generated functions update the summary line
8926 when a registry mark is added or deleted, and will call
8927 `gnus-registry-install-p' (see the comments in the code).
8928 (gnus-registry-user-format-function-M): Use concat intelligently.
8929
8930 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8931 the registry mark functions.
8932
8933 2008-03-05 Glenn Morris <rgm@gnu.org>
8934
8935 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8936 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8937 gnus-art.
8938 (top-level): No need to load own source when compiling.
8939
8940 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8941
8942 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8943 Suggested by <chris.anderton@zetnet.co.uk>.
8944
8945 2008-03-04 Glenn Morris <rgm@gnu.org>
8946
8947 * gnus-sum.el (top-level): No need to require gnus when compiling,
8948 since unconditionally required near start of file.
8949 (gnus-summary-display-while-building): Move definition before use.
8950
8951 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8952
8953 * gnus-registry.el (gnus-registry-user-format-function-M):
8954 Add formatting function.
8955
8956 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8957
8958 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8959 with plists.
8960 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8961 Use new format.
8962
8963 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8964
8965 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8966 `where-is-internal' that returns a range of key sequences.
8967
8968 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8969
8970 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8971
8972 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8973 (gnus-summary-jump-to-group): Consider windows on other displayed
8974 frames as well. Similar changes might be needed elsewhere, but that's
8975 the one I've bumped into during my use.
8976
8977 * nndoc.el (nndoc-oe-dbx-type-p):
8978 * gnus-msg.el (gnus-debug):
8979 * gnus-group.el (gnus-update-group-mark-positions):
8980 Use mm-string-to-multibyte.
8981
8982 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8983
8984 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8985 doesn't handle NotDashEscaped.
8986
8987 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8988 (mml-dnd-attach-options): Fix typo in custom choice.
8989
8990 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8991 Change nndoc-article-type to mbox.
8992 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8993
8994 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8995 to nil, instead of html2text.
8996
8997 * imap.el (imap-debug): Add `imap-ping-server'.
8998
8999 * gnus-bookmark.el: Add FIXMEs.
9000
9001 * message.el (message-form-letter-separator)
9002 (message-send-form-letter-delay): New variables.
9003 (message-send-form-letter): Use them. New command to send form
9004 letters. Requested by Uwe Siart.
9005 (message-send-mail-function): Doc fix. Add "Other" custom option.
9006
9007 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
9008
9009 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9010 empty author.
9011
9012 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
9013
9014 * gnus-registry.el (gnus-registry-marks): Add variable for
9015 customization of marks and their appearance.
9016 (gnus-registry-read-mark): Use it.
9017 (gnus-registry-do-marks): Add utility function to loop through
9018 `gnus-registry-marks'.
9019 (gnus-registry-install-shortcuts-and-menus): Add function to install
9020 shortcuts and menus.
9021 (gnus-registry-initialize): Use it.
9022 (gnus-registry-default-mark): Clarify documentation.
9023
9024 2008-02-29 Glenn Morris <rgm@gnu.org>
9025
9026 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9027 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9028 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9029 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9030 Change defcustom :version from 23.0 to 23.1.
9031
9032 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
9033
9034 * gnus-registry.el (gnus-registry-follow-group-p)
9035 (gnus-registry-post-process-groups): Add functions to aid registry
9036 splitting and improve logging. Clarify behavior in function
9037 documentation.
9038 (gnus-registry-split-fancy-with-parent): Use them.
9039
9040 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * gnus-art.el: Use with-current-buffer.
9043
9044 2008-02-27 David Engster <dengste@eml.cc>
9045
9046 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9047 Express real group name in the response.
9048
9049 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9050
9051 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9052 (nnmairix-last-server, nnmairix-current-server): Defvar them.
9053 (nnmairix-goto-original-article): Defvar gnus-registry-install and
9054 autoload gnus-registry-fetch-group when compiling.
9055 (nnmairix-request-group-with-article-number-correction):
9056 Remove unreferenced argument passed to nnmairix-call-backend.
9057
9058 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9059
9060 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9061 (mm-uu-extract): Improve face for low color ttys.
9062 Reported by Sascha Wilde.
9063
9064 2008-02-27 Glenn Morris <rgm@gnu.org>
9065
9066 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9067 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9068 variables to defconsts. Convert comments to doc-strings.
9069 (nnmairix-last-server, nnmairix-current-server): Convert from free
9070 variables to defvars. Convert comments to doc-strings.
9071 (gnus-registry-fetch-group): Autoload.
9072 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9073 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9074 (nnmairix-widget-build-editable-fields): Use car cddr rather than
9075 caddr.
9076 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9077 nnmairix-request-group-with-article-number-correction call.
9078 (nnmairix-fast, nnmairix-group): New, less general names, for free
9079 variables passed from nnmairix-request-group to
9080 nnmairix-request-group-with-article-number-correction. Declare.
9081 (nnmairix-request-group-with-article-number-correction):
9082 Use nnmairix-fast, nnmairix-group rather than fast, group.
9083
9084 2008-02-26 David Engster <dengste@eml.cc>
9085
9086 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
9087 version 0.5.
9088
9089 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
9090
9091 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9092 instead of making an extra function call. Don't add the current group
9093 to articles only when they have the group. Use
9094 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9095 Reported by David <de_bb@arcor.de>.
9096
9097 2008-02-24 Miles Bader <miles@gnu.org>
9098
9099 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9100 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9101 (mm-find-mime-charset-region):
9102 * mm-bodies.el (mm-encode-body):
9103 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9104
9105 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
9106
9107 * mail-source.el (mail-source-delete-incoming): Change default.
9108 Supplement doc string.
9109
9110 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9111
9112 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9113
9114 * nnmail.el (nnmail-message-id-cache-file): Derive from
9115 `gnus-home-directory'.
9116
9117 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
9118
9119 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9120 Document negative prefix.
9121
9122 * gnus-group.el (gnus-group-read-group): Document negative prefix.
9123
9124 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9125
9126 * message.el (message-unsent-separator): Add the Exim bounce
9127 separator.
9128
9129 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9130
9131 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9132 list.
9133 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9134 recipient/signer list.
9135
9136 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9137
9138 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9139 fbound (Emacs 23 unicode), signal an error.
9140
9141 2008-02-08 Glenn Morris <rgm@gnu.org>
9142
9143 * gnus-art.el (pgg-display-output-buffer): Declare as function.
9144
9145 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
9146
9147 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9148 ports to the calls to `netrc-machine-user-or-password' in addition to
9149 "imap" and "imaps".
9150
9151 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
9152
9153 * gnus.el (gnus-group-startup-message): Add `find-image' call before
9154 image-load-path is let-bound. Reported by Harald Hanche-Olsen
9155 <hanche@math.ntnu.no>.
9156
9157 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9158
9159 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9160
9161 2008-02-01 Zhang Wei <id.brep@gmail.com>
9162
9163 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9164
9165 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9166
9167 2008-02-01 Miles Bader <miles@gnu.org>
9168
9169 * mml.el (mml-parse-1): Remove apparently vestigial use of
9170 `mm-hack-charsets'.
9171 * mm-bodies.el (mm-encode-body): Likewise.
9172
9173 2008-02-01 Kenichi Handa <handa@m17n.org>
9174
9175 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9176 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9177 (rfc2104-hash): Convert the result of concat to unibyte string.
9178
9179 2008-02-01 Dave Love <fx@gnu.org>
9180
9181 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9182 coding-system-for-read.
9183 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9184
9185 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9186 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9187 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9188
9189 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9190
9191 * mail-source.el (mail-sources): Add `group' choice.
9192
9193 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9194 parameter `in-group' to control into which group the articles go.
9195 Add treatment of `group' mail-source.
9196
9197 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9198
9199 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9200 * message.el (message-beginning-of-line): Use featurep instead of bound
9201 tests in order to resolve conditionals at compile time.
9202
9203 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9204
9205 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9206
9207 * mm-decode.el (mm-dissect-buffer): Decode description.
9208
9209 * mml.el (mml-to-mime): Encode message header first.
9210
9211 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9212
9213 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9214 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9215
9216 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9217
9218 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9219
9220 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9221
9222 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9223 prefix keys.
9224 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9225 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9226 gnus-xmas.el.
9227
9228 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9229
9230 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9231 Add new variables for article mark management.
9232 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9233 list of extra data entries which, when present, will indicate that the
9234 article ID should not be trimmed from the registry.
9235 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9236 functions.
9237 (gnus-registry-read-mark): New function to read a mark name from the
9238 user.
9239 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9240 (gnus-registry-set-article-mark-internal): New functions to add and
9241 remove marks.
9242 (gnus-registry-get-article-marks): New function to show the marks for
9243 an article, or retrieve them for further use.
9244
9245 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9246
9247 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9248 keys when no argument is given.
9249
9250 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9251
9252 * gnus-sum.el (gnus-article-sort-by-random)
9253 (gnus-thread-sort-by-random): Fix doc strings.
9254 Reported by jidanni@jidanni.org.
9255
9256 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9257
9258 * gnus-art.el (gnus-article-describe-bindings): New function.
9259 (gnus-article-read-summary-keys): Use it.
9260 (gnus-article-mode-map): Bind `C-h b' to it.
9261
9262 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9263
9264 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9265 XEmacs.
9266 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9267 Protect against non-character events.
9268
9269 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9270
9271 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9272 New command.
9273 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9274 instead of END. Change name of the temp file.
9275 (gnus-group-gmane-group-download-format): Add doc string. Make it
9276 customizable.
9277
9278 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9279
9280 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9281 bind `S W' to gnus-article-wide-reply-with-original; set default
9282 binding to gnus-article-read-summary-send-keys.
9283 (gnus-article-read-summary-keys): Fix the order of keys; display
9284 continuation keys correctly in the echo area; describe bindings
9285 correctly when keys end with `C-h'.
9286 (gnus-article-read-summary-send-keys): New function.
9287 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9288 Work for gnus-article-read-summary-send-keys; display continuation keys
9289 correctly in the echo area.
9290 (gnus-article-reply-with-original): Ignore prefix argument.
9291 (gnus-article-wide-reply-with-original): New function.
9292
9293 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9294
9295 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9296 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9297
9298 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9299
9300 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9301 (gnus-group-read-ephemeral-gmane-group): New command.
9302
9303 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9304
9305 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9306
9307 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9308
9309 * message.el (message-send-mail-function): Increase custom version.
9310
9311 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9312 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9313
9314 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9315
9316 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9317 html parts correctly; support forwarded messages.
9318 (gnus-article-browse-html-article): Remove work buffers.
9319
9320 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9321 compiling.
9322 (netrc-bound-and-true-p): New macro.
9323 (netrc-parse): Use it instead of bound-and-true-p that is not available
9324 in XEmacs 21.4.
9325
9326 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9327
9328 * gnus-registry.el (gnus-registry-mark-article)
9329 (gnus-registry-article-marks): Add functionality to mark articles
9330 through the Gnus registry.
9331
9332 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9333 (netrc-parse): Use encrypt-file-alist to determine if
9334 encrypt-find-model or encrypt-insert-file-contents should be used.
9335
9336 2007-12-19 Glenn Morris <rgm@gnu.org>
9337
9338 * mml.el (message-options-set, message-narrow-to-head)
9339 (message-in-body-p, message-mail-p, message-encode-message-body):
9340 Autoload.
9341 (message-remove-header, message-narrow-to-headers-or-head)
9342 (message-subscribed-p, message-make-mail-followup-to)
9343 (message-position-on-field, message-news-p)
9344 (message-options-set-recipient, message-generate-headers)
9345 (message-sort-headers): Declare as functions.
9346
9347 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9348
9349 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9350 convention in doc string.
9351
9352 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9353
9354 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9355 title to html parts.
9356 (gnus-article-browse-html-article): Pass message header to it.
9357
9358 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9359
9360 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9361
9362 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9363 or password compatible with XEmacs.
9364
9365 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9366
9367 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9368 format document.
9369 (gnus-mime-delete-part): Don't write description line if empty.
9370 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9371
9372 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9373
9374 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9375 (gnus-summary-mark-read-and-unread-as-read)
9376 (gnus-summary-mark-current-read-and-unread-as-read)
9377 (gnus-summary-mark-unread-as-ticked): Doc fix.
9378 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9379
9380 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9381
9382 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9383 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9384
9385 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9386
9387 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9388 yes-or-no-p.
9389
9390 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9391
9392 * mm-decode.el (mm-add-meta-html-tag): New function.
9393 (mm-save-part-to-file, mm-pipe-part): Use it.
9394
9395 * gnus-art.el (gnus-article-browse-delete-temp-files):
9396 Use gnus-y-or-n-p instead of y-or-n-p.
9397 (gnus-article-browse-html-parts): Work with message/external-body; use
9398 mm-add-meta-html-tag.
9399
9400 2007-12-11 Glenn Morris <rgm@gnu.org>
9401
9402 * gnus-cache.el: Require gnus-sum not just when compiling.
9403
9404 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9405
9406 * gnus-int.el (gnus-server-opened, gnus-status-message):
9407 Move definitions before use.
9408
9409 * mm-decode.el: Require gnus-util.
9410 (mm-remove-part): Only call delete-annotation on XEmacs.
9411
9412 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9413
9414 * nnmail.el: Require gnus-int.
9415
9416 * spam.el: Move `require's before `eval-when-compile's.
9417
9418 * gnus-ems.el (gnus-alive-p):
9419 * gnus-fun.el (message-goto-eoh):
9420 * gnus-util.el (gnus-group-name-decode):
9421 * mail-source.el (gnus-compress-sequence):
9422 * message.el (Info-goto-node, format-spec):
9423 * mm-bodies.el (message-options-get):
9424 * mm-decode.el (mm-view-pkcs7):
9425 * mm-util.el (gmm-write-region):
9426 * mml-smime.el (mml-compute-boundary)
9427 (gnus-completing-read-with-default):
9428 * mml.el (widget-button-press, gnus-make-hashtable):
9429 * mml1991.el (mm-decode-content-transfer-encoding)
9430 (mm-encode-content-transfer-encoding)
9431 (message-options-get, message-options-set):
9432 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9433 * nnfolder.el (gnus-request-group):
9434 * nnheader.el (ietf-drums-unfold-fws):
9435 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9436 * smime.el (gnus-run-mode-hooks):
9437 * spam-stat.el (gnus-message): Autoload.
9438
9439 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9440 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9441 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9442 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9443 Add declare-function compatibility definition.
9444
9445 * gnus-cache.el (nnvirtual-find-group-art):
9446 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9447 (gnus-add-image, gnus-add-wash-type):
9448 * gnus-group.el (nnkiboze-score-file):
9449 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9450 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9451 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9452 (message-tokenize-header, gnus-get-buffer-create)
9453 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9454 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9455 * gnus.el (gnus-group-decoded-name):
9456 * mail-source.el (imap-capability):
9457 * mm-bodies.el (message-options-set):
9458 * mm-decode.el (gnus-configure-windows):
9459 * mm-extern.el (message-goto-body):
9460 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9461 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9462 (epg-sub-key-validity, message-options-set):
9463 * mml.el (widget-event-point, gnus-configure-windows):
9464 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9465 * mml2015.el (epg-check-configuration, epg-configuration)
9466 (message-options-set):
9467 * nndb.el (nndb-request-article):
9468 * nnfolder.el (gnus-request-create-group):
9469 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9470 * nnmaildir.el (gnus-group-mark-article-read):
9471 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9472 * rfc1843.el (message-fetch-field):
9473 * spam.el (gnus-extract-address-components):
9474 Declare as functions.
9475
9476 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9477
9478 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9479
9480 2007-12-09 Glenn Morris <rgm@gnu.org>
9481
9482 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9483
9484 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9485 * message.el, mm-view.el, sieve-manage.el, smime.el:
9486 Add declare-function compatibility definition.
9487
9488 * gnus-art.el (w3-region, w3m-region, Info-menu):
9489 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9490 * gnus-sum.el (gnus-get-predicate):
9491 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9492 * message.el (mail-abbrev-in-expansion-header-p):
9493 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9494 (w3m-detect-meta-charset, w3m-region):
9495 * sieve-manage.el (password-read, password-cache-add)
9496 (password-cache-remove):
9497 * smime.el (password-read-and-add): Declare as functions.
9498
9499 2007-12-08 David Kastrup <dak@gnu.org>
9500
9501 * gnus-sum.el (gnus-summary-simplify-subject-query):
9502 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9503 `message'.
9504
9505 2007-12-07 Glenn Morris <rgm@gnu.org>
9506
9507 * gnus-art.el (article-make-date-line): Revert previous change.
9508
9509 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9510
9511 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9512
9513 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9514
9515 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9516 Call gnus-add-to-range ranges only once with a prepared article-list.
9517
9518 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9519
9520 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9521 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9522 group names with backslashes.
9523 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9524
9525 2007-12-06 Deepak Goel <deego3@gmail.com>
9526
9527 * gnus-art.el (article-make-date-line):
9528 * gnus-start.el (gnus-load):
9529 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9530
9531 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9532
9533 * gnus-art.el (gnus-use-idna)
9534 * gnus-start.el (gnus-site-init-file)
9535 * message.el (message-use-idna)
9536 * mm-uu.el (mm-uu-hide-markers)
9537 * smiley.el (smiley-style): Revert changes that suppress warnings.
9538
9539 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9540
9541 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9542 specify charset to html source.
9543 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9544
9545 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9546
9547 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9548 idna-program in order to suppress byte compile warning issued by XEmacs
9549 that came to byte compile the default value section of defcustom forms
9550 recently.
9551
9552 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9553 value of installation-directory.
9554
9555 * message.el (message-use-idna): Don't directly refer to the value of
9556 idna-program.
9557
9558 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9559
9560 * smiley.el (smiley-style): Don't directly call face-attribute.
9561
9562 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9563
9564 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9565
9566 * gnus-dired.el: Reduce Gnus dependencies.
9567 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9568 Don't require. Use autoloads instead.
9569 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9570 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9571 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9572 (gnus-dired-mode): Adjust doc string.
9573 (gnus-dired-mail-mode): New variable.
9574 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9575 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9576 (gnus-dired-mail-buffers): New function. Return mail or message
9577 composition buffers.
9578 (gnus-dired-attach): Use it.
9579 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9580 NO-DECODE.
9581 (gnus-dired-print): Use `gnus-print-buffer' depending on
9582 `gnus-dired-mail-mode'.
9583
9584 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9585
9586 * rfc2047.el (rfc2047-encoded-word-regexp)
9587 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9588 explaining what regexp patterns are for.
9589
9590 2007-12-04 Glenn Morris <rgm@gnu.org>
9591
9592 * password.el: Move to ../password-cache.el.
9593
9594 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9595 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9596 * mml-smime.el (password-read, password-cache-add)
9597 (password-cache-remove):
9598 No need to autoload, since mml-sec requires password.
9599
9600 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9601 * message.el (gnus-extract-address-components):
9602 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9603
9604 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9605 password.
9606
9607 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9608
9609 * mailcap.el: Reduce dependencies.
9610 (mail-header-parse-content-type): Autoload.
9611 (mailcap-delete-duplicates): New alias.
9612 (mailcap-mime-info): Add optional argument NO-DECODE.
9613 (mailcap-mime-types): Use mailcap-delete-duplicates.
9614
9615 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9616
9617 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9618
9619 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9620 function.
9621
9622 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9623 (gnus-uu-yenc-article): New function.
9624
9625 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9626
9627 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9628
9629 2007-12-02 Glenn Morris <rgm@gnu.org>
9630
9631 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9632 Move to ../net.
9633
9634 * binhex.el, uudecode.el: Move to ../mail.
9635
9636 * encrypt.el: Remove file.
9637
9638 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9639
9640 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9641 matches on patches.
9642
9643 * gnus-art.el (gnus-article-browse-html-article):
9644 Mention `mm-text-html-renderer' in the doc string.
9645
9646 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9647 string. Add comments.
9648
9649 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9650 if rhs is ASCII.
9651
9652 2007-12-01 Glenn Morris <rgm@gnu.org>
9653
9654 * dig.el, dns.el: Move to ../net.
9655 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9656
9657 * mail-source.el (top-level): Require format-spec before
9658 eval-when-compile.
9659
9660 2007-11-30 Glenn Morris <rgm@gnu.org>
9661
9662 * encrypt.el: Require password, rather than autoloading password-read.
9663
9664 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9665
9666 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9667 caller can indicate whether the cache should be disregarded for this
9668 call. This way the result of the call is reproducible at all times and
9669 can be considered a canonical server name for the supplied method.
9670 (gnus-agent-method-p): Canonicalize server names by pushing their
9671 method through `gnus-method-to-server' using the no-cache argument.
9672
9673 * gnus-srvr.el (gnus-server-insert-server-line):
9674 Call `gnus-method-to-server' with `no-cache' argument.
9675
9676 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9677 gnus-agent-possibly-synchronize-flags as this should be called when the
9678 server is actually being opened.
9679 (gnus-agent-possibly-synchronize-flags)
9680 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9681 flags file of an agentized server to the latter function.
9682
9683 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9684 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9685 after a connection has been established successfully.
9686
9687 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * gnus-art.el (article-display-face): Force to display face if called
9690 interactively; check if gnus-article-x-face-too-ugly matches author.
9691 (article-display-x-face): Display face even if From header is missing
9692 as article-display-face does.
9693
9694 2007-11-28 Richard Stallman <rms@gnu.org>
9695
9696 * md4.el: Move to ../.
9697 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9698
9699 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9700
9701 * mail-source.el (mail-sources): Default to fetch from file for
9702 compatibility with default of nnmail-spool-file.
9703
9704 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9705
9706 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9707 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9708 to look for encoded word that should be encoded again.
9709 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9710 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9711 encoding pattern.
9712 (rfc2047-decode-region): Switch strict regexp and loose one according
9713 to rfc2047-allow-irregular-q-encoded-words.
9714
9715 2007-11-26 Simon Josefsson <simon@josefsson.org>
9716
9717 * imap.el: Move to ../net directory.
9718
9719 2007-11-25 Romain Francoise <romain@orebokech.com>
9720
9721 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9722
9723 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9724
9725 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9726 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9727
9728 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9729 `nnmail-spool-file'.
9730
9731 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9732 `nnmail-spool-file'.
9733
9734 * gnus-move.el (gnus-change-server): Ditto.
9735
9736 * gnus-kill.el (gnus-batch-score): Ditto.
9737
9738 * gnus-cache.el (gnus-jog-cache): Ditto.
9739
9740 * gnus-msg.el (gnus-summary-reply):
9741 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9742
9743 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9744
9745 * gnus-cache.el (gnus-cache-generate-nov-databases):
9746 Use nnml-generate-nov-databases-directory instead of
9747 nnml-generate-nov-databases-1.
9748
9749 2007-11-24 Glenn Morris <rgm@gnu.org>
9750
9751 * message.el (message-tool-bar-retro): Update for rename
9752 mail_send.xpm->mail-send.xpm.
9753
9754 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9755
9756 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9757 `smime-ldap-search' for Emacs 22 and up.
9758
9759 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9760
9761 * hashcash.el: Move to ../mail directory.
9762
9763 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
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 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9771
9772 * message.el (message-send-mail-function): Fix error convention.
9773 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9774 (message-widen-reply, message-send-mail, message-talkative-question)
9775 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9776 (message-clone-locals, message-send-news): Use with-current-buffer.
9777 (message-insert-or-toggle-importance): Remove unused var `valid'.
9778 (message-make-references): Remove unused var `new-references'.
9779 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9780
9781 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9782
9783 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9784 (spam-split-symbolic-return-positive): Reflow docstring.
9785 (spam-backends, spam-summary-exit-behavior)
9786 (spam-mark-ham-unread-before-move-from-spam-group)
9787 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9788 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9789 (spam-clear-cache, spam-backend-check, spam-install-backend)
9790 (spam-install-statistical-backend, spam-list-of-processors)
9791 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9792 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9793 (spam-check-crm114, spam-initialize, spam-unload-hook):
9794 Fix typos in docstrings.
9795
9796 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9797
9798 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9799 been checked if they have never been read and those group levels are
9800 higher than the one that a user specified.
9801
9802 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9803
9804 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9805 foreign groups unless a group level is specified by a user.
9806 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9807
9808 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9809
9810 * message.el (message-send-mail-function): Require sendmail.
9811
9812 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9813
9814 * message.el (message-send-mail-function): Check for smtpmail too.
9815
9816 * utf7.el (utf7-encode, utf7-decode): Use coding system
9817 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9818
9819 * message.el (message-send-mail-function): New function.
9820 (message-send-mail-function): Set default using
9821 message-send-mail-function. Adjust doc string.
9822 (message-send-mail-with-mailclient): New function.
9823
9824 2007-11-17 Richard Stallman <rms@gnu.org>
9825
9826 * assistant.el: Remove file.
9827
9828 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9829
9830 * smime.el (from):
9831 * rfc2047.el (message-posting-charset):
9832 * qp.el (mm-use-ultra-safe-encoding):
9833 * pop3.el (parse-time-months):
9834 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9835 * nnml.el (files):
9836 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9837 (jka-compr-compression-info-list, ange-ftp-path-format)
9838 (efs-path-regexp):
9839 * nndiary.el (files):
9840 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9841 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9842 (epg-digest-algorithm-alist, inhibit-redisplay)
9843 (password-cache-expiry):
9844 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9845 (pgg-output-buffer, password-cache-expiry):
9846 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9847 (efs-path-regexp):
9848 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9849 (inhibit-redisplay):
9850 * mm-uu.el (file-name, start-point, end-point, entry)
9851 (gnus-newsgroup-name, gnus-newsgroup-charset):
9852 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9853 (latin-unity-ucs-list):
9854 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9855 (mm-uu-binhex-decode-function):
9856 * message.el (gnus-message-group-art, gnus-list-identifiers)
9857 (rmail-enable-mime-composing, gnus-local-organization)
9858 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9859 (gnus-read-active-file, facemenu-add-face-function)
9860 (facemenu-remove-face-function, gnus-article-decoded-p)
9861 (tool-bar-mode):
9862 * mail-source.el (display-time-mail-function):
9863 * gnus-util.el (nnmail-pathname-coding-system)
9864 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9865 (gnus-original-article-buffer, gnus-user-agent)
9866 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9867 (xemacs-codename, sxemacs-codename, emacs-program-version):
9868 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9869 * gnus-start.el (gnus-agent-covered-methods)
9870 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9871 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9872 (gnus-newsgroup-headers, gnus-group-list-mode)
9873 (gnus-group-mark-positions, gnus-newsgroup-data)
9874 (gnus-newsgroup-unreads, nnoo-state-alist)
9875 (gnus-current-select-method, mail-sources)
9876 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9877 (nnmail-spool-file, gnus-cache-active-hashtb):
9878 * gnus-mh.el (mh-lib-progs):
9879 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9880 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9881 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9882 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9883 (gnus-group-buffer):
9884 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9885 (font-lock-set-defaults):
9886 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9887 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9888 (gnus-summary-post-menu, total-parts, type, condition, length):
9889 * gnus-agent.el (gnus-agent-read-agentview):
9890 * flow-fill.el (show-trailing-whitespace):
9891 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9892 eval-and-compile wrappers for byte compiler pacifiers.
9893
9894 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9895 (mm-display-inline-fontify): Check for featurep 'xemacs not
9896 extent-list.
9897
9898 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9899 itimer-list.
9900 (mm-create-image-xemacs): Only do something for XEmacs.
9901 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9902
9903 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9904
9905 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9906 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9907
9908 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9909
9910 * nnimap.el (nnimap-split-download-body):
9911 * gnus-demon.el (gnus-demon):
9912 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9913
9914 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9915
9916 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9917 New macros.
9918 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9919 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9920 copy data from unibyte buffer to multibyte current buffer.
9921 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9922 to copy data from unibyte current buffer to multibyte buffer.
9923 (nntp-make-process-buffer): Make process buffer unibyte.
9924
9925 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9926
9927 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9928
9929 * pop3.el (pop3-open-server): Accept and process data more robustly at
9930 connexion start to avoid spurious "POP SSL connexion failed" errors.
9931
9932 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9933
9934 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9935 read group names.
9936
9937 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9938
9939 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9940
9941 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9942
9943 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9944 (nnmail-save-active): Use a unibyte buffer when saving active file,
9945 which may contain non-ASCII group names.
9946
9947 * nnml.el (nnml-request-group): Decode group names in messages.
9948
9949 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9950
9951 * message.el (message-citation-line-function)
9952 (message-insert-formatted-citation-line): Fix spelling of
9953 `message-insert-formated-citation-line'.
9954
9955 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9956
9957 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9958
9959 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9960
9961 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9962 nnmail-pathname-coding-system.
9963
9964 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9965 that a user enters; decode group names in messages.
9966
9967 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9968
9969 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9970
9971 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9972
9973 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9974
9975 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9976 risky local variable.
9977
9978 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9979
9980 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9981
9982 * encrypt.el: Improve documentation to fix function name typo.
9983 Reported by Daiki Ueno <ueno@unixuser.org>.
9984
9985 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9986
9987 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9988 even if the point is not in the last page of an article.
9989 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9990 back to the previous page.
9991
9992 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9993
9994 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9995
9996 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9997
9998 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9999
10000 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * message.el (message-check-news-body-syntax):
10003 Avoid mm-string-as-multibyte.
10004 (message-hide-headers): Don't assume (point-min)==1.
10005
10006 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10007
10008 * message.el (message-remove-blank-cited-lines): Fix if remove is
10009 given.
10010 (message-bogus-address-regexp): New variable.
10011 (message-bogus-recipient-p): New function.
10012 (message-check-recipients): New command.
10013 (message-syntax-checks): Add `bogus-recipient'.
10014 (message-fix-before-sending): Add `bogus-recipient'.
10015
10016 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10017 (gnus-treat-body-boundary): Don't test window-system.
10018
10019 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
10020
10021 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10022
10023 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10024
10025 * gnus.el: Bump version to Gnus v5.13.
10026
10027 2007-10-28 Miles Bader <miles@gnu.org>
10028
10029 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10030 at compile-time too.
10031
10032 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10033
10034 * gnus-msg.el (gnus-message-setup-hook):
10035 Add `message-remove-blank-cited-lines' to options.
10036
10037 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10038
10039 * message.el (message-remove-blank-cited-lines): New function.
10040 Suggested by Karl Plästerer.
10041
10042 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10043
10044 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10045 mapc.
10046
10047 * imap.el (imap-open): Replace mapcar called for effect with mapc.
10048 (top-level): Use mapc to set functions to be traced for debugging.
10049
10050 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10051 called for effect with while loop.
10052
10053 * message.el (message-talkative-question): Replace mapcar called for
10054 effect with mapc.
10055
10056 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10057 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10058 called for effect with dolist.
10059
10060 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10061
10062 * nndiary.el: Use dolist instead of mapcar to add diary headers to
10063 gnus-extra-headers and nnmail-extra-headers.
10064
10065 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10066 called for effect with dolist.
10067 (top-level): Use mapc to set functions to be traced for debugging.
10068
10069 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10070 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10071 dolist.
10072
10073 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10074 Replace mapcar called for effect with mapc.
10075 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10076 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10077 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10078 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10079
10080 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10081 remove-if that's a cl function.
10082
10083 * webmail.el (webmail-debug): Replace mapcar called for effect with
10084 dolist.
10085
10086 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
10087
10088 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10089 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10090 with while loop.
10091
10092 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10093 functions from article-* functions.
10094 (gnus-multi-decode-header): Replace mapcar called for effect with
10095 dolist.
10096
10097 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10098 (gnus-bookmark-show-details): Replace mapcar called for effect with
10099 while loop.
10100
10101 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10102 called for effect with while loop.
10103
10104 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10105 with dolist.
10106
10107 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10108 Replace mapcar called for effect with dolist.
10109
10110 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10111
10112 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10113 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10114 Replace mapcar called for effect with dolist.
10115 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10116 mapc.
10117
10118 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10119 Replace mapcar called for effect with dolist.
10120 (gnus-topic-list): Replace mapcar called for effect with mapc.
10121
10122 * gnus.el: Use mapc instead of mapcar to add autoloads.
10123
10124 2007-10-23 Richard Stallman <rms@gnu.org>
10125
10126 * gnus-group.el (gnus-group-highlight): Mark as risky.
10127
10128 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10129
10130 * gnus.el (gnus-server-to-method): Return method found first in
10131 gnus-newsrc-alist.
10132
10133 * gnus-art.el (gnus-article-highlight-signature)
10134 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10135 button overlay without the front stickiness.
10136
10137 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
10138
10139 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10140 overview buffer needed a catch to receive its throw.
10141 (gnus-agent-flush-cache): Declare as interactive to make this function
10142 easier to use.
10143
10144 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10145
10146 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10147 `next-line'.
10148
10149 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
10150
10151 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10152 exclude address matching message-dont-reply-to-names.
10153
10154 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10155
10156 * gnus-util.el (gnus-string<): New function.
10157
10158 * gnus-sum.el (gnus-article-sort-by-author)
10159 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10160
10161 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10162
10163 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10164 the frame-focus tag is set in gnus-buffer-configuration.
10165
10166 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10167
10168 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10169 the front stickiness.
10170
10171 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10172
10173 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10174 url pattern; remove duplicate one.
10175 (gnus-article-extend-url-button): New function.
10176 (gnus-article-add-buttons): Use it.
10177 (gnus-button-push): Use concatenated url that it makes.
10178
10179 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
10180
10181 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10182 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10183
10184 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10185
10186 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10187 Don't hardcode point-min==1.
10188
10189 2007-09-30 David Kastrup <dak@gnu.org>
10190
10191 * gnus-art.el (gnus-article-reply-with-original)
10192 (gnus-article-followup-with-original): When `transient-mark-mode' is
10193 off, refrain from active-region behavior for followups.
10194
10195 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10196
10197 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10198 Fix comment about "iso8859-1".
10199
10200 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10201
10202 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10203 ones returned from the verify-function.
10204
10205 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10206 Call mml2015-extract-cleartext-signature if extraction failed.
10207
10208 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10209
10210 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10211 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10212 failed.
10213
10214 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10215
10216 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10217
10218 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10219
10220 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10221 to mark a thread as expirable. Add variable `hide' to handle hiding of
10222 thread for both the null and zero (kill/expire thread) universal prefix
10223 cases.
10224 (gnus-summary-expire-thread): Add new function to expire a thread,
10225 using gnus-summary-kill-thread.
10226 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10227 shortcuts for gnus-summary-expire-thread.
10228 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10229 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10230
10231 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10232
10233 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10234 extras value, so an extras entry can be deleted.
10235 (gnus-registry-delete-extra-entry): Use it.
10236 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10237 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10238 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10239 storage through the gnus-registry, and provide an appropriate API for
10240 it.
10241
10242 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10243
10244 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10245 Suggested by Leo <sdl.web@gmail.com>.
10246
10247 * gnus.el: Do.
10248
10249 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10250
10251 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10252 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10253
10254 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10255
10256 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10257 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10258
10259 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10260
10261 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10262 newline.
10263 (nnmbox-request-accept-article): Don't change article in source buffer;
10264 narrow to header to use message-fetch-field rather than
10265 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10266 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10267 as delimiters; make sure article ends with newline.
10268 (nnmbox-delete-mail): Correct last position of article to be deleted;
10269 ignore X-Gnus-Newsgroup header in article body.
10270 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10271 positions; make sure article ends with newline.
10272
10273 * message.el (message-display-abbrev): Don't infloop when a user
10274 inserts SPC in the beginning of header.
10275
10276 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10277
10278 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10279 list of groups not followed by default. Fix type to be regexp.
10280 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10281
10282 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10283
10284 * hmac-def.el (define-hmac-function): Switch from old-style to
10285 new-style backquotes.
10286
10287 * md4.el (md4-make-step): Likewise.
10288
10289 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10290
10291 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10292 raw-text coding system when saving .newsrc file, which may contain
10293 non-ASCII group names.
10294
10295 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10296
10297 * gnus-cus.el (gnus-score-extra): New widget.
10298 (gnus-score-extra-convert): New function.
10299 (gnus-score-customize): Use it for Extra.
10300
10301 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10302
10303 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10304 (mml2015-mailcrypt-clear-verify): Use it.
10305 (mml2015-gpg-clear-verify): Use it.
10306 (mml2015-pgg-clear-verify): Use it.
10307 (mml2015-epg-clear-verify): Replace the current part with the output
10308 from GnuPG; don't extract the plaintext by itself.
10309
10310 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10311 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10312 mml2015-clear-verify-function; don't touch the armor headers or
10313 dash-escaped text here.
10314
10315 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10316
10317 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10318 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10319 parts, or application/octet-stream as a last resort.
10320 (gnus-mime-view-part-as-type): Don't toggle display.
10321 (gnus-mime-view-part-as-charset): Don't turn off display before
10322 querying charset.
10323
10324 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10325 stuff to undisplayer function in Emacs.
10326 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10327
10328 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10329 text/calendar parts.
10330
10331 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10332
10333 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10334 decoding text/calendar parts.
10335
10336 * message.el (message-forward-make-body-mime): Always mark body as
10337 having no illegible text; remove signed-or-encrypted argument.
10338 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10339
10340 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10341 (mml-generate-mime-1): Don't encode body if it is specified to be in
10342 raw form; don't make buffer be unibyte when inserting multibyte string.
10343
10344 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * sha1.el: Fix up comment style.
10347 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10348 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10349
10350 * hex-util.el: Fix up comment style.
10351 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10352
10353 * gnus-salt.el: Use with-current-buffer.
10354 (gnus-pick-setup-message): Fix long-standing typo.
10355
10356 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10357
10358 * imap.el (imap-logout-timeout): New variable.
10359 (imap-logout, imap-logout-wait): New functions.
10360 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10361
10362 * nnimap.el (nnimap-logout-timeout): New server variable.
10363 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10364 nnimap-logout-timeout.
10365
10366 * gnus-art.el (gnus-article-summary-command-nosave)
10367 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10368
10369 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10370
10371 * gnus.el (gnus-maximum-newsgroup): New variable.
10372
10373 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10374 according to gnus-maximum-newsgroup.
10375
10376 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10377 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10378 Limit the range of articles according to gnus-maximum-newsgroup.
10379
10380 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10381
10382 * gnus-art.el (gnus-sticky-article): Fix problems described in
10383 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10384 Don't perform gnus-configure-windows here; reuse existing sticky
10385 article buffer.
10386
10387 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10388 it doesn't exist in gnus-article-mode.
10389
10390 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10391
10392 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10393 (gnus-agent-decoded-group-name): New function.
10394 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10395 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10396
10397 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10398
10399 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10400 Add binding for gnus-sticky-article.
10401 (gnus-summary-exit): Don't kill sticky article buffers.
10402
10403 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10404 article buffer.
10405 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10406 (gnus-kill-sticky-article-buffers): New commands.
10407
10408 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10409
10410 * nntp.el (nntp-xref-number-is-evil): New server variable.
10411 (nntp-find-group-and-number): If it is non-nil, don't trust article
10412 numbers in the Xref header.
10413
10414 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10415
10416 * gnus-agent.el (gnus-agent-read-group): New function.
10417 (gnus-agent-flush-group, gnus-agent-expire-group)
10418 (gnus-agent-regenerate-group): Use it.
10419 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10420 nnmail-pathname-coding-system.
10421
10422 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10423
10424 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10425
10426 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10427 that are unread as unread, and also as selected so that information of
10428 marks having been changed by a user may be updated when exiting group.
10429
10430 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10431
10432 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10433
10434 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10435
10436 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10437 calculated ignoring signature parts to gnus-treat-article.
10438
10439 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10440
10441 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10442 a point here in order to keep the window start.
10443 (gnus-insert-mime-security-button): Make a button overlay without the
10444 front stickiness.
10445 (gnus-mime-display-security): Goto the end of a button.
10446
10447 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10448
10449 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10450
10451 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10452 group-name-at-point.
10453 (gnus-group-completing-read): New function that offers decoded
10454 non-ASCII group names for completion.
10455 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10456 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10457 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10458 (gnus-group-fetch-control): Use it.
10459 (gnus-fetch-group): Use group-name-at-point for the initial value
10460 rather than the default value; use gnus-alive-p.
10461
10462 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10463 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10464 (gnus-summary-post-news): Use gnus-group-completing-read.
10465
10466 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10467 (gnus-read-move-group-name): Decode group name for completion.
10468
10469 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10470
10471 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10472 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10473 Yamaoka slightly modified the code).
10474
10475 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10476
10477 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10478 (nnmail-split-incoming): Bind it.
10479
10480 * nnml.el (nnml-group-name-charset): New function.
10481 (nnml-decoded-group-name): Use it; don't decode group name if
10482 nnmail-group-names-not-encoded-p is non-nil.
10483 (nnml-encoded-group-name): New function.
10484 (nnml-group-pathname): Inline nnml-decoded-group-name.
10485 (nnml-request-expire-articles): Decode group name in message.
10486 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10487 nnmail-pathname-coding-system.
10488 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10489 not decoded ones according to nnmail-group-names-not-encoded-p.
10490 (nnml-generate-active-info): Use nnml-encoded-group-name.
10491
10492 2007-08-08 Glenn Morris <rgm@gnu.org>
10493
10494 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10495 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10496 doc-strings and comments.
10497
10498 2007-07-25 Glenn Morris <rgm@gnu.org>
10499
10500 * Relicense all FSF files to GPLv3 or later.
10501
10502 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10503
10504 * gnus-sum.el (gnus-summary-move-article):
10505 Make gnus-summary-respool-article work.
10506
10507 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10508
10509 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10510 string.
10511
10512 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10513
10514 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10515 that should be ignored when comparing distant RSS articles with local
10516 ones.
10517 (nnrss-make-hash-index): New function. Create a hash index according
10518 to the ignored fields.
10519 (nnrss-check-group): Use it.
10520
10521 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10522
10523 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10524
10525 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10526
10527 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10528 the new optional argument ENCODED is non-nil.
10529 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10530 coding system for encoding group name.
10531 (gnus-group-make-rss-group): Pass un-encoded group name to
10532 gnus-group-make-group.
10533 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10534 encoded.
10535
10536 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10537 Encode group name to which articles are moved or copied.
10538 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10539 coding system for encoding Newsgroup, Followup-To and Xref headers.
10540
10541 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10542 marks; use nnheader-file-coding-system to write a file.
10543 (nnagent-retrieve-headers): Bind file-name-coding-system to
10544 nnmail-pathname-coding-system.
10545
10546 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10547
10548 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10549 (nnml-request-article, nnml-request-create-group)
10550 (nnml-request-rename-group, nnml-find-id)
10551 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10552 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10553 (nnml-save-marks): Use nnml-group-pathname instead of
10554 nnmail-group-pathname.
10555
10556 (nnml-request-create-group, nnml-request-expire-articles)
10557 (nnml-request-move-article, nnml-request-delete-group)
10558 (nnml-deletable-article-p, nnml-possibly-create-directory)
10559 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10560 (nnml-open-marks): Bind file-name-coding-system to
10561 nnmail-pathname-coding-system.
10562
10563 (nnml-request-article): Pass server argument to nnml-find-group-number.
10564 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10565 Pass server argument to nnml-possibly-create-directory.
10566 (nnml-request-accept-article): Pass server argument to
10567 nnml-active-number and nnml-save-mail.
10568 (nnml-find-group-number): Pass server argument to nnml-find-id.
10569 (nnml-request-update-info): Pass server argument to
10570 nnml-marks-changed-p.
10571
10572 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10573 (nnml-save-mail, nnml-active-number): Add server argument.
10574
10575 (nnml-request-delete-group): Warn if group is missing.
10576 (nnml-get-nov-buffer): Decode group name.
10577 (nnml-generate-active-info): Encode group name.
10578 (nnml-open-marks): Decode group name in messages.
10579
10580 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10581
10582 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10583 if it is not specified.
10584 (gnus-article-pipe-part, gnus-article-save-part)
10585 (gnus-article-interactively-view-part, gnus-article-copy-part)
10586 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10587 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10588 (gnus-article-replace-part, gnus-article-delete-part)
10589 (gnus-article-view-part-as-type): Pass raw prefix argument to
10590 gnus-article-part-wrapper.
10591
10592 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10593
10594 * gnus-agent.el (gnus-agent-save-active):
10595 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10596
10597 * gnus-cache.el (gnus-cache-save-buffers)
10598 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10599 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10600 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10601 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10602 (gnus-cache-generate-active, gnus-cache-rename-group)
10603 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10604 (gnus-cache-update-overview-total-fetched-for):
10605 Bind file-name-coding-system to nnmail-pathname-coding-system.
10606 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10607 New variables.
10608 (gnus-cache-decoded-group-name): New function.
10609 (gnus-cache-file-name): Use it.
10610 (gnus-cache-generate-active): Use non-decoded group name for active.
10611
10612 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10613 right place.
10614 (gnus-write-active-file): Don't break non-ASCII group names.
10615
10616 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10617 nnmail-pathname-coding-system.
10618
10619 * gnus-uu.el (gnus-uu-decode-save): Typo.
10620
10621 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10622
10623 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10624
10625 2007-07-14 David Kastrup <dak@gnu.org>
10626
10627 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10628 finishing actions if we did not edit the article.
10629
10630 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10631
10632 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10633 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10634 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10635 (gnus-agent-flush-group, gnus-agent-flush-cache)
10636 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10637 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10638 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10639 (gnus-agent-regenerate-group)
10640 (gnus-agent-update-files-total-fetched-for)
10641 (gnus-agent-update-view-total-fetched-for):
10642 Bind file-name-coding-system to nnmail-pathname-coding-system.
10643 (gnus-agent-group-pathname): Don't encode file names by
10644 nnmail-pathname-coding-system.
10645 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10646 coding-system-for-write instead of buffer-file-coding-system to
10647 gnus-agent-file-coding-system.
10648
10649 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10650 Decode group name.
10651
10652 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10653
10654 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10655 (gnus-read-newsrc-el-file): Make group names unibyte.
10656
10657 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10658 nnmail-pathname-coding-system.
10659
10660 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10661 (nnrss-request-delete-group): Bind file-name-coding-system to
10662 nnmail-pathname-coding-system.
10663 (nnrss-read-server-data, nnrss-read-group-data):
10664 Bind file-name-coding-system correctly.
10665 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10666
10667 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10668 (nntp-server-to-method-cache): New variable.
10669 (nntp-group-pathname): New function that decodes non-ASCII group names.
10670 (nntp-possibly-create-directory, nntp-marks-changed-p)
10671 (nntp-save-marks, nntp-open-marks): Use it.
10672 (nntp-possibly-create-directory, nntp-open-marks):
10673 Bind file-name-coding-system to nnmail-pathname-coding-system.
10674 (nntp-open-marks): Decode group names when bootstrapping marks.
10675
10676 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10677 Newsgroups and Folowup-To headers.
10678
10679 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10680
10681 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10682 (gnus-server-closed-face, gnus-server-denied-face)
10683 (gnus-server-offline-face): Remove variable.
10684 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10685
10686 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10687 of modifying message-stack directly for XEmacs.
10688
10689 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10690 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10691 if the coding-system argument is nil for XEmacs.
10692
10693 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10694 mm-charset-override-alist.
10695
10696 * rfc2047.el: Don't require base64; require rfc2045 for the function
10697 rfc2045-encode-string.
10698 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10699 to quote the parameter value.
10700
10701 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10702
10703 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10704 form in gnus-group-name-charset-method-alist.
10705
10706 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10707 overrides the default layout edit-form.
10708
10709 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10710
10711 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10712
10713 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10714
10715 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10716 as unfetched articles.
10717
10718 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10719
10720 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10721
10722 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10723
10724 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10725 original back end that keeps marks in the local system.
10726
10727 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10728
10729 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10730 arg of pop-to-buffer for XEmacs.
10731 (gnus-article-read-summary-keys): Ditto; don't restore window
10732 configuration if summary command ends up with neither article buffer
10733 nor summary buffer; describe bindings if summary keys end with C-h.
10734
10735 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10736
10737 * message.el (message-fix-before-sending): Skip raw message part to be
10738 forwarded while checking illegible text.
10739 (message-forward-make-body-mime, message-forward-make-body):
10740 Mark signed or encrypted raw message as having no illegible text.
10741
10742 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10743
10744 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10745 (gnus-message-with-timestamp-1): New macro.
10746 (gnus-message-with-timestamp): New function.
10747 (gnus-message): Use them.
10748
10749 * nnheader.el (nnheader-message): Use them.
10750
10751 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10752
10753 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10754 .newsrc.eld file.
10755
10756 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10757
10758 * gnus-agent.el (gnus-agent-fetch-headers)
10759 (gnus-agent-retrieve-headers):
10760 Bind gnus-decode-encoded-address-function to identity.
10761
10762 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10763 available also when the server returns simply a dot.
10764
10765 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10766
10767 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10768
10769 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10770
10771 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10772
10773 * gnus-ems.el (gnus-x-splash): Make it work.
10774
10775 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10776 from being used.
10777
10778 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10779
10780 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10781 the front stickiness.
10782 (gnus-article-summary-command-nosave): Correct the order of the
10783 arguments passed to pop-to-buffer.
10784 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10785 summary command ends up with the article buffer.
10786
10787 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10788 the same faces.
10789
10790 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10791
10792 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10793
10794 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10795
10796 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10797 * gnus-sum.el (gnus-summary-highlight):
10798 * mail-source.el (mail-source-delete-old-incoming-confirm):
10799 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10800
10801 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10802
10803 * gnus-art.el (gnus-mime-view-part-externally)
10804 (gnus-mime-view-part-internally): Fix predicate function passed to
10805 completing-read.
10806
10807 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10808
10809 * gnus.el (gnus-update-message-archive-method): Add :version.
10810
10811 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10812
10813 * gnus.el (gnus-update-message-archive-method): New variable.
10814
10815 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10816 according to gnus-message-archive-method if
10817 gnus-update-message-archive-method is non-nil.
10818
10819 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10820
10821 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10822 Suggested by Loic Dachary <loic@dachary.org>.
10823 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10824
10825 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10826
10827 * message.el (message-pop-to-buffer): Add switch-function argument.
10828 (message-mail): Pass switch-function argument to it.
10829
10830 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10831
10832 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10833 Improve doc string.
10834
10835 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10836
10837 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10838 (gnus-header-content)
10839 * gnus-cite.el (gnus-cite-10)
10840 * gnus-srvr.el (gnus-server-closed)
10841 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10842 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10843 (gnus-group-mail-3-empty, gnus-group-mail-low)
10844 (gnus-group-mail-low-empty, gnus-splash)
10845 * message.el (message-header-to, message-header-cc)
10846 (message-header-subject, message-header-other, message-header-name)
10847 (message-header-xheader, message-separator, message-cited-text)
10848 (message-mml): Lighten colors of faces used for dark background.
10849
10850 2007-05-24 Simon Josefsson <simon@josefsson.org>
10851
10852 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10853 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10854
10855 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10856
10857 * message.el (message-narrow-to-headers-or-head):
10858 Ignore mail-header-separator in the body.
10859
10860 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10861
10862 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10863 same as window size.
10864
10865 2007-05-22 Kevin Ryde <user42@zip.com.au>
10866
10867 * message.el (message-font-lock-keywords): Use message-header-xheader
10868 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10869 ahead of the anything pattern, to get it recognised.
10870
10871 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10872
10873 * gnus-sum.el (gnus-articles-to-read)
10874 (gnus-summary-insert-old-articles): Don't truncate group name for
10875 `read-string'.
10876
10877 * gnus-util.el (gnus-limit-string): Delete this function.
10878
10879 * gnus-sum.el (gnus-simplify-subject-fully):
10880 Use `truncate-string-to-width' instead.
10881
10882 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10883
10884 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10885 Tell if, on summary exit, the next group has to be selected.
10886 (gnus-summary-exit): Use it.
10887
10888 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10889
10890 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10891 non-break space.
10892
10893 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10894
10895 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10896 Check if group is not a directory.
10897 (nnfolder-request-expire-articles): Don't delete articles if the target
10898 group is not available.
10899
10900 * nnml.el (nnml-request-create-group): Properly check if group is not a
10901 file.
10902 (nnml-request-expire-articles): Don't delete articles if the target
10903 group is not available.
10904
10905 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10906 Don't quote characters that are within parentheses.
10907
10908 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10909
10910 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10911 (gnus-handle-ephemeral-exit): Select article according to it.
10912
10913 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10914
10915 * message.el (message-insert-formated-citation-line): Remove newline.
10916 (message-citation-line-format): Add final \n here so that the user can
10917 avoid a blank line.
10918
10919 2007-05-03 Dan Christensen <jdc@uwo.ca>
10920
10921 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10922 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10923 Update lanl/arXiv support.
10924
10925 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10926
10927 * gnus.el: Bump version number.
10928
10929 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10930
10931 * gnus.el (gnus-version-number): Bump version.
10932
10933 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10934
10935 * gnus.el: No Gnus v0.6 is released.
10936
10937 2007-04-27 Didier Verna <didier@xemacs.org>
10938
10939 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10940 * gmm-utils.el (gmm-regexp-concat): ... here.
10941 * message.el: Don't require 'gnus-util.
10942 (message-dont-reply-to-names): Handle name change above.
10943 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10944
10945 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10946
10947 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10948 since the initial value varies according to the system.
10949
10950 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10951
10952 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10953
10954 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10955
10956 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10957
10958 2007-04-24 Didier Verna <didier@xemacs.org>
10959
10960 Improve the type of gnus-ignored-from-addresses.
10961 * gnus-util.el (gnus-orify-regexp): New function.
10962 * message.el (gnus-util): Require it.
10963 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10964 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10965 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10966
10967 2007-04-24 Didier Verna <didier@xemacs.org>
10968
10969 * gnus-sum.el:
10970 * gnus-utils.el: Fix some trailing whitespaces.
10971
10972 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10973
10974 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10975 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10976 article's Message-ID; refer parent article in summary buffer.
10977
10978 * message.el (message-bounce): Call mime-to-mml.
10979
10980 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10981
10982 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10983
10984 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10985
10986 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10987 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10988 displayed of multipart/alternative part if it is invoked from summary
10989 buffer.
10990
10991 * mm-view.el (mm-inline-text-html-render-with-w3m)
10992 (mm-inline-text-html-render-with-w3m-standalone)
10993 (mm-inline-render-with-function): Use mail-parse-charset by default.
10994
10995 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10996
10997 * parse-time.el (parse-time-string-chars): Check if CHAR
10998 is less than the length of parse-time-syntax.
10999
11000 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11001
11002 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11003 from gnus-newsgroup-processable.
11004
11005 2007-04-16 Didier Verna <didier@xemacs.org>
11006
11007 * gnus-msg.el (gnus-configure-posting-styles):
11008 Handle message-signature-directory properly with :file syntax.
11009 Reported by "Leo".
11010
11011 2007-04-11 Didier Verna <didier@xemacs.org>
11012
11013 New user option: message-signature-directory.
11014 * gnus-msg.el (gnus-configure-posting-styles): Support it.
11015 * message.el (message-insert-signature): Ditto.
11016 * message.el (message-signature-file): Doc update.
11017 * message.el (message-signature-directory): New.
11018
11019 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
11020
11021 * gnus-msg.el (gnus-inews-yank-articles):
11022 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11023
11024 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11025
11026 * message.el (message-yank-original): Make sure cited text ends with
11027 newline; don't exchange point and mark.
11028
11029 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * tls.el (open-tls-stream): Properly handle case where there
11032 is no associated buffer.
11033
11034 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
11035
11036 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11037 message-yank-original, make sure (< mark TEXT point).
11038
11039 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11040
11041 * message.el (message-fill-column): New variable.
11042 (message-mode): Use it. Add comment on a possible new hook.
11043
11044 * nnmail.el (nnmail-spool-file): Mark as obsolete.
11045 (nnmail-get-new-mail): Reformat.
11046
11047 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11048
11049 * gmm-utils.el: Fix Commentary.
11050 (gmm-tool-bar-from-list): Fix typo in doc string.
11051
11052 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
11053
11054 * message.el (message-yank-original): Don't switch point and mark
11055 unnecessarily to put point and mark as documented.
11056
11057 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11058
11059 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11060 from the message heads.
11061
11062 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
11063
11064 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11065 article buffer does not have a window. This may not be the best
11066 solution but is certainly better than setting the start of the null,
11067 that is the current, window.
11068
11069 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11070
11071 * gnus-draft.el (gnus-draft-setup-hook): New hook.
11072 (gnus-draft-setup): Run it.
11073
11074 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11075 gnus-score-fast-scoring. Allow regexp.
11076 (gnus-score-headers): Use it.
11077
11078 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11079 XEmacs.
11080
11081 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11082 string.
11083 (gnus-button-alist): Also catch `<f1> k ...'.
11084 (gnus-treat-display-x-face): Fix doc string.
11085
11086 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11087
11088 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11089 evaluation of gnus-extended-version to ensure correct generation of the
11090 User-Agent header when message-generate-headers-first is used.
11091
11092 2007-03-24 Simon Josefsson <simon@josefsson.org>
11093
11094 * hashcash.el (hashcash-generate-payment-async): Don't crash if
11095 hashcash-path is nil. Don't call callback with incorrect number of
11096 parameters if val is 0.
11097
11098 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11099
11100 * message.el (message-required-news-headers):
11101 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11102
11103 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11104
11105 * message.el (message-generate-new-buffers): Change the meaning of the
11106 nil value; add `standard' to the choices; treat t as `unique'; improve
11107 doc string.
11108 (gnus-select-frame-set-input-focus): Autoload.
11109 (message-buffer-name): Search for the existing message buffer if
11110 message-generate-new-buffers is nil or `standard'; treat the value t of
11111 message-generate-new-buffers as `unique'.
11112 (message-pop-to-buffer): Raise the frame already displaying the message
11113 buffer; clear the echo area after querying.
11114 (message-setup): Pass the `continue' argument to compose-mail.
11115 (message-mail): Prefer `switch-function' if it is given; search for the
11116 existing message buffer if the `continue' argument is non-nil; pass
11117 continue and switch-function arguments to compose-mail by way of
11118 message-setup.
11119 (message-mail-other-window): Adjust argument of message-setup.
11120 (message-mail-other-frame): Ditto.
11121
11122 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11123
11124 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11125 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11126 to turn font-lock on when turning gnus-message-citation-mode on.
11127
11128 2007-03-06 Daiki Ueno <ueno@unixuser.org>
11129
11130 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11131 (mml-smime-function-alist): New variable; add epg as the backend.
11132 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11133 mml-smime- functions instead.
11134 * mm-view.el: Require smime.
11135
11136 2007-03-05 Didier Verna <didier@xemacs.org>
11137
11138 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11139 instead of just inheritance for posting styles.
11140 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11141
11142 2007-02-24 John Paul Wallington <jpw@pobox.com>
11143
11144 * tls.el (tls-certtool-program): Fix custom type.
11145
11146 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11147
11148 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11149 and point-at-eol instead of line-(beginning|end)-position.
11150
11151 * assistant.el (assistant-parse-buffer): Ditto.
11152
11153 2007-02-28 Daiki Ueno <ueno@unixuser.org>
11154
11155 * mml2015.el (mml2015-epg-find-usable-key): New function.
11156 (mml2015-epg-sign): Use it.
11157 (mml2015-epg-encrypt): Use it.
11158
11159 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11160
11161 * message.el (message-make-in-reply-to): Quote name containing
11162 non-ASCII characters. It will make the RFC2047 encoder cause an error
11163 if there are special characters. Reported by NAKAJI Hiroyuki
11164 <nakaji@jp.freebsd.org>.
11165
11166 2007-02-27 Didier Verna <didier@xemacs.org>
11167
11168 Include the group parameters as well as the topic ones in the
11169 inheritance filter process.
11170 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11171 argument GROUP-PARAMS-LIST.
11172 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11173
11174 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11175
11176 * nntp.el (nntp-never-echoes-commands)
11177 (nntp-open-connection-functions-never-echo-commands): New variables.
11178 (nntp-send-command): Use them.
11179
11180 2007-02-20 Daiki Ueno <ueno@unixuser.org>
11181
11182 * mml2015.el (mml2015-epg-verify): Simplify.
11183
11184 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11185
11186 * mml.el (mml-content-disposition-alist): New user option.
11187 (mml-content-disposition): New function.
11188 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11189 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11190
11191 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11192
11193 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11194 verification.
11195
11196 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11197
11198 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11199 articles posted in the last 24 hours.
11200
11201 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11202
11203 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11204
11205 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11206
11207 * nntp.el (nntp-send-command): Don't wait for echoes when
11208 nntp-open-ssl-stream is used.
11209
11210 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11211
11212 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11213 (gnus-message-add-citation-keywords)
11214 (gnus-message-remove-citation-keywords): Remove.
11215 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11216 directly, make the variables in font-lock-defaults buffer-local, add
11217 gnus-message-citation-keywords to them and then update the value of
11218 font-lock-keywords.
11219
11220 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11221
11222 * message.el (message-cite-original-1): Don't call
11223 gnus-article-highlight-citation.
11224
11225 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11226 citations; fix line count.
11227
11228 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11229
11230 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11231 (gnus-message-add-citation-keywords)
11232 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11233 versions of font-lock-add-keywords and font-lock-remove-keywords to
11234 work with XEmacs correctly.
11235
11236 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11237
11238 * gnus-cite.el (gnus-cite-face-list): Set the values of
11239 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11240 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11241 (gnus-message-cite-prefix-regexp): New variable.
11242 (gnus-message-search-citation-line): Use it; protect against long
11243 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11244 the 0th match data for Emacs.
11245 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11246 (gnus-message-add-citation-keywords): Append keywords rather than
11247 prepending; emulate font-lock-add-keywords if it is not available.
11248 (gnus-message-remove-citation-keywords):
11249 Emulate font-lock-remove-keywords if it is not available.
11250
11251 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11252
11253 * message.el (message-cite-prefix-regexp): Set the value of
11254 gnus-message-cite-prefix-regexp.
11255
11256 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11257
11258 * nnweb.el (nnweb-google-parse-1): Update parser.
11259
11260 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11261
11262 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11263
11264 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11265
11266 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11267 regexp.
11268
11269 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11270
11271 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11272 string-to-multibyte.
11273 (uudecode-decode-region-internal): Use it.
11274
11275 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11276
11277 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11278 Fix custom choice.
11279
11280 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11281
11282 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11283
11284 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11285
11286 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11287 `write-region' to respect `mm-inhibit-file-name-handlers'.
11288
11289 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11290
11291 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11292 Use gnus-home-directory instead of "~/" or "$HOME".
11293
11294 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11295
11296 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11297 to mention filename.
11298 Add comments at beginning regarding usage.
11299 (encrypt-write-file-contents): Change interactive so a string is
11300 acceptable. If the file has no associated model, show an error instead
11301 of a nonsense prompt.
11302
11303 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11304
11305 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11306 Thanks to Yoshihiko Yamada for kind notification of this typo.
11307
11308 2007-01-12 Kenichi Handa <handa@m17n.org>
11309
11310 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11311 multibyte buffer.
11312
11313 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11314
11315 * gnus-score.el (gnus-score-fast-scoring): New variable.
11316 (gnus-score-headers): Use it.
11317
11318 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11319
11320 * message.el (message-cite-original-1):
11321 Call gnus-article-highlight-citation if requested.
11322 (message-make-from): Allow name and address as optional arguments.
11323
11324 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11325
11326 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11327 bugs to doc string.
11328 (gnus-button-alist): Add mid\\|message-id.
11329 (gnus-button-fetch-group): Extend for use in
11330 `browse-url-browser-function'.
11331 (gnus-button-url-regexp): Try to catch paired parentheses like in
11332 Wikipedia URLs.
11333
11334 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11335 Suggested by Simon Krahnke <overlord@gmx.li>.
11336
11337 2007-01-13 Romain Francoise <romain@orebokech.com>
11338
11339 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11340 Update copyright.
11341
11342 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11343
11344 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11345
11346 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11347
11348 * gnus-registry.el (gnus-registry-unfollowed-groups)
11349 (gnus-registry-split-fancy-with-parent): Fix documentation.
11350
11351 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11352
11353 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11354 from nnweb groups.
11355
11356 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11357
11358 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11359 Xref urls. Erase buffer before requesting head.
11360
11361 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11362
11363 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11364
11365 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11366 customizable.
11367
11368 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11369
11370 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11371 no signing key is found.
11372 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11373 no encrypting and/or signing key is found.
11374
11375 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11376
11377 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11378
11379 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11380
11381 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11382 headers read from disk with the ones newly found in the current search.
11383 This should no longer cause problems, because the article numbers in
11384 Gmane's `nov.php' output are ignored since the previous change.
11385
11386 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11387
11388 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11389
11390 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11391
11392 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11393
11394 2007-01-01 Romain Francoise <romain@orebokech.com>
11395
11396 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11397
11398 2006-12-31 Steve Youngs <steve@sxemacs.org>
11399
11400 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11401 `define-minor-mode' macro definition expanded properly.
11402 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11403 exclude it there.
11404
11405 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11406 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11407 `fboundp' test.
11408 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11409 This is OK to autoload in (S)XEmacs now.
11410
11411 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11412
11413 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11414 keystroke.
11415 (gnus-summary-limit-to-singletons): Fix typo.
11416
11417 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11418 else fails.
11419
11420 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11421
11422 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11423 docstring.
11424
11425 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11426 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11427 (gnus-summary-insert-dormant-articles): Fix typo in message.
11428
11429 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11430
11431 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11432 nil for XEmacs.
11433 (gnus-message-citation-mode): Don't autoload in XEmacs.
11434
11435 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11436
11437 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11438
11439 * nnimap.el (nnimap-expunge-search-string):
11440 Mention nnimap-search-uids-not-since-is-evil in docstring.
11441
11442 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11443
11444 * spam.el: Revert to make-obsolete-variable because
11445 define-obsolete-variable-alias is not supported in Emacs 21.
11446
11447 * spam.el (spam-ifile-path, spam-ifile-database-path)
11448 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11449 make-obsolete-variable.
11450 (spam-bsfilter-path, spam-bsfilter-program)
11451 (spam-spamassassin-path, spam-spamassassin-program)
11452 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11453 Don't use "path" inappropriately.
11454 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11455 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11456 variable names.
11457
11458 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11459
11460 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11461 summary buffer.
11462
11463 * password.el (password-cache-remove): Use clear-string to burn
11464 password, if available.
11465
11466 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11467
11468 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11469
11470 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11471
11472 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11473 (gnus-message-highlight-citation): Move defcustom here from
11474 gnus-cite.el.
11475 (gnus-message-citation-mode): Autoload.
11476
11477 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11478 checks to make it compile with XEmacs.
11479 (gnus-message-citation-mode): New minor mode.
11480 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11481 (gnus-message-highlight-citation): New variables.
11482 (gnus-message-search-citation-line)
11483 (gnus-message-add-citation-keywords)
11484 (gnus-message-remove-citation-keywords)
11485 (turn-on-gnus-message-citation-mode)
11486 (turn-off-gnus-message-citation-mode): New functions.
11487
11488 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11489
11490 * gnus-cite.el: Enable highlighting of different citation levels in
11491 message-mode.
11492
11493 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11494
11495 * message.el (message-make-fqdn): Fix comment.
11496 (message-bogus-system-names): Add ".local".
11497
11498 * spam.el (spam-ifile-path, spam-ifile-program)
11499 (spam-ifile-database-path, spam-ifile-database)
11500 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11501 Don't use "path" inappropriately.
11502 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11503 strings.
11504 (spam-check-ifile, spam-ifile-register-with-ifile)
11505 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11506 Use new variable names.
11507
11508 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11509 (gnus-treat-display-smileys): Simplify using
11510 gnus-image-type-available-p.
11511
11512 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11513 available.
11514
11515 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11516
11517 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11518 one after turning on the buffer's multibyteness instead of decoding
11519 them directly in the unibyte buffer that causes unexpected conversion
11520 in Emacs 23 (unicode).
11521
11522 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11523
11524 * message.el (message-generate-hashcash): Fix custom type.
11525
11526 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11527
11528 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11529
11530 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11531
11532 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11533 disconnect icons. Add help text.
11534
11535 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11536
11537 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11538 negated to be consistent with the others we handle.
11539
11540 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11541
11542 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11543 version of gnus-summary-buffer to something, so that we can use two
11544 article buffers at the same time.
11545
11546 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11547
11548 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11549 trigger all the extra headers.
11550 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11551 sorting.
11552
11553 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11554
11555 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11556 solid groups.
11557
11558 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11559
11560 * legacy-gnus-agent.el: Add Copyright notice.
11561
11562 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11563
11564 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11565
11566 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11567
11568 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11569
11570 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11571 to make it work reliably in CVS Emacs.
11572 (gnus-summary-limit-strange-charsets-predicate)
11573 (gnus-summary-limit-to-predicate): New functions.
11574
11575 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11576
11577 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11578 specifying array size.
11579 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11580 array if it is too small.
11581 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11582 (gnus-sort-threads-loop): New function.
11583
11584 2006-12-06 Chris Moore <dooglus@gmail.com>
11585
11586 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11587 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11588
11589 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11590
11591 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11592 options.
11593
11594 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11595
11596 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11597 DOS-ing the recipient.
11598
11599 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11600 the headers when creating the mapping to avoid mismappings.
11601 (nnweb-gmane-create-mapping): Always nix out old mapping.
11602
11603 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11604
11605 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11606 and mm-verify-option to never.
11607
11608 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11609
11610 * message.el (message-signed-or-encrypted-p): New function.
11611 (message-forward-make-body): Use it.
11612
11613 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11614 Replace encode-coding-string with mm-encode-coding-string.
11615
11616 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11617
11618 * nneething.el (nneething-decode-file-name):
11619 Replace decode-coding-string with mm-decode-coding-string.
11620
11621 * gnus-int.el (gnus-open-server): Say failed server's name.
11622
11623 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11624
11625 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11626 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11627
11628 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11629 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11630 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11631 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11632 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11633 (gnus-subscribe-newsgroup, gnus-1):
11634 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11635 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11636 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11637 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11638
11639 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11640
11641 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11642 keystroke.
11643 (gnus-summary-limit-to-bodies): Implement headersp.
11644
11645 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11646
11647 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11648
11649 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11650
11651 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11652
11653 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11654
11655 * message.el (message-generate-hashcash): Expand range of values to
11656 include `opportunistic'.
11657 (message-send-mail): Use it.
11658
11659 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11660
11661 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11662 and comment it.
11663
11664 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11665
11666 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11667
11668 * gnus-util.el (gnus-extract-address-components): Improve comment.
11669
11670 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11671
11672 * gnus-util.el (gnus-extract-address-components): Work with address in
11673 which the name portion contains @.
11674
11675 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11676
11677 * gnus.el (gnus-start): Move custom group up.
11678 (gnus-select-method): Don't autoload, but make it available for
11679 `customize-variable'.
11680 (gnus-getenv-nntpserver): Don't autoload.
11681
11682 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11683
11684 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11685
11686 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11687
11688 * message.el (message-sendmail-extra-arguments): New variable.
11689 (message-send-mail-with-sendmail): Use it.
11690
11691 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11692
11693 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11694 mm-with-unibyte-current-buffer to make string unibyte.
11695
11696 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11697 mm-string-as-multibyte.
11698
11699 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11700
11701 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11702 Reported by Werner Koch <wk@gnupg.org>.
11703
11704 2006-11-14 Daiki Ueno <ueno@p360>
11705
11706 * mml2015.el: Autoload epa-select-keys when compiling.
11707
11708 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11709
11710 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11711 message-options.
11712 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11713
11714 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11715
11716 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11717 EasyPG (< 0.0.6).
11718 (mml2015-always-trust): New user option.
11719 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11720 prompt.
11721
11722 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11723
11724 * nntp.el (nntp-authinfo-force): New variable.
11725 (nntp-send-authinfo): Use it.
11726
11727 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11728
11729 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11730 decode encoded words. Improve prompt. Add comment about forwarding.
11731 (message-replacement-char): Move up.
11732
11733 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11734
11735 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11736 instead of gnus-intersection because arguments of gnus-sorted-nunion
11737 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11738
11739 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11740
11741 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11742 (message-simplify-subject-functions):
11743 Enable message-strip-subject-encoded-words by default.
11744
11745 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11746
11747 * message.el (message-strip-subject-encoded-words): New function.
11748 (message-simplify-subject-functions): New variable.
11749 (message-simplify-subject): Use it. Fix typo in doc string.
11750 Support message-strip-subject-encoded-words.
11751
11752 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11753
11754 * gnus-diary.el (gnus-diary-delay-format-function):
11755 * nndiary.el (nndiary-reminders):
11756 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11757
11758 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11759
11760 * gnus-art.el (article-hide-boring-headers): Fetch date from
11761 gnus-original-article-buffer to avoid problems with localized date
11762 strings.
11763
11764 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11765
11766 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11767
11768 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11769
11770 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11771 New variables.
11772 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11773 (mm-charset-synonym-alist): Move some entries to
11774 mm-codepage-iso-8859-list.
11775 (mm-charset-synonym-alist, mm-charset-override-alist):
11776 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11777
11778 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11779
11780 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11781
11782 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11783
11784 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11785 with Emacs 21 and XEmacs.
11786
11787 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11788
11789 * spam.el (spam-parse-address): New function for better parsing,
11790 catching errors, etc.
11791 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11792
11793 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11794
11795 * mm-view.el: Add interactive arg to html2text autoload.
11796
11797 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11798
11799 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11800
11801 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11802
11803 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11804 New variables.
11805 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11806 (mm-charset-synonym-alist): Move some entries to
11807 mm-codepage-iso-8859-list.
11808
11809 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11810
11811 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11812
11813 * message.el (message-citation-line-format)
11814 (message-insert-formated-citation-line): Fix implementation of %E, %N
11815 and %n according to the doc string.
11816
11817 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11818
11819 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11820 Use car-safe to avoid bad parses.
11821
11822 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11823
11824 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11825 names.
11826
11827 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11828
11829 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11830
11831 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11832 header.
11833
11834 * message.el (message-draft-headers): Add Date.
11835 (message-headers-to-generate): Fix typo in docstring.
11836
11837 * nndraft.el (nndraft-required-headers): New variable.
11838 (nndraft-generate-headers): Use it.
11839
11840 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11841
11842 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11843
11844 * gnus-registry.el (gnus-registry-wash-for-keywords)
11845 (gnus-registry-find-keywords): New functions to allow easy searching of
11846 articles that are in the registry.
11847
11848 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11849
11850 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11851 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11852 Reported by Damien Elmes <damien@repose.cx>.
11853
11854 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11855
11856 * gnus.el (gnus-mime): Remove unused custom group.
11857
11858 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11859
11860 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11861 "blank line" when searching for end of armor headers.
11862
11863 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11864
11865 * gmm-utils.el (gmm-write-region): Fix variable name.
11866
11867 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11868
11869 * gmm-utils.el (gmm-write-region): New function based on compatibility
11870 code from `mm-make-temp-file'.
11871
11872 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11873
11874 * nnmaildir.el (nnmaildir--update-nov)
11875 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11876 Use `gmm-write-region'.
11877
11878 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11879
11880 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11881 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11882
11883 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11884
11885 * message.el (message-replacement-char): New variable.
11886 (message-fix-before-sending): Use it.
11887 (message-simplify-subject): New function to remove duplicate code.
11888 (message-reply, message-followup): Use it.
11889
11890 * gnus-sum.el (gnus-summary-make-menu-bar):
11891 Clarify gnus-summary-limit-to-articles.
11892
11893 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11894
11895 * gnus-util.el (gnus-with-local-quit): New macro.
11896
11897 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11898
11899 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11900
11901 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11902 ignore non-string data.
11903
11904 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11905
11906 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11907 non-string data (needs to be done in the registry too).
11908
11909 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11910
11911 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11912 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11913 (gnus-registry-split-fancy-with-parent)
11914 (gnus-registry-fetch-simplified-message-subject-fast)
11915 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11916 Remove text properties on ingress into the registry and when it's saved.
11917 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11918 registry from entries with no groups.
11919
11920 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11921
11922 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11923 function to remove string properties.
11924
11925 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11926
11927 * gmm-utils.el (gmm): Adjust custom version.
11928
11929 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11930 Adjust custom version.
11931
11932 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11933
11934 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11935
11936 * gnus-art.el (gnus-insert-prev-page-button)
11937 (gnus-insert-next-page-button): Simplify. Reformat.
11938
11939 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11940
11941 * gnus-art.el (gnus-insert-prev-page-button)
11942 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11943
11944 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11945
11946 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11947
11948 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11949
11950 * gnus-art.el (gnus-insert-mime-button)
11951 (gnus-insert-mime-security-button):
11952 Apply gnus-article-button-face to MIME and security buttons.
11953
11954 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11955
11956 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11957 readable.
11958
11959 2006-09-20 Steve Youngs <steve@sxemacs.org>
11960
11961 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11962 `browse-url-of-file' instead of `browse-url'.
11963
11964 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11965
11966 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11967 regexp. Articles containing quotation were cut prematurely.
11968
11969 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11970
11971 * message.el (message-cite-original-1): Use nobody by default for the
11972 value of From header.
11973 (message-reply): Ditto.
11974
11975 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11976
11977 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11978 to the gnus-info. This fixes a bug of inline-PGP message verification.
11979 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11980
11981 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11982
11983 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11984 mails in the doc string. Add some URLs in comment.
11985 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11986
11987 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11988
11989 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11990 backslashes handling and the way to find boundaries of quoted strings.
11991
11992 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11993
11994 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11995 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11996 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11997 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11998
11999 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12000
12001 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12002 doc string.
12003 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12004
12005 2006-09-06 Simon Josefsson <jas@extundo.com>
12006
12007 * mml2015.el (mml2015-use): Doc fix, mention epg.
12008
12009 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12010
12011 * mml2015.el (mml2015-use): Default to epg, if available.
12012
12013 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12014
12015 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12016 message-sender.
12017 (mml1991-epg-encrypt): Ditto.
12018 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12019 message-sender.
12020 (mml2015-epg-encrypt): Ditto.
12021
12022 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
12023
12024 * message.el (message-send-mail-with-sendmail): Look for sendmail in
12025 several common directories.
12026
12027 2006-09-05 Daiki Ueno <ueno@unixuser.org>
12028
12029 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12030 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12031
12032 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12033
12034 * gnus-art.el (article-decode-encoded-words): Make it fast.
12035
12036 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12037
12038 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12039
12040 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12041 in quoted string into `\'.
12042
12043 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12044
12045 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12046 Use standard-syntax-table.
12047
12048 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12049
12050 * gnus-art.el (gnus-decode-address-function): New variable.
12051 (article-decode-encoded-words): Use it to decode headers which are
12052 assumed to contain addresses.
12053 (gnus-mime-delete-part): Remove useless `or'.
12054
12055 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12056 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12057 (gnus-nov-parse-line): Use it to decode From header.
12058 (gnus-get-newsgroup-headers): Ditto.
12059 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12060
12061 * mail-parse.el (mail-decode-encoded-address-region): New alias.
12062 (mail-decode-encoded-address-string): New alias.
12063
12064 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12065 New function.
12066 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12067 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12068 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12069 (rfc2047-decode-string): Ditto.
12070 (rfc2047-decode-address-region): New function.
12071 (rfc2047-decode-address-string): New function.
12072
12073 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
12074
12075 * message.el (message-caesar-buffer-body): Allow rotating headers.
12076
12077 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12078
12079 * message.el (message-insert-formated-citation-line): Fix %f.
12080 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12081
12082 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
12083
12084 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12085 (gnus-bookmark-mouse-available-p): New macro.
12086 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12087 (gnus-bookmark-bmenu-show-infos): Use it.
12088 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12089 (gnus-bookmark-bmenu-hide-infos): Ditto.
12090 (gnus-bookmark-remove-properties): New function.
12091 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12092 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12093 (gnus-bookmark-write-file): Bind coding-system-for-write.
12094 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12095 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12096 group before selecting it.
12097 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12098 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12099 quit-window if it is not available; use gnus-mouse-2 and bind it to
12100 gnus-bookmark-bmenu-select-by-mouse.
12101 (gnus-bookmark-show-details): Remove unused variable `details-list'.
12102 (gnus-bookmark-bmenu-select-by-mouse): New function.
12103
12104 2006-08-13 Romain Francoise <romain@orebokech.com>
12105
12106 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12107 space.
12108
12109 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12110
12111 * compface.el (uncompface): Use binary rather than raw-text-unix.
12112
12113 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12114
12115 * compface.el (uncompface): Make sure the eol conversion doesn't take
12116 place when communicating with the external programs.
12117 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12118
12119 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
12120
12121 * nnheader.el (nnheader-insert-head): Fix typo in comment.
12122
12123 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12124
12125 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12126 Make it more robust by parsing author and date independently.
12127
12128 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12129
12130 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12131
12132 2006-07-28 Daiki Ueno <ueno@unixuser.org>
12133
12134 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12135 first matching secret key.
12136 (mml2015-epg-encrypt): Ditto.
12137
12138 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12139 first matching secret key.
12140 (mml1991-epg-encrypt): Ditto.
12141
12142 * mml2015.el (mml2015-encrypt-to-self): New user option.
12143 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12144 mml2015-epg-encrypt-to-self is set.
12145
12146 * mml1991.el (mml1991-encrypt-to-self): New variable.
12147 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12148 mml1991-epg-encrypt-to-self is set.
12149
12150 * mml2015.el (mml2015-signers): New user option.
12151 (mml2015-epg-sign): Reflect the value of mml2015-signers.
12152 (mml2015-epg-encrypt): Allow to select signing keys.
12153
12154 * mml1991.el (mml1991-signers): New variable.
12155 (mml1991-epg-sign): Reflect the value of mml1991-signers.
12156 (mml1991-epg-encrypt): Allow to select signing keys.
12157
12158 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12159
12160 * nnheader.el (nnheader-insert-head): Make it work even if the file
12161 uses CRLF for the line-break code.
12162
12163 2006-07-25 Daiki Ueno <ueno@unixuser.org>
12164
12165 * mml2015.el: Require mml-sec instead of password.
12166 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12167 (mml2015-cache-passphrase): Inherit the default value from
12168 mml-secure-cache-passphrase.
12169 (mml2015-passphrase-cache-expiry): Inherit the default value from
12170 mml-secure-passphrase-cache-expiry.
12171
12172 * mml1991.el: Require mml-sec instead of password.
12173 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12174 (mml1991-cache-passphrase): Inherit the default value from
12175 mml-secure-cache-passphrase.
12176 (mml1991-passphrase-cache-expiry): Inherit the default value from
12177 mml-secure-passphrase-cache-expiry.
12178
12179 * mml-sec.el: Require password.
12180 (mml-secure-verbose): New user option.
12181 (mml-secure-cache-passphrase): New user option.
12182 (mml-secure-passphrase-cache-expiry): New user option.
12183
12184 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12185
12186 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12187 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12188 andreas@altroot.de (Andreas Vögele).
12189
12190 FIXME: Use `tiny change'?
12191
12192 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12193
12194 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12195 workaround for the url package included with Emacs.
12196
12197 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12198
12199 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12200
12201 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12202 correctly. This fixes a bug caused by the 2006-05-12 change.
12203
12204 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12205
12206 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12207 some information about the error when saying that the `bogus' mail
12208 group will be used.
12209
12210 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12211
12212 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12213 string.
12214
12215 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12216
12217 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12218
12219 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12220
12221 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12222
12223 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12224
12225 * mml1991.el (mml1991-function-alist): Add epg.
12226 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12227 (mml1991-epg-encrypt): New functions.
12228
12229 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12230
12231 * mml2015.el (mml2015-verbose): New variable.
12232 (mml2015-cache-passphrase): Ditto.
12233 (mml2015-passphrase-cache-expiry): Ditto.
12234 (mml2015-function-alist): Add epg.
12235 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12236 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12237 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12238 New functions.
12239
12240 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12241
12242 * message.el (message-cite-original-1): Preserve region when removing
12243 quoted text due to X-No-Archive in order to avoid bogus attribution
12244 when citing multiple messages.
12245
12246 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12247
12248 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12249 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12250
12251 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12252
12253 * gnus-diary.el (gnus-user-format-function-d)
12254 (gnus-user-format-function-D): Autoload.
12255
12256 * imap.el (Commentary): Fix typo.
12257
12258 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12259 2006-04-22 contribution.
12260
12261 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12262
12263 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12264 It didn't really fix the bogosity I'm seeing with solid web groups.
12265
12266 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12267
12268 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12269 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12270 created using server names. If we use the feature without declaring
12271 it, Gnus does not properly manage server and group state.
12272
12273 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12274 bound.
12275
12276 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12277
12278 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12279 looking up the method using GROUP's prefix before inventing a new one.
12280 It is used on killed/unknown groups in various places where returning
12281 an all-new method isn't expected by the caller.
12282
12283 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12284 and match semantics of gnus-group-real-prefix.
12285
12286 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12287
12288 * nnmail.el (nnmail-broken-references-mailers): New variable.
12289 (nnmail-ignore-broken-references): New function generalizing
12290 nnmail-fix-eudora-headers.
12291 (nnmail-fix-eudora-headers): Now obsolete.
12292
12293 * gnus-art.el (gnus-button-handle-custom):
12294 Support `customize-apropos*'.
12295
12296 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12297
12298 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12299
12300 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12301 articles.
12302
12303 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12304
12305 * message.el (message-cite-reply-above): New variable.
12306 (message-yank-original): Use it.
12307
12308 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12309
12310 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12311
12312 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12313
12314 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12315 as read.
12316
12317 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12318
12319 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12320
12321 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12322 (gnus-bookmark-default-file): Use gnus-directory.
12323 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12324 Remove "*" in doc string.
12325 (gnus-bookmark-write-file): Simplify.
12326 (gnus-bookmark-maybe-sort-alist): Use `when'.
12327 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12328 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12329 Add FIXME about Emacs 21 and XEmacs compatibility.
12330 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12331 compatibility.
12332 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12333 compatibility.
12334 (gnus-bookmark-menu-heading): Fix version.
12335
12336 2006-06-19 Bastien Guerry <bzg@altern.org>
12337
12338 * gnus-bookmark.el: New file.
12339
12340 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12341
12342 * message.el (message-syntax-checks): Doc fix.
12343
12344 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12345
12346 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12347 unsubscribed groups as if they were killed ones. It causes duplicate
12348 entries in gnus-newsrc-alist.
12349
12350 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12351
12352 * message.el (message-syntax-checks): Doc fix.
12353 (message-send-mail): Add check for continuation headers.
12354 (message-check-news-header-syntax): Fix regexp used to check for
12355 continuation headers.
12356
12357 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12358
12359 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12360
12361 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12362
12363 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12364
12365 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12366
12367 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12368 default-truncate-lines.
12369
12370 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12371
12372 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12373 to fill the utf-8 entry.
12374
12375 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12376
12377 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12378
12379 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12380
12381 * gnus-agent.el (directory-files-and-attributes): Move all the way
12382 forward (the third and final move).
12383 (gnus-agent-read-agentview): Trap reconstruction errors due to
12384 nonexistent directory. Handle by returning nil.
12385
12386 2006-05-30 Didier Verna <didier@xemacs.org>
12387
12388 * message.el (message-dont-reply-to-names): Update the custom type.
12389 * message.el (message-dont-reply-to-names): New defsubst: potentially
12390 convert a list of regexps into a single one.
12391 * message.el (message-get-reply-headers): Use it.
12392 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12393
12394 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12395
12396 * gnus-agent.el (directory-files-and-attributes): Move forward.
12397
12398 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12399
12400 * gnus-ml.el (gnus-mailing-list-subscribe)
12401 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12402 (gnus-mailing-list-message): Fix doc strings.
12403
12404 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12405
12406 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12407 of doing it manually.
12408
12409 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12410
12411 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12412 comment.
12413
12414 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12415
12416 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12417 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12418 (gnus-agent-read-local): All symbols allocated in my-obarray.
12419 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12420 (gnus-agent-regenerate-group): Check numeric names to see if they are
12421 messages or groups.
12422 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12423 better way of do this...)
12424
12425 * gnus-cache.el (gnus-agent-total-fetched-for):
12426 Ignore 'dummy.group' (there should be a better way of do this...)
12427
12428 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12429
12430 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12431 (gnus-saved-headers): Ditto.
12432 (gnus-default-article-saver): Mention functions may have properties.
12433 (gnus-article-save): Override gnus-save-all-headers and
12434 gnus-saved-headers by :headers property which saver function may have.
12435 (gnus-summary-save-in-file): Add :headers property.
12436 (gnus-summary-write-to-file): Ditto.
12437
12438 * gnus-sum.el (gnus-summary-save-article): Bind
12439 gnus-prompt-before-saving to t when saving many articles in a file;
12440 always show all headers.
12441
12442 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12443
12444 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12445 marks.
12446
12447 * message.el (message-indent-citation): Add optional arguments to allow
12448 using it outside of message buffers.
12449
12450 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12451 (gnus-article-treat-unfold-headers): Use it.
12452 (gnus-article-truncate-lines): New variable.
12453 (gnus-article-mode): Use it.
12454 (gnus-article-toggle-truncate-lines): New function.
12455
12456 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12457 Add gnus-article-toggle-truncate-lines.
12458
12459 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12460 coding system in XEmacs, use binary.
12461
12462 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12463
12464 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12465 after-load-alist.
12466
12467 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12468 this function should save decoded articles.
12469 (gnus-summary-write-to-file): Use property to specify this function
12470 should save decoded articles and specify gnus-summary-save-in-file
12471 should be used to save articles other than the first one when saving
12472 many articles.
12473 (gnus-summary-save-body-in-file): Use property to specify this
12474 function should save decoded articles.
12475 (gnus-summary-write-body-to-file): Use property to specify this
12476 function should save decoded articles and specify
12477 gnus-summary-save-body-in-file should be used to save articles other
12478 than the first one when saving many articles.
12479
12480 * gnus-sum.el (gnus-summary-save-article): Simplify.
12481
12482 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12483
12484 * gnus-art.el (gnus-default-article-saver):
12485 Add gnus-summary-write-body-to-file.
12486 (gnus-article-save-coding-system): Don't use coding system object
12487 in XEmacs.
12488 (gnus-read-save-file-name): Add optional `dir-var' argument which
12489 specifies directory in which files are saved; work even if optional
12490 `variable' argument is not specified.
12491 (gnus-summary-write-to-file): Read file name.
12492 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12493 (gnus-summary-write-body-to-file): New function.
12494
12495 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12496 (gnus-summary-local-variables): Add it.
12497 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12498 (gnus-summary-save-article): Remove optional `decode' argument;
12499 determine whether to decode articles by the value of
12500 gnus-default-article-saver; when saving many files using
12501 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12502 it first and use gnus-summary-save-in-file or
12503 gnus-summary-save-body-in-file thereafter unless
12504 gnus-prompt-before-saving is always; move point to article which
12505 will be saved.
12506 (gnus-summary-save-article-file): Revert.
12507 (gnus-summary-write-article-file): Revert.
12508 (gnus-summary-save-article-body-file): Revert.
12509 (gnus-summary-write-article-body-file): New function.
12510
12511 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12512
12513 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12514
12515 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12516
12517 * gnus-art.el (gnus-default-article-saver): Doc fix.
12518 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12519 from gnus-summary-save-article-coding-system, and default to a
12520 certain coding system.
12521 (gnus-output-to-file): Add coding cookie and encode text according
12522 to gnus-article-save-coding-system; don't use mm-append-to-file.
12523
12524 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12525 gnus-art.el and rename to gnus-article-save-coding-system.
12526 (gnus-summary-save-article): Require gnus-art; don't show all
12527 headers if it decodes articles; don't add coding cookie here;
12528 don't bind mm-text-coding-system-for-write.
12529 (gnus-summary-save-article-file): Save decoded articles.
12530 (gnus-summary-write-article-file): When saving many files, use
12531 gnus-summary-write-to-file first and gnus-summary-save-in-file
12532 thereafter unless gnus-prompt-before-saving is always.
12533 (gnus-summary-save-article-body-file): Save decoded articles.
12534
12535 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12536
12537 * nnrss.el (nnrss-check-group): Bind hash-index.
12538
12539 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12540
12541 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12542 its hash index. Store this hash in `nnrss-group-data'.
12543 (nnrss-read-group-data): Update accordingly.
12544
12545 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12546
12547 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12548 entry.
12549
12550 * gnus-sum.el (gnus-summary-make-menu-bar):
12551 Add gnus-article-browse-html-article.
12552
12553 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12554
12555 * gnus-sum.el (gnus-summary-mime-map):
12556 Add gnus-article-browse-html-article.
12557
12558 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12559
12560 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12561 suitable coding systems in customize.
12562
12563 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12564
12565 * mail-source.el (mail-sources): Fix custom type.
12566
12567 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12568
12569 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12570 (gnus-summary-expire-articles-now): Shorten prompt.
12571
12572 * gmm-utils.el (wid-edit): Require.
12573 (defun-gmm): Rename from `gmm-defun-compat'.
12574 (gmm-image-search-load-path): Use it.
12575 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12576
12577 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12578
12579 * gnus-sum.el (gnus-summary-save-article-coding-system):
12580 New variable.
12581 (gnus-summary-save-article): Add optional `decode' argument.
12582 If it is set and gnus-summary-save-article-coding-system is non-nil,
12583 save decoded article.
12584 (gnus-summary-write-article-file): Save decoded article if
12585 gnus-summary-save-article-coding-system is non-nil.
12586
12587 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12588 type.
12589
12590 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12591
12592 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12593
12594 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12595
12596 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12597 first to test gnus-single-article-buffer which may be buffer-local.
12598
12599 * gnus-sum.el (gnus-summary-setup-buffer):
12600 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12601 group; make gnus-article-buffer, gnus-article-current, and
12602 gnus-original-article-buffer always buffer-local.
12603 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12604 group.
12605 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12606
12607 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12608
12609 * nnml.el (nnml-request-compact-group): Compressed files might not
12610 have .gz extension.
12611
12612 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12613
12614 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12615 (mm-copy-to-buffer): Use with-current-buffer.
12616 (mm-display-part): Simplify.
12617 (mm-inlinable-p): Add optional arg `type'.
12618
12619 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12622 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12623 Try harder to show the attachment internally or externally using
12624 gnus-mime-view-part-as-type.
12625
12626 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12627
12628 * message.el (message-from-style, message-signature-separator)
12629 (message-user-organization-file, message-send-mail-function)
12630 (message-citation-line-function, message-yank-prefix)
12631 (message-indent-citation-function, message-signature)
12632 (message-signature-file, message-signature-insert-empty-line):
12633 Remove autoloads.
12634
12635 * gnus-art.el (gnus-buttonized-mime-types):
12636 Remove "multipart/signed". Revert 2006-04-26 change.
12637
12638 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12639
12640 * gnus.el (gnus-version-number): Bump version.
12641
12642 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12643
12644 * gnus.el: No Gnus v0.5 is released.
12645
12646 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12647
12648 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12649 fetching articles by message-id.
12650
12651 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12652
12653 * message.el (hashcash): Require hashcash as normal.
12654
12655 * ecomplete.el (ecomplete-highlight-match-line):
12656 Use point-at-eol.
12657 (ecomplete-highlight-match-line): Use `highlight', because that
12658 face exists in both Emacs and XEmacs.
12659
12660 * message.el (message-display-abbrev): Use point-at-bol.
12661
12662 * mail-source.el: Don't require timer/timer-funcs.
12663
12664 * gnus-async.el: Ditto.
12665
12666 * password.el: Ditto.
12667
12668 * mm-url.el: Ditto.
12669
12670 * mm-util.el: Require timer/timer-funcs.
12671
12672 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12673
12674 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12675 Close.
12676
12677 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12678
12679 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12680 unibyte after clear-decrypt function runs.
12681
12682 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12683 returns as a unibyte string.
12684
12685 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12686
12687 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12688 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12689 (mml1991-pgg-encrypt): Ditto.
12690
12691 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12692
12693 * message.el (message-user-organization-file): Check several
12694 locations of the organization file.
12695
12696 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12697 Add gnus-article-view-part-as-type.
12698
12699 * gnus-art.el (gnus-article-view-part-as-type): New function.
12700
12701 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12702 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12703
12704 * mml.el: Simplify autoload.
12705 (mml-mode): defvar dnd-protocol-alist instead of using
12706 symbol-value.
12707 (mml-default-directory): New variable.
12708 (mml-minibuffer-read-file): Use it.
12709 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12710
12711 * message.el (message-citation-line-format): New variable.
12712 (message-insert-formated-citation-line): New function.
12713 (message-citation-line-function):
12714 Add `message-insert-formated-citation-line' to custom type.
12715
12716 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12717 to doc string.
12718
12719 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12720 depending on mm-verify-option.
12721
12722 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12723
12724 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12725 binding pgg-* variables; reimplement the section which prevents
12726 MIME header from being signed.
12727 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12728 pgg-text-mode; remove a blank line at the top of body.
12729
12730 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12731 lines at the top of body; use gnus-newsgroup-charset if there's no
12732 Charset header.
12733
12734 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12735
12736 * message.el (message-self-insert-commands): Doc fix.
12737
12738 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12739 (mm-uu-pgp-encrypted-test): Ditto.
12740 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12741 between header and body; return application/pgp-encrypted handle
12742 if decryption failed; decode decrypted body by charset.
12743
12744 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12745 element match to application/pgp-*.
12746
12747 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12748
12749 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12750 HTML.
12751
12752 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12753
12754 * mail-source.el (mail-source-call-script): Message the error
12755 string.
12756
12757 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12758
12759 * gnus-util.el (gnus-byte-compile): Use it.
12760
12761 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12762
12763 * gnus-util.el (kill-empty-logs): New function.
12764
12765 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12766
12767 * message.el (message-mail-alias-type): Doc fix.
12768 (message-mail-alias-type-p): New function.
12769 (message-send): Use it.
12770 (message-mode): Ditto.
12771 (message-strip-forbidden-properties): Ditto.
12772
12773 * ecomplete.el (ecomplete-database-file-coding-system):
12774 New variable.
12775 (ecomplete-save): Use it.
12776 (ecomplete-setup): Use it.
12777
12778 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12779
12780 * message.el (message-self-insert-commands): New variable.
12781 (message-strip-forbidden-properties): Use it.
12782
12783 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12784
12785 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12786 that doesn't make XEmacs choke.
12787
12788 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12789
12790 * gnus-util.el (gnus-replace-in-string):
12791 Prefer replace-regexp-in-string over of replace-in-string.
12792
12793 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12794
12795 * gnus-util.el (gnus-select-frame-set-input-focus):
12796 Use select-frame-set-input-focus if it is available in XEmacs; use
12797 definition defined in Emacs 22 for old Emacsen.
12798
12799 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12800
12801 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12802
12803 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12804
12805 * gnus-registry.el (gnus-registry-cache-save): Remove text
12806 properties when saving via the temp buffer.
12807
12808 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12809
12810 * message.el (message-generate-hashcash): Honor custom type.
12811
12812 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12813
12814 * message.el (message-generate-hashcash): Default to non-nil when
12815 hashcash is found.
12816
12817 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12818 (gnus-refer-thread-limit): Increase default to 500.
12819
12820 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12821
12822 * flow-fill.el (fill-flowed): Allow delete-space.
12823
12824 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12825
12826 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12827 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12828 Remove autoloads.
12829
12830 2006-04-18 Simon Josefsson <jas@extundo.com>
12831
12832 * message.el (message-generate-hashcash): Default to.
12833
12834 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12835
12836 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12837 concatenating segments rather than before concatenating them.
12838
12839 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12840
12841 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12842
12843 * imap.el (imap-quote-specials): New function.
12844 (imap-login-auth): Quote specials.
12845
12846 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12847
12848 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12849
12850 * message.el (message-forward-make-body-plain):
12851 Allow message-forward-ignored-headers to be a list.
12852 (message-remove-ignored-headers): Factor out into function.
12853 (message-forward-make-body-mml): Use it.
12854 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12855 (rfc2231-parse-string): Allow concatanation of parameters that
12856 aren't contiguous. The test case is
12857 (mail-header-parse-content-type "message/external-body;
12858 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12859 access-type=LOCAL-FILE;
12860 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12861
12862 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12863
12864 * nntp.el (nntp-accept-process-output): Return the value of
12865 `nnheader-accept-process-output'.
12866
12867 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12868
12869 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12870 (gnus-button-alist): Recognize more diff formats.
12871 (gnus-button-patch): Strip directory.
12872
12873 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12874
12875 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12876 Emacs 22 when setting focus.
12877
12878 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12879
12880 * gnus-art.el (gnus-article-treat-types): Do treatment of
12881 text/x-verbatim parts.
12882 (gnus-button-patch): New command.
12883
12884 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12885 addresses that contain invalid characters.
12886
12887 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12888
12889 * message.el (message-put-addresses-in-ecomplete):
12890 Use gnus-replace-in-string.
12891 (message-is-yours-p): Use the more correct
12892 mail-header-parse-address instead of
12893 mail-extract-address-components.
12894 (message-put-addresses-in-ecomplete): Fix typo.
12895
12896 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12897 keystroke.
12898
12899 * gnus-art.el (gnus-treatment-function-alist): Change order of
12900 newsgroups/generic header folding to avoid double-folding.
12901
12902 * message.el (message-hidden-headers): Add X-Draft-From.
12903
12904 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12905 New command.
12906 (gnus-summary-repeat-search-article-backward): New command.
12907
12908 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12909 groups in the parent topic.
12910
12911 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12912
12913 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12914 (spam-extra-header-to-number): Return the CRM114 number as a
12915 number instead of a string.
12916
12917 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12918
12919 * gnus-art.el (gnus-face-properties-alist): Move here from
12920 gnus-fun.
12921
12922 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12923
12924 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12925
12926 * message.el (message-strip-forbidden-properties): Only display on
12927 self-insert-command.
12928
12929 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12930 reindent.
12931 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12932
12933 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12934
12935 * smiley.el (smiley-style): Fix typo.
12936
12937 2006-03-23 Kenichi Handa <handa@m17n.org>
12938
12939 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12940 instead of set-buffer-multibyte.
12941
12942 2006-03-23 Kenichi Handa <handa@m17n.org>
12943
12944 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12945 buffer and then decode the buffer text if necessary.
12946 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12947 first, and after mm-encode-body, change the buffer to unibyte.
12948
12949 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12950
12951 * hashcash.el (hashcash-insert-payment-async-2):
12952 Use message-goto-eoh instead of doing it manually.
12953 (mail-add-payment): Use message-narrow-to-header instead of trying
12954 to do the same itself.
12955
12956 * message.el (message-hidden-headers): Add Face.
12957
12958 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12959 reparenting code.
12960 (gnus-summary-reparent-children): Refactored out code.
12961 (gnus-summary-thread-map): New keystroke.
12962 (gnus-summary-reparent-children): Make into command.
12963
12964 * smiley.el (smiley-style): Default to `medium' if using a large
12965 font.
12966
12967 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12968 does it itself.
12969
12970 * message.el (message-point-in-header-p): Simplify definition.
12971
12972 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12973
12974 * nnagent.el (nnagent-request-set-mark): Silence log file
12975 writing.
12976 (nnagent-request-set-mark): Use write-region instead of
12977 append-to-file.
12978
12979 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12980 strange select method.
12981
12982 * ecomplete.el (ecomplete-display-matches): Get highlightling
12983 right.
12984 (ecomplete-display-matches): Use literals.
12985 (ecomplete-display-matches): Disable message logging.
12986
12987 * message.el (message-display-abbrev): Small optimization.
12988
12989 * ecomplete.el (ecomplete-display-matches): Allow automatic
12990 display.
12991
12992 * message.el (message-strip-forbidden-properties):
12993 Display abbrevs.
12994 (message-display-abbrev): Get automatic display right.
12995
12996 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12997 keystrokes.
12998
12999 2006-04-13 Romain Francoise <romain@orebokech.com>
13000
13001 TODO: Backport to v5-10!
13002
13003 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13004 Move here (and rename) from gnus-registry.el.
13005
13006 * gnus-registry.el: Require gnus-util.
13007 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13008
13009 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13010
13011 * gnus-group.el (gnus-group-catchup-current):
13012 Change if-then-else-if-then-else into cond.
13013 (gnus-group-catchup): Indent.
13014 (group-name-at-point): New function.
13015 (gnus-fetch-group): Provide default from thing at point.
13016
13017 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13018
13019 * message.el (message-display-abbrev): Fix regexp.
13020
13021 * ecomplete.el (ecomplete-highlight-match-line):
13022 Reimplement choosing.
13023 (ecomplete-highlight-match-line): Fix up code rewrite, remove
13024 dead variables.
13025
13026 * message.el (message-newline-and-indent): Remove debugging.
13027 (message-display-abbrev): Use new implementation.
13028
13029 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13030
13031 * gnus-art.el (gnus-article-mode):
13032 Set cursor-in-non-selected-windows to nil.
13033
13034 * smiley.el: Revert previous change.
13035 (smiley-data-directory): defvar it before using it in the
13036 defcustom of `smiley-style'.
13037
13038 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13039
13040 * message.el (message-newline-and-indent): New function.
13041
13042 * ecomplete.el: Implement more bits.
13043
13044 * message.el (message-put-addresses-in-ecomplete): Clean up the
13045 string.
13046
13047 * ecomplete.el (ecomplete-add-item): Chop off decimals.
13048
13049 * gnus-sum.el (gnus-summary-save-parts):
13050 Bind gnus-summary-save-parts-counter and use it to make unique file
13051 names.
13052
13053 * gnus-art.el (gnus-ignored-headers): Add some more headers.
13054
13055 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13056 parameter to say whether to actually parse the individual
13057 addresses.
13058
13059 * message.el (message-put-addresses-in-ecomplete): New function.
13060 (ecomplete): Require.
13061 (message-mail-alias-type): Add ecomplete as an option.
13062
13063 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
13064
13065 * flow-fill.el (fill-flowed): Remove trailing space from blank
13066 quoted lines.
13067
13068 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13069
13070 * smiley.el (smiley-style): Move definition later to avoid a
13071 compilation warning.
13072
13073 2006-04-12 Kenichi Handa <handa@m17n.org>
13074
13075 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13076 buffer and then decode the buffer text if necessary.
13077 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13078 first, and after mm-encode-body, change the buffer to unibyte.
13079 Use mm-disable-multibyte instead of set-buffer-multibyte.
13080
13081 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13082
13083 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13084 Content-Type header instead of Content-Disposition header.
13085 (gnus-mime-inline-part): Ditto.
13086 (gnus-mime-view-part-as-charset): Ignore charset that the part
13087 specifies.
13088
13089 * mm-decode.el (mm-display-part): Work with external parts and
13090 usual parts similarly.
13091
13092 * mm-extern.el (mm-inline-external-body): Use mm-display-part
13093 instead of gnus-display-mime.
13094
13095 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13096 instead of with-temp-buffer.
13097
13098 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13099 tag to summarized topics part in order to encode non-ASCII text.
13100
13101 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13102
13103 * smiley.el (smiley-style): New variable.
13104 (smiley-directory): New function.
13105 (smiley-data-directory): Derive from `smiley-style' using
13106 `smiley-directory'.
13107 (smiley-regexp-alist): Add new entries.
13108
13109 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13110 (gnus-article-browse-delete-temp): Add :version.
13111
13112 2006-04-11 Arne Jørgensen <arne@arnested.dk>
13113
13114 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13115 the sieve region.
13116
13117 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13118
13119 * gnus.el (gnus-version-number): Bump version.
13120
13121 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13122
13123 * gnus.el: No Gnus v0.4 is released.
13124
13125 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13126
13127 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13128 layout.
13129
13130 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13131 unknown charset.
13132
13133 * message.el (message-header-synonyms): Add Original-To to the
13134 default.
13135
13136 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13137 optional parameter.
13138
13139 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13140
13141 * gnus-fun.el (gnus): Require it for gnus-directory.
13142
13143 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13144
13145 * gnus-fun.el (gnus-face-properties-alist): Add :version.
13146
13147 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13148
13149 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13150
13151 2006-04-05 Simon Josefsson <jas@extundo.com>
13152
13153 * password.el (password-reset): New function.
13154
13155 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13156
13157 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13158 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13159
13160 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13161
13162 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13163 Some whitespace was matched into the url, which broke browsing hits
13164 > 100 when mm-url-use-external was nil.
13165
13166 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13167
13168 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13169 Check gnus-extra-headers for 'Newsgroups.
13170
13171 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13172 bound.
13173
13174 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13175
13176 * pgg-gpg.el: Clean up process buffers every time gpg processes
13177 complete.
13178
13179 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13180
13181 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13182 doc string.
13183
13184 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13185
13186 * pgg-gpg.el (pgg-gpg-process-filter)
13187 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13188
13189 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13190 lines, temporary fix.
13191
13192 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13193
13194 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13195
13196 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13197
13198 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13199 default-enable-multibyte-characters. This reverts the change from
13200 revision 6.17 which is no longer necessary because the passphrase
13201 is sent separately now. GnuPG messages are unreadable under
13202 multibyte locales with default-enable-multibyte-characters set to
13203 nil.
13204
13205 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13206
13207 * message.el (message-tool-bar-gnome): Move "spell".
13208
13209 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13210
13211 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13212 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13213 instead.
13214
13215 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13216
13217 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13218 Improve newsgroups handling for NNTP overviews which don't include
13219 Newsgroups.
13220
13221 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13222
13223 * message.el (message-resend): Bind message-generate-hashcash to nil.
13224
13225 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13226
13227 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13228 when searching for already-paid recipients.
13229
13230 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13231
13232 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13233 passphrases when it is not needed.
13234 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13235 passphrase stuff from gpg, should only be necessary when you use
13236 gpg with a smartcard.
13237
13238 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13239
13240 * mml.el (mml-insert-mime): Ignore cached contents of
13241 message/external-body part.
13242
13243 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13244 (mm-insert-part): Ditto.
13245
13246 2006-03-23 Simon Josefsson <jas@extundo.com>
13247
13248 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13249 Reiner.
13250 (pgg-gpg-use-agent-p): Use it again.
13251
13252 2006-03-23 Simon Josefsson <jas@extundo.com>
13253
13254 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13255 older emacsen.
13256 (pgg-gpg-use-agent-p): Don't use it.
13257
13258 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13259
13260 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13261 if we can.
13262
13263 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13264
13265 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13266 (pgg-gpg-update-agent): New function.
13267 (pgg-gpg-use-agent-p): New function.
13268 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13269 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13270 (pgg-gpg-sign-region): Use it.
13271
13272 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13273
13274 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13275 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13276
13277 2006-03-21 Simon Josefsson <jas@extundo.com>
13278
13279 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13280 <wilde@sha-bang.de>.
13281 (pgg-gpg-use-agent): New variable.
13282 (pgg-gpg-process-region): Use it.
13283 (pgg-gpg-encrypt-region): Likewise.
13284 (pgg-gpg-encrypt-symmetric-region): Likewise.
13285 (pgg-gpg-decrypt-region): Likewise.
13286 (pgg-gpg-sign-region): Likewise.
13287 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13288
13289 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13290
13291 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13292
13293 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13294 Add comment on version.
13295
13296 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13297
13298 * smiley.el: Add missing test smiley.
13299
13300 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13301
13302 * mm-decode.el (mm-with-part): New macro.
13303 (mm-get-part): Use it; work with message/external-body as well.
13304 (mm-save-part): Treat name and filename equally.
13305
13306 * mm-extern.el (mm-extern-cache-contents): New function.
13307 (mm-inline-external-body): Use it; force the part to be displayed;
13308 move undisplayer added to the cached handle to the parent.
13309
13310 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13311 (gnus-mime-view-part-as-type): Work with message/external-body.
13312
13313 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13314
13315 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13316
13317 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13318 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13319 Emacs.]
13320
13321 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13322
13323 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13324 path rather than symbol. Always return list of directories.
13325 Guarantee that image directory comes first. [Sync with image.el,
13326 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13327
13328 * message.el (message-make-tool-bar): Adjust to new API of
13329 `gmm-image-load-path-for-library'.
13330
13331 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13332
13333 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13334
13335 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13336
13337 * gnus-art.el (gnus-article-only-boring-p):
13338 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13339 intangible text.
13340 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13341
13342 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13343
13344 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13345 Use `defun' instead of `gmm-defun-compat'.
13346
13347 2006-03-14 Simon Josefsson <jas@extundo.com>
13348
13349 * message.el (message-unique-id): Don't use message-number-base36
13350 if (user-uid) is a float.
13351 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13352
13353 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13354
13355 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13356
13357 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13358 empty line between a part and a message part.
13359
13360 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13361
13362 * smiley.el: Add more test smileys.
13363 (smiley-data-directory, smiley-regexp-alist)
13364 (gnus-smiley-file-types): Fix doc strings.
13365 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13366 adding new elements.
13367 (smiley-mouse-map): Unused code. Make it a comment.
13368
13369 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13370
13371 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13372 scan latest NoCeM messages instead of old ones.
13373 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13374 delimiters that are recently used.
13375 (gnus-nocem-load-cache): Add autoload cookie.
13376
13377 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13378
13379 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13380 level which is larger than gnus-use-nocem is specified.
13381
13382 * gnus-group.el (gnus-group-get-new-news): Ditto.
13383
13384 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13385
13386 * gnus-util.el (gnus-tool-bar-update): New function.
13387
13388 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13389 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13390
13391 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13392
13393 * gnus-group.el (gnus-group-redraw-when-idle)
13394 (gnus-group-redraw-check): Remove.
13395 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13396
13397 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13398
13399 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13400 if optional last element is specified in splits (FIELD VALUE...).
13401
13402 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13403
13404 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13405 to gmm-image-load-path-for-library. Call with no-error argument.
13406 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13407
13408 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13409
13410 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13411
13412 * gmm-utils.el (gmm-image-load-path): Remove alias.
13413
13414 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13415
13416 * gmm-utils.el (gmm-image-load-path): Add alias.
13417
13418 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13419 nnml-generate-nov-databases-1.
13420 (nnml-generate-nov-databases): Use it.
13421 (nnml-generate-nov-databases-directory): Document no-active
13422 argument.
13423
13424 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13425 directory if path is t. Add no-error.
13426
13427 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13428 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13429
13430 * gnus-art.el (gnus-article-browse-delete-temp-files):
13431 Simplify resetting gnus-article-browse-html-temp-list.
13432
13433 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13434 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13435 Add example to docstring. Rename local variables. Move error
13436 checks to default case in cond and simplify.
13437
13438 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13439
13440 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13441 handle is multipart when calling it recursively.
13442 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13443
13444 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13445
13446 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13447 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13448
13449 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13450
13451 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13452 is loaded.
13453
13454 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13455 loaded.
13456
13457 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13458
13459 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13460 to "Emacs 23 (unicode)" in doc string.
13461
13462 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13463 "Emacs 23 (unicode)" in comment.
13464
13465 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13466
13467 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13468
13469 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13470 characters 160 through 255 in Emacs 23.
13471
13472 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13473
13474 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13475 gnus-article-browse-html-temp.
13476 (gnus-article-browse-delete-temp): Make it customizable.
13477 Add `file'. Adjust doc string.
13478 (gnus-article-browse-delete-temp-files): Add argument.
13479 Allow query for each file. Adjust doc string.
13480 (gnus-article-browse-html-parts):
13481 Add `gnus-article-browse-delete-temp-files' to
13482 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13483
13484 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13485
13486 * gnus-art.el (gnus-article-browse-html-temp)
13487 (gnus-article-browse-delete-temp): New variables.
13488 (gnus-article-browse-delete-temp-files): New function.
13489 (gnus-article-browse-html-parts): Use it.
13490
13491 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13492
13493 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13494
13495 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13496 string.
13497
13498 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13499 gnus-summary-insert-new-articles when unplugged.
13500 Remove gnus-summary-search-article-forward.
13501
13502 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13503 display-visual-class instead of display-color-cells.
13504
13505 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13506
13507 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13508 message/* containing non-ASCII text properly.
13509
13510 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13511
13512 * message.el: Require gmm-utils, remove autoloads.
13513 (message-tool-bar): Set default based on
13514 gmm-tool-bar-style.
13515 (message-tool-bar-gnome): Add gmm-customize-mode.
13516
13517 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13518 gmm-tool-bar-style.
13519 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13520
13521 * gnus-group.el (gnus-group-tool-bar): Set default based on
13522 gmm-tool-bar-style.
13523 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13524
13525 * gmm-utils.el (gmm-image-directory): Rename variable from
13526 gmm-image-load-path.
13527 (gmm-image-load-path): Use gmm-image-directory.
13528 (gmm-customize-mode): New function.
13529 (gmm-tool-bar-style): New variable.
13530
13531 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13532 gnus-group-redraw-line-number.
13533 (gnus-group-redraw-check): Simplify.
13534 (gnus-group-tool-bar-update): Remove redraw check.
13535 (gnus-group-make-tool-bar): Add redraw check.
13536
13537 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13538
13539 * gnus-art.el (gnus-button): Add missing parentheses.
13540
13541 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13542
13543 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13544
13545 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13546
13547 * gnus-art.el (gnus-button): New face.
13548 (gnus-article-button-face): Use it.
13549
13550 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13551 Add gnus-summary-next-page. Re-order.
13552
13553 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13554 next-node are now included.
13555 (gnus-group-redraw-line-number): New internal variable.
13556 (gnus-group-redraw-check): Helper function for updating the tool
13557 bar.
13558 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13559
13560 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13561
13562 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13563 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13564 Use it to match format of Spamassassin 3.0 and later.
13565 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13566 (spam-check-bogofilter)
13567 (spam-bogofilter-register-with-bogofilter): Fix args of
13568 `gnus-error' calls.
13569
13570 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13571
13572 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13573 unnecessary interaction when sending queued mails.
13574 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13575
13576 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13577
13578 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13579 first or last are nil.
13580
13581 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13582
13583 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13584
13585 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13586
13587 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13588
13589 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13590
13591 * dns.el (query-dns): Protect more against buggy tcp output.
13592
13593 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13594
13595 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13596 nov.php.
13597
13598 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13599
13600 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13601 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13602 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13603 output on the server side.
13604 (nnweb-google-create-mapping): Update regexps and add some
13605 progress indication.
13606
13607 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13608
13609 * gnus-group.el (gnus-group-tool-bar-gnome):
13610 Fix gnus-agent-toggle-plugged. Re-order icons.
13611 (gnus-group-tool-bar-gnome):
13612 Add gnus-group-{prev,next}-unread-group.
13613 (gnus-group-tool-bar-gnome): Re-order icons.
13614
13615 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13616 Move gnus-summary-insert-new-articles.
13617
13618 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13619 Fix comments.
13620
13621 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13622 also available in Emacs 21.3.
13623
13624 * message.el (message-fix-before-sending): Change "Emacs 22" to
13625 "Emacs 23 (unicode)" in comment.
13626
13627 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13628 "Emacs 23 (unicode)" in comment.
13629
13630 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13631 comment.
13632 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13633
13634 * mm-view.el (mm-fill-flowed): Add :version.
13635
13636 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13637
13638 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13639 and load-path.
13640
13641 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13642
13643 * message.el: Autoload gmm-image-load-path.
13644 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13645 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13646 consitency.
13647
13648 * gmm-utils.el (gmm-image-load-path): Also search in
13649 "../etc/images". Don't set gmm-image-load-path if we don't find
13650 the image.
13651
13652 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13653
13654 * gmm-utils.el (gmm-image-load-path): Don't make
13655 `gmm-image-load-path' include subdirectories which the second arg
13656 `image' might specify.
13657
13658 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13659 subdirectory to icon file names.
13660
13661 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13662
13663 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13664
13665 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13666 gmm-image-load-path calls.
13667
13668 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13669
13670 * message.el (message-make-tool-bar): Ditto.
13671
13672 * mml.el (mml-preview): Add comment concerning tool bar icons.
13673
13674 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13675 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13676
13677 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13678 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13679
13680 * message.el (message-tool-bar-gnome): Use new icon names.
13681 (message-make-tool-bar): Use `gmm-image-load-path'.
13682
13683 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13684 New functions from MH-E.
13685 (gmm-image-load-path): New variable from MH-E.
13686 (gmm-image-load-path): New function from MH-E. Add arguments
13687 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13688 *-image-load-path-called-flag.
13689
13690 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13691
13692 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13693
13694 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13695
13696 * nnimap.el (nnimap-request-move-article): Change folder back to
13697 source group before deleting.
13698
13699 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13700
13701 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13702
13703 * gnus-art.el (mm-url-insert-file-contents-external):
13704 Autoload mm-url.
13705
13706 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13707
13708 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13709
13710 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13711 coding system which mm-charset-to-coding-system returns for a
13712 given charset is valid.
13713
13714 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13715
13716 * html2text.el (html2text-remove-tag-list):
13717 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13718
13719 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13720
13721 * gnus-cus.el: Revert 2005-10-17 change.
13722
13723 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13724
13725 * gnus-art.el (article-strip-banner):
13726 Call article-really-strip-banner only when the regexp match is made.
13727
13728 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13729
13730 * gnus-art.el (article-strip-banner):
13731 Use gnus-extract-address-components instead of
13732 mail-header-parse-addresses to make it work with non-ASCII text;
13733 remove mail-encode-encoded-word-string.
13734
13735 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13736 values which are surrounded with \"...\"; make it never cause a
13737 Lisp error; give up parsing of parameters if it failed in
13738 extracting type.
13739
13740 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13741
13742 * smime.el (smime-cert-by-ldap-1): Fix bug where
13743 `smime-ldap-search' returns results without userCertificates.
13744
13745 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13746
13747 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13748
13749 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13750
13751 * spam.el (spam-check-spamassassin-headers): Adapt format for
13752 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13753 <ari@mbf.ocn.ne.jp>.
13754 (spam-list-of-processors): Add spam-use-gmane.
13755
13756 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13757
13758 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13759 make-temp-file; make it work with XEmacs as well.
13760
13761 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13762 mm-make-temp-file.
13763
13764 * mm-decode.el (mm-display-external): Use the 3rd arg of
13765 mm-make-temp-file.
13766 (mm-create-image-xemacs): Ditto.
13767
13768 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13769
13770 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13771 with message-narrow-to-headers.
13772 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13773 (gnus-draft-check-draft-articles): New function.
13774 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13775
13776 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13777
13778 * gnus-art.el (gnus-article-browse-html-parts):
13779 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13780 Don't use suffix argument for mm-make-temp-file for Emacs 21
13781 compatibility. Remove useless `format'.
13782
13783 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13784
13785 * nnweb.el (nnweb-google-wash-article): Update regexps.
13786 (nnweb-group-alist): Use defvoo instead of defvar.
13787
13788 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13789
13790 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13791 re-loading nn* modules.
13792
13793 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13794
13795 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13796 for `tool-bar-mode' and don't check it's default-value.
13797
13798 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13799
13800 * message.el (message-make-tool-bar): Ditto.
13801
13802 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13803 `substring'. Shorten tmp-file name.
13804
13805 * gnus.el: Remove bogus comment.
13806
13807 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13808
13809 * gnus-art.el (gnus-article-browse-html-parts): New function.
13810 (gnus-article-browse-html-article): New function for viewing html
13811 articles with a browser.
13812
13813 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13814
13815 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13816 (mml2015-pgg-encrypt): Ditto.
13817
13818 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13819 (mml1991-pgg-encrypt): Ditto.
13820
13821 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13822
13823 * nnfolder.el (nnfolder-insert-newsgroup-line):
13824 Use message-make-date instead of current-time-string.
13825
13826 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13827 to gnus-decoded which mm-uu might set.
13828
13829 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13830
13831 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13832 don't decode quoted parameters; remove misimported Emacs code.
13833 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13834 (rfc2231-decode-encoded-string): Don't use split-string which
13835 behaves differently according to Emacs version; use
13836 mm-decode-coding-region to convert charset to coding-system.
13837 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13838 (rfc2231-encode-string): Remove misimported Emacs code.
13839
13840 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13841
13842 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13843 when calling mail-header-parse-content-type.
13844 (article-de-quoted-unreadable): Ditto.
13845 (article-de-base64-unreadable): Ditto.
13846 (article-wash-html): Ditto.
13847
13848 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13849 calling mail-header-parse-content-type and
13850 mail-header-parse-content-disposition.
13851 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13852 mail-header-parse-content-type.
13853
13854 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13855 insert charset and format parameters; encode description after
13856 inserting it to buffer.
13857 (mml-insert-parameter): Fold lines properly even if a parameter is
13858 segmented into two or more lines; change the max column to 76.
13859
13860 * rfc1843.el (rfc1843-decode-article-body): Don't use
13861 ignore-errors when calling mail-header-parse-content-type.
13862
13863 * rfc2231.el (rfc2231-parse-string): Return at least type if
13864 possible; don't cause an error even if it fails in parsing of
13865 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13866 (rfc2231-encode-string): Don't break lines at the beginning, leave
13867 it to mml-insert-parameter.
13868
13869 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13870 calling mail-header-parse-content-type.
13871
13872 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13873
13874 * spam-report.el (spam-report-gmane-use-article-number):
13875 Improve doc string.
13876 (spam-report-gmane-internal): Check if a suitable header was found
13877 in the article.
13878
13879 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13880
13881 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13882 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13883
13884 2006-02-05 Romain Francoise <romain@orebokech.com>
13885
13886 Update copyright notices of all files in the gnus directory.
13887
13888 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13889
13890 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13891
13892 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13893
13894 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13895 segmented lines of parameter value to cope with Thunderbird 1.5
13896 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13897 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13898 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13899
13900 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13901
13902 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13903 parts.
13904
13905 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13906
13907 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13908 there's only one active file for all servers.
13909 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13910 solid groups. Gnus might have used a FAST request to select the group.
13911 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13912 and nnweb-search redundantly in the active file.
13913 (nnweb-request-list): Don't list bogus groups. There can only be one.
13914 (nnweb-request-create-group): Don't use ARGS.
13915 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13916 initialisations. Let nnoo do the work.
13917
13918 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13919
13920 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13921 Say the part has been decoded.
13922
13923 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13924
13925 2006-01-31 Kevin Ryde <user42@zip.com.au>
13926
13927 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13928 mailcap-viewer-test-cache when there's no 'test clause, since that
13929 will invert the meaning of a "nil" test previously determined by
13930 mailcap-mailcap-entry-passes-test.
13931
13932 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13933
13934 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13935 compiling.
13936
13937 * gnus-sum.el: Ditto.
13938
13939 * message.el: Don't bind tool-bar-map when compiling.
13940
13941 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13942
13943 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13944
13945 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13946
13947 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13948 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13949 current Google Groups.
13950
13951 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13952
13953 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13954 and tool-bar-mode.
13955
13956 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13957 and tool-bar-mode.
13958
13959 * message.el (message-tool-bar-update): Simplify.
13960 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13961
13962 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13963 gnus-summary-buffer.
13964 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13965 gnus-summary-reply.
13966
13967 * gmm-utils.el (gmm): Add :version.
13968
13969 2006-01-26 Steve Youngs <steve@sxemacs.org>
13970
13971 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13972 Don't autoload.
13973
13974 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13975
13976 * gmm-utils.el (gmm-verbose): Add :group.
13977
13978 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13979
13980 * message.el: Change some comments WRT tool-bars.
13981
13982 * gnus-sum.el (gnus-summary-tool-bar)
13983 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13984 (gnus-summary-tool-bar-zap-list): New variables.
13985 (gnus-summary-make-tool-bar): Complete rewrite using
13986 `gmm-tool-bar-from-list'.
13987
13988 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13989 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13990 New variables.
13991 (gnus-group-make-tool-bar): Complete rewrite using
13992 `gmm-tool-bar-from-list'.
13993 (gnus-group-tool-bar-update): New function.
13994
13995 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13996
13997 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13998
13999 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14000 is dissected into a single part of which the type is the same as
14001 the given one; decode charset.
14002
14003 2006-01-21 Kevin Ryde <user42@zip.com.au>
14004
14005 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14006 into alists as symbol not string, since that's what
14007 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14008 look for.
14009
14010 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
14011
14012 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14013 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14014
14015 * message.el (message-tool-bar-gnome): Use gmm-ignore.
14016
14017 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14018
14019 * gnus-art.el (gnus-mime-security-button-commands): New variable.
14020 (gnus-mime-security-button-menu): New definition.
14021 (gnus-mime-security-button-map): Use them.
14022 (gnus-mime-security-button-menu): New function.
14023 (gnus-insert-mime-security-button): Addition to help echo.
14024 (gnus-mime-security-run-function, gnus-mime-security-save-part)
14025 (gnus-mime-security-pipe-part): New functions.
14026
14027 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14028 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14029
14030 * mm-decode.el (mm-handle-set-disposition): Remove.
14031 (mm-handle-set-description): Remove.
14032
14033 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14034
14035 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14036 (mm-w3m-standalone-supports-m17n-p): New function.
14037 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14038 w3m usage.
14039
14040 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14041 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14042
14043 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14044
14045 * message.el (message-tool-bar-zap-list):
14046 Use gmm-tool-bar-zap-list as custom type.
14047 (message-tool-bar-update): New function.
14048 (message-tool-bar, message-tool-bar-gnome)
14049 (message-tool-bar-retro): Add message-tool-bar-update.
14050 (message-tool-bar-gnome): Add flyspell-buffer.
14051
14052 * gnus-util.el (gnus-error): Describe `args'.
14053
14054 * gmm-utils.el (gmm-error): Describe `args'.
14055 (gmm-tool-bar-zap-list): New widget.
14056 (gmm-tool-bar-from-list): Improve description of `zap-list'.
14057
14058 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14059
14060 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14061 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14062 the number of recursive calls.
14063
14064 * mm-decode.el (mm-handle-set-disposition): New macro.
14065 (mm-handle-set-description): New macro.
14066
14067 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14068
14069 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14070 encoding.
14071
14072 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14073
14074 * message.el (message-tool-bar-zap-list, message-tool-bar)
14075 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14076 (message-tool-bar-local-item-from-menu): Remove.
14077 (message-tool-bar-map): Replace by `message-make-tool-bar'.
14078 (message-make-tool-bar): New function.
14079 (message-mode): Use `message-make-tool-bar'.
14080
14081 * gmm-utils.el: New file.
14082 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14083 (gmm-lazy): New widget copied from `nnmail.el'.
14084 (gmm-tool-bar-from-list): New function for creating customizable
14085 tool bars.
14086 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
14087 output.
14088 (gmm): Add :prefix to defgroup.
14089
14090 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
14091
14092 * gmm-utils.el (gmm-widget-p): New function.
14093
14094 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14095
14096 * mml.el (mml-attach-file): Describe `description' in doc string.
14097 (mml-menu): Add Emacs MIME manual and PGG manual.
14098
14099 2006-01-20 Richard M. Stallman <rms@gnu.org>
14100
14101 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14102
14103 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
14104
14105 * nntp.el (nntp-end-of-line): Doc fix.
14106
14107 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
14108
14109 * imap.el (imap-open): Handle case where buffer is a buffer
14110 object.
14111
14112 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14113
14114 * gnus-delay.el (gnus-delay): Don't autoload.
14115 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14116 to be re-loaded when customizing the `gnus-delay' group.
14117
14118 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
14119
14120 * message.el (message-insert-citation-line): Use newlines.
14121
14122 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14123
14124 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14125
14126 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14127
14128 2006-01-19 Mark D. Baushke <mdb@gnu.org>
14129
14130 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14131
14132 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14133
14134 * mm-decode.el (mm-inlined-types): Add application/pgp.
14135 (mm-automatic-display): Ditto.
14136
14137 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14138 part as text.
14139
14140 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14141
14142 * nnrss.el: Update copyright.
14143 (nnrss-opml-import): Query whether to subscribe to each entry.
14144
14145 * gnus-art.el:
14146 * gnus-sum.el:
14147 * mm-uu.el:
14148 * mm-view.el: Update copyright.
14149
14150 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
14151
14152 * message.el (message-info): New function.
14153 (message-mode-menu): Add it.
14154 Update copyright.
14155
14156 * ChangeLog: Fix and update copyright.
14157
14158 2006-01-13 Romain Francoise <romain@orebokech.com>
14159
14160 * message.el (message-forward-subject-name-subject): Prefer the
14161 address to 'nowhere' if the sender has no name.
14162 Fix typo. Update copyright year.
14163
14164 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14165
14166 * gnus-art.el (article-wash-html):
14167 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14168 (gnus-article-wash-html-with-w3m-standalone): New function.
14169
14170 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14171 mm-inline-text-html-render-with-w3m-standalone.
14172 (mm-text-html-washer-alist): Map w3m-standalone to
14173 gnus-article-wash-html-with-w3m-standalone.
14174 (mm-inline-text-html-render-with-w3m-standalone): New function.
14175
14176 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14177
14178 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14179 Improve LaTeX.
14180
14181 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14182
14183 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14184 (nnrss-request-article): Render text/plain parts as HTML.
14185
14186 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14187 the buffer.
14188
14189 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14190
14191 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14192 custom definition of `gnus-posting-styles'.
14193
14194 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14195 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14196
14197 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14198
14199 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14200 Use nntp for bug archive.
14201
14202 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14203
14204 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14205 parts.
14206 (nnrss-normalize-date): New function converts ISO 8601 date into
14207 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14208 (nnrss-check-group): Use it.
14209
14210 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14211
14212 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14213
14214 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14215 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14216 (nnrss-insert-w3): Ditto.
14217
14218 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14219
14220 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14221 the articles to be forwarded including the case where neither a
14222 number of articles nor a region is specified.
14223
14224 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14225
14226 * nnrss.el (nnrss-request-article): Fix last change; fill
14227 text/plain parts.
14228
14229 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14230
14231 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14232 in text/plain part.
14233 (nnrss-check-group): Don't add excessive newline to dc:subject.
14234
14235 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14236
14237 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14238 article.
14239
14240 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14241
14242 * nnml.el: Don't require gnus-bcklg. Autoload it.
14243 (nnml-use-compressed-files, nnml-save-mail): Support other
14244 comression programs such as bzip2.
14245
14246 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14247
14248 * dns.el (query-dns): Make sure we check the buffer size before
14249 removing tcp headers.
14250
14251 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14252
14253 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14254 remove MIME buttons associated with multipart/alternative parts.
14255 (gnus-mime-display-alternative): Tag buttons using `article-type'
14256 text property.
14257
14258 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14259 associated with multipart/alternative parts.
14260
14261 * gnus-art.el (gnus-signature-separator): Fix custom type.
14262
14263 * mm-decode.el (mm-inlined-types): Fix custom type.
14264 (mm-keep-viewer-alive-types): Ditto.
14265 (mm-automatic-display): Ditto.
14266 (mm-attachment-override-types): Ditto.
14267 (mm-inline-override-types): Ditto.
14268 (mm-automatic-external-display): Ditto.
14269
14270 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14271
14272 * spam-report.el (spam-report-user-mail-address)
14273 (spam-report-user-agent): New variables.
14274 (spam-report-url-ping-plain): Use spam-report-user-agent.
14275
14276 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14277
14278 * gnus-art.el (gnus-button-handle-custom): Do not just use
14279 `customize-apropos' for any "M-x customize-*" button but the
14280 function called for. Accept both the function name and its
14281 argument in order to achieve this.
14282 (gnus-button-alist): Remove support for "custom:" URL's.
14283 Pass function name to `gnus-button-handle-custom' in case of "M-x
14284 customize-*" buttons.
14285
14286 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14287
14288 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14289 multipart/alternative and add xref to mm-discouraged-alternatives
14290 in doc string.
14291
14292 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14293 gnus-buttonized-mime-types in doc string.
14294
14295 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14296
14297 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14298 Suggest image/.* in the doc string.
14299
14300 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14301
14302 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14303 message-marks (Debian bug #342521).
14304
14305 2005-12-12 Simon Josefsson <jas@extundo.com>
14306
14307 * password.el (password-read-from-cache): Add.
14308 (password-read): Use it.
14309
14310 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14311
14312 * rfc2047.el (rfc2047-charset-to-coding-system):
14313 Recognize us-ascii as a MIME charset.
14314
14315 * mm-bodies.el (mm-decode-content-transfer-encoding):
14316 Protect against the case where the 2nd arg TYPE is nil.
14317
14318 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14319
14320 * pop3.el (pop3-stream-type): Fix custom version.
14321
14322 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14323
14324 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14325
14326 * mm-decode.el (mm-display-external): Add missing cdr.
14327
14328 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14329
14330 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14331 RFC1524) if it is in mailcap or add a suffix according to
14332 mailcap-mime-extensions when generating a temp filename; postpone
14333 deleting a temp file for 2 seconds for some wrappers, shell
14334 scripts, and so on, which might exit right after having started a
14335 viewer command as a background job.
14336
14337 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14338
14339 * nntp.el (nntp-marks-directory): Fix custom group.
14340
14341 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14342 steps when < 10.
14343
14344 * gnus-start.el (gnus-no-server-1):
14345 Mention `gnus-level-default-subscribed' in doc string.
14346
14347 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14348
14349 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14350 parens.
14351
14352 2005-11-26 Dave Love <fx@gnu.org>
14353
14354 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14355 (tls-program, tls-success): Provide openssl alternative.
14356
14357 * starttls.el: Doc fixes.
14358 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14359 SERVICE to PORT.
14360
14361 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14362 port null or service name.
14363 (starttls-negotiate): Autoload.
14364
14365 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14366
14367 * message.el (message-kill-to-signature): Fix interactive spec.
14368
14369 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14370
14371 * pop3.el (pop3-open-server): Recognize a string as a service name.
14372
14373 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14374
14375 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14376
14377 2005-11-23 Dave Love <fx@gnu.org>
14378
14379 Add pop3s, pop3/starttls.
14380
14381 * pop3.el (pop3-authentication-scheme): Clarify doc.
14382 (open-tls-stream, starttls-open-stream): Autoload.
14383 (pop3-stream-type): New.
14384 (pop3-open-server): Use it.
14385
14386 * mail-source.el (mail-sources): Fix some :types. Add stream type
14387 for POP.
14388 (mail-source-keyword-map): Add :stream for POP.
14389 (mail-source-fetch-pop): Use pop3-stream-type.
14390
14391 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14392
14393 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14394 of current-time-string.
14395
14396 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14397
14398 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14399 date header.
14400
14401 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14402
14403 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14404 it can seriously impact performance as it bypasses the agent's
14405 local caches.
14406
14407 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14408
14409 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14410 must be explicitly online rather than "not explicitly offline" for
14411 its flags to be synchronized.
14412
14413 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14414 that gnus-uu-unmark-thread will function correctly.
14415
14416 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14417 1024K is instead displayed as 1M.
14418
14419 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14420
14421 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14422
14423 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14424
14425 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14426
14427 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14428
14429 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14430 error message to display actual error condition.
14431 (gnus-agent-save-local): Avoid saving symbols that are bound to
14432 nil as they simply result in a warning message in
14433 gnus-agent-read-local.
14434
14435 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14436
14437 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14438 rather than make-variable-buffer-local for file-precious-flag.
14439
14440 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14441
14442 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14443 for duplicates which are removed. The invalid sort check then
14444 triggers a rescan after the sort as sorting may have moved
14445 duplicate entries such that they can be cheaply detected.
14446
14447 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14448
14449 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14450
14451 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14452
14453 * gnus-agent.el (gnus-agent-article-alist-save-format):
14454 Change internal variable to a custom variable. Change default value
14455 from compressed(2) to uncompressed(1).
14456 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14457 support for uncompressed agentview files. Taken together, reading
14458 the agentview file should now be 6-7 times faster.
14459
14460 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14461
14462 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14463 as a buffer-local variable. This avoids creating truncated
14464 dribble files as a result of a hang up, eg.
14465
14466 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14467
14468 * gnus-start.el (gnus-start-draft-setup):
14469 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14470
14471 * gnus.el (gnus-splash): Change custom group.
14472 (gnus-group-get-parameter, gnus-group-parameter-value):
14473 Describe allow-list argument.
14474
14475 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14476 string.
14477
14478 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14479
14480 * gnus-art.el (gnus-default-article-saver): Add user-defined
14481 `function' to custom type.
14482
14483 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14484
14485 * imap.el (imap-open): Handle case where buffer is a buffer
14486 object.
14487
14488 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14489
14490 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14491 long lines.
14492 (gnus-cache-delete-group): Wrap doc strings.
14493
14494 * gnus-agent.el (gnus-agent-rename-group)
14495 (gnus-agent-delete-group): Wrap doc strings.
14496
14497 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14498
14499 * gnus-start.el (gnus-1): Add "native" to
14500 gnus-predefined-server-alist.
14501
14502 * gnus.el (gnus-method-to-server): Don't add "native" to the
14503 lists here, because that leads to problems when
14504 gnus-select-method is bound.
14505
14506 2005-11-09 Simon Josefsson <jas@extundo.com>
14507
14508 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14509 use (not sort-by-date) instead.
14510
14511 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * gnus-delay.el (gnus-delay-group): Don't autoload.
14514 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14515 to be re-loaded when customizing the `gnus-delay' group.
14516
14517 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14518
14519 * message.el: Revert last changes.
14520 (message-insert-citation-line): Use newlines.
14521
14522 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14523
14524 * message.el (message-courtesy-message)
14525 (message-mark-insert-begin, message-mark-insert-end)
14526 (message-elide-ellipsis, message-cancel-message)
14527 (message-add-header, message-change-subject)
14528 (message-cross-post-followup-to-header)
14529 (message-cross-post-insert-note, message-reduce-to-to-cc)
14530 (message-widen-reply, message-delete-not-region)
14531 (message-kill-to-signature, message-insert-signature)
14532 (message-insert-importance-high, message-insert-importance-low)
14533 (message-insert-or-toggle-importance)
14534 (message-insert-disposition-notification-to)
14535 (message-indent-citation, message-yank-original)
14536 (message-cite-original-without-signature, message-cite-original)
14537 (message-insert-citation-line, message-position-on-field)
14538 (message-fix-before-sending, message-send-mail-partially)
14539 (message-send-mail, message-send-mail-with-sendmail)
14540 (message-send-mail-with-qmail, message-send-news)
14541 (message-check-news-header-syntax, message-generate-headers)
14542 (message-insert-courtesy-copy, message-fill-address)
14543 (message-fill-header, message-shorten-references)
14544 (message-setup-1, message-cancel-news)
14545 (message-forward-make-body-plain, message-forward-make-body-mime)
14546 (message-forward-make-body-mml, message-encode-message-body)
14547 (message-forward-make-body-digest-plain)
14548 (message-forward-make-body-digest-mime)
14549 (message-use-alternative-email-as-from): Insert `hard-newline'
14550 instead of ordinary newlines.
14551
14552 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14553
14554 * message.el (message-generate-headers): Downcase the argument
14555 given to message-check-element.
14556
14557 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14558
14559 * nntp.el (nntp-authinfo-rejected): New error condition.
14560 (nntp-wait-for): Use new error condition to signal authentication
14561 error.
14562 (nntp-retrieve-data): Rethrow new error condition to break out of
14563 recursive call to nntp-send-authinfo.
14564
14565 2005-11-08 Romain Francoise <romain@orebokech.com>
14566
14567 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14568 (gnus-summary-exit-map): Bind to `Z p'.
14569 (gnus-summary-make-menu-bar): Add menu item.
14570
14571 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14572
14573 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14574 (gnus-treat-*): Add `first' in all doc strings.
14575
14576 * gnus-group.el (gnus-group-compact-group): Fix typo.
14577
14578 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14579
14580 * gnus.el (gnus-parameters-case-fold-search): New variable.
14581 (gnus-parameters-get-parameter): Use it.
14582
14583 * gnus-score.el (gnus-home-score-file): Doc fix.
14584
14585 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14586
14587 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14588
14589 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14590
14591 * mm-util.el (mm-special-display-p): New function.
14592
14593 * mml.el (mml-preview): Use it; doc fix.
14594
14595 2005-10-29 Romain Francoise <romain@orebokech.com>
14596
14597 * message.el (message-fix-before-sending): Fix comment.
14598
14599 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14600
14601 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14602
14603 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14604
14605 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14606 Used in gnus-score.el.
14607
14608 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14609
14610 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14611
14612 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14613
14614 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14615 whitespace removed in revision 7.8. Use concatenated string to
14616 protect trailing whitespace.
14617
14618 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14619
14620 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14621 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14622 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14623 Courier IMAP ("some version from 2004"). Mostly based on similar
14624 code in the same function.
14625
14626 2005-10-26 Didier Verna <didier@xemacs.org>
14627
14628 * gnus-group.el (gnus-group-compact-group): Invalidate original
14629 article buffer.
14630 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14631 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14632 NOV database and in article itself.
14633 Invalidate article backlog.
14634
14635 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14636
14637 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14638
14639 2005-10-26 Simon Josefsson <jas@extundo.com>
14640
14641 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14642 part of 2004-07-25 change.
14643
14644 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14645
14646 * message.el (message-display-completion-list): New function.
14647 (message-expand-group): Use it; make sure the Completions buffer
14648 is modifiable.
14649
14650 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14651
14652 * imap.el (imap-open): Handle case where buffer is a buffer object.
14653
14654 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14655
14656 * pgg-def.el:
14657 * pgg-gpg.el:
14658 * pgg-parse.el:
14659 * pgg-pgp.el:
14660 * pgg-pgp5.el:
14661 * pgg.el: Move to the parent lisp directory.
14662
14663 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14664
14665 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14666 user-mail-name is an empty string.
14667
14668 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14669
14670 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14671 depending on gnus-score-decay-constant.
14672
14673 * encrypt.el (encrypt-insert-file-contents)
14674 (encrypt-write-file-contents): Don't use `gnus-message'.
14675
14676 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14677 arguments.
14678 (mm-uu-type-alist): Add message-marks and insert-marks.
14679 Pass arguments to mm-uu-verbatim-marks-extract.
14680 (mm-uu-hide-markers): New variable.
14681 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14682
14683 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14684 (gnus-convert-image-to-face-command): Use "convert" by default to
14685 allow other input image formats.
14686 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14687 accordingly.
14688
14689 2005-10-23 Simon Josefsson <jas@extundo.com>
14690
14691 * imap.el (imap-gssapi-program): Align command line parameters
14692 with latest GNU SASL.
14693 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14694
14695 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14696
14697 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14698 HTML.
14699 (nnslashdot-request-article): Ditto.
14700
14701 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14702
14703 * mail-source.el (mail-source-fetch-pop): Require pop3.
14704 (mail-source-check-pop): Ditto.
14705
14706 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14707
14708 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14709 errors.
14710
14711 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14712
14713 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14714 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14715
14716 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14717
14718 * mm-bodies.el (mm-decode-string):
14719 Call `mm-charset-to-coding-system' with allow-override argument.
14720
14721 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14722
14723 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14724 (rfc2047-charset-to-coding-system): New function.
14725 (rfc2047-decode-encoded-words): New function.
14726 (rfc2047-decode-region): Use them.
14727 (rfc2047-decode-cte): Remove.
14728 (rfc2047-parse-and-decode): Remove.
14729 (rfc2047-decode): Remove.
14730
14731 2005-10-15 Kenichi Handa <handa@m17n.org>
14732
14733 * rfc2047.el (rfc2047-decode-cte): New function.
14734 (rfc2047-decode-region): Change the way to decode successive
14735 encoded-words: decode B- or Q-encoding in each encoded-word,
14736 concatenate them, and decode it as charset.
14737
14738 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14739
14740 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14741 widget-move-and-invoke.
14742 (gnus-custom-mode): Use gnus-custom-map.
14743
14744 2005-10-15 Bill Wohler <wohler@newt.com>
14745
14746 * message.el (message-tool-bar-map): Rename image file from
14747 mail_send to mail/send.
14748
14749 2005-10-16 Masatake YAMATO <jet@gyve.org>
14750
14751 * message.el (message-expand-group): Pass the common
14752 prefix substring of completion to `display-completion-list'.
14753
14754 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14755
14756 * mml-sec.el (mml-secure-method): New internal variable.
14757 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14758 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14759 New functions using mml-secure-method.
14760
14761 * mml.el (mml-mode-map): Add key bindings for those functions.
14762 (mml-menu): Simplify security menu entries. Suggested by Jesper
14763 Harder <harder@myrealbox.com>.
14764 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14765 Goto end of message if point is the headers of the message.
14766
14767 * message.el (message-in-body-p): New function.
14768
14769 * assistant.el: Autoload gnus-util and netrc.
14770
14771 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14772 Use `mm-charset-override-alist' only when decoding.
14773
14774 * mm-bodies.el (mm-decode-body):
14775 Call `mm-charset-to-coding-system' with allow-override argument.
14776
14777 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14778 `filename' from Content-Disposition if Content-Type doesn't
14779 provide `name'.
14780 (gnus-mime-view-part-as-type): Set default instead of
14781 initial-input.
14782
14783 2005-10-09 Daniel Brockman <daniel@brockman.se>
14784
14785 * format-spec.el (format-spec): Propagate text properties of % spec.
14786
14787 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14788
14789 * gnus-art.el (gnus-treat-predicate): Add `first'.
14790
14791 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14792
14793 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14794 (mm-charset-override-alist): New variable.
14795 (mm-charset-to-coding-system): Use it.
14796 (mm-codepage-setup): New helper function.
14797 (mm-charset-eval-alist): New variable.
14798 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14799 Warn about unknown charsets.
14800
14801 2005-10-04 David Hansen <david.hansen@gmx.net>
14802
14803 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14804 (nnrss-check-group): Ditto.
14805
14806 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14807
14808 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14809 Rename x-gnus-verbatim to x-verbatim.
14810 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14811
14812 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14813 x-verbatim.
14814
14815 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14816
14817 * gnus-util.el (gnus-remove-duplicates): Remove.
14818
14819 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14820 instead of gnus-remove-duplicates.
14821
14822 * message.el (message-remove-duplicates): Remove.
14823 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14824 message-remove-duplicates.
14825
14826 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14827 available, else use implementation from `delete-dups'.
14828
14829 * message.el (message-insert-expires): New function.
14830 (message-mode-map): Add key binding.
14831 (message-mode-field-menu): Add menu entry.
14832 (message-mode): Document it.
14833 (message-make-expires-date): Use `message-make-date'.
14834
14835 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14836
14837 * message.el (message-make-expires-date): New function.
14838
14839 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14840
14841 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14842
14843 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14844
14845 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14846 function rather than the diff-mode.el package.
14847 (mm-display-external): Use with-current-buffer.
14848 (mm-viewer-completion-map, mm-viewer-completion-map):
14849 Move initialization inside declaration.
14850
14851 2005-09-29 Simon Josefsson <jas@extundo.com>
14852
14853 * spam.el: Load hashcash when compiling, to avoid warnings.
14854 Don't autoload mail-check-payment.
14855 (spam-check-hashcash): Define unconditionally, since hashcash.el
14856 is part of Gnus now. Ignore errors from payment checking.
14857
14858 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14859
14860 * message.el (message-bold-region, message-unbold-region):
14861 Rename from `bold-region' and `unbold-region'.
14862
14863 * message.el: Remove useless autoloads.
14864
14865 2005-09-28 Simon Josefsson <jas@extundo.com>
14866
14867 * message.el (message-use-idna): Default to t.
14868 (message-use-idna): Test whether encoding works too. Doc fix.
14869
14870 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14871
14872 * nntp.el (nntp-warn-about-losing-connection): Remove.
14873
14874 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14875
14876 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14877 customizable. Change default value.
14878 (mm-uu-diff-groups-regexp): Change default value.
14879 (mm-uu-type-alist): Add doc string.
14880 (mm-uu-configure): Add doc string. Make it interactive.
14881 (mm-uu-tex-groups-regexp): New variable.
14882 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14883 (mm-uu-type-alist): Add LaTeX documents.
14884 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14885 of "text/verbatim".
14886 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14887
14888 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14889 instead of "text/verbatim".
14890
14891 * message.el (message-mark-inserted-region)
14892 (message-mark-insert-file): Use slrn style marks when called with
14893 prefix argument.
14894
14895 2005-09-27 Simon Josefsson <jas@extundo.com>
14896
14897 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14898
14899 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14900
14901 * message.el (message-remove-duplicates): New function.
14902 Implementation borrowed from `gnus-remove-duplicates'.
14903 (message-idna-to-ascii-rhs): Also encode idna addresses in
14904 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14905 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14906 only ask about the same idna domain once per header and also tell
14907 in what header to replace the idna domain.
14908
14909 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14910 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14911 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14912 a header is decoded and not just the last one.
14913
14914 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14915
14916 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14917 has been decoded.
14918
14919 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14920 (mm-insert-part): Don't modify text if it has been decoded.
14921
14922 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14923 decoded.
14924
14925 * mm-view.el (mm-inline-text): Don't strip text props unless
14926 decoding enriched or richtext parts.
14927
14928 2005-09-25 Romain Francoise <romain@orebokech.com>
14929
14930 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14931 * gnus-start.el (gnus-subscribe-interactively):
14932 * gnus-uu.el (gnus-uu-grab-articles):
14933 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14934 space.
14935
14936 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14937
14938 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14939 * mm-view.el (mm-view-pkcs7-decrypt):
14940 * gnus-sum.el (gnus-summary-limit-to-extra)
14941 (gnus-summary-respool-article, gnus-read-move-group-name):
14942 * gnus-score.el (gnus-summary-increase-score):
14943 * gnus-util.el (gnus-completing-read-with-default):
14944 * gnus-art.el (gnus-read-save-file-name)
14945 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14946 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14947 * message.el (message-check-news-header-syntax):
14948 Follow convention for reading with the minibuffer.
14949
14950 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14951
14952 * spam-report.el (spam-report-url-ping-plain):
14953 Use gnus-extended-version as User-Agent.
14954
14955 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14956 default value is nil.
14957
14958 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14959 (mm-uu-verbatim-marks-extract): New function.
14960 (mm-uu-extract): New face.
14961 (mm-uu-copy-to-buffer): Use it.
14962
14963 * spam-report.el (spam-report-gmane-ham): Rename from
14964 `spam-report-gmane-unspam'.
14965 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14966 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14967
14968 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14969 Autoload.
14970 (spam-report-gmane-unregister-routine):
14971 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14972
14973 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14974
14975 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14976 (spam-report-gmane-unregister-routine): Add support for gmane
14977 unregistration.
14978
14979 * spam-report.el (spam-report-gmane-unspam)
14980 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14981 (spam-report-gmane): Change to take a single article and do unspam
14982 registration.
14983
14984 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14985
14986 * mm-url.el (mm-url-decode-entities): Fix regexp.
14987
14988 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14989
14990 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14991 default to nil, to be able to use Gnus at all. If the default
14992 switches to something else, then the function should be fixed not
14993 be exceedingly slow.
14994
14995 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14996
14997 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14998 fail hard.
14999
15000 * spam-report.el: Add better Keywords line.
15001
15002 * spam.el: Add Maintainer and better Keywords line.
15003
15004 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15005
15006 * gnus-art.el (gnus-article-replace-part)
15007 (gnus-mime-replace-part): New functions.
15008 (gnus-mime-action-alist, gnus-mime-button-commands)
15009 (gnus-mime-save-part-and-strip): Add file argument.
15010 (gnus-article-part-wrapper): Add interactive argument.
15011
15012 * gnus-sum.el (gnus-summary-mime-map):
15013 Add `gnus-article-replace-part'.
15014
15015 2005-09-19 Didier Verna <didier@xemacs.org>
15016
15017 The nnml compaction feature:
15018 * nnml.el (nnml-request-compact-group): New function.
15019 * nnml.el (nnml-request-compact): New function.
15020 * gnus-int.el (gnus-request-compact-group): New function.
15021 * gnus-int.el (gnus-request-compact): New function.
15022 * gnus-group.el (gnus-group-compact-group): New function.
15023 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15024 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15025 * gnus-srvr.el (gnus-server-compact-server): New function.
15026 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15027 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15028
15029 2005-09-18 Deepak Goel <deego@gnufans.org>
15030
15031 * sieve.el (sieve-help): Fix `message' call: first arg should be a
15032 format spec.
15033
15034 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15035
15036 * gnus.el (gnus-group-startup-message): Bind image-load-path.
15037
15038 2005-09-15 Romain Francoise <romain@orebokech.com>
15039
15040 * message.el (message-fill-paragraph): Clarify docstring.
15041
15042 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
15043
15044 * gnus-art.el (gnus-mime-display-part): Protect against broken
15045 MIME messages.
15046
15047 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15048
15049 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15050 before parsing header.
15051
15052 2005-09-11 Jari Aalto <jari.aalto@cante.net>
15053
15054 * html2text.el (html2text-replace-list): Add new entities.
15055
15056 2005-09-11 Romain Francoise <romain@orebokech.com>
15057
15058 * message.el (message-alternative-emails): Improve docstring.
15059 (message-setup-1): Call `message-use-alternative-email-as-from'
15060 after `message-setup-hook' to give it precedence over posting
15061 styles, etc.
15062 (message-use-alternative-email-as-from): Add docstring.
15063 Remove the original From header if present.
15064
15065 * nnml.el (nnml-compressed-files-size-threshold): New variable.
15066 (nnml-save-mail): Use it.
15067
15068 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15069 articles. Add new argument `silent'.
15070 (gnus-uu-mark-all): Report the total number of marked articles.
15071
15072 2005-09-10 Romain Francoise <romain@orebokech.com>
15073
15074 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15075 (gnus-uu-mark-series): Likewise.
15076
15077 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
15078
15079 * spam-report.el (spam-report-gmane): Fix generation of spam
15080 report URL.
15081
15082 2005-09-10 Simon Josefsson <jas@extundo.com>
15083
15084 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15085 t, based on discussion on the ding list with Robert Epprecht
15086 <epprecht@solnet.ch>.
15087
15088 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
15089
15090 * spam-report.el (spam-report-gmane): Make it work without
15091 X-Report-Spam header. Gmane now only provides Archived-At.
15092 This is only used if `spam-report-gmane-use-article-number' is nil.
15093 (spam-report-gmane-spam-header): Remove. Not used anymore.
15094
15095 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15096 make `gnus-summary-sort-by-recipient' work with threading.
15097
15098 * nnweb.el (nnweb-google-wash-article): Print a message if article
15099 is not available.
15100
15101 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15102
15103 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15104 change. Decode text/* parts content before displaying.
15105
15106 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15107
15108 * mml-smime.el: Remove defvar of gnus-extract-address-components.
15109
15110 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15111
15112 * mm-view.el (mm-display-inline-fontify): Disable support modes.
15113
15114 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
15115
15116 * message.el (message-tab-body-function): Fix mismatched custom type.
15117
15118 * gnus.el (gnus-group-change-level-function): Ditto.
15119
15120 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15121
15122 * gnus-art.el (gnus-signature-limit)
15123 (gnus-article-mime-part-function): Ditto.
15124
15125 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15126
15127 * mml.el (mml-mode): Silence the byte compiler.
15128
15129 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15130 using `(sit-for 0)' before moving the point to the specified part;
15131 skip unbuttonized parts.
15132 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15133 return to the summary window if gnus-auto-select-part is non-nil.
15134
15135 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
15136
15137 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15138 New variables.
15139 (mml-dnd-attach-file, mml-mode): Use them.
15140
15141 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15142 Make fetching article by MID work again for Google Groups.
15143 Add FIXME concerning gnus-group-make-web-group.
15144
15145 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15146 Don't depend on Gnus by using mail-extract-address-components if
15147 gnus-extract-address-components is not bound.
15148
15149 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15150
15151 * gnus-art.el (gnus-mime-display-security): Don't display the
15152 signature, but only the signed part.
15153
15154 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
15155
15156 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15157
15158 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15159 list, not listp.
15160
15161 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
15162
15163 * mm-encode.el (mm-encode-content-transfer-encoding):
15164 Likewise when encoding.
15165
15166 * mm-bodies.el (mm-decode-content-transfer-encoding):
15167 De-canonicalize CRLF for all text content types, not just
15168 text/plain.
15169
15170 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15171
15172 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15173 valid article; point arrow and cursor at the MIME button.
15174
15175 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15176
15177 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15178 Suggested by Dan Christensen <jdc@uwo.ca>.
15179
15180 * mm-decode.el (mm-save-part): Enable change of prompt.
15181
15182 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15183
15184 * gnus-msg.el (gnus-inews-add-send-actions):
15185 Make `message-post-method' lambda parameter ARG `&optional'.
15186
15187 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15188
15189 * gnus-sum.el (gnus-summary-mime-map):
15190 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15191 gnus-article-jump-to-part.
15192
15193 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15194 (gnus-article-edit-part): Use it.
15195 (gnus-article-part-wrapper): Add no-handle argument.
15196 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15197 New functions.
15198
15199 2005-08-29 Romain Francoise <romain@orebokech.com>
15200
15201 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15202 docstring.
15203 (gnus-face-from-file): Likewise.
15204
15205 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15206
15207 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15208 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15209 non-nil.
15210 (gnus-auto-select-part): New variable.
15211 (gnus-article-jump-to-part): New function.
15212 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15213 (gnus-mime-delete-part): Allow selecting specified part after
15214 deleting or stripping parts.
15215 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15216 part if argument is bogus.
15217
15218 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15219
15220 * gnus-art.el (w3m-minor-mode-map):
15221 * gnus-spec.el (gnus-newsrc-file-version):
15222 * gnus-util.el (nnmail-active-file-coding-system)
15223 (gnus-original-article-buffer, gnus-user-agent):
15224 * gnus.el (gnus-ham-process-destinations)
15225 (gnus-parameter-ham-marks-alist)
15226 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15227 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15228 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15229 * mm-decode.el (gnus-current-window-configuration):
15230 * mm-extern.el (gnus-article-mime-handles):
15231 * mm-url.el (url-current-object, url-package-name)
15232 (url-package-version):
15233 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15234 (smime-keys, w3m-cid-retrieve-function-alist)
15235 (w3m-current-buffer, w3m-display-inline-images)
15236 (w3m-minor-mode-map):
15237 * mml-smime.el (gnus-extract-address-components):
15238 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15239 (gnus-newsrc-hashtb, message-default-charset)
15240 (message-deletable-headers, message-options)
15241 (message-posting-charset, message-required-mail-headers)
15242 (message-required-news-headers):
15243 * mml1991.el (mc-pgp-always-sign):
15244 * mml2015.el (mc-pgp-always-sign):
15245 * nnheader.el (nnmail-extra-headers):
15246 * rfc1843.el (gnus-decode-encoded-word-function)
15247 (gnus-decode-header-function, gnus-newsgroup-name):
15248 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15249
15250 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15251
15252 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15253 the end of the date treatments.
15254
15255 2005-08-15 Simon Josefsson <jas@extundo.com>
15256
15257 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15258 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15259 Capello and Romain Francoise.
15260 (pgg-fetch-key-function): Remove, not used?
15261 (pgg-insert-url-with-w3): Require url, to get
15262 url-insert-file-contents regardless of where it is defined.
15263
15264 2005-08-13 Romain Francoise <romain@orebokech.com>
15265
15266 * message.el (message-cite-original-1): New function.
15267 (message-cite-original): Use it.
15268 (message-cite-original-without-signature): Ditto.
15269
15270 2005-08-08 Romain Francoise <romain@orebokech.com>
15271
15272 * message.el (message-yank-empty-prefix): New variable.
15273 (message-indent-citation): Use it.
15274 (message-cite-original-without-signature): Respect X-No-Archive.
15275
15276 2005-08-08 Simon Josefsson <jas@extundo.com>
15277
15278 * pgg.el: Autoload url-insert-file-contents instead of loading
15279 w3/url.
15280 (pgg-insert-url-with-w3): Don't load url here.
15281
15282 2005-08-07 Jesper Harder <harder@phys.au.dk>
15283
15284 * message.el (message-kill-to-signature): Don't insert newline at
15285 bol.
15286 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15287
15288 2005-08-06 Romain Francoise <romain@orebokech.com>
15289
15290 * message.el (message-user-fqdn): Fix typo in docstring.
15291
15292 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15293
15294 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15295
15296 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15297
15298 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15299
15300 * mm-bodies.el (mm-encode-body): Use coding system rather than
15301 charset to encode text.
15302
15303 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15304 number of charsets if utf-8 is available (XEmacs).
15305
15306 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15307
15308 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15309 taken from `gnus-button-mid-or-mail-regexp'.
15310 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15311 (gnus-button-alist): Improve regexp for domain part of the MIDs
15312 for news:localpart@domain buttons.
15313 (gnus-button-ctan-directory-regexp): Update.
15314
15315 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15316
15317 * sieve-manage.el (sieve-manage-interactive-login):
15318 Use make-local-variable rather than make-variable-buffer-local.
15319 (sieve-manage-open): Ditto.
15320 (sieve-manage-authenticate): Ditto.
15321
15322 * mml.el (mml-generate-mime-1): Make the content type default to
15323 text/plain if the filename is not specified.
15324
15325 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15326
15327 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15328 instead of insert-buffer.
15329
15330 * message.el (message-yank-original): Ditto; set the mark at the
15331 end of the yanked message.
15332
15333 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15334
15335 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15336 lines to scroll rather than to stop it.
15337
15338 * mml.el (mml-generate-default-type): Add doc string.
15339 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15340 default to application/octet-stream when determining the content
15341 type if it is not specified for the part or the mml contents; add
15342 a comment about mml-generate-default-type.
15343
15344 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15345
15346 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15347 make it default to application/octet-stream when determining the
15348 content type if it is not specified for the external contents.
15349
15350 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15351
15352 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15353 segmented parameter but also other parameters might be there.
15354
15355 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15356
15357 * mm-decode.el (mm-display-external): Delete temp file, directory
15358 and buffer immediately if the external process is exited.
15359
15360 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15361
15362 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15363 fewer lines than that of scroll-margin.
15364 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15365
15366 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15367
15368 * gnus-art.el (gnus-article-next-page): Revert.
15369 (gnus-article-beginning-of-window): New macro.
15370 (gnus-article-next-page-1): Use it.
15371 (gnus-article-prev-page): Ditto.
15372 (gnus-article-edit-part): Use insert-buffer-substring instead of
15373 insert-buffer.
15374 (gnus-article-edit-exit): Ditto.
15375
15376 * gnus-util.el (gnus-beginning-of-window): Remove.
15377 (gnus-end-of-window): Remove.
15378
15379 2005-07-25 Simon Josefsson <jas@extundo.com>
15380
15381 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15382 to have the url package without w3. Reported by Daiki Ueno
15383 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15384
15385 2005-07-20 Didier Verna <didier@xemacs.org>
15386
15387 * gnus-diary.el: Remove the description comment (nndiary is now
15388 properly documented in the Gnus manual).
15389 Fix the spelling of "Back End".
15390 * nndiary.el: Ditto.
15391 Fix the copyright notice.
15392
15393 2005-07-18 Romain Francoise <romain@orebokech.com>
15394
15395 * gnus-sum.el (gnus-summary-to-prefix)
15396 (gnus-summary-newsgroup-prefix): New variables.
15397 (gnus-summary-from-or-to-or-newsgroups): Use them.
15398
15399 2005-07-17 Romain Francoise <romain@orebokech.com>
15400
15401 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15402 space as it's generally not especially interesting to the user.
15403
15404 2005-07-16 Romain Francoise <romain@orebokech.com>
15405
15406 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15407 nil to avoid prompting and file modification if one of the
15408 messages at the top of the nnfolder file contains a copyright
15409 notice.
15410 Update copyright notice.
15411
15412 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15413 instead of `current-time-string' as the latter creates a time
15414 string that is not RFC 2822 compliant (it lacks the zone).
15415 Update copyright notice.
15416
15417 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15418
15419 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15420 for text/rtf. Display default in prompt. Pass default for M-n.
15421
15422 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15423
15424 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15425
15426 * gnus-msg.el (gnus-button-mailto):
15427 Remove save-selected-window-window hackery because it relies on
15428 save-selected-window internals.
15429
15430 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15431
15432 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15433 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15434 (gnus-article-prev-page): Ditto.
15435
15436 * gnus-util.el (gnus-beginning-of-window): New function.
15437 (gnus-end-of-window): New function.
15438
15439 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15440
15441 * gnus-score.el (gnus-score-edit-all-score):
15442 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15443 gnus-message.
15444
15445 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15446
15447 * gnus-msg.el (gnus-button-mailto):
15448 Remove save-selected-window-window hackery because it relies on
15449 save-selected-window internals.
15450
15451 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15452
15453 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15454 add-minor-mode.
15455 (gnus-binary-mode): Ditto.
15456
15457 * gnus-topic.el (gnus-topic-mode): Ditto.
15458
15459 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15460
15461 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15462 (gnus-article-prev-page): Take scroll-margin into consideration.
15463
15464 2005-07-04 Lute Kamstra <lute@gnu.org>
15465
15466 Update FSF's address in GPL notices.
15467
15468 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15469
15470 * gnus.el (gnus-exit):
15471 * gnus-group.el (gnus-group-icons):
15472 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15473
15474 * gnus-nocem.el (gnus-nocem):
15475 * message.el (message-various, message-buffers, message-sending)
15476 (message-interface, message-forwarding, message-insertion)
15477 (message-headers, message-news, message-mail):
15478 * pgg-gpg.el (pgg-gpg):
15479 * pgg-parse.el (pgg-parse):
15480 * pgg-pgp.el (pgg-pgp):
15481 * pgg-pgp5.el (pgg-pgp5):
15482 * pop3.el (pop3): Finish `defgroup' description with period.
15483
15484 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15485
15486 * gnus-art.el (article-display-face): Improve the efficiency.
15487 (article-display-x-face): Ditto; remove grey x-face stuff.
15488
15489 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15490
15491 * gnus-art.el (article-display-face): Correct the position in
15492 which Faces are inserted.
15493
15494 2005-06-29 Didier Verna <didier@xemacs.org>
15495
15496 * gnus-art.el (article-display-face): Display faces in correct
15497 order.
15498
15499 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15500
15501 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15502 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15503 (gnus-nocem-check-article): Fetch the Type header.
15504 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15505 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15506 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15507 make sure gnus-nocem-hashtb is initialized.
15508 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15509 (gnus-nocem-unwanted-article-p): Ditto.
15510
15511 * pgg.el (pgg-verify): Return the verification result.
15512
15513 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15514
15515 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15516 is ascii.
15517
15518 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15519
15520 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15521 `show-nonbreak-escape'.
15522
15523 2005-06-23 Lute Kamstra <lute@gnu.org>
15524
15525 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15526
15527 * dig.el (dig-mode):
15528 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15529
15530 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15531
15532 * nnimap.el (nnimap-split-download-body): Fix spellings.
15533
15534 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15535
15536 * gnus-art.el (gnus-article-encrypt-body):
15537 * gnus-cus.el (gnus-score-customize):
15538 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15539 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15540
15541 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15542
15543 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15544 header by looking for magic "MII" at the beginnig.
15545
15546 2005-06-16 Miles Bader <miles@gnu.org>
15547
15548 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15549 (assistant-field-face): New backward-compatibility alias for renamed
15550 face.
15551 (assistant-render-text): Use renamed assistant-field face.
15552
15553 * spam.el (spam): Remove "-face" suffix from face name.
15554 (spam-face): New backward-compatibility alias for renamed face.
15555 (spam-face, spam-initialize): Use renamed spam face.
15556
15557 * message.el (message-header-to, message-header-cc)
15558 (message-header-subject, message-header-newsgroups)
15559 (message-header-other, message-header-name)
15560 (message-header-xheader, message-separator, message-cited-text)
15561 (message-mml): Remove "-face" suffix from face names.
15562 (message-header-to-face, message-header-cc-face)
15563 (message-header-subject-face, message-header-newsgroups-face)
15564 (message-header-other-face, message-header-name-face)
15565 (message-header-xheader-face, message-separator-face)
15566 (message-cited-text-face, message-mml-face):
15567 New backward-compatibility aliases for renamed faces.
15568 (message-font-lock-keywords): Use renamed message faces.
15569
15570 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15571 (sieve-test-commands, sieve-tagged-arguments):
15572 Remove "-face" suffix from face names.
15573 (sieve-control-commands-face, sieve-action-commands-face)
15574 (sieve-test-commands-face, sieve-tagged-arguments-face):
15575 New backward-compatibility aliases for renamed faces.
15576 (sieve-control-commands-face, sieve-action-commands-face)
15577 (sieve-test-commands-face, sieve-tagged-arguments-face):
15578 Use renamed sieve faces.
15579
15580 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15581 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15582 (gnus-group-news-3-empty, gnus-group-news-4)
15583 (gnus-group-news-4-empty, gnus-group-news-5)
15584 (gnus-group-news-5-empty, gnus-group-news-6)
15585 (gnus-group-news-6-empty, gnus-group-news-low)
15586 (gnus-group-news-low-empty, gnus-group-mail-1)
15587 (gnus-group-mail-1-empty, gnus-group-mail-2)
15588 (gnus-group-mail-2-empty, gnus-group-mail-3)
15589 (gnus-group-mail-3-empty, gnus-group-mail-low)
15590 (gnus-group-mail-low-empty, gnus-summary-selected)
15591 (gnus-summary-cancelled, gnus-summary-high-ticked)
15592 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15593 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15594 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15595 (gnus-summary-low-undownloaded)
15596 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15597 (gnus-summary-low-unread, gnus-summary-normal-unread)
15598 (gnus-summary-high-read, gnus-summary-low-read)
15599 (gnus-summary-normal-read, gnus-splash):
15600 Remove "-face" suffix from face names.
15601 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15602 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15603 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15604 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15605 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15606 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15607 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15608 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15609 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15610 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15611 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15612 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15613 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15614 (gnus-summary-normal-ticked-face)
15615 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15616 (gnus-summary-normal-ancient-face)
15617 (gnus-summary-high-undownloaded-face)
15618 (gnus-summary-low-undownloaded-face)
15619 (gnus-summary-normal-undownloaded-face)
15620 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15621 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15622 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15623 (gnus-splash-face):
15624 New backward-compatibility aliases for renamed faces.
15625 (gnus-group-startup-message): Use renamed gnus faces.
15626
15627 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15628 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15629 (gnus-server-agent): Remove "-face" suffix from face names.
15630 (gnus-server-agent-face, gnus-server-opened-face)
15631 (gnus-server-closed-face, gnus-server-denied-face)
15632 (gnus-server-offline-face):
15633 New backward-compatibility aliases for renamed faces.
15634 (gnus-server-agent-face, gnus-server-opened-face)
15635 (gnus-server-closed-face, gnus-server-denied-face)
15636 (gnus-server-offline-face): Use renamed gnus faces.
15637
15638 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15639 Remove "-face" suffix from face names.
15640 (gnus-picon-xbm-face, gnus-picon-face):
15641 New backward-compatibility aliases for renamed faces.
15642
15643 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15644 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15645 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15646 (gnus-cite-11): Remove "-face" suffix from face names.
15647 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15648 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15649 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15650 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15651 New backward-compatibility aliases for renamed faces.
15652 (gnus-cite-attribution-face, gnus-cite-face-list)
15653 (gnus-article-boring-faces): Use renamed gnus faces.
15654
15655 * gnus-art.el (gnus-signature, gnus-header-from)
15656 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15657 (gnus-header-content): Remove "-face" suffix from face names.
15658 (gnus-signature-face, gnus-header-from-face)
15659 (gnus-header-subject-face, gnus-header-newsgroups-face)
15660 (gnus-header-name-face, gnus-header-content-face):
15661 New backward-compatibility aliases for renamed faces.
15662 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15663
15664 * gnus-sum.el (gnus-summary-selected-face)
15665 (gnus-summary-highlight): Use renamed gnus faces.
15666 * gnus-group.el (gnus-group-highlight): Likewise.
15667
15668 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15669
15670 * gnus-sieve.el (gnus-sieve-article-add-rule):
15671 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15672 * spam-stat.el (spam-stat-buffer-change-to-spam)
15673 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15674
15675 * message.el (message-is-yours-p):
15676 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15677
15678 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15679
15680 * mm-view.el (mm-inline-text): Withdraw the last change.
15681
15682 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15683
15684 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15685 executing enriched-decode.
15686
15687 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15688
15689 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15690 charset of tar files.
15691
15692 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15693
15694 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15695
15696 2005-06-04 Lute Kamstra <lute@gnu.org>
15697
15698 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15699 information is never recorded.
15700
15701 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15704
15705 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15706
15707 * pop3.el (pop3-apop): Run md5 in the binary mode.
15708
15709 * starttls.el (starttls-set-process-query-on-exit-flag):
15710 Use eval-and-compile.
15711
15712 2005-05-31 Simon Josefsson <jas@extundo.com>
15713
15714 * smime.el (smime-replace-in-string): Define.
15715 (smime-cert-by-ldap-1): Use it.
15716
15717 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15718
15719 * gnus-art.el (article-display-x-face): Replace
15720 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15721
15722 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15723 set-process-query-on-exit-flag or process-kill-without-query.
15724
15725 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15726 loop instead of replace-regexp.
15727
15728 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15729 instead of process-kill-without-query if it is available.
15730
15731 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15732 instead of find-file-hooks if it is available.
15733
15734 * mml1991.el: Bind pgg-default-user-id when compiling.
15735
15736 * mml2015.el: Bind pgg-default-user-id when compiling.
15737
15738 * nndraft.el (nndraft-request-associate-buffer):
15739 Use write-contents-functions instead of write-contents-hooks if it is
15740 available.
15741
15742 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15743 instead of find-file-hooks if it is available.
15744
15745 * nntp.el (nntp-open-connection): Replace
15746 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15747 (nntp-open-ssl-stream): Ditto.
15748 (nntp-open-tls-stream): Ditto.
15749
15750 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15751 set-process-query-on-exit-flag or process-kill-without-query.
15752 (starttls-open-stream-gnutls): Use it instead of
15753 process-kill-without-query.
15754 (starttls-open-stream): Ditto.
15755
15756 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15757
15758 * smime.el (smime-cert-by-ldap-1): Don't use
15759 replace-regexp-in-string.
15760
15761 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15762
15763 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15764
15765 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15766 in PEM format. Adjust to the XEmacs compatibility.
15767
15768 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15769
15770 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15771 by `string-to-number'.
15772 * gnus-agent.el (gnus-agent-regenerate-group)
15773 (gnus-agent-fetch-articles): Ditto.
15774 * gnus-art.el (gnus-button-fetch-group): Ditto.
15775 * gnus-cache.el (gnus-cache-generate-active)
15776 (gnus-cache-articles-in-group): Ditto.
15777 * gnus-group.el (gnus-group-set-current-level)
15778 (gnus-group-insert-group-line): Ditto.
15779 * gnus-score.el (gnus-score-set-expunge-below)
15780 (gnus-score-set-mark-below, gnus-summary-score-effect)
15781 (gnus-summary-score-entry): Ditto.
15782 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15783 (gnus-soup-pack): Ditto.
15784 * gnus-spec.el (gnus-xmas-format): Ditto.
15785 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15786 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15787 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15788 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15789 * nndb.el (nndb-get-remote-expire-response): Ditto.
15790 * nndiary.el (nndiary-parse-schedule-value)
15791 (nndiary-string-to-number, nndiary-request-replace-article)
15792 (nndiary-request-article): Ditto.
15793 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15794 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15795 * nneething.el (nneething-make-head): Ditto.
15796 * nnfolder.el (nnfolder-request-article)
15797 (nnfolder-retrieve-headers): Ditto.
15798 * nnheader.el (nnheader-file-to-number): Ditto.
15799 * nnkiboze.el (nnkiboze-request-article): Ditto.
15800 * nnmail.el (nnmail-process-unix-mail-format)
15801 (nnmail-process-babyl-mail-format): Ditto.
15802 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15803 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15804 (nnmh-request-create-group, nnmh-request-list-1)
15805 (nnmh-request-group, nnmh-request-article): Ditto.
15806 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15807 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15808 * nnsoup.el (nnsoup-make-active): Ditto.
15809 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15810 * nntp.el (nntp-find-group-and-number)
15811 (nntp-retrieve-headers-with-xover): Ditto.
15812 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15813 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15814 (pgg-format-key-identifier): Ditto.
15815 * pop3.el (pop3-last, pop3-stat): Ditto.
15816 * qp.el (quoted-printable-decode-region): Ditto.
15817
15818 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15819 of concat.
15820
15821 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15822
15823 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15824
15825 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15826
15827 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15828
15829 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15830
15831 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15832
15833 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15834
15835 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15836 (gnus-carpal-mode): Ditto.
15837
15838 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15839 (gnus-browse-mode): Ditto.
15840
15841 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15842
15843 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15844
15845 2005-05-29 Richard M. Stallman <rms@gnu.org>
15846
15847 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15848
15849 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15850
15851 * gnus-util.el (gnus-run-mode-hooks): New function.
15852
15853 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15854
15855 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15856
15857 * gnus-agent.el (gnus-agent-make-mode-line-string):
15858 Use mode-line-highlight as mouse-face.
15859
15860 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15861
15862 * canlock.el (canlock): Change the parent group to news.
15863
15864 * deuglify.el (gnus-outlook-deuglify): Add :group.
15865
15866 * dig.el (dig): Add :group.
15867
15868 * dns-mode.el (dns-mode): Add :group.
15869
15870 * encrypt.el (encrypt): Add :group.
15871
15872 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15873 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15874 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15875 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15876 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15877
15878 * gnus-diary.el (gnus-diary): Add :group.
15879
15880 * gnus.el (gnus-group-news-1-face): Add :group.
15881 (gnus-group-news-1-empty-face): Ditto.
15882 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15883 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15884 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15885 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15886 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15887 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15888 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15889 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15890 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15891 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15892 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15893 (gnus-summary-high-ticked-face): Ditto.
15894 (gnus-summary-low-ticked-face): Ditto.
15895 (gnus-summary-normal-ticked-face): Ditto.
15896 (gnus-summary-high-ancient-face): Ditto.
15897 (gnus-summary-low-ancient-face): Ditto.
15898 (gnus-summary-normal-ancient-face): Ditto.
15899 (gnus-summary-high-undownloaded-face): Ditto.
15900 (gnus-summary-low-undownloaded-face): Ditto.
15901 (gnus-summary-normal-undownloaded-face): Ditto.
15902 (gnus-summary-high-unread-face): Ditto.
15903 (gnus-summary-low-unread-face): Ditto.
15904 (gnus-summary-normal-unread-face): Ditto.
15905 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15906 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15907
15908 * hashcash.el (hashcash): New custom group.
15909 (hashcash-default-payment): Add :group.
15910 (hashcash-payment-alist): Ditto.
15911 (hashcash-default-accept-payment): Ditto.
15912 (hashcash-accept-resources): Ditto.
15913 (hashcash-path): Ditto.
15914 (hashcash-extra-generate-parameters): Ditto.
15915 (hashcash-double-spend-database): Ditto.
15916 (hashcash-in-news): Ditto.
15917
15918 * message.el (message-minibuffer-local-map): Add :group.
15919
15920 * netrc.el (netrc): Add :group.
15921
15922 * sieve-manage.el (sieve-manage-log): Add :group.
15923 (sieve-manage-default-user): Diito.
15924 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15925 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15926 (sieve-manage-authenticators): Ditto.
15927 (sieve-manage-authenticator-alist): Ditto.
15928 (sieve-manage-default-port): Ditto.
15929
15930 * sieve-mode.el (sieve-control-commands-face): Add :group.
15931 (sieve-action-commands-face): Ditto.
15932 (sieve-test-commands-face): Ditto.
15933 (sieve-tagged-arguments-face): Ditto.
15934
15935 * smime.el (smime): Add :group.
15936
15937 * spam-report.el (spam-report): Add :group.
15938
15939 * spam.el (spam, spam-face): Add :group.
15940
15941 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15942
15943 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15944 return \n.\n.\n at the end of articles. Protect against that.
15945 (nntp-with-open-group): Allow debugging.
15946
15947 * nnheader.el (mail-header-set-extra): Make into a function
15948 because I just could't understand how to quote the list properly.
15949
15950 * dns.el (query-dns-cached): New function.
15951
15952 2005-05-26 Lute Kamstra <lute@gnu.org>
15953
15954 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15955
15956 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15957
15958 * gnus-art.el: Don't autoload mail-extract-address-components.
15959
15960 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15961 eval-and-compile to evaluate it.
15962
15963 * hashcash.el: Don't autoload executable-find.
15964
15965 * nndb.el: Don't declare the nndb back end two or more times; don't
15966 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15967
15968 * nntp.el: Autoload format-spec instead of format; use
15969 eval-and-compile to evaluate autoload forms.
15970
15971 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15972
15973 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15974
15975 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15976
15977 * gnus.el (gnus-version-number): Bump version.
15978
15979 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15980
15981 * gnus.el: No Gnus v0.3 is released.
15982
15983 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15984
15985 * gnus-art.el (gnus-article-edit-part): Disable undo.
15986
15987 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15988
15989 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15990 gnus-article-date-lapsed-new-header is t if date timer is active;
15991 skip headers in which the original date value is empty.
15992 (gnus-article-save-original-date): Redefine it as a macro.
15993 (gnus-display-mime): Use it.
15994
15995 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15996
15997 * gnus-art.el (article-date-ut): Support converting date in
15998 forwarded parts as well.
15999 (gnus-article-save-original-date): New function.
16000 (gnus-display-mime): Use it.
16001
16002 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16003
16004 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16005 enclosure element of <item>.
16006
16007 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
16008
16009 * message.el (message-kill-buffer-query): Rename from
16010 `message-kill-buffer-query-if-modified'. Add :version.
16011
16012 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16013
16014 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16015 window layout.
16016
16017 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16018
16019 * mml.el: Autoload dnd when compiling.
16020
16021 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16022
16023 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16024 x-dnd-*.
16025
16026 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16027
16028 * qp.el (quoted-printable-encode-region): Save excursion.
16029
16030 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
16031
16032 * message.el (message-kill-buffer-query-if-modified): Add new variable
16033 so the user can kill a modified message buffer quickly.
16034 (message-kill-buffer): Use it.
16035
16036 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
16037
16038 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16039 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16040
16041 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16042
16043 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16044 contained in text because xml.el decodes entities) with LFs.
16045
16046 2005-04-11 Lute Kamstra <lute@gnu.org>
16047
16048 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16049 differently.
16050
16051 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16052
16053 * mm-util.el (mm-detect-coding-region): Typo.
16054
16055 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
16056
16057 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16058
16059 2005-04-06 Deepak Goel <deego@gnufans.org>
16060
16061 * spam-stat.el (spam-stat-score-buffer): Add a call to a
16062 user-function allow user modifications of the scores.
16063 (spam-stat-score-buffer-user): New function, to allow
16064 user-computed modifications to the score.
16065 (spam-stat-score-buffer-user-functions): List of additional
16066 scoring functions.
16067 (spam-stat-error-holder): Global temporary error holder.
16068 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16069 variable.
16070
16071 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
16072
16073 * gnus-registry.el (gnus-registry-clean-empty-function)
16074 (gnus-registry-trim, gnus-registry-fetch-groups)
16075 (gnus-registry-delete-group): Groups that match
16076 `gnus-registry-ignored-groups' are removed from the registry
16077 entries, not just ignored for splitting. This helps clean up the
16078 registry. Also, `gnus-registry-fetch-groups' is a convenient way
16079 to get all the groups a message ID is in.
16080
16081 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16082 (spam-stat-split-fancy): Change "threshhold" to "threshold".
16083 (spam-stat-score-buffer-user-functions): Add :number custom type.
16084
16085 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16086
16087 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16088 argument in XEmacs.
16089
16090 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16091 (nnrss-request-group): Decode group name first.
16092 (nnrss-request-article): Make a text/plain article if mml-to-mime
16093 failed.
16094 (nnrss-get-encoding): Return a compatible encoding according to
16095 nnrss-compatible-encoding-alist.
16096 (nnrss-find-el): Use consp instead of listp.
16097 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16098
16099 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16100
16101 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16102 which Emacs 20 doesn't support.
16103 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16104
16105 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16106
16107 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16108 silence the byte compiler inside the defun.
16109
16110 * gnus-demon.el (parse-time-string): Add autoload.
16111
16112 * gnus-delay.el (parse-time-string): Add autoload.
16113
16114 * gnus-art.el (parse-time-string): Add autoload.
16115
16116 * nnultimate.el (parse-time): Require for `parse-time-string'.
16117
16118 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16119
16120 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16121
16122 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16123
16124 * smime.el (smime-ldap-host-list): Add :version.
16125
16126 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16127
16128 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16129 pass it to `gnus-browse-read-group'.
16130 (gnus-browse-read-group): Add NUMBER argument and pass it to
16131 `gnus-group-read-ephemeral-group'.
16132
16133 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16134 argument and pass it to `gnus-group-read-group'.
16135
16136 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
16137
16138 * mm-util.el (mm-xemacs-find-mime-charset): Only call
16139 mm-xemacs-find-mime-charset-1 if we have the mule feature
16140 available at runtime.
16141
16142 2005-03-25 Werner Lemberg <wl@gnu.org>
16143
16144 * nnmaildir.el: Replace `illegal' with `invalid'.
16145
16146 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16147
16148 * gnus-start.el (gnus-display-time-event-handler):
16149 Check display-time-timer at runtime rather than only at load time
16150 in case display-time-mode is turned off in the mean time.
16151
16152 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16153
16154 * nnimap.el (nnimap-open-connection): Print which authinfo file is
16155 used.
16156
16157 * nneething.el (nneething-map-file-directory): Derive from
16158 `gnus-directory'.
16159
16160 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16161 the To/Cc button.
16162
16163 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16164
16165 * nnmaildir.el (nnmaildir-request-accept-article):
16166 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16167
16168 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16169
16170 * gnus-async.el: Require timer-funcs at compile time when in
16171 XEmacs for `run-with-idle-timer'.
16172
16173 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16174
16175 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16176 autoloaded function.
16177
16178 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16179
16180 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16181
16182 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16183
16184 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16185
16186 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16187
16188 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16189 Add gnus-expert-user to default.
16190
16191 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16192
16193 * nnimap.el (nnimap-open-server): Ditto.
16194
16195 * imap.el (imap-authenticate): Fix typo.
16196
16197 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16198
16199 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16200 buffer (since IMAP server might return FETCH response out of
16201 order, and the nntp buffer must be sorted).
16202
16203 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16204
16205 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16206 comparison on string.
16207
16208 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16209 (gnus-agent-score): Rename category keywords to match gnus-cus.
16210 (gnus-agent-summary-fetch-series): Modify to protect against
16211 gnus-agent-summary-fetch-group clearing processable flags.
16212 (gnus-agent-synchronize-group-flags): Update live group buffer as
16213 synchronization may occur due to the user toggle the plugged
16214 status.
16215 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16216 successfully downloaded.
16217 (gnus-agent-expire-group-1): Avoid using markers when the overview
16218 is in ascending order; greatly improves performance.
16219 (gnus-agent-regenerate-group):
16220 Use gnus-agent-synchronize-group-flags to reset read status in both
16221 gnus and server.
16222 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16223
16224 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16225
16226 * message.el: Don't autoload former message-utils variables.
16227 (message-strip-subject-trailing-was): Change doc string.
16228
16229 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16230 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16231 (nnweb-google-search): Add "hl=en" here.
16232 (nnweb-google-parse-1, nnweb-google-create-mapping):
16233 Don't hardcode URL.
16234
16235 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16236
16237 * message.el (message-get-reply-headers, message-followup):
16238 Mention related variables `message-use-followup-to' and
16239 `message-use-mail-followup-to', in the information buffer.
16240
16241 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16242 of broken groups(-beta).google.com.
16243
16244 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16245
16246 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16247 parameter to invoked gnus-request-move-article; remove the
16248 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16249 all at once instead of once per article.
16250 (gnus-summary-remove-process-mark): Accept a list of articles as
16251 well as a single article for processing.
16252
16253 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16254 parameter.
16255
16256 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16257
16258 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16259
16260 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16261 parameter.
16262
16263 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16264 parameter.
16265
16266 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16267 parameter and remove the gnus-sum-hint-move-is-internal variable.
16268
16269 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16270 parameter.
16271
16272 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16273 parameter.
16274
16275 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16276 parameter.
16277
16278 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16279
16280 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16281 parameter.
16282
16283 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16284 parameter.
16285
16286 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16287
16288 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16289 a more conservative way.
16290
16291 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16292
16293 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16294 buffer, so it moves the window's cursor.
16295
16296 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16297
16298 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16299 `mm-dissect-multipart' and receive the from field as an (optional)
16300 argument from `mm-dissect-multipart'.
16301 (mm-dissect-multipart): Receive the from field as an argument and
16302 pass it on when we call `mm-dissect-buffer' on MIME parts.
16303 Fixes verification/decryption of signed/encrypted MIME parts.
16304
16305 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16306
16307 * gnus-sum.el (gnus-summary-move-article):
16308 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16309 whatever it calls (right now, only nnimap-request-move article
16310 respects it).
16311
16312 * nnimap.el (nnimap-request-move-article):
16313 When gnus-sum-hint-move-is-internal is set, don't do the extra
16314 nnimap-request-article.
16315
16316 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16317
16318 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16319
16320 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16321 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16322
16323 * gnus-sum.el (gnus-summary-caesar-message):
16324 Apply `gnus-treat-article' after rotation.
16325
16326 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16327 doc string.
16328
16329 2005-02-22 Simon Josefsson <jas@extundo.com>
16330
16331 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16332 `password-cache-expiry' instead). Reported by Arne Jørgensen
16333 <arne@arnested.dk>.
16334 (encrypt): Add password-cache and password-cache-expiry as group
16335 members.
16336
16337 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16338
16339 * smime.el (smime-ldap-host-list): Doc fix.
16340 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16341 cache) password.
16342 (smime-sign-region): Use it.
16343 (smime-decrypt-region): Use it.
16344 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16345 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16346 fails.
16347 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16348 certificate from DER to PEM format rather than calling openssl.
16349
16350 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16351
16352 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16353 for signing/encryption.
16354
16355 * mml.el (mml-parse-1): Use them.
16356
16357 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16358
16359 * nnrss.el (nnrss-verbose): Remove.
16360 (nnrss-request-group): Use `nnheader-message' instead.
16361
16362 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16363
16364 * nnrss.el (nnrss-verbose): New variable.
16365 (nnrss-request-group): Make it say nnrss is requesting a group.
16366
16367 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16368
16369 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16370 Handle news URL with given port correctly.
16371
16372 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16373
16374 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16375 containing special characters.
16376
16377 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16378
16379 * mml.el (mime-to-mml): Ditto.
16380
16381 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16382 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16383 (rfc2047-decode-region): Quote decoded words containing special
16384 characters when rfc2047-quote-decoded-words-containing-tspecials
16385 is non-nil.
16386
16387 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16388
16389 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16390
16391 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16392
16393 2005-02-15 Simon Josefsson <jas@extundo.com>
16394
16395 * nnimap.el (nnimap-debug): Doc fix.
16396
16397 * imap.el (imap-debug): Doc fix.
16398
16399 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16400
16401 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16402
16403 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16404
16405 * gnus.el (spam-contents): Improve docs for spam-contents
16406 parameter in its variable incarnation.
16407
16408 2005-02-14 Simon Josefsson <jas@extundo.com>
16409
16410 * smime-ldap.el: Use require instead of load-library for ldap.
16411 (smime-ldap-search): Indent.
16412 (smime-ldap-search-internal): Shorten line.
16413
16414 * smime.el (smime-cert-by-dns): Add doc-string.
16415 (smime-cert-by-ldap-1): Indent.
16416
16417 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16418 mml-smime-get-dns-ldap.
16419 (mml-smime-encrypt-query): Use new function. Default to ldap.
16420
16421 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16422
16423 * smime.el: Require smime-ldap.
16424 (smime-ldap-host-list): New variable.
16425 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16426
16427 * mml-smime.el (mml-smime-encrypt-query): New function.
16428 (mml-smime-encrypt-query): Use it.
16429
16430 * smime-ldap.el: New file.
16431
16432 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16433
16434 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16435
16436 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16437
16438 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16439 argument in doc string. Make query for type more clear.
16440
16441 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16442
16443 * gnus.el (gnus-group-startup-message): Search for gnus images in
16444 etc/images/gnus.
16445 * mm-util.el (mm-image-load-path): Likewise.
16446 * smiley.el (smiley-data-directory): Search for smilies in
16447 etc/images/smilies.
16448
16449 2005-02-09 Kim F. Storm <storm@cua.dk>
16450
16451 Change Emacs release version from 21.4 to 22.1 throughout.
16452 Change Emacs development version from 21.3.50 to 22.0.50.
16453
16454 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16455
16456 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16457
16458 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16459 non-Mule XEmacs as well.
16460 (mm-decompress-buffer): Signal an error intentionally if it does
16461 not decompress compressed data because auto-compression-mode is
16462 disabled.
16463
16464 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16465
16466 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16467 an ID in the registry even if it has no groups.
16468
16469 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16470
16471 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16472 merge it into mm-decompress-buffer.
16473 (gnus-mime-copy-part): Use the MIME part charset, the value which
16474 a user specified or gnus-newsgroup-charset for decoding, like
16475 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16476 save-buffer what was used. Suggested by Kevin Ryde
16477 <user42@zip.com.au>.
16478 (gnus-mime-inline-part): Allow the name parameter as well as the
16479 filename parameter; force decompressing of compressed data; always
16480 display contents being not decoded as unibyte.
16481
16482 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16483 as well as the filename parameter.
16484
16485 * mm-util.el (mm-decompress-buffer):
16486 Merge gnus-mime-jka-compr-maybe-uncompress.
16487 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16488 of compressed data.
16489
16490 2005-02-08 Simon Josefsson <jas@extundo.com>
16491
16492 * imap.el (imap-log): Doc fix.
16493
16494 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16495
16496 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16497 the coding cookies; decompress compressed parts.
16498
16499 * mml.el (mml-generate-mime-1): Add the charset parameter according
16500 to the value which a user specified manually or the coding cookie.
16501
16502 * mm-util.el (mm-string-to-multibyte): New function.
16503 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16504 (mm-coding-system-to-mime-charset): New function.
16505 (mm-decompress-buffer): New function.
16506 (mm-find-buffer-file-coding-system): New function.
16507
16508 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16509 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16510 parts.
16511
16512 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16513
16514 * mm-view.el (mm-display-inline-fontify): Decode a part according
16515 to the charset parameter.
16516
16517 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16518
16519 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16520 prefix arg is neither nil nor a number, as info specifies.
16521
16522 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16523
16524 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16525 timestamps.
16526
16527 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16528
16529 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16530 groups error checking and notify user.
16531
16532 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16533
16534 * message.el (message-send-mail-function): Check existence of
16535 sendmail-program first before using default value
16536 `message-send-mail-with-sendmail'. Otherwise use more generic
16537 `smtpmail-send-it'.
16538
16539 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16540
16541 * nntp.el (nntp-request-update-info): Always return nil.
16542
16543 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16544
16545 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16546
16547 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * message.el (message-beginning-of-line): Change the behavior when
16550 invoked between BOL and : so that it first moves backward.
16551
16552 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16553
16554 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16555 article buffer when editing of the article is discarded.
16556 (gnus-article-prepare): Revert.
16557
16558 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16559
16560 * gnus-art.el (gnus-article-prepare):
16561 Remove message-strip-forbidden-properties from the local hook.
16562
16563 2005-01-27 Simon Josefsson <jas@extundo.com>
16564
16565 * password.el (password-cache-add): Only start one timer per key.
16566 Reported by Derek Atkins <warlord@MIT.EDU>.
16567
16568 2005-01-26 Steve Youngs <steve@sxemacs.org>
16569
16570 * run-at-time.el: Remove. It is no longer needed as
16571 timer-funcs.el in the xemacs-base package has a working version of
16572 `run-at-time'.
16573
16574 * password.el: Require timer-funcs instead of run-at-time in
16575 XEmacs.
16576 Remove `password-run-at-time' macro.
16577 (password-cache-add): Use `run-at-time' instead of
16578 `password-run-at-time'.
16579
16580 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16581 for `run-with-idle-timer'.
16582
16583 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16584 for `run-at-time'.
16585
16586 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16587 for `with-timeout'.
16588
16589 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16590
16591 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16592 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16593
16594 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16595
16596 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16597 sensitively.
16598
16599 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16600
16601 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16602
16603 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16604
16605 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16606 which will be inserted according to the multibyteness of a buffer
16607 rather than the type of contents. Suggested by ARISAWA Akihiro
16608 <ari@mbf.ocn.ne.jp>.
16609
16610 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16611 of string which old xml.el may return rather than a string.
16612
16613 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16614
16615 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16616
16617 2005-01-16 Simon Josefsson <jas@extundo.com>
16618
16619 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16620 idn/idna.el isn't available.
16621 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16622 <michael@waxrat.com>.
16623
16624 * hashcash.el: Remove non-FSF copyright header.
16625
16626 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16627 (hashcash-generate-payment): Use it.
16628 (hashcash-generate-payment-async): Use it.
16629
16630 2005-01-15 Simon Josefsson <jas@extundo.com>
16631
16632 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16633 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16634
16635 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16636 gnus-summary-idna-message.
16637 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16638 (gnus-summary-idna-message): New function.
16639
16640 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16641
16642 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16643 gnus-novice-user.
16644
16645 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16646
16647 * nnrss.el (nnrss-request-delete-group): Delete entries in
16648 nnrss-group-alist as well.
16649 (nnrss-save-server-data): Insert newline.
16650
16651 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16652
16653 * gnus.el (gnus-user-agent): Use list of symbols instead of
16654 symbols. Display full version number for (S)XEmacs.
16655 Optionally display (S)XEmacs codename.
16656
16657 * gnus-util.el (gnus-emacs-version): Update for new
16658 `gnus-user-agent'.
16659
16660 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16661 Gnus version.
16662
16663 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16664
16665 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16666 which is unreadable in some setups.
16667
16668 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16669
16670 * gnus-spec.el (gnus-update-format-specifications): Flush the
16671 group format spec cache if it doesn't support decoded group names.
16672
16673 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16674
16675 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16676 Allow to apply decay on score files matching a regexp.
16677
16678 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16679
16680 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16681 compatibility in %g and %c.
16682
16683 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16684
16685 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16686 name for only %g and %c.
16687 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16688 of gnus-tmp-group to decoded group name.
16689 (gnus-group-make-rss-group): Exclude `/'s from group names.
16690
16691 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16692
16693 * nnrss.el (nnrss-get-encoding): Fix regexp.
16694
16695 2004-12-27 Simon Josefsson <jas@extundo.com>
16696
16697 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16698 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16699 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16700
16701 2004-12-17 Kim F. Storm <storm@cua.dk>
16702
16703 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16704
16705 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16706
16707 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16708
16709 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16710
16711 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16712
16713 * nnrss.el: Require rfc2047 and mml.
16714 (nnrss-file-coding-system): New variable.
16715 (nnrss-format-string): Redefine it as an inline function.
16716 (nnrss-decode-group-name): New function.
16717 (nnrss-string-as-multibyte): Remove.
16718 (nnrss-retrieve-headers): Decode group name; don't use
16719 nnrss-format-string.
16720 (nnrss-request-group): Decode group name.
16721 (nnrss-request-article): Decode group name; allow a Message-ID as
16722 well as an article number; don't use nnrss-format-string; encode a
16723 Message-ID string which may contain non-ASCII characters; use
16724 mml-to-mime to compose a MIME article.
16725 (nnrss-request-expire-articles): Decode group name.
16726 (nnrss-request-delete-group): Decode group name.
16727 (nnrss-fetch): Clarify error message.
16728 (nnrss-read-server-data): Use insert-file-contents instead of load;
16729 bind file-name-coding-system; use multibyte buffer.
16730 (nnrss-save-server-data): Bind coding-system-for-write to the
16731 value of nnrss-file-coding-system; bind file-name-coding-system;
16732 add coding cookie.
16733 (nnrss-read-group-data): Use insert-file-contents instead of load;
16734 bind file-name-coding-system; use multibyte buffer.
16735 (nnrss-save-group-data): Bind coding-system-for-write to the
16736 value of nnrss-file-coding-system; bind file-name-coding-system.
16737 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16738 make it work with non-ASCII text.
16739 (nnrss-find-el): Make it work with old xml.el as well.
16740
16741 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16742
16743 * nnrss.el (nnrss-get-encoding): New function.
16744 (nnrss-fetch): Use unibyte buffer initially; bind
16745 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16746 decode contents according to the encoding attribute.
16747 (nnrss-save-group-data): Add coding cookie.
16748 (nnrss-mime-encode-string): New function.
16749 (nnrss-check-group): Use it to encode subject and author.
16750
16751 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16752
16753 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16754 imaginary variable.
16755
16756 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16757
16758 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16759 correctly even if there are wide characters.
16760
16761 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16762
16763 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16764 downcased symbol names; make a new cache instead of reusing
16765 bbdb-hashtable.
16766
16767 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16768
16769 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16770 concatenating segments rather than before concatenating them.
16771 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16772
16773 * message.el (message-get-reply-headers): Bind `extra'.
16774
16775 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16776
16777 * message.el (message-extra-wide-headers): New variable.
16778 (message-get-reply-headers): Use it.
16779
16780 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16781
16782 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16783 (gnus-agent-group-pathname): Ditto.
16784
16785 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16786
16787 * gnus-group.el (gnus-group-make-group): Decode group name.
16788 (gnus-group-make-rss-group): Register the group data after opening
16789 the nnrss group.
16790
16791 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16792
16793 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16794 by expiry now get marked as read.
16795
16796 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16797
16798 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16799
16800 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16801
16802 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16803 unify Latin characters in XEmacs.
16804 (mm-find-mime-charset-region): Use it.
16805
16806 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16807
16808 * gnus-util.el (gnus-delete-directory): New function.
16809
16810 * gnus-agent.el (gnus-agent-delete-group): Use it.
16811
16812 * gnus-cache.el (gnus-cache-delete-group): Use it.
16813
16814 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16815
16816 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16817 names.
16818
16819 2004-12-16 Simon Josefsson <jas@extundo.com>
16820
16821 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16822
16823 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16824
16825 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16826
16827 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16828 (gnus-group-set-current-level): Decode group name.
16829
16830 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16831
16832 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16833 failed.
16834
16835 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16836
16837 * gnus-group.el (gnus-group-delete-group): Decode group name.
16838 (gnus-group-make-rss-group): Encode group name.
16839 (gnus-group-catchup-current): Decode group name.
16840 (gnus-group-kill-group): Decode group name.
16841
16842 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16843
16844 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16845
16846 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16847
16848 * gnus-group.el (gnus-group-make-rss-group):
16849 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16850
16851 * gnus-start.el (gnus-setup-news): Honor user's setting to
16852 gnus-message-archive-method. Suggested by Lute Kamstra
16853 <lute@gnu.org>.
16854
16855 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16856
16857 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16858 global counterparts of the buffer-local variables.
16859
16860 2004-11-16 Romain Francoise <romain@orebokech.com>
16861
16862 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16863 counterparts of the buffer-local variables.
16864
16865 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16866
16867 * message.el (message-forbidden-properties): Fix typo in doc
16868 string.
16869
16870 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16871
16872 * gnus-util.el (gnus-replace-in-string): Add doc string.
16873
16874 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16875 to avoid problems when splitting mails with many recipients.
16876
16877 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16878
16879 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16880 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16881
16882 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16883
16884 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16885 if there is no hashtable in memory or file modification time is
16886 newer than cached timestamp.
16887
16888 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16889
16890 * gnus-sum.el (gnus-summary-limit-to-recipient):
16891 Implement not-matching option.
16892
16893 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16894
16895 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16896 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16897 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16898 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16899 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16900 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16901
16902 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16903
16904 * message.el (message-forward-make-body-mml): Remove headers
16905 according to message-forward-ignored-headers if a message is decoded.
16906
16907 2004-12-02 Romain Francoise <romain@orebokech.com>
16908
16909 * message.el (message-forward-make-body-plain): Always remove
16910 headers according to message-forward-ignored-headers.
16911
16912 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16913
16914 * spam.el (spam-summary-prepare-exit): Remove the
16915 gnus-summary-limit pop for now, it has problems with ham marks for
16916 me.
16917
16918 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16919
16920 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16921 correctly.
16922
16923 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16924
16925 * format-spec.el (format-spec): Message the char.
16926
16927 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16928
16929 * gnus-art.el (gnus-split-methods): Reformat comments.
16930
16931 * spam.el (spam-summary-prepare-exit): Remove article limits
16932 before exiting the summary buffer.
16933
16934 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16935
16936 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16937 order to silence the byte compiler.
16938
16939 * spam.el: Fix the way to silence the byte compiler, which
16940 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16941 bbdb-search-simple, spam-BBDB-register-routine,
16942 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16943 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16944 spam-stat-buffer-is-spam, spam-stat-load,
16945 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16946 spam-stat-save and spam-stat-split-fancy.
16947
16948 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16949
16950 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16951 which may confuse users.
16952 (canlock-password-for-verify): Ditto.
16953
16954 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16955
16956 * gnus-art.el (gnus-emphasis-alist): Ditto.
16957
16958 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16959
16960 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16961
16962 * gnus-start.el (gnus-save-killed-list): Ditto.
16963
16964 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16965 (gnus-sum-thread-tree-root): Ditto.
16966 (gnus-sum-thread-tree-false-root): Ditto.
16967 (gnus-sum-thread-tree-single-indent): Ditto.
16968
16969 * message.el (message-courtesy-message): Ditto.
16970 (message-archive-note): Ditto.
16971 (message-subscribed-address-file): Ditto.
16972 (message-user-fqdn): Ditto.
16973
16974 * spam-report.el (spam-report-gmane-regex): Ditto.
16975
16976 * spam.el (spam-blackhole-good-server-regex): Ditto.
16977
16978 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16979
16980 * mml.el (mml-preview): Widen the message buffer before copying
16981 the contents to the preview buffer; sort headers before previewing.
16982
16983 * message.el (message-hidden-headers): Fix the way to avoid a bug
16984 in the `repeat' widget in Emacs 21.3 or earlier.
16985
16986 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16987
16988 * message.el (message-hidden-headers): Default to "^References:".
16989 Improve customization type. Suggested by Reiner Steib
16990 <Reiner.Steib@gmx.de>.
16991
16992 2004-11-25 Romain Francoise <romain@orebokech.com>
16993
16994 * message.el (message-strip-forbidden-properties): Remove check for
16995 obsolete `message-hidden' text property, hidden headers are not
16996 accessible in the buffer anymore.
16997
16998 2004-11-22 Romain Francoise <romain@orebokech.com>
16999
17000 * message.el (message-header-format-alist): Add `From' in list
17001 so that it can be sorted.
17002 (message-fix-before-sending): Widen and sort headers before
17003 sending.
17004 (message-hide-headers): Use narrowing to hide headers by moving
17005 them to the top of the buffer and narrowing to the region
17006 underneath.
17007
17008 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17009
17010 * message.el (message-strip-forbidden-properties):
17011 Bind buffer-read-only (etc) to nil.
17012
17013 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
17014
17015 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17016 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17017
17018 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
17019
17020 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17021
17022 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17023
17024 * dns.el (query-dns): Use sit-for to time instead of
17025 accept-process-output, since that doesn't seem to work on udp
17026 sockets.
17027
17028 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
17029
17030 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17031
17032 2004-11-15 Jesper Harder <harder@ifa.au.dk>
17033
17034 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17035 doc string. Improve doc string.
17036
17037 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
17038
17039 * nntp.el (nntp-request-update-info): Return nil if
17040 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17041 may not call gnus-activate-group which uselessly issues the GROUP
17042 commands for all nntp groups and wastes time. Reported by Romain
17043 Francoise <romain@orebokech.com>.
17044
17045 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17046
17047 2004-11-15 Simon Josefsson <jas@extundo.com>
17048
17049 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17050 headers separately.
17051 (gnus-button-openpgp): New function, inspired by Jochen Küpper
17052 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17053
17054 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
17055
17056 * gnus-start.el (gnus-convert-old-newsrc):
17057 Assign legacy-gnus-agent to 5.10.7.
17058
17059 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17060
17061 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17062 start of the lines.
17063
17064 2004-11-14 Magnus Henoch <mange@freemail.hu>
17065
17066 * hashcash.el (hashcash-default-payment): Change default to 20.
17067 (hashcash-default-accept-payment): Change default to 20.
17068 (hashcash-process-alist): New variable.
17069 (hashcash-generate-payment-async): Add.
17070 (hashcash-already-paid-p): Add.
17071 (hashcash-insert-payment): Don't generate payments twice.
17072 (hashcash-insert-payment-async): Add.
17073 (hashcash-insert-payment-async-2): Add.
17074 (hashcash-cancel-async): Add.
17075 (hashcash-wait-async): Add.
17076 (hashcash-processes-running-p): Add.
17077 (hashcash-wait-or-cancel): Add.
17078 (mail-add-payment): New optional argument. Conditionally start
17079 asynchronous calculation.
17080 (mail-add-payment-async): Add.
17081
17082 * message.el (message-send-mail): Wait for asynchronous hashcash
17083 results. Don't clobber existing X-Hashcash headers.
17084 (message-setup-1): Call mail-add-payment-async when
17085 message-generate-hashcash is non-nil.
17086
17087 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17088
17089 * message.el (message-use-alternative-email-as-from): Examine the
17090 From header as well; use message-make-from in order to include a
17091 user's full name.
17092
17093 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17094
17095 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17096 default; improve customization type.
17097 (gnus-emphasis-custom-with-format): New macro.
17098 (gnus-emphasis-custom-value-to-external): New function.
17099 (gnus-emphasis-custom-value-to-internal): New function.
17100
17101 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17102
17103 * dns.el (query-dns): Resolve reverse addresses.
17104
17105 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17106
17107 * gnus-group.el (gnus-group-get-new-news): Use it.
17108
17109 * gnus-start.el (gnus-check-reasonable-setup): New function.
17110
17111 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
17112
17113 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17114 "Args out of range" error. Reported by Arnaud Giersch
17115 <arnaud.giersch@free.fr>.
17116
17117 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
17118
17119 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17120
17121 2004-11-04 Richard M. Stallman <rms@gnu.org>
17122
17123 * spam.el (spam group): Add :version.
17124
17125 * pgg-def.el (pgg group): Add :version.
17126
17127 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
17128
17129 * gnus-art.el (gnus-article-edit-article): Don't associate the
17130 article buffer with a draft file. This is a temporary measure
17131 against the 2004-08-22 change to gnus-article-edit-mode.
17132
17133 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
17134
17135 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17136 (html2text-format-tags): Remove unused variable `attr'.
17137
17138 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17139
17140 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17141
17142 * spam-stat.el (spam-stat): Add :version.
17143
17144 * sieve.el (sieve): Add :version.
17145
17146 * sha1.el (sha1): Add :version.
17147 (sha1-use-external): Remove redundant version.
17148
17149 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17150 (nnmail-cache-ignore-groups, nnmail-spool-hook)
17151 (nnmail-split-fancy-match-partial-words)
17152 (nnmail-split-lowercase-expanded): Add :version.
17153
17154 * nndiary.el (nndiary): Add :version.
17155
17156 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17157
17158 * mml-sec.el (mml-default-sign-method)
17159 (mml-default-encrypt-method, mml-signencrypt-style-alist):
17160 Add :version.
17161
17162 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17163
17164 * mm-url.el (mm-url-use-external, mm-url-program)
17165 (mm-url-arguments): Add :version.
17166
17167 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17168 (mm-attachment-file-modes, mm-decrypt-option)
17169 (mm-w3m-safe-url-regexp): Add :version.
17170
17171 * message.el (message-cite-prefix-regexp)
17172 (message-sendmail-envelope-from, message-minibuffer-local-map)
17173 (message-user-fqdn, message-completion-alist): Add :version.
17174
17175 * gnus-win.el (gnus-configure-windows-hook)
17176 (gnus-use-frames-on-any-display): Add :version.
17177
17178 * gnus-art.el (gnus-article-address-banner-alist)
17179 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17180 (gnus-treat-from-picon, gnus-treat-mail-picon)
17181 (gnus-treat-x-pgp-sig): Add :version.
17182
17183 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17184 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17185 (gnus-summary-article-delete-hook)
17186 (gnus-summary-display-while-building): Add :version.
17187
17188 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17189 (gnus-get-top-new-news-hook): Add :version.
17190
17191 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17192 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17193
17194 * gnus-registry.el (gnus-registry): Add :version.
17195
17196 * gnus-spec.el (gnus-use-correct-string-widths)
17197 (gnus-make-format-preserve-properties): Add :version.
17198
17199 * gnus.el (gnus-group-charter-alist)
17200 (gnus-group-fetch-control-use-browse-url)
17201 (gnus-install-group-spam-parameters): Add :version.
17202
17203 * gnus-diary.el (gnus-diary): Add :version.
17204
17205 * gnus-delay.el (gnus-delay): Add :version.
17206
17207 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17208 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17209 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17210 Add :version.
17211
17212 * gnus-agent.el (gnus-agent-max-fetch-size)
17213 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17214 (gnus-agent-prompt-send-queue): Add :version.
17215
17216 * deuglify.el (gnus-outlook-deuglify): Add :version.
17217
17218 * html2text.el: Beautify code. Improve doc strings.
17219 Some checkdoc cleanup.
17220 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17221
17222 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17223
17224 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17225
17226 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17227
17228 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17229 when package is loaded.
17230
17231 * spam.el (spam-summary-score-preferred-header): Add global preference
17232 for people who want to override the default SpamAssassin over
17233 Bogofilter preference (when both are set).
17234 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17235 (spam-user-format-function-S):
17236 Check spam-summary-score-preferred-header.
17237 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17238 (spam-user-format-function-S): Format the score correctly.
17239
17240 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17241
17242 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17243 signature file. Suggested by Manoj Srivastava
17244 <srivasta@golden-gryphon.com>.
17245
17246 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17247 iso-2022-jp even in the Japanese language environment.
17248 Suggested by Jason Rumney <jasonr@gnu.org>.
17249
17250 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17251
17252 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17253 use the same characters as the dummy marks; make it free from
17254 getting affected by the language environment.
17255 (gnus-summary-read-group-1): Update mark positions only when the
17256 format spec is updated.
17257
17258 * gnus-spec.el (gnus-update-format-specifications): Return a list
17259 of updated types.
17260
17261 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17262
17263 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17264 of boundp to check if display-warning is available.
17265
17266 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17267
17268 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17269
17270 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17271
17272 * nnspool.el (nnspool-spool-directory): Use news-path if the
17273 news-directory variable is not bound.
17274
17275 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17276 function instead of display-warning if it is not available.
17277
17278 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17279
17280 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17281 v5-10: Use `point-at-bol'.
17282
17283 2004-10-26 Simon Josefsson <jas@extundo.com>
17284
17285 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17286 <chenggao@gmail.com>.
17287
17288 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17289
17290 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17291 instead.
17292
17293 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17294
17295 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17296 to remove a server from the nnimap-server-buffer-alist.
17297 (nnimap-open-connection, nnimap-close-server): Use it.
17298
17299 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17300
17301 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17302
17303 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17304 running the major-mode function.
17305
17306 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17307
17308 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17309 dummy marks in the right way.
17310
17311 2004-10-18 David Edmondson <dme@dme.org>
17312
17313 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17314 excessively.
17315
17316 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17317
17318 * gnus-util.el (gnus-split-references): Accept a nil references
17319 string and go on blissfully.
17320
17321 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17322 cases where the references string is non-nil but has no references.
17323
17324 * encrypt.el: Add autoload tags.
17325
17326 * spam.el (spam-resolve-registrations-routine): Remove article
17327 from unregistration list too. Reported by David Hanak
17328 <dhanak@isis.vanderbilt.edu>
17329
17330 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17331
17332 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17333 nil. Change custom type.
17334
17335 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17336
17337 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17338
17339 * gnus-sum.el (gnus-summary-move-article): Use it.
17340
17341 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17342
17343 * encrypt.el: Add autoload cookies.
17344
17345 * spam.el (spam-backend-article-list-property)
17346 (spam-backend-get-article-todo-list)
17347 (spam-backend-put-article-todo-list)
17348 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17349 Resolve registrations separately.
17350 (spam-register-routine): Format comments.
17351 (spam-unregister-routine, spam-register-routine): Always call with
17352 specific-articles, no default list.
17353 (spam-summary-prepare-exit): Use the spam-classifications function.
17354
17355 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17356 gnus-encrypt.el.
17357
17358 * encrypt.el: Copied from gnus-encrypt.el.
17359
17360 * gnus-encrypt.el: Commented that it's obsolete.
17361
17362 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17363
17364 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17365 (gnus-score-save): Use it.
17366
17367 * message.el (message-bury): Use `window-dedicated-p'.
17368
17369 2004-10-15 Simon Josefsson <jas@extundo.com>
17370
17371 * pop3.el (top-level): Don't require nnheader.
17372 (pop3-read-timeout): Add.
17373 (pop3-accept-process-output): Add.
17374 (pop3-read-response, pop3-retr): Use it.
17375
17376 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17377
17378 * spam.el (spam-register-routine): Move comment.
17379 (spam-verify-bogofilter): Use 'unknown for the initial
17380 spam-bogofilter-valid state, not 'never.
17381
17382 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17383 for netrc-machine.
17384
17385 * nnimap.el (nnimap-open-connection):
17386 Use netrc-machine-user-or-password.
17387
17388 2004-10-17 Richard M. Stallman <rms@gnu.org>
17389
17390 * gnus-registry.el (gnus-registry-unload-hook):
17391 Set as a variable with add-hook.
17392
17393 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17394 of news-path.
17395
17396 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17397
17398 * spam.el: Delete duplicate `provide'.
17399 (spam-unload-hook): Set as a variable with add-hook.
17400
17401 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17402
17403 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17404 in the doc string.
17405
17406 * message.el (message-ignored-news-headers)
17407 (message-ignored-supersedes-headers)
17408 (message-ignored-resent-headers)
17409 (message-forward-ignored-headers): Improve custom type.
17410
17411 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17412
17413 * message.el (message-tokenize-header): Fix 2004-09-06 change
17414 which used point-min in the wrong place.
17415
17416 2004-10-12 Simon Josefsson <jas@extundo.com>
17417
17418 * tls.el (tls-certtool-program): New variable.
17419 (tls-certificate-information): New function, based on
17420 ssl-certificate-information.
17421
17422 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17423
17424 * compface.el: Move the version of ELisp-based uncompface program
17425 to the contrib directory because of the copyright problem.
17426
17427 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17428
17429 * message.el (message-kill-buffer): Raise the current frame.
17430
17431 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17432
17433 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17434
17435 * gnus.el (message-y-or-n-p): Autoload.
17436
17437 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17438 (pop3-password-required, pop3-authentication-scheme)
17439 (pop3-leave-mail-on-server): Make customizable.
17440 (pop3): New custom group.
17441 (pop3-retr): Remove `sleep-for' statements.
17442 Suggested by Dave Love <fx@gnu.org>.
17443
17444 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17445 Windows/DOS.
17446
17447 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17448 (imap-parse-body): Fix incorrect use of `assert'.
17449 Suggested by Dave Love <fx@gnu.org>.
17450
17451 * mml.el (mml-minibuffer-read-disposition): Require match.
17452 Suggested by Dave Love <fx@gnu.org>.
17453
17454 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17455
17456 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17457 doc string.
17458
17459 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17460
17461 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17462
17463 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17464
17465 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17466 instead of calling `mm-insert-inline', to decode text/* parts
17467 before displaying them.
17468
17469 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17470
17471 * mm-uu.el (mm-uu-text-plain-type): New variable.
17472 (mm-uu-pgp-signed-extract-1): Use it.
17473 (mm-uu-pgp-encrypted-extract-1): Use it.
17474 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17475 bind mm-uu-text-plain-type with that value.
17476 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17477 mm-uu-dissect.
17478
17479 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17480
17481 * gnus-group.el (gnus-update-group-mark-positions):
17482 * gnus-sum.el (gnus-update-summary-mark-positions):
17483 * message.el (message-check-news-body-syntax):
17484 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17485 of string-as-multibyte.
17486
17487 2004-10-05 Juri Linkov <juri@jurta.org>
17488
17489 * gnus-group.el (gnus-update-group-mark-positions):
17490 * gnus-sum.el (gnus-update-summary-mark-positions):
17491 * message.el (message-check-news-body-syntax):
17492 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17493 8-bit unibyte values to a multibyte string for search functions.
17494
17495 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17496
17497 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17498 (mm-uu-dissect-text-parts): New function.
17499
17500 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17501 dissect text parts.
17502
17503 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17504 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17505
17506 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17507
17508 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17509 Use gnus-current-topics instead of gnus-current-topic.
17510
17511 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17512
17513 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17514
17515 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17516
17517 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17518 where approriate.
17519
17520 * nnml.el (nnml-generate-active-info): do.
17521
17522 * nndiary.el (nndiary-generate-active-info): do.
17523
17524 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17525 (gnus-topic-move): do.
17526
17527 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17528 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17529
17530 * gnus-srvr.el (gnus-server-prepare)
17531 (gnus-server-open-all-servers): do.
17532
17533 * gnus-msg.el (gnus-summary-cancel-article)
17534 (gnus-summary-resend-message)
17535 (gnus-summary-mail-crosspost-complaint): do.
17536
17537 * gnus-move.el (gnus-change-server): do.
17538
17539 * gnus-group.el (gnus-group-unmark-all-groups)
17540 (gnus-group-set-current-level): do.
17541
17542 2004-10-04 Simon Josefsson <jas@extundo.com>
17543
17544 * message.el (message-generate-hashcash): Doc fix.
17545
17546 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17547
17548 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17549 avoid infinite recursion via gnus-get-function.
17550
17551 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17552
17553 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17554
17555 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17556
17557 * nnmail.el (nnmail-split-history): do.
17558
17559 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17560 (nnml-request-delete-group): do.
17561
17562 * nnslashdot.el (nnslashdot-read-groups): do.
17563
17564 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17565 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17566
17567 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17568 (nnspool-sift-nov-with-sed): Use last.
17569 (nnspool-retrieve-headers-with-nov): Use mapc.
17570 (nnspool-request-newgroups): Use dolist.
17571 (nnspool-request-group): Use last.
17572
17573 * nntp.el (nntp-read-server-type): Use dolist.
17574
17575 * nnvirtual.el (nnvirtual-create-mapping)
17576 (nnvirtual-update-read-and-marked): Use dolist.
17577 (nnvirtual-convert-headers): Simplify.
17578
17579 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17580
17581 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17582 Add support for sync'ing tick marks.
17583
17584 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17585
17586 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17587 there's no visible header.
17588
17589 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17590
17591 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17592 When necessary, pass full group name to gnus-request-set-marks.
17593
17594 2004-10-01 Simon Josefsson <jas@extundo.com>
17595
17596 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17597 acroread.
17598
17599 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17600
17601 * spam-report.el (spam-report-gmane): Fix interactive.
17602
17603 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17604
17605 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17606 when writing file.
17607 (gnus-agent-synchronize-flags): Don't default to being
17608 interactive.
17609
17610 2004-09-30 Simon Josefsson <jas@extundo.com>
17611
17612 * message.el (message-generate-hashcash): Add.
17613 (message-send-mail): Use it, call mail-add-payment.
17614
17615 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17616
17617 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17618
17619 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17620
17621 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17622 gnus-requst-update-info with explicit code to sync the in-memory
17623 info read flags with the marks being sync'd to the backend.
17624
17625 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17626
17627 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17628
17629 * spam.el (spam-verify-bogofilter): Add new function.
17630 (spam-check-bogofilter)
17631 (spam-bogofilter-register-with-bogofilter): Use it.
17632 (spam-verify-bogofilter): Add small fixes.
17633
17634 2004-09-28 Simon Josefsson <jas@extundo.com>
17635
17636 * hashcash.el (hashcash-generate-payment): Revert.
17637
17638 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17639
17640 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17641 Use gnus-extract-references instead of gnus-split-references.
17642
17643 * gnus-util.el (gnus-extract-references): Add new function, analogous
17644 to gnus-split-references but extracts only the message-ID without
17645 anything extra.
17646
17647 * hashcash.el (hashcash-generate-payment)
17648 (hashcash-check-payment): Do the right thing if hashcash-path is
17649 nil (because the hashcash program could not be found).
17650
17651 * spam.el (spam-use-hashcash): Remove comment.
17652
17653 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17654
17655 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17656 (gnus-cache-enter-article, gnus-cache-remove-article)
17657 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17658
17659 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17660
17661 * gnus-art.el (article-hide-boring-headers)
17662 (article-translate-strings, article-display-face)
17663 (gnus-article-mime-match-handle-first)
17664 (gnus-article-highlight-headers)
17665 (gnus-article-add-buttons-to-head): do.
17666
17667 2004-09-27 Simon Josefsson <jas@extundo.com>
17668
17669 * hashcash.el: New version, from
17670 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17671 ../contrib/.
17672
17673 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17674
17675 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17676
17677 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17678
17679 * gnus-dup.el (gnus-dup-open): Use mapc.
17680 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17681
17682 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17683 Reported by Stefan Wiens <s.wi@gmx.net>.
17684
17685 * gnus.el (gnus-shutdown): Use dolist.
17686
17687 * gnus-undo.el (gnus-undo): Use mapc.
17688
17689 * nnrss.el (nnrss-generate-active): do.
17690
17691 * message.el (message-cite-original-without-signature)
17692 (message-cite-original): Use mapc.
17693 (message-do-actions, message-make-forward-subject): Use dolist.
17694
17695 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17696
17697 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17698 deletion to remove entire duplicate line. Fixes merged article
17699 number bug.
17700
17701 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17702
17703 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17704 servers that are offline. Avoids having gnus-agent-toggle-plugged
17705 first ask if you want to open a server and then, even when you
17706 responded with no, asking if you want to synchronize the server's
17707 flags.
17708 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17709 multi-line expressions.
17710 (gnus-agent-synchronize-group-flags): New internal function.
17711 Updates marks in memory (in the info structure) AND in the
17712 backend.
17713
17714 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17715
17716 * nnagent.el (nnagent-request-set-mark):
17717 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17718 method, to ensure that synchronization updates marks in the
17719 backend and in the info (in memory) structure.
17720
17721 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17722
17723 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17724 convention fully; don't miss the root article of a thread; make
17725 the X-Draft-From header with correct article numbers.
17726
17727 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17728
17729 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17730 unless plugged. Disable the agent so that an open failure causes
17731 an error.
17732
17733 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17734 Revert 2004-09-21 change. The backend must be opened while
17735 synchronizing flags even when the backend stores the flags
17736 locally.
17737
17738 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17739
17740 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17741 in `header' match. Reported by Svend Tollak Munkejord.
17742
17743 * message.el (message-cite-original): Fix use of
17744 `message-cite-articles-with-x-no-archive'.
17745
17746 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17747
17748 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17749 (gnus-window-to-buffer): Ditto.
17750
17751 * mml.el (mml-preview-buffer): New variable.
17752 (mml-preview): Manage window layout with gnus-buffer-configuration.
17753
17754 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17755 X-Draft-From header even if those articles aren't quoted.
17756
17757 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17758
17759 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17760 (gnus-request-set-mark, gnus-request-update-mark): Use new
17761 g-s-t-u-l-m to decide to use backend even when unplugged.
17762
17763 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17764
17765 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17766 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17767
17768 2004-09-20 Simon Josefsson <jas@extundo.com>
17769
17770 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17771 "utf-16-le".
17772
17773 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17774
17775 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17776
17777 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17778
17779 * uudecode.el (uudecode-use-external): Add :version.
17780
17781 * smime.el (smime-CA-file, smime-encrypt-cipher)
17782 (smime-dns-server): Add :version.
17783
17784 * smiley.el (gnus-smiley-file-types): Add :version.
17785
17786 * sha1.el (sha1-use-external): Add :version.
17787
17788 * pgg-def.el (pgg-query-keyserver): Add :version.
17789
17790 * nnmail.el (nnmail-fancy-expiry-targets)
17791 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17792 Add :version.
17793
17794 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17795 (nnimap-retrieve-groups-asynchronous): Add :version.
17796 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17797
17798 * mml.el (mml-content-disposition-parameters)
17799 (mml-insert-mime-headers-always): Add :version.
17800
17801 * mm-util.el (mm-coding-system-priorities): Add :version.
17802
17803 * mm-decode.el (mm-inline-text-html-with-images)
17804 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17805 (mm-verify-option): Add :version.
17806 (mm-text-html-renderer): Change :version.
17807
17808 * message.el (message-fcc-externalize-attachments)
17809 (message-required-headers, message-draft-headers)
17810 (message-subject-trailing-was-query)
17811 (message-subject-trailing-was-ask-regexp)
17812 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17813 (message-mark-insert-end, message-archive-header)
17814 (message-archive-note, message-cross-post-default)
17815 (message-cross-post-note, message-followup-to-note)
17816 (message-cross-post-note-function, message-use-mail-followup-to)
17817 (message-subscribed-address-functions)
17818 (message-subscribed-address-file, message-subscribed-addresses)
17819 (message-subscribed-regexps, message-allow-no-recipients)
17820 (message-yank-cited-prefix, message-signature-insert-empty-line)
17821 (message-hidden-headers, message-hierarchical-addresses)
17822 (message-mail-user-agent, message-use-idna)
17823 (message-valid-fqdn-regexp)
17824 (message-strip-special-text-properties, message-header-synonyms)
17825 (message-beginning-of-line, message-tab-body-function): Add :version.
17826 (message-insert-canlock, message-wide-reply-confirm-recipients):
17827 Change :version.
17828
17829 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17830 and :version.
17831 (mail-source-delete-old-incoming-confirm)
17832 (mail-source-movemail-program): Add :version.
17833
17834 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17835 (gnus-agent-cache, gnus-agent): Change :version.
17836
17837 * gnus-util.el (gnus-use-byte-compile): Change :version.
17838
17839 * gnus-sum.el (gnus-summary-make-false-root-always)
17840 (gnus-summary-default-high-score)
17841 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17842 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17843 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17844 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17845 (gnus-sum-thread-tree-single-indent)
17846 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17847 (gnus-sum-thread-tree-leaf-with-other)
17848 (gnus-sum-thread-tree-single-leaf): Add :version.
17849 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17850 (gnus-article-loose-mime): Change :version.
17851
17852 * gnus-start.el (gnus-backup-startup-file)
17853 (gnus-save-startup-file-via-temp-buffer): Add :version.
17854
17855 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17856 (gnus-server-offline-face): Add :version.
17857
17858 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17859
17860 * gnus-msg.el (gnus-gcc-externalize-attachments)
17861 (gnus-debug-files, gnus-debug-exclude-variables)
17862 (gnus-discouraged-post-methods): Change :version.
17863 (gnus-confirm-mail-reply-to-news)
17864 (gnus-confirm-treat-mail-like-news): Add :version.
17865
17866 * gnus-int.el (gnus-server-unopen-status): Add :version.
17867
17868 * gnus-group.el (gnus-group-jump-to-group-prompt)
17869 (gnus-large-ephemeral-newsgroup)
17870 (gnus-fetch-old-ephemeral-headers): Add :version.
17871
17872 * gnus-fun.el (gnus-x-face-directory)
17873 (gnus-convert-pbm-to-x-face-command)
17874 (gnus-convert-image-to-x-face-command)
17875 (gnus-convert-image-to-face-command): Add :version.
17876
17877 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17878
17879 * gnus-cite.el (gnus-cite-blank-line-after-header)
17880 (gnus-article-boring-faces): Add :version.
17881
17882 * gnus-art.el (gnus-buttonized-mime-types)
17883 (gnus-inhibit-mime-unbuttonizing)
17884 (gnus-treat-display-face)
17885 (gnus-treat-body-boundary): Change :version.
17886 (gnus-body-boundary-delimiter, gnus-picon-databases)
17887 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17888 (gnus-treat-date-english, gnus-treat-fold-headers)
17889 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17890 (gnus-treat-mail-picon, gnus-treat-wash-html)
17891 (gnus-article-encrypt-protocol)
17892 (gnus-use-idna, gnus-article-over-scroll)
17893 (gnus-mime-display-multipart-alternative-as-mixed)
17894 (gnus-mime-display-multipart-related-as-mixed)
17895 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17896 (gnus-ctan-url, gnus-button-ctan-handler)
17897 (gnus-button-handle-ctan-bogus-regexp)
17898 (gnus-button-ctan-directory-regexp)
17899 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17900 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17901 (gnus-button-man-level, gnus-button-emacs-level)
17902 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17903
17904 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17905 (gnus-agent-go-online): Change :version.
17906 (gnus-agent-expire-unagentized-dirs)
17907 (gnus-agent-auto-agentize-methods): Add :version.
17908
17909 * flow-fill.el (fill-flowed-display-column)
17910 (fill-flowed-encode-column): Add :version.
17911
17912 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17913 (gnus-outlook-deuglify-unwrap-max)
17914 (gnus-outlook-deuglify-cite-marks)
17915 (gnus-outlook-deuglify-unwrap-stop-chars)
17916 (gnus-outlook-deuglify-no-wrap-chars)
17917 (gnus-outlook-deuglify-attrib-cut-regexp)
17918 (gnus-outlook-deuglify-attrib-verb-regexp)
17919 (gnus-outlook-deuglify-attrib-end-regexp)
17920 (gnus-outlook-display-hook): Add :version.
17921
17922 * binhex.el (binhex-use-external): Add :version.
17923
17924 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17925
17926 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17927 and `invisible'.
17928
17929 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17930
17931 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17932 in gnus-registry-trim.
17933
17934 2004-09-13 Simon Josefsson <jas@extundo.com>
17935
17936 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17937
17938 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17939
17940 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17941 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17942 <yamaoka@jpl.org>.
17943 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17944 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17945 <yamaoka@jpl.org>.
17946
17947 * sieve.el (sieve-manage-mode): Ditto.
17948
17949 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17950
17951 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17952
17953 2004-09-11 Simon Josefsson <jas@extundo.com>
17954
17955 * dns-mode.el: Add.
17956
17957 * mm-view.el (mm-display-dns-inline): Add.
17958
17959 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17960 (mm-automatic-display): Ditto.
17961
17962 * mailcap.el (mailcap-mime-data): Add text/dns.
17963 (mailcap-mime-extensions): Map .soa to text/dns.
17964
17965 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17966
17967 * gnus-art.el (article-decode-mime-words, article-babel)
17968 (gnus-article-highlight-signature, gnus-article-add-buttons)
17969 (gnus-signature-toggle): Remove unnecessary bindings of
17970 `inhibit-read-only' inherited from v5.10 merge.
17971
17972 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17973
17974 * nntp.el (nntp): New customization group.
17975 (nntp-authinfo-file): Add customization group.
17976
17977 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17978
17979 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17980
17981 * gnus.el (to-address, to-list, subscribed)
17982 (large-newsgroup-initial): Ditto.
17983
17984 * flow-fill.el (fill-flowed-display-column)
17985 (fill-flowed-encode-column): Ditto.
17986
17987 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17988
17989 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17990 Use point-min rather than 1.
17991 (message-send-mail): Use buffer-size rather than point-max.
17992
17993 * gnus-sum.el (gnus-summary-search-article-forward):
17994 Signal a specific `search-failed' rather than a generic `error'.
17995
17996 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17997 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17998 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17999
18000 2004-09-10 Simon Josefsson <jas@extundo.com>
18001
18002 * nndb.el (require): Remove tcp and duplicate cl.
18003
18004 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18005
18006 * gnus-agent.el (directory-files-and-attributes): Move forward.
18007
18008 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18009
18010 * gnus-agent.el (directory-files-and-attributes):
18011 Optionally defined to support XEmacs.
18012
18013 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18014
18015 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18016 to avoid run-time CL dependencies.
18017 (gnus-agent-unfetch-articles): New function.
18018 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18019 article numbers even when local .overview file is missing.
18020 (gnus-agent-read-article-number): New function. Only accepts
18021 27-bit article numbers.
18022 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18023 Use gnus-agent-read-article-number.
18024 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18025 from backend while recognizing that article numbers in .overview
18026 must be valid.
18027 (gnus-agent-update-files-total-fetched-for):
18028 Use directory-files-and-attributes to improve performance.
18029 * gnus-int.el (gnus-request-move-article):
18030 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18031 improve performance.
18032
18033 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18034 some users confused by references to .newsrc when they only have a
18035 .newsrc.eld file.
18036 (gnus-convert-mark-converter-prompt)
18037 (gnus-convert-converter-needs-prompt): Fix use of property list.
18038 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18039 New function. Used internally to only display 'gnus converting
18040 files' message when actually necessary.
18041
18042 * gnus-sum.el (): Remove (require 'gnus-agent) as required
18043 methods now autoloaded.
18044
18045 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
18046
18047 * gnus-sum.el (gnus-summary-insert-subject): Remove list
18048 identifiers.
18049
18050 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
18051
18052 * gnus-picon.el: Fix indentation and closing parenthesis.
18053
18054 2004-09-01 Simon Josefsson <jas@extundo.com>
18055
18056 * message.el (message-canlock-generate): Require sha1, not
18057 sha1-el. (Can we get rid of this require altogether? It is ugly
18058 to require within a function. Sadly, if sha1.el isn't loaded, the
18059 let binding in m-c-g will hide the defcustom definition, which is
18060 bad.)
18061
18062 * canlock.el: Require sha1, not sha1-el.
18063
18064 * message.el: Don't autoload sha1 (there is a autoload cookie in
18065 sha1.el).
18066
18067 * sha1-el.el: Rename to sha1.el.
18068
18069 2004-08-30 Juanma Barranquero <lektu@terra.es>
18070
18071 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18072
18073 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18074
18075 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18076
18077 2004-08-30 Kim F. Storm <storm@cua.dk>
18078
18079 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18080
18081 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18082 Add :group 'nnimap.
18083
18084 2004-08-30 Andreas Schwab <schwab@suse.de>
18085
18086 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18087 ?* and ?\;.
18088
18089 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18090 and ?\' to symbol instead of whitespace.
18091
18092 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18093
18094 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18095
18096 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18097 instead of re-search-forward.
18098
18099 * gnus-uu.el (gnus-uu-save-article): Ditto.
18100 (gnus-uu-post-encode-uuencode): Ditto.
18101
18102 * html2text.el (html2text-clean-list-items): Ditto.
18103 (html2text-clean-dtdd): Ditto.
18104 (html2text-format-tags): Ditto.
18105
18106 * message.el (message-send-mail-with-sendmail): Fix regexp.
18107 (message-fill-field-general): Use search-forward instead of
18108 re-search-forward.
18109 (unbold-region): Ditto.
18110
18111 * nnrss.el (nnrss-request-article): Ditto.
18112
18113 * nnslashdot.el (nnslashdot-request-article): Ditto.
18114
18115 * nnweb.el (nnweb-gmane-wash-article): Ditto.
18116
18117 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18118 "Unrecognized menu descriptor" error in XEmacs.
18119
18120 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
18121
18122 * gnus-sum.el (gnus-read-header): Don't remove a header for the
18123 parent article of a sparse article in the thread hashtb.
18124
18125 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
18126
18127 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18128 (nnmail-expand-newtext): Lowercase expanded entries if
18129 nnmail-split-lowercase-expanded is non-nil.
18130
18131 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
18132
18133 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18134
18135 * gnus-group.el (gnus-group-line-format-alist): Convert the value
18136 of gnus-tmp-news-method into string under XEmacs. It will be
18137 passed to gnus-correct-length which takes only a string argument.
18138
18139 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
18140
18141 * gnus-util.el (gnus-bind-print-variables): New macro.
18142 (gnus-prin1): Use it.
18143 (gnus-prin1-to-string): Use it.
18144 (gnus-pp): New function.
18145 (gnus-pp-to-string): New function.
18146
18147 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18148 Replace pp-to-string with gnus-pp-to-string.
18149 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18150 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18151 * gnus-msg.el (gnus-debug): Ditto.
18152 * gnus-score.el (gnus-score-save): Ditto.
18153 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18154 gnus-pp-to-string.
18155 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18156 with gnus-pp.
18157 * score-mode.el (gnus-score-pretty-print): Ditto.
18158 * webmail.el (webmail-debug): Ditto.
18159
18160 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
18161
18162 * gnus-art.el (article-display-face, article-display-x-face):
18163 Use buffer-read-only.
18164
18165 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18166
18167 * gnus-art.el (article-hide-list-identifiers):
18168 Bind inhibit-read-only as t.
18169
18170 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18171
18172 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18173
18174 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18175
18176 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18177 (gnus-narrow-to-page): Don't assume point-min == 1.
18178 (gnus-article-edit-mode): Derive from message-mode.
18179
18180 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18181 point-min == 1.
18182
18183 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18184 Disable incorrect use of `assert'.
18185
18186 * message.el (message-mode): Set comment-start-skip.
18187
18188 2004-08-22 Sam Steingold <sds@gnu.org>
18189
18190 * pop3.el (pop3-leave-mail-on-server): New user variable.
18191 (pop3-movemail): Delete mail only when it is nil.
18192
18193 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18194
18195 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18196
18197 * mml.el (mml-preview): Use `pop-to-buffer'.
18198
18199 * message.el (message-goto-mail-followup-to): Insert after "To".
18200 (message-carefully-insert-headers): Add comment.
18201
18202 * gnus.el: Remove unused variable `gnus-article-check-size'.
18203
18204 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18205
18206 * gnus-art.el (gnus-button-alist):
18207 Improve `gnus-button-handle-library' entry.
18208
18209 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18210
18211 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18212 Use downcase, since XEmacs capitalizes error messages differently.
18213
18214 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18215
18216 * nntp.el: Add (require 'gnus) due to reference to
18217 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18218
18219 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18220
18221 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18222 Bind `mm-fill-flowed'.
18223
18224 * mm-decode.el (mm-dissect-singlepart): Check it.
18225
18226 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18227
18228 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18229 'imap' for netrc parsing.
18230
18231 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18232
18233 * mailcap.el (mailcap-mime-data): Mark as risky.
18234
18235 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18236
18237 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18238 may be included in the encoded word.
18239 (rfc2047-encode): Don't append a space if the encoded word
18240 includes close parenthesis.
18241
18242 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18243
18244 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18245 of text within parentheses.
18246
18247 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18248
18249 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18250 (gnus-encrypt-write-file-contents): Make the password key the file
18251 name PLUS the cipher, not just the cipher. Also remove failed
18252 passwords from the cache.
18253
18254 2004-08-06 Simon Josefsson <jas@extundo.com>
18255
18256 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18257 Doc fix.
18258
18259 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18260
18261 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18262 LWSP.
18263
18264 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18265
18266 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18267 Try to append in-reply-to: data to the references: header.
18268
18269 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18270 (netrc-parse): Use gnus-encrypt.el functions.
18271
18272 * gnus-encrypt.el: Add new file for encryption support; currently
18273 does only a few GPG ciphers and an internal XOR cipher.
18274
18275 * password.el: Add comments on using password-read-and-add.
18276 (password-read-and-add): Add function to read and add the
18277 password to the cache at once.
18278
18279 2004-07-28 Simon Josefsson <jas@extundo.com>
18280
18281 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18282 parameter (but don't use it, for now).
18283
18284 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18285 instead of hard coding to nil.
18286
18287 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18288
18289 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18290 as mm-inline-image-xemacs does.
18291
18292 2004-07-26 Simon Josefsson <jas@extundo.com>
18293
18294 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18295 Revert part of 2004-07-17 change below.
18296
18297 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18298
18299 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18300 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18301
18302 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18303
18304 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18305 quotes that actually start with ">" at the beginning of the
18306 lines.
18307
18308 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18309
18310 * rfc2047.el (rfc2047-encode-region): Fix last change.
18311 (rfc2047-encode-parameter): Remove useless concat.
18312
18313 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18314
18315 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18316 encode special characters; fix some kind of misconfigured headers;
18317 signal a real error if debug-on-quit or debug-on-error is non-nil.
18318 (rfc2047-encode-max-chars): New variable.
18319 (rfc2047-encode-1): Use it.
18320 (rfc2047-encode-parameter): New function.
18321
18322 * mml.el (mml-insert-parameter): Remove an excessive space.
18323
18324 2004-07-17 Simon Josefsson <jas@extundo.com>
18325
18326 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18327 Kai Grossjohann <kai@emptydomain.de>.
18328 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18329 (gnus-group-make-menu-bar): Ditto.
18330
18331 * gnus-util.el (gnus-group-server): Add.
18332
18333 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18334
18335 * message.el (message-clone-locals): Clone sendmail and smtp
18336 variables.
18337
18338 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18339
18340 * rfc2047.el (rfc2047-encode-region): Fix last change.
18341
18342 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18343
18344 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18345 characters as non-special.
18346
18347 2004-07-09 Simon Josefsson <jas@extundo.com>
18348
18349 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18350 Users will lose all flag changes made while unplugged with
18351 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18352 good default. See numerous reports on ding mailing list.
18353
18354 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18355
18356 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18357 add generate-head-function and generate-article-function to the
18358 rfc822-forward entry.
18359 (nndoc-rfc822-forward-generate-article): New function.
18360 (nndoc-rfc822-forward-generate-head): New function.
18361
18362 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18363
18364 2004-07-06 Dan Christensen <jdc@uwo.ca>
18365
18366 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18367 respect display group parameter and gnus-summary-expunge-below.
18368 (gnus-articles-to-read): Remove unused reference to display group
18369 parameter.
18370
18371 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18372
18373 * nnheader.el (nnheader-uniquify-message-id): New experimental
18374 variable.
18375 (nnheader-nov-read-message-id): Use it.
18376
18377 * spam-report.el (spam-report-gmane): Add interactive.
18378
18379 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18380
18381 * mm-encode.el (mm-content-transfer-encoding-defaults):
18382 Use qp-or-base64 for the application/* types.
18383
18384 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18385
18386 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18387
18388 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18389
18390 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18391 trim value.
18392
18393 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18394
18395 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18396 New macro and function.
18397 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18398
18399 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18400
18401 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18402 after-load-alist.
18403
18404 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18405
18406 * gnus-group.el (gnus-group-get-new-news-this-group):
18407 Don't update info that isn't there.
18408
18409 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18410
18411 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18412 entry.
18413
18414 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18415
18416 * mm-view.el (mm-inline-render-with-function): Use multibyte
18417 buffer; decode html source by charset.
18418
18419 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18420
18421 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18422 Mule-UCS is loaded under XEmacs.
18423 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18424
18425 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18426
18427 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18428
18429 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18430
18431 * mm-util.el (mm-coding-system-p): Return a coding-system.
18432 (mm-mime-mule-charset-alist): Use shift_jis instead of
18433 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18434 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18435 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18436 instead of japanese-shift-jis and iso-latin-1 respectively in
18437 order to share the default value with both Emacs and XEmacs-mule.
18438 (mm-mule-charset-to-mime-charset):
18439 Make mm-coding-system-priorities effective.
18440 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18441 while predicating of candidates upon the priorities.
18442
18443 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18444
18445 * gnus-sum.el (gnus-summary-make-menu-bar):
18446 Add gnus-uu-invert-processable.
18447
18448 * gnus.el: Autoload gnus-uu-invert-processable.
18449
18450 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18451
18452 * mm-util.el (mm-with-multibyte-buffer): New macro.
18453
18454 * rfc2047.el (rfc2047-encode-string): Use it.
18455 (rfc2047-encode-region): Move point to the end of the region after
18456 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18457
18458 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18459
18460 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18461 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18462
18463 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18464
18465 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18466 (gnus-cite-parse): Ignore quoted envelope From_.
18467 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18468
18469 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18470
18471 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18472 invalid addresses.
18473
18474 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18475
18476 * spam.el: Change section markers, revise TODO list.
18477 (spam-backends): Make new master list of all installed backends.
18478 (spam-summary-exit-behavior): Add new variable to determine how
18479 messages moves are done at summary exit.
18480 (spam-move-spam-nonspam-groups-only)
18481 (spam-process-ham-in-nonham-groups)
18482 (spam-process-ham-in-spam-groups): Remove variables, the
18483 spam-summary-exit-behavior variable should be used to manage this
18484 behavior.
18485 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18486 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18487 and spam-old-spam-articles.
18488 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18489 Add empty variables, placeholders for the backends they represent.
18490 (spam-set-difference): Move, unchanged.
18491 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18492 unless the user has a processor variable.
18493 (spam-classifications, spam-classification-valid-p)
18494 (spam-backend-properties, spam-backend-property-valid-p)
18495 (spam-backend-function-type-valid-p)
18496 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18497 (spam-report-articles-gmane, spam-report-articles-resend):
18498 Remove functions, they are not needed.
18499 (spam-install-backend-super, spam-backend-list)
18500 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18501 (spam-backend-function, spam-backend-ham-registration-function)
18502 (spam-backend-spam-registration-function)
18503 (spam-backend-ham-unregistration-function)
18504 (spam-backend-spam-unregistration-function)
18505 (spam-backend-statistical-p, spam-backend-mover-p)
18506 (spam-install-backend-alias, spam-install-checkonly-backend)
18507 (spam-install-mover-backend, spam-install-nocheck-backend)
18508 (spam-install-backend, spam-install-statistical-backend)
18509 (spam-install-statistical-checkonly-backend): Add backend installation
18510 support.
18511 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18512 (spam-group-processor-p): Use the new backend code and respect the
18513 summary exit behavior.
18514 (spam-mark-spam-as-expired-and-move-routine): Remove.
18515 (spam-summary-prepare): Change to use the new spam-old-articles
18516 variable.
18517 (spam-copy-or-move-routine, spam-copy-spam-routine)
18518 (spam-move-spam-routine, spam-copy-ham-routine)
18519 (spam-move-ham-routine): Add code to copy/move ham or spam.
18520 (spam-fetch-field-fast): Improve doc and code, plus allow the
18521 'number request.
18522 (spam-list-of-checks, spam-list-of-statistical-checks):
18523 Remove variables.
18524 (spam-split, spam-find-spam): Use the new backend code.
18525 (spam-registration-functions): Remove variable.
18526 (spam-unregister-routine): Add convenience wrapper.
18527 (spam-log-undo-registration, spam-register-routine)
18528 (spam-log-processing-to-registry)
18529 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18530 where possible.
18531 (spam-check-gmane-xref, spam-check-regex-headers)
18532 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18533 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18534 (spam-check-bogofilter-headers, spam-check-spamoracle)
18535 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18536 (spam-check-crm114-headers): Use the spam-split-group that
18537 spam-split prepares, no need to determine it every time.
18538
18539 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18540 to the nnheader-parse-naked-head call.
18541
18542 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18543
18544 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18545 the nnheader-nov-read-message-id call.
18546
18547 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18548
18549 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18550 gnus-activate-group twice. Suggested by Markus Peter
18551 <warp@spin.de>.
18552
18553 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18554
18555 * gnus-art.el (gnus-article-time-format): Exchange the order of
18556 day and month in the default value; fix customization type.
18557 (article-date-ut): Use add-text-properties.
18558 (article-make-date-line): Use message-make-date instead of
18559 current-time-string.
18560
18561 * message.el (message-fetch-field): Don't use set-text-properties.
18562 (message-make-date): Simplify.
18563
18564 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18565
18566 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18567 (rfc2047-encode-region): Treat text within parentheses as special;
18568 show the original text when error has occurred.
18569
18570 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18571 already-computed method to gnus-activate-group.
18572
18573 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18574 same select-methods identical Lisp objects.
18575
18576 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18577 object when modifying the info.
18578
18579 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18580
18581 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18582 gnus-opened-servers since it has never been opened with the new
18583 configuration yet.
18584
18585 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18586
18587 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18588 arg to nnheader-generate-fake-message-id.
18589
18590 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18591
18592 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18593 number and build a fake message ID localized to a group and
18594 article number (so it's repeatable from that point on).
18595 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18596 ID format.
18597
18598 * gnus-sum.el (gnus-get-newsgroup-headers):
18599 Call nnheader-generate-fake-message-id with the article number.
18600
18601 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18602
18603 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18604 end-of-buffer.
18605
18606 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18607
18608 * message.el (message-ignored-supersedes-headers): Add Approved.
18609
18610 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18611
18612 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18613 goto-char.
18614 (rfc2047-encode): Fold the line before encoding.
18615
18616 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18617
18618 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18619 folding -- not all headers can be folded, and this should be done
18620 by the message composition mode. Probably. I think.
18621
18622 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18623
18624 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18625 fast.
18626
18627 * gnus-ems.el (gnus-remove-image): Don't use
18628 message-text-with-property; remove only the image found first.
18629
18630 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18631
18632 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18633
18634 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18635
18636 * message.el (message-text-with-property): Make it fast and accept
18637 optional arguments.
18638 (message-strip-forbidden-properties): Use it.
18639 (message-fix-before-sending): Follow the m-t-w-p change.
18640
18641 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18642
18643 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18644
18645 * gnus-art.el (article-hide-headers): Don't change the buffer
18646 mistakenly when performing mml-preview even if
18647 gnus-single-article-buffer is nil.
18648
18649 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18650
18651 * message.el (message-expand-name-databases): New user option.
18652 (message-expand-name): Use it.
18653
18654 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18655
18656 * spam.el (spam-report-articles-resend)
18657 (spam-report-resend-register-routine): Allow ham reporting.
18658 (spam-report-resend-register-ham-routine): Add wrapper.
18659 (spam-registration-functions): Add ham resending functions.
18660 (spam-list-of-processors): Add ham resend processor.
18661
18662 * gnus.el (ham-resend-to): Add new group parameter.
18663 (spam-process): Add ham resend option.
18664
18665 * spam-report.el (spam-report-resend): Allow reporting ham.
18666 (spam-report-resend-ham): Add wrapper.
18667
18668 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18669
18670 * message.el (message-cite-articles-with-x-no-archive):
18671 New variable.
18672 (message-cite-original): Use it.
18673
18674 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18675
18676 * message.el (message-cite-original): Respect X-No-Archive.
18677
18678 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18679
18680 * gnus-art.el (article-hide-headers): Refer to the values for
18681 gnus-ignored-headers and gnus-visible-headers in the summary
18682 buffer since a user may have set them as group parameters.
18683
18684 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18685
18686 * assistant.el (assistant-node-name): Add convenience function.
18687 (assistant-render-text, assistant-render-node): Add error handling,
18688 plus handle multiple next nodes.
18689 (assistant-find-next-node): Comment out for now.
18690 (assistant-find-next-nodes): Add function, returns list of next
18691 nodes.
18692
18693 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18694
18695 * mail-source.el (mail-source-directory): Fix doc-string.
18696
18697 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18698
18699 * assistant.el (assistant-render-text, assistant-eval): Add :set
18700 widget type, which is different because it takes and returns a
18701 list. Much hilarity ensues.
18702
18703 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18704
18705 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18706
18707 * gnus-group.el (gnus-group-get-new-news-this-group):
18708 Add doc-string.
18709
18710 * gnus-start.el (gnus-activate-group): Add doc-string.
18711
18712 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18713
18714 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18715
18716 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18717
18718 * assistant.el (assistant-render-text): Try to add a :set
18719 widget, more to come.
18720
18721 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18722 strings.
18723 (spam-report-articles-resend)
18724 (spam-register-routine): Do registration iff any articles warrant
18725 it.
18726 (spam-summary-prepare-exit): Change log message for nil group
18727 destinations.
18728
18729 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18730
18731 * spam.el (spam-report-resend-register-routine):
18732 Allow spam-report-resend-to to be a group parameter or a global value.
18733
18734 2004-05-26 Simon Josefsson <jas@extundo.com>
18735
18736 * starttls.el: Merge with my GNUTLS based starttls.el.
18737 (starttls-gnutls-program, starttls-use-gnutls)
18738 (starttls-extra-arguments, starttls-process-connection-type)
18739 (starttls-connect, starttls-failure, starttls-success):
18740 New variables.
18741 (starttls-program, starttls-extra-args): Doc fix.
18742 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18743 New functions.
18744 (starttls-negotiate, starttls-open-stream):
18745 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18746 function if it is set.
18747
18748 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18749
18750 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18751 structured fields.
18752
18753 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18754
18755 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18756
18757 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18758
18759 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18760 Add variable.
18761 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18762 assigning the spam-mark to new messages.
18763
18764 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18765
18766 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18767
18768 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18769
18770 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18771 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18772 default.
18773
18774 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18775
18776 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18777 correct data.
18778
18779 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18780
18781 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18782 (spam-group-processor-p): Fix function.
18783 (spam-group-processor-multiple-p)
18784 (spam-group-spam-processor-report-gmane-p)
18785 (spam-group-spam-processor-report-resend-p)
18786 (spam-group-spam-processor-bogofilter-p)
18787 (spam-group-spam-processor-blacklist-p)
18788 (spam-group-spam-processor-ifile-p)
18789 (spam-group-ham-processor-ifile-p)
18790 (spam-group-spam-processor-spamoracle-p)
18791 (spam-group-spam-processor-crm114-p)
18792 (spam-group-ham-processor-bogofilter-p)
18793 (spam-group-spam-processor-stat-p)
18794 (spam-group-ham-processor-stat-p)
18795 (spam-group-ham-processor-whitelist-p)
18796 (spam-group-ham-processor-BBDB-p)
18797 (spam-group-ham-processor-spamoracle-p)
18798 (spam-group-ham-processor-copy-p): Remove functions with some
18799 prejudice against unneeded code.
18800 (spam-report-articles-resend)
18801 (spam-report-resend-register-routine): Allow the group/topic
18802 spam-resend-to value to override spam-report-resend-to.
18803 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18804 properly now.
18805
18806 * gnus.el (spam-resend-to): Add group/topic parameter.
18807 (spam-process): Move the OBSOLETE processors to the end of the
18808 choices.
18809
18810 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18811
18812 * spam-report.el (spam-report-resend-to, spam-report-resend):
18813 Start with resend-to set to nil, and then ask the user if necessary.
18814 (spam-report-resend): spam-report-resend takes a list of articles, not
18815 separate article numbers.
18816
18817 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18818
18819 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18820 addition to emacs-w3m.
18821
18822 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18823
18824 * assistant.el (assistant-authinfo-data): New function.
18825 (assistant-eval): Eval for entire assistant.
18826
18827 * netrc.el (netrc-services-file): New variable.
18828 (netrc-parse-services): New function.
18829 (netrc-find-service-name): New function.
18830 (netrc-find-service-number): New function.
18831 (netrc-port-equal): New function.
18832 (netrc-machine): Use it.
18833
18834 * nnimap.el (nnimap-open-connection): Use netrc.
18835
18836 * gnus-util.el (gnus-netrc-get): Remove aliases.
18837
18838 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18839
18840 * assistant.el (wid-edit): Fix compilation.
18841
18842 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18843
18844 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18845
18846 * gnus-util.el (gnus-set-file-modes): New function. (small
18847 patch).
18848
18849 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18850
18851 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18852
18853 * assistant.el (assistant-render-node): Fix up rendering and
18854 read-only text.
18855 (assistant-render-node): Reset.
18856 (assistant-make-read-only): Not sticky.
18857
18858 2004-05-20 Danny Siu <dsiu@adobe.com>
18859
18860 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18861 centered even when gnus-auto-center-summary is t
18862
18863 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18864
18865 * dns.el (dns-get-txt-answer): New function.
18866 (dns-read-txt): Ditto.
18867 (query-dns): Use it.
18868
18869 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18870
18871 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18872 active for foreign groups even if the group level is higher than
18873 the specified value.
18874
18875 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18876
18877 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18878 non-active groups.
18879
18880 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18881
18882 2004-05-20 Magnus Henoch <mange@freemail.hu>
18883
18884 * dns.el (dns-read-type): Add support for SVR. (small patch)
18885
18886 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18887
18888 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18889 (spam-crm114-header, spam-crm114-spam-switch)
18890 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18891 (spam-crm114-positive-spam-header)
18892 (spam-crm114-database-directory, spam-list-of-processors)
18893 (spam-group-spam-processor-crm114-p)
18894 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18895 (spam-generic-score, spam-list-of-checks)
18896 (spam-list-of-statistical-checks, spam-registration-functions)
18897 (spam-check-crm114-headers, spam-crm114-score)
18898 (spam-check-crm114, spam-crm114-register-with-crm114)
18899 (spam-crm114-register-spam-routine)
18900 (spam-crm114-unregister-spam-routine)
18901 (spam-crm114-register-ham-routine)
18902 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18903 From asjo@koldfront.dk (Adam Sjøgren).
18904
18905 * gnus.el: Add spam-use-crm114.
18906
18907 * spam.el (spam-list-of-processors, spam-registration-functions):
18908 Add spam-use-resend.
18909 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18910 (spam-report-articles-gmane): Add doc fix.
18911 (spam-report-articles-resend, spam-report-resend-register-routine):
18912 Add wrappers around spam-report-resend-to.
18913
18914 * spam-report.el (spam-report-resend-to, spam-report-resend):
18915 Add support for resending spam.
18916 (spam-report-gmane): Fix line length >80.
18917
18918 * gnus.el (spam-process): Add spam-use-resend.
18919
18920 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18921
18922 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18923 number of processed spam messages.
18924 (spam-ham-copy-or-move-routine): Return the number of processed
18925 ham messages.
18926 (spam-summary-prepare-exit): Use the above values to decide
18927 whether status messages shouled be displayed.
18928
18929 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18930
18931 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18932 `rfc2047-encoding-function-alist' in order to avoid conflicting
18933 with the old version.
18934 (rfc2047-encode-region): Concatenate words containing non-ASCII
18935 characters in structured fields; don't encode space-delimited
18936 ASCII words even in unstructured fields; don't break words at
18937 char-category boundaries.
18938 (rfc2047-encode-1): New function.
18939 (rfc2047-encode): Use it; encode text so that it occupies the
18940 maximum width within 76-column; work correctly on Q encoding for
18941 iso-2022-* charsets.
18942 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18943 sure not to break a line just after the header name.
18944 (rfc2047-b-encode-region): Remove.
18945 (rfc2047-b-encode-string): New function.
18946 (rfc2047-q-encode-region): Remove.
18947 (rfc2047-q-encode-string): New function.
18948
18949 * mm-util.el (mm-replace-in-string): New function.
18950
18951 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18952
18953 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18954 Really get it right.
18955 (gnus-inews-make-draft): Really.
18956
18957 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18958
18959 * nnmh.el (nnmh-request-list-1): Don't check the link count
18960 before descending. (small patch)
18961
18962 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18963
18964 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18965 stuff.
18966
18967 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18968 Match on real group name.
18969
18970 * gnus-art.el (gnus-signature-limit): Doc fix.
18971
18972 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18973
18974 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18975
18976 * gnus-draft.el (gnus-draft-send):
18977 Bind rfc2047-encode-encoded-words.
18978
18979 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18980 (rfc2047-encodable-p): Say that =? needs encoding.
18981 (rfc2047-encode-encoded-words): New variable.
18982
18983 * gnus-group.el (gnus-group-select-group): Doc fix.
18984
18985 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18986
18987 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18988 to nil.
18989
18990 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18991
18992 * nnheader.el (nnheader-get-lines-and-char): New function.
18993
18994 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18995
18996 * gnus-msg.el (gnus-summary-followup-with-original):
18997 Document yanking of region when active.
18998
18999 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
19000
19001 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19002 groups if the group level is higher than the specified value.
19003
19004 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19005
19006 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19007 (gnus-group-jump-to-group): Add prefix argument using
19008 `gnus-group-jump-to-group-prompt'. Query before jumping to
19009 non-active group.
19010
19011 * compface.el (uncompface): Be verbose when changing
19012 `uncompface-use-external'.
19013
19014 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19015 handle manual section.
19016
19017 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19018
19019 * gnus-art.el (gnus-button-alist): Revert previous change.
19020
19021 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19022
19023 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19024
19025 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19026
19027 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19028 whether backend can accept message.
19029
19030 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19031
19032 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
19033
19034 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19035 Avoid creating directory when nntp-marks-is-evil is true.
19036 Reported by Reiner Steib.
19037
19038 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19039
19040 * gnus-picon.el (gnus-picon-style): New variable.
19041 (gnus-picon-insert-glyph): Add optional `nostring' argument.
19042 (gnus-picon-transform-address): Support `gnus-picon-style'.
19043 From Jesper Harder <harder@ifa.au.dk>.
19044
19045 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19046
19047 * message.el (message-fill-field): Return point.
19048 (message-generate-headers): Go to end of field.
19049
19050 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19051 stuff for non-living groups.
19052
19053 2004-05-18 Jesper Harder <harder@ifa.au.dk>
19054
19055 * gnus-art.el (gnus-article-followup-with-original)
19056 (gnus-article-reply-with-original): gnus-mark-active-p ->
19057 gnus-region-active-p.
19058
19059 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
19060
19061 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19062 only when there is spam or ham to be processed.
19063
19064 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19065
19066 * mail-source.el (mail-source-delete-crash-box): Refactor.
19067 (mail-source-fetch): Use it.
19068 (mail-source-fetch-file): Ditto.
19069 (mail-source-fetch-directory): Run postscript in loop.
19070 (mail-source-fetch-pop): Delete.
19071 (mail-source-fetch-maildir): Ditto.
19072 (mail-source-fetch-imap): Ditto.
19073
19074 * imap.el (imap-authenticators): Comment out sasl.
19075
19076 * message.el (message-skip-to-next-address): New function.
19077 (message-fill-header-address): Refactor.
19078 (message-fill-address): Use it.
19079 (message-delete-address): Use it.
19080 (message-fill-header-general): Refactor.
19081 (message-fill-field-address): Rename.
19082 (message-narrow-to-field): Find the start of the header.
19083 (message-header-format-alist): Don't pre-fill.
19084 (message-fill-header): Remove.
19085 (message-insert-header): New function.
19086 (message-shorten-references): Use it.
19087
19088 * rfc2047.el (rfc2047-field-value): Strip props.
19089
19090 * mail-parse.el (mail-header-make-address): New alias.
19091
19092 * ietf-drums.el (ietf-drums-make-address): New function.
19093
19094 * imap.el: Add compiler directives.
19095
19096 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19097
19098 * gnus-art.el (article-decode-idna-rhs): Don't use
19099 message-idna-inside-rhs-p.
19100
19101 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19102
19103 * message.el (message-idna-inside-rhs-p): Remove.
19104 (message-idna-to-ascii-rhs-1): Use proper address parsing.
19105
19106 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19107 false positives.
19108
19109 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19110
19111 * imap.el (imap-sasl-make-mechanisms): Use sasl.
19112
19113 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19114
19115 * nneething.el (nneething-file-name): Don't create spurious
19116 files.
19117
19118 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19119 (gnus-inews-do-gcc): Remove sleep.
19120
19121 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19122 part under point.
19123
19124 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19125 (gnus-agent-regenerate-group): Using nil messages aren't valid.
19126
19127 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
19128
19129 * spam.el (spam-summary-prepare-exit): Fix (length).
19130
19131 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
19132
19133 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19134 as expired without moving it" message when there are spam
19135 messages left.
19136
19137 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
19138
19139 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19140 header is not nil.
19141
19142 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
19143
19144 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19145 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19146 (nntp-marks-changed-p): New arg SERVER.
19147 (nntp-request-update-info): Adjust caller.
19148
19149 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
19150
19151 * nntp.el (nntp-save-marks): Pass missing arg.
19152
19153 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
19154
19155 * nntp.el: Support marks.
19156 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19157 (nntp-marks-modtime, nntp-marks-directory): New variables.
19158 (nntp-request-set-mark, nntp-request-update-info)
19159 (nntp-possibly-create-directory, nntp-marks-changed-p)
19160 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19161 New functions.
19162
19163 2004-05-12 Jesper Harder <harder@ifa.au.dk>
19164
19165 * gnus-score.el (gnus-score-insert-help):
19166 Use gnus-select-lowest-window.
19167
19168 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19169 appt-select-lowest-window and rename to gnus-select-lowest-window.
19170
19171 * gnus.el: do.
19172
19173 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19174
19175 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19176 encodings of MIME-encoded words, in order to improve
19177 interoperability with several broken MUAs.
19178
19179 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19180
19181 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19182 tags, only when charsets are not specified in headers.
19183 (mm-inline-text-html-render-with-w3m): Ditto.
19184
19185 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19186
19187 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19188 instead of MIME-decoded from fields when checking
19189 `gnus-article-address-banner-alist'.
19190
19191 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19192
19193 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19194 description rather than subject.
19195
19196 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19197
19198 * gnus.el (gnus-version-number): Bump.
19199
19200 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19201
19202 * gnus.el: No Gnus v0.2 is released.
19203
19204 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19205
19206 * gnus-agent.el (gnus-agent-read-agentview):
19207 Inline gnus-uncompress-range.
19208
19209 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19210
19211 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19212 `exec-installed-p'.
19213
19214 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19215
19216 * gnus.el (spam-process, spam-autodetect-methods):
19217 Add bsfilter and bsfilter-headers.
19218
19219 * spam.el (spam-bsfilter): New customize group.
19220 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19221 (spam-bsfilter-header, spam-bsfilter-probability-header)
19222 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19223 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19224 (spam-bsfilter-database-directory): New options.
19225 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19226 (spam-list-of-statistical-checks, spam-registration-functions):
19227 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19228 (spam-bsfilter-score): New command.
19229 (spam-check-bsfilter-headers, spam-check-bsfilter)
19230 (spam-bsfilter-register-with-bsfilter)
19231 (spam-bsfilter-register-spam-routine)
19232 (spam-bsfilter-unregister-spam-routine)
19233 (spam-bsfilter-register-ham-routine)
19234 (spam-bsfilter-unregister-ham-routine): New functions.
19235 (spam-generic-score): Support bsfilter; Accept an optional argument
19236 to recalcurate spam score even if scoring header has already been
19237 added.
19238 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19239 optional argument to recalcurate spam score even if scoring header
19240 has already been added.
19241
19242 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19243
19244 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19245 strings! Reported by David D. Smith <davidsmith@acm.org>.
19246 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19247 link is missing.
19248
19249 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19250
19251 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19252 (html2text-get-attr): Rewrite.
19253
19254 * message.el (message-setup-1): Remove redundant put-text-property
19255 on mail-header-separator.
19256
19257 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19258
19259 * gnus-registry.el (gnus-registry-cache-whitespace)
19260 (gnus-registry-action, gnus-registry-spool-action)
19261 (gnus-registry-split-fancy-with-parent): Change message levels
19262 from 5 to 3 or 7, as needed.
19263
19264 * spam.el (spam-summary-prepare-exit)
19265 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19266 (spam-split, spam-find-spam, spam-log-undo-registration)
19267 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19268 level from 5 to 6.
19269
19270 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19271
19272 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19273 2004-03-04 change).
19274
19275 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19276
19277 * sieve-manage.el (sieve-manage-open):
19278 * nnweb.el (nnweb-insert-html):
19279 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19280 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19281 * nnspool.el (nnspool-request-group):
19282 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19283 * nnml.el (nnml-request-update-info):
19284 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19285 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19286 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19287 (nnimap-request-set-mark):
19288 * nnfolder.el (nnfolder-request-update-info):
19289 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19290 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19291 * gnus-uu.el (gnus-uu-find-articles-matching):
19292 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19293 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19294 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19295 * gnus-nocem.el (gnus-nocem-scan-groups):
19296 * gnus-int.el (gnus-start-news-server):
19297 * gnus-group.el (gnus-group-make-kiboze-group)
19298 (gnus-group-browse-foreign-server):
19299 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19300 Use mapc when appropriate.
19301
19302 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19303
19304 FIXME: Make separate entries for each person.
19305
19306 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19307 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19308 <shields@msrl.com>:
19309
19310 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19311 may need for spam sorting and scoring.
19312 (spam-user-format-function-S): Add user format function suitable for
19313 general use.
19314 (spam-article-sort-by-spam-status): Add sorting function for summary
19315 sorting.
19316 (spam-extra-header-to-number): Add function to get a score from a
19317 header.
19318 (spam-summary-score): Add function to get a numeric score from the
19319 headers.
19320 (spam-generic-score): Fix function doc, was in wrong place.
19321 (spam-initialize): Take symbols when it's run, and install the
19322 extra headers that spam-necessary-extra-headers thinks we need.
19323
19324 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19325
19326 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19327 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19328
19329 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19330
19331 * gnus-sum.el (gnus-set-global-variables)
19332 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19333 (gnus-article-get-xrefs, gnus-summary-best-group)
19334 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19335 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19336 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19337 Use with-current-buffer.
19338
19339 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19340
19341 * spam.el (spam-summary-prepare-exit): Simplify logic.
19342 (spam-fetch-article-header): Read the article header if it's not
19343 available.
19344 (spam-list-articles): Simplify logic.
19345 (spam-filelist-register-routine): Fix bug with unregister-list.
19346
19347 * gnus-registry.el: Fix comments at beginning.
19348
19349 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19350
19351 * message.el (message-cater-to-broken-inn): Remove.
19352 (message-shorten-references): Make sure the total folded length of
19353 References is shorter than 998 characters to cater to a bug in INN
19354 2.3. Also, don't pretend that references aren't folded -- this
19355 hasn't worked for a while.
19356
19357 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19358
19359 * gnus-agent.el (gnus-agentize):
19360 gnus-agent-send-mail-real-function no longer set to current value
19361 of message-send-mail-function but rather a lambda that calls
19362 message-send-mail-function. The change makes the agent real-time
19363 responsive to user changes to message-send-mail-function.
19364
19365 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19366
19367 * legacy-gnus-agent.el
19368 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19369 help from Florian Weimer <fw@deneb.enyo.de>
19370
19371 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19372
19373 * nnmail.el (nnmail-cache-insert): Revert last change.
19374
19375 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19376
19377 * nnmail.el (nnmail-cache-insert): Always check whether
19378 nnmail-cache-ignore-groups matches a group name.
19379
19380 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19381
19382 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19383 (spam-find-spam, spam-log-processing-to-registry)
19384 (spam-log-registered-p, spam-log-unregistration-needed-p)
19385 (spam-log-undo-registration): Use gnus-message instead of
19386 gnus-error, none of these errors are fatal.
19387
19388 * gnus-registry.el (gnus-registry-clean-empty-function)
19389 (gnus-registry-clean-empty): Remove only empty entries without
19390 extra data.
19391
19392 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19393
19394 * spam-stat.el (spam-stat-buffer-change-to-spam)
19395 (spam-stat-buffer-change-to-non-spam): Change (error) to
19396 (gnus-message 8) invocation.
19397
19398 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19399
19400 * nntp.el (nntp-via-netcat-command): New variable.
19401 (nntp-via-netcat-switches): New variable.
19402 (nntp-open-via-rlogin-and-netcat): New function.
19403 (nntp-open-connection-function): Doc fix.
19404 (nntp-telnet-command): Doc fix.
19405 (nntp-end-of-line): Doc fix.
19406 (nntp-via-rlogin-command): Doc fix.
19407 (nntp-via-user-name): Doc fix.
19408 (nntp-via-address): Doc fix.
19409
19410 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19411
19412 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19413 error in Emacs 21.1.
19414
19415 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19416
19417 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19418
19419 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19420
19421 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19422 (gnus-agent-with-refreshed-group): New macro.
19423 (gnus-agent-rename-group): New function.
19424 (gnus-agent-delete-group): New function.
19425 (gnus-agent-save-group-info): Use gnus-command-method when
19426 `method' parameter is nil. Don't write nil entries into the
19427 active file.
19428 (gnus-agent-get-group-info): New function.
19429 (gnus-agent-fetch-articles):
19430 Use gnus-agent-update-files-total-fetched-for to increment disk space
19431 used.
19432 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19433 Use gnus-agent-update-view-total-fetched-for to increment disk space
19434 used.
19435 (gnus-agent-get-local): Add optional parameters to avoid calling
19436 gnus-group-real-name and gnus-find-method-for-group.
19437 (gnus-agent-set-local): Delete stored entry if either min, or max,
19438 are nil.
19439 (gnus-agent-fetch-session): Reworded error/quit messages.
19440 On quit, use gnus-agent-regenerate-group to record existence of any
19441 articles fetched to disk before the quit occurred.
19442 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19443 gnus-agent-update-view-total-fetched-for, and
19444 gnus-agent-update-files-total-fetched-for to decrement disk space
19445 used.
19446 (gnus-agent-retrieve-headers):
19447 Use gnus-agent-update-view-total-fetched-for to increment disk space
19448 used.
19449 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19450 with gnus-agent-update-files-total-fetched-for to decrement disk
19451 space and fresh group buffer.
19452 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19453 (gnus-agent-need-update-total-fetched-for): New variable.
19454 (gnus-agent-update-files-total-fetched-for): New function.
19455 (gnus-agent-update-view-total-fetched-for): New function.
19456 (gnus-agent-total-fetched-for): New function.
19457
19458 * gnus-cache.el (gnus-cache-save-buffers):
19459 Use gnus-cache-update-overview-total-fetched-for to change disk space
19460 used by this group.
19461 (gnus-cache-possibly-enter-article):
19462 Use gnus-cache-update-file-total-fetched-for to increment disk space
19463 used by this group.
19464 (gnus-cache-possibly-remove-article):
19465 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19466 used by this group.
19467 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19468 (gnus-cache-rename-group): New function.
19469 (gnus-cache-delete-group): New function.
19470 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19471 (gnus-cache-need-update-total-fetched-for): New variable.
19472 (gnus-cache-with-refreshed-group): New macro.
19473 (gnus-cache-update-file-total-fetched-for): New function.
19474 (gnus-cache-update-overview-total-fetched-for): New function.
19475 (gnus-cache-rename-group-total-fetched-for): New function.
19476 (gnus-cache-delete-group-total-fetched-for): New function.
19477 (gnus-cache-total-fetched-for): New function.
19478
19479 * gnus-group.el: Require gnus-sum and autoload functions to
19480 resolve warnings when gnus-group.el compiled alone.
19481 (gnus-group-line-format): Documented new %F.
19482 (size of Fetched data) group line format; identifies disk space
19483 used by agent and cache.
19484 (gnus-group-line-format-alist): Defined new F format.
19485 (gnus-total-fetched-for): New function.
19486 (gnus-group-delete-group): No longer update
19487 gnus-cache-active-altered as gnus-request-delete-group now keeps
19488 the cache in sync.
19489 (gnus-group-list-active): Let the agent store a server's active
19490 list if currently plugged.
19491
19492 * gnus-int.el (gnus-request-delete-group):
19493 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19494 local disk in sync with the server.
19495 (gnus-request-rename-group):
19496 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19497 local disk in sync with the server.
19498
19499 * gnus-start.el (gnus-get-unread-articles):
19500 Cosmetic simplification to logic.
19501
19502 * gnus-util.el (gnus-rename-file): New function.
19503
19504 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19505
19506 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19507
19508 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19509
19510 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19511 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19512
19513 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19514
19515 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19516 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19517
19518 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19519
19520 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19521
19522 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19523
19524 * spam.el (spam-set-difference): Add function to replace
19525 gnus-set-difference in spam.el.
19526 (spam-summary-prepare-exit): Use spam-set-difference.
19527
19528 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19529
19530 * gnus-registry.el (gnus-registry-cache-file): Update to use
19531 gnus-dribble-directory OR gnus-home-directory OR ~.
19532 (gnus-registry-split-fancy-with-parent): Fix doc.
19533
19534 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19535
19536 * message.el (message-exchange-point-and-mark):
19537 Use message-mark-active-p. Suggested by Jesper Harder
19538 <harder@ifa.au.dk>.
19539
19540 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19541
19542 * message.el (message-exchange-point-and-mark): Don't activate
19543 region if it was inactive. Suggested by Hiroshi Fujishima
19544 <pooh@nature.tsukuba.ac.jp>.
19545
19546 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19547
19548 * gnus-art.el (article-display-face): Display Faces in the same
19549 order as X-Faces.
19550
19551 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19552
19553 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19554
19555 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19556
19557 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19558 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19559 (gnus-article-mime-hierarchy): Remove.
19560 (gnus-article-mime-hierarchy-next): Remove.
19561 (gnus-article-mode): Revert 2004-03-19 change.
19562 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19563 (gnus-insert-mime-button): Revert 2004-03-19 change.
19564 (gnus-mime-accumulate-hierarchy): Remove.
19565 (gnus-mime-enter-multipart): Remove.
19566 (gnus-mime-leave-multipart): Remove.
19567 (gnus-mime-display-part): Revert 2004-03-19 change.
19568 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19569
19570 * mml.el (mml-preview): Revert 2004-03-19 change.
19571
19572 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19573
19574 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19575
19576 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19577
19578 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19579 t while entering a file name using the mm-with-multibyte macro.
19580 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19581
19582 * mm-util.el (mm-with-multibyte): New macro.
19583
19584 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19585
19586 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19587 New user option.
19588 (gnus-mime-multipart-functions): Doc and customization fix.
19589 (gnus-article-mime-hierarchy): New variable.
19590 (gnus-article-mime-hierarchy-next): New variable.
19591 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19592 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19593 gnus-article-mime-hierarchy-next to nil.
19594 (gnus-insert-mime-button): Show hierarchy numbers.
19595 (gnus-mime-accumulate-hierarchy): New function.
19596 (gnus-mime-enter-multipart): New function.
19597 (gnus-mime-leave-multipart): New function.
19598 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19599 (gnus-mime-display-alternative): Show hierarchy numbers.
19600
19601 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19602 gnus-article-mime-hierarchy-next to nil.
19603
19604 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19605
19606 * dns.el: Don't require gnus-xmas.
19607
19608 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19609
19610 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19611 inline PGP.
19612 (mml-menu): Disable mml-quote-region if mark is inactive.
19613
19614 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19615
19616 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19617 when the group's active is not available.
19618
19619 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19620
19621 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19622 error.
19623
19624 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19625
19626 * imap.el (imap-store-password): New variable.
19627 (imap-interactive-login): Use it.
19628 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19629
19630 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19631
19632 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19633 window-start and hscroll to summary window.
19634
19635 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19636
19637 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19638 conversion message to newsrc-dribble when an actual conversion is
19639 performed.
19640
19641 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19642
19643 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19644
19645 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19646
19647 * mm-decode.el (mm-complicated-handles): New function reviving
19648 former definition of mm-multiple-handles.
19649
19650 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19651 (gnus-mime-delete-part): Use it.
19652
19653 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19654
19655 * gnus-agent.el (gnus-agent-read-local):
19656 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19657 avoid the implicit assumption that they will always be equal.
19658 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19659 coding-system-for-write, as the with-temp-file macro first prints
19660 to a buffer then saves the buffer.
19661
19662 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19663
19664 * gnus-art.el (gnus-article-edit-part): New function.
19665 (gnus-mime-save-part-and-strip): Use it; do query instead of
19666 signaling an error; don't use mm-multiple-handles.
19667 (gnus-mime-delete-part): Ditto.
19668
19669 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19670
19671 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19672 old file versions.
19673 (gnus-group-prepare-hook): Remove function that converted list
19674 form of gnus-agent-expire-days to group properties.
19675
19676 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19677 (gnus-request-accept-article): Re-indented.
19678
19679 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19680 converters to handle old agent file formats. Add logic for a
19681 "backup before upgrading warning".
19682 (gnus-convert-mark-converter-prompt): Developers can mark
19683 functions as needing (default), or not needing,
19684 gnus-convert-old-newsrc's "backup before upgrading warning".
19685 (gnus-convert-converter-needs-prompt): Tests whether the user
19686 should be protected from potentially irreversable changes by the
19687 function.
19688
19689 * legacy-gnus-agent.el: New. Provides converters that are only
19690 loaded when gnus-convert-old-newsrc needs to call them.
19691
19692 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19693
19694 * mail-source.el (mail-source-touch-pop): Doc fix.
19695
19696 * message.el (message-smtpmail-send-it): Doc fix.
19697
19698 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19699
19700 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19701
19702 * nnmail.el (nnmail-split-fancy): do.
19703
19704 * gnus-kill.el (gnus-kill, gnus-execute): do.
19705
19706 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19707
19708 * gnus-sum.el (gnus-widget-reversible-match)
19709 (gnus-widget-reversible-to-internal)
19710 (gnus-widget-reversible-to-external): New functions.
19711 (gnus-widget-reversible): New widget.
19712 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19713
19714 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19715
19716 * gnus-sum.el (gnus-thread-sort-functions)
19717 (gnus-article-sort-functions): Document `(not F)' items.
19718
19719 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19720
19721 * spam.el (spam-use-gmane-xref): Add new backend.
19722 (spam-gmane-xref-spam-group): Add variable to control the name of the
19723 Gmane spam group.
19724 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19725 (spam-regex-headers-spam, spam-regex-headers-ham)
19726 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19727 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19728 backends and checks.
19729 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19730
19731 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19732 an autodetect method.
19733
19734 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19735
19736 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19737 articles are being added to a group.
19738 (gnus-request-replace-article): Inform the agent that articles
19739 need to be uncached as the cached contents are no longer valid.
19740
19741 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19742
19743 * binhex.el: Don't autoload executable-find.
19744
19745 * canlock.el: Don't autoload mail-fetch-field.
19746
19747 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19748
19749 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19750 rmail-dont-reply-to and rmail-output.
19751
19752 * gnus-score.el: Don't autoload ffap-string-at-point.
19753
19754 * gnus-setup.el: Don't autoload sc-cite-original.
19755
19756 * imap.el: Don't autoload base64-decode-string,
19757 base64-encode-string and md5.
19758
19759 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19760 and rmail-msg-restore-non-pruned-header.
19761
19762 * mm-decode.el: Don't autoload executable-find.
19763
19764 * mm-url.el: Don't autoload executable-find.
19765
19766 * mm-view.el: Don't autoload diff-mode.
19767
19768 * nndb.el: Don't autoload news-reply-mode, news-setup,
19769 cancel-timer and telnet.
19770
19771 * password.el: Don't autoload run-at-time for Emacs.
19772
19773 * sha1-el.el: Don't autoload executable-find.
19774
19775 * sieve-mode.el: Don't autoload c-mode.
19776
19777 * uudecode.el: Don't autoload executable-find.
19778
19779 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19780
19781 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19782 (gnus-agent-possibly-alter-active): Avoid null in numeric
19783 comparison.
19784 (gnus-agent-set-local): Refuse to save null in local object table.
19785 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19786 list of articles that will be marked as unread.
19787
19788 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19789
19790 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19791
19792 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19793
19794 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19795 language tags.
19796
19797 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19798
19799 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19800 Don't bind "obarray".
19801
19802 * gnus-sum.el (gnus-thread-sort-functions):
19803 Add `gnus-thread-sort-by-most-recent-number' and
19804 `gnus-thread-sort-by-most-recent-date'.
19805 Reported by Kai Grossjohann <kai@emptydomain.de>.
19806
19807 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19808
19809 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19810
19811 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19812
19813 * gnus-cus.el (gnus-agent-customize-category):
19814 Remove ignore-errors macro reference that required cl to be loaded at
19815 run-time.
19816
19817 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19818 single-interval range of the form (min . max). Previously the
19819 range had to look like ((min . max)). Likewise, return
19820 (min . max) rather than ((min . max)).
19821 (gnus-range-map): Use gnus-range-normalize to accept
19822 single-interval range.
19823
19824 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19825 the cache, but not the agent, now appear with their usual face.
19826
19827 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19828
19829 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19830 w3m-safe-url-regexp variable buffer-local.
19831
19832 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19833
19834 2004-02-27 Simon Josefsson <jas@extundo.com>
19835
19836 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19837 gnus-group-real-prefix.
19838 (gnus-summary-move-article): Use it, instead of
19839 gnus-group-real-prefix.
19840
19841 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19842
19843 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19844 w3m-safe-url-regexp variable buffer-local and set it as the value
19845 of mm-w3m-safe-url-regexp.
19846
19847 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19848
19849 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19850 parsing gnus-posting-styles when the message is not for replying.
19851
19852 * nnrss.el (nnrss-opml-export):
19853 Use mm-set-buffer-file-coding-system instead of
19854 set-buffer-file-coding-system.
19855
19856 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19857
19858 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19859 of checkdoc.el).
19860 * nnrss.el: do.
19861 * gnus-mlspl.el: do.
19862 * gnus-ml.el: do.
19863 * gnus-srvr.el: do.
19864
19865 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19866
19867 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19868
19869 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19870 Corrections to custom-manual links.
19871
19872 * gnus-art.el (gnus-article): Ditto.
19873
19874 * mm-decode.el (mime-display, mime-security): Ditto.
19875
19876 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19877
19878 * flow-fill.el: Typo.
19879
19880 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19881
19882 * spam-wash.el: New file.
19883
19884 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19885
19886 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19887
19888 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19889
19890 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19891 to be run with new-articles as LIST1, not LIST2.
19892 (spam-registration-functions): Add spam-use-ham-copy as a nil
19893 registration backend.
19894
19895 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19896
19897 * spam-stat.el (spam-stat-washing-hook): New option.
19898 (spam-stat-buffer-words): Use it.
19899 (spam-stat-process-directory, spam-stat-test-directory):
19900 Use insert-file-contents-literally.
19901 (spam-stat-coding-system): New variable.
19902 (spam-stat-load, spam-stat-save): Use it.
19903
19904 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19905
19906 * spam-report.el (spam-report-plug-agent):
19907 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19908
19909 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19910
19911 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19912 Allow / in mailto URLs.
19913
19914 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19915
19916 * spam-report.el (spam-report-process-queue): Fix interactive use.
19917 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19918 (spam-report-unplug-agent): Doc fixes.
19919 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19920 (spam-report-agentize, spam-report-deagentize):
19921 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19922
19923 * message.el (message-setup-fill-variables): Add mml tags to
19924 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19925 <ajk@iu.edu>.
19926 (message-mode): Don't modify paragraph-separate there.
19927
19928 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19929
19930 * compface.el (uncompface-use-external): Default to undecided.
19931 (uncompface-use-external-threshold): New variable.
19932 (uncompface-float-time): New macro.
19933 (uncompface): Determine whether to use the external decoder if
19934 uncompface-use-external is undecided.
19935
19936 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19937
19938 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19939 after images.
19940
19941 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19942
19943 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19944
19945 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19946
19947 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19948
19949 * gnus-sum.el (gnus-summary-limit-to-age)
19950 (gnus-summary-limit-children): do.
19951
19952 * gnus-int.el (gnus-request-scan): do.
19953
19954 * gnus-group.el (gnus-group-suspend): do.
19955
19956 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19957
19958 * gnus-cite.el (gnus-cite-parse-attributions): do.
19959
19960 * gnus-agent.el (gnus-summary-set-agent-mark)
19961 (gnus-agent-regenerate-group): do.
19962
19963 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19964
19965 * binhex.el (binhex-decode-region-internal): do.
19966
19967 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19968
19969 * gnus-fun.el (gnus-face-properties-alist): New user option.
19970 (gnus-display-x-face-in-from): Use it.
19971
19972 * gnus-art.el (article-display-face): Ditto.
19973
19974 * compface.el (uncompface-use-external): Default to nil.
19975
19976 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19977
19978 * nntp.el (nntp-erase-buffer): New function.
19979 (nntp-retrieve-data, nntp-send-command)
19980 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19981 (nntp-possibly-change-group): Use it.
19982
19983 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19984 Use with-current-buffer.
19985
19986 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19987
19988 * compface.el: Merge the ELisp-based uncompface program.
19989 (compface): New customization group.
19990 (uncompface-use-external): New user option.
19991 (uncompface): Call uncompface-internal if uncompface-use-external
19992 is nil.
19993 (uncompface-internal): New function. Note that there are also
19994 some other functions and variables added for this function.
19995
19996 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19997
19998 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19999 if necessary.
20000
20001 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
20002
20003 * spam-report.el (spam-report-unplug-agent)
20004 (spam-report-plug-agent, spam-report-deagentize)
20005 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20006 Add support for the Agent in spam-report: when unplugged, report to a
20007 file; when plugged, submit all the requests.
20008
20009 * spam.el (spam-register-routine): Fix message about
20010 registration.
20011
20012 2004-02-09 Jesper Harder <harder@ifa.au.dk>
20013
20014 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20015 dependencies.
20016 (rfc2047-encode): Use it.
20017
20018 * gnus-art.el (gnus-button-marker-list): Move before first
20019 reference.
20020
20021 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20022 (imap-parse-body): Fix format string mismatch.
20023
20024 * gnus-score.el (gnus-summary-increase-score): do.
20025
20026 * nnrss.el (nnrss-close): New function.
20027
20028 2004-02-08 Jesper Harder <harder@ifa.au.dk>
20029
20030 * nnrss.el (nnrss-make-filename): New function.
20031 (nnrss-request-delete-group, nnrss-read-server-data)
20032 (nnrss-save-server-data, nnrss-read-group-data)
20033 (nnrss-save-group-data): Use it.
20034 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20035 (nnrss-read-server-data, nnrss-read-group-data): Use load.
20036 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20037
20038 2004-02-07 Jesper Harder <harder@ifa.au.dk>
20039
20040 * mml.el (mml-compute-boundary-1): Don't uncompress files.
20041
20042 2004-02-06 Jesper Harder <harder@ifa.au.dk>
20043
20044 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20045 files.
20046
20047 * message.el (message-generate-headers-first): Don't quote nil
20048 and t in docstrings.
20049
20050 * imap.el (imap-id): do.
20051
20052 * gnus-agent.el (gnus-agent-consider-all-articles)
20053 (gnus-agent-queue-mail): do.
20054
20055 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
20056
20057 * spam-report.el (spam-report-process-queue): New function.
20058 Process requests from `spam-report-requests-file'.
20059 (spam-report-process-queue): Doc fix.
20060
20061 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
20062
20063 * spam.el (spam-register-routine)
20064 (spam-log-processing-to-registry, spam-log-registered-p)
20065 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20066 Change "check" to "spam-check" for semi-clarity.
20067
20068 2004-02-05 Jesper Harder <harder@ifa.au.dk>
20069
20070 * pop3.el: Require nnheader.
20071
20072 * mml-smime.el: Require cl. Autoload message-fetch-field.
20073
20074 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20075
20076 * gnus-picon.el: Require cl.
20077
20078 * gnus-fun.el: Require gnus-ems and gnus-util.
20079
20080 * gnus.el (gnus-method-to-server): Move defsubst before first use.
20081
20082 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20083
20084 * gnus-art.el (gnus-article-edit-mode): Define before first
20085 reference.
20086
20087 2004-02-04 Jesper Harder <harder@ifa.au.dk>
20088
20089 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20090 (gnus-uu-post-encoded): Use point-at-bol.
20091
20092 * gnus-topic.el (gnus-group-active-topic-p): do.
20093
20094 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20095
20096 * gnus-group.el (gnus-group-kill-region): do.
20097
20098 * gnus-art.el (article-date-ut): do.
20099
20100 * message.el (message-fetch-field): Remove redundant
20101 case-fold-search binding.
20102 (message-narrow-to-field): Simplify.
20103
20104 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
20105
20106 * spam.el (spam-directory): Derive from `gnus-directory'.
20107
20108 * spam-report.el (spam-report-url-to-file)
20109 (spam-report-requests-file): New function and variable for offline
20110 reporting.
20111 (spam-report-url-ping-function): Add `spam-report-url-to-file'
20112 and user defined function.
20113 (spam-report-url-ping-mm-url): Remove doubled slash.
20114
20115 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
20116
20117 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20118
20119 2004-02-03 Jesper Harder <harder@ifa.au.dk>
20120
20121 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20122 Fix format string mismatch.
20123
20124 * sieve.el (sieve-deactivate-all): do.
20125
20126 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20127
20128 * nnlistserv.el (nnlistserv-kk-wash-article): do.
20129
20130 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20131
20132 * mm-bodies.el (mm-7bit-chars): Don't include \r.
20133
20134 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
20135
20136 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20137 the list of checks.
20138
20139 2004-01-31 Jesper Harder <harder@ifa.au.dk>
20140
20141 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20142 padding.
20143
20144 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
20145
20146 * mm-view.el (mm-fill-flowed): New variable.
20147 (mm-inline-text): Use it.
20148
20149 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
20150
20151 * spam.el (spam-spamassassin-register-ham-routine)
20152 (spam-spamassassin-register-spam-routine): Fix function names.
20153
20154 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
20155
20156 * gnus.el (gnus-tmp-grouplens): Remove.
20157 (gnus-summary-line-format): Remove grouplens.
20158
20159 * gnus-group.el (gnus-group-line-format): Ditto.
20160
20161 * gnus-spec.el (gnus-format-specs): Ditto.
20162 (gnus-update-format-specifications): Flush the group format spec
20163 cache if there's the grouplens stuff.
20164 (gnus-parse-simple-format): Replace %l with the empty string.
20165
20166 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
20167
20168 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20169 omission.
20170
20171 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
20172
20173 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20174 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20175
20176 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20177
20178 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20179 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20180 New macros and functions.
20181 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20182 Handle > NLINK_MAX messages.
20183 * nnmaildir.el (nnmaildir-request-set-mark):
20184 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20185
20186 2004-01-25 Alex Schroeder <alex@gnu.org>
20187
20188 * spam-stat.el (spam-stat-process-directory-age): New option.
20189 (spam-stat-process-directory): Use it.
20190
20191 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20192
20193 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20194 (spam-stat-save): Accept prefix argument.
20195
20196 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20197
20198 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20199 links" error.
20200
20201 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20202
20203 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20204 compatibility with old .newsrc.eld files.
20205
20206 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20207
20208 * gnus-start.el (gnus-1): do.
20209
20210 * gnus-group.el (gnus-group-line-format-alist): do.
20211
20212 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20213
20214 * gnus-gl.el: Remove.
20215
20216 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20217
20218 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20219 marks consisting of a single range {for example, (3 . 5)} rather
20220 than a list of a single range { ((3 . 5)) }.
20221
20222 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20223
20224 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20225 Use with-current-buffer.
20226 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20227 avoid consing a string.
20228
20229 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20230 Remove obsolete entries for big5 and gb2312.
20231
20232 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20233
20234 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20235 uncompressed list.
20236
20237 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20238
20239 * spam-stat.el (spam-stat-strip-xref): New function.
20240 (spam-stat-process-directory): Use it.
20241
20242 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20243 here -- it's done in message-fetch-field.
20244
20245 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20246
20247 * gnus-agent.el (gnus-agent-queue-mail)
20248 (gnus-agent-prompt-send-queue): New variables.
20249 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20250 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20251 "nndraft:queue" along to gnus-draft-send.
20252 Use gnus-agent-prompt-send-queue.
20253 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20254 is "nndraft:queue". Suggested by Gaute Strokkenes
20255 <gs234@srcf.ucam.org>
20256
20257 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20258 (agent-enable-undownloaded-faces): Add.
20259 (gnus-agent-cat-groups): Use eval-and-compile, not
20260 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20261 method of gnus-agent-cat-groups even when the buffer has been
20262 evaled.
20263 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20264 delete gnus-agent-save-active-1.
20265 (gnus-agent-save-groups): Delete. Identical to
20266 gnus-agent-save-active.
20267 (gnus-agent-write-active): No longer adjust agent's copy of active
20268 file as agent's adjustments are now stored in their own
20269 file. Remove optional parameter.
20270 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20271 servers. Add use of min/max range limits from server's local
20272 file.
20273 (gnus-agent-save-alist): Remove unused optional argument.
20274 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20275 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20276 (gnus-agent-set-local): A per-server file that keeps min/max range
20277 limits for articles known to the agent. Provides a fast mechanism
20278 for altering many active ranges.
20279 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20280 active file (local makes it unnecessary).
20281 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20282
20283 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20284 (agent-enable-undownloaded-faces): Add.
20285
20286 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20287 disable it when sending to "nndraft:queue".
20288 (gnus-group-send-queue): Add safety check to avoid sending queue
20289 when unplugged.
20290
20291 * gnus-group.el (gnus-group-catchup): Use new
20292 gnus-sequence-of-unread-articles, not
20293 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20294 numbers of articles. Use gnus-range-map to avoid having to
20295 uncompress the unread list.
20296 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20297 Fix invalid ange-ftp reference.
20298
20299 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20300 (gnus-sorted-range-intersection): Intersection of two ranges
20301 without requiring that they first be uncompressed.
20302
20303 * gnus-start.el (gnus-activate-group): Unless blocked by the
20304 caller, possibly expand the active range to include both cached
20305 and agentized articles.
20306 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20307 multiple version-dependent converters.
20308 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20309 gnus-agent-save-active.
20310 (gnus-save-newsrc-file): Save dirty agent range limits.
20311
20312 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20313 gnus-agent-possibly-alter-active.
20314 (gnus-adjust-marked-articles): Faster handling of simple lists
20315
20316 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20317
20318 * spam-stat.el (spam-stat-test-directory): New optional argument
20319 displays a list of files detected. Suggested by Andrew Cohen
20320 <cohen@andy.bu.edu>.
20321 (spam-stat-buffer-words-with-scores): Don't narrow and change
20322 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20323
20324 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20325
20326 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20327 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20328 (spam-spamassassin-arguments)
20329 (spam-spamassassin-spam-flag-header)
20330 (spam-spamassassin-positive-spam-flag-header)
20331 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20332 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20333 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20334 (spam-list-of-processors, spam-list-of-checks)
20335 (spam-list-of-statistical-checks, spam-registration-functions)
20336 (spam-check-spamassassin-headers, spam-check-spamassassin)
20337 (spam-spamassassin-score)
20338 (spam-spamassassin-register-with-sa-learn)
20339 (spam-spamassassin-register-spam-routine)
20340 (spam-spamassassin-register-ham-routine)
20341 (spam-assassin-register-spam-routine)
20342 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20343 (spam-bogofilter-score): Fix to show article before scoring.
20344
20345 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20346
20347 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20348 default scoring function.
20349 (spam-generic-score): Call spam-spamassassin-score if
20350 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20351 spam-bogofilter-score otherwise.
20352
20353 * gnus.el (spam-process, spam-autodetect-methods):
20354 Add spamassassin and spamassassin-headers.
20355
20356 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20357
20358 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20359 Suppress unnecessary messages.
20360
20361 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20362
20363 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20364 make-hash-table.
20365
20366 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20367
20368 * canlock.el (base64-encode-string): Don't autoload it.
20369
20370 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20371
20372 * run-at-time.el: Remove useless (require 'itimer),
20373 eval-and-compile and (featurep 'xemacs).
20374
20375 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20376
20377 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20378 GROUP is a virtual group.
20379
20380 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20381
20382 * gnus.el: Autoload `message-y-or-n-p'.
20383
20384 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20385
20386 * pgg-parse.el: Remove unnecessary (require 'custom).
20387
20388 * pgg-def.el: do.
20389
20390 * nnmail.el: do.
20391
20392 * gnus-undo.el: do.
20393
20394 * gnus-picon.el: do.
20395
20396 * gnus-util.el: do.
20397
20398 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20399
20400 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20401
20402 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20403
20404 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20405 handle, as well as a list.
20406
20407 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20408 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20409 (mm-w3m-cid-retrieve): Simplify.
20410
20411 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20412
20413 * message.el (message-kill-to-signature): Allow prefix arg to
20414 specify number of lines to keep before signature.
20415
20416 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20417
20418 * message.el (message-kill-to-signature): Change docstring.
20419
20420 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20421
20422 * canlock.el: Always require sha1-el.
20423 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20424
20425 * message.el: Autoload sha1 only when compiling.
20426
20427 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20428
20429 * message.el (message-canlock-generate): Require sha1-el.
20430
20431 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20432
20433 * message.el (message-expand-name): Silence the byte compiler.
20434
20435 2004-01-13 Simon Josefsson <jas@extundo.com>
20436
20437 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20438 Invoke gnus-score-mode.
20439 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20440
20441 * gnus-range.el (gnus-compress-sequence): Doc fix.
20442 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20443
20444 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20445
20446 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20447
20448 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20449
20450 * spam.el (spam-get-article-as-string): Update to use
20451 gnus-request-article-this-buffer, much simpler.
20452 (spam-get-article-as-buffer): Remove.
20453
20454 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20455
20456 * message.el (message-expand-name): Use EUDC if the user uses that.
20457
20458 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20459
20460 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20461 character for the encoding to avoid consing a string.
20462
20463 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20464 unnecessarily.
20465
20466 * mm-util.el (mm-replace-chars-in-string): Remove.
20467
20468 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20469 of mm-replace-chars-in-string.
20470
20471 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20472
20473 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20474
20475 * mm-util.el (mm-subst-char-in-string): Support inplace.
20476
20477 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20478 a new string in every iteration. Use shy groups.
20479
20480 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20481
20482 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20483 * gnus-soup.el (gnus-soup-group-brew):
20484 * gnus-msg.el (gnus-put-message):
20485 * gnus-move.el (gnus-group-move-group-to-server):
20486 * gnus-kill.el (gnus-batch-score):
20487 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20488 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20489 (gnus-group-update-group, gnus-group-read-group)
20490 (gnus-group-make-group, gnus-group-make-help-group)
20491 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20492 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20493 (gnus-group-sort-by-unread, gnus-group-catchup)
20494 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20495 (gnus-group-yank-group, gnus-group-set-info)
20496 (gnus-group-list-groups):
20497 * gnus.el (gnus-generate-new-group-name):
20498 * gnus-delay.el (gnus-delay-send-queue):
20499 * nnvirtual.el (nnvirtual-catchup-group):
20500 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20501 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20502 (gnus-group-prepare-topics, gnus-topic-check-topology):
20503 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20504 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20505 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20506 (gnus-group-make-articles-read):
20507 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20508 (gnus-group-change-level, gnus-kill-newsgroup)
20509 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20510 (gnus-get-unread-articles, gnus-make-articles-unread)
20511 (gnus-make-ascending-articles-unread): Use accessor
20512 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20513 to get group information for improved readability.
20514
20515 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20516
20517 * gnus-art.el (article-decode-mime-words, article-babel)
20518 (gnus-article-highlight-signature, gnus-article-add-buttons)
20519 (gnus-signature-toggle): Use gnus-with-article-buffer.
20520
20521 * gnus-art.el (gnus-article-highlight-headers)
20522 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20523
20524 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20525 (gnus-article-set-globals, gnus-request-article-this-buffer)
20526 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20527 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20528 (gnus-mime-display-alternative): Use with-current-buffer.
20529
20530 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20531
20532 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20533 also under 80 char limit, and call gnus-error if needed.
20534 (spam-fetch-article-header): Fix - it was a
20535 buffer-local variable (gnus-newsgroup-data).
20536 (spam-find-spam): Use spam-generate-fake-headers, forget about
20537 spam-insert-fake-headers.
20538 (spam-insert-fake-headers): Remove.
20539
20540 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20541
20542 * deuglify.el (gnus-article-outlook-unwrap-lines)
20543 (gnus-outlook-rearrange-article)
20544 (gnus-outlook-repair-attribution-outlook)
20545 (gnus-outlook-repair-attribution-block)
20546 (gnus-outlook-repair-attribution-other): Remove redundant
20547 save-excursion.
20548
20549 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20550
20551 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20552 (spam-fetch-field-subject-fast)
20553 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20554 (spam-fetch-article-header): Add functions to deal with Gnus
20555 internals for fast retrieval of article header data.
20556 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20557
20558 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20559
20560 * pop3.el (pop3-md5): Remove.
20561 (pop3-apop): Replace pop3-md5 with md5.
20562
20563 * mm-bodies.el: base64 is always built-in.
20564
20565 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20566 Use with-current-buffer.
20567
20568 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20569
20570 * canlock.el (canlock-insert-header): Remove excessive grouping in
20571 regexp.
20572
20573 * gnus-sum.el (gnus-summary-read-document): Ditto.
20574
20575 * gnus-uu.el (gnus-uu-part-number): Ditto.
20576
20577 * html2text.el (html2text-remove-tags): Ditto.
20578 (html2text-format-tags): Ditto.
20579 (html2text-format-single-elements): Ditto.
20580
20581 * mml.el (mml-parse-1): Ditto.
20582
20583 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20584
20585 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20586
20587 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20588
20589 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20590
20591 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20592
20593 2003-11-15 Simon Josefsson <jas@extundo.com>
20594
20595 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20596 (pgg-gpg-lookup-key): Use regexp match instead of
20597 split-string (split-string is different between emacs 21.2 and
20598 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20599
20600 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20601
20602 * gnus-art.el (gnus-mime-view-all-parts)
20603 (gnus-article-part-wrapper, gnus-article-view-part):
20604 Use with-current-buffer.
20605
20606 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20607
20608 * spam.el (spam-disable-spam-split-during-ham-respool)
20609 (spam-spamoracle-database, spam-cache-lookups)
20610 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20611 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20612 (spam-group-ham-marks, spam-group-spam-marks)
20613 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20614 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20615 also add spam-use-blackholes to the statistical checks.
20616 (spam-fetch-field-fast): Add interface to fetching fields, may
20617 become a macro.
20618 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20619 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20620 (spam-insert-fake-headers): Fake an article when needed.
20621 (spam-find-spam): Fake article when possible.
20622 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20623 (spam-check-bogofilter-headers): Use message-fetch-field instead
20624 of nnmail-fetch-field.
20625
20626 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20627
20628 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20629
20630 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20631
20632 * spam.el (spam-split): Do not require spam-use-CHECK to be
20633 enabled if that check is passed to spam-split explicitly; also
20634 fix so 'spam doesn't get converted to spam-split-group when
20635 spam-split-symbolic-return is t.
20636 (spam-find-spam): Find registrations of the article and use those
20637 instead of re-running spam-split to find the spam/ham
20638 classification of the article.
20639 (spam-log-processing-to-registry, spam-log-registered-p)
20640 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20641 Use gnus-error instead of gnus-message.
20642 (spam-log-registration-type): Add function to determine the
20643 classification of a message based on registry entries; will
20644 return nil if both 'spam and 'ham are found.
20645 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20646 a reasonably fast local cache without the loading errors.
20647 (spam-cache-lookups): Set to t by default.
20648 (spam-find-spam): Don't try to guess spam-cache-lookups.
20649 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20650 spam-caches entry.
20651 (spam-filelist-build-cache, spam-filelist-check-cache):
20652 Fix caching of whitelist/blacklist entries.
20653 (spam-check-whitelist, spam-check-blacklist):
20654 Invoke spam-from-listed-p with a type, not a cache variable.
20655 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20656
20657 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20658
20659 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20660
20661 * nnmail.el (nnmail-split-fancy): do.
20662
20663 * mml.el (mml-parse): do.
20664
20665 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20666 (gnus-score-adaptive): do.
20667
20668 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20669
20670 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20671 (gnus-mime-button-map): Don't set keymap parent.
20672 (gnus-button-ctan-directory-regexp): Use shy grouping.
20673 (gnus-prev-page-map): Don't set keymap parent.
20674 (gnus-prev-page-map): Remove duplicated one.
20675 (gnus-next-page-map): Don't set keymap parent.
20676 (gnus-mime-security-button-map): Ditto.
20677
20678 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20679 version number.
20680
20681 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20682
20683 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20684
20685 * canlock.el (canlock-sha1-function): Remove.
20686 (canlock-sha1-function-for-verify): Remove.
20687 (canlock-openssl-program): Remove.
20688 (canlock-openssl-args): Remove.
20689 (canlock-ignore-errors): Remove.
20690 (canlock-sha1-with-openssl): Remove.
20691 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20692 (canlock-verify): Don't use canlock-ignore-errors.
20693
20694 * sha1-el.el (sha1-string-external): Make it can return a string
20695 in binary form.
20696 (sha1-region-external): Ditto.
20697 (sha1-string-internal): Ditto.
20698 (sha1-region-internal): Ditto.
20699 (sha1-region): Ditto.
20700 (sha1-string): Ditto.
20701 (sha1): Ditto.
20702
20703 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20704
20705 * spam.el (spam-report-articles-gmane): New command.
20706
20707 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20708
20709 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20710
20711 * run-at-time.el (run-at-time-saved): Remove.
20712 (run-at-time): Doc fix.
20713
20714 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20715
20716 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20717 (gnus-summary-limit-map): Add it.
20718 (gnus-summary-make-menu-bar): do.
20719
20720 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20721
20722 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20723 Make attempt at some caching support (done for BBDB only now).
20724 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20725 addresses to be checked.
20726 (spam-clear-cache-BBDB): Add function, to be invoked by
20727 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20728 (spam-check-BBDB): Check and use the caches, if
20729 spam-cache-lookups is on, remove superfluous (provide).
20730
20731 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20732
20733 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20734
20735 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20736
20737 * run-at-time.el (run-at-time-saved): Move to after the definition
20738 of `run-at-time'.
20739
20740 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20741
20742 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20743 mm-w3m-local-map-property.
20744
20745 * mm-view.el (mm-w3m-mode-map): Remove.
20746 (mm-w3m-local-map-property): Remove.
20747 (mm-inline-text-html-render-with-w3m): Don't use
20748 mm-w3m-local-map-property.
20749
20750 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20751
20752 * run-at-time.el: New file.
20753
20754 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20755 of gnus-set-text-properties.
20756
20757 * gnus-uu.el (gnus-uu-save-article): Ditto.
20758
20759 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20760
20761 * gnus-cite.el (gnus-cite-parse): Ditto.
20762
20763 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20764 of gnus-.
20765
20766 * gnus.el: Change calls to nnheader-run-at-time and
20767 password-run-at-time throughout to use run-at-time directly.
20768
20769 * password.el: Remove definition of run-at-time.
20770
20771 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20772
20773 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20774 in prompt.
20775
20776 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20777
20778 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20779 XEmacs version.
20780
20781 * dns.el (dns-make-network-process): Use `open-network-stream'
20782 instead of `gnus-xmas-open-network-stream'.
20783
20784 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20785
20786 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20787
20788 * gnus-art.el (gnus-mime-display-alternative)
20789 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20790 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20791 Don't use gnus-local-map-property.
20792
20793 * gnus-util.el (gnus-local-map-property): Remove.
20794
20795 * mm-view.el (mm-view-pkcs7-decrypt):
20796 Replace gnus-completing-read-maybe-default with completing-read.
20797
20798 * gnus-util.el (gnus-completing-read): do.
20799 (gnus-completing-read-maybe-default): Remove.
20800
20801 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20802
20803 * password.el: Only autoload `run-at-time' if not XEmacs.
20804 Only autoload the itimer functions if XEmacs.
20805
20806 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20807
20808 * gnus-art.el (gnus-read-string): Remove.
20809 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20810 read-string.
20811
20812 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20813
20814 * netrc.el: Autoload password-read.
20815 (netrc): Add configuration group.
20816 (netrc-encoding-method, netrc-openssl-path):
20817 Add variables for encoding and decoding of files with symmetric
20818 ciphers.
20819 (netrc-encode): Add assistant function to encode a file with
20820 netrc-encoding-method.
20821 (netrc-parse): Add interactive parameter, added optional
20822 decoding if netrc-encoding-method is non-nil but otherwise
20823 behavior is standard.
20824 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20825 Do s/encode/encrypt/ everywhere.
20826
20827 * spam.el: Remove executable-find autoload.
20828
20829 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20830
20831 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20832
20833 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20834
20835 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20836
20837 * gnus-art.el (gnus-treat-ansi-sequences)
20838 (article-treat-ansi-sequences): New variable and function.
20839 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20840
20841 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20842 Use it.
20843
20844 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20845
20846 * mm-util.el (mm-quote-arg): Remove.
20847
20848 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20849 shell-quote-argument.
20850
20851 * gnus-uu.el (gnus-uu-command): do.
20852
20853 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20854
20855 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20856 with make-char.
20857
20858 * mm-util.el (mm-make-char): Remove.
20859
20860 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20861 add-minor-mode.
20862
20863 * gnus-undo.el (gnus-undo-mode): do.
20864
20865 * gnus-topic.el (gnus-topic-mode): do.
20866
20867 * gnus-sum.el (gnus-dead-summary-mode): do.
20868
20869 * gnus-start.el (gnus-slave-mode): do.
20870
20871 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20872
20873 * gnus-ml.el (gnus-mailing-list-mode): do.
20874
20875 * gnus-gl.el (gnus-grouplens-mode): do.
20876
20877 * gnus-draft.el (gnus-draft-mode): do.
20878
20879 * gnus-dired.el (gnus-dired-mode): do.
20880
20881 * gnus-ems.el (gnus-add-minor-mode): Remove.
20882
20883 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20884 Replace gnus-char-width with char-width.
20885
20886 * gnus-ems.el (gnus-char-width): Remove.
20887
20888 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20889 Replace gnus-char-width with char-width.
20890
20891 * gnus-ems.el (gnus-char-width): Remove.
20892
20893 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20894 definition.
20895 Remove Emacs 20 hash table compatibility code.
20896
20897 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20898 20 compatibility code.
20899
20900 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20901
20902 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20903
20904 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20905 Replace with point-at-{eol,bol}.
20906
20907 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20908
20909 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20910
20911 * flow-fill.el (fill-flowed-point-at-bol)
20912 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20913
20914 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20915 Replace with point-at-{eol,bol} throughout all files.
20916
20917 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20918
20919 * ntlm.el (ntlm-string-as-unibyte): New macro.
20920 (ntlm-build-auth-response): Use it.
20921
20922 Remove Emacs 20 stuff:
20923 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20924 of delq and copy-sequence.
20925 * gnus-art.el (popup-menu): Remove the compiler macro.
20926 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20927 Emacs 20.
20928
20929 2004-01-05 Simon Josefsson <jas@extundo.com>
20930
20931 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20932 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20933 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20934 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20935 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20936 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20937 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20938 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20939 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20940 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20941 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20942 string-xor into ntlm-string-xor.
20943 Suggested by Jesper Harder <harder@myrealbox.com>.
20944
20945 * ntlm.el: Don't include poem.
20946
20947 * md4.el (print-int32, print-string-hexa): Remove.
20948 Suggested by Jesper Harder <harder@myrealbox.com>.
20949
20950 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20951
20952 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20953 probably breaks emacs with DL patch, but do we care? Is anyone
20954 still using the DL stuff?)
20955
20956 * sieve-manage.el: Use the password package.
20957 (sieve-manage-read-passwd): Remove.
20958 (sieve-manage-interactive-login): Use password. Re-add
20959 condition-case around loop.
20960
20961 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20962 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20963 Use the password package.
20964
20965 2003-02-19 Simon Josefsson <jas@extundo.com>
20966
20967 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20968 token.
20969
20970 2002-08-07 Simon Josefsson <jas@extundo.com>
20971
20972 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20973 (sieve-manage-authenticators):
20974 (sieve-manage-authenticator-alist): Add some SASL mechs.
20975 (sieve-sasl-auth): New function.
20976 (sieve-manage-cram-md5-auth):
20977 (sieve-manage-plain-auth): Rewrite using SASL library.
20978 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20979 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20980 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20981 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20982
20983 2004-01-05 Simon Josefsson <jas@extundo.com>
20984
20985 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20986 New files.
20987
20988 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20989
20990 * gnus-group.el (gnus-no-groups-message): Update.
20991
20992 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20993
20994 2003-11-09 Simon Josefsson <jas@extundo.com>
20995
20996 * imap.el: Support for ID IMAP extension (RFC 2971).
20997 (imap-local-variables): Add imap-id.
20998 (imap-id): New variable.
20999 (imap-id): New function.
21000 (imap-parse-response): Parse untagged ID response.
21001 * nnimap.el (nnimap-id): New variable.
21002 (nnimap-open-connection): Use it.
21003
21004 2003-12-28 Simon Josefsson <jas@extundo.com>
21005
21006 * gnus-score.el (gnus-score-edit-all-score): New.
21007 * gnus-group.el (gnus-group-score-map): Bind it to W e.
21008
21009 2004-01-04 Simon Josefsson <jas@extundo.com>
21010
21011 * password.el: Add.
21012
21013 2004-01-04 Mario Lang <lang@zid.tugraz.at>
21014
21015 * dns.el (dns-query-types): Fix typo.
21016 (dns-query-types): New function.
21017 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
21018 PTR and SOA replies, see RFC 1035.
21019
21020 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21021
21022 * gnus.el (gnus-logo-color-style): Change colors to `no'.
21023
21024 * Move to Changelog.2.
21025
21026 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21027
21028 * gnus.el (gnus-version-number): Bump version.
21029
21030 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21031
21032 * gnus.el: No Gnus v0.1 is released.
21033
21034 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21035
21036 * gnus.el: No Gnus v0.0 is released.
21037
21038 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21039
21040 * gnus.el (gnus-version-number): Bump.
21041 (gnus-version): No.
21042
21043 See ChangeLog.2 for earlier changes.
21044
21045 Copyright (C) 2004-2011 Free Software Foundation, Inc.
21046
21047 This file is part of GNU Emacs.
21048
21049 GNU Emacs is free software: you can redistribute it and/or modify
21050 it under the terms of the GNU General Public License as published by
21051 the Free Software Foundation, either version 3 of the License, or
21052 (at your option) any later version.
21053
21054 GNU Emacs is distributed in the hope that it will be useful,
21055 but WITHOUT ANY WARRANTY; without even the implied warranty of
21056 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21057 GNU General Public License for more details.
21058
21059 You should have received a copy of the GNU General Public License
21060 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21061
21062 ;; Local Variables:
21063 ;; coding: utf-8
21064 ;; fill-column: 79
21065 ;; add-log-time-zone-rule: t
21066 ;; End: