]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from trunk.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4 remove entries with groups we ignore.
5
6 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
9 the underline comes at the bottom.
10
11 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
12
13 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
14 `gnus-registry-user-format-function-M' and declare the latter obsolete.
15 (gnus-registry-article-marks-to-names): Rename from
16 `gnus-registry-user-format-function-M2'.
17
18 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19
20 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
21 ephemeral group.
22
23 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
24
25 * shr.el (shr-browse-image): Copy the URL if called interactively.
26
27 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
28
29 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
30 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
31 done, then unselected articles may be marked as read.
32
33 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
34 since not doing this seems to lead to a race condition in pop3-logon.
35
36 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
37 so that the call chain it correct when we call "upwards".
38
39 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
40 in read-only groups.
41
42 * gnus-group.el (gnus-group-mark-article-read): Ditto.
43
44 * message.el (message-cite-reply-position): Doc string fix.
45
46 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
47 avoid regexp overflow.
48 (nnimap-transform-split-mail): Ditto.
49
50 * pop3.el (pop3-retr): Error out if the server closes the connection.
51
52 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
55 mm-with-unibyte-current-buffer. The buffer should not contain any
56 multibyte chars anyway at this stage.
57
58 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
59
60 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
61 at the end of lines.
62
63 2011-05-29 Julien Danjou <julien@danjou.info>
64
65 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
66
67 2011-05-27 Glenn Morris <rgm@gnu.org>
68
69 * gnus-group.el (gnus-bug-group-download-format-alist):
70 Use the "maintainer" version of debian reports as well.
71
72 2011-05-26 Glenn Morris <rgm@gnu.org>
73
74 * gnus-group.el (gnus-bug-group-download-format-alist):
75 Use the "maintainer" version of debbugs.gnu.org reports.
76
77 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
78
79 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
80
81 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
82
83 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
84 the thread moves us backwards and so we loop forever.
85
86 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
87
88 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
89 whitespace in base64 data lines.
90
91 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
92
93 * gnus-registry.el (gnus-registry-user-format-function-M):
94 Use `mapconcat'.
95 (gnus-registry-user-format-function-M2): Use to see the full text of
96 the marks. Make "," the mark text separator.
97
98 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
99 authentication with auth-source.
100
101 2011-05-17 Glenn Morris <rgm@gnu.org>
102
103 * gnus-group.el (gnus-import-other-newsrc-file):
104 Use insert-file-contents.
105
106 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
107
108 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
109 1000 iterations.
110
111 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
112
113 * nntp.el (nntp-open-connection): Check if process-type is available.
114
115 2011-05-16 Julien Danjou <julien@danjou.info>
116
117 * shr.el (shr-tag-del): Add support for del tag.
118
119 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
120
121 * gnus-html.el (gnus-html-put-image): Register a displayer.
122
123 * shr.el (shr-image-displayer): Don't remove text props from alt text.
124
125 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
126
127 * registry.el (prune-factor): New initialization parameter defaulting
128 to 0.1.
129 (registry-prune-hard): Use it.
130
131 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
132 0.1 expicitly.
133
134 2011-05-13 Glenn Morris <rgm@gnu.org>
135
136 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
137 is bound, since this function requires sendmail.
138
139 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
140
141 * registry.el (registry-usage-test): Disable pruning test.
142
143 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
144
145 * registry.el (registry-prune-hard-candidates)
146 (registry-prune-soft-candidates): Helper methods for registry pruning.
147 (registry-prune): Use them. Make the sort function optional.
148
149 2011-05-10 Jim Meyering <meyering@redhat.com>
150
151 * shr.el (shr-colorize-region): Fix typo "on on -> on".
152
153 2011-05-10 Julien Danjou <julien@danjou.info>
154
155 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
156 symbol and not a list.
157
158 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
159
160 * gnus-art.el (gnus-article-mode): Move binding of
161 shr-put-image-function here from gnus-article-prepare-display.
162
163 * shr.el (shr-put-image-function): New variable.
164 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
165 (shr-put-image): Return scaled image.
166
167 * gnus-art.el (gnus-shr-put-image): New function.
168 (gnus-article-prepare-display): Bind shr-put-image-function to it.
169
170 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
171 original ones, as deletable.
172
173 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * nntp.el (nntp-open-connection): Set TCP keepalive option.
176
177 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
178
179 * registry.el (registry-full): Add convenience method. Fix logic.
180 (registry-insert): Use it. Fix logic here too.
181
182 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
183 `registry-prune' if `registry-full' returns t.
184 (gnus-registry-handle-action)
185 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
186 (gnus-registry-usage-test): Use it.
187
188 2011-05-07 Julien Danjou <julien@danjou.info>
189
190 * shr.el (shr-link): Make shr-link inherit from link by default.
191
192 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
193
194 * shr.el (shr-urlify, shr-link): Fix shr-link face.
195
196 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
197
198 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
199 error out because the face is not a list.
200
201 2011-05-05 Glenn Morris <rgm@gnu.org>
202
203 * gnus-start.el (gnus-propagate-marks): Declare.
204
205 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
206
207 * registry.el (registry-reindex): Fix percentage message.
208
209 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
210
211 * shr.el: Add shr-link face for links.
212 (shr-urlify): Use it.
213
214 * registry.el (registry-insert): Make error message more helpful.
215
216 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
217
218 * gnus-html.el (gnus-html-schedule-image-fetching):
219 Use url-queue-retrieve, if it exists.
220
221 * shr.el (shr-tag-img): Ditto.
222
223 * gnus.el: Autoload more gnus-agent functions.
224
225 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
226 agent if we haven't already (bug#8502).
227
228 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
229 into the Agent, too.
230
231 * gnus-agent.el (gnus-agent-store-article): New function.
232
233 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
234 and moved from that file for reuse.
235
236 * pop3.el (pop3-open-server): Error messages are "-ERR".
237
238 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
239
240 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
241 (open-tls-stream): Remove superfluous tls/starttls autoloads.
242
243 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
246 buffer has moved to a different frame.
247
248 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
249
250 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
251 to get the conversion from unibyte to multibyte buffers to work on
252 Emacs 22.
253
254 * nntp.el (nntp-request-article): Slight clean-up.
255
256 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
257
258 * shr.el (shr-strike-through): New face.
259 (shr-tag-s): Use it to provide <s> support.
260 (shr-tag-s): Remove duplicate definition.
261
262 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
263
264 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
265 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
266
267 2011-04-23 Glenn Morris <rgm@gnu.org>
268
269 * gnus-sum.el (gnus-extra-headers): Bump :version.
270
271 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
272
273 * shr.el (shr-tag-sup): New function.
274 (shr-tag-sub): Ditto.
275
276 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
277
278 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
279 for the case where `gnus-registry-ignored-groups' is a list of lists,
280 and don't call `gnus-parameter-registry-ignore' otherwise.
281
282 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
283
284 * nnimap.el (nnimap-user): New backend variable.
285 (nnimap-open-connection-1): Use it.
286 (nnimap-credentials): Accept user parameter so it's explicit what user
287 name is desired.
288
289 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
290 default.
291
292 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
293 not gnus-registry.el.
294
295 * gnus-registry.el: Mention in comments how to modify
296 `gnus-extra-headers' for proper recipient tracking and that it may
297 already have To and Cc recently, which it does as of this commit.
298 (gnus-registry-ignored-groups): Remove defcustom.
299 Explain why in comments.
300 (gnus-registry-action): Fix data-header reference to use the extra
301 headers. Explain in package commentary how to add To and Cc headers to
302 the gnus-extra-headers.
303 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
304 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
305 parameter list or a string list in `gnus-registry-ignored-groups'.
306 Fix logic error.
307
308 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
309
310 * shr.el (shr-expand-url): Protect against null urls.
311
312 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
313
314 * shr.el (shr-base): New binding.
315 (shr-tag-base): Keep track of <base>.
316 (shr-expand-url): New function used throughout.
317
318 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
319
320 * gnus-registry.el
321 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
322 (gnus-registry-ignored-groups): New variable.
323 (gnus-registry-ignore-group-p): Use it.
324 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
325 set the destination group to nil (same as delete) if it's ignored.
326
327 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
328
329 * gnus-registry.el (gnus-registry-action)
330 (gnus-registry-fetch-header-fast):
331 Don't use mail-header that looks an internal function of mailheader.el.
332
333 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
334
335 * gnus-registry.el: Eliminate cl functions.
336 (gnus-registry-sort-addresses): New function that replaces mapcan.
337 (gnus-registry-action, gnus-registry-spool-action)
338 (gnus-registry-split-fancy-with-parent)
339 (gnus-registry-fetch-recipients-fast): Use it.
340 (gnus-registry-import-eld): Replace delete* with dolist + delq.
341
342 * registry.el (initialize-instance, registry-lookup)
343 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
344 (registry-lookup-secondary-value, registry-search, registry-delete)
345 (registry-insert, registry-reindex, registry-size, registry-prune):
346 Use eval-and-compile.
347
348 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
349
350 * registry.el (registry-reindex): New method to recreate the secondary
351 registry indices.
352
353 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
354 tracked field changes.
355 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
356 (gnus-registry-action, gnus-registry-spool-action)
357 (gnus-registry-handle-action)
358 (gnus-registry--split-fancy-with-parent-internal)
359 (gnus-registry-split-fancy-with-parent)
360 (gnus-registry-register-message-ids): Add recipient tracking on spool,
361 move, and delete actions, and for fancy splitting with parent.
362 (gnus-registry-extract-addresses)
363 (gnus-registry-fetch-recipients-fast)
364 (gnus-registry-fetch-header-fast): Convenience functions.
365 (gnus-registry-misc-test): ERT test of
366 `gnus-registry-extract-addresses'.
367
368 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
369
370 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
371 Track by subject first, then sender.
372
373 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
376
377 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
378 Lisp.
379
380 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
381 (gnus-draft-send): Use it to avoid popping
382 up frames from gnus-group-send-queue.
383
384 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
385
386 * gnus-registry.el: Updated gnus-registry docs.
387
388 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
389
390 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
391 Fix logic bug.
392 (gnus-registry-post-process-groups): Fix logging of no results and
393 quote sender and subject.
394
395 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
396
397 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
398 (gnus-read-active-for-groups): Don't try to finish getting stuff where
399 we had no early-data returned.
400 (gnus-get-unread-articles): Add a sanity check so that we don't issue
401 two async commands to the same server at the same time.
402
403 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
404
405 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
406
407 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
408
409 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
410 "warning" level.
411
412 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
413 (mm-url-insert-file-contents): Don't set the package names.
414
415 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
416
417 * gnus-registry.el (gnus-registry-action): Remove properties and
418 simplify subject in `gnus-registry-handle-action'.
419 (gnus-registry-spool-action): Get subject and sender from message if
420 they are not passed in.
421 (gnus-registry-handle-action): Remove properties and simplify subject
422 consistently.
423
424 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * registry.el: Require CL before using defmacro*.
427
428 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
429
430 * gnus-art.el (article-treat-date): Assume that
431 gnus-article-date-headers may be a group parameter.
432
433 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
434
435 * gnus-registry.el (gnus-registry-handle-action): More debugging.
436
437 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
438 interactively so the newsrc file can contain foreign groups too.
439 Useful for debugging but not much for users.
440
441 2011-04-07 David Engster <dengste@eml.cc>
442
443 * registry.el (registry-usage-test): Only do
444 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
445 lexical binding.
446
447 2011-04-06 David Engster <dengste@eml.cc>
448
449 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
450 argument NOERROR for `require', since XEmacs 21.4 does not support it.
451
452 2011-04-06 David Engster <dengste@eml.cc>
453
454 * registry.el (initialize-instance): Change :after to :AFTER to be
455 compatible with old EIEIO version in XEmacs.
456
457 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
458
459 * gnus-registry.el (gnus-registry-post-process-groups)
460 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
461 and provide better messaging.
462
463 2011-04-06 David Engster <dengste@eml.cc>
464
465 * Makefile.in (fail-on-warning): New rule to compile with warnings as
466 errors.
467
468 * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
469 dgnushack-compile with error-on-warn enabled, and to signal an error if
470 clean compilation failed.
471 (dgnushack-compile): New argument 'error-on-warn'. If non-nil, compile
472 with `byte-compile-error-on-warn'. Return nil if errors occured.
473
474 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
475
476 * gnus-registry.el: Don't use ERT if it's not available. Load it
477 unconditionally anyway, discarding errors.
478 (gnus-registry-delete-entries): New convenience function.
479 (gnus-registry-import-eld): Import from old .eld registry.
480
481 * registry.el: Don't use ERT if it's not available. Load it
482 unconditionally anyway, discarding errors.
483
484 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
485 version from the Claudio Bley GnuTLS patch (extra optional parameters
486 and host name).
487
488 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
489
490 * gnus-registry.el (gnus-registry-fixup-registry): New function to
491 fixup the parameters that can be customized by the user between
492 save/read cycles.
493 (gnus-registry-read): Use it.
494 (gnus-registry-make-db): Use it.
495 (gnus-registry-spool-action, gnus-registry-handle-action):
496 Fix messaging.
497 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
498 Map references to actual group names with sender and subject tracking.
499 (gnus-registry-post-process-groups): Use `cond' for better messaging.
500 (gnus-registry-usage-test): Add subject lookup test.
501
502 * registry.el (registry-db, initialize-instance): Set up constructor
503 instead of :initform arguments for the sake of older Emacsen.
504 (registry-lookup-breaks-before-lexbind): New method to demonstrate
505 pre-lexbind merge bug.
506 (registry-usage-test): Use it.
507 (initialize-instance, registry-db): Move the non-function initforms
508 back to the class definition.
509
510 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
511
512 * registry.el: New library to manage gnus-registry-style data.
513
514 * gnus-registry.el: Use it (major rewrite).
515
516 * nnregistry.el: Use it.
517
518 * spam.el: Use it.
519
520 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
521
522 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
523 marks on non-selected articles.
524
525 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
526
527 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
528
529 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
530 parameter to open-protocol-stream.
531
532 2011-04-01 Julien Danjou <julien@danjou.info>
533
534 * mm-view.el (mm-display-inline-fontify): Do not fontify with
535 fundamental-mode.
536
537 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
538
539 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
540 servers.
541
542 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
543
544 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
545 made marks not propagate, again.
546
547 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
548
549 * proto-stream.el (open-protocol-stream): Bring back `network' type.
550 Make this the default type.
551 (proto-stream-open-plain): Rename from proto-stream-open-default.
552 (open-protocol-stream, proto-stream-open-starttls)
553 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
554 with `plain'.
555
556 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
557 value.
558
559 * nntp.el (nntp-open-connection-function): Document the fact that some
560 values are not functions but are instead handled specially.
561 Recognize nntp-open-plain-stream value.
562 (nntp-open-connection): Recognize that value.
563
564 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
565
566 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
567 stuff.
568
569 * gnus-score.el (gnus-score-string): Fix calling convention of
570 `gnus-simplify-buffer-fuzzy' after last patches.
571
572 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
573 server for articles we didn't get any headers for. This is a sanity
574 check.
575
576 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
577
578 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
579 new CAPABILITY, use it.
580
581 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
582
583 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
584 downloading anything.
585
586 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
587
588 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
589
590 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
591 colors.
592 (gnus-splash-svg-color-symbols): New function.
593
594 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
595
596 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
597 instead of using the global gnus-simplify-subject-fuzzy-regexp.
598 (gnus-simplify-subject-fuzzy): Use the local
599 gnus-simplify-subject-fuzzy-regex instead of the global one.
600 This makes using this variable in group parameters work.
601
602 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
603
604 * gnus-registry.el (gnus-registry-unfollowed-groups):
605 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
606 archive:sent-YYYY-MM-DD groups).
607 (gnus-registry-split-fancy-with-parent): Bail out early in sender
608 tracking if there are more than `gnus-registry-max-track-groups'
609 matches.
610
611 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * message.el (message--yank-original-internal): New function to do the
614 insertion cleanly inside eval in `message-yank-original'.
615 (message-yank-original): Use it.
616
617 2011-03-29 Julien Danjou <julien@danjou.info>
618
619 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
620 local variables disabled rather than `normal-mode'.
621
622 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
623
624 * proto-stream.el: Changes preparatory to merging open-protocol-stream
625 with open-network-stream.
626 (proto-stream-always-use-starttls): Option removed.
627 (open-protocol-stream): Return a process object by default. Provide a
628 new parameter :return-list specifying a list-type return value, which
629 now has the form (PROP . PLIST) instead of a fixed-length list. Change
630 :type `network' to `try-starttls', and `network-only' to `default'.
631 Make `default' the default, for compatibility with open-network-stream.
632 Handle the no-parameter case exactly as open-network-stream, with no
633 additional stream processing. Search plists using plist-get.
634 Explicitly add :end-of-commend parameter if it is missing.
635 (proto-stream-open-default): Rename from
636 proto-stream-open-network-only. Return 'default as the type.
637 (proto-stream-open-starttls): Rename from proto-stream-open-network.
638 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
639 failed. Always return a list with a (possibly dead) process as the
640 first element, for compatibility with open-network-stream.
641 (proto-stream-open-tls): Use plist-get. Always return a list.
642 (proto-stream-open-shell): Return `default' as connection type.
643 (proto-stream-capability-open): Use plist-get.
644 (proto-stream-eoc): Function deleted.
645
646 * nnimap.el (nnimap-stream, nnimap-open-connection)
647 (nnimap-open-connection-1): Handle renaming of :type parameter for
648 open-protocol-stream.
649 (nnimap-open-connection-1): Pass a :return-list parameter
650 open-protocol-stream to obtain a list return value. Parse this list
651 using plist-get.
652
653 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
654 for open-protocol-stream. Accept open-protocol-stream return value
655 that is a subprocess object instead of a list. Handle the case of a
656 dead returned process.
657
658 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
659
660 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
661
662 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
663
664 2011-03-21 Julien Danjou <julien@danjou.info>
665
666 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
667 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
668 query.
669 (mm-inline-text): Render normal text with fontification whenever
670 possible.
671
672 * gnus-sum.el (gnus-summary-save-parts-1):
673 * gnus-art.el (gnus-article-browse-html-save-cid-content)
674 (gnus-article-browse-html-parts, gnus-mime-delete-part)
675 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
676 Use `mm-handle-filename'.
677
678 * mm-util.el (mm-handle-filename): New function, return the filename of
679 an handle.
680
681 2011-03-18 Julien Danjou <julien@danjou.info>
682
683 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
684 (gnus-buffer-live-p): Check that buffer is not nil.
685
686 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
687
688 * gnus-art.el: Require mouse, which the build bot seems to say is
689 needed.
690
691 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
692 XEmacs, since it doesn't have url-retrieve-synchronously.
693
694 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
695
696 * gnus-group.el (gnus-group-list-ticked): New function.
697 (gnus-group-make-menu-bar): Provide a menu entry for it.
698 (gnus-group-list-map): Provide a binding for it.
699
700 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
701
702 * shr.el (shr-visit-file): New command.
703
704 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
705
706 2011-03-17 Bjørn Mork <bjorn@mork.no>
707
708 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
709 servers.
710
711 2011-03-16 Julien Danjou <julien@danjou.info>
712
713 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
714 inline.
715
716 * gnus-art.el (article-hide-list-identifiers):
717 Use gnus-group-get-list-identifiers.
718
719 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
720 (gnus-summary-remove-list-identifiers):
721 Use gnus-group-get-list-identifiers to get regexp.
722 (gnus-select-newsgroup, gnus-summary-insert-subject)
723 (gnus-summary-insert-articles):
724 Call gnus-summary-remove-list-identifiers unconditionally.
725
726 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
727
728 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
729 we're selecting a group with unread articles.
730
731 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
732
733 * gssapi.el: New file separated out from imap.el to provide a general
734 Kerberos 5 connection facility for Emacs.
735
736 * message.el (message-elide-ellipsis): Document the format spec
737 ellipsis.
738
739 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
740
741 * message.el (message-elide-region): Allow the ellipsis to say how many
742 lines were removed.
743
744 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
745
746 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
747 window configurations containing buffers that are now dead.
748
749 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
750 parsing to avoid integer overflows.
751 (nnimap-parse-flags): Simplify the last change.
752 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
753 too large for 32-bit Emacsen.
754
755 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * auth-source.el (auth-source-netrc-create):
758 * message.el (message-yank-original): Fix use of `case'.
759
760 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
761
762 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
763 XEmacs, which was one character too wide.
764
765 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
766
767 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
768 default number of articles to display.
769 (gnus-articles-to-read): Use pretty names for prompt.
770
771 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
772
773 * gnus-int.el (gnus-open-server): Ditto.
774
775 * gnus-start.el (gnus-activate-group): Give a backtrace if
776 debug-on-quit is set and the user hits `C-g'.
777 (gnus-read-active-file): Ditto.
778
779 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
780
781 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
782
783 * message.el (message-yank-original): Use cond instead of CL case.
784
785 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * auth-source.el (auth-source-netrc-create): Use usual format for the
788 default in prompts.
789
790 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
791
792 * auth-source.el (auth-source-netrc-create): Show the default in the
793 prompt when prompting for token creation.
794
795 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
796
797 * auth-source.el (auth-source-format-prompt): Always convert the value
798 to a string to avoid evaluating non-string arguments.
799 (auth-source-netrc-create): Offer default properly, not as initial
800 content in `read-string'.
801 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
802 of line to determine if we've been run before. If so, don't run again,
803 but print a trivial message to indicate the cache was hit instead.
804
805 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
806
807 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
808 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
809 The user will have to run `gnus-sync-read' manually and wait for Cloudy
810 Gnus.
811
812 2011-03-11 Julien Danjou <julien@danjou.info>
813
814 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
815 modified file".
816
817 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
818
819 * auth-source.el (auth-source-read-char-choice): New function to read a
820 character choice using `dropdown-list', `read-char-choice', or
821 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
822 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
823 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
824 (auth-source-netrc-saver): Use it.
825 (auth-source-pick-first-password): New convenience function.
826
827 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
828
829 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
830 parameter in the credentials.
831 (nnimap-open-connection-1): Use it after a successful login.
832 (nnimap-credentials): Add IMAP-specific user and password prompt.
833
834 * auth-source.el (auth-source-search): Add :require parameter, taking a
835 list. Document it and the :save-function return token. Pass :require
836 down. Change the CREATED message from a warning to a debug statement.
837 (auth-source-search-backends): Pass :require down.
838 (auth-source-netrc-search): Pass :require down.
839 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
840 Change save prompt to indicate all modifications saved here are
841 deletions.
842 (auth-source-netrc-create): Take user login name as default in user
843 prompt. Move all the save functionality to a lexically bound function
844 under the :save-function token in the returned list. Set up clearer
845 default prompts for user, host, port, and secret.
846 (auth-source-netrc-saver): New function, intended to be wrapped for
847 :save-function.
848
849 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
850
851 * Version 23.3 released.
852
853 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
854
855 * shr.el (shr-table-horizontal-line): Change the defaults for the table
856 lines to be spaces instead.
857
858 2011-03-07 Julien Danjou <julien@danjou.info>
859
860 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
861 (sieve-sasl-auth): Check that auth-source-search did return something,
862 or just return an empty string.
863
864 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
865
866 * gnus.el (gnus-interactive): Use read-directory-name.
867
868 * gnus-uu.el (gnus-uu-decode-uu-and-save)
869 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
870 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
871 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
872 Likewise.
873
874 * gnus-group.el (gnus-group-make-directory-group): Likewise.
875
876 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
877
878 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
879 onto the list of killed groups, too. This makes killed nnimap groups,
880 for instance, more reliably not reappear.
881
882 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
883 the parent.
884
885 * gnus-sum.el (gnus-update-read-articles): Fix typo.
886
887 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
888 really have server-side marks.
889
890 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
891 since most backends do not usefully have server-side marks.
892 (gnus-update-read-articles): Propagate marks to all backends that
893 really have server-side marks.
894
895 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
896
897 * message.el (message-cite-reply-position, message-cite-style):
898 New variables.
899 (message-yank-original): Use the new citation styles.
900
901 2011-03-04 Daiki Ueno <ueno@unixuser.org>
902
903 * message.el (message-options): Revert the change that's a workaround
904 for XEmacs buffer-local issue; don't mark it buffer-local when running
905 under XEmacs.
906
907 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
908
909 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
910 numbers too big to be `read'.
911
912 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
913
914 * message.el (message-options): Make buffer-local two ways to attempt
915 to fix a XEmacs bug.
916
917 2011-03-02 Julien Danjou <julien@danjou.info>
918
919 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
920
921 2011-03-01 Julien Danjou <julien@danjou.info>
922
923 * gnus-art.el (list-identifier): Add list-identifier as a parameter
924 group.
925 (article-hide-list-identifiers): Use list-identifier group parameter.
926
927 2011-02-28 Julien Danjou <julien@danjou.info>
928
929 * sieve.el (sieve-buffer-script-name): New local variable to store
930 sieve script name.
931 (sieve-edit-script): Store sieve script name.
932 (sieve-upload): Use sieve script name when uploading.
933 (sieve-upload): Use substitute-command-keys.
934 (sieve-edit-script): Use substitute-command-keys.
935 (sieve-refresh-scriptlist): Use substitute-command-keys.
936 (sieve-manage-mode-map): Define keymap properly.
937 (sieve-manage-mode): Do not set mode name manually, change mode-name to
938 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
939 Remove commented code about cvs.
940 (sieve-manage-quit): New function.
941 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
942
943 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
944
945 * gnus-group.el (gnus-import-other-newsrc-file): New function.
946
947 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
948
949 * auth-source.el (auth-source-search): Cache empty result sets.
950
951 * auth-source.el (auth-source-save-behavior): New variable to replace
952 `auth-source-never-create'.
953 (auth-source-netrc-create): Use it.
954 (auth-source-never-save): Remove.
955
956 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
957
958 * nnimap.el (nnimap-stream): Doc fix.
959 (nnimap-open-connection-1): Reverse the order of the ports to that the
960 prompted-for port is first.
961
962 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
963 retrieval by the no-group selection.
964
965 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
966 numerical parameters.
967
968 2011-02-25 Julien Danjou <julien@danjou.info>
969
970 * gnus-gravatar.el: Use gnus-with-article-buffer.
971
972 * gnus-art.el (gnus-with-article-buffer): Check that the
973 gnus-article-buffer is alive.
974
975 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
976
977 * auth-source.el (auth-source-creation-prompts): New variable to manage
978 creation-time prompts.
979 (auth-source-search): Document it.
980 (auth-source-format-prompt): Add utility function.
981 (auth-source-netrc-create): Don't default the user name to
982 user-login-name. Use `auth-source-creation-prompts' and some default
983 prompts for user, host, port, and password (the default generic prompt
984 remains ugly).
985 (auth-source-never-save): Add customizable option to never save info.
986 (auth-source-netrc-create): Use it and improve save prompts. Fix help
987 mode excursion.
988
989 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
990
991 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
992 argument that XEmacs doesn't support.
993
994 2011-02-23 Julien Danjou <julien@danjou.info>
995
996 * gnus-art.el (article-make-date-line): Ignore errors if time is
997 invalid and not convertible.
998 (article-make-date-line): Only add lapsed time if time is not nil.
999
1000 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
1001
1002 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1003 `read-char-choice' for backwards compatibility.
1004 (auth-source-netrc-element-or-first): New function to DTRT for
1005 parameter extraction.
1006 (auth-source-netrc-create): Use it and fix multiple parameter print
1007 bug. Use the default passed from above (given-default) or the
1008 built-in (user-login-name for :user).
1009
1010 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
1011
1012 * gnus-start.el (gnus-dribble-read-file):
1013 Set buffer-save-without-query, since we always want to save the dribble
1014 file, probably.
1015
1016 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1017 nnimap.
1018
1019 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1020 -summary- since it's a user-visible variable.
1021
1022 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1023 first time you use the new Gnus.
1024
1025 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1026
1027 * auth-source.el: Don't load netrc.el.
1028 (auth-sources): Search ~/.netrc as well by default.
1029 (auth-source-debug): Add 'trivia option for extra output.
1030 (auth-source-do-trivia): Use it.
1031 (auth-source-search): Simplify logic to use
1032 `auth-source-search-backends'. Use `auth-source-do-trivia' where
1033 appropriate. Don't keep a running count at this level. Layer :create
1034 and :delete options appropriately on the first and second passes.
1035 Don't track the backend with the search results.
1036 (auth-source-search-backends): New function to search a list of
1037 backends for a processed spec.
1038 (auth-source-netrc-parse): Cache all netrc files, making
1039 auth-source-netrc-cache an alist keyed by the file name and using the
1040 file mtime as the caching criterion. Keep the obfuscated data secret
1041 with a lexical bind.
1042 (auth-source-netrc-search): Don't calculate the length of the results
1043 unnecessarily.
1044 (auth-source-search-backends): Fix bug.
1045 (auth-source-netrc-create): Rework prompts.
1046
1047 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
1048
1049 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1050 Lower case names of search constraints.
1051 (nnir-run-query): Cache and reuse search constraints for all imap
1052 servers.
1053
1054 2011-02-22 Sam Steingold <sds@gnu.org>
1055
1056 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1057
1058 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1059
1060 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1061 after exit.
1062 (gnus-setup-message): Define missing variable from last checkin.
1063
1064 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1065 value, show the raw article.
1066
1067 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1068
1069 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1070 auth-source now accepts numbers.
1071
1072 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1073 spec, too.
1074 (auth-source-ensure-strings): New function.
1075
1076 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1077 (gnus-article-setup-buffer): Always restart the date timer so that user
1078 changes to the frequency is respected.
1079
1080 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1081 port numbers, so make sure it gets that if nnimap-server-port is
1082 explicit.
1083
1084 2011-02-21 Simon Josefsson <simon@josefsson.org>
1085
1086 * nnimap.el (nnimap-inbox): Doc fix.
1087
1088 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1089
1090 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1091 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1092 color-lab-to-srgb.
1093
1094 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1095
1096 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1097 given method as in the group name if we're using an extended method.
1098 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1099 command, if we're using that, instead of waiting for the beginning.
1100
1101 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1102 we're sure to get unique server names, and we don't output two async
1103 commands in the same buffer. This fixes an NNTP hang for some users.
1104
1105 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1106
1107 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1108 summary buffer before reading going to the next buffer. This avoids
1109 putting the point in the group buffer if you `C-g' the command.
1110
1111 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1112 cache (for now) to make ~/.authinfo.gpg files usable.
1113
1114 * nnfolder.el (copyright-update): Define for the compiler.
1115
1116 * auth-source.el (auth-source-search): Fix unbound variable.
1117
1118 2011-02-19 Glenn Morris <rgm@gnu.org>
1119
1120 * gnus.el (gnus-meta): Doc fix.
1121
1122 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1125 in case it's not yet loaded.
1126
1127 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1128
1129 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1130 line we're waiting for.
1131
1132 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1133
1134 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1135 face with line-width greater than zero will cause RET in gnus summary
1136 buffer to scroll down article page-wise because auto vscroll happens,
1137 it should be temporalily disabled when doing a scroll-up.
1138
1139 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1140
1141 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1142 outputs from the server.
1143
1144 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1145
1146 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1147 later so that bbdb can hook in easier.
1148
1149 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1150
1151 * auth-source.el (auth-source-search): Don't try to create credentials
1152 if the caller doesn't want that.
1153 (auth-source-search): If we don't find a match, don't bug out on
1154 non-bound variables.
1155 (auth-source-search): Only ask a single backend to create the
1156 credentials.
1157
1158 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1159 logging.
1160 (nnimap-credentials): Protect against auth-source-search returning nil.
1161 (nnimap-request-list): Protect against not being able to open the
1162 server.
1163
1164 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1165
1166 * auth-source.el (auth-source-search): Do a two-phase search, one with
1167 no :create to get the responses from all backends.
1168
1169 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1170 when getting credentials.
1171
1172 * gnus-util.el (gnus-delete-duplicates): New function.
1173
1174 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1175
1176 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1177 a creation default, pass the whole port list down. It will be
1178 completed.
1179
1180 * auth-source.el (auth-source-search): Updated docs to talk about
1181 multiple creation choices.
1182 (auth-source-netrc-create): Accept a list as a value (from the search
1183 parameters) and do completion on that list. Keep a separate netrc line
1184 with the password obscured for showing the user.
1185
1186 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1187 first choice to `auth-source-search' so it will be used for entry
1188 creation instead of the server's Gnus-specific name.
1189 (nnimap-credentials): Rely on the auth-source library to select which
1190 port is actually wanted in the new netrc entry, so don't override
1191 `auth-source-creation-defaults'.
1192
1193 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1194 :protocol and accept a missing user, host, or port as a wildcard match.
1195 (auth-source-debug): Default to off.
1196
1197 (auth-source-netrc-search, auth-source-netrc-create)
1198 (auth-source-secrets-search, auth-source-secrets-create)
1199 (auth-source-user-or-password, auth-source-backend, auth-sources)
1200 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1201 instead of :protocol.
1202
1203 * nnimap.el (nnimap-credentials): Pass a port default to
1204 `auth-source-search' in case an entry needs to be created.
1205 (nnimap-open-connection-1): Use :port instead of :protocol.
1206
1207 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1208
1209 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1210 instead of delete-dups that is not available in XEmacs 21.4.
1211
1212 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1213
1214 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1215 nil means that nnimap doesn't get updated.
1216
1217 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1218
1219 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1220 result when the user doesn't want to write to the file.
1221 (auth-source-netrc-search): Expect a synthetic result and proceed
1222 accordingly.
1223 (auth-source-cache-expiry): New variable to override
1224 `password-cache-expiry'.
1225 (auth-source-remember): Use it.
1226
1227 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1228 parameter. Create entry if necessary by using :create t.
1229 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1230
1231 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1232
1233 * auth-source.el (auth-source-debug): Enable by default and don't
1234 mention the obsolete `auth-source-hide-passwords'.
1235 (auth-source-do-warn): New function to debug unconditionally.
1236 (auth-source-do-debug): Use it.
1237 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1238 and for Secrets API entries when the secrets.el library is not
1239 available.
1240
1241 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1242
1243 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1244 (gnus-summary-exit): Kill the correct article buffer on exit from a
1245 `C-d' group.
1246
1247 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1248 gnus-propagate-marks.
1249
1250 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1251 before killing the buffers so that a non-full window conf gets handled
1252 correctly.
1253 (gnus-summary-exit): Ditto.
1254 (gnus-summary-read-group-1): Ditto.
1255
1256 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1257 async code again so that we can debug it properly.
1258
1259 * message.el (message-reply): Take an optional switch-buffer parameter
1260 so that Gnus window confs are respected better.
1261
1262 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1263
1264 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1265 `plist-get' to accept non-list parameters (XEmacs issue).
1266 Fix docstring.
1267 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1268 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1269 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1270 Login collection is "Login" and not "login".
1271
1272 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1273
1274 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1275 multiple headers.
1276
1277 * nnimap.el (nnimap-inhibit-logging): New variable.
1278 (nnimap-log-command): Don't log login commands.
1279
1280 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1281 to have more parameters.
1282
1283 * nnimap.el (nnimap-send-command): Mark the command time for each
1284 command, so that we don't get NOOPs stepping on our toes.
1285
1286 * gnus-art.el (article-date-ut): Get the date from the Date header on
1287 `t'.
1288
1289 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1290
1291 * auth-source.el (auth-source-search): Use copy-sequence instead of
1292 the cl.el copy-list.
1293
1294 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1295
1296 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1297 Improve prompt.
1298
1299 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1300
1301 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1302 washing status from the default format. It isn't very informative.
1303
1304 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1305
1306 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1307 Fix Gcc processing on imap.
1308
1309 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * message.el (message-bury): Don't pop up a new window when selected
1312 window is dedicated.
1313
1314 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1315
1316 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1317
1318 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1319
1320 * sieve-manage.el: Autoload `auth-source-search'.
1321 (sieve-sasl-auth): Use it.
1322
1323 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1324
1325 * nnimap.el: Autoload `auth-source-forget+'.
1326 (nnimap-open-connection-1): Use it if the connection fails.
1327
1328 * auth-source.el: Require `password-cache'.
1329 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1330 obsolete.
1331 (auth-source-magic): Marker for `password-cache' keys.
1332 (auth-source-do-cache): Update docstring.
1333 (auth-source-search): Use and check cache.
1334 (auth-source-forget-all-cached, auth-source-remember)
1335 (auth-source-recall, auth-source-forget, auth-source-forget+)
1336 (auth-source-specmatchp): Caching support functions.
1337 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1338 Remove and obsolete.
1339 (auth-source-user-or-password): Remove caching to further discourage
1340 using it. Always hide passwords.
1341
1342 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1343
1344 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1345 code for now, since it doesn't work for all users.
1346
1347 2011-02-09 Julien Danjou <julien@danjou.info>
1348
1349 * message.el (message-options): Make message-options really buffer
1350 local.
1351
1352 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1353
1354 * mail-source.el: Autoload `auth-source-search'.
1355 (mail-source-keyword-map): Note order matters.
1356 (mail-source-set-1): Get all the mail-source source values and
1357 defaults and search auth-source on those if needed. This can all
1358 probably be simplified.
1359
1360 * nnimap.el: Autoload `auth-source-search'.
1361 (nnimap-credentials): Use it.
1362 (nnimap-open-connection-1): Ask for the virtual server and physical
1363 address in one shot.
1364
1365 * nntp.el: Autoload `auth-source-search'.
1366 (nntp-send-authinfo): Use it. Note TODO.
1367
1368 2011-02-08 Julien Danjou <julien@danjou.info>
1369
1370 * shr.el (shr-tag-body): Add support for text attribute in body
1371 markups.
1372
1373 * message.el (message-options): Make message-options a local variable.
1374
1375 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1376
1377 * auth-source.el (auth-source-secrets-search)
1378 (auth-source-user-or-password): Use `append' instead of `nconc'.
1379 (auth-source-user-or-password): Build return list better and protect
1380 against nil :secret.
1381
1382 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1383
1384 * nnimap.el (nnimap-update-info): Refactor slightly.
1385 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1386 (nnimap-update-info): Clean up slightly.
1387 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1388 characters.
1389 (nnimap-process-quirk): Rename function to avoid collision.
1390 (nnimap-update-info): Fix macrology bug-out.
1391 (nnimap-update-info): Simplify split history test.
1392
1393 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1394
1395 * auth-source.el (top): Require 'eieio unconditionally.
1396 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1397 (auth-source-secrets-search): Limit search when `max' is greater than
1398 number of results.
1399
1400 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1401
1402 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1403 part not returning any data.
1404
1405 * proto-stream.el (open-protocol-stream): Document the return value.
1406
1407 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1408
1409 * auth-source.el (auth-source-secrets-search): Add examples.
1410
1411 2011-02-06 Julien Danjou <julien@danjou.info>
1412
1413 * message.el (message-setup-1): Handle message-generate-headers-first
1414 set to t.
1415
1416 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1417
1418 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1419 API with a string "secrets:collection-name" and with 'default.
1420 (auth-source-backend-parse): Parse "secrets:collection-name" and
1421 'default. Recurse on parses instead of repeating code. Use the
1422 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1423 message when ignoring a source.
1424 (auth-source-search): List ignored search keys at the top level.
1425 (auth-source-netrc-create): Use `case' instead of `cond'.
1426 (auth-source-secrets-search): Created with TODOs.
1427 (auth-source-secrets-create): Created with TODOs.
1428 (auth-source-retrieve, auth-source-create, auth-source-delete)
1429 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1430 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1431 (auth-source-user-or-password-sftp)
1432 (auth-source-user-or-password-smtp): Remove.
1433 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1434 around `auth-source-search'. Not tested thoroughly.
1435
1436 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1437
1438 * auth-source.el: Bring in assoc and eioeio libraries.
1439 (secrets-enabled): New variable to track the status of the Secrets API.
1440 (auth-source-backend): New EIOEIO class to represent a backend.
1441 (auth-source-creation-defaults): New variable to set prompt defaults
1442 during token creation (see the `auth-source-search' docstring for
1443 details).
1444 (auth-sources): Simplify to allow a simple string as a netrc backend
1445 spec.
1446 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1447 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1448 (auth-source-search): Main auth-source API entry point.
1449 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1450 (auth-source-search-collection): Helper function for searching.
1451 (auth-source-netrc-parse, auth-source-netrc-normalize)
1452 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1453 Supports search, create, and delete.
1454 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1455 backend stubs.
1456 (auth-source-user-or-password): Call `auth-source-search' but it's not
1457 ready yet.
1458
1459 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1460
1461 * message.el (message-setup-1): Remove the read-only stuff, since it
1462 doesn't work under XEmacs, for some reason.
1463
1464 * gnus-sum.el (gnus-user-date): Rename back from
1465 gnus-summary-user-date since user code refers to it.
1466
1467 * shr.el (shr-render-td): Store the actual background colour used.
1468
1469 * message.el (message-setup-1): Don't bind the constant
1470 -forbidden-properties.
1471 (message-setup-1): Revert previous change, since it needs to bind the
1472 props to insert them.
1473 (message-resend): Allow removing the read-only separator line.
1474
1475 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1476
1477 * nnimap.el (nnimap-request-accept-article): Give an error message if
1478 the APPEND wasn't successful.
1479
1480 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1481
1482 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1483 that have no groups.
1484
1485 2011-02-03 Julien Danjou <julien@danjou.info>
1486
1487 * gnus-draft.el: Remove progn around gnus-draft-setup.
1488
1489 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1490
1491 * gnus-start.el (gnus-read-active-for-groups): This function is never
1492 called with a nil `infos', so clean that up.
1493 (gnus-get-unread-articles): Request active files from primary/secondary
1494 methods that have no groups (yet).
1495
1496 2011-02-03 Julien Danjou <julien@danjou.info>
1497
1498 * message.el (message-setup-1): Always generate References first.
1499 (message-mail): Return the return value of message-setup, not always t.
1500 (message-setup-1): Insert mail-header-separator with read-only and
1501 intangible properties set.
1502
1503 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1504 user-date in docstring.
1505
1506 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1507
1508 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1509 docstring.
1510
1511 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1512 defcustom, with type and group. Move from gnus-util.el. Rename to
1513 gnus-summary-user-date-format-alist.
1514
1515 2011-02-03 Glenn Morris <rgm@gnu.org>
1516
1517 * nnimap.el (gnus-fetch-headers): Declare.
1518
1519 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1520
1521 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1522
1523 * message.el (message-forward-make-body-digest-plain)
1524 (message-followup, message-reply): Clean up things noted by Stefan.
1525
1526 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1527 gnus-article-update-date-headers is nil.
1528 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1529 it didn't really work with defcustom.
1530 (article-update-date-lapsed): Make sure the window start doesn't move,
1531 either.
1532
1533 2011-02-01 Julien Danjou <julien@danjou.info>
1534
1535 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1536 format.
1537
1538 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1539 standard in Emacs nowadays.
1540
1541 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * message.el (message-expand-name): Don't trust the return value of
1544 bbdb-complete-name.
1545 (message-check-news-header-syntax): Remove unused var `start'.
1546 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1547 (message-inhibit-body-encoding): Move to before first use.
1548 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1549 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1550 (Organization, Message-ID, Date, mh-previous-window-config):
1551 Defvar the vars using dynamic scoping.
1552
1553 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1554
1555 * shr.el (shr-render-td): Only do colours at the final rendering.
1556 Should be slightly faster.
1557 (shr-insert-table): Fix up TD background colours when doing the
1558 vertical padding.
1559
1560 * gnus-art.el (article-date-ut): Protect against articles with no Date
1561 header.
1562 (article-update-date-lapsed): Don't use current-column to find the
1563 horizontal position. It's fragile in the presence of \003 characters.
1564
1565 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1566
1567 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1568
1569 * gnus-art.el (article-transform-date): Rewrite to still work when
1570 there are several rfc2822 parts.
1571 (article-transform-date): Fix infinite recursion.
1572 (article-date-ut): Replace infinitely many Date headers with a single
1573 one when called interactively.
1574
1575 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1576 secure manner.
1577
1578 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1579 move around by not using save-window-excursion. It seems to work...
1580
1581 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1582
1583 * gnus-art.el (article-make-date-line): Work for user-defined format.
1584
1585 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1586
1587 * nntp.el (nntp-retrieve-group-data-early)
1588 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1589 fetching functions.
1590
1591 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1592 thoroughly for all backends that have no known groups. This should
1593 allow new nnml methods to retrieve mail.
1594
1595 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1596 that Gnus doesn't know exists again.
1597
1598 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1599 (gnus-treat-date-ut): Ditto.
1600 (gnus-article-update-date-header): Rename.
1601 (gnus-treat-date-local): Remove.
1602 (gnus-treat-date-english): Remove.
1603 (gnus-treat-date-lapsed): Remove.
1604 (gnus-treat-date-combined-lapsed): Remove.
1605 (gnus-treat-date-original): Remove.
1606 (gnus-treat-date-iso8601): Remove.
1607 (gnus-treat-date-user-defined): Remove.
1608 (gnus-article-date-headers): New variable to control all the date
1609 header options.
1610 (article-date-ut): Rewrite to allow using the new way to format date
1611 headers(s).
1612
1613 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1614
1615 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1616 method.
1617 (nnmail-article-group): A better test for fanciness.
1618
1619 * nnimap.el (nnimap-request-head): Protect against not finding the
1620 article by Message-ID.
1621
1622 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1623
1624 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1625 keep point at the "same place".
1626
1627 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1628
1629 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1630 data if the group is unactivated.
1631
1632 2011-01-28 Julien Danjou <julien@danjou.info>
1633
1634 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1635 (gnus-all-windows-visible-p): Remove old compatibility code.
1636 (gnus-window-top-edge): Add docstring.
1637
1638 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1639
1640 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1641
1642 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1643 older request-update-info.
1644
1645 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1646
1647 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1648
1649 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1650 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1651
1652 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1653
1654 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1655 groups. This makes the nndraft:queue group pop up if it's not already
1656 there.
1657
1658 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1659 messages" logic, which was reversed.
1660
1661 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1662 the "same place" even if point is on the line being replaced.
1663 (article-update-date-lapsed): Allow updating both the combined lapsed
1664 and the lapsed headers.
1665 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1666 (article-make-date-line): Limit the number of segments dynamically to
1667 avoid too-long lines.
1668
1669 2011-01-27 Julien Danjou <julien@danjou.info>
1670
1671 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1672 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1673
1674 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1675
1676 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1677 Use plist-get instead of the cl function getf.
1678
1679 2011-01-27 Glenn Morris <rgm@gnu.org>
1680
1681 * gnus-util.el (float-time): Get rid of compiler warning, again.
1682
1683 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1684
1685 * shr.el (shr-put-color): Special-case background colours: Do put them
1686 at the blank parts at the front of the lines.
1687
1688 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1689 exit hook to nix out all data on readedness on group exit.
1690
1691 * gnus-util.el (float-time): If float-time is bound, always use it on
1692 all Emacsen. It's unclear why the subrp check was there.
1693 (time-date): Require to make some autoload issues on XEmacs go away.
1694
1695 * shr.el (shr-put-color): Don't do the box padding in tables, since
1696 they're already padded.
1697
1698 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1699
1700 * gnus-art.el (gnus-article-next-page): When the last line of the
1701 article is displayed, scroll down once more instead of going to the
1702 next article at once.
1703 (article-lapsed-string): Refactor out and allow specifying how many
1704 segments you want.
1705 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1706 (gnus-article-update-lapsed-header): New variable.
1707
1708 * shr.el: Revert change that made headings use different-sized faces.
1709 The Emacs display engine isn't advanced enough that, for instance,
1710 tables can comfortably use differently-sized faces.
1711
1712 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1713
1714 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1715 used.
1716 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1717 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1718 we're using an encrypted connection.
1719
1720 * proto-stream.el: Alter the interface functions to also return the
1721 actual stream type used: network or tls.
1722
1723 2011-01-25 Julien Danjou <julien@danjou.info>
1724
1725 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1726 (mm-display-javascript-inline): New function.
1727
1728 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1729 viewing function.
1730
1731 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1732
1733 * shr.el (shr-expand-newlines): Fix variable name.
1734
1735 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1736
1737 * shr.el (shr-expand-newlines): Make nested boxes work.
1738
1739 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1740
1741 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1742 backgrounds.
1743 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1744 in a more sensible manner.
1745
1746 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1747
1748 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1749 if EPG is loaded.
1750
1751 2011-01-24 Julien Danjou <julien@danjou.info>
1752
1753 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1754 tags.
1755
1756 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1757
1758 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1759 commands.
1760
1761 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1762 in the article buffer.
1763 (gnus-gravatar-insert): Use blank space from the current buffer to
1764 avoid breaking text properties. This makes X-Sent updating work again.
1765
1766 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1767
1768 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1769
1770 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1771 fix the bug in url-http.el instead.
1772
1773 * shr.el (shr-image-fetched): Ditto.
1774
1775 * shr.el (shr-image-fetched): Avoid having point move in the article
1776 buffer.
1777
1778 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1779 buffer after being called. It's apparently being killed by url.el, and
1780 killing it made point move to end-of-buffer in a random buffer.
1781
1782 * shr.el (shr-image-fetched): Ditto.
1783
1784 2011-01-23 Julien Danjou <julien@danjou.info>
1785
1786 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1787
1788 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1789 text/x-org.
1790
1791 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1792
1793 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1794 (i.e., nnimap) returning nil as the article number.
1795
1796 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1797
1798 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1799 "DelSp" parameter in RFC3676.
1800
1801 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1802
1803 * message.el (message-check-recipients): Display the encoded version of
1804 the bogus address if they differ.
1805
1806 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1807 after sending.
1808
1809 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1810
1811 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1812
1813 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1814 group buffer after sending the queue.
1815
1816 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1817
1818 2011-01-22 Julien Danjou <julien@danjou.info>
1819
1820 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1821
1822 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1823
1824 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1825 nested related parts.
1826
1827 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1828 unexpired articles. This fixes the regression that led expiry marks to
1829 disappear from nnfolder groups.
1830
1831 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1834 Don't confuse the "ret" of "retrograde" with RET.
1835
1836 2011-01-21 Julien Danjou <julien@danjou.info>
1837
1838 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1839 than mm-insert-inline.
1840
1841 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1842
1843 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1844 Widen article buffer.
1845
1846 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1849 the temp buffer.
1850 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1851
1852 2011-01-20 Julien Danjou <julien@danjou.info>
1853
1854 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1855
1856 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1857 than mm-insert-inline to insert inline part: this respect
1858 mm-inline-media-tests displayers.
1859
1860 * mm-view.el (mm-display-shell-script-inline): New function.
1861
1862 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1863
1864 * mm-uu.el (mm-uu-type-alist): Add org block.
1865 (mm-uu-org-src-code-block-extract): New function.
1866
1867 * mm-view.el (mm-display-org-inline): New function.
1868
1869 * mm-decode.el (mm-automatic-display): Add text/org.
1870
1871 * mailcap.el (mailcap-mime-extensions): Add .org.
1872
1873 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1874
1875 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1876 gnus-article-add-buttons.
1877
1878 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1879
1880 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1881 From header with a date and "nobody" as the sender.
1882
1883 2011-01-19 Julien Danjou <julien@danjou.info>
1884
1885 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1886 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1887 if you have the same regexp several times.
1888 (gnus-button-push): Fix matching when regexp is symbol.
1889
1890 2011-01-15 Glenn Morris <rgm@gnu.org>
1891
1892 * message.el (message-mail): A compose-mail function should
1893 accept headers as strings.
1894
1895 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1896
1897 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1898 Add :vert-only tags.
1899 (message-mail): New arg RETURN-ACTION.
1900 (message-return-action): New var.
1901 (message-bury): Use it.
1902 (message-mode): Make it buffer-local.
1903 (message-send-and-exit): Always call message-bury.
1904
1905 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1906 message-mail.
1907
1908 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1909
1910 * nnimap.el (nnimap-convert-partial-article): Protect against
1911 zero-length body parts.
1912
1913 * mm-decode.el (mm-preferred-alternative-precedence):
1914 Discourage showing empty parts.
1915
1916 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1917 and stuff if the backend didn't return the article number. This fixes
1918 an Exchange-related nnimap bug.
1919
1920 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1921 group window, because it does the wrong thing when a separate frame
1922 displays the group buffer.
1923
1924 * proto-stream.el (open-protocol-stream): Protect against the low-level
1925 transport functions returning nil.
1926
1927 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1928
1929 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1930 (mml2015-epg-find-usable-secret-key): New function.
1931 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1932 mml2015-epg-find-usable-key (Bug#7797).
1933 (mml2015-epg-encrypt): Ditto.
1934
1935 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1936
1937 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1938
1939 2011-01-03 Glenn Morris <rgm@gnu.org>
1940
1941 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1942
1943 * sieve.el (sieve-open-server): Give a more explicit error if
1944 sieve-manage-open returns nil. (Bug#7720)
1945
1946 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1947
1948 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1949
1950 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1951
1952 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1953 This avoids sending passwords in plain text over non-encrypted
1954 channels.
1955
1956 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1957
1958 * nnimap.el (nnimap-login): Refactored out into own function, and
1959 implement CRAM-MD5.
1960 (nnimap-wait-for-line): Refactored out.
1961
1962 * mm-view.el (mml-smime): Require.
1963
1964 2010-12-20 David Engster <deng@eml.cc>
1965
1966 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1967 use EPG to decrypt S/MIME messages instead of openssl.
1968
1969 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1970
1971 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1972
1973 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1974 status is the group clearly is unreachable.
1975
1976 * auth-source.el (auth-source-create): Add the optional second
1977 parameter to `local-variable-p' to be compatible with XEmacs.
1978
1979 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1980
1981 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1982 work when using a compressed nnml folder.
1983
1984 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1985
1986 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1987 backends after sanitising on entry, because this never makes sense:
1988 If the articles have gone missing, then the data no longer exists on
1989 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1990 overwrite anything anyway.
1991
1992 * shr.el (shr-insert-document): Bind shr-width dynamically to
1993 window-width if it's nil.
1994
1995 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1996
1997 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1998 with the meaning of using the full emacs window width for rendering.
1999
2000 2010-12-27 Daiki Ueno <ueno@unixuser.org>
2001
2002 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2003 case when sender is not given.
2004
2005 2010-12-23 Julien Danjou <julien@danjou.info>
2006
2007 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2008 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2009 the addresses, otherwise we might misplaced the gravatar.
2010
2011 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2012
2013 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2014 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2015 obsolete in Emacs.
2016
2017 2010-12-20 Julien Danjou <julien@danjou.info>
2018
2019 * gnus-util.el (gnus-rescale-image): Revert last change.
2020
2021 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2022
2023 * gnus-group.el (gnus-group-delete-articles): New command.
2024
2025 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2026
2027 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2028
2029 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2030
2031 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2032 here, since it's up to the backends to do CRLF removal if their
2033 protocol has it.
2034
2035 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2036
2037 2010-12-17 Julien Danjou <julien@danjou.info>
2038
2039 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2040 they are from file. Can also scale up.
2041
2042 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2043
2044 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2045 gnus-use-agent.
2046 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2047
2048 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2049
2050 2010-12-17 Julien Danjou <julien@danjou.info>
2051
2052 * gravatar.el (gravatar-retrieve-synchronously): New function.
2053 (gravatar-get-data): Make more robust.
2054
2055 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2056
2057 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2058 to really consider the last line.
2059
2060 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2061
2062 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2063 list of recipient keys, or use symmetric encryption if not a list.
2064 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2065 EPA override, replacing the call to `netrc-store-data'.
2066
2067 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2068
2069 * gnus-srvr.el: Avoid passing nil regexp argument to
2070 delete-matching-lines.
2071
2072 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2073
2074 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2075 fetching stops when Gnus exits.
2076
2077 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2078 function.
2079 (nnfolder-request-expire-articles): Save all the buffers after doing
2080 expiry.
2081
2082 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2083 the last article", since that led to serious performance regressions
2084 when expiring nnml groups.
2085
2086 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2087
2088 * nnir.el: Improve customizations.
2089
2090 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2091
2092 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2093
2094 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2095 group has been killed.
2096 (gnus-group-yank-group): Ditto.
2097
2098 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2099
2100 * nnimap.el (nnimap-request-update-group-status): New function.
2101
2102 * gnus-int.el (gnus-request-update-group-status): New interface
2103 function.
2104
2105 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2106 copying read-ness to the backends.
2107
2108 * nnimap.el (nnimap-quirk): New function.
2109 (nnimap-retrieve-group-data-early): Use it.
2110 (nnimap-quirks): New alist.
2111
2112 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2113
2114 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2115 don't delete it within indentation.
2116
2117 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2118
2119 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2120 previous line.
2121
2122 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2123
2124 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2125 QRESYNC command by deleting a superfluous space which broke Cyrus
2126 servers. This change will break other servers that are buggy the other
2127 way around.
2128
2129 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2130
2131 * spam.el: Reindent and fix long lines.
2132 (spam-copy-or-move-routine): Exclude invalid move destinations.
2133
2134 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2135
2136 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2137 installed the registry.
2138
2139 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2140
2141 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2142 groupname doesn't contain "gmane".
2143
2144 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2145
2146 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2147 (gnus-1): Don't create the nndrafts group twice.
2148 (gnus-setup-news): There's no need to read the active file here, since
2149 that's done again later on a per-backend basis.
2150 (gnus-start-draft-setup): Make sure that the new group is started out
2151 empty.
2152
2153 * gnus-agent.el (gnus-agentize): Don't create the queue group
2154 automatically on startup. It'll be created later, if needed.
2155
2156 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2157 of automatically subscribed groups.
2158 (gnus-auto-subscribed-categories): New variable.
2159 (gnus-matches-options-n): Use it.
2160 (gnus-default-subscribed-newsgroups): Remove unused variable.
2161 (gnus-start-draft-setup): Message a bit less.
2162
2163 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2164
2165 * nnir.el (nnir-run-imap): Return article list in order of increasing
2166 UID.
2167
2168 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2169
2170 * gnus-sum.el (gnus-summary-enter-digest-group):
2171 Mention gnus-auto-select-on-ephemeral-exit.
2172
2173 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2174 convention of the network-only option.
2175
2176 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2177
2178 * proto-stream.el (proto-stream-open-network-only): New function to
2179 have a way to specify non-STARTTLS upgrade connections.
2180
2181 2010-12-10 Julien Danjou <julien@danjou.info>
2182
2183 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2184 email address is nil.
2185
2186 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2187
2188 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2189
2190 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2191 deletion.
2192 (nnir-run-imap): Only need to parse list once.
2193
2194 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2195
2196 * shr.el (shr-tag-script): Ignore <script>.
2197 (shr-tag-label): Add <label> support.
2198
2199 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2200
2201 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2202
2203 * shr.el (shr-image-displayer): Work for images lined side by side.
2204
2205 2010-12-08 Robert Pluim <rpluim@gmail.com>
2206
2207 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2208 parameter, since XEmacs doesn't accept t as a parameter.
2209
2210 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2211
2212 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2213 ids.
2214 (nnir-run-gmane): Simplify groupspec formatting.
2215 (nnir-request-expire-articles): New function.
2216
2217 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2218
2219 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2220 overflow, possibly.
2221
2222 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2223 (shr-render-td): Handle td style="" better.
2224 (shr-tag-table): Use the color from the style sheet.
2225 (shr-render-td): Make sure we copy over all the overlays, too.
2226
2227 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2228
2229 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2230 (nnir-request-article): Improve article retrieval.
2231
2232 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2233
2234 * mm-util.el (mm-extra-numeric-entities): New variable.
2235
2236 * mm-url.el (mm-url-decode-entities):
2237 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2238
2239 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * message.el: Use completion-at-point.
2242 (message-completion-function): New fun, extracted from message-tab.
2243 (message-mode): Use it for completion-at-point-functions.
2244 (message-tab): Use it and completion-at-point.
2245
2246 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2247
2248 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2249 character if a non-breakable character follows.
2250
2251 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2252
2253 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2254 any stream.
2255
2256 * shr.el (shr-tag-font): Colorize the region.
2257 (shr-tag-body): Ditto.
2258 (shr-tag-font): Actually let the styles be inherited instead of
2259 overwriting them.
2260 (shr-tag-font): Get the background color right.
2261 (shr-tag-style): Ignore all <style> tags for the moment.
2262
2263 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2264 a Message-ID to avoid having nnimap depend on gnus-sum.
2265
2266 * shr.el (shr-descend): Only colorize something if we have a node that
2267 sets colors.
2268
2269 2010-12-06 Julien Danjou <julien@danjou.info>
2270
2271 * shr.el (shr-render-td): Render td content with shr-descend, so style
2272 will be applied to <td> too.
2273 (shr-colorize-region): Colorize region even if we only have a background.
2274 (shr-tag-body): Fix color and background color inheritance.
2275 Do not recolorize after shr-generic.
2276 (shr-tag-font): Let shr-generic colorize via inheritance.
2277
2278 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2279
2280 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2281
2282 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2283
2284 * nnir.el (nnir-request-move-article): Remove obsolete code.
2285
2286 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2287
2288 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2289
2290 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2291
2292 * gnus-sum.el (gnus-summary-respool-article): The completion function
2293 expects a list instead of an alist.
2294
2295 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2296 string as the parameter.
2297
2298 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2299
2300 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2301 styles.
2302 (shr-colorize-region): New function.
2303 (shr-insert-background-overlay): Remove.
2304 (shr-render-td): Background setting should be taken care of on a higher
2305 level.
2306 (shr-tag-body): Use post-hoc colorizations.
2307 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2308 (shr-put-color-1): Don't overwrite old colors.
2309 (shr-colorize-region): When the background color isn't explicit, use
2310 a fixed background.
2311
2312 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2313 nnmail variables.
2314
2315 2010-12-05 Bjørn Mork <bjorn@mork.no>
2316
2317 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2318 unless necessary.
2319
2320 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2321
2322 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2323 server.
2324
2325 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2326
2327 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2328 so that TAB works.
2329
2330 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2331 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2332
2333 * shr.el (shr-urlify): Show the URL before the title to avoid
2334 misleading URLs.
2335
2336 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2337
2338 * shr.el (shr-urlify): Display the title in <a> tags.
2339
2340 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2341
2342 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2343
2344 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2345
2346 * nnir.el: Rearrange code to allow macros to be autoloaded by
2347 gnus-sum.el.
2348 (nnir-retrieve-headers-override-function): Make this variable
2349 customizable.
2350 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2351
2352 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2353 from nnir.el.
2354
2355 2010-12-03 Julien Danjou <julien@danjou.info>
2356
2357 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2358
2359 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2360
2361 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2362 allow optional argument `environment'.
2363
2364 2010-12-03 Glenn Morris <rgm@gnu.org>
2365
2366 * mm-extern.el (message-goto-body): Update declaration.
2367
2368 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2369
2370 * gnus-util.el (gnus-macroexpand-all): New function.
2371
2372 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2373 instead of macroexpand-all that is unavailable in XEmacs.
2374
2375 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2376
2377 * nnir.el (nnir-summary-line-format): New variable.
2378 (nnir-mode): Use it.
2379 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2380 (nnir-article-ids): Reimplement as defsubst.
2381 (nnir-retrieve-headers): Don't mangle the subject header.
2382 (nnir-run-imap): Use 100 as RSV score.
2383 (nnir-run-find-grep): Fix for full server searching.
2384 (nnir-run-gmane): Better restriction to gmane groups.
2385
2386 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2387 summary buffers.
2388
2389 2010-12-02 Julien Danjou <julien@danjou.info>
2390
2391 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2392
2393 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2394
2395 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2396 support.
2397
2398 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2399
2400 * nnir.el: Update to handle the registry better.
2401 (autoload): Silence byte-compiler.
2402 (nnir-open-server): Add a hook for nnir groups.
2403 (nnir-request-move-article): Don't mangle the header. Better to use
2404 formating variables (which will be added in the future).
2405 (nnir-registry-action): Update the registry using the original article
2406 group name.
2407 (nnir-mode): Install nnir-specific hooks for updating the registry.
2408
2409 * gnus-sum.el
2410 (gnus-article-original-subject,gnus-newsgroup-original-name):
2411 Remove obsolete variables.
2412 (gnus-summary-move-article): Remove use of obsolete variables.
2413 (gnus-summary-local-variables): Make move and delete hooks local to
2414 summary buffers.
2415
2416 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2417
2418 * rtree.el: New file.
2419
2420 2010-12-01 Julien Danjou <julien@danjou.info>
2421
2422 * message.el (message-user-organization): Do not use
2423 gnus-local-organization.
2424
2425 * gnus.el: Remove gnus-local-organization.
2426
2427 * gnus-msg.el: Remove nastygram thing.
2428
2429 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2430
2431 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2432 funcall.
2433
2434 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2435
2436 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2437 names.
2438
2439 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2440 characters.
2441
2442 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2443 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2444 Suggested by Štěpán Němec <stepnem@gmail.com>.
2445 (gnus-gravatar-transform-address): Use mail-extract-address-components
2446 that supports non-ASCII names rather than mail-header-parse-addresses.
2447
2448 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
2450 * proto-stream.el (open-protocol-stream): All starttls connections are
2451 handled by the network handler.
2452
2453 2010-11-30 Julien Danjou <julien@danjou.info>
2454
2455 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2456 (nnimap-open-connection-1): Fix PREAUTH.
2457
2458 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2459
2460 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2461
2462 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2463 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2464 (shr-insert): Use them.
2465 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2466
2467 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2468
2469 * nnir.el (nnir-request-move-article): Bail out if original group
2470 doesn't support article moves.
2471 (nnir-get-active): Improve active list retrieval.
2472
2473 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2474
2475 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2476
2477 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2478
2479 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2480 seem to accept strings-with-numbers as port numbers,
2481
2482 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2483
2484 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2485 change the registry.
2486
2487 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2488
2489 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2490 delete-dups that is not available in XEmacs 21.4.
2491
2492 * mm-util.el (mm-delete-duplicates): Add comment.
2493
2494 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2495
2496 * nnir.el (nnir-ignored-newsgroups): New variable.
2497 (nnir-get-active): Use it.
2498
2499 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2500
2501 * proto-stream.el (proto-stream-open-network): Add some comments.
2502
2503 * nntp.el (nntp-open-connection): Provide a :success condition.
2504
2505 * nnimap.el (nnimap-open-connection-1): Ditto.
2506
2507 * proto-stream.el (proto-stream-open-network): See what the response to
2508 the STARTTLS command is.
2509
2510 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2511 backwards compatibility).
2512 (nnimap-open-connection-1): Really respect nnimap-server-port.
2513
2514 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2515 TLS upgrades we don't really care about the identity of the peer.
2516 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2517 that what we've checked for.
2518 (proto-stream-always-use-starttls): Only default to t if
2519 open-gnutls-stream exists.
2520 (proto-stream-open-network): If STARTTLS failed, then just open a
2521 normal connection.
2522 (proto-stream-open-network): Wait until the greeting before doing
2523 STARTTLS.
2524
2525 * nntp.el (nntp-open-connection): Report what the connection error is.
2526
2527 * proto-stream.el (open-protocol-stream): Rename from
2528 open-proto-stream.
2529
2530 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2531
2532 * nnimap.el (nnimap-stream): Change default to `undecided'.
2533 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2534 first, and then network.
2535 (nnimap-open-connection-1): Respect nnimap-server-port.
2536 (nnimap-open-connection): Be more backwards-compatible.
2537
2538 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2539 (proto-stream-open-starttls): De-duplicate the starttls code.
2540 (proto-stream-open-starttls): Folded back into the main function.
2541 (proto-stream-open-network): Fix typo in the gnutls path.
2542 (proto-stream-command): Refactor out.
2543
2544 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2545
2546 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2547 starttls.el STARTTLS.
2548
2549 * color.el (color-lab->srgb): Fix function call name.
2550
2551 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2552 if we're using tls.el.
2553 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2554 built in, then don't try to establish a STARTTLS connection.
2555
2556 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2557 servers.
2558
2559 * proto-stream.el (open-proto-stream): Use network, not stream.
2560 (open-proto-stream): Add a way to specify what the end of a command is.
2561
2562 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2563 connections types.
2564 (nntp-open-network-stream): Remove.
2565 (nntp-open-ssl-stream): Remove.
2566 (nntp-open-tls-stream): Remove.
2567 (nntp-ssl-program): Remove.
2568
2569 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2570
2571 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2572
2573 * nnir.el: Fix typos.
2574 (nnir-retrieve-headers-override-function): Rename variable to reflect
2575 new semantics.
2576 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2577 macros.
2578 (nnir-request-article, nnir-request-move-article): Use them.
2579 (nnir-categorize): New function.
2580 (nnir-run-query): Use it.
2581 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2582 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2583 sorted.
2584 (nnir-group-full-name): Use gnus-group-full-name instead.
2585 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2586 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2587
2588 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2589
2590 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2591
2592 * proto-stream.el: New library to provide protocol-specific
2593 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2594 protocols.
2595 (open-proto-stream): Complete the documentation.
2596 (proto-stream-open-network): Fix some typos.
2597
2598 * nnimap.el (nnimap-open-connection): Use it.
2599
2600 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2601
2602 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2603 negotiation.
2604
2605 2010-11-26 Julien Danjou <julien@danjou.info>
2606
2607 * color.el: Rename various rgb functions to srgb.
2608
2609 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2610
2611 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2612 names.
2613
2614 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2615
2616 * shr.el (shr-insert): Revert last change.
2617 (shr-find-fill-point): Never leave point being at bol;
2618 relax the kinsoku limitation when rendering tables.
2619
2620 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2621
2622 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2623 results from -accept-article.
2624
2625 * shr-color.el: Require cl when compiling.
2626
2627 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2628 checkin.
2629
2630 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2631
2632 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2633
2634 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2635 'add and 'delete to set backend marks.
2636
2637 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2638
2639 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2640
2641 * nntp.el (nntp-request-set-mark): Use it.
2642
2643 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2644
2645 * nnml.el (nnml-request-set-mark): Ditto.
2646
2647 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2648 introduces regressions in article selection.
2649 (nnimap-find-uid-response): New function.
2650 (nnimap-request-accept-article): Use the UID returned, if any.
2651 (nnimap-request-move-article): Use the UID returned, if any.
2652 (nnimap-get-groups): Reimplement to work with folded lines.
2653 (nnimap-find-uid-response): The UID is the last element in the list.
2654 (nnimap-request-set-mark): Extend syntax with 'set.
2655
2656 * nnml.el (nnml-request-set-mark): Ditto.
2657
2658 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2659
2660 * nntp.el (nntp-request-set-mark): Ditto.
2661
2662 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2663
2664 * message.el (message-called-interactively-p): A temporary macro.
2665 (message-goto-body): Use it temporarily.
2666
2667 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2668
2669 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2670 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2671 (nnimap-last-response-string): Fix last unfolding fix.
2672
2673 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2674
2675 * shr.el (shr-insert): Fix the way to fold lines.
2676
2677 2010-11-25 Julien Danjou <julien@danjou.info>
2678
2679 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2680
2681 * color.el: Rename from color-lab.el
2682 (color-rgb->hex): Add.
2683 (color-complement): Add.
2684 (color-complement-hex): Add.
2685
2686 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2687
2688 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2691 don't exist.
2692
2693 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2694
2695 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2696 assuming that article displaying or another mml-preview may be
2697 interrupted for an error or for the like.
2698
2699 * shr.el (shr-get-background): Fix argument name.
2700
2701 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2702
2703 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2704
2705 * gnus-sum.el (gnus-summary-include-articles): New function.
2706
2707 * message.el (message-goto-body): called-interactively-p needs a
2708 parameter, so use `any'.
2709
2710 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2711 clear marks before moving, since they're synced from the Gnus side
2712 first.
2713
2714 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2715 (gnus-summary-move-article): Copy over all marks before moving, so that
2716 IMAP doesn't think a new article has arrived.
2717
2718 2010-11-24 Julien Danjou <julien@danjou.info>
2719
2720 * shr.el (shr-insert-background-overlay): Fix typo.
2721 (shr-render-td): Copy the background before rendering.
2722
2723 * shr-color.el (shr-color-visible): Fix docstring.
2724
2725 * shr.el (shr-tag-table): Add bgcolor support.
2726 (shr-render-td): Add bgcolor support.
2727 (shr-get-background): Add.
2728 (shr-insert-foreground-overlay): Use shr-get-background.
2729
2730 * message.el (message-goto-body): Use called-interactively-p.
2731 (message-in-body-p): message-goto-body returns point.
2732
2733 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2734
2735 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2736 Fixes something or other in Emacs 23, and is backwards compatible.
2737
2738 * message.el (message-goto-body): Remove the <#secure special-casing,
2739 which is too special.
2740
2741 * shr.el (shr-parse-style): Drop !important from styles.
2742
2743 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2744
2745 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2746 this function to return incorrect results when calling it with an
2747 explicit article argument different from
2748 (gnus-summary-article-number).
2749
2750 2010-11-24 Julien Danjou <julien@danjou.info>
2751
2752 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2753 (shr-tag-body): Add background support.
2754 (shr-descend): Add background support.
2755 (shr-tag-title): Add.
2756
2757 * shr-color.el (shr-color-visible): Really return original background
2758 if fixed.
2759
2760 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2761
2762 * shr.el (shr-color-check): Protect against non-existent colour names.
2763
2764 2010-11-24 Julien Danjou <julien@danjou.info>
2765
2766 * color-lab.el: Require 'cl when compiling.
2767
2768 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2769
2770 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2771 matched part.
2772
2773 * color-lab.el: Fix all expt calls to use float type.
2774
2775 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2776
2777 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2778 expression to shr-color-check as is.
2779
2780 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2781
2782 * color-lab.el: Add coding cookie.
2783 (float-pi): Use eval-and-compile.
2784
2785 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2786
2787 * shr.el (shr-insert-color-overlay): Split stuff like
2788 "#444444 !important" to find the real colour.
2789 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2790 parse <font color="red"> entries.
2791
2792 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2793
2794 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2795 point when parsing headers.
2796
2797 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2798 is positioned properly when parsing headers.
2799
2800 2010-11-23 Julien Danjou <julien@danjou.info>
2801
2802 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2803
2804 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2805
2806 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2807
2808 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2809 Use shr-color-hue-to-rgb.
2810 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2811
2812 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2813
2814 * shr.el (shr-color->hexadecimal): Autoload.
2815 (shr-descend): Add color to all tags.
2816
2817 2010-11-22 Julien Danjou <julien@danjou.info>
2818
2819 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2820 shr-color->hexadecimal.
2821
2822 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2823 RGB() or HSL() color representation.
2824
2825 * shr.el (shr-tag-font): Add.
2826 (shr-tag-color-check): New function to get better colors.
2827 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2828 tag-span.
2829
2830 * shr-color.el: New file.
2831
2832 * color-lab.el: New file.
2833
2834 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2835
2836 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2837
2838 * nnir.el: Fix typo in comments.
2839 (nnir-run-imap): Simplify code. No need to reverse artlist.
2840 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2841
2842 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2843
2844 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2845
2846 * nnimap.el (nnimap-get-capabilities): Refactor out.
2847 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2848
2849 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2850
2851 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2852 appearing when `mm-uu-hide-markers' is nil.
2853
2854 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2855
2856 * nnimap.el (nnimap-unselect-group): Make into its own function.
2857 (nnimap-request-rename-group): Unselect group before renaming.
2858 This had gotten lost somewhere.
2859 (nnimap-request-accept-article): Keep track of examined groups, and
2860 unselect the group before APPENDing to read-only groups.
2861 (nnimap-request-move-article): Clear flags before moving so that they
2862 can be re-set later.
2863
2864 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2865
2866 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2867 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2868
2869 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2870
2871 * gnus-art.el (gnus-mime-display-single)
2872 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2873 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2874 parameter.
2875
2876 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2877
2878 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2879 (shr-table-vertical-line): New variable.
2880 (shr-insert-table): Use it.
2881
2882 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2883
2884 * gnus-html.el (gnus-html-wash-images): Don't display images if
2885 gnus-inhibit-images is non-nil; register displayer for cid images.
2886 (gnus-html-display-image): Work for cid image.
2887 (gnus-html-insert-image): Allow arguments.
2888 (gnus-html-put-image): Inhibit read-only.
2889 (gnus-html-prefetch-images): Don't prefetch images if
2890 gnus-inhibit-images is non-nil.
2891
2892 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2893
2894 * shr.el (shr-put-image): Break lines when inserting big pictures.
2895
2896 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2897
2898 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2899 sender, thanks Katsumi Yamaoka.
2900
2901 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2902
2903 * nnir.el (nnir-run-imap): Reverse the article list for each group
2904 rather than the whole list.
2905
2906 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2907
2908 * shr.el (shr-image-displayer): Protect function against non-existent
2909 image source.
2910
2911 * gnus-art.el (gnus-inhibit-images): New user option.
2912 (gnus-mime-display-single): Don't display image if it is non-nil.
2913
2914 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2915 gnus-inhibit-images.
2916
2917 * shr.el (shr-image-displayer): New function.
2918 (shr-tag-img): Use it.
2919
2920 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2921
2922 * mml2015.el (mml2015-epg-sign): Use From header.
2923
2924 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2925
2926 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2927
2928 * gnus-util.el (gnus-find-text-property-region): Return markers.
2929
2930 * shr.el (shr-tag-img): Put a displayer in the text property.
2931
2932 * gnus-util.el (gnus-find-text-property-region): New utility function.
2933
2934 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2935 (gnus-html-show-images): Remove.
2936
2937 * gnus-art.el (gnus-article-show-images): New, more general function.
2938
2939 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2940 image url text properties.
2941
2942 * shr.el: Ditto.
2943
2944 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2945 gnus-agent-auto-agentize-methods is set. Which it isn't.
2946
2947 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2948
2949 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2950 work for two or more articles.
2951
2952 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2953
2954 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2955 divide an image that's in an html article to two or more when washing
2956 non-ASCII characters in alt text of it.
2957
2958 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2959
2960 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2961 smime-decrypt-region using function argument.
2962 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2963
2964 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2965
2966 * smime.el (smime-decrypt-region): Catch it.
2967
2968 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * smime.el (smime-mode-map): Move initialization into declaration.
2971 (gnus-run-mode-hooks): Don't autoload.
2972 (smime-mode): Use define-derived-mode.
2973
2974 2010-11-11 Glenn Morris <rgm@gnu.org>
2975
2976 * smime.el (from): Restrict declaration to XEmacs.
2977
2978 * nnir.el (gnus-group-topic-name): Autoload.
2979
2980 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2981
2982 * shr.el (shr-insert): Don't break long line if it is because of
2983 kinsoku-bol characters in the line end.
2984
2985 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2986
2987 * nnir.el (nnir-request-move-article): Fix to provide original group
2988 and subject.
2989 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2990 been retrieved.
2991
2992 * gnus-sum.el (gnus-summary-move-article): Use original group and
2993 subject for virtual articles such as those in an nnir summary buffer.
2994
2995 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2996
2997 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2998 least 21.5).
2999
3000 * smime.el (from): Declare it again for XEmacs.
3001
3002 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3003
3004 * message.el (message-resend): Don't disable encoding unless it's
3005 already encoded.
3006
3007 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3008 low-numbered articles.
3009
3010 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3011
3012 * rfc2047.el (rfc2047-syntax-table): Simplify.
3013
3014 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3015 set-char-table-range for XEmacs.
3016
3017 2010-11-10 Glenn Morris <rgm@gnu.org>
3018
3019 * smime.el (from): Remove unused declaration.
3020
3021 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3022 (gnus-float-time): On Emacs, always an alias.
3023
3024 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3025 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3026
3027 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3028
3029 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3030
3031 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3032
3033 * shr.el (browse-url-mailto): Autoload.
3034
3035 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3036
3037 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3038 regexp doesn't need quoting.
3039
3040 2010-11-09 Sven Joachim <svenjoac@gmx.de>
3041
3042 * message.el (message-subject-trailing-was-ask-regexp)
3043 (message-subject-trailing-was-regexp): Match was: in addition to was.
3044
3045 2010-11-09 Glenn Morris <rgm@gnu.org>
3046
3047 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3048 (nnbabyl-check-mbox): Use point-at-bol.
3049
3050 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3051
3052 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3053
3054 * message.el (message-mailto): New function.
3055 (message-mailto): Should accept other parameters.
3056 (message-mailto): Remove since it duplicates browse-url-mailto
3057 functionality.
3058
3059 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3060
3061 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3062 methods.
3063 (gnus-read-active-file): Ditto.
3064
3065 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3066 ": " from the prompt.
3067 (gnus-group-make-group): Ditto.
3068
3069 2010-11-07 Glenn Morris <rgm@gnu.org>
3070
3071 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3072 (gnus-bookmark-kill-line): Use point-at-eol.
3073
3074 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3075
3076 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3077 asterisks in From header.
3078
3079 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3080
3081 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3082 string to avoid making the From headers syntactically invalid.
3083
3084 * message.el (message-send-mail): Don't insert courtesy messages if the
3085 message already has List-Post and List-ID messages.
3086
3087 2010-11-06 Glenn Morris <rgm@gnu.org>
3088
3089 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3090 `condition', `type', `length' a prefix.
3091 (gnus-treat-predicate): Update for above name changes.
3092
3093 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3094
3095 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3096 binding. Handled by `gnus-summary-refer-thread' instead.
3097 (nnir-warp-to-article): New backend function.
3098
3099 * nnimap.el (nnimap-request-thread): Force dependency updating.
3100
3101 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3102 (gnus-summary-refer-thread): Rework to improve thread-referral.
3103
3104 * gnus-int.el (gnus-warp-to-article): New function.
3105
3106 * gnus-sum.el (gnus-summary-article-map): Bind it.
3107
3108 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3109
3110 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3111 gnus-summary-refer-thread.
3112
3113 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3114 headers.
3115 (gnus-summary-limit-include-thread): Prevent articles in thread from
3116 being cut in gnus-cut-threads.
3117 (gnus-summary-refer-thread): Limit retrieved headers to those in
3118 thread.
3119
3120 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3121
3122 * message.el (message-send-mail): Use the value of
3123 message-courtesy-message from the message buffer.
3124
3125 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3126
3127 * shr.el (shr-browse-url): Implement mailto: URLs.
3128
3129 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3130 "raw".
3131
3132 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3133 if it's already selected.
3134
3135 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3136
3137 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3138
3139 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3140 to measure the length and truncate alt text.
3141
3142 2010-11-03 Glenn Morris <rgm@gnu.org>
3143
3144 * nndiary.el (nndiary-generate-nov-databases-1)
3145 (nndiary-generate-active-info): Rename dynamic variable `files' to
3146 something less generic.
3147
3148 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3149
3150 * nnir.el (nnir-request-move-article): Call the underlying backend to
3151 move articles from nnir.
3152
3153 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3154
3155 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3156
3157 2010-11-02 Julien Danjou <julien@danjou.info>
3158
3159 * nnir.el: Remove wais support.
3160
3161 2010-11-02 Glenn Morris <rgm@gnu.org>
3162
3163 * gnus-html.el: Reorder requirements to quieten compiler.
3164
3165 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3166
3167 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3168 properly for XEmacs as well.
3169 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3170 (gnus-article-natural-long-line-p): Use window-width rather than
3171 frame-width.
3172
3173 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3174
3175 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3176 (nnir-read-parms): Don't modify query.
3177 (nnir-run-query): Add ability to search topic on current line.
3178 (nnir-get-active): Clean up.
3179
3180 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3181
3182 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3183 degenerate articles.
3184
3185 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3186 (gnus-print-buffer): Just print the buffer as is, without any copying
3187 to a buffer and then re-highlighting.
3188
3189 * nnimap.el (nnimap-request-group): Store the new updated info.
3190 (nnimap-request-group): Select the group when we don't know whether it
3191 exists or not.
3192
3193 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3194 groups.
3195
3196 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3197 groups.
3198
3199 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3200 groups.
3201
3202 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3203 long-lines case by only filling the long lines.
3204
3205 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3206 (bug #7311).
3207
3208 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3209
3210 * shr.el: No need to declare `declare-function' since shr.el is for
3211 only Emacsen that provide `libxml-parse-html-region'.
3212
3213 2010-11-01 Glenn Morris <rgm@gnu.org>
3214
3215 * mm-util.el (gnus-completing-read): Autoload.
3216 (mm-read-coding-system): Simplify Emacs definition.
3217
3218 * nnmail.el (gnus-activate-group):
3219 * nnimap.el (gnutls-negotiate):
3220 * nntp.el (netrc-parse): Fix declarations.
3221
3222 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3223
3224 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3225 string-match-p in Emacs >=23.
3226
3227 * gnus-msg.el (gnus-configure-posting-styles)
3228 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3229
3230 2010-11-01 Glenn Morris <rgm@gnu.org>
3231
3232 * nnir.el (declare-function): Add compat stub.
3233 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3234 (nnir-run-gmane): Require 'mm-url.
3235
3236 * mm-util.el (mm-string-to-multibyte): Simplify.
3237
3238 * shr.el (declare-function): Add compat stub.
3239 (url-cache-create-filename): Declare.
3240 (mm-disable-multibyte, widget-convert-button): Autoload.
3241
3242 * smime.el (ldap-search): Declare.
3243 (smime-cert-by-ldap-1): Require ldap on Emacs.
3244
3245 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3246 (nnimap-keepalive): Use gnus-float-time.
3247
3248 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3249 (mail-source-delete-crash-box): Use gnus-float-time.
3250
3251 * gnus-dired.el (gnus-completing-read): Autoload.
3252
3253 * mm-view.el (gnus-rescale-image): Autoload.
3254
3255 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3256
3257 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3258
3259 * sieve-manage.el: Require 'cl when compiling.
3260
3261 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3262 (gnus-iswitchb-completing-read): Require iswitchb.
3263 (gnus-select-frame-set-input-focus): Silence compiler.
3264
3265 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3266
3267 * message.el (message-subject-trailing-was-query): Change default to t,
3268 since I think that's what most people want.
3269
3270 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3271 appending for easier debugging.
3272 (nnimap-wait-for-connection): Take a regexp.
3273 (nnimap-request-accept-article): Wait for the continuation line before
3274 sending anything unless we're streaming.
3275
3276 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3277 leave the header washing to take place.
3278
3279 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3280
3281 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3282 regular expression match and replace in posting styles.
3283
3284 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3285
3286 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3287 an entire server.
3288 (nnir-get-active): New function.
3289 (nnir-run-imap): Use it.
3290 (nnir-run-gmane): Who knew, gmane search returns an article score!
3291
3292 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3293 server on the current line with nnir.
3294
3295 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3296
3297 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3298 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3299 left edge.
3300 (gnus-article-foldable-buffer): Skip past the prefix when determining
3301 raggedness.
3302
3303 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3304 the raw article, and change `C-u g' to show the article without doing
3305 treatments.
3306
3307 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3308 on to `gnus-treat-article'.
3309 (gnus-inhibit-article-treatments): New variable.
3310
3311 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3312
3313 * gnus-art.el (gnus-treatment-function-alist): Have
3314 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3315 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3316 sections.
3317
3318 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3319 parameter.
3320 (gnus-article-fill-cited-long-lines): New function.
3321 (gnus-article-fill-cited-article): Allow filling only long sections.
3322
3323 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3324 and non-punctuation (like after the apostrophe in "'We").
3325
3326 * gnus-sum.el (gnus-summary-select-article): Make sure
3327 gnus-original-article-buffer is alive.
3328
3329 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3330 reflect the order they're in in the digest.
3331
3332 * gnus.el (gnus-group-startup-message): Move point to the start of the
3333 buffer.
3334
3335 * nnimap.el (nnimap-capability): New function.
3336 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3337 is set.
3338
3339 2010-10-31 David Engster <dengste@eml.cc>
3340
3341 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3342 conform with changes to gnus-completing-read.
3343
3344 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3345
3346 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3347
3348 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3349
3350 * nnir.el: Move defvar, defcustom around to keep file organized
3351 and keep byte-compiler quiet.
3352 (nnir-read-parms): Accept search-engine as arg.
3353 (nnir-run-query): Pass search-engine as arg.
3354 (nnir-search-engine): Remove.
3355
3356 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3357
3358 * shr.el (shr-generic): The text nodes should be text, not :text.
3359
3360 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3361 later in the file.
3362
3363 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3364
3365 * nnir.el: General clean up. Allow searching with multiple engines.
3366 Allow separate extra-parameters for each engine.
3367 Batch queries when possible.
3368 (nnir-imap-default-search-key,nnir-method-default-engines):
3369 Add customize interface.
3370 (nnir-run-gmane): New engine.
3371 (nnir-engines): Use it. Qualify all prompts with engine name.
3372 (nnir-search-engine): Remove global variable.
3373 (nnir-run-hyrex): Restore for now.
3374 (nnir-extra-parms,nnir-search-history): New variables.
3375 (gnus-group-make-nnir-group): Use them.
3376 (nnir-group-server): Remove in favor of gnus-group-server.
3377 (nnir-request-group): Avoid searching twice.
3378 (nnir-sort-groups-by-server): New function.
3379
3380 2010-10-30 Julien Danjou <julien@danjou.info>
3381
3382 * gnus-group.el: Remove gnus-group-fetch-control.
3383
3384 * gnus-start.el (gnus-find-new-newsgroups):
3385 Remove gnus-check-first-time-used.
3386
3387 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3388
3389 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3390
3391 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3392 set on groups that don't have \* permanentflags.
3393
3394 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3395
3396 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3397 control the background color.
3398 (shr-tag-img): Ignore very small web bug type images.
3399 (shr-put-image): Add help-echo alt texts to the images.
3400 (shr-tag-video): Show the video poster image.
3401
3402 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3403
3404 * shr.el (shr-table-depth): New variable.
3405 (shr-tag-table-1): Only insert the images after the top-level table.
3406
3407 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3408
3409 * gnus-util.el (gnus-list-memq-of-list): New function.
3410
3411 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3412 selected.
3413 (nnimap-unsplittable-articles): New slot.
3414 (nnimap-new-articles): Use it.
3415
3416 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3417
3418 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3419 move to the previous line on `M-g'.
3420
3421 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3422
3423 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3424 *-request-group, which seems unnecessary.
3425
3426 * nnimap.el (nnimap-quote-specials): Function copied over from
3427 imap.el.
3428 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3429 they support that. Suggested by Tom Regner.
3430
3431 2010-10-29 Julien Danjou <julien@danjou.info>
3432
3433 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3434 defalias.
3435 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3436
3437 * gnus.el: Remove `gnus-nntp-service' variable.
3438 (gnus-secondary-servers): Make obsolete.
3439 (gnus-nntp-server): Make obsolete.
3440
3441 * gnus-start.el (gnus-1): Remove x-splash calls.
3442
3443 * gnus-ems.el (gnus-x-splash): Remove.
3444
3445 * gnus.el (gnus-group-startup-message): Simplify/update code.
3446
3447 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3448 capability before doing anything.
3449 (gnus-group-insert-group-line): Remove useless
3450 gnus-group-remove-excess-properties.
3451
3452 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3453
3454 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3455
3456 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3457
3458 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3459 config after reselecting.
3460
3461 2010-10-28 Julien Danjou <julien@danjou.info>
3462
3463 * shr.el (shr-put-image): Use point even if only inserting text.
3464 (shr-put-image): Save excursion when inserting alt text on non-graphic
3465 display, so the behaviour is the same when we are on a graphic display.
3466
3467 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3468
3469 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3470
3471 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3472 (gnus-mime-copy-part): Check coding system, not charset.
3473 (gnus-mime-view-part-externally): Never remove part.
3474 (gnus-mime-view-part-internally): Don't remove part here.
3475 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3476 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3477 multipart/alternative.
3478
3479 * mm-decode.el (mm-display-part): Take optional arg `force'.
3480
3481 2010-10-26 Julien Danjou <julien@danjou.info>
3482
3483 * gnus-group.el (gnus-group-default-list-level): Add this function to
3484 compute the default list level.
3485 (gnus-group-default-list-level): Add possibility to use a function.
3486
3487 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3488
3489 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3490
3491 * gnus-group.el (gnus-group-completing-read)
3492 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3493 gnus-replace-in-string.
3494
3495 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3496
3497 * shr.el (shr-tag-div): Add.
3498
3499 2010-10-25 Julien Danjou <julien@danjou.info>
3500
3501 * gnus-util.el: Remove `gnus-with-local-quit'.
3502
3503 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3504
3505 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3506
3507 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3508 the original article buffer.
3509
3510 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3511
3512 * nnimap.el (nnimap-request-head): New function.
3513 (nnimap-request-move-article): Try to be slighly faster by not
3514 requesting the entire message when moving.
3515 (nnimap-transform-headers): Don't bug out on bodiless articles.
3516 (nnimap-send-command): Have no outstanding messages if the IMAP server
3517 doesn't support streaming.
3518 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3519
3520 2010-10-24 Julien Danjou <julien@danjou.info>
3521
3522 * message.el (message-default-headers): Fix type.
3523
3524 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3525
3526 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3527 prefetching images.
3528
3529 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3530 backend for unknown groups. This is mainly useful for nnimap groups.
3531
3532 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3533 group isn't covered by the agent.
3534
3535 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3536
3537 * nnir.el (nnir-method-default-engines): New variable.
3538 (nnir-run-query): Use it.
3539 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3540 (gnus-summary-nnir-goto-thread): Change group if needed.
3541
3542 * gnus-group.el (gnus-group-group-map): Add key binding for
3543 gnus-group-make-nnir-group.
3544
3545 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3546
3547 * shr.el (shr-tag-object): Add.
3548
3549 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3550 original article buffer live.
3551 (gnus-summary-select-article-buffer):
3552 Mention gnus-widen-article-buffer.
3553
3554 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3555
3556 * shr.el (shr-tag-strong): Add.
3557
3558 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
3560 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3561 group names. They mess up the group buffer badly.
3562
3563 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3564
3565 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3566 instead of the summary one.
3567
3568 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3569
3570 * mml.el (mml-preview): Work properly when editing article.
3571
3572 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3573 gnus-have-read-active-file if it's already been in.
3574
3575 2010-10-22 Tom Tromey <tromey@redhat.com>
3576
3577 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3578 gnus-group-completing-read.
3579
3580 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3581
3582 * message.el (message-mode-map): Don't bind M-; to comment region, to
3583 allow the global comment-dwim to work.
3584
3585 2010-10-21 Julien Danjou <julien@danjou.info>
3586
3587 * message.el (message-setup-1): Allow message-default-headers to be a
3588 function.
3589
3590 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3591
3592 * shr.el (shr-tag-table): Simplify.
3593
3594 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3595
3596 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3597 to avoid trying to snarf invalid stuff.
3598
3599 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3600
3601 * gnus.el (gnus-message-archive-group): Quote value.
3602 (gnus-message-archive-group): Mark as changed.
3603
3604 * shr.el (shr-add-font): Don't put the font properties on the newline
3605 or the indentation.
3606
3607 * message.el (message-fix-before-sending): Change options when sending
3608 non-printable characters.
3609
3610 * gnus.el (gnus-message-archive-method): Change the default to
3611 monthly outgoing groups.
3612
3613 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3614 that have gotten new numbers.
3615
3616 * nnimap.el (nnimap-request-replace-article): New function.
3617
3618 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3619
3620 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3621 (nnrss-request-article): Don't use special html washing code.
3622
3623 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3624
3625 * shr.el (shr-tag-table): Remove useless nconc.
3626
3627 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3628
3629 * gnus-art.el (article-wash-html): Simplify and remove the charset
3630 stuff. Use the normal html rendering code instead of the special html
3631 washing code.
3632
3633 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3634 `gnus-w3m' symbols.
3635 (mm-text-html-washer-alist): Remove.
3636
3637 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3638 (mm-inline-media-tests): Remove use.
3639 (mm-text-html-renderer): Change default to the `shr' symbol.
3640
3641 * mm-view.el (mm-inline-text-html): Remove use.
3642
3643 * gnus-art.el (gnus-blocked-images): New function. Allow the
3644 `gnus-blocked-images' to be a function.
3645 (gnus-article-wash-function): Remove.
3646
3647 2010-10-20 Julien Danjou <julien@danjou.info>
3648
3649 * spam.el (spam-list-of-processors): Mark as obsolete.
3650
3651 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3652 (nnimap-insert-partial-structure): Fix boundary detection.
3653
3654 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3655
3656 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3657 run file-truename on remote files. This can be expensive and even
3658 prevent one from editing drafts if some unrelated buffer has a stale
3659 connection.
3660
3661 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3662
3663 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3664 kinsoku-eol regardless of shr-kinsoku-shorten.
3665 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3666 (shr-tag-table): Support caption, thead, and tfoot.
3667
3668 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3669
3670 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3671 lines.
3672 (shr-save-contents): New command and keystroke.
3673
3674 * nndoc.el (nndoc-type-alist): Add git support.
3675 (nndoc-git-type-p): New function.
3676 (nndoc-transform-git-article): Ditto.
3677 (nndoc-transform-git-headers): Ditto.
3678 (nndoc-transform-git-headers): Generate Subject headers.
3679
3680 * shr.el (shr-parse-style): New function.
3681 (shr-tag-span): Ditto.
3682
3683 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3684 to `G G' to avoid collisions.
3685
3686 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3687
3688 * shr.el: Load kinsoku if necessary.
3689 (shr-kinsoku-shorten): New internal variable.
3690 (shr-find-fill-point): Make kinsoku shorten text line if
3691 shr-kinsoku-shorten is bound to non-nil.
3692 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3693 shr-indentation too when testing if table is wider than frame width.
3694 (shr-insert-table): Use `string-width' instead of `length' to measure
3695 text width.
3696 (shr-insert-table-ruler): Make sure indentation is done at bol.
3697
3698 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3701 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3702 undecoded network data.
3703
3704 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3705
3706 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3707 name in the mode line spec so that the mode line menu works
3708 (bug #2431).
3709
3710 * message.el (message-get-reply-headers): If we're fed `to-address',
3711 then always use that.
3712
3713 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3714 aren't so wide as to need to switch off the edit menu.
3715
3716 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3717 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3718
3719 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3720 `M-g'.
3721 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3722 the permanent marks.
3723
3724 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3725
3726 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3727 Splitting according to references/in-reply-to obeys the ignore-groups
3728 variable, while splitting by sender and subject do not.
3729
3730 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3731
3732 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3733 alist, so that we can look for non-Unicode chars.
3734 (article-translate-strings): Allow both character and string maps.
3735
3736 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3737
3738 * shr.el (shr-insert): Don't insert space behind a wide character
3739 categorized as kinsoku-bol, or between characters both categorized as
3740 nospace.
3741
3742 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3743
3744 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3745 headers to gnus-newsgroup-headers.
3746
3747 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3748
3749 * shr.el (shr-tag-img): Don't align images -- since we're not
3750 rescaling, this often leads to ugly displays.
3751
3752 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3753
3754 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3755 duplicates.
3756
3757 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3758
3759 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3760 call.
3761
3762 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3763
3764 * gnus.el: Autoload gnus-html-show-images.
3765
3766 * nnimap.el: Use nnheader-message throughout.
3767
3768 * shr.el (shr-tag-img): Ignore images with no data.
3769
3770 2010-10-15 Julien Danjou <julien@danjou.info>
3771
3772 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3773 a possibility to disable format=flow encoding when using hard newlines.
3774
3775 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3776
3777 * shr.el (shr-insert): Remove space inserted before or after a
3778 breakable character or at the beginning or the end of a line.
3779 (shr-find-fill-point): Do kinsoku; find the second best point or give
3780 it up if there's no breakable point.
3781
3782 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3783
3784 * nnimap.el (nnimap-open-connection): Message when opening connection
3785 for debugging purposes.
3786
3787 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3788 on every setup buffer call to allow this to change from article to
3789 article.
3790
3791 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3792 buffers where we have a wide table.
3793
3794 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3795
3796 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3797 uses *-request-thread.
3798
3799 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3800
3801 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3802 incantation, which is no longer valid.
3803
3804 2010-10-14 Julien Danjou <julien@danjou.info>
3805
3806 * shr.el: Fix defcustom type (char -> character).
3807
3808 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3809
3810 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3811 programs.
3812
3813 2010-10-14 Julien Danjou <julien@danjou.info>
3814
3815 * shr.el (shr-tag-a): Use url-link as widget type.
3816
3817 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3818 `gnus-group-get-icon'.
3819
3820 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3821
3822 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3823 This should make server editing work better.
3824
3825 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3826
3827 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3828 (nnimap-parse-flags): Fix regexp.
3829
3830 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3831 probably work for CJVK text, too.
3832
3833 * nnimap.el (nnimap-extend-tls-programs): Remove.
3834 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3835
3836 2010-10-13 Julien Danjou <julien@danjou.info>
3837
3838 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3839 responses.
3840
3841 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3842
3843 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3844
3845 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3846 anything in Emacs.
3847
3848 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3849
3850 2010-10-13 Julien Danjou <julien@danjou.info>
3851
3852 * shr.el (shr-width): Make shr-width a defcustom with default to
3853 fill-column.
3854 (shr-tag-img): Use shr-width rather than fill-column.
3855
3856 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3857
3858 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3859
3860 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3861 position when (X-)Faces exist.
3862 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3863 avatars when called interactively.
3864
3865 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3866
3867 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3868 gnus-article-x-face-too-ugly is bound.
3869
3870 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3871
3872 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3873
3874 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3875 mailbox that doesn't exist.
3876
3877 2010-10-12 Julien Danjou <julien@danjou.info>
3878
3879 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3880 (shr-get-image-data): Encode URL properly when fetching from cache.
3881 (shr-tag-img): Use aligned-to spaces to align correctly images.
3882
3883 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3884 before inserting the Gravatar.
3885
3886 * shr.el (shr-tag-img): Add align attribute support for <img>.
3887
3888 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3889
3890 * gnus-gravatar.el (gnus-art): Require.
3891
3892 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3893 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3894 Remove long obsoleted functions.
3895
3896 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3897
3898 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3899
3900 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3901 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3902 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3903 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3904 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3905 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3906 Fix comment for declare-function.
3907
3908 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3909
3910 * nnimap.el (nnimap-request-rename-group): Select group read-only
3911 before renaming it.
3912
3913 * shr.el (shr-insert): Fix up the white space only regexp.
3914
3915 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3916 bodies. Protect against this. Reported by Michael Welsh Duggan.
3917
3918 * shr.el (shr-current-column): New function.
3919 (shr-find-fill-point): New function.
3920
3921 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3922
3923 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3924 numbers.
3925
3926 2010-10-11 Julien Danjou <julien@danjou.info>
3927
3928 * shr.el (shr-hr-line): Add.
3929 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3930 display hr lines.
3931 (shr-max-columns): Do not change state to nil if we just inserting
3932 spaces.
3933
3934 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3935
3936 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3937 select the last group.
3938
3939 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3940
3941 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3942
3943 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3944
3945 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3946 for Gnus.
3947 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3948 (nnimap-update-qresync-info): Mark \Seen articles as read.
3949
3950 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3951 non-variable, too.
3952
3953 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3954 available.
3955 (nnimap-update-info): Rely more on the current active than the param
3956 active to avoid marking articles as read too much.
3957
3958 * auth-source.el (auth-source-create): Use (user-login-name) for the
3959 user name default.
3960
3961 * nnimap.el (nnimap-update-info): If the server doesn't return any
3962 useful info, just use the previous info.
3963 (nnimap-update-info): Prefer old info over start-article.
3964 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3965
3966 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3967
3968 * nnir.el (autoload): Clean up autoloads.
3969 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3970 Use key rather than value.
3971 (nnir-imap-search-other): New variable.
3972 (nnir-read-parm): Use it.
3973 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3974 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3975
3976 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3979 the process, too.
3980
3981 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3982
3983 * spam.el (gnus-summary-mode-map): Bind to "$".
3984 Suggested by Russ Allbery.
3985
3986 * shr.el: Rework the way things are indented by <li> slightly.
3987
3988 * gnus.el (gnus-group-set-parameter): Fix typo.
3989
3990 * nnimap.el: Start implementing QRESYNC support.
3991
3992 2010-10-09 Julien Danjou <julien@danjou.info>
3993
3994 * nnir.el (nnir-engines): Fix too many arguments.
3995
3996 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3997
3998 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3999 group is the "last", so that the backends like nnfolder actually save
4000 their folders.
4001
4002 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4003 try to use that for the tls stream.
4004 (nnimap-retrieve-group-data-early): Rework the marks code to heed
4005 UIDVALIDITY and find out which groups are read-only and not.
4006 (nnimap-get-flags): Use the same marks parsing code as the rest of
4007 nnimap.
4008
4009 2010-10-09 Julien Danjou <julien@danjou.info>
4010
4011 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4012
4013 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4014 retrieving gravatars.
4015
4016 * shr.el (shr-table-corner): Add.
4017 (shr-table-line): Add.
4018 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4019
4020 2010-10-08 Julien Danjou <julien@danjou.info>
4021
4022 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4023
4024 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
4025
4026 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4027
4028 * gnus-sum.el (gnus-mark-article-as-unread)
4029 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4030 (gnus-summary-set-bookmark): Use it.
4031
4032 * gnus-msg.el (gnus-setup-message): Use it.
4033
4034 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4035
4036 * gnus.el (gnus-group-remove-parameter): Use it.
4037
4038 * gnus-group.el (gnus-group-make-web-group): Use it.
4039
4040 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4041
4042 * nnregistry.el: Update docs to mention manual.
4043
4044 * gnus-registry.el: Update docs to mention nnregistry.el.
4045 (gnus-registry-initialize): Don't install nnregistry refer method
4046 automatically.
4047 (gnus-registry-install-nnregistry): Remove it.
4048
4049 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4050
4051 * shr.el (shr-insert): Don't insert double spaces.
4052
4053 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4054
4055 * gnus-gravatar.el (gnus-treat-from-gravatar)
4056 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4057 called interactively.
4058
4059 * gnus-art.el (gnus-mime-view-part-externally)
4060 (gnus-mime-view-part-internally): Make predicate function passed to
4061 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4062 of a mime type.
4063
4064 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4065
4066 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4067
4068 * shr.el (require): Require cl when compiling.
4069 (shr-tag-hr): New function.
4070
4071 * nnimap.el (nnimap-update-info): Remove double setting of high.
4072 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4073 This makes nnimap work properly on Courier again.
4074
4075 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4076 the variable for backwards compatibility.
4077
4078 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4079 the file name before using to avoid setting mm-default-directory to
4080 nil.
4081
4082 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4083 bidning gnus-agent variables.
4084
4085 * shr.el (shr-render-td): Use a cache for the table rendering function
4086 to avoid getting an exponential rendering behaviour in nested tables.
4087 (shr-insert): Rework the line-breaking algorithm.
4088 (shr-insert): Don't leave trailing spaces.
4089 (shr-insert-table): Also insert empty TDs.
4090 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4091
4092 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 * gnus-sum.el (gnus-number): Rename from `number'.
4095 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4096 (gnus-summary-limit-children): Update uses correspondingly.
4097
4098 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4099
4100 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4101 (gnus-gravatar-transform-address): Don't show avatars of people of
4102 which mail addresses match gnus-gravatar-too-ugly.
4103
4104 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4105
4106 * shr.el (shr-table-widths): Expand TD elements to fill available
4107 space.
4108
4109 2010-10-07 Julien Danjou <julien@danjou.info>
4110
4111 * nnimap.el (nnimap-request-rename-group): Add this method.
4112
4113 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4114
4115 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4116 name from XEmacs' function-arglist.
4117
4118 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4119 gravatar under XEmacs.
4120
4121 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4122
4123 * auth-source.el: Update docs with TODO items.
4124
4125 * gnus-sync.el: Update docs to explain state and plans.
4126
4127 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4128 Hooks for mark updates.
4129 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4130
4131 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4132 hooks with arguments, which is needed for mark update hooks.
4133
4134 2010-10-06 Julien Danjou <julien@danjou.info>
4135
4136 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4137 was matched.
4138
4139 * sieve-manage.el: Update example in `Commentary'.
4140
4141 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4142
4143 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4144 not 2000.
4145 (sieve-manage-authenticate): Re-add function.
4146
4147 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4148
4149 * shr.el (shr-insert): Get 'space transition right.
4150 (shr-render-td): Only delete space at the end of the TD.
4151
4152 * nnimap.el (nnimap-open-connection): Prepare to support
4153 open-gnutls-stream.
4154
4155 * shr.el: Rearrange function order to be more logical.
4156
4157 2010-10-06 Julien Danjou <julien@danjou.info>
4158
4159 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4160 (nnrss-discover-feed): Remove 404 URL in docstring.
4161
4162 * nnir.el: Fix Swish-E URL.
4163 Fix Namazu URL.
4164
4165 * message.el (message-change-subject): Remove 404 URL in a comment.
4166
4167 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4168
4169 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4170 called interactively.
4171
4172 * gnus-util.el (gnus-remove-if): Allow hash table.
4173 (gnus-remove-if-not): New function.
4174
4175 * gnus-art.el (gnus-mime-view-part-as-type)
4176 * gnus-score.el (gnus-summary-score-effect)
4177 * gnus-sum.el (gnus-read-move-group-name):
4178 Replace remove-if-not with gnus-remove-if-not.
4179
4180 * gnus-group.el (gnus-group-completing-read):
4181 Regard collection as a hash table if it is not a list.
4182
4183 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4184
4185 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4186
4187 * shr.el: Document the table-rendering algorithm.
4188
4189 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4190 invalid URLs.
4191
4192 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4193 line-broken.
4194 (shr-tag-img): Ignore image fetching errors.
4195 (shr-overlays-in-region): Compute overlay positions correctly.
4196
4197 * mm-decode.el (mm-shr): Require shr.
4198
4199 * gnus-art.el (gnus-blocked-images): Move variable here.
4200
4201 * shr.el (shr-insert-table): Bind free variable.
4202
4203 * mm-decode.el (mm-shr): Bind shr-content-function.
4204
4205 * shr.el (shr-content-function): New variable.
4206
4207 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4208 added for symmetry.
4209
4210 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4211
4212 * gnus-group.el (gnus-group-make-group): Doc fix.
4213
4214 * nnimap.el (nnimap-request-newgroups): Return success.
4215
4216 * shr.el (shr-find-elements): New function.
4217 (shr-tag-table): Put all the images after the table.
4218 (shr-tag-table): Really inhibit images inside the table.
4219 (shr-collect-overlays): Copy over overlays from the TD elements to the
4220 main document.
4221
4222 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4223 gnus-blocked-images.
4224
4225 2010-10-05 Julien Danjou <julien@danjou.info>
4226
4227 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4228
4229 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4230 (gnus-html-maximum-image-size): Add this function.
4231 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4232
4233 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4234 server-value of the capability is nil.
4235
4236 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4237
4238 * shr.el (shr-tag-em): Add <EM> tag.
4239
4240 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4241
4242 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4243 customizable.
4244
4245 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4246 handing broken links to browse-url.
4247
4248 2010-10-05 Julien Danjou <julien@danjou.info>
4249
4250 * gnus-util.el (gnus-emacs-completing-read)
4251 (gnus-iswitchb-completing-read): Use autoload rather than require.
4252
4253 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4254
4255 * gnus-util.el (gnus-completing-read-function): Exclude
4256 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4257 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4258 XEmacs.
4259
4260 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4261 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4262
4263 * gnus-html.el: Don't require help-fns under XEmacs.
4264 (gnus-html-schedule-image-fetching): Work for XEmacs.
4265
4266 * mm-decode.el (mm-shr): Decode contents by charset.
4267
4268 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4269
4270 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4271 unknown.
4272
4273 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4274 (shr-get-image-data): Ensure against the cache file missing.
4275
4276 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4277 for data.
4278
4279 * spam-report.el (spam-report-url-ping-plain): Don't query about
4280 killing the process.
4281
4282 * shr.el (shr-render-td): Protect against too-wide text.
4283
4284 2010-10-04 Julien Danjou <julien@danjou.info>
4285
4286 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4287 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4288
4289 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4290 retrieved.
4291
4292 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4293
4294 * shr.el (browse-url): Require.
4295 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4296 lines.
4297 (shr-show-alt-text, shr-browse-image): New commands.
4298 (shr-browse-url, shr-copy-url): New commands.
4299
4300 * gnus-sum.el (gnus-widen-article-window): New variable.
4301 (gnus-summary-select-article-buffer): Use it.
4302
4303 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4304 without @ signs.
4305
4306 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4307
4308 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4309
4310 2010-10-04 Julien Danjou <julien@danjou.info>
4311
4312 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4313 for XEmacs.
4314
4315 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4316
4317 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4318
4319 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4320 (nnimap-close-server): Implement.
4321
4322 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4323 (shr-insert): Tweak line breaking.
4324 (shr-insert): Handle <pre> better.
4325 (shr-tag-li): Get <li> indentation right.
4326 (shr-tag-li): Get <li> indentation even righter.
4327 (shr-tag-blockquote): Ensure paragraph start.
4328 (shr-make-table): Tweak table generation.
4329 (shr-make-table): Fix typo.
4330
4331 * shr.el: Implement table rendering.
4332
4333 2010-10-04 Julien Danjou <julien@danjou.info>
4334
4335 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4336
4337 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4338
4339 * shr.el (shr-insert): Use string anchors instead of line anchors.
4340
4341 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4342
4343 * shr.el: Add headings.
4344 (shr-ensure-paragraph): Actually work.
4345 (shr-tag-li): Make <ul> prettier.
4346 (shr-insert): Get white space at the beginning/end of elements right.
4347 (shr-tag-p): Collapse subsequent <p>s.
4348 (shr-ensure-paragraph): Don't insert double line feeds after blank
4349 lines.
4350 (shr-insert): \t is also space.
4351 (shr-tag-s): Fix "s" tag name function.
4352 (shr-tag-s): Fix face prop name.
4353
4354 2010-10-03 Julien Danjou <julien@danjou.info>
4355
4356 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4357
4358 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4359 gnus-window-inside-pixel-edges.
4360
4361 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4362 gnus-ems.
4363
4364 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4365
4366 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4367 function.
4368
4369 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4370 resize choice.
4371
4372 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4373
4374 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4375 beginning of the buffer.
4376
4377 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4378 article buffer again.
4379
4380 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4381
4382 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4383 when it's at the start of the buffer.
4384
4385 * shr.el (shr-tag-blockquote): Convert name.
4386 (shr-rescale-image): Use the right image-size variant.
4387
4388 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4389 buffer isn't shown, then select the current article first instead of
4390 bugging out.
4391 (gnus-summary-select-article-buffer): Show both the article and summary
4392 buffers again.
4393
4394 * shr.el (shr-fontize-cont): Protect against regions with no text.
4395 Rename tag functions to shr-tag-* for enhanced security.
4396 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4397
4398 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4399
4400 * shr.el (shr-insert):
4401 * pop3.el (pop3-movemail):
4402 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4403 loaded.
4404
4405 2010-10-03 Glenn Morris <rgm@gnu.org>
4406
4407 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4408
4409 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4410
4411 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4412
4413 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4414
4415 * gnus-util.el (gnus-make-local-hook): Simplify.
4416
4417 2010-10-02 Julien Danjou <julien@danjou.info>
4418
4419 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4420 (gnus-ido-completing-read): New function.
4421 (gnus-emacs-completing-read): New function.
4422 (gnus-completing-read): Use gnus-completing-read-function.
4423 Add gnus-completing-read-function.
4424
4425 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4426
4427 * shr.el (shr-insert-document): Autoload.
4428 (shr-img): Be silent.
4429 (shr-insert): Add a newline after every picture before text.
4430 (shr-add-font): Use overlays for combining faces.
4431 (shr-insert): Pass upwards the text start point.
4432
4433 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4434 possible.
4435 (mm-shr): New function.
4436
4437 2010-10-02 Julien Danjou <julien@danjou.info>
4438
4439 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4440 should go backward.
4441
4442 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4443
4444 * shr.el (shr): Fix typo in provide call.
4445
4446 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4447
4448 * shr.el: New file.
4449
4450 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4451
4452 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4453 completing read.
4454
4455 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4456
4457 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4458 we're being queried about. Suggested by Dan Jacobson.
4459
4460 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4461 Suggested by Jason Eisner.
4462
4463 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4464 table, too. Suggested by Stefan Wiens.
4465 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4466 the table unnecessary. Suggested by Stefan Wiens.
4467
4468 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4469 longer needed, and probably doesn't work either, as pointed out by
4470 Stefan Wiens.
4471 (gnus-summary-exit): Remove call to the clearing function.
4472 (gnus-summary-exit-no-update): Ditto.
4473
4474 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4475 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4476 Reported by Stefan Monnier.
4477 (gnus-summary-save-in-rmail): Ditto.
4478
4479 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4480 article buffer, instead of both the article buffer and the summary
4481 buffer. Sort of suggested by Dan Jacobson.
4482
4483 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4484
4485 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4486 Suggested by Dan Jacobson.
4487
4488 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4489 documentation clearer.
4490
4491 * message.el (message-shorten-references): Comment on the number "21".
4492 Suggested by Stefan Monnier.
4493
4494 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4495 Suggested by Dan Jacobson.
4496
4497 * gnus.el (gnus-large-newsgroup):
4498 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4499
4500 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4501 externalize attachments. Bug reported by Steve Wen.
4502
4503 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4504 really message anything to the user.
4505
4506 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4507 directly.
4508
4509 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4510 messages in empty groups.
4511
4512 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4513
4514 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4515 non-UIDNEXT group.
4516
4517 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4518
4519 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4520 not the value from the collection.
4521
4522 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4523 values. This sometimes happens on some groups that have no info.
4524 (nnimap-request-newgroups): New function.
4525
4526 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4527
4528 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4529 check into `gnus-registry-initialize'.
4530 (gnus-registry-initialize): Ditto.
4531 Fix and extend header docs.
4532
4533 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4534
4535 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4536 regexp backtrace overflows.
4537
4538 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4539 for starttls that tls.el implements; i.e. openssl.
4540
4541 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4542
4543 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4544 (gravatar-create-image): New function that's an alias to
4545 gnus-xmas-create-image, gnus-create-image, or create-image.
4546 (gravatar-data->image): Use it.
4547
4548 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4549
4550 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4551 install the nnregistry refer method.
4552 (gnus-registry-install-hooks): Use it.
4553 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4554 unfollowed groups.
4555
4556 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4557
4558 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4559 expanding threads.
4560
4561 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4562
4563 * nnir.el: Use the server names without suffixes (bug #7009).
4564
4565 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4566 unencrypted to STARTTLS, if possible.
4567
4568 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4569
4570 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4571 headers before superseding.
4572
4573 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4574
4575 * nnrss.el (nnrss-use-local): Add documentation.
4576
4577 * nnimap.el (nnimap-extend-tls-programs): New function.
4578 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4579 (nnimap-wait-for-connection): Accept the greeting from the stupid
4580 output from openssl s_client -starttls, too.
4581
4582 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4583 article number.
4584 (nnimap-split-fancy): New variable.
4585 (nnimap-split-incoming-mail): Use it.
4586
4587 * nntp.el (nntp-server-list-active-group): Document.
4588
4589 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4590 SELECT to get the message-id.
4591
4592 * mail-source.el (mail-sources): Remove webmail support.
4593 (defvar): Ditto.
4594 (mail-source-fetcher-alist): Ditto.
4595 (mail-source-fetch-webmail): Remove.
4596
4597 * webmail.el: Remove -- doesn't seem relevant any more.
4598
4599 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4600
4601 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4602 the \r.
4603
4604 2010-09-30 Julien Danjou <julien@danjou.info>
4605
4606 * gnus-agent.el (gnus-agent-add-group): Fix call to
4607 gnus-completing-read.
4608
4609 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4610
4611 * nndoc.el (nndoc-retrieve-groups): New function.
4612
4613 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4614 `default', use nnmail-split-methods.
4615 (nnimap-request-article): Downcase the NILs so that they are nil.
4616
4617 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4618 symbol.
4619
4620 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4621 code, since if the user has requested network, that's what they ought
4622 to get.
4623 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4624 (nnimap-split-rule): Mark as obsolete.
4625
4626 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4627 New variable.
4628
4629 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4630 correct slot, too.
4631
4632 2010-09-29 Julien Danjou <julien@danjou.info>
4633
4634 * gnus.el (gnus-local-domain): Declare variable obsolete.
4635
4636 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4637 Fix history computing.
4638 (gnus-ido-completing-read): Require ido.
4639
4640 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4641
4642 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4643 build Gnus.
4644
4645 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4646 when interpreting the structures.
4647 (nnimap-request-accept-article): Add \r\n to the lines to make this
4648 work with Cyrus.
4649
4650 * nndraft.el (nndraft-request-expire-articles): Use the group name
4651 instead if "nndraft". Fix found by Nils Ackermann.
4652
4653 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4654
4655 * nnregistry.el: Add.
4656
4657 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * nnmail.el (group, group-art-list, group-art):
4660 Remove unneeded directives.
4661
4662 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4663
4664 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4665 (mm-mime-charset)
4666 * rfc2047.el (rfc2047-syntax-table)
4667 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4668
4669 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4670 rather than `insert-file-contents' and `eval-region'.
4671
4672 2010-09-29 Julien Danjou <julien@danjou.info>
4673
4674 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4675 replacement of `gnus-gravatar-relief' to mimic
4676 `gnus-faces-properties-alist'.
4677 Add :version property.
4678
4679 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4680
4681 * mail-source.el (mail-source-report-new-mail)
4682 * message.el (message-default-mail-headers)
4683 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4684
4685 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4686
4687 2010-09-28 Julien Danjou <julien@danjou.info>
4688
4689 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4690 mail-address contains the same string as real-name.
4691
4692 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4693 non-blank in header, otherwise it'll get stripped.
4694
4695 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4696 real-name, and then for mail address rather than doing : or , search.
4697
4698 2010-09-27 Julien Danjou <julien@danjou.info>
4699
4700 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4701 right completing-read function.
4702 (gnus-use-ido): New variable
4703 (gnus-completing-read-with-default): Remove.
4704 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4705 (gnus-agent-add-group):
4706 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4707 * mm-view.el (mm-view-pkcs7-decrypt):
4708 * mm-util.el (mm-codepage-setup):
4709 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4710 * mml-smime.el (mml-smime-openssl-sign-query):
4711 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4712 (mml-insert-multipart):
4713 * gnus-msg.el (gnus-summary-yank-message):
4714 * gnus-int.el (gnus-start-news-server):
4715 * mm-decode.el (mm-interactively-view-part):
4716 * gnus-dired.el (gnus-dired-attach):
4717 * gnus.el (gnus-read-method):
4718 * gnus-bookmark.el (gnus-bookmark-jump):
4719 * gnus-art.el (gnus-mime-view-part-as-type)
4720 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4721 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4722 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4723 * nnmairix.el (nnmairix-create-server-and-default-group)
4724 (nnmairix-update-groups, nnmairix-get-server)
4725 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4726 (nnmairix-get-group-from-file-path):
4727 * nnrss.el (nnrss-find-rss-via-syndic8):
4728 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4729 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4730 (gnus-group-browse-foreign-server):
4731 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4732 (gnus-summary-execute-command, gnus-summary-respool-article)
4733 (gnus-read-move-group-name):
4734 * gnus-score.el (gnus-summary-increase-score)
4735 (gnus-summary-score-effect):
4736 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4737
4738 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4739
4740 * nnimap.el (auth-source-forget-user-or-password)
4741 (auth-source-user-or-password): Autoload.
4742
4743 * message.el (message-from-style, message-interactive)
4744 (message-signature): Remove comment.
4745 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4746 always.
4747 (message-sendmail-envelope-from): Comment fix.
4748 (message-yank-prefix): Default to mail-yank-prefix always.
4749 (message-indentation-spaces):
4750 Default to mail-indentation-spaces always.
4751 (message-signature-file): Default to mail-signature-file always.
4752
4753 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4754
4755 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4756 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4757 new articles.
4758
4759 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4760 parts.
4761 (nnimap-request-article): Work with the t setting, too.
4762
4763 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4764 that you don't get flashes of other buffers.
4765 (gnus-summary-show-complete-article): Intern before setting.
4766
4767 2010-09-27 David Engster <dengste@eml.cc>
4768
4769 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4770 well as HEADERS.
4771 (nnmairix-retrieve-headers): Provide new argument for the above.
4772
4773 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4774
4775 * gnus-sum.el (gnus-summary-move-article): Don't alter
4776 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4777 group.
4778
4779 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4780
4781 * message.el (message-cite-prefix-regexp): Revert my last edit.
4782
4783 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4784 variable instead of the Gnus variable.
4785
4786 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4787
4788 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4789
4790 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4791 since some servers don't like it.
4792 (nnimap-open-connection): Forget credentials if the server says the
4793 password was wrong.
4794 (nnimap-parse-line): Protect against invalid data.
4795
4796 * gnus-sum.el (gnus-summary-move-article): Add comment.
4797 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4798 nothing alters it while scanning for new messages.
4799
4800 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4801 which may or may not help.
4802 (nnimap-open-connection): If we're doing a stream connection, and then
4803 discover we're on a STARTTLS-capable server, then open a STARTTLS
4804 connection instead.
4805
4806 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4807
4808 * nnimap.el (utf7): Require.
4809
4810 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4811 prefix.
4812
4813 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4814
4815 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4816
4817 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4818
4819 * nnimap.el (nnimap-request-accept-article): Message the error on
4820 error.
4821
4822 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4823
4824 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4825
4826 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4827
4828 * nndoc.el (nndoc-request-list): Return success always.
4829
4830 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4831 `fetch-old' -- we only want to fetch the articles we've requested.
4832 The rest are in the agent, probably.
4833 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4834 disappeared server" to something low. It's not important.
4835
4836 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4837 arrived before the FETCH data.
4838
4839 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4840 target here, because we don't know the Gnus name of the group.
4841
4842 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4843 for the correct group.
4844
4845 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4846
4847 * gnus.el (gnus): Give a final warning after startup.
4848
4849 * gnus-util.el (gnus-action-message-log): New variable.
4850 (gnus-message): Use it.
4851 (gnus-final-warning): New function.
4852
4853 * nnimap.el (nnimap-open-connection): Record the greeting.
4854 (nnimap): Add greeting.
4855
4856 2010-09-26 Julien Danjou <julien@danjou.info>
4857
4858 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4859 arguments.
4860 (gnus-html-wash-images): Fix spec computing to include start/end.
4861
4862 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4863
4864 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4865
4866 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4867 deletion.
4868 (nnimap-retrieve-headers): Don't select the group, because that's
4869 already done by nnimap-possibly-change-group.
4870
4871 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4872 (gnus-picon-transform-address): Use it.
4873
4874 * mail-source.el (mail-source-value): Revert previous patch.
4875
4876 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4877 on failure.
4878 (nnimap-open-connection): Look up both virtual and physical server name
4879 credentials.
4880
4881 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4882
4883 2009-02-08 Dave Love <fx@gnu.org>
4884
4885 * gnus-win.el (gnus-window-to-buffer-helper)
4886 (gnus-all-windows-visible-p): Function needn't be a symbol.
4887
4888 * mail-source.el (mail-source-value): Function needn't be a symbol.
4889
4890 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
4892 * message.el (message-cite-prefix-regexp): Remove } from the cite
4893 prefix.
4894
4895 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4896 highlight again, so that the highlight is correct.
4897
4898 * gnus-picon.el (gnus-picon): Remove again.
4899 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4900
4901 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4902 doing the header highlightling, so that the background colour of the
4903 picon is correct.
4904
4905 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4906 (gnus-picon): Ditto.
4907 (gnus-picon): Reinstate. The background colour for picons is white.
4908 (gnus-picon-insert-glyph): Make the background white.
4909
4910 * nnml.el (nnml-open-nov): Don't return dead buffers.
4911
4912 * auth-source.el (auth-source-create): Query the user for whether to
4913 store the credentials.
4914
4915 * auth-source.el (auth-source-user-or-password): Use the existing auth
4916 sources, if any, for creation.
4917
4918 * gnus.el (gnus-group-fast-parameter): Return the last matching
4919 parameter instead of the first matching parameter.
4920
4921 2010-09-26 Julien Danjou <julien@danjou.info>
4922
4923 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4924
4925 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4926
4927 * mml2015.el (mml2015-use): Remove gpg support.
4928
4929 * mml1991.el (mml1991-function-alist): Remove gpg function.
4930 (mml1991-gpg-sign): Remove.
4931
4932 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4933
4934 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4935 (gnus-browse-unsubscribe-current-group): Document it.
4936 (gnus-browse-unsubscribe-group): Use it.
4937
4938 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4939
4940 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4941 address to the To list for easier response.
4942
4943 * gnus.el (gnus-play-startup-jingle): Remove.
4944 (gnus-splash): Don't play jingle.
4945 (gnus): Silence gnus-load message.
4946
4947 * gnus-art.el (gnus-treat-play-sounds): Remove.
4948
4949 * gnus.el (gnus-play-jingle): Remove audio support.
4950
4951 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4952
4953 * earcon.el: Remove -- no users.
4954
4955 * gnus-audio.el: Remove -- no users of this package.
4956
4957 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4958
4959 * gnus-start.el (gnus-setup-news): Remove nocem support.
4960
4961 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4962
4963 * gnus.el (gnus-use-nocem): Remove.
4964
4965 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4966 Remove.
4967
4968 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4969 uses NoCeM any more.
4970
4971 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4972 (gnus-button-ctan-handler): Ditto.
4973 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4974 (gnus-button-ctan-directory-regexp): Ditto.
4975 (gnus-button-handle-ctan): Ditto.
4976 (gnus-button-tex-level): Ditto.
4977 (gnus-button-alist): Remove CTAN stuff.
4978
4979 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4980
4981 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4982 nnimap-streaming test.
4983
4984 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4985 servers twice.
4986
4987 * nnimap.el (nnimap-open-connection): Add more error reporting when
4988 nnimap fails early.
4989
4990 * nnheader.el (nnheader-get-report-string): New function.
4991 (nnheader-get-report): Use it.
4992
4993 * gnus-int.el (gnus-check-server): Say what the error was when opening
4994 failed.
4995
4996 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4997 using streaming.
4998
4999 2010-09-25 Julien Danjou <julien@danjou.info>
5000
5001 * gnus-html.el (gnus-html-rescale-image): Use our defalias
5002 gnus-window-inside-pixel-edges.
5003
5004 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005
5006 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5007
5008 * mm-decode.el (mm-save-part): Allow saving to other directories the
5009 normal Emacs way.
5010
5011 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5012 Suggested by Jay Berkenbilt.
5013
5014 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5015 there isn't a single byte.
5016
5017 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5018 just do it. It doesn't really seem to matter what the user responds
5019 here, I think, so it's just a confusing question.
5020
5021 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5022 non-streaming case.
5023
5024 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5025 (gnus-article-encrypt-body): Use it.
5026
5027 * gnus-sum.el (gnus-summary-show-complete-article): New command and
5028 keystroke.
5029
5030 * nnimap.el (nnimap-find-wanted-parts-1):
5031 Use gnus-fetch-partial-articles.
5032
5033 * gnus-art.el (gnus-fetch-partial-articles): New variable.
5034
5035 * nnimap.el (nnimap-insert-partial-structure): New function.
5036 (nnimap-get-partial-article): New function.
5037 (nnimap-request-article): Use it.
5038 (nnimap-wait-for-response): Return whether the wait was successful.
5039 (nnimap-finish-retrieve-group-infos): Don't do anything if the
5040 retrieval wasn't successful.
5041 (nnimap-retrieve-group-data-early): Allow throttling servers.
5042 (nnimap-streaming): New variable.
5043 (nnimap-fetch-partial-articles): Remove.
5044
5045 * mm-decode.el (mm-with-part): Protect against killed buffers.
5046
5047 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5048 for prettier summary display.
5049
5050 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5051
5052 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5053
5054 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5055
5056 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5057 apparently third-party libraries depend on it.
5058
5059 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5060 before starting negotiation.
5061
5062 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5063 privacy reasons.
5064 (gnus-treat-mail-gravatar): Ditto.
5065
5066 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5067 buffer when inserting images. Inserting text into the headers, for
5068 instance, can make them invalid.
5069
5070 2010-09-25 Julien Danjou <julien@danjou.info>
5071
5072 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5073 variables.
5074
5075 * nnheader.el: Remove useless variables news-reply-yank-from and
5076 news-reply-yank-message-id.
5077
5078 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5079 variables.
5080
5081 * mml1991.el: Remove useless mml1991-verbose.
5082
5083 * gnus.el: Remove useless variable gnus-use-generic-from.
5084 Remove obsolete variable gnus-topic-indentation.
5085
5086 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5087
5088 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5089
5090 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5091
5092 * gnus-group.el: Remove useless gnus-group-icon-cache.
5093 Remove useless gnus-ephemeral-group-server.
5094
5095 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5096
5097 * mml2015.el: Remove useless mml2015-verbose.
5098
5099 * mml-smime.el: Remove useless mml-smime-verbose.
5100
5101 * gnus.el: Remove useless gnus-local-domain.
5102
5103 * gnus-gravatar.el (gnus-gravatar-transform-address):
5104 Use gnus-gravatar-size.
5105
5106 * gnus-art.el: Remove useless gnus-treat-translate.
5107
5108 2010-09-24 Julien Danjou <julien@danjou.info>
5109
5110 * gnus-sum.el: Add support for Gravatars.
5111
5112 * gnus-art.el: Add support for Gravatars.
5113
5114 * gnus-gravatar.el: Add this file.
5115
5116 * gravatar.el: Add this file.
5117
5118 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5119
5120 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5121
5122 * gnus-group.el (gnus-group-fetch-faq): Remove.
5123
5124 * gnus.el (gnus-group-faq-directory): Remove.
5125
5126 * gnus-group.el (gnus-group-fetch-charter): Remove.
5127
5128 * gnus.el (gnus-group-charter-alist): Remove.
5129
5130 * gnus-group.el (gnus-group-archive-directory): Remove.
5131 (gnus-group-recent-archive-directory): Ditto.
5132 (gnus-group-make-archive-group): Remove.
5133
5134 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5135
5136 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5137 use the same article number for all the cached articles.
5138
5139 * nnimap.el (nnimap-command): Register the last command time so
5140 that we can use it for idling NOOPs.
5141 (nnimap-open-connection): Start the keeplive timer.
5142 (nnimap-make-process-buffer): Store all the process buffers.
5143 (nnimap-keepalive): New function.
5144
5145 * starttls.el (starttls-open-stream): Add autoload cookie.
5146
5147 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5148
5149 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5150 handling.
5151
5152 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5153
5154 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5155 its data structures.
5156
5157 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5158 instead of the cl.el copy-list.
5159 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5160 equalp.
5161
5162 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5163
5164 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5165 and tool-bar-local-item-from-menu.
5166
5167 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5168 mode-line-highlight face for Emacs.
5169
5170 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5171 loading gnus-sum.elc; fix comment for canlock-verify.
5172 (gnus-article-jump-to-part): Use read-number.
5173 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5174 Remove Emacs pre-21 compatible code for help-echo.
5175 (gnus-article-next-page-1): No need to adjust the number of lines.
5176 (gnus-article-describe-bindings): Always use help-buffer.
5177
5178 * gnus-audio.el (gnus-audio-inline-sound)
5179 * gnus-cus.el (gnus-custom-mode)
5180 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5181
5182 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5183
5184 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5185 compatible code.
5186
5187 2010-09-24 Glenn Morris <rgm@gnu.org>
5188
5189 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5190 visiting the fcc file in rmail-mode.
5191
5192 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5193
5194 * nnir.el: Silence the byte compiler.
5195
5196 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5197 alias to browse-url-url-encode-chars if any.
5198 (gnus-html-encode-url): Use it.
5199
5200 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5201
5202 * gnus-start.el (gnus-use-backend-marks): New variable.
5203 (gnus-get-unread-articles-in-group): Use it.
5204
5205 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5206 makeover.
5207
5208 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5209
5210 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5211
5212 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5213
5214 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5215 Remove.
5216 (gnus-setup-news-hook):
5217 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5218
5219 * gnus-int.el (gnus-request-update-info): Protect against backends not
5220 having the function.
5221
5222 * nnimap.el (nnimap-stream): Mention starttls.
5223 (nnimap-open-connection): Add starttls support.
5224
5225 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5226
5227 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5228
5229 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5230
5231 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5232 BODYSTRUCTUREs.
5233 (nnimap-transform-headers): Unfold quoted {42} headers.
5234
5235 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5236 the info.
5237 (gnus-get-unread-articles): Only call updatep on backends that support
5238 it.
5239
5240 * nnweb.el (nnweb-request-update-info): NOOP.
5241
5242 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5243
5244 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5245 since it only deals with marks.
5246
5247 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5248 gnus-request-marks, and make a new gnus-request-update-info.
5249
5250 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5251 the active instead of the high number, which is usually too low.
5252
5253 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5254
5255 * encrypt.el: Remove.
5256
5257 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5258
5259 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5260 server in symbolic form.
5261
5262 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5263
5264 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5265
5266 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5267 (nnimap-update-info): Fix up code slightly.
5268
5269 * gnus-int.el (gnus-open-server): Add tracing for performance
5270 debugging.
5271
5272 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5273 (gnus-group-insert-group-line): Pass the real group name so that it
5274 gets the right data.
5275
5276 * gnus-start.el (gnus-get-unread-articles): Don't have
5277 `gnus-get-unread-articles-in-group' update info, since that can be
5278 really slow and doesn't seem to be needed?
5279
5280 2010-09-22 Julien Danjou <julien@danjou.info>
5281
5282 * gnus-group.el (gnus-group-insert-group-line):
5283 Call gnus-group-highlight-line.
5284 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5285 default hook list.
5286 (gnus-group-update-eval-form): Add new function.
5287 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5288 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5289
5290 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5291
5292 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5293 immediate, then expire all articles.
5294 (nnimap-update-info): Fix off-by-one errors.
5295 (nnimap-flags-to-marks): Would return no marks lists for group with no
5296 flags. Instead return the other data.
5297
5298 2010-09-22 Julien Danjou <julien@danjou.info>
5299
5300 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5301 Only return an icon.
5302 (gnus-group-insert-group-line): Compute icon to return.
5303
5304 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5305 (gnus-html-image-fetched): Only cache if
5306 gnus-html-image-automatic-caching is set.
5307 (gnus-html-image-fetched): Check for errors.
5308
5309 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5310
5311 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5312 once per method on `g'. This ensures that backends like nnfolder don't
5313 open all their folders.
5314
5315 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5316 (nnimap-request-list): Nix out group in the correct buffer.
5317 (nnimap-parse-flags): Implement by using `read' instead of
5318 hand-parsing.
5319 (nnimap-flags-to-marks): Pass on permanent-flags.
5320 (nnimap-make-process-buffer): Record the server name.
5321 (nnimap-parse-flags): Fix typo.
5322 (nnimap-request-scan): Run split on the server in general, not just a
5323 single group.
5324
5325 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5326 parameter, and propagate this downwards.
5327
5328 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5329 since EXAMINE changes it on the server.
5330
5331 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5332 this command might take a while.
5333
5334 2010-09-22 Julien Danjou <julien@danjou.info>
5335
5336 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5337 harmful if you have 2 images side-by-side, they can't be properly
5338 update on text deletion. Using text-property is safer here.
5339 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5340 data.
5341
5342 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5343
5344 * nnimap.el (nnimap-expunge-inbox): Remove.
5345 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5346 (nnimap-expunge): Flip default to t.
5347
5348 * gnus.el (gnus-method-to-server): Don't push things to the cache
5349 unless it's unique.
5350 (gnus-server-to-method): Ditto.
5351
5352 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5353
5354 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5355
5356 2010-09-22 Julien Danjou <julien@danjou.info>
5357
5358 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5359 get the start of data.
5360 (gnus-html-encode-url): Add this function to encode special chars in
5361 URL.
5362 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5363 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5364
5365 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5366 default.
5367 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5368
5369 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5370 images alt-text.
5371 (gnus-html-put-image): Put alt-text as help-echo.
5372
5373 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5374
5375 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5376 * mm-util.el (mm-decompress-buffer)
5377 * nnir.el (nnir-run-find-grep)
5378 * pop3.el (pop3-list): Use 3rd arg of split-string.
5379
5380 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5381
5382 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5383 outside the active range. Suggested by Dan Christensen.
5384
5385 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5386 slightly later to avoid double-getting it.
5387
5388 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5389 previous patch.
5390
5391 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5392
5393 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5394
5395 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5396
5397 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5398
5399 * gnus-int.el (gnus-open-server): Give a better error message in the
5400 "go offline" case.
5401
5402 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5403 marks for nnimap, which is seldom the right thing to do.
5404
5405 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5406 (gnus-same-method-different-name): New function.
5407
5408 * nnimap.el (parse-time): Require.
5409
5410 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5411 method in the presence of many similar methods.
5412
5413 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5414
5415 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5416 nnml-inhibit-expiry.
5417
5418 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5419 find out whether methods are equal.
5420
5421 * nnimap.el (nnimap-find-expired-articles): New function.
5422 (nnimap-process-expiry-targets): New function.
5423 (nnimap-request-move-article): Request the article before looking at
5424 what the Message-ID is. Fix found by Andrew Cohen.
5425 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5426
5427 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5428 for oldness in addition to being a predicate.
5429
5430 * nnimap.el (nnimap-request-group): When we have zero articles, return
5431 the right data to Gnus.
5432 (nnimap-request-expire-articles): Only delete articles immediately if
5433 the target is 'delete.
5434
5435 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5436 method, this would bug out.
5437
5438 * gnus-group.el (gnus-group-expunge-group): Rename from
5439 gnus-group-nnimap-expunge, and implemented as a normal interface
5440 function.
5441
5442 * gnus-int.el (gnus-request-expunge-group): New function.
5443
5444 * nnimap.el (nnimap-request-create-group): Implement.
5445 (nnimap-request-expunge-group): New function.
5446
5447 2010-09-21 Julien Danjou <julien@danjou.info>
5448
5449 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5450 (gnus-html-cache-expired): Add new function.
5451 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5452 wethever we should display image for fetch it.
5453 Compute alt-text earlier to pass it to the fetching function too.
5454 (gnus-html-schedule-image-fetching): Change function argument to only
5455 get one image at a time, not a list.
5456 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5457 cache.
5458 (gnus-html-get-image-data): New function to retrieve image data from
5459 cache.
5460 (gnus-html-put-image): Change buffer argument to use image data rather
5461 than file, and place image above region rather than inserting a new
5462 one. Do not take alt-text as argument, since it's useless now: we place
5463 the image above alt-text.
5464 (gnus-html-prune-cache): Remove.
5465 (gnus-html-show-images): Start to fetch image when we find one, do not
5466 push into a temporary list.
5467 (gnus-html-prefetch-images): Only fetch image if they have expired.
5468 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5469 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5470
5471 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5472
5473 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5474
5475 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5476
5477 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5478 spec inser "*" if the group isn't active instead of 0.
5479
5480 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5481 opening the server.
5482 (nnimap-request-delete-group): Implement group deletion.
5483 (nnimap-transform-headers): Return the size of the entire message in
5484 the Bytes header, not just the size of the first part.
5485 (nnimap-request-move-article): When moving an article from nnimap,
5486 request the article first so the accepting form has an article to
5487 accept. Reported by Dan Christensen.
5488 (nnimap-command): Make sure that the error message doesn't error out.
5489
5490 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5491
5492 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5493 we haven't requested anything.
5494
5495 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5496
5497 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5498 "". Fix found by Andrew Cohen.
5499
5500 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5501 instead of -encode-string.
5502
5503 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5504
5505 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5506
5507 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5508 by mm-subst-char-in-string.
5509
5510 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5511
5512 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5513 waiting for the connection string.
5514
5515 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5516 arriving.
5517
5518 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5519 bogus characters. This allows selecting certain Gmail groups.
5520
5521 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5522 (nnimap-fetch-partial-articles): New variable.
5523 (nnimap-open-connection): When looking for credentials, also use the
5524 nnimap-server-port.
5525 (nnimap-request-article): Return the group/article number, so that Gnus
5526 `^' works as expected.
5527 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5528
5529 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5530 comments.
5531 (gnus-methods-sloppily-equal): New function.
5532 (gnus): When using the development version of Gnus, load the gnus-load
5533 file.
5534
5535 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5536 `gnus-open-server' on each method before trying to scan them etc.
5537 This ensures that all the backend parameters are set correctly.
5538
5539 * nnimap.el (nnimap-authenticator): New variable.
5540 (nnimap-open-connection): Allow anonymous login.
5541 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5542 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5543
5544 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5545 patch, found by Knut Anders Hatlen.
5546
5547 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5548
5549 * gnus-agent.el (gnus-agent-batch-confirmation)
5550 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5551 to gnus-message.
5552 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5553 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5554 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5555 * gnus-int.el (gnus-open-server): Likewise.
5556 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5557 (gnus-score-check-syntax): Likewise.
5558 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5559 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5560 Likewise.
5561 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5562
5563 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5564
5565 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5566 calling conventions so that prefetch doesn't bug out.
5567
5568 2010-09-19 Julien Danjou <julien@danjou.info>
5569
5570 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5571 rather than `subst-char-in-region' in order to be able to replace ASCII
5572 char by UTF-8 ones.
5573
5574 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5575 than curl.
5576 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5577 the right URL and ALT text on images.
5578 (gnus-html-wash-tags): Fix tag case.
5579 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5580 (gnus-article-html): Add -o display_ins_del=2 option.
5581 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5582
5583 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5584
5585 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5586 the extra mail headers, which sometimes seem to happen for unknown
5587 reasons.
5588
5589 * mail-parse.el (mail-header-encode-parameter): Define as
5590 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5591 (or most, perhaps?) mail readers don't understand the latter, but do
5592 understand the former.
5593
5594 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5595 to nil, so that no methods are automatically agentized. I think this
5596 is probably what most users want.
5597
5598 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5599 from url-retrieve, for instance about invalid URLs.
5600
5601 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5602 groups that have no articles.
5603 (nnimap-request-article): Check that we really got an article when we
5604 requested one.
5605
5606 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5607 doesn't exist.
5608
5609 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5610 nntp buffer so the agent can save it.
5611 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5612 that CRLF doesn't get translated to \n.
5613 (nnimap-open-connection): Don't make 'shell commands only send \n.
5614
5615 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5618 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5619 Update var name.
5620 (nnml-generate-nov-file): Use dolist.
5621 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5622 Use with-current-buffer.
5623
5624 2010-09-18 Julien Danjou <julien@danjou.info>
5625
5626 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5627 parallel.
5628
5629 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5630
5631 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5632 the range update right.
5633 (nnimap-request-group): Don't make `M-g' bug out on group with no
5634 marks.
5635 (nnoo): Require, so that other packages can require nnimap.
5636 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5637 command we're looking for. This helps when the server sends more
5638 responses after we've gotten everything we expected.
5639 (nnimap): Add a `newlinep' field to keep track of end-of-line
5640 conventions.
5641 Don't send CRLF to things that don't want it.
5642 (nnimap-request-accept-article): Ditto.
5643
5644 2010-09-18 Julien Danjou <julien@danjou.info>
5645
5646 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5647 than curl to retrieve images.
5648
5649 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5650
5651 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5652 the marks.
5653 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5654 (nnimap-wait-for-connection): New function.
5655 (nnimap-open-connection): If we have PREAUTH, don't query for login
5656 credentials.
5657 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5658 when doing a partial update.
5659
5660 2010-09-18 Julien Danjou <julien@danjou.info>
5661
5662 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5663 tags.
5664
5665 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5666
5667 * nnimap.el (nnimap-credentials): New function.
5668 (nnimap-open-connection): Use the new function to look for credentials
5669 also on the numeric equivalents of "imap" and "imaps".
5670
5671 * gnus-start.el (gnus-activate-group): Send the info to
5672 gnus-request-group.
5673
5674 * nnimap.el (nnimap-request-group): Have the "check" version of the
5675 function parse flags and update the info, so that a `M-g' get a total
5676 resync of all flags from the group.
5677
5678 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5679 to allow backends to alter the info on group selection. Also alter all
5680 the backend -request-group functions to take the parameter.
5681
5682 * nnimap.el (nnimap-store-info): New function.
5683 (nnimap-update-info): Store the info for later usage.
5684 (nnimap-request-group): Use the stored info for the dont-check case, so
5685 that we don't retrieve all marks when we enter a group.
5686
5687 * nnimap.el: Use deffoo instead of defun for interface functions.
5688
5689 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5690 update the group info. This makes the nndraft groups, for instance, go
5691 back to their old behaviour.
5692
5693 * gnus-sum.el (gnus-select-newsgroup): Indent.
5694
5695 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5696 in.
5697 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5698 nothing.
5699
5700 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5701 from methods that are denied.
5702
5703 * gnus-int.el (gnus-method-denied-p): New function.
5704
5705 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5706 store the password instead of netrc.
5707 (nnimap-open-connection): Don't error out when we can't make a
5708 connections.
5709
5710 * auth-source.el (auth-source-create): In the password prompt, say what
5711 we're querying for. Also prompt for user name if that hasn't been
5712 given.
5713
5714 * nnimap.el (nnimap-with-process-buffer): Remove.
5715
5716 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5717
5718 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5719 method when we're reading from the agent.
5720
5721 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5722
5723 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5724 that's probably most useful for users.
5725
5726 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5727 "failed" all the time.
5728
5729 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5730 ...)) with (with-current-buffer ... ).
5731
5732 * nntp.el (nntp-open-server): Return whether the open was successful or
5733 not.
5734
5735 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5736 select an unread unseen article first.
5737
5738 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5739 /etc/services, supply some sensible port defaults.
5740
5741 2010-09-17 Julien Danjou <julien@danjou.info>
5742
5743 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5744
5745 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5746
5747 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5748 doesn't have any parameters.
5749
5750 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5751
5752 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5753 only upcased checks.
5754
5755 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5756
5757 * nnimap.el (nnimap-open-shell-stream): New function.
5758 (nnimap-open-connection): Use it.
5759 (nnimap-transform-headers): Get the number of lines in each message.
5760 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5761 number of lines.
5762 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5763 problem.
5764
5765 * utf7.el (utf7-encode): Autoload.
5766
5767 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5768 to allow the mail splitting to not return a default group. This is
5769 useful for nnimap, which will leave unmatched mail in the inbox.
5770
5771 * nnimap.el: Rewritten.
5772
5773 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5774 nnimap usage.
5775
5776 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5777 if the move is internal, so that nnimap can do fast internal moves.
5778
5779 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5780 data.
5781 (gnus-read-active-for-groups): Support finishing the early retrieval of
5782 data.
5783
5784 * gnus-range.el (gnus-range-nconcat): New function.
5785
5786 * gnus-int.el (gnus-finish-retrieve-group-infos)
5787 (gnus-retrieve-group-data-early): New functions.
5788
5789 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5792 (nnrss-retrieve-groups):
5793 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5794 (pop3-quit): Use with-current-buffer.
5795
5796 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5797
5798 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5799 instead of nnheader-accept-process-output.
5800
5801 * gnus-html.el (gnus-html-schedule-image-fetching)
5802 (gnus-html-prefetch-images): Replace process-kill-without-query by
5803 gnus-set-process-query-on-exit-flag.
5804
5805 2010-09-16 Romain Francoise <romain@orebokech.com>
5806
5807 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5808
5809 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5810
5811 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5812 parameter to unintern is mandatory-ish in Emacs 24.
5813
5814 * gnus-html.el (gnus-html-schedule-image-fetching)
5815 (gnus-html-prefetch-images): Check for curl before using it.
5816
5817 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5818 depend on curl, which isn't essential.
5819
5820 * imap.el: Revert back to version
5821 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5822 seem problematic.
5823
5824 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5825
5826 * gnus-registry.el (gnus-registry-install-shortcuts):
5827 Explicitly pass `obarray' to `unintern' to avoid a warning.
5828
5829 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5830
5831 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5832 change.
5833
5834 * nnrss.el (nnrss-request-list): Remove this function and related
5835 functions, including the moreover stuff.
5836
5837 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5838
5839 * nnrss.el (nnrss-retrieve-groups): New function.
5840
5841 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5842
5843 * .dir-locals.el: Add no-byte-compile cookie.
5844
5845 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5846
5847 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5848 for back end that doesn't support request-scan.
5849
5850 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5851
5852 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5853 then do request scans from the backends.
5854
5855 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5856 avoid running a hook per line, since this takes a lot of time,
5857 profiling shows.
5858 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5859 directly if gnus-visual-p is true.
5860
5861 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5862
5863 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5864 groups; replace mapcar with dolist which is a bit faster; pass groups
5865 info to gnus-read-active-file-1.
5866 (gnus-read-active-file-1): Scan only specified groups if the new
5867 optional arg `infos' is given.
5868
5869 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5870
5871 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5872
5873 * pop3.el (pop3-movemail): Remove.
5874 (pop3-streaming-movemail): Rename to pop3-movemail.
5875
5876 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5877 don't restrict end-tag searches to the end of the line.
5878
5879 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5880
5881 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5882 articles of every unchecked group to t, which means unknown since the
5883 server has never been opened.
5884
5885 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5886
5887 * gnus-html.el (gnus-html-show-alt-text): New command.
5888 (gnus-html-browse-image): Ditto.
5889 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5890 to browse the image directly.
5891 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5892 better.
5893
5894 * gnus-async.el (gnus-async-article-callback):
5895 Call `gnus-html-prefetch-images' unconditionally.
5896
5897 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5898 before feeding URLs to curl.
5899
5900 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5901
5902 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5903 internal images as deletable by `W D D'.
5904
5905 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5906 (gnus-async-article-callback): Fix typo.
5907
5908 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5909
5910 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5911 current line to work around bugs in the output from w3m.
5912
5913 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5914 for groups that want that.
5915
5916 * nntp.el (nntp-wait-for-string): Supply a timeout for
5917 accept-process-output to ensure progress.
5918
5919 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5920 level to get unread articles from, then use that for foreign groups,
5921 too.
5922
5923 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5924 confuses the rest of the function.
5925
5926 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5927 for the methods that support -retrieve-groups, too.
5928
5929 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5930
5931 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5932
5933 * pop3.el: Require cl when compiling.
5934 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5935
5936 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5937
5938 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5939 that aren't going to be activated.
5940 (gnus-get-unread-articles): Fix up the last commit.
5941
5942 * gnus-html.el (gnus-article-html): Allow calling without specifying
5943 the handle. In that case, dissect the buffer first.
5944
5945 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5946
5947 * nnimap.el (nnimap-open-connection): Revert the change that would look
5948 into authinfo for imaps instead of imap.
5949
5950 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5951 say that you don't want to call gnus-request-group with don-check, but
5952 do check the reponse. This is for virtual groups only.
5953 (gnus-get-unread-articles): Count the archive groups as secondary, so
5954 that they're activated the same way as before.
5955
5956 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5957 case-insensitively.
5958 (nnimap-debug): Remove.
5959
5960 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5961 mail from a file, and the file doesn't exist.
5962
5963 * pop3.el (pop3-streaming-movemail): Return t for success.
5964
5965 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5966 .authinfo if we're using ssl connection.
5967
5968 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5969 already have if we're in a main Gnus `g' run.
5970
5971 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5972
5973 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5974
5975 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5976
5977 * nnmh.el (nnmh-request-list-1): Bind `file'.
5978
5979 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5980 alias to set-process-query-on-exit-flag or process-kill-without-query.
5981 (pop3-open-server): Use it.
5982
5983 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5984
5985 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5986 box to the Incoming file. Fixes mistake in previous checkin.
5987
5988 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5989 request loop (for debugging purposes) removed.
5990
5991 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5992 culprit is more visible.
5993 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5994 (nnml-add-incremental-nov): New functions to do "incremental" nov
5995 updates, where we just append to the end of the existing nov files
5996 without reading/writing them in full.
5997
5998 * mail-source.el (mail-source-delete-crash-box): Really only check the
5999 incoming files once in a while.
6000
6001 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6002
6003 * mail-source.el (mail-source-delete-crash-box): Only check the
6004 incoming files for deletion once per day to save a lot of file
6005 accesses.
6006
6007 * pop3.el (pop3-logon): Fix up unbound variable typo.
6008
6009 * mail-source.el (pop3-streaming-movemail): Autoload.
6010
6011 * pop3.el (pop3-streaming-movemail):
6012 Respect pop3-leave-mail-on-server.
6013
6014 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6015 retrieval.
6016
6017 * pop3.el (pop3-process-filter): Remove unused function.
6018 (pop3-streaming-movemail, pop3-send-streaming-command)
6019 (pop3-wait-for-messages, pop3-write-to-file)
6020 (pop3-number-of-responses): New functions for streaming pop3
6021 retrieval.
6022
6023 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6024 come from no known methods.
6025 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6026 list.
6027
6028 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6029 message sizes.
6030 (pop3-movemail): Use erase-buffer instead of looping and deleting
6031 regions, which seems rather odd.
6032
6033 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6034 file once per `g' run.
6035
6036 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6037 directories. This makes the draft queue directory work.
6038
6039 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6040 data from the backends, so that we only request the list of groups from
6041 each method once. This should speed things up considerably.
6042
6043 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6044 detect that it's not implemented.
6045
6046 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6047 we actually do recurse down into the tree, but don't stat all leaf
6048 nodes.
6049
6050 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6051 then say so instead of bugging out.
6052
6053 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6054 files exist before trying to read them.
6055
6056 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6057 around <pre_int>.
6058
6059 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6060
6061 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6062
6063 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6064
6065 * mm-util.el (mm-image-load-path): Just return the image directories,
6066 not all directories in the path in addition to the image directories.
6067 (mm-image-load-path): Maintain a cache of the image directories so that
6068 the `g' command in Gnus doesn't have to stat dozens of directories each
6069 time.
6070
6071 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6072 (gnus-html-wash-tags): Add a new `i' command to insert images.
6073 (gnus-html-insert-image): New command and keystroke.
6074 (gnus-html-redisplay-with-images): New command and keystroke.
6075 (gnus-html-show-images): Rename command.
6076 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6077 spacers.
6078 (gnus-html-wash-tags): Decode entities at the end, so that entities
6079 inside the tags don't mess up the rest of the "parsing".
6080
6081 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6082 so that nnimap methods aren't agentized by default. There's apparently
6083 many problems related to agent/imap behaviour.
6084
6085 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6086
6087 * gnus-html.el: Doc fix.
6088
6089 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6090
6091 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6092 glyph-width and glyph-height instead of display-graphic-p and
6093 image-size; make avoidance of displaying small images work for XEmacs.
6094
6095 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6096 for XEmacs.
6097
6098 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6099 of symbol that holds plist data.
6100 (gnus-process-plist): Remove plist of process after getting it.
6101
6102 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6103
6104 * message.el (message-generate-hashcash): Change default to
6105 'opportunistic if hashcash is installed.
6106
6107 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6108 (gnus-html-put-image): Only call image-size once, since it's somewhat
6109 time-consuming on remote X servers.
6110
6111 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6112
6113 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6114 decoded contents.
6115 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6116
6117 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6118
6119 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6120 group line format, since it isn't very interesting.
6121
6122 * gnus-agent.el (gnus-agent-short-article),
6123 (gnus-agent-long-article): Increase values for these two variables,
6124 since most people are likely to have more network connection and
6125 storage than before.
6126
6127 * gnus.el (gnus-refer-article-method): Change default to 'current.
6128 When referring an article, the common behaviour is to refer it from the
6129 current select method, not the native select method. The chances of
6130 the native select method having the message in question is rather slim
6131 these days.
6132
6133 * gnus-sum.el (gnus-auto-select-subject): Change default to
6134 `unseen-or-unread'. I think it's likely that most people want to
6135 select an unseen article over a previously seen, but unread one.
6136
6137 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6138 means that in the article buffer none of the minor mode elements will
6139 be shown, usually, and this is not desirable in most cases.
6140
6141 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6142 that commands like `d' (and the like) go to the next line in the
6143 buffer, instead of the next unread article. I think this is the
6144 behaviour that is most natural for most users.
6145 (gnus-single-article-buffer): Change default to nil, so that people can
6146 have as many article buffers open as they have summary buffer. I think
6147 this is the most natural way for the groups to behave.
6148
6149 * message.el (message-generate-new-buffers): Change default to
6150 `unsent', so that all new message buffers start their names with the
6151 string "*unsent", and it's easier to find the buffers if you move from
6152 them.
6153
6154 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6155
6156 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6157 small. They're probably tracking images.
6158 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6159 (gnus-html-rescale-image): Yet another try at getting the image sizing
6160 right.
6161
6162 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6163 nntp-marks-file-name is nil.
6164
6165 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6166
6167 * gnus-html.el (gnus-html-wash-tags)
6168 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6169 Better logging.
6170
6171 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6172
6173 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6174
6175 * gnus-html.el (gnus-html-wash-tags): Check the value of
6176 gnus-blocked-images in the summary buffer.
6177
6178 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6179
6180 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6181
6182 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6183
6184 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6185 like "a", it seems like.
6186 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6187 since it needs to be picked from the correct buffer.
6188
6189 * nnwfm.el: Remove.
6190
6191 * nnlistserv.el: Remove.
6192
6193 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6194
6195 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6196 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6197
6198 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6199
6200 * nnkiboze.el: Remove.
6201
6202 * nndb.el: Remove.
6203
6204 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6205 alt text.
6206 (gnus-html-rescale-image): Try to get the rescaling logic right for
6207 images that are just wide and not tall.
6208
6209 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6210 overshadow variable bindings.
6211
6212 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6213
6214 * gnus-html.el (gnus-html-wash-tags)
6215 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6216 Add extra logging.
6217
6218 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6219
6220 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6221 (gnus-max-image-proportion): New variable.
6222 (gnus-html-rescale-image): New function.
6223 (gnus-html-put-image): Rescale images.
6224
6225 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 Fix up some byte-compiler warnings.
6228 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6229 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6230 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6231 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6232 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6233 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6234 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6235
6236 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * gnus-html.el (gnus-article-html): Decode contents by charset.
6239
6240 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6241
6242 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6243 (gnus-html-frame-width, gnus-blocked-images)
6244 * message.el (message-prune-recipient-rules): Add custom version.
6245 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6246
6247 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6248 functions.
6249
6250 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6251 gnus-process-get.
6252
6253 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6254
6255 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6256 instead of lsub directly.
6257
6258 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6259
6260 * nnwarchive.el: Remove.
6261
6262 * gnus-soup.el: Remove.
6263
6264 * nnsoup.el: Remove.
6265
6266 * nnultimate.el: Remove.
6267
6268 * gnus-html.el (gnus-blocked-images): New variable.
6269
6270 * message.el (message-prune-recipients): New function.
6271 (message-prune-recipient-rules): New variable.
6272
6273 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6274 guess whether a long line is natural text or not.
6275
6276 * gnus-html.el (gnus-html-schedule-image-fetching):
6277 Use gnus-process-plist and friends for compatibility.
6278
6279 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * gnus-html.el: Require packages that define macros used in this file.
6282 (gnus-article-mouse-face): Declare to silence byte-compiler.
6283 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6284 process-get.
6285 (gnus-html-put-image): Use plist-get to avoid getf.
6286 (gnus-html-prefetch-images): Use with-current-buffer.
6287
6288 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6289
6290 * gnus-ems.el: Provide compatibility functions for
6291 gnus-set-process-plist.
6292
6293 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6294 * gnus.el (gnus-valid-select-methods)
6295 * message.el (message-send-mail-partially-limit)
6296 * mm-decode.el (mm-text-html-renderer)
6297 * mml.el (mml-insert-mime-headers-always)
6298 * smiley.el (smiley-regexp-alist): Bump custom version.
6299
6300 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6301
6302 * gnus-html.el: require mm-url.
6303 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6304 with the url to `url'.
6305 (gnus-html-wash-tags): Support cid: URLs/images.
6306
6307 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6308
6309 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6310 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6311 bindings, as they aren't useful at all. `w' is moved to `W w'.
6312
6313 * gnus-move.el: Remove file, since it doesn't really work.
6314
6315 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6316 UTF-8. This seems to fix problems with some German web feeds.
6317
6318 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6319 at the top so that the proper colours are applied.
6320
6321 * gnus-art.el (gnus-article-view-part): Doc fix.
6322
6323 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6324 XEmacs-compatible.
6325 (gnus-html-put-image): Don't do images on non-graphic displays.
6326
6327 * nnslashdot.el: Remove this unused backend.
6328
6329 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6330 actions.
6331 (gnus-undo-register-1): Revert last change.
6332
6333 * gnus-group.el (gnus-group-completing-read): Protect against not
6334 having completion-styles bound.
6335
6336 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6337 make broken recipients happier.
6338
6339 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6340
6341 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6342 point parameter.
6343
6344 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6345 completion-styles for group selection.
6346
6347 2009-02-04 Andreas Schwab <schwab@suse.de>
6348
6349 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6350 headers and regexp-quote the match if necessary.
6351
6352 2009-03-24 Miles Bader <miles@gnu.org>
6353
6354 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6355 the blinking smiley.
6356
6357 2009-03-24 Simon Josefsson <simon@josefsson.org>
6358
6359 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6360 blink smiley.
6361
6362 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6363
6364 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6365 where the dribbel file lives exists.
6366
6367 * message.el (message-send-mail-partially-limit): Change the default to
6368 nil, since most people don't want this.
6369
6370 * mm-url.el (mm-url-decode-entities): Also decode entities like
6371 &#x3212.
6372
6373 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6374
6375 * gnus-sum.el (gnus-summary-idna-message):
6376 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6377 Hyperlink urls in docstrings with URL `...'.
6378
6379 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6380
6381 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6382 functions.
6383
6384 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6385
6386 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6387 say what the mouseover text should be.
6388
6389 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6390 version of the mm-w3m-safe-url-regexp variable to only download images
6391 in the groups where we want that to happen.
6392
6393 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6394
6395 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6396 easier debugging.
6397 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6398 big pictures in the article buffer.
6399
6400 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6401 gnus-article-html.
6402 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6403 w3m.
6404
6405 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6406
6407 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6408
6409 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6410 which doesn't exist.
6411
6412 * message.el (message-inhibit-ecomplete): New variable to allow some
6413 function to inhibit ecomplete address storage.
6414 (message-resend): Disable ecomplete message storage when resending
6415 messages.
6416
6417 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6418
6419 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6420
6421 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6422 Save excursion while copying, moving, and deleting articles in order to
6423 prevent the cursor from jumping to unforeseen place.
6424
6425 2010-08-17 Glenn Morris <rgm@gnu.org>
6426
6427 * gnus-sync.el: Require gnus components whose functions are used.
6428
6429 * gnus-art.el (bookmark-make-record-function):
6430 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6431 Declare for compiler.
6432
6433 * mm-url.el (mml-compute-boundary): Autoload.
6434
6435 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6436
6437 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6438
6439 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6440
6441 Typo fix "hoo4a" -> "hook".
6442
6443 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6444
6445 2010-08-14 Glenn Morris <rgm@gnu.org>
6446
6447 * gnus-sync.el (gnus-sync): Fix defgroup version.
6448
6449 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6450
6451 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6452
6453 * gnus-sync.el: Fix docs.
6454 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6455 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6456
6457 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6458
6459 Optimizations for gnus-sync.el.
6460
6461 * gnus-sync.el: Add docs about gnus-sync-backend
6462 possibilities.
6463 (gnus-sync-save): Remove unnecessary message.
6464 (gnus-sync-read): Optimize and show what groups were skipped.
6465
6466 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6467
6468 Minor bug fixes for gnus-sync.el.
6469
6470 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6471 Don't read the sync on get-new-news.
6472
6473 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6474 quiet.
6475
6476 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6477 (fix typo).
6478
6479 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6480
6481 Make saving and restoring of hidden threads work with overlays.
6482 Patch applied by Ted Zlatanov.
6483
6484 * gnus-sum.el (gnus-hidden-threads-configuration)
6485 (gnus-restore-hidden-threads-configuration): Update to deal with text
6486 properties, rather than searching for a magic character.
6487
6488 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6489
6490 New gnus-sync.el library for synchronization of marks.
6491
6492 * gnus-sync.el: New library for synchronization of marks.
6493
6494 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6495 renamed from `gnus-registry-grep-in-list'.
6496
6497 * gnus-registry.el (gnus-registry-follow-group-p):
6498 Use `gnus-grep-in-list'.
6499
6500 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6501
6502 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6503
6504 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6505 determining charset of text fails.
6506
6507 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6508
6509 * nnmail.el (nnmail-get-new-mail-1): Revert.
6510
6511 * nnml.el (nnml-active-number): Make sure names of newly created groups
6512 in nnml-group-alist are encoded.
6513
6514 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6515
6516 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6517 containing non-ASCII characters in active file for nnml back end.
6518
6519 2010-07-24 David Engster <dengste@eml.cc>
6520
6521 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6522 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6523
6524 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6525
6526 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6527 tag (Bug#6654).
6528
6529 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6530
6531 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6532 the article buffer, not the summary buffer.
6533
6534 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6535
6536 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6537 Emacs 23 as well.
6538
6539 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6540
6541 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6542 Patch applied by Karl Fogel.
6543
6544 * gnus-sum.el (gnus-summary-bookmark-make-record):
6545 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6546
6547 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6548
6549 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6550 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6551 C-w still not working correctly from Article buffers; Thierry's
6552 patch to fix that will be applied after this.
6553
6554 * gnus-art.el (bookmark-make-record-function): New local variable.
6555
6556 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6557 article buffer.
6558 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6559
6560 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6561
6562 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6563 on changes in bookmark.el.
6564
6565 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6566
6567 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6568 the *other* type of HTML form submission.
6569
6570 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6571
6572 * auth-source.el (auth-source-pick): If choice does not contain a
6573 questioned keyword, set the check to t.
6574
6575 2010-06-12 Romain Francoise <romain@orebokech.com>
6576
6577 * gnus-util.el (gnus-date-get-time): Move up before first use.
6578
6579 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6580
6581 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6582 (gnus-article-edit-part): Bind it to make last part that is substituted
6583 or deleted visible.
6584 (gnus-mime-display-single): Buttonize part of which id equals to
6585 gnus-mime-buttonized-part-id.
6586
6587 2010-06-10 Dan Christensen <jdc@uwo.ca>
6588
6589 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6590 (gnus-dd-mmm): Use gnus-date-get-time.
6591 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6592 simplify logic.
6593 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6594 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6595
6596 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6597
6598 * auth-source.el (top): Autoload `secrets-list-collections',
6599 `secrets-create-item', `secrets-delete-item'.
6600 (auth-sources): Fix tag string.
6601 (auth-get-source, auth-source-retrieve, auth-source-create)
6602 (auth-source-delete): New defuns.
6603 (auth-source-pick): Rewrite in order to avoid 2 passes.
6604 (auth-source-forget-user-or-password): New parameter USERNAME.
6605 (auth-source-user-or-password): New parameters CREATE-MISSING and
6606 DELETE-EXISTING. Retrieve password interactively, if needed.
6607
6608 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6609
6610 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6611 deleting unused directories when gnus-expert-user is t.
6612
6613 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6614
6615 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6616 for each temp file when gnus-article-browse-delete-temp is ask.
6617
6618 2010-05-20 Kevin Ryde <user42@zip.com.au>
6619
6620 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6621
6622 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6623
6624 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6625 article unless decoding article to be saved.
6626
6627 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6628
6629 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6630 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6631 generated within the mm-with-unibyte-current-buffer macro.
6632
6633 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6634
6635 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6636 to nil when we're in a mml-preview buffer and no group is selected.
6637
6638 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6639
6640 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6641 when catching the `C-g'. Reported by "Leo".
6642
6643 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6644
6645 * message.el (message-forward-make-body-plain)
6646 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6647 multibyte-string-p.
6648
6649 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6650
6651 * message.el (message-forward-make-body-mml): Assume original message
6652 is multibyte string; error on unibyte.
6653 (message-forward-make-body-plain): Ditto; don't add excessive newline
6654 in body end.
6655
6656 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6657
6658 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6659 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6660
6661 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6662
6663 * mm-extern.el (mm-extern-url): Don't use
6664 mm-with-unibyte-current-buffer.
6665 (mm-extern-cache-contents): Use with-current-buffer instead of
6666 save-excursion + set-buffer.
6667
6668 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6669
6670 * mm-util.el (mm-emacs-mule): Remove.
6671
6672 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6673
6674 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6675 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6676 change.
6677
6678 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6679
6680 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6681 bind the default value of enable-multibyte-characters to nil.
6682
6683 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6684
6685 * message.el (message-forward-make-body-plain)
6686 (message-forward-make-body-mml):
6687 Don't use mm-with-unibyte-current-buffer.
6688
6689 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6690
6691 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6692 (Bug#5592).
6693
6694 2010-05-07 Julien Danjou <julien@danjou.info>
6695
6696 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6697 it to mm-pipe-part.
6698
6699 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6700 it is given.
6701
6702 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6703
6704 * nnweb.el (nnweb-gmane-search)
6705 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6706 XEmacs.
6707
6708 * gnus-art.el (gnus-article-browse-html-parts)
6709 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6710 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6711 make-temp-file.
6712
6713 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6714 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6715 compiling.
6716
6717 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6718 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6719 XEmacs when compiling.
6720
6721 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6722 gnus-pick-mode-off-hook for XEmacs when compiling.
6723 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6724 gnus-binary-mode-off-hook for XEmacs when compiling.
6725
6726 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6727 Return nil if char-charset is not available.
6728
6729 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6730 macro.
6731
6732 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6733 instead of encode-coding-string.
6734
6735 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6736 'xemacs) instead of mm-emacs-mule to switch function definitions.
6737 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6738
6739 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6740
6741 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6742
6743 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6744
6745 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6746 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6747
6748 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6749
6750 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6751 alias `jka-compr-delete-temp-file' no longer exists.
6752
6753 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 Use define-minor-mode in Gnus where applicable.
6756 * mml.el (mml-mode): Use define-minor-mode.
6757 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6758 (gnus-undo-mode): Use define-minor-mode.
6759 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6760 (gnus-dead-summary-mode): Use define-minor-mode.
6761 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6762 Initialize in declaration.
6763 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6764 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6765 (gnus-mailing-list-mode): Use define-minor-mode.
6766 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6767 (gnus-draft-mode): Use define-minor-mode.
6768 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6769 (gnus-dired-mode): Use define-minor-mode.
6770
6771 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6772
6773 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6774 handles on recursive mml-to-mime translation and check them for
6775 boundary delimiter collisions. Reported by Greg Troxel.
6776
6777 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6778
6779 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6780
6781 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * mm-util.el (mm-find-buffer-file-coding-system):
6784 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6785
6786 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6787
6788 * message.el (message-generate-headers): Record insertion of optional
6789 headers as well. Otherwise the check to prevent repeated insertion of
6790 optional headers is a no-op.
6791
6792 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6793
6794 * smime.el: Don't mention CVS.
6795
6796 * nnrss.el (nnrss-fetch): Don't mention CVS.
6797
6798 * nnir.el: Don't mention CVS.
6799
6800 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6801
6802 * gnus-sum.el (gnus-summary-bookmark-make-record):
6803 Add `location' field.
6804
6805 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6808 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6809 Use with-current-buffer to silence the byte-compiler.
6810 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6811 bother to require `gnus'.
6812 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6813
6814 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6815
6816 * gnus-sum.el (gnus-summary-bookmark-make-record)
6817 (gnus-summary-bookmark-jump): New functions.
6818 (gnus-summary-mode): Setup bookmark support.
6819
6820 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6821
6822 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6823 if set.
6824
6825 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6826
6827 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6828 gnus-article-browse-html-save-cid-image; make it work recursively for
6829 forwarded messages as well.
6830 (gnus-article-browse-html-parts): Work when prefix arg is given.
6831 (gnus-article-browse-html-article): Doc fix.
6832
6833 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * message.el (message-default-mail-headers):
6836 (message-default-headers): Carry the value mail-default-headers over
6837 into message-default-mail-headers, rather than message-default-headers.
6838
6839 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6840
6841 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6842 charset.
6843
6844 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6845 charset into the <meta> tag when the article is encoded to utf-8.
6846
6847 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6848
6849 * gnus-art.el (gnus-article-browse-delete-temp-files):
6850 Delete directories as well.
6851 (gnus-article-browse-html-parts): Work for images that do not specify
6852 file names; delete temp directory when quitting; insert header at the
6853 right place; use file: scheme for image files.
6854
6855 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6856
6857 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6858 (gnus-article-browse-html-parts): Use it to make temporary cid image
6859 files in addition to html file so that browser may display them.
6860
6861 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6862
6863 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6864
6865 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6866
6867 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6868
6869 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6870
6871 * auth-source.el (auth-sources): Change default to be simpler.
6872 Explain about Secret Service API sources. Improve Customize options.
6873 (auth-source-pick): Change to accept any number of search parameters.
6874 Implement fallbacks iteratively, not recursively. Add scoring on the
6875 second pass and sort by score. Call Secret Service API when needed.
6876 (auth-source-user-or-password): Use it. Call Secret Service API
6877 directly when needed to get the user name and the password.
6878
6879 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6880
6881 * message.el (message-interactive): Doc fix.
6882 (message-qmail-inject-args): Reflow.
6883 (message-kill-to-signature): Fix typo in docstring.
6884
6885 * smiley.el (smiley-buffer): Fix typo in docstring.
6886
6887 2010-03-24 Glenn Morris <rgm@gnu.org>
6888
6889 * mail-source.el (gnus-message): Declare.
6890 (mail-source-delete-old-incoming): Require gnus-util.
6891
6892 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6893
6894 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6895
6896 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6897
6898 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6899 password-cache's default if it is not bound.
6900 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6901 password-cache-expiry's default if it is not bound.
6902
6903 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6904 available in Emacs 21.
6905
6906 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6907
6908 * auth-source.el (auth-sources): Fix up definition so extra parameters
6909 are always inline.
6910
6911 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6912
6913 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6914 wasn't updated after mismatch. Clear cached mailbox info correctly
6915 when uidvalidity changes.
6916 (nnimap-group-prefixed-name): New function to avoid some code
6917 duplication.
6918 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6919 (nnimap-request-group): Use it.
6920 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6921 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6922 with many imap folders. This is done by caching the group status from
6923 the imap server persistently in a group parameter `imap-status'. (This
6924 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6925 but not persistently, so every Gnus startup was still very slow.)
6926
6927 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6928
6929 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6930 secrets.el dependency.
6931 (auth-sources): Add optional user name. Add secrets.el configuration
6932 choice (unused right now).
6933
6934 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6935
6936 * gnus-sum.el (gnus-summary-make-menu-bar):
6937 Let `gnus-registry-install-shortcuts' fill in the functions.
6938
6939 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6940 warnings.
6941 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6942 (gnus-registry-install-shortcuts): Populate and use it in a
6943 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6944
6945 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6946
6947 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6948 In-place substitutions for the group name encoding/decoding.
6949 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6950 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6951 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6952 (nnimap-update-unseen, nnimap-request-list)
6953 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6954 (nnimap-request-set-mark, nnimap-split-to-groups)
6955 (nnimap-split-articles, nnimap-request-newgroups)
6956 (nnimap-request-create-group, nnimap-request-accept-article)
6957 (nnimap-request-delete-group, nnimap-request-rename-group)
6958 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6959 `encoded-mbx' for consistency.
6960 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6961 variable `imap-current-mailbox'.
6962
6963 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6964 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6965
6966 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6967
6968 * pop3.el (pop3-display-message-size-flag): Display message size byte
6969 counts during POP3 download.
6970 (pop3-movemail): Use it.
6971 (pop3-list): Implement listing of available messages.
6972
6973 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6974
6975 * nnir.el (nnir-get-article-nov-override-function): New function to
6976 override the normal NOV retrieval.
6977 (nnir-retrieve-headers): Use it.
6978
6979 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6980
6981 * auth-source.el (netrc-machine-user-or-password): Autoload.
6982
6983 2010-03-19 Glenn Morris <rgm@gnu.org>
6984
6985 Stop message.el from loading about 40 libraries it doesn't always need.
6986 The general approach is to autoload rather than require, and to
6987 require in the specific functions rather than the file. (Bug#5642)
6988
6989 * gmm-utils.el: Don't require wid-edit.
6990 (widget-create-child-value, widget-convert, widget-default-get):
6991 Autoload.
6992
6993 * gnus-util.el: Don't require time-date, netrc.
6994 (message-fetch-field, gnus-group-name-decode): Declare rather than
6995 autoloading.
6996 (gnus-fetch-field): Require message.
6997 (gnus-decode-newsgroups): Require gnus-group.
6998
6999 * ietf-drums.el: Don't require time-date.
7000
7001 * message.el: Don't require hashcash, canlock, ecomplete.
7002 Do require mail-utils. Require nnheader only when compiling.
7003 (smtpmail-default-smtp-server): Remove declaration.
7004 (message-send-mail-function): Check smtpmail-default-smtp-server
7005 is bound rather than requiring smtpmail.
7006 (message-auto-save-directory, message-insert-signature):
7007 Use expand-file-name rather than nnheader-concat.
7008 (nnheader-insert-file-contents): Autoload.
7009 (hashcash-wait-async): Declare.
7010 (message-send-mail): Only call gnus-setup-posting-charset if
7011 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
7012 (message-send-mail-with-sendmail): Require sendmail.
7013 (canlock-password, canlock-password-for-verify): Declare.
7014 (message-canlock-password): Require canlock.
7015 (nnheader-get-report): Autoload.
7016 (gnus-setup-posting-charset): Declare.
7017 (message-send-news): Require gnus-msg.
7018 (message-make-references, message-make-in-reply-to): Use mail-header-id
7019 rather than the alias mail-header-message-id.
7020 (ecomplete-add-item, ecomplete-save): Declare.
7021 (message-put-addresses-in-ecomplete): Require ecomplete.
7022 (ecomplete-display-matches): Autoload.
7023
7024 * mm-decode.el: Don't require mailcap, gnus-util.
7025 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7026 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7027 Autoload.
7028 (mailcap-mime-extensions): Declare.
7029
7030 * mm-encode.el: Don't require mailcap.
7031 (mailcap-extension-to-mime): Autoload.
7032
7033 * mml-sec.el: Don't require password-cache.
7034
7035 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7036 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7037 (mml-minibuffer-read-type): Require mailcap.
7038 (mml-preview): Require gnus-msg.
7039
7040 * mml1991.el: Require password-cache.
7041 (password-cache-expiry): Remove declaration.
7042
7043 * mml2015.el: Require password-cache.
7044 (password-cache-expiry): Remove declaration.
7045
7046 * nneething.el (mailcap): Require mailcap.
7047
7048 * nnheader.el (declare-function): Add compatibility stub.
7049 (message-remove-header): Declare rather than autoload.
7050 (nnheader-replace-header): Require message.
7051
7052 * nnimap.el (declare-function): Add compatibility stub.
7053 (netrc-parse, netrc-machine-user-or-password): Declare.
7054 (nnimap-open-connection): Require netrc.
7055
7056 * nntp.el (declare-function): Add compatibility stub.
7057 (netrc-parse, netrc-machine, netrc-get): Declare.
7058 (nntp-send-authinfo): Require netrc.
7059
7060 * rfc2047.el: Don't require qp.
7061 (quoted-printable-encode-region, quoted-printable-decode-string):
7062 Autoload.
7063
7064 * sieve-mode.el: Don't require easymenu.
7065 (easy-menu-add-item): Autoload it.
7066
7067 * spam-stat.el (time-to-number-of-days): Autoload it.
7068
7069 2010-03-17 Kevin Ryde <user42@zip.com.au>
7070
7071 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7072 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7073 value if any backslash escapes).
7074
7075 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7078 if it is available. (bug#5647)
7079
7080 2010-02-26 Glenn Morris <rgm@gnu.org>
7081
7082 * message.el (message-send-mail-function): Change the default, so that
7083 it inherits from a customized send-mail-function. (Bug#5643)
7084
7085 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7088 shell-command-to-string signals an error (bug#5299).
7089
7090 2010-02-24 Glenn Morris <rgm@gnu.org>
7091
7092 * message.el (message-smtpmail-send-it)
7093 (message-send-mail-with-mailclient): Doc fixes.
7094
7095 2010-02-16 Glenn Morris <rgm@gnu.org>
7096
7097 * message.el (message-default-mail-headers): Change the default value
7098 to ease the transition from mail-mode to message-mode. (Bug#5555)
7099
7100 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7101
7102 * message.el (message-mail): Just pass yank-action on to message-setup.
7103 (message-setup): Handle (FUN . ARGS) form of yank-action.
7104 (message-with-reply-buffer, message-widen-reply)
7105 (message-yank-original): Handle non-buffer values of
7106 message-reply-buffer (Bug#4080).
7107 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7108
7109 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7110
7111 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7112 Fix typo in docstring.
7113
7114 2010-01-08 Jason Rumney <jasonr@gnu.org>
7115
7116 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7117 response.
7118
7119 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7120
7121 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7122
7123 * message.el (message-check-news-header-syntax): Protect against a
7124 string that `rfc822-addresses' returns when parsing fails.
7125
7126 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7129 (gnus-previous-char-property-change): New functions.
7130
7131 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7132
7133 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7134
7135 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7136 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7137
7138 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7139
7140 * message.el (message-exchange-point-and-mark): Rework last change to
7141 avoid using optional arg of exchange-point-and-mark, for backward
7142 compatibility.
7143
7144 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7145
7146 * message.el (message-exchange-point-and-mark):
7147 Call exchange-point-and-mark with an argument rather than setting
7148 mark-active by hand (Bug#5175).
7149
7150 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7151
7152 * nntp.el (nntp-service-to-port): Work for service expressed with
7153 numeric string; replace [:digit:] with [0-9] for XEmacs.
7154
7155 2009-12-17 Glenn Morris <rgm@gnu.org>
7156
7157 * gnus-group.el (gnus-bug-group-download-format-alist):
7158 Change emacs entry to debbugs.gnu.org. Bump :version.
7159
7160 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7161
7162 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7163
7164 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7165
7166 * message.el (message-info): Explain why we use `Info-goto-node'.
7167
7168 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * message.el (message-completion-in-region): New compatibility function.
7171 (message-expand-group): Use it.
7172
7173 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7174
7175 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7176 with no unread article should be listed if the 2nd arg `predicate' is
7177 given.
7178
7179 2009-11-29 Juri Linkov <juri@jurta.org>
7180
7181 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7182 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7183 on `gnus-recenter'. (Bug#4698, Bug#4981)
7184
7185 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7186
7187 * message.el (message-from-style, message-interactive)
7188 (message-signature): Always set default values from the corresponding
7189 mail-* variables.
7190 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7191 (message-yank-prefix, message-indentation-spaces)
7192 (message-signature-file, message-default-headers): Use boundp rather
7193 than (featurep 'xemacs) to check if the corresponding mail-* variables
7194 exist.
7195
7196 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7197
7198 * message.el (message-send-mail-with-sendmail): Revert last change.
7199
7200 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7201
7202 * message.el (message-from-style, message-interactive)
7203 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7204 (message-yank-prefix, message-indentation-spaces, message-signature)
7205 (message-signature-file, message-default-headers): For GNU Emacs, set
7206 default values from the corresponding mail-* variables.
7207 (message-send-mail-with-sendmail): Use envelope-from only if
7208 mail-specify-envelope-from is non-nil.
7209
7210 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7211
7212 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7213 containing tspecial characters if they have been already quoted.
7214
7215 2009-10-24 Glenn Morris <rgm@gnu.org>
7216
7217 * gnus-art.el (help-xref-stack-item): Define for compiler.
7218
7219 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7220
7221 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7222
7223 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7224
7225 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7226 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7227
7228 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7229
7230 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7231 (gnus-overlays-in): New alias to overlays-in.
7232
7233 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7234 gnus-overlay-get, and gnus-delete-overlay.
7235 (gnus-summary-show-thread): Make it work as well for systems in which
7236 next-single-char-property-change is not available.
7237 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7238
7239 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7240
7241 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7242
7243 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7244
7245 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7246 and XEmacs that don't have `remove-overlays'.
7247
7248 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7251 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7252 selective display. Use overlays instead.
7253
7254 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7255
7256 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7257
7258 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7259
7260 * spam-stat.el (spam-stat-load): Fix typo in message.
7261
7262 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7263
7264 * gnus-art.el (gnus-article-encrypt-body):
7265 * message.el (message-check-recipients):
7266 * mm-util.el (mm-codepage-setup):
7267 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7268 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7269
7270 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7271
7272 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7273 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7274 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7275 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7276 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7277
7278 2009-09-18 Glenn Morris <rgm@gnu.org>
7279
7280 * gnus-diary.el (gnus-diary-check-message):
7281 * message.el (message-insert-formatted-citation-line):
7282 * nnbabyl.el (top-level):
7283 * nndiary.el (nndiary-schedule):
7284 Fix typos in condition-case handlers.
7285
7286 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7287
7288 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7289 configuration that provides the sole article window in a frame;
7290 position point correctly after deleting a part.
7291
7292 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7293
7294 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7295 (spam-resolve-registrations-routine): Use it to unregister articles
7296 that change status.
7297
7298 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7299
7300 * nnrss.el (nnrss-request-article): Remove binding of
7301 default-enable-multibyte-characters that has gotten needless by
7302 the 2007-07-13 change in rfc2047-encode-message-header.
7303
7304 * mml.el (mml-insert-multipart): Error on the message header.
7305 (mml-insert-part): Error on the message header; position point at
7306 the end of a MIME tag.
7307
7308 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7309
7310 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7311 (gnus-float-time): Alias to float-time if it exists.
7312
7313 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7314 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7315 float-time is available; suppress compile warning for time-to-seconds.
7316
7317 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7318
7319 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7320 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7321 Add the optional argument `encoding' that overrides the default.
7322
7323 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7324 mm-encode-buffer.
7325
7326 2009-09-04 Glenn Morris <rgm@gnu.org>
7327
7328 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7329 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7330 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7331 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7332 * mm-util.el (mm-with-unibyte-current-buffer)
7333 (mm-find-buffer-file-coding-system):
7334 * yenc.el (yenc-decode-region): Use default-value rather than
7335 default-enable-multibyte-characters.
7336
7337 2009-09-03 Glenn Morris <rgm@gnu.org>
7338
7339 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7340 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7341 than default-enable-multibyte-characters.
7342
7343 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7344
7345 * gnus-art.el (gnus-article-read-summary-keys):
7346 Fix gnus-buffer-configuration's value temporarily used.
7347
7348 2009-09-02 Glenn Morris <rgm@gnu.org>
7349
7350 * gnus-util.el (gnus-float-time): New function.
7351 * gnus-delay.el (gnus-delay-article):
7352 * gnus-sum.el (gnus-thread-latest-date):
7353 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7354 * nnspool.el (nnspool-request-newgroups):
7355 Use gnus-float-time rather than time-to-seconds.
7356 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7357
7358 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7359 (gnus-header-subject-face, gnus-header-newsgroups-face)
7360 (gnus-header-name-face, gnus-header-content-face):
7361 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7362 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7363 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7364 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7365 (gnus-cite-face-11):
7366 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7367 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7368 (gnus-server-closed-face, gnus-server-denied-face)
7369 (gnus-server-offline-face):
7370 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7371 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7372 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7373 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7374 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7375 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7376 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7377 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7378 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7379 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7380 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7381 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7382 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7383 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7384 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7385 (gnus-summary-high-undownloaded-face)
7386 (gnus-summary-low-undownloaded-face)
7387 (gnus-summary-normal-undownloaded-face)
7388 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7389 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7390 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7391 (gnus-splash-face):
7392 * message.el (message-header-to-face, message-header-cc-face)
7393 (message-header-subject-face, message-header-newsgroups-face)
7394 (message-header-other-face, message-header-name-face)
7395 (message-header-xheader-face, message-separator-face)
7396 (message-cited-text-face, message-mml-face):
7397 * sieve-mode.el (sieve-control-commands-face)
7398 (sieve-action-commands-face, sieve-test-commands-face)
7399 (sieve-tagged-arguments-face):
7400 * spam.el (spam-face):
7401 Mark face aliases with "-face" in the name as obsolete.
7402
7403 2009-09-01 Glenn Morris <rgm@gnu.org>
7404
7405 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7406 than goto-line.
7407
7408 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7409
7410 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7411 Don't move point if the command is invoked inside the message header.
7412
7413 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7416 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7417 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7418 * nnir.el (nnir-swish-e-index-file):
7419 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7420 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7421 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7422 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7423 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7424 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7425
7426 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7427
7428 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7429 Don't save excursion.
7430
7431 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * nnheader.el (nnheader-find-file-noselect):
7434 * mm-util.el (mm-insert-file-contents):
7435 Use (default-value 'major-mode) instead of default-major-mode.
7436
7437 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7440
7441 2009-08-25 Glenn Morris <rgm@gnu.org>
7442
7443 * nnir.el (top-level): Don't require cl at run-time.
7444 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7445 Replace cl-function substitute with gnus-replace-in-string.
7446 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7447 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7448 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7449 simplified expansions.
7450
7451 2009-08-22 Glenn Morris <rgm@gnu.org>
7452
7453 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7454 goto-line.
7455
7456 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7457
7458 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7459
7460 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7461 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7462 (gnus-mm-display-part, gnus-mime-display-single)
7463 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7464 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7465
7466 * gnus-sum.el
7467 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7468 (gnus-summary-move-article): Add expirable mark to articles copied or
7469 moved to group that has auto-expire turned on if the option is non-nil.
7470
7471 2009-07-24 Glenn Morris <rgm@gnu.org>
7472
7473 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7474 Fix typo. (Bug#3903)
7475
7476 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7477
7478 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7479 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7480 that should not be used for draft articles.
7481 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7482 that has no concern in minor mode keys.
7483 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7484 Abolish.
7485
7486 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7487
7488 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7489 article without making inquiry to a user for unknown encoding.
7490
7491 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7492 (nnmaildir--scan): Assume i-node and device number that file-attributes
7493 returns might be cons-cell.
7494
7495 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7496
7497 * auth-source.el: Remove docs now in auth.texi. Don't use
7498 `gnus-message' for logging. Add new variables `auth-source-debug' and
7499 `auth-source-hide-passwords' and use them.
7500
7501 2009-07-15 Glenn Morris <rgm@gnu.org>
7502
7503 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7504
7505 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7506
7507 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7508 excessive whitespace from the default values of title and description.
7509
7510 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7513 mail-fetch-field to fetch Content-Description header in order to
7514 exclude newlines.
7515
7516 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7517
7518 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7519 to deleted part.
7520
7521 2009-05-30 David Engster <dengste@eml.cc>
7522
7523 * nnmairix.el: Remove old documentation in the commentary block.
7524 (nnmairix-request-group): Do not update active file for nnml back ends.
7525 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7526 end so that overview files are ignored.
7527 (nnmairix-update-groups): Make updating the groups more robust by using
7528 marks.
7529 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7530 with dollar characters in message-id.
7531
7532 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7533
7534 * spam.el: Use dns-query instead of query-dns. Was renamed on
7535 2008-12-25 in dns.el.
7536
7537 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7538
7539 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7540 could happen if the text is only composed of spaces and/or tabs.
7541
7542 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7543
7544 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7545 when sending a queued message to avoid extra mml tags.
7546
7547 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7550
7551 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7552
7553 * gnus-dired.el: Remove autoload for gnus-setup-message.
7554 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7555 displaying Gnus logo; always use compose-mail.
7556
7557 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7560
7561 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7562
7563 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7564 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7565 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7566 available.
7567 (gnus-nocem-epg-verify): New function.
7568
7569 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7570
7571 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7572
7573 2009-02-15 Glenn Morris <rgm@gnu.org>
7574
7575 * gnus-util.el (rmail-insert-rmail-file-header)
7576 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7577 autoloads.
7578 (rmail-default-rmail-file): Remove unnecessary declaration.
7579 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7580
7581 2009-02-14 Glenn Morris <rgm@gnu.org>
7582
7583 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7584 variable (only used in gnus-util, which declares it anyway).
7585 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7586 which was only needed by gnus-art (changed to not use it any more).
7587 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7588 only used in gnus-util, which autoloads it itself.
7589 (rmail-update-summary): Fix autoload.
7590
7591 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7592 rather than rmail-output-to-rmail-file.
7593
7594 2009-02-07 Glenn Morris <rgm@gnu.org>
7595
7596 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7597 autoload of function that no longer exists.
7598 (rmail-toggle-header): Declare.
7599 (message-forward-rmail-make-body): Handle mbox Rmail.
7600
7601 2009-01-31 Glenn Morris <rgm@gnu.org>
7602
7603 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7604 2009-01-09 change.
7605
7606 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7607
7608 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7609 (auth-source-forget-all-cached): New convenience function.
7610 (auth-source-user-or-password): Accept list of modes or a single mode.
7611
7612 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7613 auth-source modes.
7614
7615 * nnimap.el (nnimap-open-connection): Use list of
7616 auth-source modes.
7617
7618 * nntp.el (nntp-send-authinfo): Use list of
7619 auth-source modes.
7620
7621 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7622
7623 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7624 now.
7625
7626 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7627
7628 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7629 coding system in XEmacs; add a workaround for XEmacs.
7630
7631 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7632
7633 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7634 of current-language-environment.
7635
7636 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7637
7638 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7639 available at runtime.
7640
7641 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7644
7645 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7646
7647 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7648 the greatest positive fixnum value doesn't work under an XEmacs with
7649 bignum support; use the most-positive-fixnum constant instead,
7650 available since Emacs 21.1 with cl and XEmacs 21.1.
7651
7652 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7653
7654 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7655 XEmacs gets not to work.
7656
7657 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7658
7659 * mm-util.el (mm-coding-system-priorities): Allow the value like
7660 "Japanese (UTF-8)" of current-language-environment.
7661
7662 2009-01-09 Glenn Morris <rgm@gnu.org>
7663
7664 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7665 with last-command-event.
7666
7667 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7668
7669 * message.el (message-fix-before-sending): Amend comment.
7670
7671 2009-01-07 David Engster <dengste@eml.cc>
7672
7673 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7674 simplified server definitions by converting it via
7675 gnus-server-to-method.
7676
7677 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7678
7679 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7680 parameter's operands.
7681
7682 2009-01-06 David Engster <dengste@eml.cc>
7683
7684 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7685 primary select method (for gnus-group-mark-article-as-read).
7686
7687 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7688
7689 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7690 `(gnus)Face', not `(gnus)X-Face'.
7691
7692 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7693
7694 * mm-util.el (mm-ucs-to-char): New function.
7695
7696 * mm-url.el (mm-url-decode-entities): Use it.
7697
7698 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7699
7700 * message.el (message-fix-before-sending): Add `eight-bit' to
7701 illegible-text check.
7702
7703 2009-01-03 Michael Olson <mwolson@gnu.org>
7704
7705 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7706 `headers' is nil. This can occur if the IMAP server does not have
7707 permissions to read messages from a folder, but can write new messages
7708 to the folder.
7709 (nnimap-request-article-part): Do not insert `data' if it is nil.
7710
7711 2009-01-01 Dave Love <fx@gnu.org>
7712
7713 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7714
7715 * nnimap.el: Fix author email.
7716 (nnimap-split-rule): Add FIXME comment.
7717 (nnimap-debug): Fix doc string.
7718
7719 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7720
7721 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7722 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7723 to check if those variables exist (first appeared in Emacs 18.50).
7724
7725 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * mm-util.el (mm-line-number-at-pos): New function.
7728
7729 * spam-report.el (spam-report-process-queue): Use it.
7730
7731 2008-12-24 David Engster <dengste@eml.cc>
7732
7733 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7734 parameters that haven't existed as variables as buffer-local variables.
7735
7736 2008-12-23 Dave Love <fx@gnu.org>
7737
7738 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7739 cadar.
7740
7741 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7742 imap-starttls-p.
7743 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7744
7745 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7746
7747 * spam-report.el (spam-report-gmane-max-requests): New constant.
7748 (spam-report-gmane-wait): New variable.
7749 (spam-report-gmane-ham, spam-report-gmane-spam)
7750 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7751 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7752 the server.
7753
7754 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7755 Add explanations.
7756
7757 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7758 nnheader-accept-process-output and nnheader-read-timeout if available.
7759 (pop3-movemail): Use it.
7760
7761 * message.el (message-check-news-body-syntax): Fix signature check if
7762 there's an attachment.
7763
7764 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7765
7766 * mm-util.el: Add comments to the mm- emulating functions.
7767
7768 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7769
7770 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7771 Reported by Stephen Berman <stephen.berman@gmx.net>.
7772
7773 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7774
7775 * mm-util.el (mm-substring-no-properties): New function.
7776 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7777 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7778 (mm-string-to-multibyte): Doc fix.
7779
7780 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7781
7782 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7783
7784 * mml.el (mml-attach-file): Strip text properties from file name.
7785 (Bug#1574)
7786
7787 2008-12-16 Glenn Morris <rgm@gnu.org>
7788
7789 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7790
7791 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7792
7793 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7794 knows since the charset specified might be a bogus alias that
7795 mm-charset-synonym-alist provides.
7796
7797 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7798
7799 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7800 "ISO_8859-1".
7801
7802 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7803
7804 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7805
7806 * mm-util.el (mm-charset-eval-alist):
7807 Define it before mm-charset-to-coding-system.
7808 (mm-charset-to-coding-system): Add optional argument `silent';
7809 define it before mm-charset-override-alist.
7810 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7811 default value if it can be used in Emacs currently running;
7812 silence mm-charset-to-coding-system.
7813
7814 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7815
7816 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7817 `allow-override' which says whether to use `mm-charset-override-alist'.
7818 (rfc2047-decode-encoded-words): Use it.
7819
7820 * mm-util.el (mm-charset-override-alist): Fix custom type;
7821 add `(gb2312 . gbk)' to choices.
7822
7823 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7824
7825 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7826 fast.
7827
7828 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7829
7830 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7831
7832 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7833 on links.
7834
7835 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7836
7837 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7838
7839 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7840 users' addresses that don't have domain parts.
7841 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7842 rather than message-narrow-to-head since there will be the message
7843 header separator.
7844
7845 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7848 since the result is inserted in a unibyte buffer anyway.
7849 (nnimap-demule-use-string-to-multibyte): Remove.
7850 (nnimap-demule): Alias it to mm-string-to-multibyte.
7851
7852 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7853
7854 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7855 variable for debugging bug#464 and bug#1174.
7856 (nnimap-demule): Use it.
7857
7858 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7859
7860 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7861 score calculation correctly.
7862
7863 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * message.el (message-send-mail): Just set the buffer to unibyte
7866 rather than use mm-with-unibyte-current-buffer which does a lot more.
7867 (message-send-mail-partially): Don't bother with
7868 mm-with-unibyte-current-buffer since it's already been made unibyte by
7869 message-send-mail.
7870
7871 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7872
7873 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7874
7875 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7876
7877 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7878
7879 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7880
7881 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7882 require itself and to remove `with-no-warnings'.
7883
7884 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7885
7886 * starttls.el (starttls-any-program-available): Get the name of the
7887 available TLS layer program.
7888 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7889 well as the host name in the "opening" message.
7890
7891 * auth-source.el (auth-source-cache, auth-source-do-cache)
7892 (auth-source-user-or-password): Cache passwords and logins by default,
7893 allow override with `auth-source-do-cache'.
7894 (auth-source-forget-user-or-password): Allow users to remove cache
7895 entries if needed.
7896
7897 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7898
7899 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7900 condition-case to only the forward-sexp call.
7901
7902 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7903
7904 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7905 quotes contained. Make it more robust regardless by an extra
7906 condition-case wrapper.
7907
7908 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7909
7910 * nnml.el (nnml-request-expire-articles): Check if the function set to
7911 `nnmail-expiry-target' returns the symbol `delete'.
7912
7913 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7914
7915 * nnmail.el (nnmail-expiry-target): Fix custom type.
7916
7917 2008-10-02 Glenn Morris <rgm@gnu.org>
7918
7919 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7920 Silence compiler warning.
7921
7922 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7923
7924 * mml.el (mml-menu): Don't assume mml2015 is bound.
7925
7926 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7927
7928 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7929 exists.
7930
7931 2008-09-27 Glenn Morris <rgm@gnu.org>
7932
7933 * gnus-util.el (mail-header-remove-comments): Autoload it.
7934
7935 2008-09-27 Andreas Schwab <schwab@suse.de>
7936
7937 * gnus-util.el (gnus-split-references): Strip comments.
7938 (gnus-parent-id): Likewise.
7939
7940 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7941
7942 * message.el (message-confirm-send): Fix version.
7943
7944 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7945
7946 * message.el (message-idna-to-ascii-rhs-1): Use
7947 mail-extract-address-components rather than mail-header-parse-addresses
7948 that is an alias by default to ietf-drums-parse-addresses that does not
7949 support non-ASCII names in headers' contents.
7950
7951 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7952
7953 * message.el (message-confirm-send): Fix variable documentation to
7954 avoid the "y/n" wording.
7955
7956 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7957
7958 * message.el (message-set-auto-save-file-name): Save to a different
7959 filename so multiple messages (especially drafts) can be recovered.
7960
7961 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7962
7963 * message.el (message-confirm-send): Add appropriate version.
7964
7965 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7966
7967 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7968 defvar.
7969
7970 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7971
7972 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7973 (mm-pkcs7-enveloped-magic): Ditto.
7974
7975 2008-09-17 Simon Josefsson <simon@josefsson.org>
7976
7977 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7978 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7979
7980 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7981
7982 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7983 default, it's better.
7984
7985 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7986
7987 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7988 summary line gnus-number property and ignore them (with a warning
7989 message).
7990
7991 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7992
7993 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7994 macro caddr in the interactive form since it won't be expanded.
7995
7996 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7997
7998 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7999 `charset'; fix name of function called recursively.
8000 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8001
8002 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8003
8004 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8005 (gnus-mime-set-charset-parameters): New function.
8006 (gnus-mime-view-part-as-charset): Use it to correctly display part
8007 specifying wrong charset.
8008
8009 2008-09-08 David Engster <dengste@eml.cc>
8010
8011 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8012 in completing-read for back end server.
8013
8014 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
8015
8016 * message.el (message-confirm-send): New variable to confirm sending a
8017 message.
8018 (message-send): Use it.
8019
8020 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
8021
8022 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8023
8024 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
8025
8026 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8027
8028 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
8029
8030 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8031 prevent tracking too many groups.
8032 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8033 Use it.
8034
8035 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
8036
8037 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8038 moving point to the bottom of the window in order to avoid recentering.
8039
8040 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
8041
8042 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8043 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8044 (gnus-article-beginning-of-window): Fix calculation.
8045
8046 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
8047
8048 * gnus-msg.el (gnus-summary-supersede-article)
8049 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8050 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8051 message header.
8052
8053 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8054
8055 * message.el:
8056 * gnus-start.el:
8057 * gnus-registry.el: Remove VMS support.
8058
8059 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8060
8061 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8062 macro.
8063 (rfc2104-hash): Use it.
8064
8065 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8066
8067 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8068 (gnus-summary-sort-by-most-recent-date): New commands.
8069 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8070 and menu entries.
8071
8072 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8073
8074 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8075 don't redisplay article for raw contents; remove plural articles stuff.
8076
8077 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8078 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8079 on gnus-summary-save-article; display results properly.
8080
8081 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8082
8083 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8084
8085 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8086
8087 * gnus-art.el (gnus-summary-save-in-pipe):
8088 Consider gnus-save-all-headers.
8089
8090 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8091
8092 * gnus-util.el (ns-focus-frame): Remove declaration.
8093 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8094 like x.
8095
8096 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8097
8098 * rfc2104.el (rfc2104-zero): Delete defconst.
8099 (rfc2104-hex-alist): Likewise.
8100 (rfc2104-hex-to-int): Delete func.
8101 (rfc2104-hexstring-to-bitstring): Likewise.
8102 (rfc2104-nybbles): New defconst.
8103 (rfc2104-hash): Rewrite for speed.
8104
8105 2008-07-16 Glenn Morris <rgm@gnu.org>
8106
8107 * gnus-util.el (ns-focus-frame): Declare for compiler.
8108
8109 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8110
8111 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8112 set as a group parameter.
8113 (gnus-summary-save-in-pipe): Work when it is called independently.
8114 (gnus-summary-pipe-to-muttprint): Don't modify
8115 gnus-summary-pipe-output-default-command.
8116
8117 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * message.el (message-send-mail-with-sendmail):
8120 Display the error message.
8121
8122 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8123
8124 * gnus-art.el (gnus-default-article-saver):
8125 Add gnus-summary-save-in-pipe to choices.
8126 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8127 gnus-summary-pipe-output-default-command as the default command.
8128 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8129 instead of gnus-last-shell-command.
8130
8131 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8132 New user option.
8133 (gnus-summary-muttprint-program): Mention the value will be changed.
8134 (gnus-summary-save-article): Force showing of all headers.
8135 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8136
8137 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8138
8139 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8140
8141 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8142
8143 * nnimap.el (nnimap-id):
8144 * sieve-manage.el (sieve-manage-open): Doc fixes.
8145
8146 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8147
8148 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8149 if available.
8150
8151 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8154
8155 * nnkiboze.el (nnkiboze-generate-group):
8156 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8157
8158 * nnmairix.el: Require CL.
8159
8160 2008-06-15 David Engster <dengste@eml.cc>
8161
8162 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8163
8164 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8165
8166 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8167 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8168 runtime choice under XEmacs.
8169
8170 * gnus-sum.el (gnus-summary-set-display-table):
8171 Use `gnus-put-display-table', `gnus-get-display-table',
8172 `gnus-set-display-table' for the display table, instead of `aset'.
8173
8174 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8175
8176 * nnmairix.el: Add autoloads.
8177
8178 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8179
8180 * nnmairix.el (nnmairix-delete-recreate-group)
8181 (nnmairix-update-and-clear-marks): Fix error messages.
8182
8183 2008-06-14 David Engster <dengste@eml.cc>
8184
8185 * nnmairix.el: Upgrade to version 0.6.
8186 (nnmairix-group-toggle-propmarks-this-group)
8187 (nnmairix-group-toggle-readmarks-this-group)
8188 (nnmairix-group-delete-recreate-this-group)
8189 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8190 (nnmairix-remove-tick-mark-original-article): New commands.
8191 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8192 (nnmairix-propagate-marks-to-nnmairix-groups)
8193 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8194 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8195 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8196 functions needed for marks propagation and manipulation of read marks.
8197 (nnmairix-update-groups): New function.
8198 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8199 (nnmairix-determine-original-group-from-registry)
8200 (nnmairix-determine-original-group-from-path)
8201 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8202 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8203 New helper functions.
8204 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8205 keystrokes for new commands.
8206 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8207 (nnmairix-request-group): Check allow-fast group parameter.
8208 (nnmairix-request-create-group): Set allow-fast group parameter if
8209 nnmairix-allowfast-default is set.
8210 (nnmairix-close-group): Propagate marks upon closing if needed.
8211 (nnmairix-group-toggle-threads-this-group): Use new.
8212 nnmairix-group-toggle-parameter helper function.
8213 (nnmairix-search): Better check for empty search result.
8214 (nnmairix-goto-original-article): Use new helper functions for
8215 determining original article.
8216 (nnmairix-show-original-article): Make sure message-id is in brackets.
8217 (nnmairix-call-mairix-binary): Change variable name.
8218 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8219 helper function.
8220 (nnmairix-widget-toggle-activate): Fix doc string.
8221
8222 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8223
8224 * nnir.el: Require edmacro when compiling with XEmacs.
8225 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8226 available in Emacs 21.
8227
8228 2008-06-11 Glenn Morris <rgm@gnu.org>
8229
8230 * gnus-util.el (x-focus-frame):
8231 * gnus.el (image-size):
8232 * mm-decode.el (image-size): Declare.
8233
8234 * gnus-picon.el (declare-function): Add compat definition.
8235 (image-size): Declare.
8236
8237 * gnus-group.el (tool-bar-map):
8238 * gnus-sum.el (tool-bar-map): Define for compiler.
8239
8240 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8241
8242 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8243
8244 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8245 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8246 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8247 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8248 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8249 * sieve-manage.el, spam-report.el, spam.el:
8250 Remove unnecessary eval-and-compile of autoloads.
8251
8252 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8253
8254 * auth-source.el: Precise Tramp doc.
8255
8256 2008-06-07 Glenn Morris <rgm@gnu.org>
8257
8258 * nnmairix.el: Remove unnecessary eval-when-compile.
8259
8260 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8261
8262 * nnir.el: New file.
8263
8264 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * gnus-util.el (gnus-read-shell-command): New function.
8267 * mm-decode.el (mm-pipe-part):
8268 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8269
8270 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8271
8272 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8273
8274 2008-06-03 Glenn Morris <rgm@gnu.org>
8275
8276 * pop3.el (nnheader-accept-process-output): Autoload it.
8277
8278 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8279
8280 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8281 are not 2-digit hexadecimal characters that follow `%'s.
8282
8283 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8284
8285 * message.el (message-bogus-recipient-p): Fix type in doc string.
8286 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8287 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8288 Improve custom options.
8289 (message-bogus-recipient-p): Adjust accordingly.
8290
8291 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8292
8293 * nnmairix.el: Require edmacro when compiling with XEmacs.
8294
8295 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8296
8297 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8298 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8299
8300 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8301
8302 * auth-source.el: Add more docs.
8303
8304 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8305
8306 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8307 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8308 retrieval faster in some cases, but might make CPU usage larger.
8309 If this has any bad side effects, we might revert this change.
8310
8311 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8312 seems to make mail retrieval much, much faster.
8313 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8314 unconditionally.
8315
8316 * gnus-draft.el (gnus-group-send-queue):
8317 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8318
8319 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8320
8321 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8322
8323 * message.el (message-bogus-address-regexp): Fix and improve custom
8324 type.
8325 (message-setup-hook): Add message-check-recipients as custom option.
8326
8327 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8328
8329 * message.el (message-cite-function): Remove bogus autoload which crept
8330 in during merge from v5-10.
8331
8332 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8333
8334 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8335
8336 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8337
8338 * auth-source.el: Preliminary Tramp docs.
8339 (auth-sources): Change the default auth-sources to use
8340 EPA .gpg files.
8341
8342 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8343
8344 * nntp.el: Autoload `auth-source-user-or-password'.
8345 (nntp-send-authinfo): Use it.
8346
8347 * nnimap.el: Autoload `auth-source-user-or-password'.
8348 (nnimap-open-connection): Use it.
8349
8350 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8351 for the gnus-message function.
8352 (auth-source-user-or-password): Use it.
8353
8354 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8357 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8358 (rfc2104-hash): Use it.
8359
8360 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8361
8362 * gnus-art.el (gnus-article-toggle-truncate-lines):
8363 Don't use `iff' in docstring.
8364
8365 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8366
8367 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8368
8369 * gnus-util.el (gnus-extract-address-component-name)
8370 (gnus-extract-address-component-email): Convenience functions around
8371 `gnus-extract-address-components'.
8372
8373 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8374 Use `gnus-extract-address-component-email' to fix bug of comparing full
8375 sender name to `user-mail-address'.
8376
8377 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8378
8379 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8380 catch/throw to optimize.
8381 (gnus-registry-find-keywords): Just use member to find a keyword.
8382
8383 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8386 is current before calling gnus-server-prepare.
8387 (gnus-server-setup-buffer, gnus-server-update-server)
8388 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8389
8390 2008-05-04 Juri Linkov <juri@jurta.org>
8391
8392 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8393 (mailcap-file-default-commands): Use mailcap-replace-in-string
8394 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8395 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8396
8397 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8398
8399 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8400
8401 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8402
8403 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8404 hooks.
8405 (gnus-update-read-articles): Speed up non-marks-using users.
8406 (gnus-use-marks): Define gnus-use-marks.
8407 (gnus-propagate-marks): Rename variable to something more sensible.
8408
8409 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8410
8411 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8412 (gmm-image-load-path-for-library): Fix typos in docstrings.
8413 (gmm-message): Reflow docstring.
8414
8415 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8416
8417 * mail-source.el (mail-source-set-1, mail-source-bind):
8418 Move auth-source code out of the macro to clean it up and fix bugs.
8419
8420 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8421
8422 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8423 by sender if it's equal to user-mail-address, it's likely to be
8424 useless.
8425
8426 * mail-source.el (mail-source-bind): Don't use user or password if they
8427 are not bound. Unintern them if they are nil. Don't use server unless
8428 it's bound, and default it to empty string otherwise.
8429
8430 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8431
8432 * mail-source.el: Load auth-source.el.
8433 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8434 get user name or password, if auth-sources is set up.
8435
8436 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8437 strategy of splitting with parent.
8438 (gnus-registry-split-fancy-with-parent)
8439 (gnus-registry-post-process-groups): Use it and fix prior
8440 bug (returning a list as the split result).
8441
8442 * auth-source.el (auth-sources): Remove server parameter.
8443 (auth-source-pick, auth-source-user-or-password)
8444 (auth-source-user-or-password-imap)
8445 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8446 (auth-source-user-or-password-sftp)
8447 (auth-source-user-or-password-smtp): Remove server parameter.
8448
8449 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8450
8451 * smime.el (smime-sign-region, smime-encrypt-region)
8452 (smime-decrypt-region):
8453 Remove redundant calls to `generate-new-buffer-name'.
8454
8455 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8456
8457 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8458 Don't use QP for message/rfc822.
8459 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8460
8461 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * sieve-manage.el (sieve-string-bytes): Remove.
8464 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8465 correct byte-length only if the process's coding-system is the same as
8466 the one used internally by Emacs to represent strings.
8467
8468 2008-04-22 Juri Linkov <juri@jurta.org>
8469
8470 * mailcap.el (mailcap-file-default-commands): New function.
8471
8472 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8473
8474 * message.el (message-signature-separator, message-cite-function):
8475 Change custom version.
8476
8477 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8478
8479 * mm-decode.el (mm-display-external): Make temp file read-only.
8480
8481 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8482
8483 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8484 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8485 `C-c C-f d'.
8486
8487 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8488
8489 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8490
8491 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8492
8493 * auth-source.el: Add docs.
8494 (auth-sources): Modify format to support server.
8495 (auth-source-pick, auth-source-user-or-password)
8496 (auth-source-user-or-password-imap)
8497 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8498 (auth-source-user-or-password-sftp)
8499 (auth-source-user-or-password-smtp): Add server parameter.
8500
8501 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8502
8503 * gnus-registry.el: Initialize the registry when gnus-registry-install
8504 is t.
8505
8506 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8507
8508 * compface.el (uncompface): Make buffer unibyte.
8509
8510 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * mail-source.el (mail-source-value):
8513 Prefer fboundp to functionp so it works with macros as well.
8514
8515 2008-04-05 Glenn Morris <rgm@gnu.org>
8516
8517 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8518
8519 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8522 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8523
8524 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8525 multibyteness after rather than before erasing it.
8526
8527 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8528 mm-with-multibyte.
8529 (gnus-request-article-this-buffer): Make sure the proper decoding is
8530 used if gnus-original-article-buffer happens to be unibyte.
8531
8532 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8533 default-enable-multibyte-characters.
8534
8535 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8536 default-enable-multibyte-characters.
8537
8538 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8539
8540 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8541
8542 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8545 Fix last change in case the element is not even a symbol.
8546
8547 2008-04-02 Simon Josefsson <simon@josefsson.org>
8548
8549 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8550 imap-enable-exchange-bug-workaround.
8551 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8552
8553 2008-04-01 Simon Josefsson <simon@josefsson.org>
8554
8555 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8556 a 100 byte status-checks into a 2-3MB transfer for each group.
8557 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8558 to enable bug workaround or not.
8559 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8560
8561 2008-03-31 Glenn Morris <rgm@gnu.org>
8562
8563 * message.el (mml2015-use): Declare for compiler.
8564 (message-info): Require mml2015 when appropriate.
8565
8566 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8569 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8570 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8571 (nntp-service-to-port): New function.
8572 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8573 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8574 (nntp-open-netcat-stream): New function.
8575 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8576
8577 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8578
8579 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8580
8581 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8584
8585 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8586
8587 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8588
8589 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8590
8591 * message.el (message-signature-separator): Change default.
8592 Improve custom type.
8593 (message-cite-function): Change default to
8594 message-cite-original-without-signature.
8595
8596 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8597 toggle.
8598
8599 * message.el (message-check-news-body-syntax): Fix signature check.
8600 (message-setup-1): Mark buffer as unmodified _after_ running
8601 message-setup-hook and handling message-alternative-emails.
8602 (message-shorten-references): Be more strict when building list of
8603 valid references to comply with GNKSA.
8604
8605 * gnus-group.el (gnus-read-ephemeral-bug-group)
8606 (gnus-read-ephemeral-debian-bug-group)
8607 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8608
8609 * message.el (message-info): Don't use booleanp which isn't supported
8610 in Emacs 21 and XEmacs.
8611
8612 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8613
8614 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8615 gnus-group-gmane-group-download-format.
8616 (gnus-group-read-ephemeral-gmane-group): Rename from
8617 gnus-group-read-ephemeral-gmane-group.
8618 (gnus-read-ephemeral-gmane-group-url): Rename from
8619 gnus-group-read-ephemeral-gmane-group-url.
8620 (gnus-bug-group-download-format-alist): New variable.
8621 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8622 (gnus-read-ephemeral-emacs-bug-group): New commands.
8623
8624 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8625
8626 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8627 (gnus-visible-headers): Improve custom type.
8628
8629 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8630
8631 * mml.el (mml-menu): Add workarounds for XEmacs.
8632
8633 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8634 X-Boundary header.
8635
8636 * message.el (message-simplify-recipients): Fix previous commit.
8637
8638 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * mm-util.el (mm-set-buffer-multibyte): New function.
8641 * mm-decode.el (mm-copy-to-buffer): Use it.
8642
8643 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8644 Prefer fboundp to functionp so it works with macros as well.
8645
8646 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8647
8648 * message.el (message-alter-recipients-discard-bogus-full-name):
8649 New function.
8650 (message-alter-recipients-function): New variable.
8651 (message-get-reply-headers): Use it.
8652 (message-replace-header): New helper function.
8653 (message-recipients-without-full-name): New variable.
8654 (message-simplify-recipients): New command.
8655
8656 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8657
8658 * message.el (message-info): Handle EasyPG manual.
8659
8660 * mml.el (mml-menu): Add entry for EasyPG.
8661
8662 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8663
8664 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8665 parameter.
8666
8667 * message.el (message-disassociate-draft): Specify drafts group name
8668 fully.
8669
8670 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8671
8672 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8673 Eliminate unnecessary duplicates from the match list.
8674
8675 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8676
8677 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8678 args of `how-many' of which the XEmacs version doesn't take; declare
8679 Info-index-next as function.
8680
8681 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8682
8683 * gnus-score.el (gnus-score-headers): Fix handling of
8684 gnus-inhibit-slow-scoring.
8685
8686 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8687 string.
8688 (gnus-button-url-regexp): Improve handling of parenthesis.
8689 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8690 (gnus-button-handle-info-keystrokes): Handle index entries.
8691
8692 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8693
8694 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8695 Incoming* files.
8696
8697 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8698
8699 * auth-source.el (auth-sources): Rename from auth-source-choices.
8700 (auth-source-pick): Use it.
8701
8702 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8703
8704 * auth-source.el (auth-source-protocols)
8705 (auth-source-protocols-customize, auth-source-choices): Add and
8706 modified variable customizations and defaults.
8707 (auth-source-pick, auth-source-user-or-password)
8708 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8709 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8710 (auth-source-user-or-password-sftp)
8711 (auth-source-user-or-password-smtp): Use new variables and provide an
8712 interface to netrc.el.
8713
8714 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8715
8716 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8717 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8718 Make sure the nntp port to specify is a string.
8719
8720 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8721
8722 * nntp.el: Use with-current-buffer.
8723 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8724 dubious mm-with-unibyte-current-buffer.
8725 (nntp-with-open-group-function): New function extracted from
8726 nntp-with-open-group macro.
8727 (nntp-with-open-group): Use the function, so it's easier to debug.
8728 Add indentation and debugging info.
8729 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8730 Recommend the use of the netcat alternatives.
8731
8732 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8733 Avoid mm-string-as-multibyte as well.
8734
8735 * nnweb.el (nnweb-insert-html):
8736 Remove use of nnheader-string-as-multibyte.
8737
8738 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8739 (nnheader-string-as-multibyte): Remove.
8740
8741 * mm-view.el: Use inhibit-read-only.
8742 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8743 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8744 or unibyte-string.
8745
8746 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8747 (mm-uu-yenc-extract): Use with-current-buffer.
8748
8749 * gnus-soup.el (gnus-soup-send-packet): Don't use
8750 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8751
8752 * nnmh.el: Use with-current-buffer.
8753 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8754 mm-string-as-multibyte on the output of mm-encode-coding-string.
8755
8756 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8757 (nnimap-request-move-article): Use with-current-buffer.
8758
8759 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8760 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8761 conversion uses string-make-unibyte rather than string-as-unibyte.
8762
8763 * gnus-msg.el: Use with-current-buffer.
8764
8765 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8766
8767 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8768
8769 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8770 string for caching if it is 'PIN.
8771
8772 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8773
8774 * mail-source.el (mail-source-delete-old-incoming-confirm):
8775 Change default to nil.
8776 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8777
8778 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8779
8780 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8781 (gnus-article-goto-prev-page): Work for articles having ^L's.
8782
8783 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8784
8785 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8786
8787 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8788
8789 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8790 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8791 (gnus-bookmark-jump): Adjust some variable names.
8792
8793 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8794
8795 * auth-source.el: New package.
8796 (auth-source-choices): Add customization entry point variable.
8797
8798 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8799 bug.
8800
8801 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8802
8803 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8804 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8805 (gnus-registry-install-shortcuts): Rename from
8806 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8807 the `gnus-registry-mark-map' keymap dynamically from
8808 `gnus-registry-marks'. The generated functions update the summary line
8809 when a registry mark is added or deleted, and will call
8810 `gnus-registry-install-p' (see the comments in the code).
8811 (gnus-registry-user-format-function-M): Use concat intelligently.
8812
8813 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8814 the registry mark functions.
8815
8816 2008-03-05 Glenn Morris <rgm@gnu.org>
8817
8818 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8819 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8820 gnus-art.
8821 (top-level): No need to load own source when compiling.
8822
8823 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8824
8825 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8826 Suggested by <chris.anderton@zetnet.co.uk>.
8827
8828 2008-03-04 Glenn Morris <rgm@gnu.org>
8829
8830 * gnus-sum.el (top-level): No need to require gnus when compiling,
8831 since unconditionally required near start of file.
8832 (gnus-summary-display-while-building): Move definition before use.
8833
8834 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8835
8836 * gnus-registry.el (gnus-registry-user-format-function-M):
8837 Add formatting function.
8838
8839 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8840
8841 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8842 with plists.
8843 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8844 Use new format.
8845
8846 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8847
8848 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8849 `where-is-internal' that returns a range of key sequences.
8850
8851 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8854
8855 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8856 (gnus-summary-jump-to-group): Consider windows on other displayed
8857 frames as well. Similar changes might be needed elsewhere, but that's
8858 the one I've bumped into during my use.
8859
8860 * nndoc.el (nndoc-oe-dbx-type-p):
8861 * gnus-msg.el (gnus-debug):
8862 * gnus-group.el (gnus-update-group-mark-positions):
8863 Use mm-string-to-multibyte.
8864
8865 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8866
8867 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8868 doesn't handle NotDashEscaped.
8869
8870 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8871 (mml-dnd-attach-options): Fix typo in custom choice.
8872
8873 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8874 Change nndoc-article-type to mbox.
8875 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8876
8877 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8878 to nil, instead of html2text.
8879
8880 * imap.el (imap-debug): Add `imap-ping-server'.
8881
8882 * gnus-bookmark.el: Add FIXMEs.
8883
8884 * message.el (message-form-letter-separator)
8885 (message-send-form-letter-delay): New variables.
8886 (message-send-form-letter): Use them. New command to send form
8887 letters. Requested by Uwe Siart.
8888 (message-send-mail-function): Doc fix. Add "Other" custom option.
8889
8890 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8891
8892 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8893 empty author.
8894
8895 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8896
8897 * gnus-registry.el (gnus-registry-marks): Add variable for
8898 customization of marks and their appearance.
8899 (gnus-registry-read-mark): Use it.
8900 (gnus-registry-do-marks): Add utility function to loop through
8901 `gnus-registry-marks'.
8902 (gnus-registry-install-shortcuts-and-menus): Add function to install
8903 shortcuts and menus.
8904 (gnus-registry-initialize): Use it.
8905 (gnus-registry-default-mark): Clarify documentation.
8906
8907 2008-02-29 Glenn Morris <rgm@gnu.org>
8908
8909 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8910 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8911 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8912 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8913 Change defcustom :version from 23.0 to 23.1.
8914
8915 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8916
8917 * gnus-registry.el (gnus-registry-follow-group-p)
8918 (gnus-registry-post-process-groups): Add functions to aid registry
8919 splitting and improve logging. Clarify behavior in function
8920 documentation.
8921 (gnus-registry-split-fancy-with-parent): Use them.
8922
8923 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * gnus-art.el: Use with-current-buffer.
8926
8927 2008-02-27 David Engster <dengste@eml.cc>
8928
8929 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8930 Express real group name in the response.
8931
8932 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8933
8934 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8935 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8936 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8937 autoload gnus-registry-fetch-group when compiling.
8938 (nnmairix-request-group-with-article-number-correction):
8939 Remove unreferenced argument passed to nnmairix-call-backend.
8940
8941 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8942
8943 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8944 (mm-uu-extract): Improve face for low color ttys.
8945 Reported by Sascha Wilde.
8946
8947 2008-02-27 Glenn Morris <rgm@gnu.org>
8948
8949 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8950 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8951 variables to defconsts. Convert comments to doc-strings.
8952 (nnmairix-last-server, nnmairix-current-server): Convert from free
8953 variables to defvars. Convert comments to doc-strings.
8954 (gnus-registry-fetch-group): Autoload.
8955 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8956 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8957 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8958 caddr.
8959 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8960 nnmairix-request-group-with-article-number-correction call.
8961 (nnmairix-fast, nnmairix-group): New, less general names, for free
8962 variables passed from nnmairix-request-group to
8963 nnmairix-request-group-with-article-number-correction. Declare.
8964 (nnmairix-request-group-with-article-number-correction):
8965 Use nnmairix-fast, nnmairix-group rather than fast, group.
8966
8967 2008-02-26 David Engster <dengste@eml.cc>
8968
8969 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8970 version 0.5.
8971
8972 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8973
8974 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8975 instead of making an extra function call. Don't add the current group
8976 to articles only when they have the group. Use
8977 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8978 Reported by David <de_bb@arcor.de>.
8979
8980 2008-02-24 Miles Bader <miles@gnu.org>
8981
8982 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8983 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8984 (mm-find-mime-charset-region):
8985 * mm-bodies.el (mm-encode-body):
8986 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8987
8988 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8989
8990 * mail-source.el (mail-source-delete-incoming): Change default.
8991 Supplement doc string.
8992
8993 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8994
8995 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8996
8997 * nnmail.el (nnmail-message-id-cache-file): Derive from
8998 `gnus-home-directory'.
8999
9000 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
9001
9002 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9003 Document negative prefix.
9004
9005 * gnus-group.el (gnus-group-read-group): Document negative prefix.
9006
9007 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9008
9009 * message.el (message-unsent-separator): Add the Exim bounce
9010 separator.
9011
9012 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9013
9014 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9015 list.
9016 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9017 recipient/signer list.
9018
9019 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9020
9021 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9022 fbound (Emacs 23 unicode), signal an error.
9023
9024 2008-02-08 Glenn Morris <rgm@gnu.org>
9025
9026 * gnus-art.el (pgg-display-output-buffer): Declare as function.
9027
9028 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
9029
9030 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9031 ports to the calls to `netrc-machine-user-or-password' in addition to
9032 "imap" and "imaps".
9033
9034 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
9035
9036 * gnus.el (gnus-group-startup-message): Add `find-image' call before
9037 image-load-path is let-bound. Reported by Harald Hanche-Olsen
9038 <hanche@math.ntnu.no>.
9039
9040 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9041
9042 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9043
9044 2008-02-01 Zhang Wei <id.brep@gmail.com>
9045
9046 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9047
9048 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9049
9050 2008-02-01 Miles Bader <miles@gnu.org>
9051
9052 * mml.el (mml-parse-1): Remove apparently vestigial use of
9053 `mm-hack-charsets'.
9054 * mm-bodies.el (mm-encode-body): Likewise.
9055
9056 2008-02-01 Kenichi Handa <handa@m17n.org>
9057
9058 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9059 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9060 (rfc2104-hash): Convert the result of concat to unibyte string.
9061
9062 2008-02-01 Dave Love <fx@gnu.org>
9063
9064 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9065 coding-system-for-read.
9066 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9067
9068 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9069 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9070 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9071
9072 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9073
9074 * mail-source.el (mail-sources): Add `group' choice.
9075
9076 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9077 parameter `in-group' to control into which group the articles go.
9078 Add treatment of `group' mail-source.
9079
9080 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9081
9082 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9083 * message.el (message-beginning-of-line): Use featurep instead of bound
9084 tests in order to resolve conditionals at compile time.
9085
9086 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9087
9088 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9089
9090 * mm-decode.el (mm-dissect-buffer): Decode description.
9091
9092 * mml.el (mml-to-mime): Encode message header first.
9093
9094 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9095
9096 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9097 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9098
9099 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9100
9101 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9102
9103 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9104
9105 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9106 prefix keys.
9107 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9108 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9109 gnus-xmas.el.
9110
9111 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9112
9113 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9114 Add new variables for article mark management.
9115 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9116 list of extra data entries which, when present, will indicate that the
9117 article ID should not be trimmed from the registry.
9118 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9119 functions.
9120 (gnus-registry-read-mark): New function to read a mark name from the
9121 user.
9122 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9123 (gnus-registry-set-article-mark-internal): New functions to add and
9124 remove marks.
9125 (gnus-registry-get-article-marks): New function to show the marks for
9126 an article, or retrieve them for further use.
9127
9128 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9129
9130 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9131 keys when no argument is given.
9132
9133 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9134
9135 * gnus-sum.el (gnus-article-sort-by-random)
9136 (gnus-thread-sort-by-random): Fix doc strings.
9137 Reported by jidanni@jidanni.org.
9138
9139 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9140
9141 * gnus-art.el (gnus-article-describe-bindings): New function.
9142 (gnus-article-read-summary-keys): Use it.
9143 (gnus-article-mode-map): Bind `C-h b' to it.
9144
9145 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9146
9147 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9148 XEmacs.
9149 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9150 Protect against non-character events.
9151
9152 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9153
9154 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9155 New command.
9156 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9157 instead of END. Change name of the temp file.
9158 (gnus-group-gmane-group-download-format): Add doc string. Make it
9159 customizable.
9160
9161 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9162
9163 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9164 bind `S W' to gnus-article-wide-reply-with-original; set default
9165 binding to gnus-article-read-summary-send-keys.
9166 (gnus-article-read-summary-keys): Fix the order of keys; display
9167 continuation keys correctly in the echo area; describe bindings
9168 correctly when keys end with `C-h'.
9169 (gnus-article-read-summary-send-keys): New function.
9170 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9171 Work for gnus-article-read-summary-send-keys; display continuation keys
9172 correctly in the echo area.
9173 (gnus-article-reply-with-original): Ignore prefix argument.
9174 (gnus-article-wide-reply-with-original): New function.
9175
9176 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9177
9178 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9179 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9180
9181 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9182
9183 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9184 (gnus-group-read-ephemeral-gmane-group): New command.
9185
9186 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9187
9188 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9189
9190 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9191
9192 * message.el (message-send-mail-function): Increase custom version.
9193
9194 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9195 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9196
9197 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9198
9199 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9200 html parts correctly; support forwarded messages.
9201 (gnus-article-browse-html-article): Remove work buffers.
9202
9203 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9204 compiling.
9205 (netrc-bound-and-true-p): New macro.
9206 (netrc-parse): Use it instead of bound-and-true-p that is not available
9207 in XEmacs 21.4.
9208
9209 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9210
9211 * gnus-registry.el (gnus-registry-mark-article)
9212 (gnus-registry-article-marks): Add functionality to mark articles
9213 through the Gnus registry.
9214
9215 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9216 (netrc-parse): Use encrypt-file-alist to determine if
9217 encrypt-find-model or encrypt-insert-file-contents should be used.
9218
9219 2007-12-19 Glenn Morris <rgm@gnu.org>
9220
9221 * mml.el (message-options-set, message-narrow-to-head)
9222 (message-in-body-p, message-mail-p, message-encode-message-body):
9223 Autoload.
9224 (message-remove-header, message-narrow-to-headers-or-head)
9225 (message-subscribed-p, message-make-mail-followup-to)
9226 (message-position-on-field, message-news-p)
9227 (message-options-set-recipient, message-generate-headers)
9228 (message-sort-headers): Declare as functions.
9229
9230 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9231
9232 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9233 convention in doc string.
9234
9235 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9236
9237 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9238 title to html parts.
9239 (gnus-article-browse-html-article): Pass message header to it.
9240
9241 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9242
9243 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9244
9245 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9246 or password compatible with XEmacs.
9247
9248 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9249
9250 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9251 format document.
9252 (gnus-mime-delete-part): Don't write description line if empty.
9253 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9254
9255 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9256
9257 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9258 (gnus-summary-mark-read-and-unread-as-read)
9259 (gnus-summary-mark-current-read-and-unread-as-read)
9260 (gnus-summary-mark-unread-as-ticked): Doc fix.
9261 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9262
9263 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9264
9265 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9266 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9267
9268 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9269
9270 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9271 yes-or-no-p.
9272
9273 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9274
9275 * mm-decode.el (mm-add-meta-html-tag): New function.
9276 (mm-save-part-to-file, mm-pipe-part): Use it.
9277
9278 * gnus-art.el (gnus-article-browse-delete-temp-files):
9279 Use gnus-y-or-n-p instead of y-or-n-p.
9280 (gnus-article-browse-html-parts): Work with message/external-body; use
9281 mm-add-meta-html-tag.
9282
9283 2007-12-11 Glenn Morris <rgm@gnu.org>
9284
9285 * gnus-cache.el: Require gnus-sum not just when compiling.
9286
9287 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9288
9289 * gnus-int.el (gnus-server-opened, gnus-status-message):
9290 Move definitions before use.
9291
9292 * mm-decode.el: Require gnus-util.
9293 (mm-remove-part): Only call delete-annotation on XEmacs.
9294
9295 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9296
9297 * nnmail.el: Require gnus-int.
9298
9299 * spam.el: Move `require's before `eval-when-compile's.
9300
9301 * gnus-ems.el (gnus-alive-p):
9302 * gnus-fun.el (message-goto-eoh):
9303 * gnus-util.el (gnus-group-name-decode):
9304 * mail-source.el (gnus-compress-sequence):
9305 * message.el (Info-goto-node, format-spec):
9306 * mm-bodies.el (message-options-get):
9307 * mm-decode.el (mm-view-pkcs7):
9308 * mm-util.el (gmm-write-region):
9309 * mml-smime.el (mml-compute-boundary)
9310 (gnus-completing-read-with-default):
9311 * mml.el (widget-button-press, gnus-make-hashtable):
9312 * mml1991.el (mm-decode-content-transfer-encoding)
9313 (mm-encode-content-transfer-encoding)
9314 (message-options-get, message-options-set):
9315 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9316 * nnfolder.el (gnus-request-group):
9317 * nnheader.el (ietf-drums-unfold-fws):
9318 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9319 * smime.el (gnus-run-mode-hooks):
9320 * spam-stat.el (gnus-message): Autoload.
9321
9322 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9323 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9324 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9325 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9326 Add declare-function compatibility definition.
9327
9328 * gnus-cache.el (nnvirtual-find-group-art):
9329 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9330 (gnus-add-image, gnus-add-wash-type):
9331 * gnus-group.el (nnkiboze-score-file):
9332 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9333 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9334 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9335 (message-tokenize-header, gnus-get-buffer-create)
9336 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9337 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9338 * gnus.el (gnus-group-decoded-name):
9339 * mail-source.el (imap-capability):
9340 * mm-bodies.el (message-options-set):
9341 * mm-decode.el (gnus-configure-windows):
9342 * mm-extern.el (message-goto-body):
9343 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9344 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9345 (epg-sub-key-validity, message-options-set):
9346 * mml.el (widget-event-point, gnus-configure-windows):
9347 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9348 * mml2015.el (epg-check-configuration, epg-configuration)
9349 (message-options-set):
9350 * nndb.el (nndb-request-article):
9351 * nnfolder.el (gnus-request-create-group):
9352 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9353 * nnmaildir.el (gnus-group-mark-article-read):
9354 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9355 * rfc1843.el (message-fetch-field):
9356 * spam.el (gnus-extract-address-components):
9357 Declare as functions.
9358
9359 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9360
9361 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9362
9363 2007-12-09 Glenn Morris <rgm@gnu.org>
9364
9365 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9366
9367 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9368 * message.el, mm-view.el, sieve-manage.el, smime.el:
9369 Add declare-function compatibility definition.
9370
9371 * gnus-art.el (w3-region, w3m-region, Info-menu):
9372 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9373 * gnus-sum.el (gnus-get-predicate):
9374 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9375 * message.el (mail-abbrev-in-expansion-header-p):
9376 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9377 (w3m-detect-meta-charset, w3m-region):
9378 * sieve-manage.el (password-read, password-cache-add)
9379 (password-cache-remove):
9380 * smime.el (password-read-and-add): Declare as functions.
9381
9382 2007-12-08 David Kastrup <dak@gnu.org>
9383
9384 * gnus-sum.el (gnus-summary-simplify-subject-query):
9385 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9386 `message'.
9387
9388 2007-12-07 Glenn Morris <rgm@gnu.org>
9389
9390 * gnus-art.el (article-make-date-line): Revert previous change.
9391
9392 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9393
9394 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9395
9396 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9397
9398 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9399 Call gnus-add-to-range ranges only once with a prepared article-list.
9400
9401 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9402
9403 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9404 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9405 group names with backslashes.
9406 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9407
9408 2007-12-06 Deepak Goel <deego3@gmail.com>
9409
9410 * gnus-art.el (article-make-date-line):
9411 * gnus-start.el (gnus-load):
9412 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9413
9414 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9415
9416 * gnus-art.el (gnus-use-idna)
9417 * gnus-start.el (gnus-site-init-file)
9418 * message.el (message-use-idna)
9419 * mm-uu.el (mm-uu-hide-markers)
9420 * smiley.el (smiley-style): Revert changes that suppress warnings.
9421
9422 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9423
9424 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9425 specify charset to html source.
9426 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9427
9428 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9429
9430 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9431 idna-program in order to suppress byte compile warning issued by XEmacs
9432 that came to byte compile the default value section of defcustom forms
9433 recently.
9434
9435 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9436 value of installation-directory.
9437
9438 * message.el (message-use-idna): Don't directly refer to the value of
9439 idna-program.
9440
9441 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9442
9443 * smiley.el (smiley-style): Don't directly call face-attribute.
9444
9445 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9446
9447 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9448
9449 * gnus-dired.el: Reduce Gnus dependencies.
9450 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9451 Don't require. Use autoloads instead.
9452 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9453 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9454 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9455 (gnus-dired-mode): Adjust doc string.
9456 (gnus-dired-mail-mode): New variable.
9457 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9458 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9459 (gnus-dired-mail-buffers): New function. Return mail or message
9460 composition buffers.
9461 (gnus-dired-attach): Use it.
9462 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9463 NO-DECODE.
9464 (gnus-dired-print): Use `gnus-print-buffer' depending on
9465 `gnus-dired-mail-mode'.
9466
9467 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9468
9469 * rfc2047.el (rfc2047-encoded-word-regexp)
9470 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9471 explaining what regexp patterns are for.
9472
9473 2007-12-04 Glenn Morris <rgm@gnu.org>
9474
9475 * password.el: Move to ../password-cache.el.
9476
9477 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9478 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9479 * mml-smime.el (password-read, password-cache-add)
9480 (password-cache-remove):
9481 No need to autoload, since mml-sec requires password.
9482
9483 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9484 * message.el (gnus-extract-address-components):
9485 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9486
9487 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9488 password.
9489
9490 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9491
9492 * mailcap.el: Reduce dependencies.
9493 (mail-header-parse-content-type): Autoload.
9494 (mailcap-delete-duplicates): New alias.
9495 (mailcap-mime-info): Add optional argument NO-DECODE.
9496 (mailcap-mime-types): Use mailcap-delete-duplicates.
9497
9498 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9499
9500 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9501
9502 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9503 function.
9504
9505 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9506 (gnus-uu-yenc-article): New function.
9507
9508 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9509
9510 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9511
9512 2007-12-02 Glenn Morris <rgm@gnu.org>
9513
9514 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9515 Move to ../net.
9516
9517 * binhex.el, uudecode.el: Move to ../mail.
9518
9519 * encrypt.el: Remove file.
9520
9521 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9522
9523 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9524 matches on patches.
9525
9526 * gnus-art.el (gnus-article-browse-html-article):
9527 Mention `mm-text-html-renderer' in the doc string.
9528
9529 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9530 string. Add comments.
9531
9532 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9533 if rhs is ASCII.
9534
9535 2007-12-01 Glenn Morris <rgm@gnu.org>
9536
9537 * dig.el, dns.el: Move to ../net.
9538 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9539
9540 * mail-source.el (top-level): Require format-spec before
9541 eval-when-compile.
9542
9543 2007-11-30 Glenn Morris <rgm@gnu.org>
9544
9545 * encrypt.el: Require password, rather than autoloading password-read.
9546
9547 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9548
9549 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9550 caller can indicate whether the cache should be disregarded for this
9551 call. This way the result of the call is reproducible at all times and
9552 can be considered a canonical server name for the supplied method.
9553 (gnus-agent-method-p): Canonicalize server names by pushing their
9554 method through `gnus-method-to-server' using the no-cache argument.
9555
9556 * gnus-srvr.el (gnus-server-insert-server-line):
9557 Call `gnus-method-to-server' with `no-cache' argument.
9558
9559 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9560 gnus-agent-possibly-synchronize-flags as this should be called when the
9561 server is actually being opened.
9562 (gnus-agent-possibly-synchronize-flags)
9563 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9564 flags file of an agentized server to the latter function.
9565
9566 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9567 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9568 after a connection has been established successfully.
9569
9570 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9571
9572 * gnus-art.el (article-display-face): Force to display face if called
9573 interactively; check if gnus-article-x-face-too-ugly matches author.
9574 (article-display-x-face): Display face even if From header is missing
9575 as article-display-face does.
9576
9577 2007-11-28 Richard Stallman <rms@gnu.org>
9578
9579 * md4.el: Move to ../.
9580 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9581
9582 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9583
9584 * mail-source.el (mail-sources): Default to fetch from file for
9585 compatibility with default of nnmail-spool-file.
9586
9587 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9588
9589 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9590 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9591 to look for encoded word that should be encoded again.
9592 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9593 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9594 encoding pattern.
9595 (rfc2047-decode-region): Switch strict regexp and loose one according
9596 to rfc2047-allow-irregular-q-encoded-words.
9597
9598 2007-11-26 Simon Josefsson <simon@josefsson.org>
9599
9600 * imap.el: Move to ../net directory.
9601
9602 2007-11-25 Romain Francoise <romain@orebokech.com>
9603
9604 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9605
9606 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9607
9608 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9609 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9610
9611 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9612 `nnmail-spool-file'.
9613
9614 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9615 `nnmail-spool-file'.
9616
9617 * gnus-move.el (gnus-change-server): Ditto.
9618
9619 * gnus-kill.el (gnus-batch-score): Ditto.
9620
9621 * gnus-cache.el (gnus-jog-cache): Ditto.
9622
9623 * gnus-msg.el (gnus-summary-reply):
9624 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9625
9626 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9627
9628 * gnus-cache.el (gnus-cache-generate-nov-databases):
9629 Use nnml-generate-nov-databases-directory instead of
9630 nnml-generate-nov-databases-1.
9631
9632 2007-11-24 Glenn Morris <rgm@gnu.org>
9633
9634 * message.el (message-tool-bar-retro): Update for rename
9635 mail_send.xpm->mail-send.xpm.
9636
9637 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9638
9639 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9640 `smime-ldap-search' for Emacs 22 and up.
9641
9642 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9643
9644 * hashcash.el: Move to ../mail directory.
9645
9646 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9647
9648 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9649 `smime-ldap-search' for Emacs 22 and up.
9650
9651 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9652
9653 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9654
9655 * message.el (message-send-mail-function): Fix error convention.
9656 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9657 (message-widen-reply, message-send-mail, message-talkative-question)
9658 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9659 (message-clone-locals, message-send-news): Use with-current-buffer.
9660 (message-insert-or-toggle-importance): Remove unused var `valid'.
9661 (message-make-references): Remove unused var `new-references'.
9662 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9663
9664 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9665
9666 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9667 (spam-split-symbolic-return-positive): Reflow docstring.
9668 (spam-backends, spam-summary-exit-behavior)
9669 (spam-mark-ham-unread-before-move-from-spam-group)
9670 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9671 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9672 (spam-clear-cache, spam-backend-check, spam-install-backend)
9673 (spam-install-statistical-backend, spam-list-of-processors)
9674 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9675 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9676 (spam-check-crm114, spam-initialize, spam-unload-hook):
9677 Fix typos in docstrings.
9678
9679 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9680
9681 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9682 been checked if they have never been read and those group levels are
9683 higher than the one that a user specified.
9684
9685 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9686
9687 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9688 foreign groups unless a group level is specified by a user.
9689 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9690
9691 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9692
9693 * message.el (message-send-mail-function): Require sendmail.
9694
9695 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9696
9697 * message.el (message-send-mail-function): Check for smtpmail too.
9698
9699 * utf7.el (utf7-encode, utf7-decode): Use coding system
9700 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9701
9702 * message.el (message-send-mail-function): New function.
9703 (message-send-mail-function): Set default using
9704 message-send-mail-function. Adjust doc string.
9705 (message-send-mail-with-mailclient): New function.
9706
9707 2007-11-17 Richard Stallman <rms@gnu.org>
9708
9709 * assistant.el: Remove file.
9710
9711 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9712
9713 * smime.el (from):
9714 * rfc2047.el (message-posting-charset):
9715 * qp.el (mm-use-ultra-safe-encoding):
9716 * pop3.el (parse-time-months):
9717 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9718 * nnml.el (files):
9719 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9720 (jka-compr-compression-info-list, ange-ftp-path-format)
9721 (efs-path-regexp):
9722 * nndiary.el (files):
9723 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9724 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9725 (epg-digest-algorithm-alist, inhibit-redisplay)
9726 (password-cache-expiry):
9727 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9728 (pgg-output-buffer, password-cache-expiry):
9729 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9730 (efs-path-regexp):
9731 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9732 (inhibit-redisplay):
9733 * mm-uu.el (file-name, start-point, end-point, entry)
9734 (gnus-newsgroup-name, gnus-newsgroup-charset):
9735 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9736 (latin-unity-ucs-list):
9737 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9738 (mm-uu-binhex-decode-function):
9739 * message.el (gnus-message-group-art, gnus-list-identifiers)
9740 (rmail-enable-mime-composing, gnus-local-organization)
9741 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9742 (gnus-read-active-file, facemenu-add-face-function)
9743 (facemenu-remove-face-function, gnus-article-decoded-p)
9744 (tool-bar-mode):
9745 * mail-source.el (display-time-mail-function):
9746 * gnus-util.el (nnmail-pathname-coding-system)
9747 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9748 (gnus-original-article-buffer, gnus-user-agent)
9749 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9750 (xemacs-codename, sxemacs-codename, emacs-program-version):
9751 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9752 * gnus-start.el (gnus-agent-covered-methods)
9753 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9754 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9755 (gnus-newsgroup-headers, gnus-group-list-mode)
9756 (gnus-group-mark-positions, gnus-newsgroup-data)
9757 (gnus-newsgroup-unreads, nnoo-state-alist)
9758 (gnus-current-select-method, mail-sources)
9759 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9760 (nnmail-spool-file, gnus-cache-active-hashtb):
9761 * gnus-mh.el (mh-lib-progs):
9762 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9763 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9764 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9765 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9766 (gnus-group-buffer):
9767 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9768 (font-lock-set-defaults):
9769 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9770 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9771 (gnus-summary-post-menu, total-parts, type, condition, length):
9772 * gnus-agent.el (gnus-agent-read-agentview):
9773 * flow-fill.el (show-trailing-whitespace):
9774 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9775 eval-and-compile wrappers for byte compiler pacifiers.
9776
9777 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9778 (mm-display-inline-fontify): Check for featurep 'xemacs not
9779 extent-list.
9780
9781 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9782 itimer-list.
9783 (mm-create-image-xemacs): Only do something for XEmacs.
9784 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9785
9786 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9787
9788 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9789 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9790
9791 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9792
9793 * nnimap.el (nnimap-split-download-body):
9794 * gnus-demon.el (gnus-demon):
9795 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9796
9797 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9798
9799 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9800 New macros.
9801 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9802 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9803 copy data from unibyte buffer to multibyte current buffer.
9804 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9805 to copy data from unibyte current buffer to multibyte buffer.
9806 (nntp-make-process-buffer): Make process buffer unibyte.
9807
9808 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9809
9810 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9811
9812 * pop3.el (pop3-open-server): Accept and process data more robustly at
9813 connexion start to avoid spurious "POP SSL connexion failed" errors.
9814
9815 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9816
9817 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9818 read group names.
9819
9820 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9821
9822 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9823
9824 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9825
9826 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9827 (nnmail-save-active): Use a unibyte buffer when saving active file,
9828 which may contain non-ASCII group names.
9829
9830 * nnml.el (nnml-request-group): Decode group names in messages.
9831
9832 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9833
9834 * message.el (message-citation-line-function)
9835 (message-insert-formatted-citation-line): Fix spelling of
9836 `message-insert-formated-citation-line'.
9837
9838 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9839
9840 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9841
9842 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9843
9844 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9845 nnmail-pathname-coding-system.
9846
9847 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9848 that a user enters; decode group names in messages.
9849
9850 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9851
9852 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9853
9854 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9855
9856 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9857
9858 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9859 risky local variable.
9860
9861 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9862
9863 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9864
9865 * encrypt.el: Improve documentation to fix function name typo.
9866 Reported by Daiki Ueno <ueno@unixuser.org>.
9867
9868 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9869
9870 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9871 even if the point is not in the last page of an article.
9872 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9873 back to the previous page.
9874
9875 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9876
9877 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9878
9879 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9880
9881 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9882
9883 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * message.el (message-check-news-body-syntax):
9886 Avoid mm-string-as-multibyte.
9887 (message-hide-headers): Don't assume (point-min)==1.
9888
9889 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9890
9891 * message.el (message-remove-blank-cited-lines): Fix if remove is
9892 given.
9893 (message-bogus-address-regexp): New variable.
9894 (message-bogus-recipient-p): New function.
9895 (message-check-recipients): New command.
9896 (message-syntax-checks): Add `bogus-recipient'.
9897 (message-fix-before-sending): Add `bogus-recipient'.
9898
9899 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9900 (gnus-treat-body-boundary): Don't test window-system.
9901
9902 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9903
9904 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9905
9906 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9907
9908 * gnus.el: Bump version to Gnus v5.13.
9909
9910 2007-10-28 Miles Bader <miles@gnu.org>
9911
9912 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9913 at compile-time too.
9914
9915 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9916
9917 * gnus-msg.el (gnus-message-setup-hook):
9918 Add `message-remove-blank-cited-lines' to options.
9919
9920 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9921
9922 * message.el (message-remove-blank-cited-lines): New function.
9923 Suggested by Karl Plästerer.
9924
9925 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9926
9927 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9928 mapc.
9929
9930 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9931 (top-level): Use mapc to set functions to be traced for debugging.
9932
9933 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9934 called for effect with while loop.
9935
9936 * message.el (message-talkative-question): Replace mapcar called for
9937 effect with mapc.
9938
9939 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9940 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9941 called for effect with dolist.
9942
9943 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9944
9945 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9946 gnus-extra-headers and nnmail-extra-headers.
9947
9948 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9949 called for effect with dolist.
9950 (top-level): Use mapc to set functions to be traced for debugging.
9951
9952 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9953 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9954 dolist.
9955
9956 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9957 Replace mapcar called for effect with mapc.
9958 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9959 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9960 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9961 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9962
9963 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9964 remove-if that's a cl function.
9965
9966 * webmail.el (webmail-debug): Replace mapcar called for effect with
9967 dolist.
9968
9969 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9970
9971 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9972 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9973 with while loop.
9974
9975 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9976 functions from article-* functions.
9977 (gnus-multi-decode-header): Replace mapcar called for effect with
9978 dolist.
9979
9980 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9981 (gnus-bookmark-show-details): Replace mapcar called for effect with
9982 while loop.
9983
9984 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9985 called for effect with while loop.
9986
9987 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9988 with dolist.
9989
9990 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9991 Replace mapcar called for effect with dolist.
9992
9993 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9994
9995 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9996 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9997 Replace mapcar called for effect with dolist.
9998 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9999 mapc.
10000
10001 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10002 Replace mapcar called for effect with dolist.
10003 (gnus-topic-list): Replace mapcar called for effect with mapc.
10004
10005 * gnus.el: Use mapc instead of mapcar to add autoloads.
10006
10007 2007-10-23 Richard Stallman <rms@gnu.org>
10008
10009 * gnus-group.el (gnus-group-highlight): Mark as risky.
10010
10011 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10012
10013 * gnus.el (gnus-server-to-method): Return method found first in
10014 gnus-newsrc-alist.
10015
10016 * gnus-art.el (gnus-article-highlight-signature)
10017 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10018 button overlay without the front stickiness.
10019
10020 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
10021
10022 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10023 overview buffer needed a catch to receive its throw.
10024 (gnus-agent-flush-cache): Declare as interactive to make this function
10025 easier to use.
10026
10027 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10028
10029 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10030 `next-line'.
10031
10032 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
10033
10034 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10035 exclude address matching message-dont-reply-to-names.
10036
10037 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10038
10039 * gnus-util.el (gnus-string<): New function.
10040
10041 * gnus-sum.el (gnus-article-sort-by-author)
10042 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10043
10044 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10045
10046 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10047 the frame-focus tag is set in gnus-buffer-configuration.
10048
10049 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10050
10051 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10052 the front stickiness.
10053
10054 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10055
10056 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10057 url pattern; remove duplicate one.
10058 (gnus-article-extend-url-button): New function.
10059 (gnus-article-add-buttons): Use it.
10060 (gnus-button-push): Use concatenated url that it makes.
10061
10062 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
10063
10064 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10065 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10066
10067 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10070 Don't hardcode point-min==1.
10071
10072 2007-09-30 David Kastrup <dak@gnu.org>
10073
10074 * gnus-art.el (gnus-article-reply-with-original)
10075 (gnus-article-followup-with-original): When `transient-mark-mode' is
10076 off, refrain from active-region behavior for followups.
10077
10078 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10079
10080 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10081 Fix comment about "iso8859-1".
10082
10083 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10084
10085 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10086 ones returned from the verify-function.
10087
10088 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10089 Call mml2015-extract-cleartext-signature if extraction failed.
10090
10091 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10092
10093 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10094 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10095 failed.
10096
10097 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10098
10099 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10100
10101 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10102
10103 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10104 to mark a thread as expirable. Add variable `hide' to handle hiding of
10105 thread for both the null and zero (kill/expire thread) universal prefix
10106 cases.
10107 (gnus-summary-expire-thread): Add new function to expire a thread,
10108 using gnus-summary-kill-thread.
10109 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10110 shortcuts for gnus-summary-expire-thread.
10111 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10112 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10113
10114 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10115
10116 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10117 extras value, so an extras entry can be deleted.
10118 (gnus-registry-delete-extra-entry): Use it.
10119 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10120 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10121 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10122 storage through the gnus-registry, and provide an appropriate API for
10123 it.
10124
10125 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10126
10127 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10128 Suggested by Leo <sdl.web@gmail.com>.
10129
10130 * gnus.el: Do.
10131
10132 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10133
10134 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10135 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10136
10137 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10138
10139 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10140 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10141
10142 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10143
10144 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10145 newline.
10146 (nnmbox-request-accept-article): Don't change article in source buffer;
10147 narrow to header to use message-fetch-field rather than
10148 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10149 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10150 as delimiters; make sure article ends with newline.
10151 (nnmbox-delete-mail): Correct last position of article to be deleted;
10152 ignore X-Gnus-Newsgroup header in article body.
10153 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10154 positions; make sure article ends with newline.
10155
10156 * message.el (message-display-abbrev): Don't infloop when a user
10157 inserts SPC in the beginning of header.
10158
10159 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10160
10161 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10162 list of groups not followed by default. Fix type to be regexp.
10163 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10164
10165 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10166
10167 * hmac-def.el (define-hmac-function): Switch from old-style to
10168 new-style backquotes.
10169
10170 * md4.el (md4-make-step): Likewise.
10171
10172 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10173
10174 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10175 raw-text coding system when saving .newsrc file, which may contain
10176 non-ASCII group names.
10177
10178 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10179
10180 * gnus-cus.el (gnus-score-extra): New widget.
10181 (gnus-score-extra-convert): New function.
10182 (gnus-score-customize): Use it for Extra.
10183
10184 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10185
10186 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10187 (mml2015-mailcrypt-clear-verify): Use it.
10188 (mml2015-gpg-clear-verify): Use it.
10189 (mml2015-pgg-clear-verify): Use it.
10190 (mml2015-epg-clear-verify): Replace the current part with the output
10191 from GnuPG; don't extract the plaintext by itself.
10192
10193 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10194 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10195 mml2015-clear-verify-function; don't touch the armor headers or
10196 dash-escaped text here.
10197
10198 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10199
10200 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10201 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10202 parts, or application/octet-stream as a last resort.
10203 (gnus-mime-view-part-as-type): Don't toggle display.
10204 (gnus-mime-view-part-as-charset): Don't turn off display before
10205 querying charset.
10206
10207 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10208 stuff to undisplayer function in Emacs.
10209 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10210
10211 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10212 text/calendar parts.
10213
10214 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10215
10216 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10217 decoding text/calendar parts.
10218
10219 * message.el (message-forward-make-body-mime): Always mark body as
10220 having no illegible text; remove signed-or-encrypted argument.
10221 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10222
10223 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10224 (mml-generate-mime-1): Don't encode body if it is specified to be in
10225 raw form; don't make buffer be unibyte when inserting multibyte string.
10226
10227 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * sha1.el: Fix up comment style.
10230 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10231 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10232
10233 * hex-util.el: Fix up comment style.
10234 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10235
10236 * gnus-salt.el: Use with-current-buffer.
10237 (gnus-pick-setup-message): Fix long-standing typo.
10238
10239 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10240
10241 * imap.el (imap-logout-timeout): New variable.
10242 (imap-logout, imap-logout-wait): New functions.
10243 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10244
10245 * nnimap.el (nnimap-logout-timeout): New server variable.
10246 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10247 nnimap-logout-timeout.
10248
10249 * gnus-art.el (gnus-article-summary-command-nosave)
10250 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10251
10252 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10253
10254 * gnus.el (gnus-maximum-newsgroup): New variable.
10255
10256 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10257 according to gnus-maximum-newsgroup.
10258
10259 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10260 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10261 Limit the range of articles according to gnus-maximum-newsgroup.
10262
10263 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10264
10265 * gnus-art.el (gnus-sticky-article): Fix problems described in
10266 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10267 Don't perform gnus-configure-windows here; reuse existing sticky
10268 article buffer.
10269
10270 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10271 it doesn't exist in gnus-article-mode.
10272
10273 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10274
10275 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10276 (gnus-agent-decoded-group-name): New function.
10277 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10278 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10279
10280 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10281
10282 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10283 Add binding for gnus-sticky-article.
10284 (gnus-summary-exit): Don't kill sticky article buffers.
10285
10286 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10287 article buffer.
10288 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10289 (gnus-kill-sticky-article-buffers): New commands.
10290
10291 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10292
10293 * nntp.el (nntp-xref-number-is-evil): New server variable.
10294 (nntp-find-group-and-number): If it is non-nil, don't trust article
10295 numbers in the Xref header.
10296
10297 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10298
10299 * gnus-agent.el (gnus-agent-read-group): New function.
10300 (gnus-agent-flush-group, gnus-agent-expire-group)
10301 (gnus-agent-regenerate-group): Use it.
10302 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10303 nnmail-pathname-coding-system.
10304
10305 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10306
10307 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10308
10309 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10310 that are unread as unread, and also as selected so that information of
10311 marks having been changed by a user may be updated when exiting group.
10312
10313 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10314
10315 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10316
10317 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10318
10319 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10320 calculated ignoring signature parts to gnus-treat-article.
10321
10322 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10323
10324 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10325 a point here in order to keep the window start.
10326 (gnus-insert-mime-security-button): Make a button overlay without the
10327 front stickiness.
10328 (gnus-mime-display-security): Goto the end of a button.
10329
10330 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10331
10332 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10333
10334 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10335 group-name-at-point.
10336 (gnus-group-completing-read): New function that offers decoded
10337 non-ASCII group names for completion.
10338 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10339 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10340 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10341 (gnus-group-fetch-control): Use it.
10342 (gnus-fetch-group): Use group-name-at-point for the initial value
10343 rather than the default value; use gnus-alive-p.
10344
10345 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10346 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10347 (gnus-summary-post-news): Use gnus-group-completing-read.
10348
10349 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10350 (gnus-read-move-group-name): Decode group name for completion.
10351
10352 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10353
10354 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10355 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10356 Yamaoka slightly modified the code).
10357
10358 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10359
10360 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10361 (nnmail-split-incoming): Bind it.
10362
10363 * nnml.el (nnml-group-name-charset): New function.
10364 (nnml-decoded-group-name): Use it; don't decode group name if
10365 nnmail-group-names-not-encoded-p is non-nil.
10366 (nnml-encoded-group-name): New function.
10367 (nnml-group-pathname): Inline nnml-decoded-group-name.
10368 (nnml-request-expire-articles): Decode group name in message.
10369 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10370 nnmail-pathname-coding-system.
10371 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10372 not decoded ones according to nnmail-group-names-not-encoded-p.
10373 (nnml-generate-active-info): Use nnml-encoded-group-name.
10374
10375 2007-08-08 Glenn Morris <rgm@gnu.org>
10376
10377 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10378 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10379 doc-strings and comments.
10380
10381 2007-07-25 Glenn Morris <rgm@gnu.org>
10382
10383 * Relicense all FSF files to GPLv3 or later.
10384
10385 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10386
10387 * gnus-sum.el (gnus-summary-move-article):
10388 Make gnus-summary-respool-article work.
10389
10390 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10391
10392 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10393 string.
10394
10395 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10396
10397 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10398 that should be ignored when comparing distant RSS articles with local
10399 ones.
10400 (nnrss-make-hash-index): New function. Create a hash index according
10401 to the ignored fields.
10402 (nnrss-check-group): Use it.
10403
10404 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10405
10406 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10407
10408 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10409
10410 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10411 the new optional argument ENCODED is non-nil.
10412 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10413 coding system for encoding group name.
10414 (gnus-group-make-rss-group): Pass un-encoded group name to
10415 gnus-group-make-group.
10416 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10417 encoded.
10418
10419 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10420 Encode group name to which articles are moved or copied.
10421 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10422 coding system for encoding Newsgroup, Followup-To and Xref headers.
10423
10424 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10425 marks; use nnheader-file-coding-system to write a file.
10426 (nnagent-retrieve-headers): Bind file-name-coding-system to
10427 nnmail-pathname-coding-system.
10428
10429 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10430
10431 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10432 (nnml-request-article, nnml-request-create-group)
10433 (nnml-request-rename-group, nnml-find-id)
10434 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10435 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10436 (nnml-save-marks): Use nnml-group-pathname instead of
10437 nnmail-group-pathname.
10438
10439 (nnml-request-create-group, nnml-request-expire-articles)
10440 (nnml-request-move-article, nnml-request-delete-group)
10441 (nnml-deletable-article-p, nnml-possibly-create-directory)
10442 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10443 (nnml-open-marks): Bind file-name-coding-system to
10444 nnmail-pathname-coding-system.
10445
10446 (nnml-request-article): Pass server argument to nnml-find-group-number.
10447 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10448 Pass server argument to nnml-possibly-create-directory.
10449 (nnml-request-accept-article): Pass server argument to
10450 nnml-active-number and nnml-save-mail.
10451 (nnml-find-group-number): Pass server argument to nnml-find-id.
10452 (nnml-request-update-info): Pass server argument to
10453 nnml-marks-changed-p.
10454
10455 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10456 (nnml-save-mail, nnml-active-number): Add server argument.
10457
10458 (nnml-request-delete-group): Warn if group is missing.
10459 (nnml-get-nov-buffer): Decode group name.
10460 (nnml-generate-active-info): Encode group name.
10461 (nnml-open-marks): Decode group name in messages.
10462
10463 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10464
10465 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10466 if it is not specified.
10467 (gnus-article-pipe-part, gnus-article-save-part)
10468 (gnus-article-interactively-view-part, gnus-article-copy-part)
10469 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10470 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10471 (gnus-article-replace-part, gnus-article-delete-part)
10472 (gnus-article-view-part-as-type): Pass raw prefix argument to
10473 gnus-article-part-wrapper.
10474
10475 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10476
10477 * gnus-agent.el (gnus-agent-save-active):
10478 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10479
10480 * gnus-cache.el (gnus-cache-save-buffers)
10481 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10482 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10483 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10484 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10485 (gnus-cache-generate-active, gnus-cache-rename-group)
10486 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10487 (gnus-cache-update-overview-total-fetched-for):
10488 Bind file-name-coding-system to nnmail-pathname-coding-system.
10489 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10490 New variables.
10491 (gnus-cache-decoded-group-name): New function.
10492 (gnus-cache-file-name): Use it.
10493 (gnus-cache-generate-active): Use non-decoded group name for active.
10494
10495 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10496 right place.
10497 (gnus-write-active-file): Don't break non-ASCII group names.
10498
10499 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10500 nnmail-pathname-coding-system.
10501
10502 * gnus-uu.el (gnus-uu-decode-save): Typo.
10503
10504 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10505
10506 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10507
10508 2007-07-14 David Kastrup <dak@gnu.org>
10509
10510 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10511 finishing actions if we did not edit the article.
10512
10513 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10514
10515 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10516 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10517 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10518 (gnus-agent-flush-group, gnus-agent-flush-cache)
10519 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10520 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10521 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10522 (gnus-agent-regenerate-group)
10523 (gnus-agent-update-files-total-fetched-for)
10524 (gnus-agent-update-view-total-fetched-for):
10525 Bind file-name-coding-system to nnmail-pathname-coding-system.
10526 (gnus-agent-group-pathname): Don't encode file names by
10527 nnmail-pathname-coding-system.
10528 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10529 coding-system-for-write instead of buffer-file-coding-system to
10530 gnus-agent-file-coding-system.
10531
10532 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10533 Decode group name.
10534
10535 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10536
10537 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10538 (gnus-read-newsrc-el-file): Make group names unibyte.
10539
10540 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10541 nnmail-pathname-coding-system.
10542
10543 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10544 (nnrss-request-delete-group): Bind file-name-coding-system to
10545 nnmail-pathname-coding-system.
10546 (nnrss-read-server-data, nnrss-read-group-data):
10547 Bind file-name-coding-system correctly.
10548 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10549
10550 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10551 (nntp-server-to-method-cache): New variable.
10552 (nntp-group-pathname): New function that decodes non-ASCII group names.
10553 (nntp-possibly-create-directory, nntp-marks-changed-p)
10554 (nntp-save-marks, nntp-open-marks): Use it.
10555 (nntp-possibly-create-directory, nntp-open-marks):
10556 Bind file-name-coding-system to nnmail-pathname-coding-system.
10557 (nntp-open-marks): Decode group names when bootstrapping marks.
10558
10559 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10560 Newsgroups and Folowup-To headers.
10561
10562 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10563
10564 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10565 (gnus-server-closed-face, gnus-server-denied-face)
10566 (gnus-server-offline-face): Remove variable.
10567 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10568
10569 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10570 of modifying message-stack directly for XEmacs.
10571
10572 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10573 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10574 if the coding-system argument is nil for XEmacs.
10575
10576 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10577 mm-charset-override-alist.
10578
10579 * rfc2047.el: Don't require base64; require rfc2045 for the function
10580 rfc2045-encode-string.
10581 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10582 to quote the parameter value.
10583
10584 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10585
10586 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10587 form in gnus-group-name-charset-method-alist.
10588
10589 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10590 overrides the default layout edit-form.
10591
10592 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10593
10594 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10595
10596 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10597
10598 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10599 as unfetched articles.
10600
10601 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10602
10603 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10604
10605 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10606
10607 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10608 original back end that keeps marks in the local system.
10609
10610 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10611
10612 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10613 arg of pop-to-buffer for XEmacs.
10614 (gnus-article-read-summary-keys): Ditto; don't restore window
10615 configuration if summary command ends up with neither article buffer
10616 nor summary buffer; describe bindings if summary keys end with C-h.
10617
10618 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10619
10620 * message.el (message-fix-before-sending): Skip raw message part to be
10621 forwarded while checking illegible text.
10622 (message-forward-make-body-mime, message-forward-make-body):
10623 Mark signed or encrypted raw message as having no illegible text.
10624
10625 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10626
10627 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10628 (gnus-message-with-timestamp-1): New macro.
10629 (gnus-message-with-timestamp): New function.
10630 (gnus-message): Use them.
10631
10632 * nnheader.el (nnheader-message): Use them.
10633
10634 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10635
10636 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10637 .newsrc.eld file.
10638
10639 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10640
10641 * gnus-agent.el (gnus-agent-fetch-headers)
10642 (gnus-agent-retrieve-headers):
10643 Bind gnus-decode-encoded-address-function to identity.
10644
10645 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10646 available also when the server returns simply a dot.
10647
10648 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10649
10650 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10651
10652 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10653
10654 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10655
10656 * gnus-ems.el (gnus-x-splash): Make it work.
10657
10658 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10659 from being used.
10660
10661 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10664 the front stickiness.
10665 (gnus-article-summary-command-nosave): Correct the order of the
10666 arguments passed to pop-to-buffer.
10667 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10668 summary command ends up with the article buffer.
10669
10670 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10671 the same faces.
10672
10673 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10674
10675 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10676
10677 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10678
10679 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10680 * gnus-sum.el (gnus-summary-highlight):
10681 * mail-source.el (mail-source-delete-old-incoming-confirm):
10682 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10683
10684 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10685
10686 * gnus-art.el (gnus-mime-view-part-externally)
10687 (gnus-mime-view-part-internally): Fix predicate function passed to
10688 completing-read.
10689
10690 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10691
10692 * gnus.el (gnus-update-message-archive-method): Add :version.
10693
10694 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10695
10696 * gnus.el (gnus-update-message-archive-method): New variable.
10697
10698 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10699 according to gnus-message-archive-method if
10700 gnus-update-message-archive-method is non-nil.
10701
10702 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10703
10704 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10705 Suggested by Loic Dachary <loic@dachary.org>.
10706 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10707
10708 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10709
10710 * message.el (message-pop-to-buffer): Add switch-function argument.
10711 (message-mail): Pass switch-function argument to it.
10712
10713 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10714
10715 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10716 Improve doc string.
10717
10718 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10719
10720 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10721 (gnus-header-content)
10722 * gnus-cite.el (gnus-cite-10)
10723 * gnus-srvr.el (gnus-server-closed)
10724 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10725 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10726 (gnus-group-mail-3-empty, gnus-group-mail-low)
10727 (gnus-group-mail-low-empty, gnus-splash)
10728 * message.el (message-header-to, message-header-cc)
10729 (message-header-subject, message-header-other, message-header-name)
10730 (message-header-xheader, message-separator, message-cited-text)
10731 (message-mml): Lighten colors of faces used for dark background.
10732
10733 2007-05-24 Simon Josefsson <simon@josefsson.org>
10734
10735 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10736 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10737
10738 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10739
10740 * message.el (message-narrow-to-headers-or-head):
10741 Ignore mail-header-separator in the body.
10742
10743 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10744
10745 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10746 same as window size.
10747
10748 2007-05-22 Kevin Ryde <user42@zip.com.au>
10749
10750 * message.el (message-font-lock-keywords): Use message-header-xheader
10751 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10752 ahead of the anything pattern, to get it recognised.
10753
10754 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10755
10756 * gnus-sum.el (gnus-articles-to-read)
10757 (gnus-summary-insert-old-articles): Don't truncate group name for
10758 `read-string'.
10759
10760 * gnus-util.el (gnus-limit-string): Delete this function.
10761
10762 * gnus-sum.el (gnus-simplify-subject-fully):
10763 Use `truncate-string-to-width' instead.
10764
10765 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10766
10767 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10768 Tell if, on summary exit, the next group has to be selected.
10769 (gnus-summary-exit): Use it.
10770
10771 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10772
10773 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10774 non-break space.
10775
10776 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10777
10778 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10779 Check if group is not a directory.
10780 (nnfolder-request-expire-articles): Don't delete articles if the target
10781 group is not available.
10782
10783 * nnml.el (nnml-request-create-group): Properly check if group is not a
10784 file.
10785 (nnml-request-expire-articles): Don't delete articles if the target
10786 group is not available.
10787
10788 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10789 Don't quote characters that are within parentheses.
10790
10791 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10792
10793 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10794 (gnus-handle-ephemeral-exit): Select article according to it.
10795
10796 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10797
10798 * message.el (message-insert-formated-citation-line): Remove newline.
10799 (message-citation-line-format): Add final \n here so that the user can
10800 avoid a blank line.
10801
10802 2007-05-03 Dan Christensen <jdc@uwo.ca>
10803
10804 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10805 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10806 Update lanl/arXiv support.
10807
10808 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10809
10810 * gnus.el: Bump version number.
10811
10812 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10813
10814 * gnus.el (gnus-version-number): Bump version.
10815
10816 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10817
10818 * gnus.el: No Gnus v0.6 is released.
10819
10820 2007-04-27 Didier Verna <didier@xemacs.org>
10821
10822 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10823 * gmm-utils.el (gmm-regexp-concat): ... here.
10824 * message.el: Don't require 'gnus-util.
10825 (message-dont-reply-to-names): Handle name change above.
10826 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10827
10828 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10829
10830 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10831 since the initial value varies according to the system.
10832
10833 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10834
10835 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10836
10837 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10838
10839 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10840
10841 2007-04-24 Didier Verna <didier@xemacs.org>
10842
10843 Improve the type of gnus-ignored-from-addresses.
10844 * gnus-util.el (gnus-orify-regexp): New function.
10845 * message.el (gnus-util): Require it.
10846 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10847 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10848 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10849
10850 2007-04-24 Didier Verna <didier@xemacs.org>
10851
10852 * gnus-sum.el:
10853 * gnus-utils.el: Fix some trailing whitespaces.
10854
10855 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10856
10857 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10858 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10859 article's Message-ID; refer parent article in summary buffer.
10860
10861 * message.el (message-bounce): Call mime-to-mml.
10862
10863 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10864
10865 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10866
10867 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10868
10869 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10870 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10871 displayed of multipart/alternative part if it is invoked from summary
10872 buffer.
10873
10874 * mm-view.el (mm-inline-text-html-render-with-w3m)
10875 (mm-inline-text-html-render-with-w3m-standalone)
10876 (mm-inline-render-with-function): Use mail-parse-charset by default.
10877
10878 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10879
10880 * parse-time.el (parse-time-string-chars): Check if CHAR
10881 is less than the length of parse-time-syntax.
10882
10883 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10884
10885 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10886 from gnus-newsgroup-processable.
10887
10888 2007-04-16 Didier Verna <didier@xemacs.org>
10889
10890 * gnus-msg.el (gnus-configure-posting-styles):
10891 Handle message-signature-directory properly with :file syntax.
10892 Reported by "Leo".
10893
10894 2007-04-11 Didier Verna <didier@xemacs.org>
10895
10896 New user option: message-signature-directory.
10897 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10898 * message.el (message-insert-signature): Ditto.
10899 * message.el (message-signature-file): Doc update.
10900 * message.el (message-signature-directory): New.
10901
10902 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10903
10904 * gnus-msg.el (gnus-inews-yank-articles):
10905 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10906
10907 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10908
10909 * message.el (message-yank-original): Make sure cited text ends with
10910 newline; don't exchange point and mark.
10911
10912 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10913
10914 * tls.el (open-tls-stream): Properly handle case where there
10915 is no associated buffer.
10916
10917 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10918
10919 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10920 message-yank-original, make sure (< mark TEXT point).
10921
10922 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10923
10924 * message.el (message-fill-column): New variable.
10925 (message-mode): Use it. Add comment on a possible new hook.
10926
10927 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10928 (nnmail-get-new-mail): Reformat.
10929
10930 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10931
10932 * gmm-utils.el: Fix Commentary.
10933 (gmm-tool-bar-from-list): Fix typo in doc string.
10934
10935 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10936
10937 * message.el (message-yank-original): Don't switch point and mark
10938 unnecessarily to put point and mark as documented.
10939
10940 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10941
10942 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10943 from the message heads.
10944
10945 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10946
10947 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10948 article buffer does not have a window. This may not be the best
10949 solution but is certainly better than setting the start of the null,
10950 that is the current, window.
10951
10952 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10953
10954 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10955 (gnus-draft-setup): Run it.
10956
10957 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10958 gnus-score-fast-scoring. Allow regexp.
10959 (gnus-score-headers): Use it.
10960
10961 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10962 XEmacs.
10963
10964 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10965 string.
10966 (gnus-button-alist): Also catch `<f1> k ...'.
10967 (gnus-treat-display-x-face): Fix doc string.
10968
10969 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10970
10971 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10972 evaluation of gnus-extended-version to ensure correct generation of the
10973 User-Agent header when message-generate-headers-first is used.
10974
10975 2007-03-24 Simon Josefsson <simon@josefsson.org>
10976
10977 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10978 hashcash-path is nil. Don't call callback with incorrect number of
10979 parameters if val is 0.
10980
10981 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10982
10983 * message.el (message-required-news-headers):
10984 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10985
10986 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10987
10988 * message.el (message-generate-new-buffers): Change the meaning of the
10989 nil value; add `standard' to the choices; treat t as `unique'; improve
10990 doc string.
10991 (gnus-select-frame-set-input-focus): Autoload.
10992 (message-buffer-name): Search for the existing message buffer if
10993 message-generate-new-buffers is nil or `standard'; treat the value t of
10994 message-generate-new-buffers as `unique'.
10995 (message-pop-to-buffer): Raise the frame already displaying the message
10996 buffer; clear the echo area after querying.
10997 (message-setup): Pass the `continue' argument to compose-mail.
10998 (message-mail): Prefer `switch-function' if it is given; search for the
10999 existing message buffer if the `continue' argument is non-nil; pass
11000 continue and switch-function arguments to compose-mail by way of
11001 message-setup.
11002 (message-mail-other-window): Adjust argument of message-setup.
11003 (message-mail-other-frame): Ditto.
11004
11005 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11006
11007 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11008 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11009 to turn font-lock on when turning gnus-message-citation-mode on.
11010
11011 2007-03-06 Daiki Ueno <ueno@unixuser.org>
11012
11013 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11014 (mml-smime-function-alist): New variable; add epg as the backend.
11015 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11016 mml-smime- functions instead.
11017 * mm-view.el: Require smime.
11018
11019 2007-03-05 Didier Verna <didier@xemacs.org>
11020
11021 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11022 instead of just inheritance for posting styles.
11023 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11024
11025 2007-02-24 John Paul Wallington <jpw@pobox.com>
11026
11027 * tls.el (tls-certtool-program): Fix custom type.
11028
11029 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11030
11031 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11032 and point-at-eol instead of line-(beginning|end)-position.
11033
11034 * assistant.el (assistant-parse-buffer): Ditto.
11035
11036 2007-02-28 Daiki Ueno <ueno@unixuser.org>
11037
11038 * mml2015.el (mml2015-epg-find-usable-key): New function.
11039 (mml2015-epg-sign): Use it.
11040 (mml2015-epg-encrypt): Use it.
11041
11042 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11043
11044 * message.el (message-make-in-reply-to): Quote name containing
11045 non-ASCII characters. It will make the RFC2047 encoder cause an error
11046 if there are special characters. Reported by NAKAJI Hiroyuki
11047 <nakaji@jp.freebsd.org>.
11048
11049 2007-02-27 Didier Verna <didier@xemacs.org>
11050
11051 Include the group parameters as well as the topic ones in the
11052 inheritance filter process.
11053 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11054 argument GROUP-PARAMS-LIST.
11055 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11056
11057 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11058
11059 * nntp.el (nntp-never-echoes-commands)
11060 (nntp-open-connection-functions-never-echo-commands): New variables.
11061 (nntp-send-command): Use them.
11062
11063 2007-02-20 Daiki Ueno <ueno@unixuser.org>
11064
11065 * mml2015.el (mml2015-epg-verify): Simplify.
11066
11067 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11068
11069 * mml.el (mml-content-disposition-alist): New user option.
11070 (mml-content-disposition): New function.
11071 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11072 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11073
11074 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11075
11076 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11077 verification.
11078
11079 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11080
11081 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11082 articles posted in the last 24 hours.
11083
11084 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11085
11086 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11087
11088 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11089
11090 * nntp.el (nntp-send-command): Don't wait for echoes when
11091 nntp-open-ssl-stream is used.
11092
11093 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11094
11095 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11096 (gnus-message-add-citation-keywords)
11097 (gnus-message-remove-citation-keywords): Remove.
11098 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11099 directly, make the variables in font-lock-defaults buffer-local, add
11100 gnus-message-citation-keywords to them and then update the value of
11101 font-lock-keywords.
11102
11103 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11104
11105 * message.el (message-cite-original-1): Don't call
11106 gnus-article-highlight-citation.
11107
11108 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11109 citations; fix line count.
11110
11111 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11112
11113 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11114 (gnus-message-add-citation-keywords)
11115 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11116 versions of font-lock-add-keywords and font-lock-remove-keywords to
11117 work with XEmacs correctly.
11118
11119 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11120
11121 * gnus-cite.el (gnus-cite-face-list): Set the values of
11122 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11123 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11124 (gnus-message-cite-prefix-regexp): New variable.
11125 (gnus-message-search-citation-line): Use it; protect against long
11126 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11127 the 0th match data for Emacs.
11128 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11129 (gnus-message-add-citation-keywords): Append keywords rather than
11130 prepending; emulate font-lock-add-keywords if it is not available.
11131 (gnus-message-remove-citation-keywords):
11132 Emulate font-lock-remove-keywords if it is not available.
11133
11134 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11135
11136 * message.el (message-cite-prefix-regexp): Set the value of
11137 gnus-message-cite-prefix-regexp.
11138
11139 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11140
11141 * nnweb.el (nnweb-google-parse-1): Update parser.
11142
11143 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11144
11145 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11146
11147 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11148
11149 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11150 regexp.
11151
11152 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11153
11154 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11155 string-to-multibyte.
11156 (uudecode-decode-region-internal): Use it.
11157
11158 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11159
11160 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11161 Fix custom choice.
11162
11163 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11164
11165 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11166
11167 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11168
11169 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11170 `write-region' to respect `mm-inhibit-file-name-handlers'.
11171
11172 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11173
11174 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11175 Use gnus-home-directory instead of "~/" or "$HOME".
11176
11177 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11178
11179 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11180 to mention filename.
11181 Add comments at beginning regarding usage.
11182 (encrypt-write-file-contents): Change interactive so a string is
11183 acceptable. If the file has no associated model, show an error instead
11184 of a nonsense prompt.
11185
11186 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11187
11188 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11189 Thanks to Yoshihiko Yamada for kind notification of this typo.
11190
11191 2007-01-12 Kenichi Handa <handa@m17n.org>
11192
11193 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11194 multibyte buffer.
11195
11196 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11197
11198 * gnus-score.el (gnus-score-fast-scoring): New variable.
11199 (gnus-score-headers): Use it.
11200
11201 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11202
11203 * message.el (message-cite-original-1):
11204 Call gnus-article-highlight-citation if requested.
11205 (message-make-from): Allow name and address as optional arguments.
11206
11207 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11208
11209 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11210 bugs to doc string.
11211 (gnus-button-alist): Add mid\\|message-id.
11212 (gnus-button-fetch-group): Extend for use in
11213 `browse-url-browser-function'.
11214 (gnus-button-url-regexp): Try to catch paired parentheses like in
11215 Wikipedia URLs.
11216
11217 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11218 Suggested by Simon Krahnke <overlord@gmx.li>.
11219
11220 2007-01-13 Romain Francoise <romain@orebokech.com>
11221
11222 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11223 Update copyright.
11224
11225 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11226
11227 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11228
11229 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11230
11231 * gnus-registry.el (gnus-registry-unfollowed-groups)
11232 (gnus-registry-split-fancy-with-parent): Fix documentation.
11233
11234 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11235
11236 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11237 from nnweb groups.
11238
11239 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11240
11241 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11242 Xref urls. Erase buffer before requesting head.
11243
11244 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11245
11246 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11247
11248 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11249 customizable.
11250
11251 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11252
11253 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11254 no signing key is found.
11255 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11256 no encrypting and/or signing key is found.
11257
11258 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11259
11260 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11261
11262 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11263
11264 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11265 headers read from disk with the ones newly found in the current search.
11266 This should no longer cause problems, because the article numbers in
11267 Gmane's `nov.php' output are ignored since the previous change.
11268
11269 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11270
11271 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11272
11273 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11274
11275 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11276
11277 2007-01-01 Romain Francoise <romain@orebokech.com>
11278
11279 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11280
11281 2006-12-31 Steve Youngs <steve@sxemacs.org>
11282
11283 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11284 `define-minor-mode' macro definition expanded properly.
11285 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11286 exclude it there.
11287
11288 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11289 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11290 `fboundp' test.
11291 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11292 This is OK to autoload in (S)XEmacs now.
11293
11294 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11295
11296 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11297 keystroke.
11298 (gnus-summary-limit-to-singletons): Fix typo.
11299
11300 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11301 else fails.
11302
11303 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11304
11305 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11306 docstring.
11307
11308 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11309 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11310 (gnus-summary-insert-dormant-articles): Fix typo in message.
11311
11312 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11313
11314 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11315 nil for XEmacs.
11316 (gnus-message-citation-mode): Don't autoload in XEmacs.
11317
11318 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11319
11320 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11321
11322 * nnimap.el (nnimap-expunge-search-string):
11323 Mention nnimap-search-uids-not-since-is-evil in docstring.
11324
11325 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11326
11327 * spam.el: Revert to make-obsolete-variable because
11328 define-obsolete-variable-alias is not supported in Emacs 21.
11329
11330 * spam.el (spam-ifile-path, spam-ifile-database-path)
11331 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11332 make-obsolete-variable.
11333 (spam-bsfilter-path, spam-bsfilter-program)
11334 (spam-spamassassin-path, spam-spamassassin-program)
11335 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11336 Don't use "path" inappropriately.
11337 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11338 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11339 variable names.
11340
11341 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11342
11343 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11344 summary buffer.
11345
11346 * password.el (password-cache-remove): Use clear-string to burn
11347 password, if available.
11348
11349 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11350
11351 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11352
11353 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11354
11355 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11356 (gnus-message-highlight-citation): Move defcustom here from
11357 gnus-cite.el.
11358 (gnus-message-citation-mode): Autoload.
11359
11360 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11361 checks to make it compile with XEmacs.
11362 (gnus-message-citation-mode): New minor mode.
11363 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11364 (gnus-message-highlight-citation): New variables.
11365 (gnus-message-search-citation-line)
11366 (gnus-message-add-citation-keywords)
11367 (gnus-message-remove-citation-keywords)
11368 (turn-on-gnus-message-citation-mode)
11369 (turn-off-gnus-message-citation-mode): New functions.
11370
11371 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11372
11373 * gnus-cite.el: Enable highlighting of different citation levels in
11374 message-mode.
11375
11376 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11377
11378 * message.el (message-make-fqdn): Fix comment.
11379 (message-bogus-system-names): Add ".local".
11380
11381 * spam.el (spam-ifile-path, spam-ifile-program)
11382 (spam-ifile-database-path, spam-ifile-database)
11383 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11384 Don't use "path" inappropriately.
11385 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11386 strings.
11387 (spam-check-ifile, spam-ifile-register-with-ifile)
11388 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11389 Use new variable names.
11390
11391 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11392 (gnus-treat-display-smileys): Simplify using
11393 gnus-image-type-available-p.
11394
11395 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11396 available.
11397
11398 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11399
11400 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11401 one after turning on the buffer's multibyteness instead of decoding
11402 them directly in the unibyte buffer that causes unexpected conversion
11403 in Emacs 23 (unicode).
11404
11405 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11406
11407 * message.el (message-generate-hashcash): Fix custom type.
11408
11409 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11410
11411 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11412
11413 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11414
11415 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11416 disconnect icons. Add help text.
11417
11418 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11419
11420 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11421 negated to be consistent with the others we handle.
11422
11423 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11424
11425 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11426 version of gnus-summary-buffer to something, so that we can use two
11427 article buffers at the same time.
11428
11429 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11430
11431 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11432 trigger all the extra headers.
11433 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11434 sorting.
11435
11436 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11437
11438 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11439 solid groups.
11440
11441 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11442
11443 * legacy-gnus-agent.el: Add Copyright notice.
11444
11445 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11446
11447 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11448
11449 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11450
11451 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11452
11453 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11454 to make it work reliably in CVS Emacs.
11455 (gnus-summary-limit-strange-charsets-predicate)
11456 (gnus-summary-limit-to-predicate): New functions.
11457
11458 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11459
11460 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11461 specifying array size.
11462 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11463 array if it is too small.
11464 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11465 (gnus-sort-threads-loop): New function.
11466
11467 2006-12-06 Chris Moore <dooglus@gmail.com>
11468
11469 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11470 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11471
11472 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11473
11474 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11475 options.
11476
11477 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11478
11479 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11480 DOS-ing the recipient.
11481
11482 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11483 the headers when creating the mapping to avoid mismappings.
11484 (nnweb-gmane-create-mapping): Always nix out old mapping.
11485
11486 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11487
11488 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11489 and mm-verify-option to never.
11490
11491 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11492
11493 * message.el (message-signed-or-encrypted-p): New function.
11494 (message-forward-make-body): Use it.
11495
11496 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11497 Replace encode-coding-string with mm-encode-coding-string.
11498
11499 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11500
11501 * nneething.el (nneething-decode-file-name):
11502 Replace decode-coding-string with mm-decode-coding-string.
11503
11504 * gnus-int.el (gnus-open-server): Say failed server's name.
11505
11506 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11507
11508 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11509 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11510
11511 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11512 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11513 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11514 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11515 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11516 (gnus-subscribe-newsgroup, gnus-1):
11517 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11518 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11519 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11520 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11521
11522 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11523
11524 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11525 keystroke.
11526 (gnus-summary-limit-to-bodies): Implement headersp.
11527
11528 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11529
11530 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11531
11532 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11533
11534 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11535
11536 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11537
11538 * message.el (message-generate-hashcash): Expand range of values to
11539 include `opportunistic'.
11540 (message-send-mail): Use it.
11541
11542 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11543
11544 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11545 and comment it.
11546
11547 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11548
11549 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11550
11551 * gnus-util.el (gnus-extract-address-components): Improve comment.
11552
11553 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11554
11555 * gnus-util.el (gnus-extract-address-components): Work with address in
11556 which the name portion contains @.
11557
11558 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11559
11560 * gnus.el (gnus-start): Move custom group up.
11561 (gnus-select-method): Don't autoload, but make it available for
11562 `customize-variable'.
11563 (gnus-getenv-nntpserver): Don't autoload.
11564
11565 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11566
11567 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11568
11569 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11570
11571 * message.el (message-sendmail-extra-arguments): New variable.
11572 (message-send-mail-with-sendmail): Use it.
11573
11574 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11575
11576 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11577 mm-with-unibyte-current-buffer to make string unibyte.
11578
11579 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11580 mm-string-as-multibyte.
11581
11582 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11583
11584 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11585 Reported by Werner Koch <wk@gnupg.org>.
11586
11587 2006-11-14 Daiki Ueno <ueno@p360>
11588
11589 * mml2015.el: Autoload epa-select-keys when compiling.
11590
11591 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11592
11593 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11594 message-options.
11595 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11596
11597 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11598
11599 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11600 EasyPG (< 0.0.6).
11601 (mml2015-always-trust): New user option.
11602 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11603 prompt.
11604
11605 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11606
11607 * nntp.el (nntp-authinfo-force): New variable.
11608 (nntp-send-authinfo): Use it.
11609
11610 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11611
11612 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11613 decode encoded words. Improve prompt. Add comment about forwarding.
11614 (message-replacement-char): Move up.
11615
11616 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11617
11618 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11619 instead of gnus-intersection because arguments of gnus-sorted-nunion
11620 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11621
11622 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11623
11624 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11625 (message-simplify-subject-functions):
11626 Enable message-strip-subject-encoded-words by default.
11627
11628 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11629
11630 * message.el (message-strip-subject-encoded-words): New function.
11631 (message-simplify-subject-functions): New variable.
11632 (message-simplify-subject): Use it. Fix typo in doc string.
11633 Support message-strip-subject-encoded-words.
11634
11635 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11636
11637 * gnus-diary.el (gnus-diary-delay-format-function):
11638 * nndiary.el (nndiary-reminders):
11639 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11640
11641 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11642
11643 * gnus-art.el (article-hide-boring-headers): Fetch date from
11644 gnus-original-article-buffer to avoid problems with localized date
11645 strings.
11646
11647 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11648
11649 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11650
11651 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11652
11653 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11654 New variables.
11655 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11656 (mm-charset-synonym-alist): Move some entries to
11657 mm-codepage-iso-8859-list.
11658 (mm-charset-synonym-alist, mm-charset-override-alist):
11659 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11660
11661 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11662
11663 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11664
11665 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11666
11667 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11668 with Emacs 21 and XEmacs.
11669
11670 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11671
11672 * spam.el (spam-parse-address): New function for better parsing,
11673 catching errors, etc.
11674 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11675
11676 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11677
11678 * mm-view.el: Add interactive arg to html2text autoload.
11679
11680 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11681
11682 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11683
11684 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11685
11686 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11687 New variables.
11688 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11689 (mm-charset-synonym-alist): Move some entries to
11690 mm-codepage-iso-8859-list.
11691
11692 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11693
11694 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11695
11696 * message.el (message-citation-line-format)
11697 (message-insert-formated-citation-line): Fix implementation of %E, %N
11698 and %n according to the doc string.
11699
11700 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11701
11702 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11703 Use car-safe to avoid bad parses.
11704
11705 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11706
11707 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11708 names.
11709
11710 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11711
11712 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11713
11714 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11715 header.
11716
11717 * message.el (message-draft-headers): Add Date.
11718 (message-headers-to-generate): Fix typo in docstring.
11719
11720 * nndraft.el (nndraft-required-headers): New variable.
11721 (nndraft-generate-headers): Use it.
11722
11723 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11724
11725 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11726
11727 * gnus-registry.el (gnus-registry-wash-for-keywords)
11728 (gnus-registry-find-keywords): New functions to allow easy searching of
11729 articles that are in the registry.
11730
11731 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11732
11733 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11734 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11735 Reported by Damien Elmes <damien@repose.cx>.
11736
11737 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11738
11739 * gnus.el (gnus-mime): Remove unused custom group.
11740
11741 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11742
11743 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11744 "blank line" when searching for end of armor headers.
11745
11746 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11747
11748 * gmm-utils.el (gmm-write-region): Fix variable name.
11749
11750 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11751
11752 * gmm-utils.el (gmm-write-region): New function based on compatibility
11753 code from `mm-make-temp-file'.
11754
11755 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11756
11757 * nnmaildir.el (nnmaildir--update-nov)
11758 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11759 Use `gmm-write-region'.
11760
11761 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11762
11763 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11764 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11765
11766 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11767
11768 * message.el (message-replacement-char): New variable.
11769 (message-fix-before-sending): Use it.
11770 (message-simplify-subject): New function to remove duplicate code.
11771 (message-reply, message-followup): Use it.
11772
11773 * gnus-sum.el (gnus-summary-make-menu-bar):
11774 Clarify gnus-summary-limit-to-articles.
11775
11776 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11777
11778 * gnus-util.el (gnus-with-local-quit): New macro.
11779
11780 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11781
11782 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11783
11784 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11785 ignore non-string data.
11786
11787 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11788
11789 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11790 non-string data (needs to be done in the registry too).
11791
11792 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11793
11794 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11795 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11796 (gnus-registry-split-fancy-with-parent)
11797 (gnus-registry-fetch-simplified-message-subject-fast)
11798 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11799 Remove text properties on ingress into the registry and when it's saved.
11800 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11801 registry from entries with no groups.
11802
11803 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11804
11805 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11806 function to remove string properties.
11807
11808 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11809
11810 * gmm-utils.el (gmm): Adjust custom version.
11811
11812 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11813 Adjust custom version.
11814
11815 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11816
11817 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11818
11819 * gnus-art.el (gnus-insert-prev-page-button)
11820 (gnus-insert-next-page-button): Simplify. Reformat.
11821
11822 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11823
11824 * gnus-art.el (gnus-insert-prev-page-button)
11825 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11826
11827 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11828
11829 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11830
11831 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11832
11833 * gnus-art.el (gnus-insert-mime-button)
11834 (gnus-insert-mime-security-button):
11835 Apply gnus-article-button-face to MIME and security buttons.
11836
11837 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11838
11839 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11840 readable.
11841
11842 2006-09-20 Steve Youngs <steve@sxemacs.org>
11843
11844 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11845 `browse-url-of-file' instead of `browse-url'.
11846
11847 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11848
11849 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11850 regexp. Articles containing quotation were cut prematurely.
11851
11852 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11853
11854 * message.el (message-cite-original-1): Use nobody by default for the
11855 value of From header.
11856 (message-reply): Ditto.
11857
11858 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11859
11860 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11861 to the gnus-info. This fixes a bug of inline-PGP message verification.
11862 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11863
11864 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11865
11866 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11867 mails in the doc string. Add some URLs in comment.
11868 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11869
11870 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11871
11872 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11873 backslashes handling and the way to find boundaries of quoted strings.
11874
11875 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11876
11877 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11878 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11879 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11880 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11881
11882 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11883
11884 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11885 doc string.
11886 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11887
11888 2006-09-06 Simon Josefsson <jas@extundo.com>
11889
11890 * mml2015.el (mml2015-use): Doc fix, mention epg.
11891
11892 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11893
11894 * mml2015.el (mml2015-use): Default to epg, if available.
11895
11896 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11897
11898 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11899 message-sender.
11900 (mml1991-epg-encrypt): Ditto.
11901 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11902 message-sender.
11903 (mml2015-epg-encrypt): Ditto.
11904
11905 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11906
11907 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11908 several common directories.
11909
11910 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11911
11912 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11913 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11914
11915 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11916
11917 * gnus-art.el (article-decode-encoded-words): Make it fast.
11918
11919 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11920
11921 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11922
11923 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11924 in quoted string into `\'.
11925
11926 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11927
11928 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11929 Use standard-syntax-table.
11930
11931 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11932
11933 * gnus-art.el (gnus-decode-address-function): New variable.
11934 (article-decode-encoded-words): Use it to decode headers which are
11935 assumed to contain addresses.
11936 (gnus-mime-delete-part): Remove useless `or'.
11937
11938 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11939 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11940 (gnus-nov-parse-line): Use it to decode From header.
11941 (gnus-get-newsgroup-headers): Ditto.
11942 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11943
11944 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11945 (mail-decode-encoded-address-string): New alias.
11946
11947 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11948 New function.
11949 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11950 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11951 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11952 (rfc2047-decode-string): Ditto.
11953 (rfc2047-decode-address-region): New function.
11954 (rfc2047-decode-address-string): New function.
11955
11956 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11957
11958 * message.el (message-caesar-buffer-body): Allow rotating headers.
11959
11960 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11961
11962 * message.el (message-insert-formated-citation-line): Fix %f.
11963 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11964
11965 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11966
11967 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11968 (gnus-bookmark-mouse-available-p): New macro.
11969 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11970 (gnus-bookmark-bmenu-show-infos): Use it.
11971 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11972 (gnus-bookmark-bmenu-hide-infos): Ditto.
11973 (gnus-bookmark-remove-properties): New function.
11974 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11975 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11976 (gnus-bookmark-write-file): Bind coding-system-for-write.
11977 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11978 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11979 group before selecting it.
11980 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11981 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11982 quit-window if it is not available; use gnus-mouse-2 and bind it to
11983 gnus-bookmark-bmenu-select-by-mouse.
11984 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11985 (gnus-bookmark-bmenu-select-by-mouse): New function.
11986
11987 2006-08-13 Romain Francoise <romain@orebokech.com>
11988
11989 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11990 space.
11991
11992 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11993
11994 * compface.el (uncompface): Use binary rather than raw-text-unix.
11995
11996 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11997
11998 * compface.el (uncompface): Make sure the eol conversion doesn't take
11999 place when communicating with the external programs.
12000 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12001
12002 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
12003
12004 * nnheader.el (nnheader-insert-head): Fix typo in comment.
12005
12006 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12007
12008 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12009 Make it more robust by parsing author and date independently.
12010
12011 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12012
12013 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12014
12015 2006-07-28 Daiki Ueno <ueno@unixuser.org>
12016
12017 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12018 first matching secret key.
12019 (mml2015-epg-encrypt): Ditto.
12020
12021 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12022 first matching secret key.
12023 (mml1991-epg-encrypt): Ditto.
12024
12025 * mml2015.el (mml2015-encrypt-to-self): New user option.
12026 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12027 mml2015-epg-encrypt-to-self is set.
12028
12029 * mml1991.el (mml1991-encrypt-to-self): New variable.
12030 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12031 mml1991-epg-encrypt-to-self is set.
12032
12033 * mml2015.el (mml2015-signers): New user option.
12034 (mml2015-epg-sign): Reflect the value of mml2015-signers.
12035 (mml2015-epg-encrypt): Allow to select signing keys.
12036
12037 * mml1991.el (mml1991-signers): New variable.
12038 (mml1991-epg-sign): Reflect the value of mml1991-signers.
12039 (mml1991-epg-encrypt): Allow to select signing keys.
12040
12041 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12042
12043 * nnheader.el (nnheader-insert-head): Make it work even if the file
12044 uses CRLF for the line-break code.
12045
12046 2006-07-25 Daiki Ueno <ueno@unixuser.org>
12047
12048 * mml2015.el: Require mml-sec instead of password.
12049 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12050 (mml2015-cache-passphrase): Inherit the default value from
12051 mml-secure-cache-passphrase.
12052 (mml2015-passphrase-cache-expiry): Inherit the default value from
12053 mml-secure-passphrase-cache-expiry.
12054
12055 * mml1991.el: Require mml-sec instead of password.
12056 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12057 (mml1991-cache-passphrase): Inherit the default value from
12058 mml-secure-cache-passphrase.
12059 (mml1991-passphrase-cache-expiry): Inherit the default value from
12060 mml-secure-passphrase-cache-expiry.
12061
12062 * mml-sec.el: Require password.
12063 (mml-secure-verbose): New user option.
12064 (mml-secure-cache-passphrase): New user option.
12065 (mml-secure-passphrase-cache-expiry): New user option.
12066
12067 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12068
12069 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12070 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12071 andreas@altroot.de (Andreas Vögele).
12072
12073 FIXME: Use `tiny change'?
12074
12075 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12076
12077 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12078 workaround for the url package included with Emacs.
12079
12080 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12081
12082 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12083
12084 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12085 correctly. This fixes a bug caused by the 2006-05-12 change.
12086
12087 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12088
12089 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12090 some information about the error when saying that the `bogus' mail
12091 group will be used.
12092
12093 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12094
12095 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12096 string.
12097
12098 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12099
12100 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12101
12102 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12103
12104 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12105
12106 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12107
12108 * mml1991.el (mml1991-function-alist): Add epg.
12109 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12110 (mml1991-epg-encrypt): New functions.
12111
12112 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12113
12114 * mml2015.el (mml2015-verbose): New variable.
12115 (mml2015-cache-passphrase): Ditto.
12116 (mml2015-passphrase-cache-expiry): Ditto.
12117 (mml2015-function-alist): Add epg.
12118 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12119 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12120 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12121 New functions.
12122
12123 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12124
12125 * message.el (message-cite-original-1): Preserve region when removing
12126 quoted text due to X-No-Archive in order to avoid bogus attribution
12127 when citing multiple messages.
12128
12129 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12130
12131 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12132 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12133
12134 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12135
12136 * gnus-diary.el (gnus-user-format-function-d)
12137 (gnus-user-format-function-D): Autoload.
12138
12139 * imap.el (Commentary): Fix typo.
12140
12141 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12142 2006-04-22 contribution.
12143
12144 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12145
12146 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12147 It didn't really fix the bogosity I'm seeing with solid web groups.
12148
12149 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12150
12151 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12152 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12153 created using server names. If we use the feature without declaring
12154 it, Gnus does not properly manage server and group state.
12155
12156 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12157 bound.
12158
12159 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12160
12161 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12162 looking up the method using GROUP's prefix before inventing a new one.
12163 It is used on killed/unknown groups in various places where returning
12164 an all-new method isn't expected by the caller.
12165
12166 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12167 and match semantics of gnus-group-real-prefix.
12168
12169 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12170
12171 * nnmail.el (nnmail-broken-references-mailers): New variable.
12172 (nnmail-ignore-broken-references): New function generalizing
12173 nnmail-fix-eudora-headers.
12174 (nnmail-fix-eudora-headers): Now obsolete.
12175
12176 * gnus-art.el (gnus-button-handle-custom):
12177 Support `customize-apropos*'.
12178
12179 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12180
12181 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12182
12183 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12184 articles.
12185
12186 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12187
12188 * message.el (message-cite-reply-above): New variable.
12189 (message-yank-original): Use it.
12190
12191 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12192
12193 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12194
12195 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12196
12197 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12198 as read.
12199
12200 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12201
12202 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12203
12204 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12205 (gnus-bookmark-default-file): Use gnus-directory.
12206 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12207 Remove "*" in doc string.
12208 (gnus-bookmark-write-file): Simplify.
12209 (gnus-bookmark-maybe-sort-alist): Use `when'.
12210 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12211 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12212 Add FIXME about Emacs 21 and XEmacs compatibility.
12213 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12214 compatibility.
12215 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12216 compatibility.
12217 (gnus-bookmark-menu-heading): Fix version.
12218
12219 2006-06-19 Bastien Guerry <bzg@altern.org>
12220
12221 * gnus-bookmark.el: New file.
12222
12223 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12224
12225 * message.el (message-syntax-checks): Doc fix.
12226
12227 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12228
12229 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12230 unsubscribed groups as if they were killed ones. It causes duplicate
12231 entries in gnus-newsrc-alist.
12232
12233 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12234
12235 * message.el (message-syntax-checks): Doc fix.
12236 (message-send-mail): Add check for continuation headers.
12237 (message-check-news-header-syntax): Fix regexp used to check for
12238 continuation headers.
12239
12240 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12241
12242 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12243
12244 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12245
12246 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12247
12248 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12249
12250 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12251 default-truncate-lines.
12252
12253 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12254
12255 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12256 to fill the utf-8 entry.
12257
12258 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12259
12260 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12261
12262 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12263
12264 * gnus-agent.el (directory-files-and-attributes): Move all the way
12265 forward (the third and final move).
12266 (gnus-agent-read-agentview): Trap reconstruction errors due to
12267 nonexistent directory. Handle by returning nil.
12268
12269 2006-05-30 Didier Verna <didier@xemacs.org>
12270
12271 * message.el (message-dont-reply-to-names): Update the custom type.
12272 * message.el (message-dont-reply-to-names): New defsubst: potentially
12273 convert a list of regexps into a single one.
12274 * message.el (message-get-reply-headers): Use it.
12275 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12276
12277 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12278
12279 * gnus-agent.el (directory-files-and-attributes): Move forward.
12280
12281 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12282
12283 * gnus-ml.el (gnus-mailing-list-subscribe)
12284 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12285 (gnus-mailing-list-message): Fix doc strings.
12286
12287 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12288
12289 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12290 of doing it manually.
12291
12292 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12293
12294 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12295 comment.
12296
12297 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12298
12299 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12300 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12301 (gnus-agent-read-local): All symbols allocated in my-obarray.
12302 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12303 (gnus-agent-regenerate-group): Check numeric names to see if they are
12304 messages or groups.
12305 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12306 better way of do this...)
12307
12308 * gnus-cache.el (gnus-agent-total-fetched-for):
12309 Ignore 'dummy.group' (there should be a better way of do this...)
12310
12311 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12312
12313 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12314 (gnus-saved-headers): Ditto.
12315 (gnus-default-article-saver): Mention functions may have properties.
12316 (gnus-article-save): Override gnus-save-all-headers and
12317 gnus-saved-headers by :headers property which saver function may have.
12318 (gnus-summary-save-in-file): Add :headers property.
12319 (gnus-summary-write-to-file): Ditto.
12320
12321 * gnus-sum.el (gnus-summary-save-article): Bind
12322 gnus-prompt-before-saving to t when saving many articles in a file;
12323 always show all headers.
12324
12325 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12326
12327 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12328 marks.
12329
12330 * message.el (message-indent-citation): Add optional arguments to allow
12331 using it outside of message buffers.
12332
12333 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12334 (gnus-article-treat-unfold-headers): Use it.
12335 (gnus-article-truncate-lines): New variable.
12336 (gnus-article-mode): Use it.
12337 (gnus-article-toggle-truncate-lines): New function.
12338
12339 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12340 Add gnus-article-toggle-truncate-lines.
12341
12342 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12343 coding system in XEmacs, use binary.
12344
12345 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12346
12347 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12348 after-load-alist.
12349
12350 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12351 this function should save decoded articles.
12352 (gnus-summary-write-to-file): Use property to specify this function
12353 should save decoded articles and specify gnus-summary-save-in-file
12354 should be used to save articles other than the first one when saving
12355 many articles.
12356 (gnus-summary-save-body-in-file): Use property to specify this
12357 function should save decoded articles.
12358 (gnus-summary-write-body-to-file): Use property to specify this
12359 function should save decoded articles and specify
12360 gnus-summary-save-body-in-file should be used to save articles other
12361 than the first one when saving many articles.
12362
12363 * gnus-sum.el (gnus-summary-save-article): Simplify.
12364
12365 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12366
12367 * gnus-art.el (gnus-default-article-saver):
12368 Add gnus-summary-write-body-to-file.
12369 (gnus-article-save-coding-system): Don't use coding system object
12370 in XEmacs.
12371 (gnus-read-save-file-name): Add optional `dir-var' argument which
12372 specifies directory in which files are saved; work even if optional
12373 `variable' argument is not specified.
12374 (gnus-summary-write-to-file): Read file name.
12375 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12376 (gnus-summary-write-body-to-file): New function.
12377
12378 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12379 (gnus-summary-local-variables): Add it.
12380 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12381 (gnus-summary-save-article): Remove optional `decode' argument;
12382 determine whether to decode articles by the value of
12383 gnus-default-article-saver; when saving many files using
12384 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12385 it first and use gnus-summary-save-in-file or
12386 gnus-summary-save-body-in-file thereafter unless
12387 gnus-prompt-before-saving is always; move point to article which
12388 will be saved.
12389 (gnus-summary-save-article-file): Revert.
12390 (gnus-summary-write-article-file): Revert.
12391 (gnus-summary-save-article-body-file): Revert.
12392 (gnus-summary-write-article-body-file): New function.
12393
12394 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12395
12396 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12397
12398 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12399
12400 * gnus-art.el (gnus-default-article-saver): Doc fix.
12401 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12402 from gnus-summary-save-article-coding-system, and default to a
12403 certain coding system.
12404 (gnus-output-to-file): Add coding cookie and encode text according
12405 to gnus-article-save-coding-system; don't use mm-append-to-file.
12406
12407 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12408 gnus-art.el and rename to gnus-article-save-coding-system.
12409 (gnus-summary-save-article): Require gnus-art; don't show all
12410 headers if it decodes articles; don't add coding cookie here;
12411 don't bind mm-text-coding-system-for-write.
12412 (gnus-summary-save-article-file): Save decoded articles.
12413 (gnus-summary-write-article-file): When saving many files, use
12414 gnus-summary-write-to-file first and gnus-summary-save-in-file
12415 thereafter unless gnus-prompt-before-saving is always.
12416 (gnus-summary-save-article-body-file): Save decoded articles.
12417
12418 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12419
12420 * nnrss.el (nnrss-check-group): Bind hash-index.
12421
12422 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12423
12424 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12425 its hash index. Store this hash in `nnrss-group-data'.
12426 (nnrss-read-group-data): Update accordingly.
12427
12428 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12429
12430 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12431 entry.
12432
12433 * gnus-sum.el (gnus-summary-make-menu-bar):
12434 Add gnus-article-browse-html-article.
12435
12436 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12437
12438 * gnus-sum.el (gnus-summary-mime-map):
12439 Add gnus-article-browse-html-article.
12440
12441 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12442
12443 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12444 suitable coding systems in customize.
12445
12446 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12447
12448 * mail-source.el (mail-sources): Fix custom type.
12449
12450 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12451
12452 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12453 (gnus-summary-expire-articles-now): Shorten prompt.
12454
12455 * gmm-utils.el (wid-edit): Require.
12456 (defun-gmm): Rename from `gmm-defun-compat'.
12457 (gmm-image-search-load-path): Use it.
12458 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12459
12460 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12461
12462 * gnus-sum.el (gnus-summary-save-article-coding-system):
12463 New variable.
12464 (gnus-summary-save-article): Add optional `decode' argument.
12465 If it is set and gnus-summary-save-article-coding-system is non-nil,
12466 save decoded article.
12467 (gnus-summary-write-article-file): Save decoded article if
12468 gnus-summary-save-article-coding-system is non-nil.
12469
12470 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12471 type.
12472
12473 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12474
12475 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12476
12477 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12478
12479 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12480 first to test gnus-single-article-buffer which may be buffer-local.
12481
12482 * gnus-sum.el (gnus-summary-setup-buffer):
12483 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12484 group; make gnus-article-buffer, gnus-article-current, and
12485 gnus-original-article-buffer always buffer-local.
12486 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12487 group.
12488 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12489
12490 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12491
12492 * nnml.el (nnml-request-compact-group): Compressed files might not
12493 have .gz extension.
12494
12495 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12498 (mm-copy-to-buffer): Use with-current-buffer.
12499 (mm-display-part): Simplify.
12500 (mm-inlinable-p): Add optional arg `type'.
12501
12502 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12503
12504 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12505 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12506 Try harder to show the attachment internally or externally using
12507 gnus-mime-view-part-as-type.
12508
12509 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12510
12511 * message.el (message-from-style, message-signature-separator)
12512 (message-user-organization-file, message-send-mail-function)
12513 (message-citation-line-function, message-yank-prefix)
12514 (message-indent-citation-function, message-signature)
12515 (message-signature-file, message-signature-insert-empty-line):
12516 Remove autoloads.
12517
12518 * gnus-art.el (gnus-buttonized-mime-types):
12519 Remove "multipart/signed". Revert 2006-04-26 change.
12520
12521 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12522
12523 * gnus.el (gnus-version-number): Bump version.
12524
12525 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12526
12527 * gnus.el: No Gnus v0.5 is released.
12528
12529 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12530
12531 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12532 fetching articles by message-id.
12533
12534 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12535
12536 * message.el (hashcash): Require hashcash as normal.
12537
12538 * ecomplete.el (ecomplete-highlight-match-line):
12539 Use point-at-eol.
12540 (ecomplete-highlight-match-line): Use `highlight', because that
12541 face exists in both Emacs and XEmacs.
12542
12543 * message.el (message-display-abbrev): Use point-at-bol.
12544
12545 * mail-source.el: Don't require timer/timer-funcs.
12546
12547 * gnus-async.el: Ditto.
12548
12549 * password.el: Ditto.
12550
12551 * mm-url.el: Ditto.
12552
12553 * mm-util.el: Require timer/timer-funcs.
12554
12555 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12556
12557 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12558 Close.
12559
12560 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12561
12562 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12563 unibyte after clear-decrypt function runs.
12564
12565 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12566 returns as a unibyte string.
12567
12568 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12569
12570 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12571 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12572 (mml1991-pgg-encrypt): Ditto.
12573
12574 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12575
12576 * message.el (message-user-organization-file): Check several
12577 locations of the organization file.
12578
12579 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12580 Add gnus-article-view-part-as-type.
12581
12582 * gnus-art.el (gnus-article-view-part-as-type): New function.
12583
12584 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12585 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12586
12587 * mml.el: Simplify autoload.
12588 (mml-mode): defvar dnd-protocol-alist instead of using
12589 symbol-value.
12590 (mml-default-directory): New variable.
12591 (mml-minibuffer-read-file): Use it.
12592 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12593
12594 * message.el (message-citation-line-format): New variable.
12595 (message-insert-formated-citation-line): New function.
12596 (message-citation-line-function):
12597 Add `message-insert-formated-citation-line' to custom type.
12598
12599 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12600 to doc string.
12601
12602 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12603 depending on mm-verify-option.
12604
12605 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12606
12607 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12608 binding pgg-* variables; reimplement the section which prevents
12609 MIME header from being signed.
12610 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12611 pgg-text-mode; remove a blank line at the top of body.
12612
12613 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12614 lines at the top of body; use gnus-newsgroup-charset if there's no
12615 Charset header.
12616
12617 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12618
12619 * message.el (message-self-insert-commands): Doc fix.
12620
12621 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12622 (mm-uu-pgp-encrypted-test): Ditto.
12623 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12624 between header and body; return application/pgp-encrypted handle
12625 if decryption failed; decode decrypted body by charset.
12626
12627 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12628 element match to application/pgp-*.
12629
12630 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12631
12632 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12633 HTML.
12634
12635 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12636
12637 * mail-source.el (mail-source-call-script): Message the error
12638 string.
12639
12640 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12641
12642 * gnus-util.el (gnus-byte-compile): Use it.
12643
12644 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12645
12646 * gnus-util.el (kill-empty-logs): New function.
12647
12648 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12649
12650 * message.el (message-mail-alias-type): Doc fix.
12651 (message-mail-alias-type-p): New function.
12652 (message-send): Use it.
12653 (message-mode): Ditto.
12654 (message-strip-forbidden-properties): Ditto.
12655
12656 * ecomplete.el (ecomplete-database-file-coding-system):
12657 New variable.
12658 (ecomplete-save): Use it.
12659 (ecomplete-setup): Use it.
12660
12661 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12662
12663 * message.el (message-self-insert-commands): New variable.
12664 (message-strip-forbidden-properties): Use it.
12665
12666 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12667
12668 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12669 that doesn't make XEmacs choke.
12670
12671 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12672
12673 * gnus-util.el (gnus-replace-in-string):
12674 Prefer replace-regexp-in-string over of replace-in-string.
12675
12676 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12677
12678 * gnus-util.el (gnus-select-frame-set-input-focus):
12679 Use select-frame-set-input-focus if it is available in XEmacs; use
12680 definition defined in Emacs 22 for old Emacsen.
12681
12682 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12683
12684 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12685
12686 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12687
12688 * gnus-registry.el (gnus-registry-cache-save): Remove text
12689 properties when saving via the temp buffer.
12690
12691 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12692
12693 * message.el (message-generate-hashcash): Honor custom type.
12694
12695 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12696
12697 * message.el (message-generate-hashcash): Default to non-nil when
12698 hashcash is found.
12699
12700 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12701 (gnus-refer-thread-limit): Increase default to 500.
12702
12703 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12704
12705 * flow-fill.el (fill-flowed): Allow delete-space.
12706
12707 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12708
12709 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12710 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12711 Remove autoloads.
12712
12713 2006-04-18 Simon Josefsson <jas@extundo.com>
12714
12715 * message.el (message-generate-hashcash): Default to.
12716
12717 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12718
12719 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12720 concatenating segments rather than before concatenating them.
12721
12722 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12723
12724 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12725
12726 * imap.el (imap-quote-specials): New function.
12727 (imap-login-auth): Quote specials.
12728
12729 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12730
12731 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12732
12733 * message.el (message-forward-make-body-plain):
12734 Allow message-forward-ignored-headers to be a list.
12735 (message-remove-ignored-headers): Factor out into function.
12736 (message-forward-make-body-mml): Use it.
12737 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12738 (rfc2231-parse-string): Allow concatanation of parameters that
12739 aren't contiguous. The test case is
12740 (mail-header-parse-content-type "message/external-body;
12741 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12742 access-type=LOCAL-FILE;
12743 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12744
12745 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12746
12747 * nntp.el (nntp-accept-process-output): Return the value of
12748 `nnheader-accept-process-output'.
12749
12750 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12751
12752 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12753 (gnus-button-alist): Recognize more diff formats.
12754 (gnus-button-patch): Strip directory.
12755
12756 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12757
12758 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12759 Emacs 22 when setting focus.
12760
12761 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12762
12763 * gnus-art.el (gnus-article-treat-types): Do treatment of
12764 text/x-verbatim parts.
12765 (gnus-button-patch): New command.
12766
12767 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12768 addresses that contain invalid characters.
12769
12770 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12771
12772 * message.el (message-put-addresses-in-ecomplete):
12773 Use gnus-replace-in-string.
12774 (message-is-yours-p): Use the more correct
12775 mail-header-parse-address instead of
12776 mail-extract-address-components.
12777 (message-put-addresses-in-ecomplete): Fix typo.
12778
12779 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12780 keystroke.
12781
12782 * gnus-art.el (gnus-treatment-function-alist): Change order of
12783 newsgroups/generic header folding to avoid double-folding.
12784
12785 * message.el (message-hidden-headers): Add X-Draft-From.
12786
12787 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12788 New command.
12789 (gnus-summary-repeat-search-article-backward): New command.
12790
12791 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12792 groups in the parent topic.
12793
12794 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12795
12796 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12797 (spam-extra-header-to-number): Return the CRM114 number as a
12798 number instead of a string.
12799
12800 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12801
12802 * gnus-art.el (gnus-face-properties-alist): Move here from
12803 gnus-fun.
12804
12805 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12806
12807 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12808
12809 * message.el (message-strip-forbidden-properties): Only display on
12810 self-insert-command.
12811
12812 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12813 reindent.
12814 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12815
12816 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12817
12818 * smiley.el (smiley-style): Fix typo.
12819
12820 2006-03-23 Kenichi Handa <handa@m17n.org>
12821
12822 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12823 instead of set-buffer-multibyte.
12824
12825 2006-03-23 Kenichi Handa <handa@m17n.org>
12826
12827 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12828 buffer and then decode the buffer text if necessary.
12829 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12830 first, and after mm-encode-body, change the buffer to unibyte.
12831
12832 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12833
12834 * hashcash.el (hashcash-insert-payment-async-2):
12835 Use message-goto-eoh instead of doing it manually.
12836 (mail-add-payment): Use message-narrow-to-header instead of trying
12837 to do the same itself.
12838
12839 * message.el (message-hidden-headers): Add Face.
12840
12841 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12842 reparenting code.
12843 (gnus-summary-reparent-children): Refactored out code.
12844 (gnus-summary-thread-map): New keystroke.
12845 (gnus-summary-reparent-children): Make into command.
12846
12847 * smiley.el (smiley-style): Default to `medium' if using a large
12848 font.
12849
12850 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12851 does it itself.
12852
12853 * message.el (message-point-in-header-p): Simplify definition.
12854
12855 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12856
12857 * nnagent.el (nnagent-request-set-mark): Silence log file
12858 writing.
12859 (nnagent-request-set-mark): Use write-region instead of
12860 append-to-file.
12861
12862 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12863 strange select method.
12864
12865 * ecomplete.el (ecomplete-display-matches): Get highlightling
12866 right.
12867 (ecomplete-display-matches): Use literals.
12868 (ecomplete-display-matches): Disable message logging.
12869
12870 * message.el (message-display-abbrev): Small optimization.
12871
12872 * ecomplete.el (ecomplete-display-matches): Allow automatic
12873 display.
12874
12875 * message.el (message-strip-forbidden-properties):
12876 Display abbrevs.
12877 (message-display-abbrev): Get automatic display right.
12878
12879 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12880 keystrokes.
12881
12882 2006-04-13 Romain Francoise <romain@orebokech.com>
12883
12884 TODO: Backport to v5-10!
12885
12886 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12887 Move here (and rename) from gnus-registry.el.
12888
12889 * gnus-registry.el: Require gnus-util.
12890 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12891
12892 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12893
12894 * gnus-group.el (gnus-group-catchup-current):
12895 Change if-then-else-if-then-else into cond.
12896 (gnus-group-catchup): Indent.
12897 (group-name-at-point): New function.
12898 (gnus-fetch-group): Provide default from thing at point.
12899
12900 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12901
12902 * message.el (message-display-abbrev): Fix regexp.
12903
12904 * ecomplete.el (ecomplete-highlight-match-line):
12905 Reimplement choosing.
12906 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12907 dead variables.
12908
12909 * message.el (message-newline-and-indent): Remove debugging.
12910 (message-display-abbrev): Use new implementation.
12911
12912 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12913
12914 * gnus-art.el (gnus-article-mode):
12915 Set cursor-in-non-selected-windows to nil.
12916
12917 * smiley.el: Revert previous change.
12918 (smiley-data-directory): defvar it before using it in the
12919 defcustom of `smiley-style'.
12920
12921 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12922
12923 * message.el (message-newline-and-indent): New function.
12924
12925 * ecomplete.el: Implement more bits.
12926
12927 * message.el (message-put-addresses-in-ecomplete): Clean up the
12928 string.
12929
12930 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12931
12932 * gnus-sum.el (gnus-summary-save-parts):
12933 Bind gnus-summary-save-parts-counter and use it to make unique file
12934 names.
12935
12936 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12937
12938 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12939 parameter to say whether to actually parse the individual
12940 addresses.
12941
12942 * message.el (message-put-addresses-in-ecomplete): New function.
12943 (ecomplete): Require.
12944 (message-mail-alias-type): Add ecomplete as an option.
12945
12946 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12947
12948 * flow-fill.el (fill-flowed): Remove trailing space from blank
12949 quoted lines.
12950
12951 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12952
12953 * smiley.el (smiley-style): Move definition later to avoid a
12954 compilation warning.
12955
12956 2006-04-12 Kenichi Handa <handa@m17n.org>
12957
12958 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12959 buffer and then decode the buffer text if necessary.
12960 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12961 first, and after mm-encode-body, change the buffer to unibyte.
12962 Use mm-disable-multibyte instead of set-buffer-multibyte.
12963
12964 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12965
12966 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12967 Content-Type header instead of Content-Disposition header.
12968 (gnus-mime-inline-part): Ditto.
12969 (gnus-mime-view-part-as-charset): Ignore charset that the part
12970 specifies.
12971
12972 * mm-decode.el (mm-display-part): Work with external parts and
12973 usual parts similarly.
12974
12975 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12976 instead of gnus-display-mime.
12977
12978 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12979 instead of with-temp-buffer.
12980
12981 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12982 tag to summarized topics part in order to encode non-ASCII text.
12983
12984 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12985
12986 * smiley.el (smiley-style): New variable.
12987 (smiley-directory): New function.
12988 (smiley-data-directory): Derive from `smiley-style' using
12989 `smiley-directory'.
12990 (smiley-regexp-alist): Add new entries.
12991
12992 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12993 (gnus-article-browse-delete-temp): Add :version.
12994
12995 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12996
12997 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12998 the sieve region.
12999
13000 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13001
13002 * gnus.el (gnus-version-number): Bump version.
13003
13004 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13005
13006 * gnus.el: No Gnus v0.4 is released.
13007
13008 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13009
13010 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13011 layout.
13012
13013 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13014 unknown charset.
13015
13016 * message.el (message-header-synonyms): Add Original-To to the
13017 default.
13018
13019 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13020 optional parameter.
13021
13022 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13023
13024 * gnus-fun.el (gnus): Require it for gnus-directory.
13025
13026 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13027
13028 * gnus-fun.el (gnus-face-properties-alist): Add :version.
13029
13030 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13031
13032 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13033
13034 2006-04-05 Simon Josefsson <jas@extundo.com>
13035
13036 * password.el (password-reset): New function.
13037
13038 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13039
13040 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13041 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13042
13043 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13044
13045 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13046 Some whitespace was matched into the url, which broke browsing hits
13047 > 100 when mm-url-use-external was nil.
13048
13049 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13050
13051 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13052 Check gnus-extra-headers for 'Newsgroups.
13053
13054 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13055 bound.
13056
13057 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13058
13059 * pgg-gpg.el: Clean up process buffers every time gpg processes
13060 complete.
13061
13062 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13063
13064 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13065 doc string.
13066
13067 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13068
13069 * pgg-gpg.el (pgg-gpg-process-filter)
13070 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13071
13072 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13073 lines, temporary fix.
13074
13075 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13076
13077 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13078
13079 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13080
13081 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13082 default-enable-multibyte-characters. This reverts the change from
13083 revision 6.17 which is no longer necessary because the passphrase
13084 is sent separately now. GnuPG messages are unreadable under
13085 multibyte locales with default-enable-multibyte-characters set to
13086 nil.
13087
13088 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13089
13090 * message.el (message-tool-bar-gnome): Move "spell".
13091
13092 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13093
13094 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13095 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13096 instead.
13097
13098 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13099
13100 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13101 Improve newsgroups handling for NNTP overviews which don't include
13102 Newsgroups.
13103
13104 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13105
13106 * message.el (message-resend): Bind message-generate-hashcash to nil.
13107
13108 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13109
13110 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13111 when searching for already-paid recipients.
13112
13113 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13114
13115 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13116 passphrases when it is not needed.
13117 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13118 passphrase stuff from gpg, should only be necessary when you use
13119 gpg with a smartcard.
13120
13121 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13122
13123 * mml.el (mml-insert-mime): Ignore cached contents of
13124 message/external-body part.
13125
13126 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13127 (mm-insert-part): Ditto.
13128
13129 2006-03-23 Simon Josefsson <jas@extundo.com>
13130
13131 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13132 Reiner.
13133 (pgg-gpg-use-agent-p): Use it again.
13134
13135 2006-03-23 Simon Josefsson <jas@extundo.com>
13136
13137 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13138 older emacsen.
13139 (pgg-gpg-use-agent-p): Don't use it.
13140
13141 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13142
13143 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13144 if we can.
13145
13146 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13147
13148 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13149 (pgg-gpg-update-agent): New function.
13150 (pgg-gpg-use-agent-p): New function.
13151 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13152 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13153 (pgg-gpg-sign-region): Use it.
13154
13155 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13156
13157 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13158 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13159
13160 2006-03-21 Simon Josefsson <jas@extundo.com>
13161
13162 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13163 <wilde@sha-bang.de>.
13164 (pgg-gpg-use-agent): New variable.
13165 (pgg-gpg-process-region): Use it.
13166 (pgg-gpg-encrypt-region): Likewise.
13167 (pgg-gpg-encrypt-symmetric-region): Likewise.
13168 (pgg-gpg-decrypt-region): Likewise.
13169 (pgg-gpg-sign-region): Likewise.
13170 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13171
13172 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13173
13174 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13175
13176 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13177 Add comment on version.
13178
13179 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13180
13181 * smiley.el: Add missing test smiley.
13182
13183 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13184
13185 * mm-decode.el (mm-with-part): New macro.
13186 (mm-get-part): Use it; work with message/external-body as well.
13187 (mm-save-part): Treat name and filename equally.
13188
13189 * mm-extern.el (mm-extern-cache-contents): New function.
13190 (mm-inline-external-body): Use it; force the part to be displayed;
13191 move undisplayer added to the cached handle to the parent.
13192
13193 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13194 (gnus-mime-view-part-as-type): Work with message/external-body.
13195
13196 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13197
13198 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13199
13200 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13201 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13202 Emacs.]
13203
13204 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13205
13206 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13207 path rather than symbol. Always return list of directories.
13208 Guarantee that image directory comes first. [Sync with image.el,
13209 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13210
13211 * message.el (message-make-tool-bar): Adjust to new API of
13212 `gmm-image-load-path-for-library'.
13213
13214 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13215
13216 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13217
13218 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13219
13220 * gnus-art.el (gnus-article-only-boring-p):
13221 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13222 intangible text.
13223 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13224
13225 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13226
13227 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13228 Use `defun' instead of `gmm-defun-compat'.
13229
13230 2006-03-14 Simon Josefsson <jas@extundo.com>
13231
13232 * message.el (message-unique-id): Don't use message-number-base36
13233 if (user-uid) is a float.
13234 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13235
13236 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13237
13238 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13239
13240 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13241 empty line between a part and a message part.
13242
13243 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13244
13245 * smiley.el: Add more test smileys.
13246 (smiley-data-directory, smiley-regexp-alist)
13247 (gnus-smiley-file-types): Fix doc strings.
13248 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13249 adding new elements.
13250 (smiley-mouse-map): Unused code. Make it a comment.
13251
13252 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13253
13254 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13255 scan latest NoCeM messages instead of old ones.
13256 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13257 delimiters that are recently used.
13258 (gnus-nocem-load-cache): Add autoload cookie.
13259
13260 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13261
13262 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13263 level which is larger than gnus-use-nocem is specified.
13264
13265 * gnus-group.el (gnus-group-get-new-news): Ditto.
13266
13267 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13268
13269 * gnus-util.el (gnus-tool-bar-update): New function.
13270
13271 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13272 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13273
13274 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13275
13276 * gnus-group.el (gnus-group-redraw-when-idle)
13277 (gnus-group-redraw-check): Remove.
13278 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13279
13280 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13281
13282 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13283 if optional last element is specified in splits (FIELD VALUE...).
13284
13285 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13286
13287 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13288 to gmm-image-load-path-for-library. Call with no-error argument.
13289 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13290
13291 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13292
13293 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13294
13295 * gmm-utils.el (gmm-image-load-path): Remove alias.
13296
13297 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13298
13299 * gmm-utils.el (gmm-image-load-path): Add alias.
13300
13301 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13302 nnml-generate-nov-databases-1.
13303 (nnml-generate-nov-databases): Use it.
13304 (nnml-generate-nov-databases-directory): Document no-active
13305 argument.
13306
13307 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13308 directory if path is t. Add no-error.
13309
13310 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13311 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13312
13313 * gnus-art.el (gnus-article-browse-delete-temp-files):
13314 Simplify resetting gnus-article-browse-html-temp-list.
13315
13316 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13317 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13318 Add example to docstring. Rename local variables. Move error
13319 checks to default case in cond and simplify.
13320
13321 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13322
13323 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13324 handle is multipart when calling it recursively.
13325 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13326
13327 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13328
13329 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13330 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13331
13332 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13333
13334 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13335 is loaded.
13336
13337 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13338 loaded.
13339
13340 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13341
13342 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13343 to "Emacs 23 (unicode)" in doc string.
13344
13345 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13346 "Emacs 23 (unicode)" in comment.
13347
13348 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13349
13350 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13351
13352 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13353 characters 160 through 255 in Emacs 23.
13354
13355 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13356
13357 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13358 gnus-article-browse-html-temp.
13359 (gnus-article-browse-delete-temp): Make it customizable.
13360 Add `file'. Adjust doc string.
13361 (gnus-article-browse-delete-temp-files): Add argument.
13362 Allow query for each file. Adjust doc string.
13363 (gnus-article-browse-html-parts):
13364 Add `gnus-article-browse-delete-temp-files' to
13365 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13366
13367 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13368
13369 * gnus-art.el (gnus-article-browse-html-temp)
13370 (gnus-article-browse-delete-temp): New variables.
13371 (gnus-article-browse-delete-temp-files): New function.
13372 (gnus-article-browse-html-parts): Use it.
13373
13374 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13375
13376 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13377
13378 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13379 string.
13380
13381 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13382 gnus-summary-insert-new-articles when unplugged.
13383 Remove gnus-summary-search-article-forward.
13384
13385 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13386 display-visual-class instead of display-color-cells.
13387
13388 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13389
13390 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13391 message/* containing non-ASCII text properly.
13392
13393 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13394
13395 * message.el: Require gmm-utils, remove autoloads.
13396 (message-tool-bar): Set default based on
13397 gmm-tool-bar-style.
13398 (message-tool-bar-gnome): Add gmm-customize-mode.
13399
13400 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13401 gmm-tool-bar-style.
13402 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13403
13404 * gnus-group.el (gnus-group-tool-bar): Set default based on
13405 gmm-tool-bar-style.
13406 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13407
13408 * gmm-utils.el (gmm-image-directory): Rename variable from
13409 gmm-image-load-path.
13410 (gmm-image-load-path): Use gmm-image-directory.
13411 (gmm-customize-mode): New function.
13412 (gmm-tool-bar-style): New variable.
13413
13414 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13415 gnus-group-redraw-line-number.
13416 (gnus-group-redraw-check): Simplify.
13417 (gnus-group-tool-bar-update): Remove redraw check.
13418 (gnus-group-make-tool-bar): Add redraw check.
13419
13420 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13421
13422 * gnus-art.el (gnus-button): Add missing parentheses.
13423
13424 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13425
13426 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13427
13428 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13429
13430 * gnus-art.el (gnus-button): New face.
13431 (gnus-article-button-face): Use it.
13432
13433 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13434 Add gnus-summary-next-page. Re-order.
13435
13436 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13437 next-node are now included.
13438 (gnus-group-redraw-line-number): New internal variable.
13439 (gnus-group-redraw-check): Helper function for updating the tool
13440 bar.
13441 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13442
13443 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13444
13445 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13446 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13447 Use it to match format of Spamassassin 3.0 and later.
13448 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13449 (spam-check-bogofilter)
13450 (spam-bogofilter-register-with-bogofilter): Fix args of
13451 `gnus-error' calls.
13452
13453 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13454
13455 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13456 unnecessary interaction when sending queued mails.
13457 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13458
13459 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13460
13461 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13462 first or last are nil.
13463
13464 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13465
13466 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13467
13468 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13469
13470 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13471
13472 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13473
13474 * dns.el (query-dns): Protect more against buggy tcp output.
13475
13476 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13477
13478 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13479 nov.php.
13480
13481 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13482
13483 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13484 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13485 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13486 output on the server side.
13487 (nnweb-google-create-mapping): Update regexps and add some
13488 progress indication.
13489
13490 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13491
13492 * gnus-group.el (gnus-group-tool-bar-gnome):
13493 Fix gnus-agent-toggle-plugged. Re-order icons.
13494 (gnus-group-tool-bar-gnome):
13495 Add gnus-group-{prev,next}-unread-group.
13496 (gnus-group-tool-bar-gnome): Re-order icons.
13497
13498 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13499 Move gnus-summary-insert-new-articles.
13500
13501 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13502 Fix comments.
13503
13504 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13505 also available in Emacs 21.3.
13506
13507 * message.el (message-fix-before-sending): Change "Emacs 22" to
13508 "Emacs 23 (unicode)" in comment.
13509
13510 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13511 "Emacs 23 (unicode)" in comment.
13512
13513 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13514 comment.
13515 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13516
13517 * mm-view.el (mm-fill-flowed): Add :version.
13518
13519 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13520
13521 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13522 and load-path.
13523
13524 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13525
13526 * message.el: Autoload gmm-image-load-path.
13527 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13528 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13529 consitency.
13530
13531 * gmm-utils.el (gmm-image-load-path): Also search in
13532 "../etc/images". Don't set gmm-image-load-path if we don't find
13533 the image.
13534
13535 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13536
13537 * gmm-utils.el (gmm-image-load-path): Don't make
13538 `gmm-image-load-path' include subdirectories which the second arg
13539 `image' might specify.
13540
13541 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13542 subdirectory to icon file names.
13543
13544 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13545
13546 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13547
13548 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13549 gmm-image-load-path calls.
13550
13551 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13552
13553 * message.el (message-make-tool-bar): Ditto.
13554
13555 * mml.el (mml-preview): Add comment concerning tool bar icons.
13556
13557 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13558 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13559
13560 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13561 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13562
13563 * message.el (message-tool-bar-gnome): Use new icon names.
13564 (message-make-tool-bar): Use `gmm-image-load-path'.
13565
13566 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13567 New functions from MH-E.
13568 (gmm-image-load-path): New variable from MH-E.
13569 (gmm-image-load-path): New function from MH-E. Add arguments
13570 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13571 *-image-load-path-called-flag.
13572
13573 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13574
13575 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13576
13577 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13578
13579 * nnimap.el (nnimap-request-move-article): Change folder back to
13580 source group before deleting.
13581
13582 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13583
13584 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13585
13586 * gnus-art.el (mm-url-insert-file-contents-external):
13587 Autoload mm-url.
13588
13589 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13590
13591 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13592
13593 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13594 coding system which mm-charset-to-coding-system returns for a
13595 given charset is valid.
13596
13597 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13598
13599 * html2text.el (html2text-remove-tag-list):
13600 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13601
13602 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13603
13604 * gnus-cus.el: Revert 2005-10-17 change.
13605
13606 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13607
13608 * gnus-art.el (article-strip-banner):
13609 Call article-really-strip-banner only when the regexp match is made.
13610
13611 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13612
13613 * gnus-art.el (article-strip-banner):
13614 Use gnus-extract-address-components instead of
13615 mail-header-parse-addresses to make it work with non-ASCII text;
13616 remove mail-encode-encoded-word-string.
13617
13618 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13619 values which are surrounded with \"...\"; make it never cause a
13620 Lisp error; give up parsing of parameters if it failed in
13621 extracting type.
13622
13623 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13624
13625 * smime.el (smime-cert-by-ldap-1): Fix bug where
13626 `smime-ldap-search' returns results without userCertificates.
13627
13628 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13629
13630 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13631
13632 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13633
13634 * spam.el (spam-check-spamassassin-headers): Adapt format for
13635 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13636 <ari@mbf.ocn.ne.jp>.
13637 (spam-list-of-processors): Add spam-use-gmane.
13638
13639 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13640
13641 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13642 make-temp-file; make it work with XEmacs as well.
13643
13644 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13645 mm-make-temp-file.
13646
13647 * mm-decode.el (mm-display-external): Use the 3rd arg of
13648 mm-make-temp-file.
13649 (mm-create-image-xemacs): Ditto.
13650
13651 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13652
13653 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13654 with message-narrow-to-headers.
13655 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13656 (gnus-draft-check-draft-articles): New function.
13657 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13658
13659 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13660
13661 * gnus-art.el (gnus-article-browse-html-parts):
13662 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13663 Don't use suffix argument for mm-make-temp-file for Emacs 21
13664 compatibility. Remove useless `format'.
13665
13666 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13667
13668 * nnweb.el (nnweb-google-wash-article): Update regexps.
13669 (nnweb-group-alist): Use defvoo instead of defvar.
13670
13671 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13672
13673 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13674 re-loading nn* modules.
13675
13676 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13677
13678 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13679 for `tool-bar-mode' and don't check it's default-value.
13680
13681 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13682
13683 * message.el (message-make-tool-bar): Ditto.
13684
13685 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13686 `substring'. Shorten tmp-file name.
13687
13688 * gnus.el: Remove bogus comment.
13689
13690 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13691
13692 * gnus-art.el (gnus-article-browse-html-parts): New function.
13693 (gnus-article-browse-html-article): New function for viewing html
13694 articles with a browser.
13695
13696 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13697
13698 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13699 (mml2015-pgg-encrypt): Ditto.
13700
13701 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13702 (mml1991-pgg-encrypt): Ditto.
13703
13704 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13705
13706 * nnfolder.el (nnfolder-insert-newsgroup-line):
13707 Use message-make-date instead of current-time-string.
13708
13709 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13710 to gnus-decoded which mm-uu might set.
13711
13712 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13713
13714 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13715 don't decode quoted parameters; remove misimported Emacs code.
13716 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13717 (rfc2231-decode-encoded-string): Don't use split-string which
13718 behaves differently according to Emacs version; use
13719 mm-decode-coding-region to convert charset to coding-system.
13720 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13721 (rfc2231-encode-string): Remove misimported Emacs code.
13722
13723 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13724
13725 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13726 when calling mail-header-parse-content-type.
13727 (article-de-quoted-unreadable): Ditto.
13728 (article-de-base64-unreadable): Ditto.
13729 (article-wash-html): Ditto.
13730
13731 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13732 calling mail-header-parse-content-type and
13733 mail-header-parse-content-disposition.
13734 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13735 mail-header-parse-content-type.
13736
13737 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13738 insert charset and format parameters; encode description after
13739 inserting it to buffer.
13740 (mml-insert-parameter): Fold lines properly even if a parameter is
13741 segmented into two or more lines; change the max column to 76.
13742
13743 * rfc1843.el (rfc1843-decode-article-body): Don't use
13744 ignore-errors when calling mail-header-parse-content-type.
13745
13746 * rfc2231.el (rfc2231-parse-string): Return at least type if
13747 possible; don't cause an error even if it fails in parsing of
13748 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13749 (rfc2231-encode-string): Don't break lines at the beginning, leave
13750 it to mml-insert-parameter.
13751
13752 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13753 calling mail-header-parse-content-type.
13754
13755 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13756
13757 * spam-report.el (spam-report-gmane-use-article-number):
13758 Improve doc string.
13759 (spam-report-gmane-internal): Check if a suitable header was found
13760 in the article.
13761
13762 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13763
13764 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13765 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13766
13767 2006-02-05 Romain Francoise <romain@orebokech.com>
13768
13769 Update copyright notices of all files in the gnus directory.
13770
13771 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13772
13773 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13774
13775 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13776
13777 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13778 segmented lines of parameter value to cope with Thunderbird 1.5
13779 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13780 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13781 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13782
13783 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13784
13785 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13786 parts.
13787
13788 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13789
13790 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13791 there's only one active file for all servers.
13792 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13793 solid groups. Gnus might have used a FAST request to select the group.
13794 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13795 and nnweb-search redundantly in the active file.
13796 (nnweb-request-list): Don't list bogus groups. There can only be one.
13797 (nnweb-request-create-group): Don't use ARGS.
13798 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13799 initialisations. Let nnoo do the work.
13800
13801 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13802
13803 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13804 Say the part has been decoded.
13805
13806 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13807
13808 2006-01-31 Kevin Ryde <user42@zip.com.au>
13809
13810 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13811 mailcap-viewer-test-cache when there's no 'test clause, since that
13812 will invert the meaning of a "nil" test previously determined by
13813 mailcap-mailcap-entry-passes-test.
13814
13815 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13816
13817 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13818 compiling.
13819
13820 * gnus-sum.el: Ditto.
13821
13822 * message.el: Don't bind tool-bar-map when compiling.
13823
13824 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13825
13826 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13827
13828 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13829
13830 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13831 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13832 current Google Groups.
13833
13834 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13835
13836 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13837 and tool-bar-mode.
13838
13839 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13840 and tool-bar-mode.
13841
13842 * message.el (message-tool-bar-update): Simplify.
13843 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13844
13845 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13846 gnus-summary-buffer.
13847 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13848 gnus-summary-reply.
13849
13850 * gmm-utils.el (gmm): Add :version.
13851
13852 2006-01-26 Steve Youngs <steve@sxemacs.org>
13853
13854 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13855 Don't autoload.
13856
13857 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13858
13859 * gmm-utils.el (gmm-verbose): Add :group.
13860
13861 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13862
13863 * message.el: Change some comments WRT tool-bars.
13864
13865 * gnus-sum.el (gnus-summary-tool-bar)
13866 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13867 (gnus-summary-tool-bar-zap-list): New variables.
13868 (gnus-summary-make-tool-bar): Complete rewrite using
13869 `gmm-tool-bar-from-list'.
13870
13871 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13872 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13873 New variables.
13874 (gnus-group-make-tool-bar): Complete rewrite using
13875 `gmm-tool-bar-from-list'.
13876 (gnus-group-tool-bar-update): New function.
13877
13878 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13879
13880 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13881
13882 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13883 is dissected into a single part of which the type is the same as
13884 the given one; decode charset.
13885
13886 2006-01-21 Kevin Ryde <user42@zip.com.au>
13887
13888 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13889 into alists as symbol not string, since that's what
13890 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13891 look for.
13892
13893 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13894
13895 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13896 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13897
13898 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13899
13900 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13901
13902 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13903 (gnus-mime-security-button-menu): New definition.
13904 (gnus-mime-security-button-map): Use them.
13905 (gnus-mime-security-button-menu): New function.
13906 (gnus-insert-mime-security-button): Addition to help echo.
13907 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13908 (gnus-mime-security-pipe-part): New functions.
13909
13910 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13911 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13912
13913 * mm-decode.el (mm-handle-set-disposition): Remove.
13914 (mm-handle-set-description): Remove.
13915
13916 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13917
13918 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13919 (mm-w3m-standalone-supports-m17n-p): New function.
13920 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13921 w3m usage.
13922
13923 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13924 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13925
13926 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13927
13928 * message.el (message-tool-bar-zap-list):
13929 Use gmm-tool-bar-zap-list as custom type.
13930 (message-tool-bar-update): New function.
13931 (message-tool-bar, message-tool-bar-gnome)
13932 (message-tool-bar-retro): Add message-tool-bar-update.
13933 (message-tool-bar-gnome): Add flyspell-buffer.
13934
13935 * gnus-util.el (gnus-error): Describe `args'.
13936
13937 * gmm-utils.el (gmm-error): Describe `args'.
13938 (gmm-tool-bar-zap-list): New widget.
13939 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13940
13941 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13942
13943 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13944 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13945 the number of recursive calls.
13946
13947 * mm-decode.el (mm-handle-set-disposition): New macro.
13948 (mm-handle-set-description): New macro.
13949
13950 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13951
13952 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13953 encoding.
13954
13955 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13956
13957 * message.el (message-tool-bar-zap-list, message-tool-bar)
13958 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13959 (message-tool-bar-local-item-from-menu): Remove.
13960 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13961 (message-make-tool-bar): New function.
13962 (message-mode): Use `message-make-tool-bar'.
13963
13964 * gmm-utils.el: New file.
13965 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13966 (gmm-lazy): New widget copied from `nnmail.el'.
13967 (gmm-tool-bar-from-list): New function for creating customizable
13968 tool bars.
13969 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13970 output.
13971 (gmm): Add :prefix to defgroup.
13972
13973 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13974
13975 * gmm-utils.el (gmm-widget-p): New function.
13976
13977 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13978
13979 * mml.el (mml-attach-file): Describe `description' in doc string.
13980 (mml-menu): Add Emacs MIME manual and PGG manual.
13981
13982 2006-01-20 Richard M. Stallman <rms@gnu.org>
13983
13984 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13985
13986 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13987
13988 * nntp.el (nntp-end-of-line): Doc fix.
13989
13990 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13991
13992 * imap.el (imap-open): Handle case where buffer is a buffer
13993 object.
13994
13995 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13996
13997 * gnus-delay.el (gnus-delay): Don't autoload.
13998 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13999 to be re-loaded when customizing the `gnus-delay' group.
14000
14001 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
14002
14003 * message.el (message-insert-citation-line): Use newlines.
14004
14005 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14006
14007 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14008
14009 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14010
14011 2006-01-19 Mark D. Baushke <mdb@gnu.org>
14012
14013 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14014
14015 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14016
14017 * mm-decode.el (mm-inlined-types): Add application/pgp.
14018 (mm-automatic-display): Ditto.
14019
14020 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14021 part as text.
14022
14023 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14024
14025 * nnrss.el: Update copyright.
14026 (nnrss-opml-import): Query whether to subscribe to each entry.
14027
14028 * gnus-art.el:
14029 * gnus-sum.el:
14030 * mm-uu.el:
14031 * mm-view.el: Update copyright.
14032
14033 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
14034
14035 * message.el (message-info): New function.
14036 (message-mode-menu): Add it.
14037 Update copyright.
14038
14039 * ChangeLog: Fix and update copyright.
14040
14041 2006-01-13 Romain Francoise <romain@orebokech.com>
14042
14043 * message.el (message-forward-subject-name-subject): Prefer the
14044 address to 'nowhere' if the sender has no name.
14045 Fix typo. Update copyright year.
14046
14047 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14048
14049 * gnus-art.el (article-wash-html):
14050 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14051 (gnus-article-wash-html-with-w3m-standalone): New function.
14052
14053 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14054 mm-inline-text-html-render-with-w3m-standalone.
14055 (mm-text-html-washer-alist): Map w3m-standalone to
14056 gnus-article-wash-html-with-w3m-standalone.
14057 (mm-inline-text-html-render-with-w3m-standalone): New function.
14058
14059 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14060
14061 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14062 Improve LaTeX.
14063
14064 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14065
14066 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14067 (nnrss-request-article): Render text/plain parts as HTML.
14068
14069 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14070 the buffer.
14071
14072 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14073
14074 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14075 custom definition of `gnus-posting-styles'.
14076
14077 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14078 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14079
14080 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14081
14082 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14083 Use nntp for bug archive.
14084
14085 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14086
14087 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14088 parts.
14089 (nnrss-normalize-date): New function converts ISO 8601 date into
14090 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14091 (nnrss-check-group): Use it.
14092
14093 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14094
14095 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14096
14097 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14098 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14099 (nnrss-insert-w3): Ditto.
14100
14101 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14102
14103 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14104 the articles to be forwarded including the case where neither a
14105 number of articles nor a region is specified.
14106
14107 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14108
14109 * nnrss.el (nnrss-request-article): Fix last change; fill
14110 text/plain parts.
14111
14112 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14113
14114 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14115 in text/plain part.
14116 (nnrss-check-group): Don't add excessive newline to dc:subject.
14117
14118 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14119
14120 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14121 article.
14122
14123 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14124
14125 * nnml.el: Don't require gnus-bcklg. Autoload it.
14126 (nnml-use-compressed-files, nnml-save-mail): Support other
14127 comression programs such as bzip2.
14128
14129 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14130
14131 * dns.el (query-dns): Make sure we check the buffer size before
14132 removing tcp headers.
14133
14134 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14135
14136 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14137 remove MIME buttons associated with multipart/alternative parts.
14138 (gnus-mime-display-alternative): Tag buttons using `article-type'
14139 text property.
14140
14141 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14142 associated with multipart/alternative parts.
14143
14144 * gnus-art.el (gnus-signature-separator): Fix custom type.
14145
14146 * mm-decode.el (mm-inlined-types): Fix custom type.
14147 (mm-keep-viewer-alive-types): Ditto.
14148 (mm-automatic-display): Ditto.
14149 (mm-attachment-override-types): Ditto.
14150 (mm-inline-override-types): Ditto.
14151 (mm-automatic-external-display): Ditto.
14152
14153 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14154
14155 * spam-report.el (spam-report-user-mail-address)
14156 (spam-report-user-agent): New variables.
14157 (spam-report-url-ping-plain): Use spam-report-user-agent.
14158
14159 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14160
14161 * gnus-art.el (gnus-button-handle-custom): Do not just use
14162 `customize-apropos' for any "M-x customize-*" button but the
14163 function called for. Accept both the function name and its
14164 argument in order to achieve this.
14165 (gnus-button-alist): Remove support for "custom:" URL's.
14166 Pass function name to `gnus-button-handle-custom' in case of "M-x
14167 customize-*" buttons.
14168
14169 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14170
14171 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14172 multipart/alternative and add xref to mm-discouraged-alternatives
14173 in doc string.
14174
14175 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14176 gnus-buttonized-mime-types in doc string.
14177
14178 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14179
14180 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14181 Suggest image/.* in the doc string.
14182
14183 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14184
14185 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14186 message-marks (Debian bug #342521).
14187
14188 2005-12-12 Simon Josefsson <jas@extundo.com>
14189
14190 * password.el (password-read-from-cache): Add.
14191 (password-read): Use it.
14192
14193 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14194
14195 * rfc2047.el (rfc2047-charset-to-coding-system):
14196 Recognize us-ascii as a MIME charset.
14197
14198 * mm-bodies.el (mm-decode-content-transfer-encoding):
14199 Protect against the case where the 2nd arg TYPE is nil.
14200
14201 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14202
14203 * pop3.el (pop3-stream-type): Fix custom version.
14204
14205 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14206
14207 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14208
14209 * mm-decode.el (mm-display-external): Add missing cdr.
14210
14211 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14212
14213 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14214 RFC1524) if it is in mailcap or add a suffix according to
14215 mailcap-mime-extensions when generating a temp filename; postpone
14216 deleting a temp file for 2 seconds for some wrappers, shell
14217 scripts, and so on, which might exit right after having started a
14218 viewer command as a background job.
14219
14220 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14221
14222 * nntp.el (nntp-marks-directory): Fix custom group.
14223
14224 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14225 steps when < 10.
14226
14227 * gnus-start.el (gnus-no-server-1):
14228 Mention `gnus-level-default-subscribed' in doc string.
14229
14230 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14231
14232 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14233 parens.
14234
14235 2005-11-26 Dave Love <fx@gnu.org>
14236
14237 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14238 (tls-program, tls-success): Provide openssl alternative.
14239
14240 * starttls.el: Doc fixes.
14241 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14242 SERVICE to PORT.
14243
14244 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14245 port null or service name.
14246 (starttls-negotiate): Autoload.
14247
14248 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14249
14250 * message.el (message-kill-to-signature): Fix interactive spec.
14251
14252 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14253
14254 * pop3.el (pop3-open-server): Recognize a string as a service name.
14255
14256 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14257
14258 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14259
14260 2005-11-23 Dave Love <fx@gnu.org>
14261
14262 Add pop3s, pop3/starttls.
14263
14264 * pop3.el (pop3-authentication-scheme): Clarify doc.
14265 (open-tls-stream, starttls-open-stream): Autoload.
14266 (pop3-stream-type): New.
14267 (pop3-open-server): Use it.
14268
14269 * mail-source.el (mail-sources): Fix some :types. Add stream type
14270 for POP.
14271 (mail-source-keyword-map): Add :stream for POP.
14272 (mail-source-fetch-pop): Use pop3-stream-type.
14273
14274 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14275
14276 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14277 of current-time-string.
14278
14279 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14280
14281 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14282 date header.
14283
14284 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14285
14286 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14287 it can seriously impact performance as it bypasses the agent's
14288 local caches.
14289
14290 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14291
14292 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14293 must be explicitly online rather than "not explicitly offline" for
14294 its flags to be synchronized.
14295
14296 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14297 that gnus-uu-unmark-thread will function correctly.
14298
14299 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14300 1024K is instead displayed as 1M.
14301
14302 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14303
14304 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14305
14306 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14307
14308 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14309
14310 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14311
14312 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14313 error message to display actual error condition.
14314 (gnus-agent-save-local): Avoid saving symbols that are bound to
14315 nil as they simply result in a warning message in
14316 gnus-agent-read-local.
14317
14318 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14319
14320 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14321 rather than make-variable-buffer-local for file-precious-flag.
14322
14323 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14324
14325 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14326 for duplicates which are removed. The invalid sort check then
14327 triggers a rescan after the sort as sorting may have moved
14328 duplicate entries such that they can be cheaply detected.
14329
14330 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14331
14332 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14333
14334 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14335
14336 * gnus-agent.el (gnus-agent-article-alist-save-format):
14337 Change internal variable to a custom variable. Change default value
14338 from compressed(2) to uncompressed(1).
14339 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14340 support for uncompressed agentview files. Taken together, reading
14341 the agentview file should now be 6-7 times faster.
14342
14343 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14344
14345 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14346 as a buffer-local variable. This avoids creating truncated
14347 dribble files as a result of a hang up, eg.
14348
14349 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14350
14351 * gnus-start.el (gnus-start-draft-setup):
14352 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14353
14354 * gnus.el (gnus-splash): Change custom group.
14355 (gnus-group-get-parameter, gnus-group-parameter-value):
14356 Describe allow-list argument.
14357
14358 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14359 string.
14360
14361 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14362
14363 * gnus-art.el (gnus-default-article-saver): Add user-defined
14364 `function' to custom type.
14365
14366 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14367
14368 * imap.el (imap-open): Handle case where buffer is a buffer
14369 object.
14370
14371 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14372
14373 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14374 long lines.
14375 (gnus-cache-delete-group): Wrap doc strings.
14376
14377 * gnus-agent.el (gnus-agent-rename-group)
14378 (gnus-agent-delete-group): Wrap doc strings.
14379
14380 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14381
14382 * gnus-start.el (gnus-1): Add "native" to
14383 gnus-predefined-server-alist.
14384
14385 * gnus.el (gnus-method-to-server): Don't add "native" to the
14386 lists here, because that leads to problems when
14387 gnus-select-method is bound.
14388
14389 2005-11-09 Simon Josefsson <jas@extundo.com>
14390
14391 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14392 use (not sort-by-date) instead.
14393
14394 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14395
14396 * gnus-delay.el (gnus-delay-group): Don't autoload.
14397 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14398 to be re-loaded when customizing the `gnus-delay' group.
14399
14400 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14401
14402 * message.el: Revert last changes.
14403 (message-insert-citation-line): Use newlines.
14404
14405 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14406
14407 * message.el (message-courtesy-message)
14408 (message-mark-insert-begin, message-mark-insert-end)
14409 (message-elide-ellipsis, message-cancel-message)
14410 (message-add-header, message-change-subject)
14411 (message-cross-post-followup-to-header)
14412 (message-cross-post-insert-note, message-reduce-to-to-cc)
14413 (message-widen-reply, message-delete-not-region)
14414 (message-kill-to-signature, message-insert-signature)
14415 (message-insert-importance-high, message-insert-importance-low)
14416 (message-insert-or-toggle-importance)
14417 (message-insert-disposition-notification-to)
14418 (message-indent-citation, message-yank-original)
14419 (message-cite-original-without-signature, message-cite-original)
14420 (message-insert-citation-line, message-position-on-field)
14421 (message-fix-before-sending, message-send-mail-partially)
14422 (message-send-mail, message-send-mail-with-sendmail)
14423 (message-send-mail-with-qmail, message-send-news)
14424 (message-check-news-header-syntax, message-generate-headers)
14425 (message-insert-courtesy-copy, message-fill-address)
14426 (message-fill-header, message-shorten-references)
14427 (message-setup-1, message-cancel-news)
14428 (message-forward-make-body-plain, message-forward-make-body-mime)
14429 (message-forward-make-body-mml, message-encode-message-body)
14430 (message-forward-make-body-digest-plain)
14431 (message-forward-make-body-digest-mime)
14432 (message-use-alternative-email-as-from): Insert `hard-newline'
14433 instead of ordinary newlines.
14434
14435 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14436
14437 * message.el (message-generate-headers): Downcase the argument
14438 given to message-check-element.
14439
14440 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14441
14442 * nntp.el (nntp-authinfo-rejected): New error condition.
14443 (nntp-wait-for): Use new error condition to signal authentication
14444 error.
14445 (nntp-retrieve-data): Rethrow new error condition to break out of
14446 recursive call to nntp-send-authinfo.
14447
14448 2005-11-08 Romain Francoise <romain@orebokech.com>
14449
14450 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14451 (gnus-summary-exit-map): Bind to `Z p'.
14452 (gnus-summary-make-menu-bar): Add menu item.
14453
14454 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14455
14456 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14457 (gnus-treat-*): Add `first' in all doc strings.
14458
14459 * gnus-group.el (gnus-group-compact-group): Fix typo.
14460
14461 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14462
14463 * gnus.el (gnus-parameters-case-fold-search): New variable.
14464 (gnus-parameters-get-parameter): Use it.
14465
14466 * gnus-score.el (gnus-home-score-file): Doc fix.
14467
14468 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14469
14470 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14471
14472 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14473
14474 * mm-util.el (mm-special-display-p): New function.
14475
14476 * mml.el (mml-preview): Use it; doc fix.
14477
14478 2005-10-29 Romain Francoise <romain@orebokech.com>
14479
14480 * message.el (message-fix-before-sending): Fix comment.
14481
14482 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14483
14484 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14485
14486 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14487
14488 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14489 Used in gnus-score.el.
14490
14491 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14492
14493 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14494
14495 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14496
14497 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14498 whitespace removed in revision 7.8. Use concatenated string to
14499 protect trailing whitespace.
14500
14501 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14502
14503 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14504 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14505 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14506 Courier IMAP ("some version from 2004"). Mostly based on similar
14507 code in the same function.
14508
14509 2005-10-26 Didier Verna <didier@xemacs.org>
14510
14511 * gnus-group.el (gnus-group-compact-group): Invalidate original
14512 article buffer.
14513 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14514 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14515 NOV database and in article itself.
14516 Invalidate article backlog.
14517
14518 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14519
14520 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14521
14522 2005-10-26 Simon Josefsson <jas@extundo.com>
14523
14524 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14525 part of 2004-07-25 change.
14526
14527 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14528
14529 * message.el (message-display-completion-list): New function.
14530 (message-expand-group): Use it; make sure the Completions buffer
14531 is modifiable.
14532
14533 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14534
14535 * imap.el (imap-open): Handle case where buffer is a buffer object.
14536
14537 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14538
14539 * pgg-def.el:
14540 * pgg-gpg.el:
14541 * pgg-parse.el:
14542 * pgg-pgp.el:
14543 * pgg-pgp5.el:
14544 * pgg.el: Move to the parent lisp directory.
14545
14546 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14547
14548 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14549 user-mail-name is an empty string.
14550
14551 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14552
14553 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14554 depending on gnus-score-decay-constant.
14555
14556 * encrypt.el (encrypt-insert-file-contents)
14557 (encrypt-write-file-contents): Don't use `gnus-message'.
14558
14559 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14560 arguments.
14561 (mm-uu-type-alist): Add message-marks and insert-marks.
14562 Pass arguments to mm-uu-verbatim-marks-extract.
14563 (mm-uu-hide-markers): New variable.
14564 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14565
14566 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14567 (gnus-convert-image-to-face-command): Use "convert" by default to
14568 allow other input image formats.
14569 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14570 accordingly.
14571
14572 2005-10-23 Simon Josefsson <jas@extundo.com>
14573
14574 * imap.el (imap-gssapi-program): Align command line parameters
14575 with latest GNU SASL.
14576 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14577
14578 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14579
14580 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14581 HTML.
14582 (nnslashdot-request-article): Ditto.
14583
14584 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14585
14586 * mail-source.el (mail-source-fetch-pop): Require pop3.
14587 (mail-source-check-pop): Ditto.
14588
14589 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14590
14591 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14592 errors.
14593
14594 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14595
14596 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14597 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14598
14599 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14600
14601 * mm-bodies.el (mm-decode-string):
14602 Call `mm-charset-to-coding-system' with allow-override argument.
14603
14604 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14605
14606 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14607 (rfc2047-charset-to-coding-system): New function.
14608 (rfc2047-decode-encoded-words): New function.
14609 (rfc2047-decode-region): Use them.
14610 (rfc2047-decode-cte): Remove.
14611 (rfc2047-parse-and-decode): Remove.
14612 (rfc2047-decode): Remove.
14613
14614 2005-10-15 Kenichi Handa <handa@m17n.org>
14615
14616 * rfc2047.el (rfc2047-decode-cte): New function.
14617 (rfc2047-decode-region): Change the way to decode successive
14618 encoded-words: decode B- or Q-encoding in each encoded-word,
14619 concatenate them, and decode it as charset.
14620
14621 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14622
14623 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14624 widget-move-and-invoke.
14625 (gnus-custom-mode): Use gnus-custom-map.
14626
14627 2005-10-15 Bill Wohler <wohler@newt.com>
14628
14629 * message.el (message-tool-bar-map): Rename image file from
14630 mail_send to mail/send.
14631
14632 2005-10-16 Masatake YAMATO <jet@gyve.org>
14633
14634 * message.el (message-expand-group): Pass the common
14635 prefix substring of completion to `display-completion-list'.
14636
14637 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14638
14639 * mml-sec.el (mml-secure-method): New internal variable.
14640 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14641 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14642 New functions using mml-secure-method.
14643
14644 * mml.el (mml-mode-map): Add key bindings for those functions.
14645 (mml-menu): Simplify security menu entries. Suggested by Jesper
14646 Harder <harder@myrealbox.com>.
14647 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14648 Goto end of message if point is the headers of the message.
14649
14650 * message.el (message-in-body-p): New function.
14651
14652 * assistant.el: Autoload gnus-util and netrc.
14653
14654 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14655 Use `mm-charset-override-alist' only when decoding.
14656
14657 * mm-bodies.el (mm-decode-body):
14658 Call `mm-charset-to-coding-system' with allow-override argument.
14659
14660 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14661 `filename' from Content-Disposition if Content-Type doesn't
14662 provide `name'.
14663 (gnus-mime-view-part-as-type): Set default instead of
14664 initial-input.
14665
14666 2005-10-09 Daniel Brockman <daniel@brockman.se>
14667
14668 * format-spec.el (format-spec): Propagate text properties of % spec.
14669
14670 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14671
14672 * gnus-art.el (gnus-treat-predicate): Add `first'.
14673
14674 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14675
14676 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14677 (mm-charset-override-alist): New variable.
14678 (mm-charset-to-coding-system): Use it.
14679 (mm-codepage-setup): New helper function.
14680 (mm-charset-eval-alist): New variable.
14681 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14682 Warn about unknown charsets.
14683
14684 2005-10-04 David Hansen <david.hansen@gmx.net>
14685
14686 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14687 (nnrss-check-group): Ditto.
14688
14689 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14690
14691 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14692 Rename x-gnus-verbatim to x-verbatim.
14693 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14694
14695 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14696 x-verbatim.
14697
14698 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14699
14700 * gnus-util.el (gnus-remove-duplicates): Remove.
14701
14702 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14703 instead of gnus-remove-duplicates.
14704
14705 * message.el (message-remove-duplicates): Remove.
14706 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14707 message-remove-duplicates.
14708
14709 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14710 available, else use implementation from `delete-dups'.
14711
14712 * message.el (message-insert-expires): New function.
14713 (message-mode-map): Add key binding.
14714 (message-mode-field-menu): Add menu entry.
14715 (message-mode): Document it.
14716 (message-make-expires-date): Use `message-make-date'.
14717
14718 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14719
14720 * message.el (message-make-expires-date): New function.
14721
14722 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14723
14724 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14725
14726 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14729 function rather than the diff-mode.el package.
14730 (mm-display-external): Use with-current-buffer.
14731 (mm-viewer-completion-map, mm-viewer-completion-map):
14732 Move initialization inside declaration.
14733
14734 2005-09-29 Simon Josefsson <jas@extundo.com>
14735
14736 * spam.el: Load hashcash when compiling, to avoid warnings.
14737 Don't autoload mail-check-payment.
14738 (spam-check-hashcash): Define unconditionally, since hashcash.el
14739 is part of Gnus now. Ignore errors from payment checking.
14740
14741 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14742
14743 * message.el (message-bold-region, message-unbold-region):
14744 Rename from `bold-region' and `unbold-region'.
14745
14746 * message.el: Remove useless autoloads.
14747
14748 2005-09-28 Simon Josefsson <jas@extundo.com>
14749
14750 * message.el (message-use-idna): Default to t.
14751 (message-use-idna): Test whether encoding works too. Doc fix.
14752
14753 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14754
14755 * nntp.el (nntp-warn-about-losing-connection): Remove.
14756
14757 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14758
14759 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14760 customizable. Change default value.
14761 (mm-uu-diff-groups-regexp): Change default value.
14762 (mm-uu-type-alist): Add doc string.
14763 (mm-uu-configure): Add doc string. Make it interactive.
14764 (mm-uu-tex-groups-regexp): New variable.
14765 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14766 (mm-uu-type-alist): Add LaTeX documents.
14767 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14768 of "text/verbatim".
14769 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14770
14771 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14772 instead of "text/verbatim".
14773
14774 * message.el (message-mark-inserted-region)
14775 (message-mark-insert-file): Use slrn style marks when called with
14776 prefix argument.
14777
14778 2005-09-27 Simon Josefsson <jas@extundo.com>
14779
14780 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14781
14782 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14783
14784 * message.el (message-remove-duplicates): New function.
14785 Implementation borrowed from `gnus-remove-duplicates'.
14786 (message-idna-to-ascii-rhs): Also encode idna addresses in
14787 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14788 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14789 only ask about the same idna domain once per header and also tell
14790 in what header to replace the idna domain.
14791
14792 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14793 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14794 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14795 a header is decoded and not just the last one.
14796
14797 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14798
14799 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14800 has been decoded.
14801
14802 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14803 (mm-insert-part): Don't modify text if it has been decoded.
14804
14805 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14806 decoded.
14807
14808 * mm-view.el (mm-inline-text): Don't strip text props unless
14809 decoding enriched or richtext parts.
14810
14811 2005-09-25 Romain Francoise <romain@orebokech.com>
14812
14813 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14814 * gnus-start.el (gnus-subscribe-interactively):
14815 * gnus-uu.el (gnus-uu-grab-articles):
14816 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14817 space.
14818
14819 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14820
14821 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14822 * mm-view.el (mm-view-pkcs7-decrypt):
14823 * gnus-sum.el (gnus-summary-limit-to-extra)
14824 (gnus-summary-respool-article, gnus-read-move-group-name):
14825 * gnus-score.el (gnus-summary-increase-score):
14826 * gnus-util.el (gnus-completing-read-with-default):
14827 * gnus-art.el (gnus-read-save-file-name)
14828 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14829 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14830 * message.el (message-check-news-header-syntax):
14831 Follow convention for reading with the minibuffer.
14832
14833 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14834
14835 * spam-report.el (spam-report-url-ping-plain):
14836 Use gnus-extended-version as User-Agent.
14837
14838 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14839 default value is nil.
14840
14841 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14842 (mm-uu-verbatim-marks-extract): New function.
14843 (mm-uu-extract): New face.
14844 (mm-uu-copy-to-buffer): Use it.
14845
14846 * spam-report.el (spam-report-gmane-ham): Rename from
14847 `spam-report-gmane-unspam'.
14848 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14849 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14850
14851 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14852 Autoload.
14853 (spam-report-gmane-unregister-routine):
14854 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14855
14856 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14857
14858 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14859 (spam-report-gmane-unregister-routine): Add support for gmane
14860 unregistration.
14861
14862 * spam-report.el (spam-report-gmane-unspam)
14863 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14864 (spam-report-gmane): Change to take a single article and do unspam
14865 registration.
14866
14867 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14868
14869 * mm-url.el (mm-url-decode-entities): Fix regexp.
14870
14871 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14872
14873 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14874 default to nil, to be able to use Gnus at all. If the default
14875 switches to something else, then the function should be fixed not
14876 be exceedingly slow.
14877
14878 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14879
14880 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14881 fail hard.
14882
14883 * spam-report.el: Add better Keywords line.
14884
14885 * spam.el: Add Maintainer and better Keywords line.
14886
14887 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14888
14889 * gnus-art.el (gnus-article-replace-part)
14890 (gnus-mime-replace-part): New functions.
14891 (gnus-mime-action-alist, gnus-mime-button-commands)
14892 (gnus-mime-save-part-and-strip): Add file argument.
14893 (gnus-article-part-wrapper): Add interactive argument.
14894
14895 * gnus-sum.el (gnus-summary-mime-map):
14896 Add `gnus-article-replace-part'.
14897
14898 2005-09-19 Didier Verna <didier@xemacs.org>
14899
14900 The nnml compaction feature:
14901 * nnml.el (nnml-request-compact-group): New function.
14902 * nnml.el (nnml-request-compact): New function.
14903 * gnus-int.el (gnus-request-compact-group): New function.
14904 * gnus-int.el (gnus-request-compact): New function.
14905 * gnus-group.el (gnus-group-compact-group): New function.
14906 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14907 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14908 * gnus-srvr.el (gnus-server-compact-server): New function.
14909 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14910 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14911
14912 2005-09-18 Deepak Goel <deego@gnufans.org>
14913
14914 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14915 format spec.
14916
14917 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14918
14919 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14920
14921 2005-09-15 Romain Francoise <romain@orebokech.com>
14922
14923 * message.el (message-fill-paragraph): Clarify docstring.
14924
14925 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14926
14927 * gnus-art.el (gnus-mime-display-part): Protect against broken
14928 MIME messages.
14929
14930 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14931
14932 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14933 before parsing header.
14934
14935 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14936
14937 * html2text.el (html2text-replace-list): Add new entities.
14938
14939 2005-09-11 Romain Francoise <romain@orebokech.com>
14940
14941 * message.el (message-alternative-emails): Improve docstring.
14942 (message-setup-1): Call `message-use-alternative-email-as-from'
14943 after `message-setup-hook' to give it precedence over posting
14944 styles, etc.
14945 (message-use-alternative-email-as-from): Add docstring.
14946 Remove the original From header if present.
14947
14948 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14949 (nnml-save-mail): Use it.
14950
14951 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14952 articles. Add new argument `silent'.
14953 (gnus-uu-mark-all): Report the total number of marked articles.
14954
14955 2005-09-10 Romain Francoise <romain@orebokech.com>
14956
14957 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14958 (gnus-uu-mark-series): Likewise.
14959
14960 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14961
14962 * spam-report.el (spam-report-gmane): Fix generation of spam
14963 report URL.
14964
14965 2005-09-10 Simon Josefsson <jas@extundo.com>
14966
14967 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14968 t, based on discussion on the ding list with Robert Epprecht
14969 <epprecht@solnet.ch>.
14970
14971 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14972
14973 * spam-report.el (spam-report-gmane): Make it work without
14974 X-Report-Spam header. Gmane now only provides Archived-At.
14975 This is only used if `spam-report-gmane-use-article-number' is nil.
14976 (spam-report-gmane-spam-header): Remove. Not used anymore.
14977
14978 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14979 make `gnus-summary-sort-by-recipient' work with threading.
14980
14981 * nnweb.el (nnweb-google-wash-article): Print a message if article
14982 is not available.
14983
14984 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14985
14986 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14987 change. Decode text/* parts content before displaying.
14988
14989 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14990
14991 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14992
14993 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14994
14995 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14996
14997 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14998
14999 * message.el (message-tab-body-function): Fix mismatched custom type.
15000
15001 * gnus.el (gnus-group-change-level-function): Ditto.
15002
15003 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15004
15005 * gnus-art.el (gnus-signature-limit)
15006 (gnus-article-mime-part-function): Ditto.
15007
15008 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15009
15010 * mml.el (mml-mode): Silence the byte compiler.
15011
15012 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15013 using `(sit-for 0)' before moving the point to the specified part;
15014 skip unbuttonized parts.
15015 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15016 return to the summary window if gnus-auto-select-part is non-nil.
15017
15018 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
15019
15020 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15021 New variables.
15022 (mml-dnd-attach-file, mml-mode): Use them.
15023
15024 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15025 Make fetching article by MID work again for Google Groups.
15026 Add FIXME concerning gnus-group-make-web-group.
15027
15028 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15029 Don't depend on Gnus by using mail-extract-address-components if
15030 gnus-extract-address-components is not bound.
15031
15032 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15033
15034 * gnus-art.el (gnus-mime-display-security): Don't display the
15035 signature, but only the signed part.
15036
15037 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
15038
15039 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15040
15041 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15042 list, not listp.
15043
15044 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
15045
15046 * mm-encode.el (mm-encode-content-transfer-encoding):
15047 Likewise when encoding.
15048
15049 * mm-bodies.el (mm-decode-content-transfer-encoding):
15050 De-canonicalize CRLF for all text content types, not just
15051 text/plain.
15052
15053 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15054
15055 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15056 valid article; point arrow and cursor at the MIME button.
15057
15058 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15059
15060 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15061 Suggested by Dan Christensen <jdc@uwo.ca>.
15062
15063 * mm-decode.el (mm-save-part): Enable change of prompt.
15064
15065 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15066
15067 * gnus-msg.el (gnus-inews-add-send-actions):
15068 Make `message-post-method' lambda parameter ARG `&optional'.
15069
15070 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15071
15072 * gnus-sum.el (gnus-summary-mime-map):
15073 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15074 gnus-article-jump-to-part.
15075
15076 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15077 (gnus-article-edit-part): Use it.
15078 (gnus-article-part-wrapper): Add no-handle argument.
15079 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15080 New functions.
15081
15082 2005-08-29 Romain Francoise <romain@orebokech.com>
15083
15084 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15085 docstring.
15086 (gnus-face-from-file): Likewise.
15087
15088 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15089
15090 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15091 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15092 non-nil.
15093 (gnus-auto-select-part): New variable.
15094 (gnus-article-jump-to-part): New function.
15095 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15096 (gnus-mime-delete-part): Allow selecting specified part after
15097 deleting or stripping parts.
15098 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15099 part if argument is bogus.
15100
15101 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15102
15103 * gnus-art.el (w3m-minor-mode-map):
15104 * gnus-spec.el (gnus-newsrc-file-version):
15105 * gnus-util.el (nnmail-active-file-coding-system)
15106 (gnus-original-article-buffer, gnus-user-agent):
15107 * gnus.el (gnus-ham-process-destinations)
15108 (gnus-parameter-ham-marks-alist)
15109 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15110 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15111 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15112 * mm-decode.el (gnus-current-window-configuration):
15113 * mm-extern.el (gnus-article-mime-handles):
15114 * mm-url.el (url-current-object, url-package-name)
15115 (url-package-version):
15116 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15117 (smime-keys, w3m-cid-retrieve-function-alist)
15118 (w3m-current-buffer, w3m-display-inline-images)
15119 (w3m-minor-mode-map):
15120 * mml-smime.el (gnus-extract-address-components):
15121 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15122 (gnus-newsrc-hashtb, message-default-charset)
15123 (message-deletable-headers, message-options)
15124 (message-posting-charset, message-required-mail-headers)
15125 (message-required-news-headers):
15126 * mml1991.el (mc-pgp-always-sign):
15127 * mml2015.el (mc-pgp-always-sign):
15128 * nnheader.el (nnmail-extra-headers):
15129 * rfc1843.el (gnus-decode-encoded-word-function)
15130 (gnus-decode-header-function, gnus-newsgroup-name):
15131 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15132
15133 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15134
15135 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15136 the end of the date treatments.
15137
15138 2005-08-15 Simon Josefsson <jas@extundo.com>
15139
15140 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15141 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15142 Capello and Romain Francoise.
15143 (pgg-fetch-key-function): Remove, not used?
15144 (pgg-insert-url-with-w3): Require url, to get
15145 url-insert-file-contents regardless of where it is defined.
15146
15147 2005-08-13 Romain Francoise <romain@orebokech.com>
15148
15149 * message.el (message-cite-original-1): New function.
15150 (message-cite-original): Use it.
15151 (message-cite-original-without-signature): Ditto.
15152
15153 2005-08-08 Romain Francoise <romain@orebokech.com>
15154
15155 * message.el (message-yank-empty-prefix): New variable.
15156 (message-indent-citation): Use it.
15157 (message-cite-original-without-signature): Respect X-No-Archive.
15158
15159 2005-08-08 Simon Josefsson <jas@extundo.com>
15160
15161 * pgg.el: Autoload url-insert-file-contents instead of loading
15162 w3/url.
15163 (pgg-insert-url-with-w3): Don't load url here.
15164
15165 2005-08-07 Jesper Harder <harder@phys.au.dk>
15166
15167 * message.el (message-kill-to-signature): Don't insert newline at
15168 bol.
15169 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15170
15171 2005-08-06 Romain Francoise <romain@orebokech.com>
15172
15173 * message.el (message-user-fqdn): Fix typo in docstring.
15174
15175 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15176
15177 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15178
15179 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15180
15181 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15182
15183 * mm-bodies.el (mm-encode-body): Use coding system rather than
15184 charset to encode text.
15185
15186 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15187 number of charsets if utf-8 is available (XEmacs).
15188
15189 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15190
15191 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15192 taken from `gnus-button-mid-or-mail-regexp'.
15193 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15194 (gnus-button-alist): Improve regexp for domain part of the MIDs
15195 for news:localpart@domain buttons.
15196 (gnus-button-ctan-directory-regexp): Update.
15197
15198 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15199
15200 * sieve-manage.el (sieve-manage-interactive-login):
15201 Use make-local-variable rather than make-variable-buffer-local.
15202 (sieve-manage-open): Ditto.
15203 (sieve-manage-authenticate): Ditto.
15204
15205 * mml.el (mml-generate-mime-1): Make the content type default to
15206 text/plain if the filename is not specified.
15207
15208 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15209
15210 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15211 instead of insert-buffer.
15212
15213 * message.el (message-yank-original): Ditto; set the mark at the
15214 end of the yanked message.
15215
15216 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15217
15218 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15219 lines to scroll rather than to stop it.
15220
15221 * mml.el (mml-generate-default-type): Add doc string.
15222 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15223 default to application/octet-stream when determining the content
15224 type if it is not specified for the part or the mml contents; add
15225 a comment about mml-generate-default-type.
15226
15227 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15228
15229 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15230 make it default to application/octet-stream when determining the
15231 content type if it is not specified for the external contents.
15232
15233 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15234
15235 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15236 segmented parameter but also other parameters might be there.
15237
15238 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15239
15240 * mm-decode.el (mm-display-external): Delete temp file, directory
15241 and buffer immediately if the external process is exited.
15242
15243 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15244
15245 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15246 fewer lines than that of scroll-margin.
15247 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15248
15249 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15250
15251 * gnus-art.el (gnus-article-next-page): Revert.
15252 (gnus-article-beginning-of-window): New macro.
15253 (gnus-article-next-page-1): Use it.
15254 (gnus-article-prev-page): Ditto.
15255 (gnus-article-edit-part): Use insert-buffer-substring instead of
15256 insert-buffer.
15257 (gnus-article-edit-exit): Ditto.
15258
15259 * gnus-util.el (gnus-beginning-of-window): Remove.
15260 (gnus-end-of-window): Remove.
15261
15262 2005-07-25 Simon Josefsson <jas@extundo.com>
15263
15264 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15265 to have the url package without w3. Reported by Daiki Ueno
15266 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15267
15268 2005-07-20 Didier Verna <didier@xemacs.org>
15269
15270 * gnus-diary.el: Remove the description comment (nndiary is now
15271 properly documented in the Gnus manual).
15272 Fix the spelling of "Back End".
15273 * nndiary.el: Ditto.
15274 Fix the copyright notice.
15275
15276 2005-07-18 Romain Francoise <romain@orebokech.com>
15277
15278 * gnus-sum.el (gnus-summary-to-prefix)
15279 (gnus-summary-newsgroup-prefix): New variables.
15280 (gnus-summary-from-or-to-or-newsgroups): Use them.
15281
15282 2005-07-17 Romain Francoise <romain@orebokech.com>
15283
15284 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15285 space as it's generally not especially interesting to the user.
15286
15287 2005-07-16 Romain Francoise <romain@orebokech.com>
15288
15289 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15290 nil to avoid prompting and file modification if one of the
15291 messages at the top of the nnfolder file contains a copyright
15292 notice.
15293 Update copyright notice.
15294
15295 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15296 instead of `current-time-string' as the latter creates a time
15297 string that is not RFC 2822 compliant (it lacks the zone).
15298 Update copyright notice.
15299
15300 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15301
15302 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15303 for text/rtf. Display default in prompt. Pass default for M-n.
15304
15305 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15306
15307 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15308
15309 * gnus-msg.el (gnus-button-mailto):
15310 Remove save-selected-window-window hackery because it relies on
15311 save-selected-window internals.
15312
15313 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15314
15315 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15316 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15317 (gnus-article-prev-page): Ditto.
15318
15319 * gnus-util.el (gnus-beginning-of-window): New function.
15320 (gnus-end-of-window): New function.
15321
15322 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15323
15324 * gnus-score.el (gnus-score-edit-all-score):
15325 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15326 gnus-message.
15327
15328 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15329
15330 * gnus-msg.el (gnus-button-mailto):
15331 Remove save-selected-window-window hackery because it relies on
15332 save-selected-window internals.
15333
15334 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15335
15336 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15337 add-minor-mode.
15338 (gnus-binary-mode): Ditto.
15339
15340 * gnus-topic.el (gnus-topic-mode): Ditto.
15341
15342 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15343
15344 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15345 (gnus-article-prev-page): Take scroll-margin into consideration.
15346
15347 2005-07-04 Lute Kamstra <lute@gnu.org>
15348
15349 Update FSF's address in GPL notices.
15350
15351 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15352
15353 * gnus.el (gnus-exit):
15354 * gnus-group.el (gnus-group-icons):
15355 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15356
15357 * gnus-nocem.el (gnus-nocem):
15358 * message.el (message-various, message-buffers, message-sending)
15359 (message-interface, message-forwarding, message-insertion)
15360 (message-headers, message-news, message-mail):
15361 * pgg-gpg.el (pgg-gpg):
15362 * pgg-parse.el (pgg-parse):
15363 * pgg-pgp.el (pgg-pgp):
15364 * pgg-pgp5.el (pgg-pgp5):
15365 * pop3.el (pop3): Finish `defgroup' description with period.
15366
15367 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15368
15369 * gnus-art.el (article-display-face): Improve the efficiency.
15370 (article-display-x-face): Ditto; remove grey x-face stuff.
15371
15372 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15373
15374 * gnus-art.el (article-display-face): Correct the position in
15375 which Faces are inserted.
15376
15377 2005-06-29 Didier Verna <didier@xemacs.org>
15378
15379 * gnus-art.el (article-display-face): Display faces in correct
15380 order.
15381
15382 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15383
15384 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15385 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15386 (gnus-nocem-check-article): Fetch the Type header.
15387 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15388 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15389 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15390 make sure gnus-nocem-hashtb is initialized.
15391 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15392 (gnus-nocem-unwanted-article-p): Ditto.
15393
15394 * pgg.el (pgg-verify): Return the verification result.
15395
15396 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15397
15398 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15399 is ascii.
15400
15401 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15402
15403 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15404 `show-nonbreak-escape'.
15405
15406 2005-06-23 Lute Kamstra <lute@gnu.org>
15407
15408 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15409
15410 * dig.el (dig-mode):
15411 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15412
15413 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15414
15415 * nnimap.el (nnimap-split-download-body): Fix spellings.
15416
15417 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15418
15419 * gnus-art.el (gnus-article-encrypt-body):
15420 * gnus-cus.el (gnus-score-customize):
15421 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15422 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15423
15424 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15425
15426 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15427 header by looking for magic "MII" at the beginnig.
15428
15429 2005-06-16 Miles Bader <miles@gnu.org>
15430
15431 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15432 (assistant-field-face): New backward-compatibility alias for renamed
15433 face.
15434 (assistant-render-text): Use renamed assistant-field face.
15435
15436 * spam.el (spam): Remove "-face" suffix from face name.
15437 (spam-face): New backward-compatibility alias for renamed face.
15438 (spam-face, spam-initialize): Use renamed spam face.
15439
15440 * message.el (message-header-to, message-header-cc)
15441 (message-header-subject, message-header-newsgroups)
15442 (message-header-other, message-header-name)
15443 (message-header-xheader, message-separator, message-cited-text)
15444 (message-mml): Remove "-face" suffix from face names.
15445 (message-header-to-face, message-header-cc-face)
15446 (message-header-subject-face, message-header-newsgroups-face)
15447 (message-header-other-face, message-header-name-face)
15448 (message-header-xheader-face, message-separator-face)
15449 (message-cited-text-face, message-mml-face):
15450 New backward-compatibility aliases for renamed faces.
15451 (message-font-lock-keywords): Use renamed message faces.
15452
15453 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15454 (sieve-test-commands, sieve-tagged-arguments):
15455 Remove "-face" suffix from face names.
15456 (sieve-control-commands-face, sieve-action-commands-face)
15457 (sieve-test-commands-face, sieve-tagged-arguments-face):
15458 New backward-compatibility aliases for renamed faces.
15459 (sieve-control-commands-face, sieve-action-commands-face)
15460 (sieve-test-commands-face, sieve-tagged-arguments-face):
15461 Use renamed sieve faces.
15462
15463 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15464 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15465 (gnus-group-news-3-empty, gnus-group-news-4)
15466 (gnus-group-news-4-empty, gnus-group-news-5)
15467 (gnus-group-news-5-empty, gnus-group-news-6)
15468 (gnus-group-news-6-empty, gnus-group-news-low)
15469 (gnus-group-news-low-empty, gnus-group-mail-1)
15470 (gnus-group-mail-1-empty, gnus-group-mail-2)
15471 (gnus-group-mail-2-empty, gnus-group-mail-3)
15472 (gnus-group-mail-3-empty, gnus-group-mail-low)
15473 (gnus-group-mail-low-empty, gnus-summary-selected)
15474 (gnus-summary-cancelled, gnus-summary-high-ticked)
15475 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15476 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15477 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15478 (gnus-summary-low-undownloaded)
15479 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15480 (gnus-summary-low-unread, gnus-summary-normal-unread)
15481 (gnus-summary-high-read, gnus-summary-low-read)
15482 (gnus-summary-normal-read, gnus-splash):
15483 Remove "-face" suffix from face names.
15484 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15485 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15486 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15487 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15488 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15489 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15490 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15491 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15492 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15493 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15494 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15495 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15496 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15497 (gnus-summary-normal-ticked-face)
15498 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15499 (gnus-summary-normal-ancient-face)
15500 (gnus-summary-high-undownloaded-face)
15501 (gnus-summary-low-undownloaded-face)
15502 (gnus-summary-normal-undownloaded-face)
15503 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15504 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15505 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15506 (gnus-splash-face):
15507 New backward-compatibility aliases for renamed faces.
15508 (gnus-group-startup-message): Use renamed gnus faces.
15509
15510 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15511 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15512 (gnus-server-agent): Remove "-face" suffix from face names.
15513 (gnus-server-agent-face, gnus-server-opened-face)
15514 (gnus-server-closed-face, gnus-server-denied-face)
15515 (gnus-server-offline-face):
15516 New backward-compatibility aliases for renamed faces.
15517 (gnus-server-agent-face, gnus-server-opened-face)
15518 (gnus-server-closed-face, gnus-server-denied-face)
15519 (gnus-server-offline-face): Use renamed gnus faces.
15520
15521 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15522 Remove "-face" suffix from face names.
15523 (gnus-picon-xbm-face, gnus-picon-face):
15524 New backward-compatibility aliases for renamed faces.
15525
15526 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15527 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15528 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15529 (gnus-cite-11): Remove "-face" suffix from face names.
15530 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15531 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15532 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15533 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15534 New backward-compatibility aliases for renamed faces.
15535 (gnus-cite-attribution-face, gnus-cite-face-list)
15536 (gnus-article-boring-faces): Use renamed gnus faces.
15537
15538 * gnus-art.el (gnus-signature, gnus-header-from)
15539 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15540 (gnus-header-content): Remove "-face" suffix from face names.
15541 (gnus-signature-face, gnus-header-from-face)
15542 (gnus-header-subject-face, gnus-header-newsgroups-face)
15543 (gnus-header-name-face, gnus-header-content-face):
15544 New backward-compatibility aliases for renamed faces.
15545 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15546
15547 * gnus-sum.el (gnus-summary-selected-face)
15548 (gnus-summary-highlight): Use renamed gnus faces.
15549 * gnus-group.el (gnus-group-highlight): Likewise.
15550
15551 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15552
15553 * gnus-sieve.el (gnus-sieve-article-add-rule):
15554 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15555 * spam-stat.el (spam-stat-buffer-change-to-spam)
15556 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15557
15558 * message.el (message-is-yours-p):
15559 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15560
15561 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15562
15563 * mm-view.el (mm-inline-text): Withdraw the last change.
15564
15565 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15566
15567 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15568 executing enriched-decode.
15569
15570 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15571
15572 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15573 charset of tar files.
15574
15575 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15576
15577 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15578
15579 2005-06-04 Lute Kamstra <lute@gnu.org>
15580
15581 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15582 information is never recorded.
15583
15584 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15585
15586 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15587
15588 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15589
15590 * pop3.el (pop3-apop): Run md5 in the binary mode.
15591
15592 * starttls.el (starttls-set-process-query-on-exit-flag):
15593 Use eval-and-compile.
15594
15595 2005-05-31 Simon Josefsson <jas@extundo.com>
15596
15597 * smime.el (smime-replace-in-string): Define.
15598 (smime-cert-by-ldap-1): Use it.
15599
15600 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15601
15602 * gnus-art.el (article-display-x-face): Replace
15603 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15604
15605 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15606 set-process-query-on-exit-flag or process-kill-without-query.
15607
15608 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15609 loop instead of replace-regexp.
15610
15611 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15612 instead of process-kill-without-query if it is available.
15613
15614 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15615 instead of find-file-hooks if it is available.
15616
15617 * mml1991.el: Bind pgg-default-user-id when compiling.
15618
15619 * mml2015.el: Bind pgg-default-user-id when compiling.
15620
15621 * nndraft.el (nndraft-request-associate-buffer):
15622 Use write-contents-functions instead of write-contents-hooks if it is
15623 available.
15624
15625 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15626 instead of find-file-hooks if it is available.
15627
15628 * nntp.el (nntp-open-connection): Replace
15629 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15630 (nntp-open-ssl-stream): Ditto.
15631 (nntp-open-tls-stream): Ditto.
15632
15633 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15634 set-process-query-on-exit-flag or process-kill-without-query.
15635 (starttls-open-stream-gnutls): Use it instead of
15636 process-kill-without-query.
15637 (starttls-open-stream): Ditto.
15638
15639 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15640
15641 * smime.el (smime-cert-by-ldap-1): Don't use
15642 replace-regexp-in-string.
15643
15644 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15645
15646 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15647
15648 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15649 in PEM format. Adjust to the XEmacs compatibility.
15650
15651 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15652
15653 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15654 by `string-to-number'.
15655 * gnus-agent.el (gnus-agent-regenerate-group)
15656 (gnus-agent-fetch-articles): Ditto.
15657 * gnus-art.el (gnus-button-fetch-group): Ditto.
15658 * gnus-cache.el (gnus-cache-generate-active)
15659 (gnus-cache-articles-in-group): Ditto.
15660 * gnus-group.el (gnus-group-set-current-level)
15661 (gnus-group-insert-group-line): Ditto.
15662 * gnus-score.el (gnus-score-set-expunge-below)
15663 (gnus-score-set-mark-below, gnus-summary-score-effect)
15664 (gnus-summary-score-entry): Ditto.
15665 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15666 (gnus-soup-pack): Ditto.
15667 * gnus-spec.el (gnus-xmas-format): Ditto.
15668 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15669 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15670 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15671 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15672 * nndb.el (nndb-get-remote-expire-response): Ditto.
15673 * nndiary.el (nndiary-parse-schedule-value)
15674 (nndiary-string-to-number, nndiary-request-replace-article)
15675 (nndiary-request-article): Ditto.
15676 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15677 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15678 * nneething.el (nneething-make-head): Ditto.
15679 * nnfolder.el (nnfolder-request-article)
15680 (nnfolder-retrieve-headers): Ditto.
15681 * nnheader.el (nnheader-file-to-number): Ditto.
15682 * nnkiboze.el (nnkiboze-request-article): Ditto.
15683 * nnmail.el (nnmail-process-unix-mail-format)
15684 (nnmail-process-babyl-mail-format): Ditto.
15685 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15686 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15687 (nnmh-request-create-group, nnmh-request-list-1)
15688 (nnmh-request-group, nnmh-request-article): Ditto.
15689 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15690 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15691 * nnsoup.el (nnsoup-make-active): Ditto.
15692 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15693 * nntp.el (nntp-find-group-and-number)
15694 (nntp-retrieve-headers-with-xover): Ditto.
15695 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15696 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15697 (pgg-format-key-identifier): Ditto.
15698 * pop3.el (pop3-last, pop3-stat): Ditto.
15699 * qp.el (quoted-printable-decode-region): Ditto.
15700
15701 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15702 of concat.
15703
15704 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15705
15706 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15707
15708 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15709
15710 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15711
15712 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15713
15714 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15715
15716 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15717
15718 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15719 (gnus-carpal-mode): Ditto.
15720
15721 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15722 (gnus-browse-mode): Ditto.
15723
15724 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15725
15726 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15727
15728 2005-05-29 Richard M. Stallman <rms@gnu.org>
15729
15730 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15731
15732 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15733
15734 * gnus-util.el (gnus-run-mode-hooks): New function.
15735
15736 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15737
15738 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15739
15740 * gnus-agent.el (gnus-agent-make-mode-line-string):
15741 Use mode-line-highlight as mouse-face.
15742
15743 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15744
15745 * canlock.el (canlock): Change the parent group to news.
15746
15747 * deuglify.el (gnus-outlook-deuglify): Add :group.
15748
15749 * dig.el (dig): Add :group.
15750
15751 * dns-mode.el (dns-mode): Add :group.
15752
15753 * encrypt.el (encrypt): Add :group.
15754
15755 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15756 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15757 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15758 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15759 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15760
15761 * gnus-diary.el (gnus-diary): Add :group.
15762
15763 * gnus.el (gnus-group-news-1-face): Add :group.
15764 (gnus-group-news-1-empty-face): Ditto.
15765 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15766 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15767 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15768 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15769 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15770 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15771 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15772 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15773 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15774 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15775 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15776 (gnus-summary-high-ticked-face): Ditto.
15777 (gnus-summary-low-ticked-face): Ditto.
15778 (gnus-summary-normal-ticked-face): Ditto.
15779 (gnus-summary-high-ancient-face): Ditto.
15780 (gnus-summary-low-ancient-face): Ditto.
15781 (gnus-summary-normal-ancient-face): Ditto.
15782 (gnus-summary-high-undownloaded-face): Ditto.
15783 (gnus-summary-low-undownloaded-face): Ditto.
15784 (gnus-summary-normal-undownloaded-face): Ditto.
15785 (gnus-summary-high-unread-face): Ditto.
15786 (gnus-summary-low-unread-face): Ditto.
15787 (gnus-summary-normal-unread-face): Ditto.
15788 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15789 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15790
15791 * hashcash.el (hashcash): New custom group.
15792 (hashcash-default-payment): Add :group.
15793 (hashcash-payment-alist): Ditto.
15794 (hashcash-default-accept-payment): Ditto.
15795 (hashcash-accept-resources): Ditto.
15796 (hashcash-path): Ditto.
15797 (hashcash-extra-generate-parameters): Ditto.
15798 (hashcash-double-spend-database): Ditto.
15799 (hashcash-in-news): Ditto.
15800
15801 * message.el (message-minibuffer-local-map): Add :group.
15802
15803 * netrc.el (netrc): Add :group.
15804
15805 * sieve-manage.el (sieve-manage-log): Add :group.
15806 (sieve-manage-default-user): Diito.
15807 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15808 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15809 (sieve-manage-authenticators): Ditto.
15810 (sieve-manage-authenticator-alist): Ditto.
15811 (sieve-manage-default-port): Ditto.
15812
15813 * sieve-mode.el (sieve-control-commands-face): Add :group.
15814 (sieve-action-commands-face): Ditto.
15815 (sieve-test-commands-face): Ditto.
15816 (sieve-tagged-arguments-face): Ditto.
15817
15818 * smime.el (smime): Add :group.
15819
15820 * spam-report.el (spam-report): Add :group.
15821
15822 * spam.el (spam, spam-face): Add :group.
15823
15824 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15825
15826 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15827 return \n.\n.\n at the end of articles. Protect against that.
15828 (nntp-with-open-group): Allow debugging.
15829
15830 * nnheader.el (mail-header-set-extra): Make into a function
15831 because I just could't understand how to quote the list properly.
15832
15833 * dns.el (query-dns-cached): New function.
15834
15835 2005-05-26 Lute Kamstra <lute@gnu.org>
15836
15837 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15838
15839 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15840
15841 * gnus-art.el: Don't autoload mail-extract-address-components.
15842
15843 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15844 eval-and-compile to evaluate it.
15845
15846 * hashcash.el: Don't autoload executable-find.
15847
15848 * nndb.el: Don't declare the nndb back end two or more times; don't
15849 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15850
15851 * nntp.el: Autoload format-spec instead of format; use
15852 eval-and-compile to evaluate autoload forms.
15853
15854 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15855
15856 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15857
15858 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15859
15860 * gnus.el (gnus-version-number): Bump version.
15861
15862 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15863
15864 * gnus.el: No Gnus v0.3 is released.
15865
15866 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15867
15868 * gnus-art.el (gnus-article-edit-part): Disable undo.
15869
15870 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15871
15872 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15873 gnus-article-date-lapsed-new-header is t if date timer is active;
15874 skip headers in which the original date value is empty.
15875 (gnus-article-save-original-date): Redefine it as a macro.
15876 (gnus-display-mime): Use it.
15877
15878 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15879
15880 * gnus-art.el (article-date-ut): Support converting date in
15881 forwarded parts as well.
15882 (gnus-article-save-original-date): New function.
15883 (gnus-display-mime): Use it.
15884
15885 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15886
15887 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15888 enclosure element of <item>.
15889
15890 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15891
15892 * message.el (message-kill-buffer-query): Rename from
15893 `message-kill-buffer-query-if-modified'. Add :version.
15894
15895 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15896
15897 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15898 window layout.
15899
15900 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15901
15902 * mml.el: Autoload dnd when compiling.
15903
15904 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15905
15906 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15907 x-dnd-*.
15908
15909 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15910
15911 * qp.el (quoted-printable-encode-region): Save excursion.
15912
15913 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15914
15915 * message.el (message-kill-buffer-query-if-modified): Add new variable
15916 so the user can kill a modified message buffer quickly.
15917 (message-kill-buffer): Use it.
15918
15919 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15920
15921 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15922 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15923
15924 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15925
15926 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15927 contained in text because xml.el decodes entities) with LFs.
15928
15929 2005-04-11 Lute Kamstra <lute@gnu.org>
15930
15931 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15932 differently.
15933
15934 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15935
15936 * mm-util.el (mm-detect-coding-region): Typo.
15937
15938 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15939
15940 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15941
15942 2005-04-06 Deepak Goel <deego@gnufans.org>
15943
15944 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15945 user-function allow user modifications of the scores.
15946 (spam-stat-score-buffer-user): New function, to allow
15947 user-computed modifications to the score.
15948 (spam-stat-score-buffer-user-functions): List of additional
15949 scoring functions.
15950 (spam-stat-error-holder): Global temporary error holder.
15951 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15952 variable.
15953
15954 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15955
15956 * gnus-registry.el (gnus-registry-clean-empty-function)
15957 (gnus-registry-trim, gnus-registry-fetch-groups)
15958 (gnus-registry-delete-group): Groups that match
15959 `gnus-registry-ignored-groups' are removed from the registry
15960 entries, not just ignored for splitting. This helps clean up the
15961 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15962 to get all the groups a message ID is in.
15963
15964 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15965 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15966 (spam-stat-score-buffer-user-functions): Add :number custom type.
15967
15968 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15969
15970 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15971 argument in XEmacs.
15972
15973 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15974 (nnrss-request-group): Decode group name first.
15975 (nnrss-request-article): Make a text/plain article if mml-to-mime
15976 failed.
15977 (nnrss-get-encoding): Return a compatible encoding according to
15978 nnrss-compatible-encoding-alist.
15979 (nnrss-find-el): Use consp instead of listp.
15980 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15981
15982 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15983
15984 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15985 which Emacs 20 doesn't support.
15986 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15987
15988 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15989
15990 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15991 silence the byte compiler inside the defun.
15992
15993 * gnus-demon.el (parse-time-string): Add autoload.
15994
15995 * gnus-delay.el (parse-time-string): Add autoload.
15996
15997 * gnus-art.el (parse-time-string): Add autoload.
15998
15999 * nnultimate.el (parse-time): Require for `parse-time-string'.
16000
16001 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16002
16003 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16004
16005 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16006
16007 * smime.el (smime-ldap-host-list): Add :version.
16008
16009 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16010
16011 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16012 pass it to `gnus-browse-read-group'.
16013 (gnus-browse-read-group): Add NUMBER argument and pass it to
16014 `gnus-group-read-ephemeral-group'.
16015
16016 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16017 argument and pass it to `gnus-group-read-group'.
16018
16019 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
16020
16021 * mm-util.el (mm-xemacs-find-mime-charset): Only call
16022 mm-xemacs-find-mime-charset-1 if we have the mule feature
16023 available at runtime.
16024
16025 2005-03-25 Werner Lemberg <wl@gnu.org>
16026
16027 * nnmaildir.el: Replace `illegal' with `invalid'.
16028
16029 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16030
16031 * gnus-start.el (gnus-display-time-event-handler):
16032 Check display-time-timer at runtime rather than only at load time
16033 in case display-time-mode is turned off in the mean time.
16034
16035 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16036
16037 * nnimap.el (nnimap-open-connection): Print which authinfo file is
16038 used.
16039
16040 * nneething.el (nneething-map-file-directory): Derive from
16041 `gnus-directory'.
16042
16043 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16044 the To/Cc button.
16045
16046 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16047
16048 * nnmaildir.el (nnmaildir-request-accept-article):
16049 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16050
16051 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16052
16053 * gnus-async.el: Require timer-funcs at compile time when in
16054 XEmacs for `run-with-idle-timer'.
16055
16056 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16057
16058 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16059 autoloaded function.
16060
16061 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16062
16063 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16064
16065 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16066
16067 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16068
16069 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16070
16071 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16072 Add gnus-expert-user to default.
16073
16074 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16075
16076 * nnimap.el (nnimap-open-server): Ditto.
16077
16078 * imap.el (imap-authenticate): Fix typo.
16079
16080 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16081
16082 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16083 buffer (since IMAP server might return FETCH response out of
16084 order, and the nntp buffer must be sorted).
16085
16086 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16087
16088 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16089 comparison on string.
16090
16091 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16092 (gnus-agent-score): Rename category keywords to match gnus-cus.
16093 (gnus-agent-summary-fetch-series): Modify to protect against
16094 gnus-agent-summary-fetch-group clearing processable flags.
16095 (gnus-agent-synchronize-group-flags): Update live group buffer as
16096 synchronization may occur due to the user toggle the plugged
16097 status.
16098 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16099 successfully downloaded.
16100 (gnus-agent-expire-group-1): Avoid using markers when the overview
16101 is in ascending order; greatly improves performance.
16102 (gnus-agent-regenerate-group):
16103 Use gnus-agent-synchronize-group-flags to reset read status in both
16104 gnus and server.
16105 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16106
16107 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16108
16109 * message.el: Don't autoload former message-utils variables.
16110 (message-strip-subject-trailing-was): Change doc string.
16111
16112 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16113 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16114 (nnweb-google-search): Add "hl=en" here.
16115 (nnweb-google-parse-1, nnweb-google-create-mapping):
16116 Don't hardcode URL.
16117
16118 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16119
16120 * message.el (message-get-reply-headers, message-followup):
16121 Mention related variables `message-use-followup-to' and
16122 `message-use-mail-followup-to', in the information buffer.
16123
16124 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16125 of broken groups(-beta).google.com.
16126
16127 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16128
16129 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16130 parameter to invoked gnus-request-move-article; remove the
16131 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16132 all at once instead of once per article.
16133 (gnus-summary-remove-process-mark): Accept a list of articles as
16134 well as a single article for processing.
16135
16136 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16137 parameter.
16138
16139 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16140
16141 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16142
16143 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16144 parameter.
16145
16146 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16147 parameter.
16148
16149 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16150 parameter and remove the gnus-sum-hint-move-is-internal variable.
16151
16152 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16153 parameter.
16154
16155 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16156 parameter.
16157
16158 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16159 parameter.
16160
16161 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16162
16163 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16164 parameter.
16165
16166 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16167 parameter.
16168
16169 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16170
16171 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16172 a more conservative way.
16173
16174 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16175
16176 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16177 buffer, so it moves the window's cursor.
16178
16179 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16180
16181 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16182 `mm-dissect-multipart' and receive the from field as an (optional)
16183 argument from `mm-dissect-multipart'.
16184 (mm-dissect-multipart): Receive the from field as an argument and
16185 pass it on when we call `mm-dissect-buffer' on MIME parts.
16186 Fixes verification/decryption of signed/encrypted MIME parts.
16187
16188 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16189
16190 * gnus-sum.el (gnus-summary-move-article):
16191 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16192 whatever it calls (right now, only nnimap-request-move article
16193 respects it).
16194
16195 * nnimap.el (nnimap-request-move-article):
16196 When gnus-sum-hint-move-is-internal is set, don't do the extra
16197 nnimap-request-article.
16198
16199 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16200
16201 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16202
16203 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16204 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16205
16206 * gnus-sum.el (gnus-summary-caesar-message):
16207 Apply `gnus-treat-article' after rotation.
16208
16209 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16210 doc string.
16211
16212 2005-02-22 Simon Josefsson <jas@extundo.com>
16213
16214 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16215 `password-cache-expiry' instead). Reported by Arne Jørgensen
16216 <arne@arnested.dk>.
16217 (encrypt): Add password-cache and password-cache-expiry as group
16218 members.
16219
16220 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16221
16222 * smime.el (smime-ldap-host-list): Doc fix.
16223 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16224 cache) password.
16225 (smime-sign-region): Use it.
16226 (smime-decrypt-region): Use it.
16227 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16228 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16229 fails.
16230 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16231 certificate from DER to PEM format rather than calling openssl.
16232
16233 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16234
16235 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16236 for signing/encryption.
16237
16238 * mml.el (mml-parse-1): Use them.
16239
16240 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16241
16242 * nnrss.el (nnrss-verbose): Remove.
16243 (nnrss-request-group): Use `nnheader-message' instead.
16244
16245 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16246
16247 * nnrss.el (nnrss-verbose): New variable.
16248 (nnrss-request-group): Make it say nnrss is requesting a group.
16249
16250 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16251
16252 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16253 Handle news URL with given port correctly.
16254
16255 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16256
16257 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16258 containing special characters.
16259
16260 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16261
16262 * mml.el (mime-to-mml): Ditto.
16263
16264 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16265 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16266 (rfc2047-decode-region): Quote decoded words containing special
16267 characters when rfc2047-quote-decoded-words-containing-tspecials
16268 is non-nil.
16269
16270 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16271
16272 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16273
16274 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16275
16276 2005-02-15 Simon Josefsson <jas@extundo.com>
16277
16278 * nnimap.el (nnimap-debug): Doc fix.
16279
16280 * imap.el (imap-debug): Doc fix.
16281
16282 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16283
16284 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16285
16286 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16287
16288 * gnus.el (spam-contents): Improve docs for spam-contents
16289 parameter in its variable incarnation.
16290
16291 2005-02-14 Simon Josefsson <jas@extundo.com>
16292
16293 * smime-ldap.el: Use require instead of load-library for ldap.
16294 (smime-ldap-search): Indent.
16295 (smime-ldap-search-internal): Shorten line.
16296
16297 * smime.el (smime-cert-by-dns): Add doc-string.
16298 (smime-cert-by-ldap-1): Indent.
16299
16300 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16301 mml-smime-get-dns-ldap.
16302 (mml-smime-encrypt-query): Use new function. Default to ldap.
16303
16304 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16305
16306 * smime.el: Require smime-ldap.
16307 (smime-ldap-host-list): New variable.
16308 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16309
16310 * mml-smime.el (mml-smime-encrypt-query): New function.
16311 (mml-smime-encrypt-query): Use it.
16312
16313 * smime-ldap.el: New file.
16314
16315 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16316
16317 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16318
16319 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16320
16321 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16322 argument in doc string. Make query for type more clear.
16323
16324 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16325
16326 * gnus.el (gnus-group-startup-message): Search for gnus images in
16327 etc/images/gnus.
16328 * mm-util.el (mm-image-load-path): Likewise.
16329 * smiley.el (smiley-data-directory): Search for smilies in
16330 etc/images/smilies.
16331
16332 2005-02-09 Kim F. Storm <storm@cua.dk>
16333
16334 Change Emacs release version from 21.4 to 22.1 throughout.
16335 Change Emacs development version from 21.3.50 to 22.0.50.
16336
16337 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16338
16339 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16340
16341 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16342 non-Mule XEmacs as well.
16343 (mm-decompress-buffer): Signal an error intentionally if it does
16344 not decompress compressed data because auto-compression-mode is
16345 disabled.
16346
16347 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16348
16349 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16350 an ID in the registry even if it has no groups.
16351
16352 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16353
16354 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16355 merge it into mm-decompress-buffer.
16356 (gnus-mime-copy-part): Use the MIME part charset, the value which
16357 a user specified or gnus-newsgroup-charset for decoding, like
16358 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16359 save-buffer what was used. Suggested by Kevin Ryde
16360 <user42@zip.com.au>.
16361 (gnus-mime-inline-part): Allow the name parameter as well as the
16362 filename parameter; force decompressing of compressed data; always
16363 display contents being not decoded as unibyte.
16364
16365 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16366 as well as the filename parameter.
16367
16368 * mm-util.el (mm-decompress-buffer):
16369 Merge gnus-mime-jka-compr-maybe-uncompress.
16370 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16371 of compressed data.
16372
16373 2005-02-08 Simon Josefsson <jas@extundo.com>
16374
16375 * imap.el (imap-log): Doc fix.
16376
16377 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16378
16379 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16380 the coding cookies; decompress compressed parts.
16381
16382 * mml.el (mml-generate-mime-1): Add the charset parameter according
16383 to the value which a user specified manually or the coding cookie.
16384
16385 * mm-util.el (mm-string-to-multibyte): New function.
16386 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16387 (mm-coding-system-to-mime-charset): New function.
16388 (mm-decompress-buffer): New function.
16389 (mm-find-buffer-file-coding-system): New function.
16390
16391 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16392 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16393 parts.
16394
16395 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16396
16397 * mm-view.el (mm-display-inline-fontify): Decode a part according
16398 to the charset parameter.
16399
16400 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16401
16402 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16403 prefix arg is neither nil nor a number, as info specifies.
16404
16405 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16406
16407 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16408 timestamps.
16409
16410 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16411
16412 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16413 groups error checking and notify user.
16414
16415 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16416
16417 * message.el (message-send-mail-function): Check existence of
16418 sendmail-program first before using default value
16419 `message-send-mail-with-sendmail'. Otherwise use more generic
16420 `smtpmail-send-it'.
16421
16422 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16423
16424 * nntp.el (nntp-request-update-info): Always return nil.
16425
16426 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16427
16428 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16429
16430 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16431
16432 * message.el (message-beginning-of-line): Change the behavior when
16433 invoked between BOL and : so that it first moves backward.
16434
16435 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16436
16437 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16438 article buffer when editing of the article is discarded.
16439 (gnus-article-prepare): Revert.
16440
16441 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16442
16443 * gnus-art.el (gnus-article-prepare):
16444 Remove message-strip-forbidden-properties from the local hook.
16445
16446 2005-01-27 Simon Josefsson <jas@extundo.com>
16447
16448 * password.el (password-cache-add): Only start one timer per key.
16449 Reported by Derek Atkins <warlord@MIT.EDU>.
16450
16451 2005-01-26 Steve Youngs <steve@sxemacs.org>
16452
16453 * run-at-time.el: Remove. It is no longer needed as
16454 timer-funcs.el in the xemacs-base package has a working version of
16455 `run-at-time'.
16456
16457 * password.el: Require timer-funcs instead of run-at-time in
16458 XEmacs.
16459 Remove `password-run-at-time' macro.
16460 (password-cache-add): Use `run-at-time' instead of
16461 `password-run-at-time'.
16462
16463 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16464 for `run-with-idle-timer'.
16465
16466 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16467 for `run-at-time'.
16468
16469 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16470 for `with-timeout'.
16471
16472 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16473
16474 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16475 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16476
16477 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16478
16479 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16480 sensitively.
16481
16482 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16483
16484 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16485
16486 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16487
16488 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16489 which will be inserted according to the multibyteness of a buffer
16490 rather than the type of contents. Suggested by ARISAWA Akihiro
16491 <ari@mbf.ocn.ne.jp>.
16492
16493 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16494 of string which old xml.el may return rather than a string.
16495
16496 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16497
16498 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16499
16500 2005-01-16 Simon Josefsson <jas@extundo.com>
16501
16502 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16503 idn/idna.el isn't available.
16504 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16505 <michael@waxrat.com>.
16506
16507 * hashcash.el: Remove non-FSF copyright header.
16508
16509 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16510 (hashcash-generate-payment): Use it.
16511 (hashcash-generate-payment-async): Use it.
16512
16513 2005-01-15 Simon Josefsson <jas@extundo.com>
16514
16515 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16516 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16517
16518 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16519 gnus-summary-idna-message.
16520 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16521 (gnus-summary-idna-message): New function.
16522
16523 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16524
16525 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16526 gnus-novice-user.
16527
16528 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16529
16530 * nnrss.el (nnrss-request-delete-group): Delete entries in
16531 nnrss-group-alist as well.
16532 (nnrss-save-server-data): Insert newline.
16533
16534 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16535
16536 * gnus.el (gnus-user-agent): Use list of symbols instead of
16537 symbols. Display full version number for (S)XEmacs.
16538 Optionally display (S)XEmacs codename.
16539
16540 * gnus-util.el (gnus-emacs-version): Update for new
16541 `gnus-user-agent'.
16542
16543 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16544 Gnus version.
16545
16546 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16547
16548 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16549 which is unreadable in some setups.
16550
16551 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16552
16553 * gnus-spec.el (gnus-update-format-specifications): Flush the
16554 group format spec cache if it doesn't support decoded group names.
16555
16556 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16557
16558 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16559 Allow to apply decay on score files matching a regexp.
16560
16561 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16562
16563 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16564 compatibility in %g and %c.
16565
16566 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16567
16568 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16569 name for only %g and %c.
16570 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16571 of gnus-tmp-group to decoded group name.
16572 (gnus-group-make-rss-group): Exclude `/'s from group names.
16573
16574 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16575
16576 * nnrss.el (nnrss-get-encoding): Fix regexp.
16577
16578 2004-12-27 Simon Josefsson <jas@extundo.com>
16579
16580 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16581 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16582 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16583
16584 2004-12-17 Kim F. Storm <storm@cua.dk>
16585
16586 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16587
16588 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16589
16590 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16591
16592 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16593
16594 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16595
16596 * nnrss.el: Require rfc2047 and mml.
16597 (nnrss-file-coding-system): New variable.
16598 (nnrss-format-string): Redefine it as an inline function.
16599 (nnrss-decode-group-name): New function.
16600 (nnrss-string-as-multibyte): Remove.
16601 (nnrss-retrieve-headers): Decode group name; don't use
16602 nnrss-format-string.
16603 (nnrss-request-group): Decode group name.
16604 (nnrss-request-article): Decode group name; allow a Message-ID as
16605 well as an article number; don't use nnrss-format-string; encode a
16606 Message-ID string which may contain non-ASCII characters; use
16607 mml-to-mime to compose a MIME article.
16608 (nnrss-request-expire-articles): Decode group name.
16609 (nnrss-request-delete-group): Decode group name.
16610 (nnrss-fetch): Clarify error message.
16611 (nnrss-read-server-data): Use insert-file-contents instead of load;
16612 bind file-name-coding-system; use multibyte buffer.
16613 (nnrss-save-server-data): Bind coding-system-for-write to the
16614 value of nnrss-file-coding-system; bind file-name-coding-system;
16615 add coding cookie.
16616 (nnrss-read-group-data): Use insert-file-contents instead of load;
16617 bind file-name-coding-system; use multibyte buffer.
16618 (nnrss-save-group-data): Bind coding-system-for-write to the
16619 value of nnrss-file-coding-system; bind file-name-coding-system.
16620 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16621 make it work with non-ASCII text.
16622 (nnrss-find-el): Make it work with old xml.el as well.
16623
16624 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16625
16626 * nnrss.el (nnrss-get-encoding): New function.
16627 (nnrss-fetch): Use unibyte buffer initially; bind
16628 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16629 decode contents according to the encoding attribute.
16630 (nnrss-save-group-data): Add coding cookie.
16631 (nnrss-mime-encode-string): New function.
16632 (nnrss-check-group): Use it to encode subject and author.
16633
16634 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16635
16636 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16637 imaginary variable.
16638
16639 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16640
16641 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16642 correctly even if there are wide characters.
16643
16644 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16645
16646 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16647 downcased symbol names; make a new cache instead of reusing
16648 bbdb-hashtable.
16649
16650 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16651
16652 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16653 concatenating segments rather than before concatenating them.
16654 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16655
16656 * message.el (message-get-reply-headers): Bind `extra'.
16657
16658 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16659
16660 * message.el (message-extra-wide-headers): New variable.
16661 (message-get-reply-headers): Use it.
16662
16663 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16664
16665 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16666 (gnus-agent-group-pathname): Ditto.
16667
16668 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16669
16670 * gnus-group.el (gnus-group-make-group): Decode group name.
16671 (gnus-group-make-rss-group): Register the group data after opening
16672 the nnrss group.
16673
16674 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16675
16676 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16677 by expiry now get marked as read.
16678
16679 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16680
16681 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16682
16683 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16684
16685 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16686 unify Latin characters in XEmacs.
16687 (mm-find-mime-charset-region): Use it.
16688
16689 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16690
16691 * gnus-util.el (gnus-delete-directory): New function.
16692
16693 * gnus-agent.el (gnus-agent-delete-group): Use it.
16694
16695 * gnus-cache.el (gnus-cache-delete-group): Use it.
16696
16697 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16698
16699 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16700 names.
16701
16702 2004-12-16 Simon Josefsson <jas@extundo.com>
16703
16704 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16705
16706 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16707
16708 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16709
16710 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16711 (gnus-group-set-current-level): Decode group name.
16712
16713 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16714
16715 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16716 failed.
16717
16718 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16719
16720 * gnus-group.el (gnus-group-delete-group): Decode group name.
16721 (gnus-group-make-rss-group): Encode group name.
16722 (gnus-group-catchup-current): Decode group name.
16723 (gnus-group-kill-group): Decode group name.
16724
16725 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16726
16727 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16728
16729 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16730
16731 * gnus-group.el (gnus-group-make-rss-group):
16732 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16733
16734 * gnus-start.el (gnus-setup-news): Honor user's setting to
16735 gnus-message-archive-method. Suggested by Lute Kamstra
16736 <lute@gnu.org>.
16737
16738 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16739
16740 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16741 global counterparts of the buffer-local variables.
16742
16743 2004-11-16 Romain Francoise <romain@orebokech.com>
16744
16745 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16746 counterparts of the buffer-local variables.
16747
16748 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16749
16750 * message.el (message-forbidden-properties): Fix typo in doc
16751 string.
16752
16753 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16754
16755 * gnus-util.el (gnus-replace-in-string): Add doc string.
16756
16757 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16758 to avoid problems when splitting mails with many recipients.
16759
16760 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16761
16762 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16763 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16764
16765 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16766
16767 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16768 if there is no hashtable in memory or file modification time is
16769 newer than cached timestamp.
16770
16771 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16772
16773 * gnus-sum.el (gnus-summary-limit-to-recipient):
16774 Implement not-matching option.
16775
16776 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16777
16778 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16779 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16780 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16781 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16782 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16783 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16784
16785 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16786
16787 * message.el (message-forward-make-body-mml): Remove headers
16788 according to message-forward-ignored-headers if a message is decoded.
16789
16790 2004-12-02 Romain Francoise <romain@orebokech.com>
16791
16792 * message.el (message-forward-make-body-plain): Always remove
16793 headers according to message-forward-ignored-headers.
16794
16795 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16796
16797 * spam.el (spam-summary-prepare-exit): Remove the
16798 gnus-summary-limit pop for now, it has problems with ham marks for
16799 me.
16800
16801 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16802
16803 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16804 correctly.
16805
16806 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16807
16808 * format-spec.el (format-spec): Message the char.
16809
16810 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16811
16812 * gnus-art.el (gnus-split-methods): Reformat comments.
16813
16814 * spam.el (spam-summary-prepare-exit): Remove article limits
16815 before exiting the summary buffer.
16816
16817 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16818
16819 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16820 order to silence the byte compiler.
16821
16822 * spam.el: Fix the way to silence the byte compiler, which
16823 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16824 bbdb-search-simple, spam-BBDB-register-routine,
16825 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16826 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16827 spam-stat-buffer-is-spam, spam-stat-load,
16828 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16829 spam-stat-save and spam-stat-split-fancy.
16830
16831 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16832
16833 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16834 which may confuse users.
16835 (canlock-password-for-verify): Ditto.
16836
16837 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16838
16839 * gnus-art.el (gnus-emphasis-alist): Ditto.
16840
16841 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16842
16843 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16844
16845 * gnus-start.el (gnus-save-killed-list): Ditto.
16846
16847 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16848 (gnus-sum-thread-tree-root): Ditto.
16849 (gnus-sum-thread-tree-false-root): Ditto.
16850 (gnus-sum-thread-tree-single-indent): Ditto.
16851
16852 * message.el (message-courtesy-message): Ditto.
16853 (message-archive-note): Ditto.
16854 (message-subscribed-address-file): Ditto.
16855 (message-user-fqdn): Ditto.
16856
16857 * spam-report.el (spam-report-gmane-regex): Ditto.
16858
16859 * spam.el (spam-blackhole-good-server-regex): Ditto.
16860
16861 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16862
16863 * mml.el (mml-preview): Widen the message buffer before copying
16864 the contents to the preview buffer; sort headers before previewing.
16865
16866 * message.el (message-hidden-headers): Fix the way to avoid a bug
16867 in the `repeat' widget in Emacs 21.3 or earlier.
16868
16869 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16870
16871 * message.el (message-hidden-headers): Default to "^References:".
16872 Improve customization type. Suggested by Reiner Steib
16873 <Reiner.Steib@gmx.de>.
16874
16875 2004-11-25 Romain Francoise <romain@orebokech.com>
16876
16877 * message.el (message-strip-forbidden-properties): Remove check for
16878 obsolete `message-hidden' text property, hidden headers are not
16879 accessible in the buffer anymore.
16880
16881 2004-11-22 Romain Francoise <romain@orebokech.com>
16882
16883 * message.el (message-header-format-alist): Add `From' in list
16884 so that it can be sorted.
16885 (message-fix-before-sending): Widen and sort headers before
16886 sending.
16887 (message-hide-headers): Use narrowing to hide headers by moving
16888 them to the top of the buffer and narrowing to the region
16889 underneath.
16890
16891 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16892
16893 * message.el (message-strip-forbidden-properties):
16894 Bind buffer-read-only (etc) to nil.
16895
16896 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16897
16898 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16899 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16900
16901 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16902
16903 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16904
16905 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16906
16907 * dns.el (query-dns): Use sit-for to time instead of
16908 accept-process-output, since that doesn't seem to work on udp
16909 sockets.
16910
16911 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16912
16913 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16914
16915 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16916
16917 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16918 doc string. Improve doc string.
16919
16920 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16921
16922 * nntp.el (nntp-request-update-info): Return nil if
16923 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16924 may not call gnus-activate-group which uselessly issues the GROUP
16925 commands for all nntp groups and wastes time. Reported by Romain
16926 Francoise <romain@orebokech.com>.
16927
16928 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16929
16930 2004-11-15 Simon Josefsson <jas@extundo.com>
16931
16932 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16933 headers separately.
16934 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16935 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16936
16937 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16938
16939 * gnus-start.el (gnus-convert-old-newsrc):
16940 Assign legacy-gnus-agent to 5.10.7.
16941
16942 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16943
16944 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16945 start of the lines.
16946
16947 2004-11-14 Magnus Henoch <mange@freemail.hu>
16948
16949 * hashcash.el (hashcash-default-payment): Change default to 20.
16950 (hashcash-default-accept-payment): Change default to 20.
16951 (hashcash-process-alist): New variable.
16952 (hashcash-generate-payment-async): Add.
16953 (hashcash-already-paid-p): Add.
16954 (hashcash-insert-payment): Don't generate payments twice.
16955 (hashcash-insert-payment-async): Add.
16956 (hashcash-insert-payment-async-2): Add.
16957 (hashcash-cancel-async): Add.
16958 (hashcash-wait-async): Add.
16959 (hashcash-processes-running-p): Add.
16960 (hashcash-wait-or-cancel): Add.
16961 (mail-add-payment): New optional argument. Conditionally start
16962 asynchronous calculation.
16963 (mail-add-payment-async): Add.
16964
16965 * message.el (message-send-mail): Wait for asynchronous hashcash
16966 results. Don't clobber existing X-Hashcash headers.
16967 (message-setup-1): Call mail-add-payment-async when
16968 message-generate-hashcash is non-nil.
16969
16970 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16971
16972 * message.el (message-use-alternative-email-as-from): Examine the
16973 From header as well; use message-make-from in order to include a
16974 user's full name.
16975
16976 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16977
16978 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16979 default; improve customization type.
16980 (gnus-emphasis-custom-with-format): New macro.
16981 (gnus-emphasis-custom-value-to-external): New function.
16982 (gnus-emphasis-custom-value-to-internal): New function.
16983
16984 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16985
16986 * dns.el (query-dns): Resolve reverse addresses.
16987
16988 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16989
16990 * gnus-group.el (gnus-group-get-new-news): Use it.
16991
16992 * gnus-start.el (gnus-check-reasonable-setup): New function.
16993
16994 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16995
16996 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16997 "Args out of range" error. Reported by Arnaud Giersch
16998 <arnaud.giersch@free.fr>.
16999
17000 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
17001
17002 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17003
17004 2004-11-04 Richard M. Stallman <rms@gnu.org>
17005
17006 * spam.el (spam group): Add :version.
17007
17008 * pgg-def.el (pgg group): Add :version.
17009
17010 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
17011
17012 * gnus-art.el (gnus-article-edit-article): Don't associate the
17013 article buffer with a draft file. This is a temporary measure
17014 against the 2004-08-22 change to gnus-article-edit-mode.
17015
17016 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
17017
17018 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17019 (html2text-format-tags): Remove unused variable `attr'.
17020
17021 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17022
17023 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17024
17025 * spam-stat.el (spam-stat): Add :version.
17026
17027 * sieve.el (sieve): Add :version.
17028
17029 * sha1.el (sha1): Add :version.
17030 (sha1-use-external): Remove redundant version.
17031
17032 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17033 (nnmail-cache-ignore-groups, nnmail-spool-hook)
17034 (nnmail-split-fancy-match-partial-words)
17035 (nnmail-split-lowercase-expanded): Add :version.
17036
17037 * nndiary.el (nndiary): Add :version.
17038
17039 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17040
17041 * mml-sec.el (mml-default-sign-method)
17042 (mml-default-encrypt-method, mml-signencrypt-style-alist):
17043 Add :version.
17044
17045 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17046
17047 * mm-url.el (mm-url-use-external, mm-url-program)
17048 (mm-url-arguments): Add :version.
17049
17050 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17051 (mm-attachment-file-modes, mm-decrypt-option)
17052 (mm-w3m-safe-url-regexp): Add :version.
17053
17054 * message.el (message-cite-prefix-regexp)
17055 (message-sendmail-envelope-from, message-minibuffer-local-map)
17056 (message-user-fqdn, message-completion-alist): Add :version.
17057
17058 * gnus-win.el (gnus-configure-windows-hook)
17059 (gnus-use-frames-on-any-display): Add :version.
17060
17061 * gnus-art.el (gnus-article-address-banner-alist)
17062 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17063 (gnus-treat-from-picon, gnus-treat-mail-picon)
17064 (gnus-treat-x-pgp-sig): Add :version.
17065
17066 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17067 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17068 (gnus-summary-article-delete-hook)
17069 (gnus-summary-display-while-building): Add :version.
17070
17071 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17072 (gnus-get-top-new-news-hook): Add :version.
17073
17074 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17075 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17076
17077 * gnus-registry.el (gnus-registry): Add :version.
17078
17079 * gnus-spec.el (gnus-use-correct-string-widths)
17080 (gnus-make-format-preserve-properties): Add :version.
17081
17082 * gnus.el (gnus-group-charter-alist)
17083 (gnus-group-fetch-control-use-browse-url)
17084 (gnus-install-group-spam-parameters): Add :version.
17085
17086 * gnus-diary.el (gnus-diary): Add :version.
17087
17088 * gnus-delay.el (gnus-delay): Add :version.
17089
17090 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17091 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17092 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17093 Add :version.
17094
17095 * gnus-agent.el (gnus-agent-max-fetch-size)
17096 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17097 (gnus-agent-prompt-send-queue): Add :version.
17098
17099 * deuglify.el (gnus-outlook-deuglify): Add :version.
17100
17101 * html2text.el: Beautify code. Improve doc strings.
17102 Some checkdoc cleanup.
17103 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17104
17105 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17106
17107 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17108
17109 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17110
17111 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17112 when package is loaded.
17113
17114 * spam.el (spam-summary-score-preferred-header): Add global preference
17115 for people who want to override the default SpamAssassin over
17116 Bogofilter preference (when both are set).
17117 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17118 (spam-user-format-function-S):
17119 Check spam-summary-score-preferred-header.
17120 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17121 (spam-user-format-function-S): Format the score correctly.
17122
17123 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17124
17125 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17126 signature file. Suggested by Manoj Srivastava
17127 <srivasta@golden-gryphon.com>.
17128
17129 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17130 iso-2022-jp even in the Japanese language environment.
17131 Suggested by Jason Rumney <jasonr@gnu.org>.
17132
17133 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17134
17135 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17136 use the same characters as the dummy marks; make it free from
17137 getting affected by the language environment.
17138 (gnus-summary-read-group-1): Update mark positions only when the
17139 format spec is updated.
17140
17141 * gnus-spec.el (gnus-update-format-specifications): Return a list
17142 of updated types.
17143
17144 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17145
17146 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17147 of boundp to check if display-warning is available.
17148
17149 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17150
17151 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17152
17153 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17154
17155 * nnspool.el (nnspool-spool-directory): Use news-path if the
17156 news-directory variable is not bound.
17157
17158 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17159 function instead of display-warning if it is not available.
17160
17161 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17162
17163 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17164 v5-10: Use `point-at-bol'.
17165
17166 2004-10-26 Simon Josefsson <jas@extundo.com>
17167
17168 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17169 <chenggao@gmail.com>.
17170
17171 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17172
17173 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17174 instead.
17175
17176 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17177
17178 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17179 to remove a server from the nnimap-server-buffer-alist.
17180 (nnimap-open-connection, nnimap-close-server): Use it.
17181
17182 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17183
17184 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17185
17186 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17187 running the major-mode function.
17188
17189 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17190
17191 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17192 dummy marks in the right way.
17193
17194 2004-10-18 David Edmondson <dme@dme.org>
17195
17196 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17197 excessively.
17198
17199 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17200
17201 * gnus-util.el (gnus-split-references): Accept a nil references
17202 string and go on blissfully.
17203
17204 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17205 cases where the references string is non-nil but has no references.
17206
17207 * encrypt.el: Add autoload tags.
17208
17209 * spam.el (spam-resolve-registrations-routine): Remove article
17210 from unregistration list too. Reported by David Hanak
17211 <dhanak@isis.vanderbilt.edu>
17212
17213 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17214
17215 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17216 nil. Change custom type.
17217
17218 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17219
17220 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17221
17222 * gnus-sum.el (gnus-summary-move-article): Use it.
17223
17224 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17225
17226 * encrypt.el: Add autoload cookies.
17227
17228 * spam.el (spam-backend-article-list-property)
17229 (spam-backend-get-article-todo-list)
17230 (spam-backend-put-article-todo-list)
17231 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17232 Resolve registrations separately.
17233 (spam-register-routine): Format comments.
17234 (spam-unregister-routine, spam-register-routine): Always call with
17235 specific-articles, no default list.
17236 (spam-summary-prepare-exit): Use the spam-classifications function.
17237
17238 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17239 gnus-encrypt.el.
17240
17241 * encrypt.el: Copied from gnus-encrypt.el.
17242
17243 * gnus-encrypt.el: Commented that it's obsolete.
17244
17245 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17246
17247 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17248 (gnus-score-save): Use it.
17249
17250 * message.el (message-bury): Use `window-dedicated-p'.
17251
17252 2004-10-15 Simon Josefsson <jas@extundo.com>
17253
17254 * pop3.el (top-level): Don't require nnheader.
17255 (pop3-read-timeout): Add.
17256 (pop3-accept-process-output): Add.
17257 (pop3-read-response, pop3-retr): Use it.
17258
17259 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17260
17261 * spam.el (spam-register-routine): Move comment.
17262 (spam-verify-bogofilter): Use 'unknown for the initial
17263 spam-bogofilter-valid state, not 'never.
17264
17265 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17266 for netrc-machine.
17267
17268 * nnimap.el (nnimap-open-connection):
17269 Use netrc-machine-user-or-password.
17270
17271 2004-10-17 Richard M. Stallman <rms@gnu.org>
17272
17273 * gnus-registry.el (gnus-registry-unload-hook):
17274 Set as a variable with add-hook.
17275
17276 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17277 of news-path.
17278
17279 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17280
17281 * spam.el: Delete duplicate `provide'.
17282 (spam-unload-hook): Set as a variable with add-hook.
17283
17284 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17285
17286 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17287 in the doc string.
17288
17289 * message.el (message-ignored-news-headers)
17290 (message-ignored-supersedes-headers)
17291 (message-ignored-resent-headers)
17292 (message-forward-ignored-headers): Improve custom type.
17293
17294 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17295
17296 * message.el (message-tokenize-header): Fix 2004-09-06 change
17297 which used point-min in the wrong place.
17298
17299 2004-10-12 Simon Josefsson <jas@extundo.com>
17300
17301 * tls.el (tls-certtool-program): New variable.
17302 (tls-certificate-information): New function, based on
17303 ssl-certificate-information.
17304
17305 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17306
17307 * compface.el: Move the version of ELisp-based uncompface program
17308 to the contrib directory because of the copyright problem.
17309
17310 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17311
17312 * message.el (message-kill-buffer): Raise the current frame.
17313
17314 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17315
17316 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17317
17318 * gnus.el (message-y-or-n-p): Autoload.
17319
17320 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17321 (pop3-password-required, pop3-authentication-scheme)
17322 (pop3-leave-mail-on-server): Make customizable.
17323 (pop3): New custom group.
17324 (pop3-retr): Remove `sleep-for' statements.
17325 Suggested by Dave Love <fx@gnu.org>.
17326
17327 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17328 Windows/DOS.
17329
17330 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17331 (imap-parse-body): Fix incorrect use of `assert'.
17332 Suggested by Dave Love <fx@gnu.org>.
17333
17334 * mml.el (mml-minibuffer-read-disposition): Require match.
17335 Suggested by Dave Love <fx@gnu.org>.
17336
17337 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17338
17339 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17340 doc string.
17341
17342 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17343
17344 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17345
17346 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17347
17348 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17349 instead of calling `mm-insert-inline', to decode text/* parts
17350 before displaying them.
17351
17352 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17353
17354 * mm-uu.el (mm-uu-text-plain-type): New variable.
17355 (mm-uu-pgp-signed-extract-1): Use it.
17356 (mm-uu-pgp-encrypted-extract-1): Use it.
17357 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17358 bind mm-uu-text-plain-type with that value.
17359 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17360 mm-uu-dissect.
17361
17362 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17363
17364 * gnus-group.el (gnus-update-group-mark-positions):
17365 * gnus-sum.el (gnus-update-summary-mark-positions):
17366 * message.el (message-check-news-body-syntax):
17367 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17368 of string-as-multibyte.
17369
17370 2004-10-05 Juri Linkov <juri@jurta.org>
17371
17372 * gnus-group.el (gnus-update-group-mark-positions):
17373 * gnus-sum.el (gnus-update-summary-mark-positions):
17374 * message.el (message-check-news-body-syntax):
17375 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17376 8-bit unibyte values to a multibyte string for search functions.
17377
17378 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17379
17380 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17381 (mm-uu-dissect-text-parts): New function.
17382
17383 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17384 dissect text parts.
17385
17386 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17387 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17388
17389 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17390
17391 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17392 Use gnus-current-topics instead of gnus-current-topic.
17393
17394 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17395
17396 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17397
17398 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17399
17400 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17401 where approriate.
17402
17403 * nnml.el (nnml-generate-active-info): do.
17404
17405 * nndiary.el (nndiary-generate-active-info): do.
17406
17407 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17408 (gnus-topic-move): do.
17409
17410 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17411 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17412
17413 * gnus-srvr.el (gnus-server-prepare)
17414 (gnus-server-open-all-servers): do.
17415
17416 * gnus-msg.el (gnus-summary-cancel-article)
17417 (gnus-summary-resend-message)
17418 (gnus-summary-mail-crosspost-complaint): do.
17419
17420 * gnus-move.el (gnus-change-server): do.
17421
17422 * gnus-group.el (gnus-group-unmark-all-groups)
17423 (gnus-group-set-current-level): do.
17424
17425 2004-10-04 Simon Josefsson <jas@extundo.com>
17426
17427 * message.el (message-generate-hashcash): Doc fix.
17428
17429 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17430
17431 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17432 avoid infinite recursion via gnus-get-function.
17433
17434 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17435
17436 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17437
17438 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17439
17440 * nnmail.el (nnmail-split-history): do.
17441
17442 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17443 (nnml-request-delete-group): do.
17444
17445 * nnslashdot.el (nnslashdot-read-groups): do.
17446
17447 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17448 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17449
17450 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17451 (nnspool-sift-nov-with-sed): Use last.
17452 (nnspool-retrieve-headers-with-nov): Use mapc.
17453 (nnspool-request-newgroups): Use dolist.
17454 (nnspool-request-group): Use last.
17455
17456 * nntp.el (nntp-read-server-type): Use dolist.
17457
17458 * nnvirtual.el (nnvirtual-create-mapping)
17459 (nnvirtual-update-read-and-marked): Use dolist.
17460 (nnvirtual-convert-headers): Simplify.
17461
17462 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17463
17464 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17465 Add support for sync'ing tick marks.
17466
17467 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17468
17469 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17470 there's no visible header.
17471
17472 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17473
17474 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17475 When necessary, pass full group name to gnus-request-set-marks.
17476
17477 2004-10-01 Simon Josefsson <jas@extundo.com>
17478
17479 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17480 acroread.
17481
17482 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17483
17484 * spam-report.el (spam-report-gmane): Fix interactive.
17485
17486 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17487
17488 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17489 when writing file.
17490 (gnus-agent-synchronize-flags): Don't default to being
17491 interactive.
17492
17493 2004-09-30 Simon Josefsson <jas@extundo.com>
17494
17495 * message.el (message-generate-hashcash): Add.
17496 (message-send-mail): Use it, call mail-add-payment.
17497
17498 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17499
17500 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17501
17502 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17503
17504 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17505 gnus-requst-update-info with explicit code to sync the in-memory
17506 info read flags with the marks being sync'd to the backend.
17507
17508 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17509
17510 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17511
17512 * spam.el (spam-verify-bogofilter): Add new function.
17513 (spam-check-bogofilter)
17514 (spam-bogofilter-register-with-bogofilter): Use it.
17515 (spam-verify-bogofilter): Add small fixes.
17516
17517 2004-09-28 Simon Josefsson <jas@extundo.com>
17518
17519 * hashcash.el (hashcash-generate-payment): Revert.
17520
17521 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17522
17523 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17524 Use gnus-extract-references instead of gnus-split-references.
17525
17526 * gnus-util.el (gnus-extract-references): Add new function, analogous
17527 to gnus-split-references but extracts only the message-ID without
17528 anything extra.
17529
17530 * hashcash.el (hashcash-generate-payment)
17531 (hashcash-check-payment): Do the right thing if hashcash-path is
17532 nil (because the hashcash program could not be found).
17533
17534 * spam.el (spam-use-hashcash): Remove comment.
17535
17536 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17537
17538 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17539 (gnus-cache-enter-article, gnus-cache-remove-article)
17540 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17541
17542 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17543
17544 * gnus-art.el (article-hide-boring-headers)
17545 (article-translate-strings, article-display-face)
17546 (gnus-article-mime-match-handle-first)
17547 (gnus-article-highlight-headers)
17548 (gnus-article-add-buttons-to-head): do.
17549
17550 2004-09-27 Simon Josefsson <jas@extundo.com>
17551
17552 * hashcash.el: New version, from
17553 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17554 ../contrib/.
17555
17556 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17557
17558 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17559
17560 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17561
17562 * gnus-dup.el (gnus-dup-open): Use mapc.
17563 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17564
17565 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17566 Reported by Stefan Wiens <s.wi@gmx.net>.
17567
17568 * gnus.el (gnus-shutdown): Use dolist.
17569
17570 * gnus-undo.el (gnus-undo): Use mapc.
17571
17572 * nnrss.el (nnrss-generate-active): do.
17573
17574 * message.el (message-cite-original-without-signature)
17575 (message-cite-original): Use mapc.
17576 (message-do-actions, message-make-forward-subject): Use dolist.
17577
17578 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17579
17580 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17581 deletion to remove entire duplicate line. Fixes merged article
17582 number bug.
17583
17584 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17585
17586 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17587 servers that are offline. Avoids having gnus-agent-toggle-plugged
17588 first ask if you want to open a server and then, even when you
17589 responded with no, asking if you want to synchronize the server's
17590 flags.
17591 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17592 multi-line expressions.
17593 (gnus-agent-synchronize-group-flags): New internal function.
17594 Updates marks in memory (in the info structure) AND in the
17595 backend.
17596
17597 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17598
17599 * nnagent.el (nnagent-request-set-mark):
17600 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17601 method, to ensure that synchronization updates marks in the
17602 backend and in the info (in memory) structure.
17603
17604 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17605
17606 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17607 convention fully; don't miss the root article of a thread; make
17608 the X-Draft-From header with correct article numbers.
17609
17610 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17611
17612 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17613 unless plugged. Disable the agent so that an open failure causes
17614 an error.
17615
17616 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17617 Revert 2004-09-21 change. The backend must be opened while
17618 synchronizing flags even when the backend stores the flags
17619 locally.
17620
17621 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17622
17623 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17624 in `header' match. Reported by Svend Tollak Munkejord.
17625
17626 * message.el (message-cite-original): Fix use of
17627 `message-cite-articles-with-x-no-archive'.
17628
17629 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17630
17631 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17632 (gnus-window-to-buffer): Ditto.
17633
17634 * mml.el (mml-preview-buffer): New variable.
17635 (mml-preview): Manage window layout with gnus-buffer-configuration.
17636
17637 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17638 X-Draft-From header even if those articles aren't quoted.
17639
17640 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17641
17642 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17643 (gnus-request-set-mark, gnus-request-update-mark): Use new
17644 g-s-t-u-l-m to decide to use backend even when unplugged.
17645
17646 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17647
17648 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17649 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17650
17651 2004-09-20 Simon Josefsson <jas@extundo.com>
17652
17653 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17654 "utf-16-le".
17655
17656 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17657
17658 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17659
17660 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17661
17662 * uudecode.el (uudecode-use-external): Add :version.
17663
17664 * smime.el (smime-CA-file, smime-encrypt-cipher)
17665 (smime-dns-server): Add :version.
17666
17667 * smiley.el (gnus-smiley-file-types): Add :version.
17668
17669 * sha1.el (sha1-use-external): Add :version.
17670
17671 * pgg-def.el (pgg-query-keyserver): Add :version.
17672
17673 * nnmail.el (nnmail-fancy-expiry-targets)
17674 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17675 Add :version.
17676
17677 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17678 (nnimap-retrieve-groups-asynchronous): Add :version.
17679 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17680
17681 * mml.el (mml-content-disposition-parameters)
17682 (mml-insert-mime-headers-always): Add :version.
17683
17684 * mm-util.el (mm-coding-system-priorities): Add :version.
17685
17686 * mm-decode.el (mm-inline-text-html-with-images)
17687 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17688 (mm-verify-option): Add :version.
17689 (mm-text-html-renderer): Change :version.
17690
17691 * message.el (message-fcc-externalize-attachments)
17692 (message-required-headers, message-draft-headers)
17693 (message-subject-trailing-was-query)
17694 (message-subject-trailing-was-ask-regexp)
17695 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17696 (message-mark-insert-end, message-archive-header)
17697 (message-archive-note, message-cross-post-default)
17698 (message-cross-post-note, message-followup-to-note)
17699 (message-cross-post-note-function, message-use-mail-followup-to)
17700 (message-subscribed-address-functions)
17701 (message-subscribed-address-file, message-subscribed-addresses)
17702 (message-subscribed-regexps, message-allow-no-recipients)
17703 (message-yank-cited-prefix, message-signature-insert-empty-line)
17704 (message-hidden-headers, message-hierarchical-addresses)
17705 (message-mail-user-agent, message-use-idna)
17706 (message-valid-fqdn-regexp)
17707 (message-strip-special-text-properties, message-header-synonyms)
17708 (message-beginning-of-line, message-tab-body-function): Add :version.
17709 (message-insert-canlock, message-wide-reply-confirm-recipients):
17710 Change :version.
17711
17712 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17713 and :version.
17714 (mail-source-delete-old-incoming-confirm)
17715 (mail-source-movemail-program): Add :version.
17716
17717 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17718 (gnus-agent-cache, gnus-agent): Change :version.
17719
17720 * gnus-util.el (gnus-use-byte-compile): Change :version.
17721
17722 * gnus-sum.el (gnus-summary-make-false-root-always)
17723 (gnus-summary-default-high-score)
17724 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17725 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17726 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17727 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17728 (gnus-sum-thread-tree-single-indent)
17729 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17730 (gnus-sum-thread-tree-leaf-with-other)
17731 (gnus-sum-thread-tree-single-leaf): Add :version.
17732 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17733 (gnus-article-loose-mime): Change :version.
17734
17735 * gnus-start.el (gnus-backup-startup-file)
17736 (gnus-save-startup-file-via-temp-buffer): Add :version.
17737
17738 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17739 (gnus-server-offline-face): Add :version.
17740
17741 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17742
17743 * gnus-msg.el (gnus-gcc-externalize-attachments)
17744 (gnus-debug-files, gnus-debug-exclude-variables)
17745 (gnus-discouraged-post-methods): Change :version.
17746 (gnus-confirm-mail-reply-to-news)
17747 (gnus-confirm-treat-mail-like-news): Add :version.
17748
17749 * gnus-int.el (gnus-server-unopen-status): Add :version.
17750
17751 * gnus-group.el (gnus-group-jump-to-group-prompt)
17752 (gnus-large-ephemeral-newsgroup)
17753 (gnus-fetch-old-ephemeral-headers): Add :version.
17754
17755 * gnus-fun.el (gnus-x-face-directory)
17756 (gnus-convert-pbm-to-x-face-command)
17757 (gnus-convert-image-to-x-face-command)
17758 (gnus-convert-image-to-face-command): Add :version.
17759
17760 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17761
17762 * gnus-cite.el (gnus-cite-blank-line-after-header)
17763 (gnus-article-boring-faces): Add :version.
17764
17765 * gnus-art.el (gnus-buttonized-mime-types)
17766 (gnus-inhibit-mime-unbuttonizing)
17767 (gnus-treat-display-face)
17768 (gnus-treat-body-boundary): Change :version.
17769 (gnus-body-boundary-delimiter, gnus-picon-databases)
17770 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17771 (gnus-treat-date-english, gnus-treat-fold-headers)
17772 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17773 (gnus-treat-mail-picon, gnus-treat-wash-html)
17774 (gnus-article-encrypt-protocol)
17775 (gnus-use-idna, gnus-article-over-scroll)
17776 (gnus-mime-display-multipart-alternative-as-mixed)
17777 (gnus-mime-display-multipart-related-as-mixed)
17778 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17779 (gnus-ctan-url, gnus-button-ctan-handler)
17780 (gnus-button-handle-ctan-bogus-regexp)
17781 (gnus-button-ctan-directory-regexp)
17782 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17783 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17784 (gnus-button-man-level, gnus-button-emacs-level)
17785 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17786
17787 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17788 (gnus-agent-go-online): Change :version.
17789 (gnus-agent-expire-unagentized-dirs)
17790 (gnus-agent-auto-agentize-methods): Add :version.
17791
17792 * flow-fill.el (fill-flowed-display-column)
17793 (fill-flowed-encode-column): Add :version.
17794
17795 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17796 (gnus-outlook-deuglify-unwrap-max)
17797 (gnus-outlook-deuglify-cite-marks)
17798 (gnus-outlook-deuglify-unwrap-stop-chars)
17799 (gnus-outlook-deuglify-no-wrap-chars)
17800 (gnus-outlook-deuglify-attrib-cut-regexp)
17801 (gnus-outlook-deuglify-attrib-verb-regexp)
17802 (gnus-outlook-deuglify-attrib-end-regexp)
17803 (gnus-outlook-display-hook): Add :version.
17804
17805 * binhex.el (binhex-use-external): Add :version.
17806
17807 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17808
17809 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17810 and `invisible'.
17811
17812 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17813
17814 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17815 in gnus-registry-trim.
17816
17817 2004-09-13 Simon Josefsson <jas@extundo.com>
17818
17819 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17820
17821 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17822
17823 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17824 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17825 <yamaoka@jpl.org>.
17826 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17827 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17828 <yamaoka@jpl.org>.
17829
17830 * sieve.el (sieve-manage-mode): Ditto.
17831
17832 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17833
17834 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17835
17836 2004-09-11 Simon Josefsson <jas@extundo.com>
17837
17838 * dns-mode.el: Add.
17839
17840 * mm-view.el (mm-display-dns-inline): Add.
17841
17842 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17843 (mm-automatic-display): Ditto.
17844
17845 * mailcap.el (mailcap-mime-data): Add text/dns.
17846 (mailcap-mime-extensions): Map .soa to text/dns.
17847
17848 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17849
17850 * gnus-art.el (article-decode-mime-words, article-babel)
17851 (gnus-article-highlight-signature, gnus-article-add-buttons)
17852 (gnus-signature-toggle): Remove unnecessary bindings of
17853 `inhibit-read-only' inherited from v5.10 merge.
17854
17855 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17856
17857 * nntp.el (nntp): New customization group.
17858 (nntp-authinfo-file): Add customization group.
17859
17860 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17861
17862 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17863
17864 * gnus.el (to-address, to-list, subscribed)
17865 (large-newsgroup-initial): Ditto.
17866
17867 * flow-fill.el (fill-flowed-display-column)
17868 (fill-flowed-encode-column): Ditto.
17869
17870 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17871
17872 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17873 Use point-min rather than 1.
17874 (message-send-mail): Use buffer-size rather than point-max.
17875
17876 * gnus-sum.el (gnus-summary-search-article-forward):
17877 Signal a specific `search-failed' rather than a generic `error'.
17878
17879 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17880 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17881 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17882
17883 2004-09-10 Simon Josefsson <jas@extundo.com>
17884
17885 * nndb.el (require): Remove tcp and duplicate cl.
17886
17887 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17888
17889 * gnus-agent.el (directory-files-and-attributes): Move forward.
17890
17891 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17892
17893 * gnus-agent.el (directory-files-and-attributes):
17894 Optionally defined to support XEmacs.
17895
17896 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17897
17898 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17899 to avoid run-time CL dependencies.
17900 (gnus-agent-unfetch-articles): New function.
17901 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17902 article numbers even when local .overview file is missing.
17903 (gnus-agent-read-article-number): New function. Only accepts
17904 27-bit article numbers.
17905 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17906 Use gnus-agent-read-article-number.
17907 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17908 from backend while recognizing that article numbers in .overview
17909 must be valid.
17910 (gnus-agent-update-files-total-fetched-for):
17911 Use directory-files-and-attributes to improve performance.
17912 * gnus-int.el (gnus-request-move-article):
17913 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17914 improve performance.
17915
17916 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17917 some users confused by references to .newsrc when they only have a
17918 .newsrc.eld file.
17919 (gnus-convert-mark-converter-prompt)
17920 (gnus-convert-converter-needs-prompt): Fix use of property list.
17921 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17922 New function. Used internally to only display 'gnus converting
17923 files' message when actually necessary.
17924
17925 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17926 methods now autoloaded.
17927
17928 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17929
17930 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17931 identifiers.
17932
17933 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17934
17935 * gnus-picon.el: Fix indentation and closing parenthesis.
17936
17937 2004-09-01 Simon Josefsson <jas@extundo.com>
17938
17939 * message.el (message-canlock-generate): Require sha1, not
17940 sha1-el. (Can we get rid of this require altogether? It is ugly
17941 to require within a function. Sadly, if sha1.el isn't loaded, the
17942 let binding in m-c-g will hide the defcustom definition, which is
17943 bad.)
17944
17945 * canlock.el: Require sha1, not sha1-el.
17946
17947 * message.el: Don't autoload sha1 (there is a autoload cookie in
17948 sha1.el).
17949
17950 * sha1-el.el: Rename to sha1.el.
17951
17952 2004-08-30 Juanma Barranquero <lektu@terra.es>
17953
17954 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17955
17956 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17957
17958 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17959
17960 2004-08-30 Kim F. Storm <storm@cua.dk>
17961
17962 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17963
17964 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17965 Add :group 'nnimap.
17966
17967 2004-08-30 Andreas Schwab <schwab@suse.de>
17968
17969 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17970 ?* and ?\;.
17971
17972 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17973 and ?\' to symbol instead of whitespace.
17974
17975 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17976
17977 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17978
17979 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17980 instead of re-search-forward.
17981
17982 * gnus-uu.el (gnus-uu-save-article): Ditto.
17983 (gnus-uu-post-encode-uuencode): Ditto.
17984
17985 * html2text.el (html2text-clean-list-items): Ditto.
17986 (html2text-clean-dtdd): Ditto.
17987 (html2text-format-tags): Ditto.
17988
17989 * message.el (message-send-mail-with-sendmail): Fix regexp.
17990 (message-fill-field-general): Use search-forward instead of
17991 re-search-forward.
17992 (unbold-region): Ditto.
17993
17994 * nnrss.el (nnrss-request-article): Ditto.
17995
17996 * nnslashdot.el (nnslashdot-request-article): Ditto.
17997
17998 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17999
18000 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18001 "Unrecognized menu descriptor" error in XEmacs.
18002
18003 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
18004
18005 * gnus-sum.el (gnus-read-header): Don't remove a header for the
18006 parent article of a sparse article in the thread hashtb.
18007
18008 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
18009
18010 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18011 (nnmail-expand-newtext): Lowercase expanded entries if
18012 nnmail-split-lowercase-expanded is non-nil.
18013
18014 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
18015
18016 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18017
18018 * gnus-group.el (gnus-group-line-format-alist): Convert the value
18019 of gnus-tmp-news-method into string under XEmacs. It will be
18020 passed to gnus-correct-length which takes only a string argument.
18021
18022 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
18023
18024 * gnus-util.el (gnus-bind-print-variables): New macro.
18025 (gnus-prin1): Use it.
18026 (gnus-prin1-to-string): Use it.
18027 (gnus-pp): New function.
18028 (gnus-pp-to-string): New function.
18029
18030 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18031 Replace pp-to-string with gnus-pp-to-string.
18032 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18033 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18034 * gnus-msg.el (gnus-debug): Ditto.
18035 * gnus-score.el (gnus-score-save): Ditto.
18036 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18037 gnus-pp-to-string.
18038 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18039 with gnus-pp.
18040 * score-mode.el (gnus-score-pretty-print): Ditto.
18041 * webmail.el (webmail-debug): Ditto.
18042
18043 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
18044
18045 * gnus-art.el (article-display-face, article-display-x-face):
18046 Use buffer-read-only.
18047
18048 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18049
18050 * gnus-art.el (article-hide-list-identifiers):
18051 Bind inhibit-read-only as t.
18052
18053 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18054
18055 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18056
18057 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18060 (gnus-narrow-to-page): Don't assume point-min == 1.
18061 (gnus-article-edit-mode): Derive from message-mode.
18062
18063 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18064 point-min == 1.
18065
18066 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18067 Disable incorrect use of `assert'.
18068
18069 * message.el (message-mode): Set comment-start-skip.
18070
18071 2004-08-22 Sam Steingold <sds@gnu.org>
18072
18073 * pop3.el (pop3-leave-mail-on-server): New user variable.
18074 (pop3-movemail): Delete mail only when it is nil.
18075
18076 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18077
18078 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18079
18080 * mml.el (mml-preview): Use `pop-to-buffer'.
18081
18082 * message.el (message-goto-mail-followup-to): Insert after "To".
18083 (message-carefully-insert-headers): Add comment.
18084
18085 * gnus.el: Remove unused variable `gnus-article-check-size'.
18086
18087 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18088
18089 * gnus-art.el (gnus-button-alist):
18090 Improve `gnus-button-handle-library' entry.
18091
18092 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18093
18094 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18095 Use downcase, since XEmacs capitalizes error messages differently.
18096
18097 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18098
18099 * nntp.el: Add (require 'gnus) due to reference to
18100 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18101
18102 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18103
18104 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18105 Bind `mm-fill-flowed'.
18106
18107 * mm-decode.el (mm-dissect-singlepart): Check it.
18108
18109 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18110
18111 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18112 'imap' for netrc parsing.
18113
18114 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18115
18116 * mailcap.el (mailcap-mime-data): Mark as risky.
18117
18118 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18119
18120 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18121 may be included in the encoded word.
18122 (rfc2047-encode): Don't append a space if the encoded word
18123 includes close parenthesis.
18124
18125 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18126
18127 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18128 of text within parentheses.
18129
18130 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18131
18132 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18133 (gnus-encrypt-write-file-contents): Make the password key the file
18134 name PLUS the cipher, not just the cipher. Also remove failed
18135 passwords from the cache.
18136
18137 2004-08-06 Simon Josefsson <jas@extundo.com>
18138
18139 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18140 Doc fix.
18141
18142 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18143
18144 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18145 LWSP.
18146
18147 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18148
18149 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18150 Try to append in-reply-to: data to the references: header.
18151
18152 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18153 (netrc-parse): Use gnus-encrypt.el functions.
18154
18155 * gnus-encrypt.el: Add new file for encryption support; currently
18156 does only a few GPG ciphers and an internal XOR cipher.
18157
18158 * password.el: Add comments on using password-read-and-add.
18159 (password-read-and-add): Add function to read and add the
18160 password to the cache at once.
18161
18162 2004-07-28 Simon Josefsson <jas@extundo.com>
18163
18164 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18165 parameter (but don't use it, for now).
18166
18167 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18168 instead of hard coding to nil.
18169
18170 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18171
18172 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18173 as mm-inline-image-xemacs does.
18174
18175 2004-07-26 Simon Josefsson <jas@extundo.com>
18176
18177 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18178 Revert part of 2004-07-17 change below.
18179
18180 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18181
18182 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18183 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18184
18185 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18186
18187 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18188 quotes that actually start with ">" at the beginning of the
18189 lines.
18190
18191 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18192
18193 * rfc2047.el (rfc2047-encode-region): Fix last change.
18194 (rfc2047-encode-parameter): Remove useless concat.
18195
18196 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18197
18198 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18199 encode special characters; fix some kind of misconfigured headers;
18200 signal a real error if debug-on-quit or debug-on-error is non-nil.
18201 (rfc2047-encode-max-chars): New variable.
18202 (rfc2047-encode-1): Use it.
18203 (rfc2047-encode-parameter): New function.
18204
18205 * mml.el (mml-insert-parameter): Remove an excessive space.
18206
18207 2004-07-17 Simon Josefsson <jas@extundo.com>
18208
18209 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18210 Kai Grossjohann <kai@emptydomain.de>.
18211 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18212 (gnus-group-make-menu-bar): Ditto.
18213
18214 * gnus-util.el (gnus-group-server): Add.
18215
18216 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18217
18218 * message.el (message-clone-locals): Clone sendmail and smtp
18219 variables.
18220
18221 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18222
18223 * rfc2047.el (rfc2047-encode-region): Fix last change.
18224
18225 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18226
18227 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18228 characters as non-special.
18229
18230 2004-07-09 Simon Josefsson <jas@extundo.com>
18231
18232 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18233 Users will lose all flag changes made while unplugged with
18234 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18235 good default. See numerous reports on ding mailing list.
18236
18237 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18238
18239 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18240 add generate-head-function and generate-article-function to the
18241 rfc822-forward entry.
18242 (nndoc-rfc822-forward-generate-article): New function.
18243 (nndoc-rfc822-forward-generate-head): New function.
18244
18245 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18246
18247 2004-07-06 Dan Christensen <jdc@uwo.ca>
18248
18249 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18250 respect display group parameter and gnus-summary-expunge-below.
18251 (gnus-articles-to-read): Remove unused reference to display group
18252 parameter.
18253
18254 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18255
18256 * nnheader.el (nnheader-uniquify-message-id): New experimental
18257 variable.
18258 (nnheader-nov-read-message-id): Use it.
18259
18260 * spam-report.el (spam-report-gmane): Add interactive.
18261
18262 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18263
18264 * mm-encode.el (mm-content-transfer-encoding-defaults):
18265 Use qp-or-base64 for the application/* types.
18266
18267 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18268
18269 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18270
18271 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18272
18273 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18274 trim value.
18275
18276 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18277
18278 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18279 New macro and function.
18280 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18281
18282 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18283
18284 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18285 after-load-alist.
18286
18287 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18288
18289 * gnus-group.el (gnus-group-get-new-news-this-group):
18290 Don't update info that isn't there.
18291
18292 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18293
18294 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18295 entry.
18296
18297 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18298
18299 * mm-view.el (mm-inline-render-with-function): Use multibyte
18300 buffer; decode html source by charset.
18301
18302 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18303
18304 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18305 Mule-UCS is loaded under XEmacs.
18306 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18307
18308 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18309
18310 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18311
18312 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18313
18314 * mm-util.el (mm-coding-system-p): Return a coding-system.
18315 (mm-mime-mule-charset-alist): Use shift_jis instead of
18316 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18317 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18318 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18319 instead of japanese-shift-jis and iso-latin-1 respectively in
18320 order to share the default value with both Emacs and XEmacs-mule.
18321 (mm-mule-charset-to-mime-charset):
18322 Make mm-coding-system-priorities effective.
18323 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18324 while predicating of candidates upon the priorities.
18325
18326 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18327
18328 * gnus-sum.el (gnus-summary-make-menu-bar):
18329 Add gnus-uu-invert-processable.
18330
18331 * gnus.el: Autoload gnus-uu-invert-processable.
18332
18333 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18334
18335 * mm-util.el (mm-with-multibyte-buffer): New macro.
18336
18337 * rfc2047.el (rfc2047-encode-string): Use it.
18338 (rfc2047-encode-region): Move point to the end of the region after
18339 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18340
18341 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18342
18343 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18344 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18345
18346 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18347
18348 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18349 (gnus-cite-parse): Ignore quoted envelope From_.
18350 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18351
18352 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18353
18354 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18355 invalid addresses.
18356
18357 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18358
18359 * spam.el: Change section markers, revise TODO list.
18360 (spam-backends): Make new master list of all installed backends.
18361 (spam-summary-exit-behavior): Add new variable to determine how
18362 messages moves are done at summary exit.
18363 (spam-move-spam-nonspam-groups-only)
18364 (spam-process-ham-in-nonham-groups)
18365 (spam-process-ham-in-spam-groups): Remove variables, the
18366 spam-summary-exit-behavior variable should be used to manage this
18367 behavior.
18368 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18369 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18370 and spam-old-spam-articles.
18371 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18372 Add empty variables, placeholders for the backends they represent.
18373 (spam-set-difference): Move, unchanged.
18374 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18375 unless the user has a processor variable.
18376 (spam-classifications, spam-classification-valid-p)
18377 (spam-backend-properties, spam-backend-property-valid-p)
18378 (spam-backend-function-type-valid-p)
18379 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18380 (spam-report-articles-gmane, spam-report-articles-resend):
18381 Remove functions, they are not needed.
18382 (spam-install-backend-super, spam-backend-list)
18383 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18384 (spam-backend-function, spam-backend-ham-registration-function)
18385 (spam-backend-spam-registration-function)
18386 (spam-backend-ham-unregistration-function)
18387 (spam-backend-spam-unregistration-function)
18388 (spam-backend-statistical-p, spam-backend-mover-p)
18389 (spam-install-backend-alias, spam-install-checkonly-backend)
18390 (spam-install-mover-backend, spam-install-nocheck-backend)
18391 (spam-install-backend, spam-install-statistical-backend)
18392 (spam-install-statistical-checkonly-backend): Add backend installation
18393 support.
18394 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18395 (spam-group-processor-p): Use the new backend code and respect the
18396 summary exit behavior.
18397 (spam-mark-spam-as-expired-and-move-routine): Remove.
18398 (spam-summary-prepare): Change to use the new spam-old-articles
18399 variable.
18400 (spam-copy-or-move-routine, spam-copy-spam-routine)
18401 (spam-move-spam-routine, spam-copy-ham-routine)
18402 (spam-move-ham-routine): Add code to copy/move ham or spam.
18403 (spam-fetch-field-fast): Improve doc and code, plus allow the
18404 'number request.
18405 (spam-list-of-checks, spam-list-of-statistical-checks):
18406 Remove variables.
18407 (spam-split, spam-find-spam): Use the new backend code.
18408 (spam-registration-functions): Remove variable.
18409 (spam-unregister-routine): Add convenience wrapper.
18410 (spam-log-undo-registration, spam-register-routine)
18411 (spam-log-processing-to-registry)
18412 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18413 where possible.
18414 (spam-check-gmane-xref, spam-check-regex-headers)
18415 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18416 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18417 (spam-check-bogofilter-headers, spam-check-spamoracle)
18418 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18419 (spam-check-crm114-headers): Use the spam-split-group that
18420 spam-split prepares, no need to determine it every time.
18421
18422 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18423 to the nnheader-parse-naked-head call.
18424
18425 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18426
18427 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18428 the nnheader-nov-read-message-id call.
18429
18430 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18431
18432 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18433 gnus-activate-group twice. Suggested by Markus Peter
18434 <warp@spin.de>.
18435
18436 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18437
18438 * gnus-art.el (gnus-article-time-format): Exchange the order of
18439 day and month in the default value; fix customization type.
18440 (article-date-ut): Use add-text-properties.
18441 (article-make-date-line): Use message-make-date instead of
18442 current-time-string.
18443
18444 * message.el (message-fetch-field): Don't use set-text-properties.
18445 (message-make-date): Simplify.
18446
18447 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18448
18449 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18450 (rfc2047-encode-region): Treat text within parentheses as special;
18451 show the original text when error has occurred.
18452
18453 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18454 already-computed method to gnus-activate-group.
18455
18456 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18457 same select-methods identical Lisp objects.
18458
18459 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18460 object when modifying the info.
18461
18462 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18463
18464 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18465 gnus-opened-servers since it has never been opened with the new
18466 configuration yet.
18467
18468 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18469
18470 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18471 arg to nnheader-generate-fake-message-id.
18472
18473 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18474
18475 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18476 number and build a fake message ID localized to a group and
18477 article number (so it's repeatable from that point on).
18478 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18479 ID format.
18480
18481 * gnus-sum.el (gnus-get-newsgroup-headers):
18482 Call nnheader-generate-fake-message-id with the article number.
18483
18484 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18485
18486 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18487 end-of-buffer.
18488
18489 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18490
18491 * message.el (message-ignored-supersedes-headers): Add Approved.
18492
18493 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18494
18495 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18496 goto-char.
18497 (rfc2047-encode): Fold the line before encoding.
18498
18499 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18500
18501 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18502 folding -- not all headers can be folded, and this should be done
18503 by the message composition mode. Probably. I think.
18504
18505 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18506
18507 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18508 fast.
18509
18510 * gnus-ems.el (gnus-remove-image): Don't use
18511 message-text-with-property; remove only the image found first.
18512
18513 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18514
18515 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18516
18517 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18518
18519 * message.el (message-text-with-property): Make it fast and accept
18520 optional arguments.
18521 (message-strip-forbidden-properties): Use it.
18522 (message-fix-before-sending): Follow the m-t-w-p change.
18523
18524 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18525
18526 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18527
18528 * gnus-art.el (article-hide-headers): Don't change the buffer
18529 mistakenly when performing mml-preview even if
18530 gnus-single-article-buffer is nil.
18531
18532 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18533
18534 * message.el (message-expand-name-databases): New user option.
18535 (message-expand-name): Use it.
18536
18537 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18538
18539 * spam.el (spam-report-articles-resend)
18540 (spam-report-resend-register-routine): Allow ham reporting.
18541 (spam-report-resend-register-ham-routine): Add wrapper.
18542 (spam-registration-functions): Add ham resending functions.
18543 (spam-list-of-processors): Add ham resend processor.
18544
18545 * gnus.el (ham-resend-to): Add new group parameter.
18546 (spam-process): Add ham resend option.
18547
18548 * spam-report.el (spam-report-resend): Allow reporting ham.
18549 (spam-report-resend-ham): Add wrapper.
18550
18551 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18552
18553 * message.el (message-cite-articles-with-x-no-archive):
18554 New variable.
18555 (message-cite-original): Use it.
18556
18557 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18558
18559 * message.el (message-cite-original): Respect X-No-Archive.
18560
18561 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18562
18563 * gnus-art.el (article-hide-headers): Refer to the values for
18564 gnus-ignored-headers and gnus-visible-headers in the summary
18565 buffer since a user may have set them as group parameters.
18566
18567 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18568
18569 * assistant.el (assistant-node-name): Add convenience function.
18570 (assistant-render-text, assistant-render-node): Add error handling,
18571 plus handle multiple next nodes.
18572 (assistant-find-next-node): Comment out for now.
18573 (assistant-find-next-nodes): Add function, returns list of next
18574 nodes.
18575
18576 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18577
18578 * mail-source.el (mail-source-directory): Fix doc-string.
18579
18580 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18581
18582 * assistant.el (assistant-render-text, assistant-eval): Add :set
18583 widget type, which is different because it takes and returns a
18584 list. Much hilarity ensues.
18585
18586 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18587
18588 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18589
18590 * gnus-group.el (gnus-group-get-new-news-this-group):
18591 Add doc-string.
18592
18593 * gnus-start.el (gnus-activate-group): Add doc-string.
18594
18595 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18596
18597 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18598
18599 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18600
18601 * assistant.el (assistant-render-text): Try to add a :set
18602 widget, more to come.
18603
18604 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18605 strings.
18606 (spam-report-articles-resend)
18607 (spam-register-routine): Do registration iff any articles warrant
18608 it.
18609 (spam-summary-prepare-exit): Change log message for nil group
18610 destinations.
18611
18612 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18613
18614 * spam.el (spam-report-resend-register-routine):
18615 Allow spam-report-resend-to to be a group parameter or a global value.
18616
18617 2004-05-26 Simon Josefsson <jas@extundo.com>
18618
18619 * starttls.el: Merge with my GNUTLS based starttls.el.
18620 (starttls-gnutls-program, starttls-use-gnutls)
18621 (starttls-extra-arguments, starttls-process-connection-type)
18622 (starttls-connect, starttls-failure, starttls-success):
18623 New variables.
18624 (starttls-program, starttls-extra-args): Doc fix.
18625 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18626 New functions.
18627 (starttls-negotiate, starttls-open-stream):
18628 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18629 function if it is set.
18630
18631 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18632
18633 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18634 structured fields.
18635
18636 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18637
18638 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18639
18640 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18641
18642 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18643 Add variable.
18644 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18645 assigning the spam-mark to new messages.
18646
18647 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18648
18649 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18650
18651 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18652
18653 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18654 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18655 default.
18656
18657 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18658
18659 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18660 correct data.
18661
18662 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18663
18664 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18665 (spam-group-processor-p): Fix function.
18666 (spam-group-processor-multiple-p)
18667 (spam-group-spam-processor-report-gmane-p)
18668 (spam-group-spam-processor-report-resend-p)
18669 (spam-group-spam-processor-bogofilter-p)
18670 (spam-group-spam-processor-blacklist-p)
18671 (spam-group-spam-processor-ifile-p)
18672 (spam-group-ham-processor-ifile-p)
18673 (spam-group-spam-processor-spamoracle-p)
18674 (spam-group-spam-processor-crm114-p)
18675 (spam-group-ham-processor-bogofilter-p)
18676 (spam-group-spam-processor-stat-p)
18677 (spam-group-ham-processor-stat-p)
18678 (spam-group-ham-processor-whitelist-p)
18679 (spam-group-ham-processor-BBDB-p)
18680 (spam-group-ham-processor-spamoracle-p)
18681 (spam-group-ham-processor-copy-p): Remove functions with some
18682 prejudice against unneeded code.
18683 (spam-report-articles-resend)
18684 (spam-report-resend-register-routine): Allow the group/topic
18685 spam-resend-to value to override spam-report-resend-to.
18686 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18687 properly now.
18688
18689 * gnus.el (spam-resend-to): Add group/topic parameter.
18690 (spam-process): Move the OBSOLETE processors to the end of the
18691 choices.
18692
18693 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18694
18695 * spam-report.el (spam-report-resend-to, spam-report-resend):
18696 Start with resend-to set to nil, and then ask the user if necessary.
18697 (spam-report-resend): spam-report-resend takes a list of articles, not
18698 separate article numbers.
18699
18700 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18701
18702 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18703 addition to emacs-w3m.
18704
18705 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18706
18707 * assistant.el (assistant-authinfo-data): New function.
18708 (assistant-eval): Eval for entire assistant.
18709
18710 * netrc.el (netrc-services-file): New variable.
18711 (netrc-parse-services): New function.
18712 (netrc-find-service-name): New function.
18713 (netrc-find-service-number): New function.
18714 (netrc-port-equal): New function.
18715 (netrc-machine): Use it.
18716
18717 * nnimap.el (nnimap-open-connection): Use netrc.
18718
18719 * gnus-util.el (gnus-netrc-get): Remove aliases.
18720
18721 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18722
18723 * assistant.el (wid-edit): Fix compilation.
18724
18725 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18726
18727 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18728
18729 * gnus-util.el (gnus-set-file-modes): New function. (small
18730 patch).
18731
18732 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18733
18734 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18735
18736 * assistant.el (assistant-render-node): Fix up rendering and
18737 read-only text.
18738 (assistant-render-node): Reset.
18739 (assistant-make-read-only): Not sticky.
18740
18741 2004-05-20 Danny Siu <dsiu@adobe.com>
18742
18743 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18744 centered even when gnus-auto-center-summary is t
18745
18746 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18747
18748 * dns.el (dns-get-txt-answer): New function.
18749 (dns-read-txt): Ditto.
18750 (query-dns): Use it.
18751
18752 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18753
18754 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18755 active for foreign groups even if the group level is higher than
18756 the specified value.
18757
18758 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18759
18760 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18761 non-active groups.
18762
18763 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18764
18765 2004-05-20 Magnus Henoch <mange@freemail.hu>
18766
18767 * dns.el (dns-read-type): Add support for SVR. (small patch)
18768
18769 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18770
18771 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18772 (spam-crm114-header, spam-crm114-spam-switch)
18773 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18774 (spam-crm114-positive-spam-header)
18775 (spam-crm114-database-directory, spam-list-of-processors)
18776 (spam-group-spam-processor-crm114-p)
18777 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18778 (spam-generic-score, spam-list-of-checks)
18779 (spam-list-of-statistical-checks, spam-registration-functions)
18780 (spam-check-crm114-headers, spam-crm114-score)
18781 (spam-check-crm114, spam-crm114-register-with-crm114)
18782 (spam-crm114-register-spam-routine)
18783 (spam-crm114-unregister-spam-routine)
18784 (spam-crm114-register-ham-routine)
18785 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18786 From asjo@koldfront.dk (Adam Sjøgren).
18787
18788 * gnus.el: Add spam-use-crm114.
18789
18790 * spam.el (spam-list-of-processors, spam-registration-functions):
18791 Add spam-use-resend.
18792 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18793 (spam-report-articles-gmane): Add doc fix.
18794 (spam-report-articles-resend, spam-report-resend-register-routine):
18795 Add wrappers around spam-report-resend-to.
18796
18797 * spam-report.el (spam-report-resend-to, spam-report-resend):
18798 Add support for resending spam.
18799 (spam-report-gmane): Fix line length >80.
18800
18801 * gnus.el (spam-process): Add spam-use-resend.
18802
18803 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18804
18805 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18806 number of processed spam messages.
18807 (spam-ham-copy-or-move-routine): Return the number of processed
18808 ham messages.
18809 (spam-summary-prepare-exit): Use the above values to decide
18810 whether status messages shouled be displayed.
18811
18812 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18813
18814 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18815 `rfc2047-encoding-function-alist' in order to avoid conflicting
18816 with the old version.
18817 (rfc2047-encode-region): Concatenate words containing non-ASCII
18818 characters in structured fields; don't encode space-delimited
18819 ASCII words even in unstructured fields; don't break words at
18820 char-category boundaries.
18821 (rfc2047-encode-1): New function.
18822 (rfc2047-encode): Use it; encode text so that it occupies the
18823 maximum width within 76-column; work correctly on Q encoding for
18824 iso-2022-* charsets.
18825 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18826 sure not to break a line just after the header name.
18827 (rfc2047-b-encode-region): Remove.
18828 (rfc2047-b-encode-string): New function.
18829 (rfc2047-q-encode-region): Remove.
18830 (rfc2047-q-encode-string): New function.
18831
18832 * mm-util.el (mm-replace-in-string): New function.
18833
18834 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18835
18836 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18837 Really get it right.
18838 (gnus-inews-make-draft): Really.
18839
18840 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18841
18842 * nnmh.el (nnmh-request-list-1): Don't check the link count
18843 before descending. (small patch)
18844
18845 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18846
18847 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18848 stuff.
18849
18850 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18851 Match on real group name.
18852
18853 * gnus-art.el (gnus-signature-limit): Doc fix.
18854
18855 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18856
18857 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18858
18859 * gnus-draft.el (gnus-draft-send):
18860 Bind rfc2047-encode-encoded-words.
18861
18862 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18863 (rfc2047-encodable-p): Say that =? needs encoding.
18864 (rfc2047-encode-encoded-words): New variable.
18865
18866 * gnus-group.el (gnus-group-select-group): Doc fix.
18867
18868 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18869
18870 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18871 to nil.
18872
18873 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18874
18875 * nnheader.el (nnheader-get-lines-and-char): New function.
18876
18877 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18878
18879 * gnus-msg.el (gnus-summary-followup-with-original):
18880 Document yanking of region when active.
18881
18882 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18883
18884 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18885 groups if the group level is higher than the specified value.
18886
18887 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18888
18889 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18890 (gnus-group-jump-to-group): Add prefix argument using
18891 `gnus-group-jump-to-group-prompt'. Query before jumping to
18892 non-active group.
18893
18894 * compface.el (uncompface): Be verbose when changing
18895 `uncompface-use-external'.
18896
18897 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18898 handle manual section.
18899
18900 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18901
18902 * gnus-art.el (gnus-button-alist): Revert previous change.
18903
18904 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18905
18906 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18907
18908 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18909
18910 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18911 whether backend can accept message.
18912
18913 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18914
18915 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18916
18917 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18918 Avoid creating directory when nntp-marks-is-evil is true.
18919 Reported by Reiner Steib.
18920
18921 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18922
18923 * gnus-picon.el (gnus-picon-style): New variable.
18924 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18925 (gnus-picon-transform-address): Support `gnus-picon-style'.
18926 From Jesper Harder <harder@ifa.au.dk>.
18927
18928 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18929
18930 * message.el (message-fill-field): Return point.
18931 (message-generate-headers): Go to end of field.
18932
18933 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18934 stuff for non-living groups.
18935
18936 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18937
18938 * gnus-art.el (gnus-article-followup-with-original)
18939 (gnus-article-reply-with-original): gnus-mark-active-p ->
18940 gnus-region-active-p.
18941
18942 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18943
18944 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18945 only when there is spam or ham to be processed.
18946
18947 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18948
18949 * mail-source.el (mail-source-delete-crash-box): Refactor.
18950 (mail-source-fetch): Use it.
18951 (mail-source-fetch-file): Ditto.
18952 (mail-source-fetch-directory): Run postscript in loop.
18953 (mail-source-fetch-pop): Delete.
18954 (mail-source-fetch-maildir): Ditto.
18955 (mail-source-fetch-imap): Ditto.
18956
18957 * imap.el (imap-authenticators): Comment out sasl.
18958
18959 * message.el (message-skip-to-next-address): New function.
18960 (message-fill-header-address): Refactor.
18961 (message-fill-address): Use it.
18962 (message-delete-address): Use it.
18963 (message-fill-header-general): Refactor.
18964 (message-fill-field-address): Rename.
18965 (message-narrow-to-field): Find the start of the header.
18966 (message-header-format-alist): Don't pre-fill.
18967 (message-fill-header): Remove.
18968 (message-insert-header): New function.
18969 (message-shorten-references): Use it.
18970
18971 * rfc2047.el (rfc2047-field-value): Strip props.
18972
18973 * mail-parse.el (mail-header-make-address): New alias.
18974
18975 * ietf-drums.el (ietf-drums-make-address): New function.
18976
18977 * imap.el: Add compiler directives.
18978
18979 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18980
18981 * gnus-art.el (article-decode-idna-rhs): Don't use
18982 message-idna-inside-rhs-p.
18983
18984 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18985
18986 * message.el (message-idna-inside-rhs-p): Remove.
18987 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18988
18989 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18990 false positives.
18991
18992 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18993
18994 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18995
18996 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18997
18998 * nneething.el (nneething-file-name): Don't create spurious
18999 files.
19000
19001 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19002 (gnus-inews-do-gcc): Remove sleep.
19003
19004 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19005 part under point.
19006
19007 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19008 (gnus-agent-regenerate-group): Using nil messages aren't valid.
19009
19010 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
19011
19012 * spam.el (spam-summary-prepare-exit): Fix (length).
19013
19014 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
19015
19016 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19017 as expired without moving it" message when there are spam
19018 messages left.
19019
19020 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
19021
19022 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19023 header is not nil.
19024
19025 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
19026
19027 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19028 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19029 (nntp-marks-changed-p): New arg SERVER.
19030 (nntp-request-update-info): Adjust caller.
19031
19032 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
19033
19034 * nntp.el (nntp-save-marks): Pass missing arg.
19035
19036 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
19037
19038 * nntp.el: Support marks.
19039 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19040 (nntp-marks-modtime, nntp-marks-directory): New variables.
19041 (nntp-request-set-mark, nntp-request-update-info)
19042 (nntp-possibly-create-directory, nntp-marks-changed-p)
19043 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19044 New functions.
19045
19046 2004-05-12 Jesper Harder <harder@ifa.au.dk>
19047
19048 * gnus-score.el (gnus-score-insert-help):
19049 Use gnus-select-lowest-window.
19050
19051 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19052 appt-select-lowest-window and rename to gnus-select-lowest-window.
19053
19054 * gnus.el: do.
19055
19056 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19057
19058 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19059 encodings of MIME-encoded words, in order to improve
19060 interoperability with several broken MUAs.
19061
19062 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19063
19064 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19065 tags, only when charsets are not specified in headers.
19066 (mm-inline-text-html-render-with-w3m): Ditto.
19067
19068 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19069
19070 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19071 instead of MIME-decoded from fields when checking
19072 `gnus-article-address-banner-alist'.
19073
19074 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19075
19076 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19077 description rather than subject.
19078
19079 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19080
19081 * gnus.el (gnus-version-number): Bump.
19082
19083 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19084
19085 * gnus.el: No Gnus v0.2 is released.
19086
19087 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19088
19089 * gnus-agent.el (gnus-agent-read-agentview):
19090 Inline gnus-uncompress-range.
19091
19092 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19093
19094 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19095 `exec-installed-p'.
19096
19097 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19098
19099 * gnus.el (spam-process, spam-autodetect-methods):
19100 Add bsfilter and bsfilter-headers.
19101
19102 * spam.el (spam-bsfilter): New customize group.
19103 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19104 (spam-bsfilter-header, spam-bsfilter-probability-header)
19105 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19106 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19107 (spam-bsfilter-database-directory): New options.
19108 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19109 (spam-list-of-statistical-checks, spam-registration-functions):
19110 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19111 (spam-bsfilter-score): New command.
19112 (spam-check-bsfilter-headers, spam-check-bsfilter)
19113 (spam-bsfilter-register-with-bsfilter)
19114 (spam-bsfilter-register-spam-routine)
19115 (spam-bsfilter-unregister-spam-routine)
19116 (spam-bsfilter-register-ham-routine)
19117 (spam-bsfilter-unregister-ham-routine): New functions.
19118 (spam-generic-score): Support bsfilter; Accept an optional argument
19119 to recalcurate spam score even if scoring header has already been
19120 added.
19121 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19122 optional argument to recalcurate spam score even if scoring header
19123 has already been added.
19124
19125 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19126
19127 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19128 strings! Reported by David D. Smith <davidsmith@acm.org>.
19129 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19130 link is missing.
19131
19132 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19133
19134 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19135 (html2text-get-attr): Rewrite.
19136
19137 * message.el (message-setup-1): Remove redundant put-text-property
19138 on mail-header-separator.
19139
19140 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19141
19142 * gnus-registry.el (gnus-registry-cache-whitespace)
19143 (gnus-registry-action, gnus-registry-spool-action)
19144 (gnus-registry-split-fancy-with-parent): Change message levels
19145 from 5 to 3 or 7, as needed.
19146
19147 * spam.el (spam-summary-prepare-exit)
19148 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19149 (spam-split, spam-find-spam, spam-log-undo-registration)
19150 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19151 level from 5 to 6.
19152
19153 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19154
19155 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19156 2004-03-04 change).
19157
19158 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19159
19160 * sieve-manage.el (sieve-manage-open):
19161 * nnweb.el (nnweb-insert-html):
19162 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19163 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19164 * nnspool.el (nnspool-request-group):
19165 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19166 * nnml.el (nnml-request-update-info):
19167 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19168 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19169 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19170 (nnimap-request-set-mark):
19171 * nnfolder.el (nnfolder-request-update-info):
19172 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19173 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19174 * gnus-uu.el (gnus-uu-find-articles-matching):
19175 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19176 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19177 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19178 * gnus-nocem.el (gnus-nocem-scan-groups):
19179 * gnus-int.el (gnus-start-news-server):
19180 * gnus-group.el (gnus-group-make-kiboze-group)
19181 (gnus-group-browse-foreign-server):
19182 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19183 Use mapc when appropriate.
19184
19185 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19186
19187 FIXME: Make separate entries for each person.
19188
19189 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19190 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19191 <shields@msrl.com>:
19192
19193 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19194 may need for spam sorting and scoring.
19195 (spam-user-format-function-S): Add user format function suitable for
19196 general use.
19197 (spam-article-sort-by-spam-status): Add sorting function for summary
19198 sorting.
19199 (spam-extra-header-to-number): Add function to get a score from a
19200 header.
19201 (spam-summary-score): Add function to get a numeric score from the
19202 headers.
19203 (spam-generic-score): Fix function doc, was in wrong place.
19204 (spam-initialize): Take symbols when it's run, and install the
19205 extra headers that spam-necessary-extra-headers thinks we need.
19206
19207 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19208
19209 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19210 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19211
19212 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19213
19214 * gnus-sum.el (gnus-set-global-variables)
19215 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19216 (gnus-article-get-xrefs, gnus-summary-best-group)
19217 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19218 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19219 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19220 Use with-current-buffer.
19221
19222 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19223
19224 * spam.el (spam-summary-prepare-exit): Simplify logic.
19225 (spam-fetch-article-header): Read the article header if it's not
19226 available.
19227 (spam-list-articles): Simplify logic.
19228 (spam-filelist-register-routine): Fix bug with unregister-list.
19229
19230 * gnus-registry.el: Fix comments at beginning.
19231
19232 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19233
19234 * message.el (message-cater-to-broken-inn): Remove.
19235 (message-shorten-references): Make sure the total folded length of
19236 References is shorter than 998 characters to cater to a bug in INN
19237 2.3. Also, don't pretend that references aren't folded -- this
19238 hasn't worked for a while.
19239
19240 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19241
19242 * gnus-agent.el (gnus-agentize):
19243 gnus-agent-send-mail-real-function no longer set to current value
19244 of message-send-mail-function but rather a lambda that calls
19245 message-send-mail-function. The change makes the agent real-time
19246 responsive to user changes to message-send-mail-function.
19247
19248 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19249
19250 * legacy-gnus-agent.el
19251 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19252 help from Florian Weimer <fw@deneb.enyo.de>
19253
19254 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19255
19256 * nnmail.el (nnmail-cache-insert): Revert last change.
19257
19258 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19259
19260 * nnmail.el (nnmail-cache-insert): Always check whether
19261 nnmail-cache-ignore-groups matches a group name.
19262
19263 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19264
19265 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19266 (spam-find-spam, spam-log-processing-to-registry)
19267 (spam-log-registered-p, spam-log-unregistration-needed-p)
19268 (spam-log-undo-registration): Use gnus-message instead of
19269 gnus-error, none of these errors are fatal.
19270
19271 * gnus-registry.el (gnus-registry-clean-empty-function)
19272 (gnus-registry-clean-empty): Remove only empty entries without
19273 extra data.
19274
19275 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19276
19277 * spam-stat.el (spam-stat-buffer-change-to-spam)
19278 (spam-stat-buffer-change-to-non-spam): Change (error) to
19279 (gnus-message 8) invocation.
19280
19281 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19282
19283 * nntp.el (nntp-via-netcat-command): New variable.
19284 (nntp-via-netcat-switches): New variable.
19285 (nntp-open-via-rlogin-and-netcat): New function.
19286 (nntp-open-connection-function): Doc fix.
19287 (nntp-telnet-command): Doc fix.
19288 (nntp-end-of-line): Doc fix.
19289 (nntp-via-rlogin-command): Doc fix.
19290 (nntp-via-user-name): Doc fix.
19291 (nntp-via-address): Doc fix.
19292
19293 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19294
19295 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19296 error in Emacs 21.1.
19297
19298 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19299
19300 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19301
19302 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19303
19304 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19305 (gnus-agent-with-refreshed-group): New macro.
19306 (gnus-agent-rename-group): New function.
19307 (gnus-agent-delete-group): New function.
19308 (gnus-agent-save-group-info): Use gnus-command-method when
19309 `method' parameter is nil. Don't write nil entries into the
19310 active file.
19311 (gnus-agent-get-group-info): New function.
19312 (gnus-agent-fetch-articles):
19313 Use gnus-agent-update-files-total-fetched-for to increment disk space
19314 used.
19315 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19316 Use gnus-agent-update-view-total-fetched-for to increment disk space
19317 used.
19318 (gnus-agent-get-local): Add optional parameters to avoid calling
19319 gnus-group-real-name and gnus-find-method-for-group.
19320 (gnus-agent-set-local): Delete stored entry if either min, or max,
19321 are nil.
19322 (gnus-agent-fetch-session): Reworded error/quit messages.
19323 On quit, use gnus-agent-regenerate-group to record existence of any
19324 articles fetched to disk before the quit occurred.
19325 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19326 gnus-agent-update-view-total-fetched-for, and
19327 gnus-agent-update-files-total-fetched-for to decrement disk space
19328 used.
19329 (gnus-agent-retrieve-headers):
19330 Use gnus-agent-update-view-total-fetched-for to increment disk space
19331 used.
19332 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19333 with gnus-agent-update-files-total-fetched-for to decrement disk
19334 space and fresh group buffer.
19335 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19336 (gnus-agent-need-update-total-fetched-for): New variable.
19337 (gnus-agent-update-files-total-fetched-for): New function.
19338 (gnus-agent-update-view-total-fetched-for): New function.
19339 (gnus-agent-total-fetched-for): New function.
19340
19341 * gnus-cache.el (gnus-cache-save-buffers):
19342 Use gnus-cache-update-overview-total-fetched-for to change disk space
19343 used by this group.
19344 (gnus-cache-possibly-enter-article):
19345 Use gnus-cache-update-file-total-fetched-for to increment disk space
19346 used by this group.
19347 (gnus-cache-possibly-remove-article):
19348 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19349 used by this group.
19350 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19351 (gnus-cache-rename-group): New function.
19352 (gnus-cache-delete-group): New function.
19353 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19354 (gnus-cache-need-update-total-fetched-for): New variable.
19355 (gnus-cache-with-refreshed-group): New macro.
19356 (gnus-cache-update-file-total-fetched-for): New function.
19357 (gnus-cache-update-overview-total-fetched-for): New function.
19358 (gnus-cache-rename-group-total-fetched-for): New function.
19359 (gnus-cache-delete-group-total-fetched-for): New function.
19360 (gnus-cache-total-fetched-for): New function.
19361
19362 * gnus-group.el: Require gnus-sum and autoload functions to
19363 resolve warnings when gnus-group.el compiled alone.
19364 (gnus-group-line-format): Documented new %F.
19365 (size of Fetched data) group line format; identifies disk space
19366 used by agent and cache.
19367 (gnus-group-line-format-alist): Defined new F format.
19368 (gnus-total-fetched-for): New function.
19369 (gnus-group-delete-group): No longer update
19370 gnus-cache-active-altered as gnus-request-delete-group now keeps
19371 the cache in sync.
19372 (gnus-group-list-active): Let the agent store a server's active
19373 list if currently plugged.
19374
19375 * gnus-int.el (gnus-request-delete-group):
19376 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19377 local disk in sync with the server.
19378 (gnus-request-rename-group):
19379 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19380 local disk in sync with the server.
19381
19382 * gnus-start.el (gnus-get-unread-articles):
19383 Cosmetic simplification to logic.
19384
19385 * gnus-util.el (gnus-rename-file): New function.
19386
19387 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19388
19389 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19390
19391 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19392
19393 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19394 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19395
19396 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19397
19398 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19399 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19400
19401 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19402
19403 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19404
19405 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19406
19407 * spam.el (spam-set-difference): Add function to replace
19408 gnus-set-difference in spam.el.
19409 (spam-summary-prepare-exit): Use spam-set-difference.
19410
19411 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19412
19413 * gnus-registry.el (gnus-registry-cache-file): Update to use
19414 gnus-dribble-directory OR gnus-home-directory OR ~.
19415 (gnus-registry-split-fancy-with-parent): Fix doc.
19416
19417 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19418
19419 * message.el (message-exchange-point-and-mark):
19420 Use message-mark-active-p. Suggested by Jesper Harder
19421 <harder@ifa.au.dk>.
19422
19423 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19424
19425 * message.el (message-exchange-point-and-mark): Don't activate
19426 region if it was inactive. Suggested by Hiroshi Fujishima
19427 <pooh@nature.tsukuba.ac.jp>.
19428
19429 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19430
19431 * gnus-art.el (article-display-face): Display Faces in the same
19432 order as X-Faces.
19433
19434 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19435
19436 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19437
19438 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19439
19440 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19441 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19442 (gnus-article-mime-hierarchy): Remove.
19443 (gnus-article-mime-hierarchy-next): Remove.
19444 (gnus-article-mode): Revert 2004-03-19 change.
19445 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19446 (gnus-insert-mime-button): Revert 2004-03-19 change.
19447 (gnus-mime-accumulate-hierarchy): Remove.
19448 (gnus-mime-enter-multipart): Remove.
19449 (gnus-mime-leave-multipart): Remove.
19450 (gnus-mime-display-part): Revert 2004-03-19 change.
19451 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19452
19453 * mml.el (mml-preview): Revert 2004-03-19 change.
19454
19455 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19456
19457 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19458
19459 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19460
19461 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19462 t while entering a file name using the mm-with-multibyte macro.
19463 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19464
19465 * mm-util.el (mm-with-multibyte): New macro.
19466
19467 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19468
19469 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19470 New user option.
19471 (gnus-mime-multipart-functions): Doc and customization fix.
19472 (gnus-article-mime-hierarchy): New variable.
19473 (gnus-article-mime-hierarchy-next): New variable.
19474 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19475 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19476 gnus-article-mime-hierarchy-next to nil.
19477 (gnus-insert-mime-button): Show hierarchy numbers.
19478 (gnus-mime-accumulate-hierarchy): New function.
19479 (gnus-mime-enter-multipart): New function.
19480 (gnus-mime-leave-multipart): New function.
19481 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19482 (gnus-mime-display-alternative): Show hierarchy numbers.
19483
19484 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19485 gnus-article-mime-hierarchy-next to nil.
19486
19487 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19488
19489 * dns.el: Don't require gnus-xmas.
19490
19491 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19492
19493 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19494 inline PGP.
19495 (mml-menu): Disable mml-quote-region if mark is inactive.
19496
19497 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19498
19499 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19500 when the group's active is not available.
19501
19502 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19503
19504 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19505 error.
19506
19507 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19508
19509 * imap.el (imap-store-password): New variable.
19510 (imap-interactive-login): Use it.
19511 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19512
19513 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19514
19515 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19516 window-start and hscroll to summary window.
19517
19518 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19519
19520 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19521 conversion message to newsrc-dribble when an actual conversion is
19522 performed.
19523
19524 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19525
19526 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19527
19528 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19529
19530 * mm-decode.el (mm-complicated-handles): New function reviving
19531 former definition of mm-multiple-handles.
19532
19533 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19534 (gnus-mime-delete-part): Use it.
19535
19536 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19537
19538 * gnus-agent.el (gnus-agent-read-local):
19539 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19540 avoid the implicit assumption that they will always be equal.
19541 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19542 coding-system-for-write, as the with-temp-file macro first prints
19543 to a buffer then saves the buffer.
19544
19545 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19546
19547 * gnus-art.el (gnus-article-edit-part): New function.
19548 (gnus-mime-save-part-and-strip): Use it; do query instead of
19549 signaling an error; don't use mm-multiple-handles.
19550 (gnus-mime-delete-part): Ditto.
19551
19552 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19553
19554 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19555 old file versions.
19556 (gnus-group-prepare-hook): Remove function that converted list
19557 form of gnus-agent-expire-days to group properties.
19558
19559 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19560 (gnus-request-accept-article): Re-indented.
19561
19562 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19563 converters to handle old agent file formats. Add logic for a
19564 "backup before upgrading warning".
19565 (gnus-convert-mark-converter-prompt): Developers can mark
19566 functions as needing (default), or not needing,
19567 gnus-convert-old-newsrc's "backup before upgrading warning".
19568 (gnus-convert-converter-needs-prompt): Tests whether the user
19569 should be protected from potentially irreversable changes by the
19570 function.
19571
19572 * legacy-gnus-agent.el: New. Provides converters that are only
19573 loaded when gnus-convert-old-newsrc needs to call them.
19574
19575 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19576
19577 * mail-source.el (mail-source-touch-pop): Doc fix.
19578
19579 * message.el (message-smtpmail-send-it): Doc fix.
19580
19581 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19582
19583 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19584
19585 * nnmail.el (nnmail-split-fancy): do.
19586
19587 * gnus-kill.el (gnus-kill, gnus-execute): do.
19588
19589 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19590
19591 * gnus-sum.el (gnus-widget-reversible-match)
19592 (gnus-widget-reversible-to-internal)
19593 (gnus-widget-reversible-to-external): New functions.
19594 (gnus-widget-reversible): New widget.
19595 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19596
19597 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19598
19599 * gnus-sum.el (gnus-thread-sort-functions)
19600 (gnus-article-sort-functions): Document `(not F)' items.
19601
19602 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19603
19604 * spam.el (spam-use-gmane-xref): Add new backend.
19605 (spam-gmane-xref-spam-group): Add variable to control the name of the
19606 Gmane spam group.
19607 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19608 (spam-regex-headers-spam, spam-regex-headers-ham)
19609 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19610 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19611 backends and checks.
19612 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19613
19614 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19615 an autodetect method.
19616
19617 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19618
19619 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19620 articles are being added to a group.
19621 (gnus-request-replace-article): Inform the agent that articles
19622 need to be uncached as the cached contents are no longer valid.
19623
19624 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19625
19626 * binhex.el: Don't autoload executable-find.
19627
19628 * canlock.el: Don't autoload mail-fetch-field.
19629
19630 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19631
19632 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19633 rmail-dont-reply-to and rmail-output.
19634
19635 * gnus-score.el: Don't autoload ffap-string-at-point.
19636
19637 * gnus-setup.el: Don't autoload sc-cite-original.
19638
19639 * imap.el: Don't autoload base64-decode-string,
19640 base64-encode-string and md5.
19641
19642 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19643 and rmail-msg-restore-non-pruned-header.
19644
19645 * mm-decode.el: Don't autoload executable-find.
19646
19647 * mm-url.el: Don't autoload executable-find.
19648
19649 * mm-view.el: Don't autoload diff-mode.
19650
19651 * nndb.el: Don't autoload news-reply-mode, news-setup,
19652 cancel-timer and telnet.
19653
19654 * password.el: Don't autoload run-at-time for Emacs.
19655
19656 * sha1-el.el: Don't autoload executable-find.
19657
19658 * sieve-mode.el: Don't autoload c-mode.
19659
19660 * uudecode.el: Don't autoload executable-find.
19661
19662 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19663
19664 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19665 (gnus-agent-possibly-alter-active): Avoid null in numeric
19666 comparison.
19667 (gnus-agent-set-local): Refuse to save null in local object table.
19668 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19669 list of articles that will be marked as unread.
19670
19671 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19672
19673 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19674
19675 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19676
19677 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19678 language tags.
19679
19680 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19681
19682 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19683 Don't bind "obarray".
19684
19685 * gnus-sum.el (gnus-thread-sort-functions):
19686 Add `gnus-thread-sort-by-most-recent-number' and
19687 `gnus-thread-sort-by-most-recent-date'.
19688 Reported by Kai Grossjohann <kai@emptydomain.de>.
19689
19690 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19691
19692 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19693
19694 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19695
19696 * gnus-cus.el (gnus-agent-customize-category):
19697 Remove ignore-errors macro reference that required cl to be loaded at
19698 run-time.
19699
19700 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19701 single-interval range of the form (min . max). Previously the
19702 range had to look like ((min . max)). Likewise, return
19703 (min . max) rather than ((min . max)).
19704 (gnus-range-map): Use gnus-range-normalize to accept
19705 single-interval range.
19706
19707 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19708 the cache, but not the agent, now appear with their usual face.
19709
19710 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19711
19712 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19713 w3m-safe-url-regexp variable buffer-local.
19714
19715 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19716
19717 2004-02-27 Simon Josefsson <jas@extundo.com>
19718
19719 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19720 gnus-group-real-prefix.
19721 (gnus-summary-move-article): Use it, instead of
19722 gnus-group-real-prefix.
19723
19724 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19725
19726 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19727 w3m-safe-url-regexp variable buffer-local and set it as the value
19728 of mm-w3m-safe-url-regexp.
19729
19730 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19731
19732 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19733 parsing gnus-posting-styles when the message is not for replying.
19734
19735 * nnrss.el (nnrss-opml-export):
19736 Use mm-set-buffer-file-coding-system instead of
19737 set-buffer-file-coding-system.
19738
19739 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19740
19741 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19742 of checkdoc.el).
19743 * nnrss.el: do.
19744 * gnus-mlspl.el: do.
19745 * gnus-ml.el: do.
19746 * gnus-srvr.el: do.
19747
19748 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19749
19750 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19751
19752 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19753 Corrections to custom-manual links.
19754
19755 * gnus-art.el (gnus-article): Ditto.
19756
19757 * mm-decode.el (mime-display, mime-security): Ditto.
19758
19759 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19760
19761 * flow-fill.el: Typo.
19762
19763 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19764
19765 * spam-wash.el: New file.
19766
19767 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19768
19769 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19770
19771 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19772
19773 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19774 to be run with new-articles as LIST1, not LIST2.
19775 (spam-registration-functions): Add spam-use-ham-copy as a nil
19776 registration backend.
19777
19778 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19779
19780 * spam-stat.el (spam-stat-washing-hook): New option.
19781 (spam-stat-buffer-words): Use it.
19782 (spam-stat-process-directory, spam-stat-test-directory):
19783 Use insert-file-contents-literally.
19784 (spam-stat-coding-system): New variable.
19785 (spam-stat-load, spam-stat-save): Use it.
19786
19787 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19788
19789 * spam-report.el (spam-report-plug-agent):
19790 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19791
19792 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19793
19794 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19795 Allow / in mailto URLs.
19796
19797 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19798
19799 * spam-report.el (spam-report-process-queue): Fix interactive use.
19800 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19801 (spam-report-unplug-agent): Doc fixes.
19802 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19803 (spam-report-agentize, spam-report-deagentize):
19804 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19805
19806 * message.el (message-setup-fill-variables): Add mml tags to
19807 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19808 <ajk@iu.edu>.
19809 (message-mode): Don't modify paragraph-separate there.
19810
19811 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19812
19813 * compface.el (uncompface-use-external): Default to undecided.
19814 (uncompface-use-external-threshold): New variable.
19815 (uncompface-float-time): New macro.
19816 (uncompface): Determine whether to use the external decoder if
19817 uncompface-use-external is undecided.
19818
19819 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19820
19821 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19822 after images.
19823
19824 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19825
19826 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19827
19828 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19829
19830 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19831
19832 * gnus-sum.el (gnus-summary-limit-to-age)
19833 (gnus-summary-limit-children): do.
19834
19835 * gnus-int.el (gnus-request-scan): do.
19836
19837 * gnus-group.el (gnus-group-suspend): do.
19838
19839 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19840
19841 * gnus-cite.el (gnus-cite-parse-attributions): do.
19842
19843 * gnus-agent.el (gnus-summary-set-agent-mark)
19844 (gnus-agent-regenerate-group): do.
19845
19846 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19847
19848 * binhex.el (binhex-decode-region-internal): do.
19849
19850 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19851
19852 * gnus-fun.el (gnus-face-properties-alist): New user option.
19853 (gnus-display-x-face-in-from): Use it.
19854
19855 * gnus-art.el (article-display-face): Ditto.
19856
19857 * compface.el (uncompface-use-external): Default to nil.
19858
19859 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19860
19861 * nntp.el (nntp-erase-buffer): New function.
19862 (nntp-retrieve-data, nntp-send-command)
19863 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19864 (nntp-possibly-change-group): Use it.
19865
19866 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19867 Use with-current-buffer.
19868
19869 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19870
19871 * compface.el: Merge the ELisp-based uncompface program.
19872 (compface): New customization group.
19873 (uncompface-use-external): New user option.
19874 (uncompface): Call uncompface-internal if uncompface-use-external
19875 is nil.
19876 (uncompface-internal): New function. Note that there are also
19877 some other functions and variables added for this function.
19878
19879 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19880
19881 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19882 if necessary.
19883
19884 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19885
19886 * spam-report.el (spam-report-unplug-agent)
19887 (spam-report-plug-agent, spam-report-deagentize)
19888 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19889 Add support for the Agent in spam-report: when unplugged, report to a
19890 file; when plugged, submit all the requests.
19891
19892 * spam.el (spam-register-routine): Fix message about
19893 registration.
19894
19895 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19896
19897 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19898 dependencies.
19899 (rfc2047-encode): Use it.
19900
19901 * gnus-art.el (gnus-button-marker-list): Move before first
19902 reference.
19903
19904 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19905 (imap-parse-body): Fix format string mismatch.
19906
19907 * gnus-score.el (gnus-summary-increase-score): do.
19908
19909 * nnrss.el (nnrss-close): New function.
19910
19911 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19912
19913 * nnrss.el (nnrss-make-filename): New function.
19914 (nnrss-request-delete-group, nnrss-read-server-data)
19915 (nnrss-save-server-data, nnrss-read-group-data)
19916 (nnrss-save-group-data): Use it.
19917 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19918 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19919 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19920
19921 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19922
19923 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19924
19925 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19926
19927 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19928 files.
19929
19930 * message.el (message-generate-headers-first): Don't quote nil
19931 and t in docstrings.
19932
19933 * imap.el (imap-id): do.
19934
19935 * gnus-agent.el (gnus-agent-consider-all-articles)
19936 (gnus-agent-queue-mail): do.
19937
19938 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19939
19940 * spam-report.el (spam-report-process-queue): New function.
19941 Process requests from `spam-report-requests-file'.
19942 (spam-report-process-queue): Doc fix.
19943
19944 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19945
19946 * spam.el (spam-register-routine)
19947 (spam-log-processing-to-registry, spam-log-registered-p)
19948 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19949 Change "check" to "spam-check" for semi-clarity.
19950
19951 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19952
19953 * pop3.el: Require nnheader.
19954
19955 * mml-smime.el: Require cl. Autoload message-fetch-field.
19956
19957 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19958
19959 * gnus-picon.el: Require cl.
19960
19961 * gnus-fun.el: Require gnus-ems and gnus-util.
19962
19963 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19964
19965 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19966
19967 * gnus-art.el (gnus-article-edit-mode): Define before first
19968 reference.
19969
19970 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19971
19972 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19973 (gnus-uu-post-encoded): Use point-at-bol.
19974
19975 * gnus-topic.el (gnus-group-active-topic-p): do.
19976
19977 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19978
19979 * gnus-group.el (gnus-group-kill-region): do.
19980
19981 * gnus-art.el (article-date-ut): do.
19982
19983 * message.el (message-fetch-field): Remove redundant
19984 case-fold-search binding.
19985 (message-narrow-to-field): Simplify.
19986
19987 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19988
19989 * spam.el (spam-directory): Derive from `gnus-directory'.
19990
19991 * spam-report.el (spam-report-url-to-file)
19992 (spam-report-requests-file): New function and variable for offline
19993 reporting.
19994 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19995 and user defined function.
19996 (spam-report-url-ping-mm-url): Remove doubled slash.
19997
19998 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19999
20000 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20001
20002 2004-02-03 Jesper Harder <harder@ifa.au.dk>
20003
20004 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20005 Fix format string mismatch.
20006
20007 * sieve.el (sieve-deactivate-all): do.
20008
20009 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20010
20011 * nnlistserv.el (nnlistserv-kk-wash-article): do.
20012
20013 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20014
20015 * mm-bodies.el (mm-7bit-chars): Don't include \r.
20016
20017 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
20018
20019 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20020 the list of checks.
20021
20022 2004-01-31 Jesper Harder <harder@ifa.au.dk>
20023
20024 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20025 padding.
20026
20027 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
20028
20029 * mm-view.el (mm-fill-flowed): New variable.
20030 (mm-inline-text): Use it.
20031
20032 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
20033
20034 * spam.el (spam-spamassassin-register-ham-routine)
20035 (spam-spamassassin-register-spam-routine): Fix function names.
20036
20037 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
20038
20039 * gnus.el (gnus-tmp-grouplens): Remove.
20040 (gnus-summary-line-format): Remove grouplens.
20041
20042 * gnus-group.el (gnus-group-line-format): Ditto.
20043
20044 * gnus-spec.el (gnus-format-specs): Ditto.
20045 (gnus-update-format-specifications): Flush the group format spec
20046 cache if there's the grouplens stuff.
20047 (gnus-parse-simple-format): Replace %l with the empty string.
20048
20049 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
20050
20051 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20052 omission.
20053
20054 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
20055
20056 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20057 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20058
20059 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20060
20061 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20062 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20063 New macros and functions.
20064 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20065 Handle > NLINK_MAX messages.
20066 * nnmaildir.el (nnmaildir-request-set-mark):
20067 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20068
20069 2004-01-25 Alex Schroeder <alex@gnu.org>
20070
20071 * spam-stat.el (spam-stat-process-directory-age): New option.
20072 (spam-stat-process-directory): Use it.
20073
20074 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20075
20076 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20077 (spam-stat-save): Accept prefix argument.
20078
20079 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20080
20081 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20082 links" error.
20083
20084 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20085
20086 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20087 compatibility with old .newsrc.eld files.
20088
20089 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20090
20091 * gnus-start.el (gnus-1): do.
20092
20093 * gnus-group.el (gnus-group-line-format-alist): do.
20094
20095 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20096
20097 * gnus-gl.el: Remove.
20098
20099 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20100
20101 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20102 marks consisting of a single range {for example, (3 . 5)} rather
20103 than a list of a single range { ((3 . 5)) }.
20104
20105 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20106
20107 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20108 Use with-current-buffer.
20109 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20110 avoid consing a string.
20111
20112 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20113 Remove obsolete entries for big5 and gb2312.
20114
20115 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20116
20117 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20118 uncompressed list.
20119
20120 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20121
20122 * spam-stat.el (spam-stat-strip-xref): New function.
20123 (spam-stat-process-directory): Use it.
20124
20125 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20126 here -- it's done in message-fetch-field.
20127
20128 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20129
20130 * gnus-agent.el (gnus-agent-queue-mail)
20131 (gnus-agent-prompt-send-queue): New variables.
20132 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20133 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20134 "nndraft:queue" along to gnus-draft-send.
20135 Use gnus-agent-prompt-send-queue.
20136 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20137 is "nndraft:queue". Suggested by Gaute Strokkenes
20138 <gs234@srcf.ucam.org>
20139
20140 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20141 (agent-enable-undownloaded-faces): Add.
20142 (gnus-agent-cat-groups): Use eval-and-compile, not
20143 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20144 method of gnus-agent-cat-groups even when the buffer has been
20145 evaled.
20146 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20147 delete gnus-agent-save-active-1.
20148 (gnus-agent-save-groups): Delete. Identical to
20149 gnus-agent-save-active.
20150 (gnus-agent-write-active): No longer adjust agent's copy of active
20151 file as agent's adjustments are now stored in their own
20152 file. Remove optional parameter.
20153 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20154 servers. Add use of min/max range limits from server's local
20155 file.
20156 (gnus-agent-save-alist): Remove unused optional argument.
20157 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20158 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20159 (gnus-agent-set-local): A per-server file that keeps min/max range
20160 limits for articles known to the agent. Provides a fast mechanism
20161 for altering many active ranges.
20162 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20163 active file (local makes it unnecessary).
20164 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20165
20166 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20167 (agent-enable-undownloaded-faces): Add.
20168
20169 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20170 disable it when sending to "nndraft:queue".
20171 (gnus-group-send-queue): Add safety check to avoid sending queue
20172 when unplugged.
20173
20174 * gnus-group.el (gnus-group-catchup): Use new
20175 gnus-sequence-of-unread-articles, not
20176 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20177 numbers of articles. Use gnus-range-map to avoid having to
20178 uncompress the unread list.
20179 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20180 Fix invalid ange-ftp reference.
20181
20182 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20183 (gnus-sorted-range-intersection): Intersection of two ranges
20184 without requiring that they first be uncompressed.
20185
20186 * gnus-start.el (gnus-activate-group): Unless blocked by the
20187 caller, possibly expand the active range to include both cached
20188 and agentized articles.
20189 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20190 multiple version-dependent converters.
20191 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20192 gnus-agent-save-active.
20193 (gnus-save-newsrc-file): Save dirty agent range limits.
20194
20195 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20196 gnus-agent-possibly-alter-active.
20197 (gnus-adjust-marked-articles): Faster handling of simple lists
20198
20199 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20200
20201 * spam-stat.el (spam-stat-test-directory): New optional argument
20202 displays a list of files detected. Suggested by Andrew Cohen
20203 <cohen@andy.bu.edu>.
20204 (spam-stat-buffer-words-with-scores): Don't narrow and change
20205 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20206
20207 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20208
20209 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20210 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20211 (spam-spamassassin-arguments)
20212 (spam-spamassassin-spam-flag-header)
20213 (spam-spamassassin-positive-spam-flag-header)
20214 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20215 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20216 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20217 (spam-list-of-processors, spam-list-of-checks)
20218 (spam-list-of-statistical-checks, spam-registration-functions)
20219 (spam-check-spamassassin-headers, spam-check-spamassassin)
20220 (spam-spamassassin-score)
20221 (spam-spamassassin-register-with-sa-learn)
20222 (spam-spamassassin-register-spam-routine)
20223 (spam-spamassassin-register-ham-routine)
20224 (spam-assassin-register-spam-routine)
20225 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20226 (spam-bogofilter-score): Fix to show article before scoring.
20227
20228 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20229
20230 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20231 default scoring function.
20232 (spam-generic-score): Call spam-spamassassin-score if
20233 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20234 spam-bogofilter-score otherwise.
20235
20236 * gnus.el (spam-process, spam-autodetect-methods):
20237 Add spamassassin and spamassassin-headers.
20238
20239 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20240
20241 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20242 Suppress unnecessary messages.
20243
20244 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20245
20246 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20247 make-hash-table.
20248
20249 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20250
20251 * canlock.el (base64-encode-string): Don't autoload it.
20252
20253 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20254
20255 * run-at-time.el: Remove useless (require 'itimer),
20256 eval-and-compile and (featurep 'xemacs).
20257
20258 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20259
20260 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20261 GROUP is a virtual group.
20262
20263 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20264
20265 * gnus.el: Autoload `message-y-or-n-p'.
20266
20267 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20268
20269 * pgg-parse.el: Remove unnecessary (require 'custom).
20270
20271 * pgg-def.el: do.
20272
20273 * nnmail.el: do.
20274
20275 * gnus-undo.el: do.
20276
20277 * gnus-picon.el: do.
20278
20279 * gnus-util.el: do.
20280
20281 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20282
20283 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20284
20285 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20286
20287 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20288 handle, as well as a list.
20289
20290 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20291 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20292 (mm-w3m-cid-retrieve): Simplify.
20293
20294 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20295
20296 * message.el (message-kill-to-signature): Allow prefix arg to
20297 specify number of lines to keep before signature.
20298
20299 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20300
20301 * message.el (message-kill-to-signature): Change docstring.
20302
20303 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20304
20305 * canlock.el: Always require sha1-el.
20306 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20307
20308 * message.el: Autoload sha1 only when compiling.
20309
20310 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20311
20312 * message.el (message-canlock-generate): Require sha1-el.
20313
20314 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20315
20316 * message.el (message-expand-name): Silence the byte compiler.
20317
20318 2004-01-13 Simon Josefsson <jas@extundo.com>
20319
20320 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20321 Invoke gnus-score-mode.
20322 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20323
20324 * gnus-range.el (gnus-compress-sequence): Doc fix.
20325 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20326
20327 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20328
20329 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20330
20331 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20332
20333 * spam.el (spam-get-article-as-string): Update to use
20334 gnus-request-article-this-buffer, much simpler.
20335 (spam-get-article-as-buffer): Remove.
20336
20337 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20338
20339 * message.el (message-expand-name): Use EUDC if the user uses that.
20340
20341 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20342
20343 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20344 character for the encoding to avoid consing a string.
20345
20346 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20347 unnecessarily.
20348
20349 * mm-util.el (mm-replace-chars-in-string): Remove.
20350
20351 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20352 of mm-replace-chars-in-string.
20353
20354 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20355
20356 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20357
20358 * mm-util.el (mm-subst-char-in-string): Support inplace.
20359
20360 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20361 a new string in every iteration. Use shy groups.
20362
20363 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20364
20365 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20366 * gnus-soup.el (gnus-soup-group-brew):
20367 * gnus-msg.el (gnus-put-message):
20368 * gnus-move.el (gnus-group-move-group-to-server):
20369 * gnus-kill.el (gnus-batch-score):
20370 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20371 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20372 (gnus-group-update-group, gnus-group-read-group)
20373 (gnus-group-make-group, gnus-group-make-help-group)
20374 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20375 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20376 (gnus-group-sort-by-unread, gnus-group-catchup)
20377 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20378 (gnus-group-yank-group, gnus-group-set-info)
20379 (gnus-group-list-groups):
20380 * gnus.el (gnus-generate-new-group-name):
20381 * gnus-delay.el (gnus-delay-send-queue):
20382 * nnvirtual.el (nnvirtual-catchup-group):
20383 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20384 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20385 (gnus-group-prepare-topics, gnus-topic-check-topology):
20386 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20387 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20388 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20389 (gnus-group-make-articles-read):
20390 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20391 (gnus-group-change-level, gnus-kill-newsgroup)
20392 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20393 (gnus-get-unread-articles, gnus-make-articles-unread)
20394 (gnus-make-ascending-articles-unread): Use accessor
20395 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20396 to get group information for improved readability.
20397
20398 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20399
20400 * gnus-art.el (article-decode-mime-words, article-babel)
20401 (gnus-article-highlight-signature, gnus-article-add-buttons)
20402 (gnus-signature-toggle): Use gnus-with-article-buffer.
20403
20404 * gnus-art.el (gnus-article-highlight-headers)
20405 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20406
20407 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20408 (gnus-article-set-globals, gnus-request-article-this-buffer)
20409 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20410 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20411 (gnus-mime-display-alternative): Use with-current-buffer.
20412
20413 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20414
20415 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20416 also under 80 char limit, and call gnus-error if needed.
20417 (spam-fetch-article-header): Fix - it was a
20418 buffer-local variable (gnus-newsgroup-data).
20419 (spam-find-spam): Use spam-generate-fake-headers, forget about
20420 spam-insert-fake-headers.
20421 (spam-insert-fake-headers): Remove.
20422
20423 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20424
20425 * deuglify.el (gnus-article-outlook-unwrap-lines)
20426 (gnus-outlook-rearrange-article)
20427 (gnus-outlook-repair-attribution-outlook)
20428 (gnus-outlook-repair-attribution-block)
20429 (gnus-outlook-repair-attribution-other): Remove redundant
20430 save-excursion.
20431
20432 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20433
20434 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20435 (spam-fetch-field-subject-fast)
20436 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20437 (spam-fetch-article-header): Add functions to deal with Gnus
20438 internals for fast retrieval of article header data.
20439 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20440
20441 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20442
20443 * pop3.el (pop3-md5): Remove.
20444 (pop3-apop): Replace pop3-md5 with md5.
20445
20446 * mm-bodies.el: base64 is always built-in.
20447
20448 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20449 Use with-current-buffer.
20450
20451 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20452
20453 * canlock.el (canlock-insert-header): Remove excessive grouping in
20454 regexp.
20455
20456 * gnus-sum.el (gnus-summary-read-document): Ditto.
20457
20458 * gnus-uu.el (gnus-uu-part-number): Ditto.
20459
20460 * html2text.el (html2text-remove-tags): Ditto.
20461 (html2text-format-tags): Ditto.
20462 (html2text-format-single-elements): Ditto.
20463
20464 * mml.el (mml-parse-1): Ditto.
20465
20466 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20467
20468 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20469
20470 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20471
20472 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20473
20474 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20475
20476 2003-11-15 Simon Josefsson <jas@extundo.com>
20477
20478 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20479 (pgg-gpg-lookup-key): Use regexp match instead of
20480 split-string (split-string is different between emacs 21.2 and
20481 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20482
20483 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20484
20485 * gnus-art.el (gnus-mime-view-all-parts)
20486 (gnus-article-part-wrapper, gnus-article-view-part):
20487 Use with-current-buffer.
20488
20489 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20490
20491 * spam.el (spam-disable-spam-split-during-ham-respool)
20492 (spam-spamoracle-database, spam-cache-lookups)
20493 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20494 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20495 (spam-group-ham-marks, spam-group-spam-marks)
20496 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20497 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20498 also add spam-use-blackholes to the statistical checks.
20499 (spam-fetch-field-fast): Add interface to fetching fields, may
20500 become a macro.
20501 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20502 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20503 (spam-insert-fake-headers): Fake an article when needed.
20504 (spam-find-spam): Fake article when possible.
20505 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20506 (spam-check-bogofilter-headers): Use message-fetch-field instead
20507 of nnmail-fetch-field.
20508
20509 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20510
20511 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20512
20513 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20514
20515 * spam.el (spam-split): Do not require spam-use-CHECK to be
20516 enabled if that check is passed to spam-split explicitly; also
20517 fix so 'spam doesn't get converted to spam-split-group when
20518 spam-split-symbolic-return is t.
20519 (spam-find-spam): Find registrations of the article and use those
20520 instead of re-running spam-split to find the spam/ham
20521 classification of the article.
20522 (spam-log-processing-to-registry, spam-log-registered-p)
20523 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20524 Use gnus-error instead of gnus-message.
20525 (spam-log-registration-type): Add function to determine the
20526 classification of a message based on registry entries; will
20527 return nil if both 'spam and 'ham are found.
20528 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20529 a reasonably fast local cache without the loading errors.
20530 (spam-cache-lookups): Set to t by default.
20531 (spam-find-spam): Don't try to guess spam-cache-lookups.
20532 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20533 spam-caches entry.
20534 (spam-filelist-build-cache, spam-filelist-check-cache):
20535 Fix caching of whitelist/blacklist entries.
20536 (spam-check-whitelist, spam-check-blacklist):
20537 Invoke spam-from-listed-p with a type, not a cache variable.
20538 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20539
20540 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20541
20542 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20543
20544 * nnmail.el (nnmail-split-fancy): do.
20545
20546 * mml.el (mml-parse): do.
20547
20548 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20549 (gnus-score-adaptive): do.
20550
20551 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20552
20553 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20554 (gnus-mime-button-map): Don't set keymap parent.
20555 (gnus-button-ctan-directory-regexp): Use shy grouping.
20556 (gnus-prev-page-map): Don't set keymap parent.
20557 (gnus-prev-page-map): Remove duplicated one.
20558 (gnus-next-page-map): Don't set keymap parent.
20559 (gnus-mime-security-button-map): Ditto.
20560
20561 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20562 version number.
20563
20564 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20565
20566 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20567
20568 * canlock.el (canlock-sha1-function): Remove.
20569 (canlock-sha1-function-for-verify): Remove.
20570 (canlock-openssl-program): Remove.
20571 (canlock-openssl-args): Remove.
20572 (canlock-ignore-errors): Remove.
20573 (canlock-sha1-with-openssl): Remove.
20574 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20575 (canlock-verify): Don't use canlock-ignore-errors.
20576
20577 * sha1-el.el (sha1-string-external): Make it can return a string
20578 in binary form.
20579 (sha1-region-external): Ditto.
20580 (sha1-string-internal): Ditto.
20581 (sha1-region-internal): Ditto.
20582 (sha1-region): Ditto.
20583 (sha1-string): Ditto.
20584 (sha1): Ditto.
20585
20586 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20587
20588 * spam.el (spam-report-articles-gmane): New command.
20589
20590 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20591
20592 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20593
20594 * run-at-time.el (run-at-time-saved): Remove.
20595 (run-at-time): Doc fix.
20596
20597 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20598
20599 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20600 (gnus-summary-limit-map): Add it.
20601 (gnus-summary-make-menu-bar): do.
20602
20603 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20604
20605 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20606 Make attempt at some caching support (done for BBDB only now).
20607 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20608 addresses to be checked.
20609 (spam-clear-cache-BBDB): Add function, to be invoked by
20610 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20611 (spam-check-BBDB): Check and use the caches, if
20612 spam-cache-lookups is on, remove superfluous (provide).
20613
20614 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20615
20616 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20617
20618 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20619
20620 * run-at-time.el (run-at-time-saved): Move to after the definition
20621 of `run-at-time'.
20622
20623 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20624
20625 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20626 mm-w3m-local-map-property.
20627
20628 * mm-view.el (mm-w3m-mode-map): Remove.
20629 (mm-w3m-local-map-property): Remove.
20630 (mm-inline-text-html-render-with-w3m): Don't use
20631 mm-w3m-local-map-property.
20632
20633 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20634
20635 * run-at-time.el: New file.
20636
20637 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20638 of gnus-set-text-properties.
20639
20640 * gnus-uu.el (gnus-uu-save-article): Ditto.
20641
20642 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20643
20644 * gnus-cite.el (gnus-cite-parse): Ditto.
20645
20646 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20647 of gnus-.
20648
20649 * gnus.el: Change calls to nnheader-run-at-time and
20650 password-run-at-time throughout to use run-at-time directly.
20651
20652 * password.el: Remove definition of run-at-time.
20653
20654 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20655
20656 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20657 in prompt.
20658
20659 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20660
20661 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20662 XEmacs version.
20663
20664 * dns.el (dns-make-network-process): Use `open-network-stream'
20665 instead of `gnus-xmas-open-network-stream'.
20666
20667 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20668
20669 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20670
20671 * gnus-art.el (gnus-mime-display-alternative)
20672 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20673 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20674 Don't use gnus-local-map-property.
20675
20676 * gnus-util.el (gnus-local-map-property): Remove.
20677
20678 * mm-view.el (mm-view-pkcs7-decrypt):
20679 Replace gnus-completing-read-maybe-default with completing-read.
20680
20681 * gnus-util.el (gnus-completing-read): do.
20682 (gnus-completing-read-maybe-default): Remove.
20683
20684 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20685
20686 * password.el: Only autoload `run-at-time' if not XEmacs.
20687 Only autoload the itimer functions if XEmacs.
20688
20689 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20690
20691 * gnus-art.el (gnus-read-string): Remove.
20692 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20693 read-string.
20694
20695 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20696
20697 * netrc.el: Autoload password-read.
20698 (netrc): Add configuration group.
20699 (netrc-encoding-method, netrc-openssl-path):
20700 Add variables for encoding and decoding of files with symmetric
20701 ciphers.
20702 (netrc-encode): Add assistant function to encode a file with
20703 netrc-encoding-method.
20704 (netrc-parse): Add interactive parameter, added optional
20705 decoding if netrc-encoding-method is non-nil but otherwise
20706 behavior is standard.
20707 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20708 Do s/encode/encrypt/ everywhere.
20709
20710 * spam.el: Remove executable-find autoload.
20711
20712 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20713
20714 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20715
20716 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20717
20718 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20719
20720 * gnus-art.el (gnus-treat-ansi-sequences)
20721 (article-treat-ansi-sequences): New variable and function.
20722 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20723
20724 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20725 Use it.
20726
20727 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20728
20729 * mm-util.el (mm-quote-arg): Remove.
20730
20731 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20732 shell-quote-argument.
20733
20734 * gnus-uu.el (gnus-uu-command): do.
20735
20736 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20737
20738 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20739 with make-char.
20740
20741 * mm-util.el (mm-make-char): Remove.
20742
20743 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20744 add-minor-mode.
20745
20746 * gnus-undo.el (gnus-undo-mode): do.
20747
20748 * gnus-topic.el (gnus-topic-mode): do.
20749
20750 * gnus-sum.el (gnus-dead-summary-mode): do.
20751
20752 * gnus-start.el (gnus-slave-mode): do.
20753
20754 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20755
20756 * gnus-ml.el (gnus-mailing-list-mode): do.
20757
20758 * gnus-gl.el (gnus-grouplens-mode): do.
20759
20760 * gnus-draft.el (gnus-draft-mode): do.
20761
20762 * gnus-dired.el (gnus-dired-mode): do.
20763
20764 * gnus-ems.el (gnus-add-minor-mode): Remove.
20765
20766 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20767 Replace gnus-char-width with char-width.
20768
20769 * gnus-ems.el (gnus-char-width): Remove.
20770
20771 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20772 Replace gnus-char-width with char-width.
20773
20774 * gnus-ems.el (gnus-char-width): Remove.
20775
20776 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20777 definition.
20778 Remove Emacs 20 hash table compatibility code.
20779
20780 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20781 20 compatibility code.
20782
20783 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20784
20785 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20786
20787 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20788 Replace with point-at-{eol,bol}.
20789
20790 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20791
20792 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20793
20794 * flow-fill.el (fill-flowed-point-at-bol)
20795 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20796
20797 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20798 Replace with point-at-{eol,bol} throughout all files.
20799
20800 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20801
20802 * ntlm.el (ntlm-string-as-unibyte): New macro.
20803 (ntlm-build-auth-response): Use it.
20804
20805 Remove Emacs 20 stuff:
20806 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20807 of delq and copy-sequence.
20808 * gnus-art.el (popup-menu): Remove the compiler macro.
20809 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20810 Emacs 20.
20811
20812 2004-01-05 Simon Josefsson <jas@extundo.com>
20813
20814 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20815 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20816 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20817 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20818 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20819 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20820 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20821 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20822 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20823 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20824 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20825 string-xor into ntlm-string-xor.
20826 Suggested by Jesper Harder <harder@myrealbox.com>.
20827
20828 * ntlm.el: Don't include poem.
20829
20830 * md4.el (print-int32, print-string-hexa): Remove.
20831 Suggested by Jesper Harder <harder@myrealbox.com>.
20832
20833 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20834
20835 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20836 probably breaks emacs with DL patch, but do we care? Is anyone
20837 still using the DL stuff?)
20838
20839 * sieve-manage.el: Use the password package.
20840 (sieve-manage-read-passwd): Remove.
20841 (sieve-manage-interactive-login): Use password. Re-add
20842 condition-case around loop.
20843
20844 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20845 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20846 Use the password package.
20847
20848 2003-02-19 Simon Josefsson <jas@extundo.com>
20849
20850 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20851 token.
20852
20853 2002-08-07 Simon Josefsson <jas@extundo.com>
20854
20855 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20856 (sieve-manage-authenticators):
20857 (sieve-manage-authenticator-alist): Add some SASL mechs.
20858 (sieve-sasl-auth): New function.
20859 (sieve-manage-cram-md5-auth):
20860 (sieve-manage-plain-auth): Rewrite using SASL library.
20861 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20862 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20863 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20864 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20865
20866 2004-01-05 Simon Josefsson <jas@extundo.com>
20867
20868 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20869 New files.
20870
20871 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20872
20873 * gnus-group.el (gnus-no-groups-message): Update.
20874
20875 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20876
20877 2003-11-09 Simon Josefsson <jas@extundo.com>
20878
20879 * imap.el: Support for ID IMAP extension (RFC 2971).
20880 (imap-local-variables): Add imap-id.
20881 (imap-id): New variable.
20882 (imap-id): New function.
20883 (imap-parse-response): Parse untagged ID response.
20884 * nnimap.el (nnimap-id): New variable.
20885 (nnimap-open-connection): Use it.
20886
20887 2003-12-28 Simon Josefsson <jas@extundo.com>
20888
20889 * gnus-score.el (gnus-score-edit-all-score): New.
20890 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20891
20892 2004-01-04 Simon Josefsson <jas@extundo.com>
20893
20894 * password.el: Add.
20895
20896 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20897
20898 * dns.el (dns-query-types): Fix typo.
20899 (dns-query-types): New function.
20900 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20901 PTR and SOA replies, see RFC 1035.
20902
20903 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20904
20905 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20906
20907 * Move to Changelog.2.
20908
20909 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20910
20911 * gnus.el (gnus-version-number): Bump version.
20912
20913 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20914
20915 * gnus.el: No Gnus v0.1 is released.
20916
20917 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20918
20919 * gnus.el: No Gnus v0.0 is released.
20920
20921 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20922
20923 * gnus.el (gnus-version-number): Bump.
20924 (gnus-version): No.
20925
20926 See ChangeLog.2 for earlier changes.
20927
20928 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20929
20930 This file is part of GNU Emacs.
20931
20932 GNU Emacs is free software: you can redistribute it and/or modify
20933 it under the terms of the GNU General Public License as published by
20934 the Free Software Foundation, either version 3 of the License, or
20935 (at your option) any later version.
20936
20937 GNU Emacs is distributed in the hope that it will be useful,
20938 but WITHOUT ANY WARRANTY; without even the implied warranty of
20939 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20940 GNU General Public License for more details.
20941
20942 You should have received a copy of the GNU General Public License
20943 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20944
20945 ;; Local Variables:
20946 ;; coding: utf-8
20947 ;; fill-column: 79
20948 ;; add-log-time-zone-rule: t
20949 ;; End: