]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
* lisp/isearch.el (isearch-range-invisible): Use invisible-p.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2011-05-27 Glenn Morris <rgm@gnu.org>
2
3 * gnus-group.el (gnus-bug-group-download-format-alist):
4 Use the "maintainer" version of debian reports as well.
5
6 2011-05-26 Glenn Morris <rgm@gnu.org>
7
8 * gnus-group.el (gnus-bug-group-download-format-alist):
9 Use the "maintainer" version of debbugs.gnu.org reports.
10
11 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
14
15 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
16
17 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
18 the thread moves us backwards and so we loop forever.
19
20 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
21
22 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
23 whitespace in base64 data lines.
24
25 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
26
27 * gnus-registry.el (gnus-registry-user-format-function-M):
28 Use `mapconcat'.
29 (gnus-registry-user-format-function-M2): Use to see the full text of
30 the marks. Make "," the mark text separator.
31
32 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
33 authentication with auth-source.
34
35 2011-05-17 Glenn Morris <rgm@gnu.org>
36
37 * gnus-group.el (gnus-import-other-newsrc-file):
38 Use insert-file-contents.
39
40 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
41
42 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
43 1000 iterations.
44
45 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
46
47 * nntp.el (nntp-open-connection): Check if process-type is available.
48
49 2011-05-16 Julien Danjou <julien@danjou.info>
50
51 * shr.el (shr-tag-del): Add support for del tag.
52
53 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
54
55 * gnus-html.el (gnus-html-put-image): Register a displayer.
56
57 * shr.el (shr-image-displayer): Don't remove text props from alt text.
58
59 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
60
61 * registry.el (prune-factor): New initialization parameter defaulting
62 to 0.1.
63 (registry-prune-hard): Use it.
64
65 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
66 0.1 expicitly.
67
68 2011-05-13 Glenn Morris <rgm@gnu.org>
69
70 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
71 is bound, since this function requires sendmail.
72
73 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
74
75 * registry.el (registry-usage-test): Disable pruning test.
76
77 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
78
79 * registry.el (registry-prune-hard-candidates)
80 (registry-prune-soft-candidates): Helper methods for registry pruning.
81 (registry-prune): Use them. Make the sort function optional.
82
83 2011-05-10 Jim Meyering <meyering@redhat.com>
84
85 * shr.el (shr-colorize-region): Fix typo "on on -> on".
86
87 2011-05-10 Julien Danjou <julien@danjou.info>
88
89 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
90 symbol and not a list.
91
92 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
93
94 * gnus-art.el (gnus-article-mode): Move binding of
95 shr-put-image-function here from gnus-article-prepare-display.
96
97 * shr.el (shr-put-image-function): New variable.
98 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
99 (shr-put-image): Return scaled image.
100
101 * gnus-art.el (gnus-shr-put-image): New function.
102 (gnus-article-prepare-display): Bind shr-put-image-function to it.
103
104 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
105 original ones, as deletable.
106
107 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * nntp.el (nntp-open-connection): Set TCP keepalive option.
110
111 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
112
113 * registry.el (registry-full): Add convenience method. Fix logic.
114 (registry-insert): Use it. Fix logic here too.
115
116 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
117 `registry-prune' if `registry-full' returns t.
118 (gnus-registry-handle-action)
119 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
120 (gnus-registry-usage-test): Use it.
121
122 2011-05-07 Julien Danjou <julien@danjou.info>
123
124 * shr.el (shr-link): Make shr-link inherit from link by default.
125
126 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
127
128 * shr.el (shr-urlify, shr-link): Fix shr-link face.
129
130 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
131
132 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
133 error out because the face is not a list.
134
135 2011-05-05 Glenn Morris <rgm@gnu.org>
136
137 * gnus-start.el (gnus-propagate-marks): Declare.
138
139 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
140
141 * registry.el (registry-reindex): Fix percentage message.
142
143 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
144
145 * shr.el: Add shr-link face for links.
146 (shr-urlify): Use it.
147
148 * registry.el (registry-insert): Make error message more helpful.
149
150 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
151
152 * gnus-html.el (gnus-html-schedule-image-fetching):
153 Use url-queue-retrieve, if it exists.
154
155 * shr.el (shr-tag-img): Ditto.
156
157 * gnus.el: Autoload more gnus-agent functions.
158
159 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
160 agent if we haven't already (bug#8502).
161
162 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
163 into the Agent, too.
164
165 * gnus-agent.el (gnus-agent-store-article): New function.
166
167 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
168 and moved from that file for reuse.
169
170 * pop3.el (pop3-open-server): Error messages are "-ERR".
171
172 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
173
174 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
175 (open-tls-stream): Remove superfluous tls/starttls autoloads.
176
177 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
180 buffer has moved to a different frame.
181
182 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
183
184 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
185 to get the conversion from unibyte to multibyte buffers to work on
186 Emacs 22.
187
188 * nntp.el (nntp-request-article): Slight clean-up.
189
190 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
191
192 * shr.el (shr-strike-through): New face.
193 (shr-tag-s): Use it to provide <s> support.
194 (shr-tag-s): Remove duplicate definition.
195
196 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
197
198 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
199 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
200
201 2011-04-23 Glenn Morris <rgm@gnu.org>
202
203 * gnus-sum.el (gnus-extra-headers): Bump :version.
204
205 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
206
207 * shr.el (shr-tag-sup): New function.
208 (shr-tag-sub): Ditto.
209
210 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
211
212 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
213 for the case where `gnus-registry-ignored-groups' is a list of lists,
214 and don't call `gnus-parameter-registry-ignore' otherwise.
215
216 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
217
218 * nnimap.el (nnimap-user): New backend variable.
219 (nnimap-open-connection-1): Use it.
220 (nnimap-credentials): Accept user parameter so it's explicit what user
221 name is desired.
222
223 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
224 default.
225
226 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
227 not gnus-registry.el.
228
229 * gnus-registry.el: Mention in comments how to modify
230 `gnus-extra-headers' for proper recipient tracking and that it may
231 already have To and Cc recently, which it does as of this commit.
232 (gnus-registry-ignored-groups): Remove defcustom.
233 Explain why in comments.
234 (gnus-registry-action): Fix data-header reference to use the extra
235 headers. Explain in package commentary how to add To and Cc headers to
236 the gnus-extra-headers.
237 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
238 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
239 parameter list or a string list in `gnus-registry-ignored-groups'.
240 Fix logic error.
241
242 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
243
244 * shr.el (shr-expand-url): Protect against null urls.
245
246 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
247
248 * shr.el (shr-base): New binding.
249 (shr-tag-base): Keep track of <base>.
250 (shr-expand-url): New function used throughout.
251
252 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
253
254 * gnus-registry.el
255 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
256 (gnus-registry-ignored-groups): New variable.
257 (gnus-registry-ignore-group-p): Use it.
258 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
259 set the destination group to nil (same as delete) if it's ignored.
260
261 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
262
263 * gnus-registry.el (gnus-registry-action)
264 (gnus-registry-fetch-header-fast):
265 Don't use mail-header that looks an internal function of mailheader.el.
266
267 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
268
269 * gnus-registry.el: Eliminate cl functions.
270 (gnus-registry-sort-addresses): New function that replaces mapcan.
271 (gnus-registry-action, gnus-registry-spool-action)
272 (gnus-registry-split-fancy-with-parent)
273 (gnus-registry-fetch-recipients-fast): Use it.
274 (gnus-registry-import-eld): Replace delete* with dolist + delq.
275
276 * registry.el (initialize-instance, registry-lookup)
277 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
278 (registry-lookup-secondary-value, registry-search, registry-delete)
279 (registry-insert, registry-reindex, registry-size, registry-prune):
280 Use eval-and-compile.
281
282 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
283
284 * registry.el (registry-reindex): New method to recreate the secondary
285 registry indices.
286
287 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
288 tracked field changes.
289 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
290 (gnus-registry-action, gnus-registry-spool-action)
291 (gnus-registry-handle-action)
292 (gnus-registry--split-fancy-with-parent-internal)
293 (gnus-registry-split-fancy-with-parent)
294 (gnus-registry-register-message-ids): Add recipient tracking on spool,
295 move, and delete actions, and for fancy splitting with parent.
296 (gnus-registry-extract-addresses)
297 (gnus-registry-fetch-recipients-fast)
298 (gnus-registry-fetch-header-fast): Convenience functions.
299 (gnus-registry-misc-test): ERT test of
300 `gnus-registry-extract-addresses'.
301
302 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
303
304 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
305 Track by subject first, then sender.
306
307 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
310
311 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
312 Lisp.
313
314 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
315 (gnus-draft-send): Use it to avoid popping
316 up frames from gnus-group-send-queue.
317
318 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
319
320 * gnus-registry.el: Updated gnus-registry docs.
321
322 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
323
324 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
325 Fix logic bug.
326 (gnus-registry-post-process-groups): Fix logging of no results and
327 quote sender and subject.
328
329 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
330
331 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
332 (gnus-read-active-for-groups): Don't try to finish getting stuff where
333 we had no early-data returned.
334 (gnus-get-unread-articles): Add a sanity check so that we don't issue
335 two async commands to the same server at the same time.
336
337 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
338
339 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
340
341 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
342
343 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
344 "warning" level.
345
346 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
347 (mm-url-insert-file-contents): Don't set the package names.
348
349 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
350
351 * gnus-registry.el (gnus-registry-action): Remove properties and
352 simplify subject in `gnus-registry-handle-action'.
353 (gnus-registry-spool-action): Get subject and sender from message if
354 they are not passed in.
355 (gnus-registry-handle-action): Remove properties and simplify subject
356 consistently.
357
358 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * registry.el: Require CL before using defmacro*.
361
362 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
363
364 * gnus-art.el (article-treat-date): Assume that
365 gnus-article-date-headers may be a group parameter.
366
367 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
368
369 * gnus-registry.el (gnus-registry-handle-action): More debugging.
370
371 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
372 interactively so the newsrc file can contain foreign groups too.
373 Useful for debugging but not much for users.
374
375 2011-04-07 David Engster <dengste@eml.cc>
376
377 * registry.el (registry-usage-test): Only do
378 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
379 lexical binding.
380
381 2011-04-06 David Engster <dengste@eml.cc>
382
383 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
384 argument NOERROR for `require', since XEmacs 21.4 does not support it.
385
386 2011-04-06 David Engster <dengste@eml.cc>
387
388 * registry.el (initialize-instance): Change :after to :AFTER to be
389 compatible with old EIEIO version in XEmacs.
390
391 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
392
393 * gnus-registry.el (gnus-registry-post-process-groups)
394 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
395 and provide better messaging.
396
397 2011-04-06 David Engster <dengste@eml.cc>
398
399 * Makefile.in (fail-on-warning): New rule to compile with warnings as
400 errors.
401
402 * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
403 dgnushack-compile with error-on-warn enabled, and to signal an error if
404 clean compilation failed.
405 (dgnushack-compile): New argument 'error-on-warn'. If non-nil, compile
406 with `byte-compile-error-on-warn'. Return nil if errors occured.
407
408 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
409
410 * gnus-registry.el: Don't use ERT if it's not available. Load it
411 unconditionally anyway, discarding errors.
412 (gnus-registry-delete-entries): New convenience function.
413 (gnus-registry-import-eld): Import from old .eld registry.
414
415 * registry.el: Don't use ERT if it's not available. Load it
416 unconditionally anyway, discarding errors.
417
418 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
419 version from the Claudio Bley GnuTLS patch (extra optional parameters
420 and host name).
421
422 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
423
424 * gnus-registry.el (gnus-registry-fixup-registry): New function to
425 fixup the parameters that can be customized by the user between
426 save/read cycles.
427 (gnus-registry-read): Use it.
428 (gnus-registry-make-db): Use it.
429 (gnus-registry-spool-action, gnus-registry-handle-action):
430 Fix messaging.
431 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
432 Map references to actual group names with sender and subject tracking.
433 (gnus-registry-post-process-groups): Use `cond' for better messaging.
434 (gnus-registry-usage-test): Add subject lookup test.
435
436 * registry.el (registry-db, initialize-instance): Set up constructor
437 instead of :initform arguments for the sake of older Emacsen.
438 (registry-lookup-breaks-before-lexbind): New method to demonstrate
439 pre-lexbind merge bug.
440 (registry-usage-test): Use it.
441 (initialize-instance, registry-db): Move the non-function initforms
442 back to the class definition.
443
444 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
445
446 * registry.el: New library to manage gnus-registry-style data.
447
448 * gnus-registry.el: Use it (major rewrite).
449
450 * nnregistry.el: Use it.
451
452 * spam.el: Use it.
453
454 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
455
456 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
457 marks on non-selected articles.
458
459 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
460
461 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
462
463 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
464 parameter to open-protocol-stream.
465
466 2011-04-01 Julien Danjou <julien@danjou.info>
467
468 * mm-view.el (mm-display-inline-fontify): Do not fontify with
469 fundamental-mode.
470
471 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
472
473 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
474 servers.
475
476 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
477
478 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
479 made marks not propagate, again.
480
481 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
482
483 * proto-stream.el (open-protocol-stream): Bring back `network' type.
484 Make this the default type.
485 (proto-stream-open-plain): Rename from proto-stream-open-default.
486 (open-protocol-stream, proto-stream-open-starttls)
487 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
488 with `plain'.
489
490 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
491 value.
492
493 * nntp.el (nntp-open-connection-function): Document the fact that some
494 values are not functions but are instead handled specially.
495 Recognize nntp-open-plain-stream value.
496 (nntp-open-connection): Recognize that value.
497
498 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
499
500 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
501 stuff.
502
503 * gnus-score.el (gnus-score-string): Fix calling convention of
504 `gnus-simplify-buffer-fuzzy' after last patches.
505
506 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
507 server for articles we didn't get any headers for. This is a sanity
508 check.
509
510 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
511
512 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
513 new CAPABILITY, use it.
514
515 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
516
517 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
518 downloading anything.
519
520 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
521
522 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
523
524 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
525 colors.
526 (gnus-splash-svg-color-symbols): New function.
527
528 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
529
530 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
531 instead of using the global gnus-simplify-subject-fuzzy-regexp.
532 (gnus-simplify-subject-fuzzy): Use the local
533 gnus-simplify-subject-fuzzy-regex instead of the global one.
534 This makes using this variable in group parameters work.
535
536 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
537
538 * gnus-registry.el (gnus-registry-unfollowed-groups):
539 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
540 archive:sent-YYYY-MM-DD groups).
541 (gnus-registry-split-fancy-with-parent): Bail out early in sender
542 tracking if there are more than `gnus-registry-max-track-groups'
543 matches.
544
545 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * message.el (message--yank-original-internal): New function to do the
548 insertion cleanly inside eval in `message-yank-original'.
549 (message-yank-original): Use it.
550
551 2011-03-29 Julien Danjou <julien@danjou.info>
552
553 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
554 local variables disabled rather than `normal-mode'.
555
556 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
557
558 * proto-stream.el: Changes preparatory to merging open-protocol-stream
559 with open-network-stream.
560 (proto-stream-always-use-starttls): Option removed.
561 (open-protocol-stream): Return a process object by default. Provide a
562 new parameter :return-list specifying a list-type return value, which
563 now has the form (PROP . PLIST) instead of a fixed-length list. Change
564 :type `network' to `try-starttls', and `network-only' to `default'.
565 Make `default' the default, for compatibility with open-network-stream.
566 Handle the no-parameter case exactly as open-network-stream, with no
567 additional stream processing. Search plists using plist-get.
568 Explicitly add :end-of-commend parameter if it is missing.
569 (proto-stream-open-default): Rename from
570 proto-stream-open-network-only. Return 'default as the type.
571 (proto-stream-open-starttls): Rename from proto-stream-open-network.
572 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
573 failed. Always return a list with a (possibly dead) process as the
574 first element, for compatibility with open-network-stream.
575 (proto-stream-open-tls): Use plist-get. Always return a list.
576 (proto-stream-open-shell): Return `default' as connection type.
577 (proto-stream-capability-open): Use plist-get.
578 (proto-stream-eoc): Function deleted.
579
580 * nnimap.el (nnimap-stream, nnimap-open-connection)
581 (nnimap-open-connection-1): Handle renaming of :type parameter for
582 open-protocol-stream.
583 (nnimap-open-connection-1): Pass a :return-list parameter
584 open-protocol-stream to obtain a list return value. Parse this list
585 using plist-get.
586
587 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
588 for open-protocol-stream. Accept open-protocol-stream return value
589 that is a subprocess object instead of a list. Handle the case of a
590 dead returned process.
591
592 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
593
594 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
595
596 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
597
598 2011-03-21 Julien Danjou <julien@danjou.info>
599
600 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
601 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
602 query.
603 (mm-inline-text): Render normal text with fontification whenever
604 possible.
605
606 * gnus-sum.el (gnus-summary-save-parts-1):
607 * gnus-art.el (gnus-article-browse-html-save-cid-content)
608 (gnus-article-browse-html-parts, gnus-mime-delete-part)
609 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
610 Use `mm-handle-filename'.
611
612 * mm-util.el (mm-handle-filename): New function, return the filename of
613 an handle.
614
615 2011-03-18 Julien Danjou <julien@danjou.info>
616
617 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
618 (gnus-buffer-live-p): Check that buffer is not nil.
619
620 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
621
622 * gnus-art.el: Require mouse, which the build bot seems to say is
623 needed.
624
625 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
626 XEmacs, since it doesn't have url-retrieve-synchronously.
627
628 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
629
630 * gnus-group.el (gnus-group-list-ticked): New function.
631 (gnus-group-make-menu-bar): Provide a menu entry for it.
632 (gnus-group-list-map): Provide a binding for it.
633
634 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
635
636 * shr.el (shr-visit-file): New command.
637
638 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
639
640 2011-03-17 Bjørn Mork <bjorn@mork.no>
641
642 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
643 servers.
644
645 2011-03-16 Julien Danjou <julien@danjou.info>
646
647 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
648 inline.
649
650 * gnus-art.el (article-hide-list-identifiers):
651 Use gnus-group-get-list-identifiers.
652
653 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
654 (gnus-summary-remove-list-identifiers):
655 Use gnus-group-get-list-identifiers to get regexp.
656 (gnus-select-newsgroup, gnus-summary-insert-subject)
657 (gnus-summary-insert-articles):
658 Call gnus-summary-remove-list-identifiers unconditionally.
659
660 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
661
662 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
663 we're selecting a group with unread articles.
664
665 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
666
667 * gssapi.el: New file separated out from imap.el to provide a general
668 Kerberos 5 connection facility for Emacs.
669
670 * message.el (message-elide-ellipsis): Document the format spec
671 ellipsis.
672
673 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
674
675 * message.el (message-elide-region): Allow the ellipsis to say how many
676 lines were removed.
677
678 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
679
680 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
681 window configurations containing buffers that are now dead.
682
683 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
684 parsing to avoid integer overflows.
685 (nnimap-parse-flags): Simplify the last change.
686 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
687 too large for 32-bit Emacsen.
688
689 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * auth-source.el (auth-source-netrc-create):
692 * message.el (message-yank-original): Fix use of `case'.
693
694 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
695
696 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
697 XEmacs, which was one character too wide.
698
699 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
700
701 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
702 default number of articles to display.
703 (gnus-articles-to-read): Use pretty names for prompt.
704
705 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
706
707 * gnus-int.el (gnus-open-server): Ditto.
708
709 * gnus-start.el (gnus-activate-group): Give a backtrace if
710 debug-on-quit is set and the user hits `C-g'.
711 (gnus-read-active-file): Ditto.
712
713 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
714
715 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
716
717 * message.el (message-yank-original): Use cond instead of CL case.
718
719 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * auth-source.el (auth-source-netrc-create): Use usual format for the
722 default in prompts.
723
724 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
725
726 * auth-source.el (auth-source-netrc-create): Show the default in the
727 prompt when prompting for token creation.
728
729 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
730
731 * auth-source.el (auth-source-format-prompt): Always convert the value
732 to a string to avoid evaluating non-string arguments.
733 (auth-source-netrc-create): Offer default properly, not as initial
734 content in `read-string'.
735 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
736 of line to determine if we've been run before. If so, don't run again,
737 but print a trivial message to indicate the cache was hit instead.
738
739 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
740
741 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
742 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
743 The user will have to run `gnus-sync-read' manually and wait for Cloudy
744 Gnus.
745
746 2011-03-11 Julien Danjou <julien@danjou.info>
747
748 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
749 modified file".
750
751 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
752
753 * auth-source.el (auth-source-read-char-choice): New function to read a
754 character choice using `dropdown-list', `read-char-choice', or
755 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
756 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
757 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
758 (auth-source-netrc-saver): Use it.
759 (auth-source-pick-first-password): New convenience function.
760
761 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
762
763 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
764 parameter in the credentials.
765 (nnimap-open-connection-1): Use it after a successful login.
766 (nnimap-credentials): Add IMAP-specific user and password prompt.
767
768 * auth-source.el (auth-source-search): Add :require parameter, taking a
769 list. Document it and the :save-function return token. Pass :require
770 down. Change the CREATED message from a warning to a debug statement.
771 (auth-source-search-backends): Pass :require down.
772 (auth-source-netrc-search): Pass :require down.
773 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
774 Change save prompt to indicate all modifications saved here are
775 deletions.
776 (auth-source-netrc-create): Take user login name as default in user
777 prompt. Move all the save functionality to a lexically bound function
778 under the :save-function token in the returned list. Set up clearer
779 default prompts for user, host, port, and secret.
780 (auth-source-netrc-saver): New function, intended to be wrapped for
781 :save-function.
782
783 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
784
785 * Version 23.3 released.
786
787 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
788
789 * shr.el (shr-table-horizontal-line): Change the defaults for the table
790 lines to be spaces instead.
791
792 2011-03-07 Julien Danjou <julien@danjou.info>
793
794 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
795 (sieve-sasl-auth): Check that auth-source-search did return something,
796 or just return an empty string.
797
798 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
799
800 * gnus.el (gnus-interactive): Use read-directory-name.
801
802 * gnus-uu.el (gnus-uu-decode-uu-and-save)
803 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
804 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
805 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
806 Likewise.
807
808 * gnus-group.el (gnus-group-make-directory-group): Likewise.
809
810 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
811
812 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
813 onto the list of killed groups, too. This makes killed nnimap groups,
814 for instance, more reliably not reappear.
815
816 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
817 the parent.
818
819 * gnus-sum.el (gnus-update-read-articles): Fix typo.
820
821 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
822 really have server-side marks.
823
824 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
825 since most backends do not usefully have server-side marks.
826 (gnus-update-read-articles): Propagate marks to all backends that
827 really have server-side marks.
828
829 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
830
831 * message.el (message-cite-reply-position, message-cite-style):
832 New variables.
833 (message-yank-original): Use the new citation styles.
834
835 2011-03-04 Daiki Ueno <ueno@unixuser.org>
836
837 * message.el (message-options): Revert the change that's a workaround
838 for XEmacs buffer-local issue; don't mark it buffer-local when running
839 under XEmacs.
840
841 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
842
843 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
844 numbers too big to be `read'.
845
846 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
847
848 * message.el (message-options): Make buffer-local two ways to attempt
849 to fix a XEmacs bug.
850
851 2011-03-02 Julien Danjou <julien@danjou.info>
852
853 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
854
855 2011-03-01 Julien Danjou <julien@danjou.info>
856
857 * gnus-art.el (list-identifier): Add list-identifier as a parameter
858 group.
859 (article-hide-list-identifiers): Use list-identifier group parameter.
860
861 2011-02-28 Julien Danjou <julien@danjou.info>
862
863 * sieve.el (sieve-buffer-script-name): New local variable to store
864 sieve script name.
865 (sieve-edit-script): Store sieve script name.
866 (sieve-upload): Use sieve script name when uploading.
867 (sieve-upload): Use substitute-command-keys.
868 (sieve-edit-script): Use substitute-command-keys.
869 (sieve-refresh-scriptlist): Use substitute-command-keys.
870 (sieve-manage-mode-map): Define keymap properly.
871 (sieve-manage-mode): Do not set mode name manually, change mode-name to
872 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
873 Remove commented code about cvs.
874 (sieve-manage-quit): New function.
875 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
876
877 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
878
879 * gnus-group.el (gnus-import-other-newsrc-file): New function.
880
881 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
882
883 * auth-source.el (auth-source-search): Cache empty result sets.
884
885 * auth-source.el (auth-source-save-behavior): New variable to replace
886 `auth-source-never-create'.
887 (auth-source-netrc-create): Use it.
888 (auth-source-never-save): Remove.
889
890 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
891
892 * nnimap.el (nnimap-stream): Doc fix.
893 (nnimap-open-connection-1): Reverse the order of the ports to that the
894 prompted-for port is first.
895
896 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
897 retrieval by the no-group selection.
898
899 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
900 numerical parameters.
901
902 2011-02-25 Julien Danjou <julien@danjou.info>
903
904 * gnus-gravatar.el: Use gnus-with-article-buffer.
905
906 * gnus-art.el (gnus-with-article-buffer): Check that the
907 gnus-article-buffer is alive.
908
909 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
910
911 * auth-source.el (auth-source-creation-prompts): New variable to manage
912 creation-time prompts.
913 (auth-source-search): Document it.
914 (auth-source-format-prompt): Add utility function.
915 (auth-source-netrc-create): Don't default the user name to
916 user-login-name. Use `auth-source-creation-prompts' and some default
917 prompts for user, host, port, and password (the default generic prompt
918 remains ugly).
919 (auth-source-never-save): Add customizable option to never save info.
920 (auth-source-netrc-create): Use it and improve save prompts. Fix help
921 mode excursion.
922
923 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
924
925 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
926 argument that XEmacs doesn't support.
927
928 2011-02-23 Julien Danjou <julien@danjou.info>
929
930 * gnus-art.el (article-make-date-line): Ignore errors if time is
931 invalid and not convertible.
932 (article-make-date-line): Only add lapsed time if time is not nil.
933
934 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
935
936 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
937 `read-char-choice' for backwards compatibility.
938 (auth-source-netrc-element-or-first): New function to DTRT for
939 parameter extraction.
940 (auth-source-netrc-create): Use it and fix multiple parameter print
941 bug. Use the default passed from above (given-default) or the
942 built-in (user-login-name for :user).
943
944 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
945
946 * gnus-start.el (gnus-dribble-read-file):
947 Set buffer-save-without-query, since we always want to save the dribble
948 file, probably.
949
950 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
951 nnimap.
952
953 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
954 -summary- since it's a user-visible variable.
955
956 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
957 first time you use the new Gnus.
958
959 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
960
961 * auth-source.el: Don't load netrc.el.
962 (auth-sources): Search ~/.netrc as well by default.
963 (auth-source-debug): Add 'trivia option for extra output.
964 (auth-source-do-trivia): Use it.
965 (auth-source-search): Simplify logic to use
966 `auth-source-search-backends'. Use `auth-source-do-trivia' where
967 appropriate. Don't keep a running count at this level. Layer :create
968 and :delete options appropriately on the first and second passes.
969 Don't track the backend with the search results.
970 (auth-source-search-backends): New function to search a list of
971 backends for a processed spec.
972 (auth-source-netrc-parse): Cache all netrc files, making
973 auth-source-netrc-cache an alist keyed by the file name and using the
974 file mtime as the caching criterion. Keep the obfuscated data secret
975 with a lexical bind.
976 (auth-source-netrc-search): Don't calculate the length of the results
977 unnecessarily.
978 (auth-source-search-backends): Fix bug.
979 (auth-source-netrc-create): Rework prompts.
980
981 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
982
983 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
984 Lower case names of search constraints.
985 (nnir-run-query): Cache and reuse search constraints for all imap
986 servers.
987
988 2011-02-22 Sam Steingold <sds@gnu.org>
989
990 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
991
992 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
993
994 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
995 after exit.
996 (gnus-setup-message): Define missing variable from last checkin.
997
998 * gnus-sum.el (gnus-summary-show-article): When called with t as the
999 value, show the raw article.
1000
1001 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1002
1003 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1004 auth-source now accepts numbers.
1005
1006 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1007 spec, too.
1008 (auth-source-ensure-strings): New function.
1009
1010 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1011 (gnus-article-setup-buffer): Always restart the date timer so that user
1012 changes to the frequency is respected.
1013
1014 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1015 port numbers, so make sure it gets that if nnimap-server-port is
1016 explicit.
1017
1018 2011-02-21 Simon Josefsson <simon@josefsson.org>
1019
1020 * nnimap.el (nnimap-inbox): Doc fix.
1021
1022 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1023
1024 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1025 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1026 color-lab-to-srgb.
1027
1028 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1029
1030 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1031 given method as in the group name if we're using an extended method.
1032 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1033 command, if we're using that, instead of waiting for the beginning.
1034
1035 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1036 we're sure to get unique server names, and we don't output two async
1037 commands in the same buffer. This fixes an NNTP hang for some users.
1038
1039 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1040
1041 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1042 summary buffer before reading going to the next buffer. This avoids
1043 putting the point in the group buffer if you `C-g' the command.
1044
1045 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1046 cache (for now) to make ~/.authinfo.gpg files usable.
1047
1048 * nnfolder.el (copyright-update): Define for the compiler.
1049
1050 * auth-source.el (auth-source-search): Fix unbound variable.
1051
1052 2011-02-19 Glenn Morris <rgm@gnu.org>
1053
1054 * gnus.el (gnus-meta): Doc fix.
1055
1056 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1057
1058 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1059 in case it's not yet loaded.
1060
1061 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1062
1063 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1064 line we're waiting for.
1065
1066 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1067
1068 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1069 face with line-width greater than zero will cause RET in gnus summary
1070 buffer to scroll down article page-wise because auto vscroll happens,
1071 it should be temporalily disabled when doing a scroll-up.
1072
1073 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1074
1075 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1076 outputs from the server.
1077
1078 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1079
1080 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1081 later so that bbdb can hook in easier.
1082
1083 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1084
1085 * auth-source.el (auth-source-search): Don't try to create credentials
1086 if the caller doesn't want that.
1087 (auth-source-search): If we don't find a match, don't bug out on
1088 non-bound variables.
1089 (auth-source-search): Only ask a single backend to create the
1090 credentials.
1091
1092 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1093 logging.
1094 (nnimap-credentials): Protect against auth-source-search returning nil.
1095 (nnimap-request-list): Protect against not being able to open the
1096 server.
1097
1098 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1099
1100 * auth-source.el (auth-source-search): Do a two-phase search, one with
1101 no :create to get the responses from all backends.
1102
1103 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1104 when getting credentials.
1105
1106 * gnus-util.el (gnus-delete-duplicates): New function.
1107
1108 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1109
1110 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1111 a creation default, pass the whole port list down. It will be
1112 completed.
1113
1114 * auth-source.el (auth-source-search): Updated docs to talk about
1115 multiple creation choices.
1116 (auth-source-netrc-create): Accept a list as a value (from the search
1117 parameters) and do completion on that list. Keep a separate netrc line
1118 with the password obscured for showing the user.
1119
1120 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1121 first choice to `auth-source-search' so it will be used for entry
1122 creation instead of the server's Gnus-specific name.
1123 (nnimap-credentials): Rely on the auth-source library to select which
1124 port is actually wanted in the new netrc entry, so don't override
1125 `auth-source-creation-defaults'.
1126
1127 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1128 :protocol and accept a missing user, host, or port as a wildcard match.
1129 (auth-source-debug): Default to off.
1130
1131 (auth-source-netrc-search, auth-source-netrc-create)
1132 (auth-source-secrets-search, auth-source-secrets-create)
1133 (auth-source-user-or-password, auth-source-backend, auth-sources)
1134 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1135 instead of :protocol.
1136
1137 * nnimap.el (nnimap-credentials): Pass a port default to
1138 `auth-source-search' in case an entry needs to be created.
1139 (nnimap-open-connection-1): Use :port instead of :protocol.
1140
1141 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1142
1143 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1144 instead of delete-dups that is not available in XEmacs 21.4.
1145
1146 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1147
1148 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1149 nil means that nnimap doesn't get updated.
1150
1151 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1152
1153 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1154 result when the user doesn't want to write to the file.
1155 (auth-source-netrc-search): Expect a synthetic result and proceed
1156 accordingly.
1157 (auth-source-cache-expiry): New variable to override
1158 `password-cache-expiry'.
1159 (auth-source-remember): Use it.
1160
1161 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1162 parameter. Create entry if necessary by using :create t.
1163 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1164
1165 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1166
1167 * auth-source.el (auth-source-debug): Enable by default and don't
1168 mention the obsolete `auth-source-hide-passwords'.
1169 (auth-source-do-warn): New function to debug unconditionally.
1170 (auth-source-do-debug): Use it.
1171 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1172 and for Secrets API entries when the secrets.el library is not
1173 available.
1174
1175 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1176
1177 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1178 (gnus-summary-exit): Kill the correct article buffer on exit from a
1179 `C-d' group.
1180
1181 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1182 gnus-propagate-marks.
1183
1184 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1185 before killing the buffers so that a non-full window conf gets handled
1186 correctly.
1187 (gnus-summary-exit): Ditto.
1188 (gnus-summary-read-group-1): Ditto.
1189
1190 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1191 async code again so that we can debug it properly.
1192
1193 * message.el (message-reply): Take an optional switch-buffer parameter
1194 so that Gnus window confs are respected better.
1195
1196 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1197
1198 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1199 `plist-get' to accept non-list parameters (XEmacs issue).
1200 Fix docstring.
1201 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1202 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1203 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1204 Login collection is "Login" and not "login".
1205
1206 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1207
1208 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1209 multiple headers.
1210
1211 * nnimap.el (nnimap-inhibit-logging): New variable.
1212 (nnimap-log-command): Don't log login commands.
1213
1214 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1215 to have more parameters.
1216
1217 * nnimap.el (nnimap-send-command): Mark the command time for each
1218 command, so that we don't get NOOPs stepping on our toes.
1219
1220 * gnus-art.el (article-date-ut): Get the date from the Date header on
1221 `t'.
1222
1223 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1224
1225 * auth-source.el (auth-source-search): Use copy-sequence instead of
1226 the cl.el copy-list.
1227
1228 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1229
1230 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1231 Improve prompt.
1232
1233 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1234
1235 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1236 washing status from the default format. It isn't very informative.
1237
1238 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1239
1240 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1241 Fix Gcc processing on imap.
1242
1243 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * message.el (message-bury): Don't pop up a new window when selected
1246 window is dedicated.
1247
1248 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1249
1250 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1251
1252 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1253
1254 * sieve-manage.el: Autoload `auth-source-search'.
1255 (sieve-sasl-auth): Use it.
1256
1257 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1258
1259 * nnimap.el: Autoload `auth-source-forget+'.
1260 (nnimap-open-connection-1): Use it if the connection fails.
1261
1262 * auth-source.el: Require `password-cache'.
1263 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1264 obsolete.
1265 (auth-source-magic): Marker for `password-cache' keys.
1266 (auth-source-do-cache): Update docstring.
1267 (auth-source-search): Use and check cache.
1268 (auth-source-forget-all-cached, auth-source-remember)
1269 (auth-source-recall, auth-source-forget, auth-source-forget+)
1270 (auth-source-specmatchp): Caching support functions.
1271 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1272 Remove and obsolete.
1273 (auth-source-user-or-password): Remove caching to further discourage
1274 using it. Always hide passwords.
1275
1276 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1277
1278 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1279 code for now, since it doesn't work for all users.
1280
1281 2011-02-09 Julien Danjou <julien@danjou.info>
1282
1283 * message.el (message-options): Make message-options really buffer
1284 local.
1285
1286 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1287
1288 * mail-source.el: Autoload `auth-source-search'.
1289 (mail-source-keyword-map): Note order matters.
1290 (mail-source-set-1): Get all the mail-source source values and
1291 defaults and search auth-source on those if needed. This can all
1292 probably be simplified.
1293
1294 * nnimap.el: Autoload `auth-source-search'.
1295 (nnimap-credentials): Use it.
1296 (nnimap-open-connection-1): Ask for the virtual server and physical
1297 address in one shot.
1298
1299 * nntp.el: Autoload `auth-source-search'.
1300 (nntp-send-authinfo): Use it. Note TODO.
1301
1302 2011-02-08 Julien Danjou <julien@danjou.info>
1303
1304 * shr.el (shr-tag-body): Add support for text attribute in body
1305 markups.
1306
1307 * message.el (message-options): Make message-options a local variable.
1308
1309 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1310
1311 * auth-source.el (auth-source-secrets-search)
1312 (auth-source-user-or-password): Use `append' instead of `nconc'.
1313 (auth-source-user-or-password): Build return list better and protect
1314 against nil :secret.
1315
1316 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1317
1318 * nnimap.el (nnimap-update-info): Refactor slightly.
1319 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1320 (nnimap-update-info): Clean up slightly.
1321 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1322 characters.
1323 (nnimap-process-quirk): Rename function to avoid collision.
1324 (nnimap-update-info): Fix macrology bug-out.
1325 (nnimap-update-info): Simplify split history test.
1326
1327 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1328
1329 * auth-source.el (top): Require 'eieio unconditionally.
1330 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1331 (auth-source-secrets-search): Limit search when `max' is greater than
1332 number of results.
1333
1334 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1335
1336 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1337 part not returning any data.
1338
1339 * proto-stream.el (open-protocol-stream): Document the return value.
1340
1341 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1342
1343 * auth-source.el (auth-source-secrets-search): Add examples.
1344
1345 2011-02-06 Julien Danjou <julien@danjou.info>
1346
1347 * message.el (message-setup-1): Handle message-generate-headers-first
1348 set to t.
1349
1350 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1351
1352 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1353 API with a string "secrets:collection-name" and with 'default.
1354 (auth-source-backend-parse): Parse "secrets:collection-name" and
1355 'default. Recurse on parses instead of repeating code. Use the
1356 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1357 message when ignoring a source.
1358 (auth-source-search): List ignored search keys at the top level.
1359 (auth-source-netrc-create): Use `case' instead of `cond'.
1360 (auth-source-secrets-search): Created with TODOs.
1361 (auth-source-secrets-create): Created with TODOs.
1362 (auth-source-retrieve, auth-source-create, auth-source-delete)
1363 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1364 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1365 (auth-source-user-or-password-sftp)
1366 (auth-source-user-or-password-smtp): Remove.
1367 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1368 around `auth-source-search'. Not tested thoroughly.
1369
1370 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1371
1372 * auth-source.el: Bring in assoc and eioeio libraries.
1373 (secrets-enabled): New variable to track the status of the Secrets API.
1374 (auth-source-backend): New EIOEIO class to represent a backend.
1375 (auth-source-creation-defaults): New variable to set prompt defaults
1376 during token creation (see the `auth-source-search' docstring for
1377 details).
1378 (auth-sources): Simplify to allow a simple string as a netrc backend
1379 spec.
1380 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1381 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1382 (auth-source-search): Main auth-source API entry point.
1383 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1384 (auth-source-search-collection): Helper function for searching.
1385 (auth-source-netrc-parse, auth-source-netrc-normalize)
1386 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1387 Supports search, create, and delete.
1388 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1389 backend stubs.
1390 (auth-source-user-or-password): Call `auth-source-search' but it's not
1391 ready yet.
1392
1393 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1394
1395 * message.el (message-setup-1): Remove the read-only stuff, since it
1396 doesn't work under XEmacs, for some reason.
1397
1398 * gnus-sum.el (gnus-user-date): Rename back from
1399 gnus-summary-user-date since user code refers to it.
1400
1401 * shr.el (shr-render-td): Store the actual background colour used.
1402
1403 * message.el (message-setup-1): Don't bind the constant
1404 -forbidden-properties.
1405 (message-setup-1): Revert previous change, since it needs to bind the
1406 props to insert them.
1407 (message-resend): Allow removing the read-only separator line.
1408
1409 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1410
1411 * nnimap.el (nnimap-request-accept-article): Give an error message if
1412 the APPEND wasn't successful.
1413
1414 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1415
1416 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1417 that have no groups.
1418
1419 2011-02-03 Julien Danjou <julien@danjou.info>
1420
1421 * gnus-draft.el: Remove progn around gnus-draft-setup.
1422
1423 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1424
1425 * gnus-start.el (gnus-read-active-for-groups): This function is never
1426 called with a nil `infos', so clean that up.
1427 (gnus-get-unread-articles): Request active files from primary/secondary
1428 methods that have no groups (yet).
1429
1430 2011-02-03 Julien Danjou <julien@danjou.info>
1431
1432 * message.el (message-setup-1): Always generate References first.
1433 (message-mail): Return the return value of message-setup, not always t.
1434 (message-setup-1): Insert mail-header-separator with read-only and
1435 intangible properties set.
1436
1437 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1438 user-date in docstring.
1439
1440 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1441
1442 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1443 docstring.
1444
1445 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1446 defcustom, with type and group. Move from gnus-util.el. Rename to
1447 gnus-summary-user-date-format-alist.
1448
1449 2011-02-03 Glenn Morris <rgm@gnu.org>
1450
1451 * nnimap.el (gnus-fetch-headers): Declare.
1452
1453 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1454
1455 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1456
1457 * message.el (message-forward-make-body-digest-plain)
1458 (message-followup, message-reply): Clean up things noted by Stefan.
1459
1460 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1461 gnus-article-update-date-headers is nil.
1462 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1463 it didn't really work with defcustom.
1464 (article-update-date-lapsed): Make sure the window start doesn't move,
1465 either.
1466
1467 2011-02-01 Julien Danjou <julien@danjou.info>
1468
1469 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1470 format.
1471
1472 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1473 standard in Emacs nowadays.
1474
1475 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * message.el (message-expand-name): Don't trust the return value of
1478 bbdb-complete-name.
1479 (message-check-news-header-syntax): Remove unused var `start'.
1480 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1481 (message-inhibit-body-encoding): Move to before first use.
1482 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1483 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1484 (Organization, Message-ID, Date, mh-previous-window-config):
1485 Defvar the vars using dynamic scoping.
1486
1487 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1488
1489 * shr.el (shr-render-td): Only do colours at the final rendering.
1490 Should be slightly faster.
1491 (shr-insert-table): Fix up TD background colours when doing the
1492 vertical padding.
1493
1494 * gnus-art.el (article-date-ut): Protect against articles with no Date
1495 header.
1496 (article-update-date-lapsed): Don't use current-column to find the
1497 horizontal position. It's fragile in the presence of \003 characters.
1498
1499 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1500
1501 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1502
1503 * gnus-art.el (article-transform-date): Rewrite to still work when
1504 there are several rfc2822 parts.
1505 (article-transform-date): Fix infinite recursion.
1506 (article-date-ut): Replace infinitely many Date headers with a single
1507 one when called interactively.
1508
1509 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1510 secure manner.
1511
1512 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1513 move around by not using save-window-excursion. It seems to work...
1514
1515 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1516
1517 * gnus-art.el (article-make-date-line): Work for user-defined format.
1518
1519 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1520
1521 * nntp.el (nntp-retrieve-group-data-early)
1522 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1523 fetching functions.
1524
1525 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1526 thoroughly for all backends that have no known groups. This should
1527 allow new nnml methods to retrieve mail.
1528
1529 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1530 that Gnus doesn't know exists again.
1531
1532 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1533 (gnus-treat-date-ut): Ditto.
1534 (gnus-article-update-date-header): Rename.
1535 (gnus-treat-date-local): Remove.
1536 (gnus-treat-date-english): Remove.
1537 (gnus-treat-date-lapsed): Remove.
1538 (gnus-treat-date-combined-lapsed): Remove.
1539 (gnus-treat-date-original): Remove.
1540 (gnus-treat-date-iso8601): Remove.
1541 (gnus-treat-date-user-defined): Remove.
1542 (gnus-article-date-headers): New variable to control all the date
1543 header options.
1544 (article-date-ut): Rewrite to allow using the new way to format date
1545 headers(s).
1546
1547 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1548
1549 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1550 method.
1551 (nnmail-article-group): A better test for fanciness.
1552
1553 * nnimap.el (nnimap-request-head): Protect against not finding the
1554 article by Message-ID.
1555
1556 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1557
1558 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1559 keep point at the "same place".
1560
1561 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1562
1563 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1564 data if the group is unactivated.
1565
1566 2011-01-28 Julien Danjou <julien@danjou.info>
1567
1568 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1569 (gnus-all-windows-visible-p): Remove old compatibility code.
1570 (gnus-window-top-edge): Add docstring.
1571
1572 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1573
1574 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1575
1576 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1577 older request-update-info.
1578
1579 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1580
1581 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1582
1583 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1584 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1585
1586 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1587
1588 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1589 groups. This makes the nndraft:queue group pop up if it's not already
1590 there.
1591
1592 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1593 messages" logic, which was reversed.
1594
1595 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1596 the "same place" even if point is on the line being replaced.
1597 (article-update-date-lapsed): Allow updating both the combined lapsed
1598 and the lapsed headers.
1599 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1600 (article-make-date-line): Limit the number of segments dynamically to
1601 avoid too-long lines.
1602
1603 2011-01-27 Julien Danjou <julien@danjou.info>
1604
1605 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1606 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1607
1608 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1609
1610 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1611 Use plist-get instead of the cl function getf.
1612
1613 2011-01-27 Glenn Morris <rgm@gnu.org>
1614
1615 * gnus-util.el (float-time): Get rid of compiler warning, again.
1616
1617 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1618
1619 * shr.el (shr-put-color): Special-case background colours: Do put them
1620 at the blank parts at the front of the lines.
1621
1622 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1623 exit hook to nix out all data on readedness on group exit.
1624
1625 * gnus-util.el (float-time): If float-time is bound, always use it on
1626 all Emacsen. It's unclear why the subrp check was there.
1627 (time-date): Require to make some autoload issues on XEmacs go away.
1628
1629 * shr.el (shr-put-color): Don't do the box padding in tables, since
1630 they're already padded.
1631
1632 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1633
1634 * gnus-art.el (gnus-article-next-page): When the last line of the
1635 article is displayed, scroll down once more instead of going to the
1636 next article at once.
1637 (article-lapsed-string): Refactor out and allow specifying how many
1638 segments you want.
1639 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1640 (gnus-article-update-lapsed-header): New variable.
1641
1642 * shr.el: Revert change that made headings use different-sized faces.
1643 The Emacs display engine isn't advanced enough that, for instance,
1644 tables can comfortably use differently-sized faces.
1645
1646 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1647
1648 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1649 used.
1650 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1651 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1652 we're using an encrypted connection.
1653
1654 * proto-stream.el: Alter the interface functions to also return the
1655 actual stream type used: network or tls.
1656
1657 2011-01-25 Julien Danjou <julien@danjou.info>
1658
1659 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1660 (mm-display-javascript-inline): New function.
1661
1662 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1663 viewing function.
1664
1665 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1666
1667 * shr.el (shr-expand-newlines): Fix variable name.
1668
1669 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1670
1671 * shr.el (shr-expand-newlines): Make nested boxes work.
1672
1673 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1674
1675 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1676 backgrounds.
1677 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1678 in a more sensible manner.
1679
1680 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1681
1682 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1683 if EPG is loaded.
1684
1685 2011-01-24 Julien Danjou <julien@danjou.info>
1686
1687 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1688 tags.
1689
1690 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1691
1692 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1693 commands.
1694
1695 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1696 in the article buffer.
1697 (gnus-gravatar-insert): Use blank space from the current buffer to
1698 avoid breaking text properties. This makes X-Sent updating work again.
1699
1700 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1701
1702 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1703
1704 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1705 fix the bug in url-http.el instead.
1706
1707 * shr.el (shr-image-fetched): Ditto.
1708
1709 * shr.el (shr-image-fetched): Avoid having point move in the article
1710 buffer.
1711
1712 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1713 buffer after being called. It's apparently being killed by url.el, and
1714 killing it made point move to end-of-buffer in a random buffer.
1715
1716 * shr.el (shr-image-fetched): Ditto.
1717
1718 2011-01-23 Julien Danjou <julien@danjou.info>
1719
1720 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1721
1722 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1723 text/x-org.
1724
1725 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1726
1727 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1728 (i.e., nnimap) returning nil as the article number.
1729
1730 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1731
1732 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1733 "DelSp" parameter in RFC3676.
1734
1735 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1736
1737 * message.el (message-check-recipients): Display the encoded version of
1738 the bogus address if they differ.
1739
1740 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1741 after sending.
1742
1743 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1744
1745 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1746
1747 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1748 group buffer after sending the queue.
1749
1750 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1751
1752 2011-01-22 Julien Danjou <julien@danjou.info>
1753
1754 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1755
1756 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1757
1758 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1759 nested related parts.
1760
1761 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1762 unexpired articles. This fixes the regression that led expiry marks to
1763 disappear from nnfolder groups.
1764
1765 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1768 Don't confuse the "ret" of "retrograde" with RET.
1769
1770 2011-01-21 Julien Danjou <julien@danjou.info>
1771
1772 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1773 than mm-insert-inline.
1774
1775 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1776
1777 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1778 Widen article buffer.
1779
1780 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1783 the temp buffer.
1784 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1785
1786 2011-01-20 Julien Danjou <julien@danjou.info>
1787
1788 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1789
1790 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1791 than mm-insert-inline to insert inline part: this respect
1792 mm-inline-media-tests displayers.
1793
1794 * mm-view.el (mm-display-shell-script-inline): New function.
1795
1796 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1797
1798 * mm-uu.el (mm-uu-type-alist): Add org block.
1799 (mm-uu-org-src-code-block-extract): New function.
1800
1801 * mm-view.el (mm-display-org-inline): New function.
1802
1803 * mm-decode.el (mm-automatic-display): Add text/org.
1804
1805 * mailcap.el (mailcap-mime-extensions): Add .org.
1806
1807 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1808
1809 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1810 gnus-article-add-buttons.
1811
1812 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1813
1814 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1815 From header with a date and "nobody" as the sender.
1816
1817 2011-01-19 Julien Danjou <julien@danjou.info>
1818
1819 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1820 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1821 if you have the same regexp several times.
1822 (gnus-button-push): Fix matching when regexp is symbol.
1823
1824 2011-01-15 Glenn Morris <rgm@gnu.org>
1825
1826 * message.el (message-mail): A compose-mail function should
1827 accept headers as strings.
1828
1829 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1830
1831 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1832 Add :vert-only tags.
1833 (message-mail): New arg RETURN-ACTION.
1834 (message-return-action): New var.
1835 (message-bury): Use it.
1836 (message-mode): Make it buffer-local.
1837 (message-send-and-exit): Always call message-bury.
1838
1839 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1840 message-mail.
1841
1842 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1843
1844 * nnimap.el (nnimap-convert-partial-article): Protect against
1845 zero-length body parts.
1846
1847 * mm-decode.el (mm-preferred-alternative-precedence):
1848 Discourage showing empty parts.
1849
1850 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1851 and stuff if the backend didn't return the article number. This fixes
1852 an Exchange-related nnimap bug.
1853
1854 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1855 group window, because it does the wrong thing when a separate frame
1856 displays the group buffer.
1857
1858 * proto-stream.el (open-protocol-stream): Protect against the low-level
1859 transport functions returning nil.
1860
1861 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1862
1863 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1864 (mml2015-epg-find-usable-secret-key): New function.
1865 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1866 mml2015-epg-find-usable-key (Bug#7797).
1867 (mml2015-epg-encrypt): Ditto.
1868
1869 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1870
1871 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1872
1873 2011-01-03 Glenn Morris <rgm@gnu.org>
1874
1875 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1876
1877 * sieve.el (sieve-open-server): Give a more explicit error if
1878 sieve-manage-open returns nil. (Bug#7720)
1879
1880 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1881
1882 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1883
1884 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1885
1886 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1887 This avoids sending passwords in plain text over non-encrypted
1888 channels.
1889
1890 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1891
1892 * nnimap.el (nnimap-login): Refactored out into own function, and
1893 implement CRAM-MD5.
1894 (nnimap-wait-for-line): Refactored out.
1895
1896 * mm-view.el (mml-smime): Require.
1897
1898 2010-12-20 David Engster <deng@eml.cc>
1899
1900 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1901 use EPG to decrypt S/MIME messages instead of openssl.
1902
1903 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1904
1905 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1906
1907 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1908 status is the group clearly is unreachable.
1909
1910 * auth-source.el (auth-source-create): Add the optional second
1911 parameter to `local-variable-p' to be compatible with XEmacs.
1912
1913 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1914
1915 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1916 work when using a compressed nnml folder.
1917
1918 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1919
1920 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1921 backends after sanitising on entry, because this never makes sense:
1922 If the articles have gone missing, then the data no longer exists on
1923 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1924 overwrite anything anyway.
1925
1926 * shr.el (shr-insert-document): Bind shr-width dynamically to
1927 window-width if it's nil.
1928
1929 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1930
1931 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1932 with the meaning of using the full emacs window width for rendering.
1933
1934 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1935
1936 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1937 case when sender is not given.
1938
1939 2010-12-23 Julien Danjou <julien@danjou.info>
1940
1941 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1942 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1943 the addresses, otherwise we might misplaced the gravatar.
1944
1945 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1946
1947 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1948 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1949 obsolete in Emacs.
1950
1951 2010-12-20 Julien Danjou <julien@danjou.info>
1952
1953 * gnus-util.el (gnus-rescale-image): Revert last change.
1954
1955 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1956
1957 * gnus-group.el (gnus-group-delete-articles): New command.
1958
1959 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1960
1961 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1962
1963 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1964
1965 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1966 here, since it's up to the backends to do CRLF removal if their
1967 protocol has it.
1968
1969 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1970
1971 2010-12-17 Julien Danjou <julien@danjou.info>
1972
1973 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1974 they are from file. Can also scale up.
1975
1976 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1977
1978 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1979 gnus-use-agent.
1980 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1981
1982 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1983
1984 2010-12-17 Julien Danjou <julien@danjou.info>
1985
1986 * gravatar.el (gravatar-retrieve-synchronously): New function.
1987 (gravatar-get-data): Make more robust.
1988
1989 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1990
1991 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1992 to really consider the last line.
1993
1994 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1995
1996 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1997 list of recipient keys, or use symmetric encryption if not a list.
1998 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1999 EPA override, replacing the call to `netrc-store-data'.
2000
2001 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2002
2003 * gnus-srvr.el: Avoid passing nil regexp argument to
2004 delete-matching-lines.
2005
2006 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2007
2008 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2009 fetching stops when Gnus exits.
2010
2011 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2012 function.
2013 (nnfolder-request-expire-articles): Save all the buffers after doing
2014 expiry.
2015
2016 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2017 the last article", since that led to serious performance regressions
2018 when expiring nnml groups.
2019
2020 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2021
2022 * nnir.el: Improve customizations.
2023
2024 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2025
2026 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2027
2028 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2029 group has been killed.
2030 (gnus-group-yank-group): Ditto.
2031
2032 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2033
2034 * nnimap.el (nnimap-request-update-group-status): New function.
2035
2036 * gnus-int.el (gnus-request-update-group-status): New interface
2037 function.
2038
2039 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2040 copying read-ness to the backends.
2041
2042 * nnimap.el (nnimap-quirk): New function.
2043 (nnimap-retrieve-group-data-early): Use it.
2044 (nnimap-quirks): New alist.
2045
2046 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2047
2048 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2049 don't delete it within indentation.
2050
2051 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2052
2053 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2054 previous line.
2055
2056 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2057
2058 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2059 QRESYNC command by deleting a superfluous space which broke Cyrus
2060 servers. This change will break other servers that are buggy the other
2061 way around.
2062
2063 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2064
2065 * spam.el: Reindent and fix long lines.
2066 (spam-copy-or-move-routine): Exclude invalid move destinations.
2067
2068 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2069
2070 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2071 installed the registry.
2072
2073 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2074
2075 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2076 groupname doesn't contain "gmane".
2077
2078 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2079
2080 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2081 (gnus-1): Don't create the nndrafts group twice.
2082 (gnus-setup-news): There's no need to read the active file here, since
2083 that's done again later on a per-backend basis.
2084 (gnus-start-draft-setup): Make sure that the new group is started out
2085 empty.
2086
2087 * gnus-agent.el (gnus-agentize): Don't create the queue group
2088 automatically on startup. It'll be created later, if needed.
2089
2090 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2091 of automatically subscribed groups.
2092 (gnus-auto-subscribed-categories): New variable.
2093 (gnus-matches-options-n): Use it.
2094 (gnus-default-subscribed-newsgroups): Remove unused variable.
2095 (gnus-start-draft-setup): Message a bit less.
2096
2097 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2098
2099 * nnir.el (nnir-run-imap): Return article list in order of increasing
2100 UID.
2101
2102 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2103
2104 * gnus-sum.el (gnus-summary-enter-digest-group):
2105 Mention gnus-auto-select-on-ephemeral-exit.
2106
2107 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2108 convention of the network-only option.
2109
2110 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2111
2112 * proto-stream.el (proto-stream-open-network-only): New function to
2113 have a way to specify non-STARTTLS upgrade connections.
2114
2115 2010-12-10 Julien Danjou <julien@danjou.info>
2116
2117 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2118 email address is nil.
2119
2120 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2121
2122 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2123
2124 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2125 deletion.
2126 (nnir-run-imap): Only need to parse list once.
2127
2128 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2129
2130 * shr.el (shr-tag-script): Ignore <script>.
2131 (shr-tag-label): Add <label> support.
2132
2133 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2134
2135 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2136
2137 * shr.el (shr-image-displayer): Work for images lined side by side.
2138
2139 2010-12-08 Robert Pluim <rpluim@gmail.com>
2140
2141 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2142 parameter, since XEmacs doesn't accept t as a parameter.
2143
2144 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2145
2146 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2147 ids.
2148 (nnir-run-gmane): Simplify groupspec formatting.
2149 (nnir-request-expire-articles): New function.
2150
2151 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2152
2153 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2154 overflow, possibly.
2155
2156 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2157 (shr-render-td): Handle td style="" better.
2158 (shr-tag-table): Use the color from the style sheet.
2159 (shr-render-td): Make sure we copy over all the overlays, too.
2160
2161 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2162
2163 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2164 (nnir-request-article): Improve article retrieval.
2165
2166 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2167
2168 * mm-util.el (mm-extra-numeric-entities): New variable.
2169
2170 * mm-url.el (mm-url-decode-entities):
2171 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2172
2173 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * message.el: Use completion-at-point.
2176 (message-completion-function): New fun, extracted from message-tab.
2177 (message-mode): Use it for completion-at-point-functions.
2178 (message-tab): Use it and completion-at-point.
2179
2180 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2181
2182 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2183 character if a non-breakable character follows.
2184
2185 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2186
2187 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2188 any stream.
2189
2190 * shr.el (shr-tag-font): Colorize the region.
2191 (shr-tag-body): Ditto.
2192 (shr-tag-font): Actually let the styles be inherited instead of
2193 overwriting them.
2194 (shr-tag-font): Get the background color right.
2195 (shr-tag-style): Ignore all <style> tags for the moment.
2196
2197 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2198 a Message-ID to avoid having nnimap depend on gnus-sum.
2199
2200 * shr.el (shr-descend): Only colorize something if we have a node that
2201 sets colors.
2202
2203 2010-12-06 Julien Danjou <julien@danjou.info>
2204
2205 * shr.el (shr-render-td): Render td content with shr-descend, so style
2206 will be applied to <td> too.
2207 (shr-colorize-region): Colorize region even if we only have a background.
2208 (shr-tag-body): Fix color and background color inheritance.
2209 Do not recolorize after shr-generic.
2210 (shr-tag-font): Let shr-generic colorize via inheritance.
2211
2212 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2213
2214 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2215
2216 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2217
2218 * nnir.el (nnir-request-move-article): Remove obsolete code.
2219
2220 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2221
2222 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2223
2224 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2225
2226 * gnus-sum.el (gnus-summary-respool-article): The completion function
2227 expects a list instead of an alist.
2228
2229 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2230 string as the parameter.
2231
2232 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2233
2234 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2235 styles.
2236 (shr-colorize-region): New function.
2237 (shr-insert-background-overlay): Remove.
2238 (shr-render-td): Background setting should be taken care of on a higher
2239 level.
2240 (shr-tag-body): Use post-hoc colorizations.
2241 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2242 (shr-put-color-1): Don't overwrite old colors.
2243 (shr-colorize-region): When the background color isn't explicit, use
2244 a fixed background.
2245
2246 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2247 nnmail variables.
2248
2249 2010-12-05 Bjørn Mork <bjorn@mork.no>
2250
2251 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2252 unless necessary.
2253
2254 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2255
2256 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2257 server.
2258
2259 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2260
2261 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2262 so that TAB works.
2263
2264 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2265 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2266
2267 * shr.el (shr-urlify): Show the URL before the title to avoid
2268 misleading URLs.
2269
2270 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2271
2272 * shr.el (shr-urlify): Display the title in <a> tags.
2273
2274 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2275
2276 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2277
2278 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2279
2280 * nnir.el: Rearrange code to allow macros to be autoloaded by
2281 gnus-sum.el.
2282 (nnir-retrieve-headers-override-function): Make this variable
2283 customizable.
2284 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2285
2286 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2287 from nnir.el.
2288
2289 2010-12-03 Julien Danjou <julien@danjou.info>
2290
2291 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2292
2293 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2294
2295 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2296 allow optional argument `environment'.
2297
2298 2010-12-03 Glenn Morris <rgm@gnu.org>
2299
2300 * mm-extern.el (message-goto-body): Update declaration.
2301
2302 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2303
2304 * gnus-util.el (gnus-macroexpand-all): New function.
2305
2306 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2307 instead of macroexpand-all that is unavailable in XEmacs.
2308
2309 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2310
2311 * nnir.el (nnir-summary-line-format): New variable.
2312 (nnir-mode): Use it.
2313 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2314 (nnir-article-ids): Reimplement as defsubst.
2315 (nnir-retrieve-headers): Don't mangle the subject header.
2316 (nnir-run-imap): Use 100 as RSV score.
2317 (nnir-run-find-grep): Fix for full server searching.
2318 (nnir-run-gmane): Better restriction to gmane groups.
2319
2320 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2321 summary buffers.
2322
2323 2010-12-02 Julien Danjou <julien@danjou.info>
2324
2325 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2326
2327 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2328
2329 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2330 support.
2331
2332 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2333
2334 * nnir.el: Update to handle the registry better.
2335 (autoload): Silence byte-compiler.
2336 (nnir-open-server): Add a hook for nnir groups.
2337 (nnir-request-move-article): Don't mangle the header. Better to use
2338 formating variables (which will be added in the future).
2339 (nnir-registry-action): Update the registry using the original article
2340 group name.
2341 (nnir-mode): Install nnir-specific hooks for updating the registry.
2342
2343 * gnus-sum.el
2344 (gnus-article-original-subject,gnus-newsgroup-original-name):
2345 Remove obsolete variables.
2346 (gnus-summary-move-article): Remove use of obsolete variables.
2347 (gnus-summary-local-variables): Make move and delete hooks local to
2348 summary buffers.
2349
2350 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2351
2352 * rtree.el: New file.
2353
2354 2010-12-01 Julien Danjou <julien@danjou.info>
2355
2356 * message.el (message-user-organization): Do not use
2357 gnus-local-organization.
2358
2359 * gnus.el: Remove gnus-local-organization.
2360
2361 * gnus-msg.el: Remove nastygram thing.
2362
2363 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2364
2365 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2366 funcall.
2367
2368 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2369
2370 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2371 names.
2372
2373 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2374 characters.
2375
2376 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2377 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2378 Suggested by Štěpán Němec <stepnem@gmail.com>.
2379 (gnus-gravatar-transform-address): Use mail-extract-address-components
2380 that supports non-ASCII names rather than mail-header-parse-addresses.
2381
2382 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2383
2384 * proto-stream.el (open-protocol-stream): All starttls connections are
2385 handled by the network handler.
2386
2387 2010-11-30 Julien Danjou <julien@danjou.info>
2388
2389 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2390 (nnimap-open-connection-1): Fix PREAUTH.
2391
2392 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2393
2394 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2395
2396 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2397 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2398 (shr-insert): Use them.
2399 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2400
2401 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2402
2403 * nnir.el (nnir-request-move-article): Bail out if original group
2404 doesn't support article moves.
2405 (nnir-get-active): Improve active list retrieval.
2406
2407 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2408
2409 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2410
2411 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2412
2413 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2414 seem to accept strings-with-numbers as port numbers,
2415
2416 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2417
2418 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2419 change the registry.
2420
2421 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2422
2423 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2424 delete-dups that is not available in XEmacs 21.4.
2425
2426 * mm-util.el (mm-delete-duplicates): Add comment.
2427
2428 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2429
2430 * nnir.el (nnir-ignored-newsgroups): New variable.
2431 (nnir-get-active): Use it.
2432
2433 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2434
2435 * proto-stream.el (proto-stream-open-network): Add some comments.
2436
2437 * nntp.el (nntp-open-connection): Provide a :success condition.
2438
2439 * nnimap.el (nnimap-open-connection-1): Ditto.
2440
2441 * proto-stream.el (proto-stream-open-network): See what the response to
2442 the STARTTLS command is.
2443
2444 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2445 backwards compatibility).
2446 (nnimap-open-connection-1): Really respect nnimap-server-port.
2447
2448 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2449 TLS upgrades we don't really care about the identity of the peer.
2450 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2451 that what we've checked for.
2452 (proto-stream-always-use-starttls): Only default to t if
2453 open-gnutls-stream exists.
2454 (proto-stream-open-network): If STARTTLS failed, then just open a
2455 normal connection.
2456 (proto-stream-open-network): Wait until the greeting before doing
2457 STARTTLS.
2458
2459 * nntp.el (nntp-open-connection): Report what the connection error is.
2460
2461 * proto-stream.el (open-protocol-stream): Rename from
2462 open-proto-stream.
2463
2464 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2465
2466 * nnimap.el (nnimap-stream): Change default to `undecided'.
2467 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2468 first, and then network.
2469 (nnimap-open-connection-1): Respect nnimap-server-port.
2470 (nnimap-open-connection): Be more backwards-compatible.
2471
2472 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2473 (proto-stream-open-starttls): De-duplicate the starttls code.
2474 (proto-stream-open-starttls): Folded back into the main function.
2475 (proto-stream-open-network): Fix typo in the gnutls path.
2476 (proto-stream-command): Refactor out.
2477
2478 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2479
2480 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2481 starttls.el STARTTLS.
2482
2483 * color.el (color-lab->srgb): Fix function call name.
2484
2485 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2486 if we're using tls.el.
2487 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2488 built in, then don't try to establish a STARTTLS connection.
2489
2490 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2491 servers.
2492
2493 * proto-stream.el (open-proto-stream): Use network, not stream.
2494 (open-proto-stream): Add a way to specify what the end of a command is.
2495
2496 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2497 connections types.
2498 (nntp-open-network-stream): Remove.
2499 (nntp-open-ssl-stream): Remove.
2500 (nntp-open-tls-stream): Remove.
2501 (nntp-ssl-program): Remove.
2502
2503 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2504
2505 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2506
2507 * nnir.el: Fix typos.
2508 (nnir-retrieve-headers-override-function): Rename variable to reflect
2509 new semantics.
2510 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2511 macros.
2512 (nnir-request-article, nnir-request-move-article): Use them.
2513 (nnir-categorize): New function.
2514 (nnir-run-query): Use it.
2515 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2516 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2517 sorted.
2518 (nnir-group-full-name): Use gnus-group-full-name instead.
2519 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2520 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2521
2522 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2523
2524 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2525
2526 * proto-stream.el: New library to provide protocol-specific
2527 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2528 protocols.
2529 (open-proto-stream): Complete the documentation.
2530 (proto-stream-open-network): Fix some typos.
2531
2532 * nnimap.el (nnimap-open-connection): Use it.
2533
2534 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2535
2536 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2537 negotiation.
2538
2539 2010-11-26 Julien Danjou <julien@danjou.info>
2540
2541 * color.el: Rename various rgb functions to srgb.
2542
2543 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2544
2545 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2546 names.
2547
2548 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2549
2550 * shr.el (shr-insert): Revert last change.
2551 (shr-find-fill-point): Never leave point being at bol;
2552 relax the kinsoku limitation when rendering tables.
2553
2554 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2555
2556 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2557 results from -accept-article.
2558
2559 * shr-color.el: Require cl when compiling.
2560
2561 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2562 checkin.
2563
2564 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2565
2566 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2567
2568 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2569 'add and 'delete to set backend marks.
2570
2571 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2572
2573 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2574
2575 * nntp.el (nntp-request-set-mark): Use it.
2576
2577 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2578
2579 * nnml.el (nnml-request-set-mark): Ditto.
2580
2581 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2582 introduces regressions in article selection.
2583 (nnimap-find-uid-response): New function.
2584 (nnimap-request-accept-article): Use the UID returned, if any.
2585 (nnimap-request-move-article): Use the UID returned, if any.
2586 (nnimap-get-groups): Reimplement to work with folded lines.
2587 (nnimap-find-uid-response): The UID is the last element in the list.
2588 (nnimap-request-set-mark): Extend syntax with 'set.
2589
2590 * nnml.el (nnml-request-set-mark): Ditto.
2591
2592 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2593
2594 * nntp.el (nntp-request-set-mark): Ditto.
2595
2596 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2597
2598 * message.el (message-called-interactively-p): A temporary macro.
2599 (message-goto-body): Use it temporarily.
2600
2601 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2602
2603 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2604 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2605 (nnimap-last-response-string): Fix last unfolding fix.
2606
2607 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2608
2609 * shr.el (shr-insert): Fix the way to fold lines.
2610
2611 2010-11-25 Julien Danjou <julien@danjou.info>
2612
2613 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2614
2615 * color.el: Rename from color-lab.el
2616 (color-rgb->hex): Add.
2617 (color-complement): Add.
2618 (color-complement-hex): Add.
2619
2620 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2621
2622 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2623
2624 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2625 don't exist.
2626
2627 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2628
2629 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2630 assuming that article displaying or another mml-preview may be
2631 interrupted for an error or for the like.
2632
2633 * shr.el (shr-get-background): Fix argument name.
2634
2635 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2636
2637 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2638
2639 * gnus-sum.el (gnus-summary-include-articles): New function.
2640
2641 * message.el (message-goto-body): called-interactively-p needs a
2642 parameter, so use `any'.
2643
2644 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2645 clear marks before moving, since they're synced from the Gnus side
2646 first.
2647
2648 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2649 (gnus-summary-move-article): Copy over all marks before moving, so that
2650 IMAP doesn't think a new article has arrived.
2651
2652 2010-11-24 Julien Danjou <julien@danjou.info>
2653
2654 * shr.el (shr-insert-background-overlay): Fix typo.
2655 (shr-render-td): Copy the background before rendering.
2656
2657 * shr-color.el (shr-color-visible): Fix docstring.
2658
2659 * shr.el (shr-tag-table): Add bgcolor support.
2660 (shr-render-td): Add bgcolor support.
2661 (shr-get-background): Add.
2662 (shr-insert-foreground-overlay): Use shr-get-background.
2663
2664 * message.el (message-goto-body): Use called-interactively-p.
2665 (message-in-body-p): message-goto-body returns point.
2666
2667 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2668
2669 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2670 Fixes something or other in Emacs 23, and is backwards compatible.
2671
2672 * message.el (message-goto-body): Remove the <#secure special-casing,
2673 which is too special.
2674
2675 * shr.el (shr-parse-style): Drop !important from styles.
2676
2677 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2678
2679 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2680 this function to return incorrect results when calling it with an
2681 explicit article argument different from
2682 (gnus-summary-article-number).
2683
2684 2010-11-24 Julien Danjou <julien@danjou.info>
2685
2686 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2687 (shr-tag-body): Add background support.
2688 (shr-descend): Add background support.
2689 (shr-tag-title): Add.
2690
2691 * shr-color.el (shr-color-visible): Really return original background
2692 if fixed.
2693
2694 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2695
2696 * shr.el (shr-color-check): Protect against non-existent colour names.
2697
2698 2010-11-24 Julien Danjou <julien@danjou.info>
2699
2700 * color-lab.el: Require 'cl when compiling.
2701
2702 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2703
2704 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2705 matched part.
2706
2707 * color-lab.el: Fix all expt calls to use float type.
2708
2709 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2710
2711 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2712 expression to shr-color-check as is.
2713
2714 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2715
2716 * color-lab.el: Add coding cookie.
2717 (float-pi): Use eval-and-compile.
2718
2719 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2720
2721 * shr.el (shr-insert-color-overlay): Split stuff like
2722 "#444444 !important" to find the real colour.
2723 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2724 parse <font color="red"> entries.
2725
2726 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2727
2728 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2729 point when parsing headers.
2730
2731 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2732 is positioned properly when parsing headers.
2733
2734 2010-11-23 Julien Danjou <julien@danjou.info>
2735
2736 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2737
2738 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2739
2740 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2741
2742 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2743 Use shr-color-hue-to-rgb.
2744 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2745
2746 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2747
2748 * shr.el (shr-color->hexadecimal): Autoload.
2749 (shr-descend): Add color to all tags.
2750
2751 2010-11-22 Julien Danjou <julien@danjou.info>
2752
2753 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2754 shr-color->hexadecimal.
2755
2756 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2757 RGB() or HSL() color representation.
2758
2759 * shr.el (shr-tag-font): Add.
2760 (shr-tag-color-check): New function to get better colors.
2761 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2762 tag-span.
2763
2764 * shr-color.el: New file.
2765
2766 * color-lab.el: New file.
2767
2768 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2769
2770 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2771
2772 * nnir.el: Fix typo in comments.
2773 (nnir-run-imap): Simplify code. No need to reverse artlist.
2774 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2775
2776 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2777
2778 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2779
2780 * nnimap.el (nnimap-get-capabilities): Refactor out.
2781 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2782
2783 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2784
2785 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2786 appearing when `mm-uu-hide-markers' is nil.
2787
2788 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2789
2790 * nnimap.el (nnimap-unselect-group): Make into its own function.
2791 (nnimap-request-rename-group): Unselect group before renaming.
2792 This had gotten lost somewhere.
2793 (nnimap-request-accept-article): Keep track of examined groups, and
2794 unselect the group before APPENDing to read-only groups.
2795 (nnimap-request-move-article): Clear flags before moving so that they
2796 can be re-set later.
2797
2798 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2799
2800 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2801 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2802
2803 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2804
2805 * gnus-art.el (gnus-mime-display-single)
2806 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2807 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2808 parameter.
2809
2810 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2811
2812 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2813 (shr-table-vertical-line): New variable.
2814 (shr-insert-table): Use it.
2815
2816 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2817
2818 * gnus-html.el (gnus-html-wash-images): Don't display images if
2819 gnus-inhibit-images is non-nil; register displayer for cid images.
2820 (gnus-html-display-image): Work for cid image.
2821 (gnus-html-insert-image): Allow arguments.
2822 (gnus-html-put-image): Inhibit read-only.
2823 (gnus-html-prefetch-images): Don't prefetch images if
2824 gnus-inhibit-images is non-nil.
2825
2826 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2827
2828 * shr.el (shr-put-image): Break lines when inserting big pictures.
2829
2830 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2831
2832 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2833 sender, thanks Katsumi Yamaoka.
2834
2835 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2836
2837 * nnir.el (nnir-run-imap): Reverse the article list for each group
2838 rather than the whole list.
2839
2840 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2841
2842 * shr.el (shr-image-displayer): Protect function against non-existent
2843 image source.
2844
2845 * gnus-art.el (gnus-inhibit-images): New user option.
2846 (gnus-mime-display-single): Don't display image if it is non-nil.
2847
2848 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2849 gnus-inhibit-images.
2850
2851 * shr.el (shr-image-displayer): New function.
2852 (shr-tag-img): Use it.
2853
2854 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2855
2856 * mml2015.el (mml2015-epg-sign): Use From header.
2857
2858 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2859
2860 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2861
2862 * gnus-util.el (gnus-find-text-property-region): Return markers.
2863
2864 * shr.el (shr-tag-img): Put a displayer in the text property.
2865
2866 * gnus-util.el (gnus-find-text-property-region): New utility function.
2867
2868 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2869 (gnus-html-show-images): Remove.
2870
2871 * gnus-art.el (gnus-article-show-images): New, more general function.
2872
2873 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2874 image url text properties.
2875
2876 * shr.el: Ditto.
2877
2878 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2879 gnus-agent-auto-agentize-methods is set. Which it isn't.
2880
2881 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2882
2883 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2884 work for two or more articles.
2885
2886 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2887
2888 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2889 divide an image that's in an html article to two or more when washing
2890 non-ASCII characters in alt text of it.
2891
2892 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2893
2894 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2895 smime-decrypt-region using function argument.
2896 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2897
2898 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2899
2900 * smime.el (smime-decrypt-region): Catch it.
2901
2902 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * smime.el (smime-mode-map): Move initialization into declaration.
2905 (gnus-run-mode-hooks): Don't autoload.
2906 (smime-mode): Use define-derived-mode.
2907
2908 2010-11-11 Glenn Morris <rgm@gnu.org>
2909
2910 * smime.el (from): Restrict declaration to XEmacs.
2911
2912 * nnir.el (gnus-group-topic-name): Autoload.
2913
2914 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2915
2916 * shr.el (shr-insert): Don't break long line if it is because of
2917 kinsoku-bol characters in the line end.
2918
2919 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2920
2921 * nnir.el (nnir-request-move-article): Fix to provide original group
2922 and subject.
2923 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2924 been retrieved.
2925
2926 * gnus-sum.el (gnus-summary-move-article): Use original group and
2927 subject for virtual articles such as those in an nnir summary buffer.
2928
2929 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2930
2931 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2932 least 21.5).
2933
2934 * smime.el (from): Declare it again for XEmacs.
2935
2936 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2937
2938 * message.el (message-resend): Don't disable encoding unless it's
2939 already encoded.
2940
2941 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2942 low-numbered articles.
2943
2944 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2945
2946 * rfc2047.el (rfc2047-syntax-table): Simplify.
2947
2948 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2949 set-char-table-range for XEmacs.
2950
2951 2010-11-10 Glenn Morris <rgm@gnu.org>
2952
2953 * smime.el (from): Remove unused declaration.
2954
2955 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2956 (gnus-float-time): On Emacs, always an alias.
2957
2958 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2959 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2960
2961 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2962
2963 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2964
2965 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2966
2967 * shr.el (browse-url-mailto): Autoload.
2968
2969 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2970
2971 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2972 regexp doesn't need quoting.
2973
2974 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2975
2976 * message.el (message-subject-trailing-was-ask-regexp)
2977 (message-subject-trailing-was-regexp): Match was: in addition to was.
2978
2979 2010-11-09 Glenn Morris <rgm@gnu.org>
2980
2981 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2982 (nnbabyl-check-mbox): Use point-at-bol.
2983
2984 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2985
2986 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2987
2988 * message.el (message-mailto): New function.
2989 (message-mailto): Should accept other parameters.
2990 (message-mailto): Remove since it duplicates browse-url-mailto
2991 functionality.
2992
2993 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2994
2995 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2996 methods.
2997 (gnus-read-active-file): Ditto.
2998
2999 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3000 ": " from the prompt.
3001 (gnus-group-make-group): Ditto.
3002
3003 2010-11-07 Glenn Morris <rgm@gnu.org>
3004
3005 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3006 (gnus-bookmark-kill-line): Use point-at-eol.
3007
3008 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3009
3010 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3011 asterisks in From header.
3012
3013 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3014
3015 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3016 string to avoid making the From headers syntactically invalid.
3017
3018 * message.el (message-send-mail): Don't insert courtesy messages if the
3019 message already has List-Post and List-ID messages.
3020
3021 2010-11-06 Glenn Morris <rgm@gnu.org>
3022
3023 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3024 `condition', `type', `length' a prefix.
3025 (gnus-treat-predicate): Update for above name changes.
3026
3027 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3028
3029 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3030 binding. Handled by `gnus-summary-refer-thread' instead.
3031 (nnir-warp-to-article): New backend function.
3032
3033 * nnimap.el (nnimap-request-thread): Force dependency updating.
3034
3035 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3036 (gnus-summary-refer-thread): Rework to improve thread-referral.
3037
3038 * gnus-int.el (gnus-warp-to-article): New function.
3039
3040 * gnus-sum.el (gnus-summary-article-map): Bind it.
3041
3042 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3043
3044 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3045 gnus-summary-refer-thread.
3046
3047 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3048 headers.
3049 (gnus-summary-limit-include-thread): Prevent articles in thread from
3050 being cut in gnus-cut-threads.
3051 (gnus-summary-refer-thread): Limit retrieved headers to those in
3052 thread.
3053
3054 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3055
3056 * message.el (message-send-mail): Use the value of
3057 message-courtesy-message from the message buffer.
3058
3059 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3060
3061 * shr.el (shr-browse-url): Implement mailto: URLs.
3062
3063 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3064 "raw".
3065
3066 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3067 if it's already selected.
3068
3069 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3070
3071 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3072
3073 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3074 to measure the length and truncate alt text.
3075
3076 2010-11-03 Glenn Morris <rgm@gnu.org>
3077
3078 * nndiary.el (nndiary-generate-nov-databases-1)
3079 (nndiary-generate-active-info): Rename dynamic variable `files' to
3080 something less generic.
3081
3082 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3083
3084 * nnir.el (nnir-request-move-article): Call the underlying backend to
3085 move articles from nnir.
3086
3087 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3088
3089 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3090
3091 2010-11-02 Julien Danjou <julien@danjou.info>
3092
3093 * nnir.el: Remove wais support.
3094
3095 2010-11-02 Glenn Morris <rgm@gnu.org>
3096
3097 * gnus-html.el: Reorder requirements to quieten compiler.
3098
3099 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3100
3101 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3102 properly for XEmacs as well.
3103 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3104 (gnus-article-natural-long-line-p): Use window-width rather than
3105 frame-width.
3106
3107 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3108
3109 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3110 (nnir-read-parms): Don't modify query.
3111 (nnir-run-query): Add ability to search topic on current line.
3112 (nnir-get-active): Clean up.
3113
3114 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3115
3116 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3117 degenerate articles.
3118
3119 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3120 (gnus-print-buffer): Just print the buffer as is, without any copying
3121 to a buffer and then re-highlighting.
3122
3123 * nnimap.el (nnimap-request-group): Store the new updated info.
3124 (nnimap-request-group): Select the group when we don't know whether it
3125 exists or not.
3126
3127 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3128 groups.
3129
3130 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3131 groups.
3132
3133 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3134 groups.
3135
3136 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3137 long-lines case by only filling the long lines.
3138
3139 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3140 (bug #7311).
3141
3142 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3143
3144 * shr.el: No need to declare `declare-function' since shr.el is for
3145 only Emacsen that provide `libxml-parse-html-region'.
3146
3147 2010-11-01 Glenn Morris <rgm@gnu.org>
3148
3149 * mm-util.el (gnus-completing-read): Autoload.
3150 (mm-read-coding-system): Simplify Emacs definition.
3151
3152 * nnmail.el (gnus-activate-group):
3153 * nnimap.el (gnutls-negotiate):
3154 * nntp.el (netrc-parse): Fix declarations.
3155
3156 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3157
3158 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3159 string-match-p in Emacs >=23.
3160
3161 * gnus-msg.el (gnus-configure-posting-styles)
3162 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3163
3164 2010-11-01 Glenn Morris <rgm@gnu.org>
3165
3166 * nnir.el (declare-function): Add compat stub.
3167 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3168 (nnir-run-gmane): Require 'mm-url.
3169
3170 * mm-util.el (mm-string-to-multibyte): Simplify.
3171
3172 * shr.el (declare-function): Add compat stub.
3173 (url-cache-create-filename): Declare.
3174 (mm-disable-multibyte, widget-convert-button): Autoload.
3175
3176 * smime.el (ldap-search): Declare.
3177 (smime-cert-by-ldap-1): Require ldap on Emacs.
3178
3179 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3180 (nnimap-keepalive): Use gnus-float-time.
3181
3182 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3183 (mail-source-delete-crash-box): Use gnus-float-time.
3184
3185 * gnus-dired.el (gnus-completing-read): Autoload.
3186
3187 * mm-view.el (gnus-rescale-image): Autoload.
3188
3189 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3190
3191 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3192
3193 * sieve-manage.el: Require 'cl when compiling.
3194
3195 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3196 (gnus-iswitchb-completing-read): Require iswitchb.
3197 (gnus-select-frame-set-input-focus): Silence compiler.
3198
3199 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3200
3201 * message.el (message-subject-trailing-was-query): Change default to t,
3202 since I think that's what most people want.
3203
3204 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3205 appending for easier debugging.
3206 (nnimap-wait-for-connection): Take a regexp.
3207 (nnimap-request-accept-article): Wait for the continuation line before
3208 sending anything unless we're streaming.
3209
3210 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3211 leave the header washing to take place.
3212
3213 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3214
3215 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3216 regular expression match and replace in posting styles.
3217
3218 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3219
3220 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3221 an entire server.
3222 (nnir-get-active): New function.
3223 (nnir-run-imap): Use it.
3224 (nnir-run-gmane): Who knew, gmane search returns an article score!
3225
3226 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3227 server on the current line with nnir.
3228
3229 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3230
3231 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3232 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3233 left edge.
3234 (gnus-article-foldable-buffer): Skip past the prefix when determining
3235 raggedness.
3236
3237 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3238 the raw article, and change `C-u g' to show the article without doing
3239 treatments.
3240
3241 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3242 on to `gnus-treat-article'.
3243 (gnus-inhibit-article-treatments): New variable.
3244
3245 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3246
3247 * gnus-art.el (gnus-treatment-function-alist): Have
3248 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3249 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3250 sections.
3251
3252 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3253 parameter.
3254 (gnus-article-fill-cited-long-lines): New function.
3255 (gnus-article-fill-cited-article): Allow filling only long sections.
3256
3257 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3258 and non-punctuation (like after the apostrophe in "'We").
3259
3260 * gnus-sum.el (gnus-summary-select-article): Make sure
3261 gnus-original-article-buffer is alive.
3262
3263 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3264 reflect the order they're in in the digest.
3265
3266 * gnus.el (gnus-group-startup-message): Move point to the start of the
3267 buffer.
3268
3269 * nnimap.el (nnimap-capability): New function.
3270 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3271 is set.
3272
3273 2010-10-31 David Engster <dengste@eml.cc>
3274
3275 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3276 conform with changes to gnus-completing-read.
3277
3278 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3279
3280 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3281
3282 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3283
3284 * nnir.el: Move defvar, defcustom around to keep file organized
3285 and keep byte-compiler quiet.
3286 (nnir-read-parms): Accept search-engine as arg.
3287 (nnir-run-query): Pass search-engine as arg.
3288 (nnir-search-engine): Remove.
3289
3290 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3291
3292 * shr.el (shr-generic): The text nodes should be text, not :text.
3293
3294 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3295 later in the file.
3296
3297 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3298
3299 * nnir.el: General clean up. Allow searching with multiple engines.
3300 Allow separate extra-parameters for each engine.
3301 Batch queries when possible.
3302 (nnir-imap-default-search-key,nnir-method-default-engines):
3303 Add customize interface.
3304 (nnir-run-gmane): New engine.
3305 (nnir-engines): Use it. Qualify all prompts with engine name.
3306 (nnir-search-engine): Remove global variable.
3307 (nnir-run-hyrex): Restore for now.
3308 (nnir-extra-parms,nnir-search-history): New variables.
3309 (gnus-group-make-nnir-group): Use them.
3310 (nnir-group-server): Remove in favor of gnus-group-server.
3311 (nnir-request-group): Avoid searching twice.
3312 (nnir-sort-groups-by-server): New function.
3313
3314 2010-10-30 Julien Danjou <julien@danjou.info>
3315
3316 * gnus-group.el: Remove gnus-group-fetch-control.
3317
3318 * gnus-start.el (gnus-find-new-newsgroups):
3319 Remove gnus-check-first-time-used.
3320
3321 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3322
3323 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3324
3325 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3326 set on groups that don't have \* permanentflags.
3327
3328 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3331 control the background color.
3332 (shr-tag-img): Ignore very small web bug type images.
3333 (shr-put-image): Add help-echo alt texts to the images.
3334 (shr-tag-video): Show the video poster image.
3335
3336 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3337
3338 * shr.el (shr-table-depth): New variable.
3339 (shr-tag-table-1): Only insert the images after the top-level table.
3340
3341 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3342
3343 * gnus-util.el (gnus-list-memq-of-list): New function.
3344
3345 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3346 selected.
3347 (nnimap-unsplittable-articles): New slot.
3348 (nnimap-new-articles): Use it.
3349
3350 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3351
3352 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3353 move to the previous line on `M-g'.
3354
3355 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3356
3357 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3358 *-request-group, which seems unnecessary.
3359
3360 * nnimap.el (nnimap-quote-specials): Function copied over from
3361 imap.el.
3362 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3363 they support that. Suggested by Tom Regner.
3364
3365 2010-10-29 Julien Danjou <julien@danjou.info>
3366
3367 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3368 defalias.
3369 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3370
3371 * gnus.el: Remove `gnus-nntp-service' variable.
3372 (gnus-secondary-servers): Make obsolete.
3373 (gnus-nntp-server): Make obsolete.
3374
3375 * gnus-start.el (gnus-1): Remove x-splash calls.
3376
3377 * gnus-ems.el (gnus-x-splash): Remove.
3378
3379 * gnus.el (gnus-group-startup-message): Simplify/update code.
3380
3381 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3382 capability before doing anything.
3383 (gnus-group-insert-group-line): Remove useless
3384 gnus-group-remove-excess-properties.
3385
3386 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3387
3388 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3389
3390 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3391
3392 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3393 config after reselecting.
3394
3395 2010-10-28 Julien Danjou <julien@danjou.info>
3396
3397 * shr.el (shr-put-image): Use point even if only inserting text.
3398 (shr-put-image): Save excursion when inserting alt text on non-graphic
3399 display, so the behaviour is the same when we are on a graphic display.
3400
3401 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3402
3403 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3404
3405 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3406 (gnus-mime-copy-part): Check coding system, not charset.
3407 (gnus-mime-view-part-externally): Never remove part.
3408 (gnus-mime-view-part-internally): Don't remove part here.
3409 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3410 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3411 multipart/alternative.
3412
3413 * mm-decode.el (mm-display-part): Take optional arg `force'.
3414
3415 2010-10-26 Julien Danjou <julien@danjou.info>
3416
3417 * gnus-group.el (gnus-group-default-list-level): Add this function to
3418 compute the default list level.
3419 (gnus-group-default-list-level): Add possibility to use a function.
3420
3421 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3422
3423 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3424
3425 * gnus-group.el (gnus-group-completing-read)
3426 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3427 gnus-replace-in-string.
3428
3429 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3430
3431 * shr.el (shr-tag-div): Add.
3432
3433 2010-10-25 Julien Danjou <julien@danjou.info>
3434
3435 * gnus-util.el: Remove `gnus-with-local-quit'.
3436
3437 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3438
3439 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3440
3441 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3442 the original article buffer.
3443
3444 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3445
3446 * nnimap.el (nnimap-request-head): New function.
3447 (nnimap-request-move-article): Try to be slighly faster by not
3448 requesting the entire message when moving.
3449 (nnimap-transform-headers): Don't bug out on bodiless articles.
3450 (nnimap-send-command): Have no outstanding messages if the IMAP server
3451 doesn't support streaming.
3452 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3453
3454 2010-10-24 Julien Danjou <julien@danjou.info>
3455
3456 * message.el (message-default-headers): Fix type.
3457
3458 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3459
3460 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3461 prefetching images.
3462
3463 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3464 backend for unknown groups. This is mainly useful for nnimap groups.
3465
3466 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3467 group isn't covered by the agent.
3468
3469 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3470
3471 * nnir.el (nnir-method-default-engines): New variable.
3472 (nnir-run-query): Use it.
3473 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3474 (gnus-summary-nnir-goto-thread): Change group if needed.
3475
3476 * gnus-group.el (gnus-group-group-map): Add key binding for
3477 gnus-group-make-nnir-group.
3478
3479 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3480
3481 * shr.el (shr-tag-object): Add.
3482
3483 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3484 original article buffer live.
3485 (gnus-summary-select-article-buffer):
3486 Mention gnus-widen-article-buffer.
3487
3488 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3489
3490 * shr.el (shr-tag-strong): Add.
3491
3492 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3493
3494 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3495 group names. They mess up the group buffer badly.
3496
3497 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3498
3499 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3500 instead of the summary one.
3501
3502 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3503
3504 * mml.el (mml-preview): Work properly when editing article.
3505
3506 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3507 gnus-have-read-active-file if it's already been in.
3508
3509 2010-10-22 Tom Tromey <tromey@redhat.com>
3510
3511 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3512 gnus-group-completing-read.
3513
3514 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3515
3516 * message.el (message-mode-map): Don't bind M-; to comment region, to
3517 allow the global comment-dwim to work.
3518
3519 2010-10-21 Julien Danjou <julien@danjou.info>
3520
3521 * message.el (message-setup-1): Allow message-default-headers to be a
3522 function.
3523
3524 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3525
3526 * shr.el (shr-tag-table): Simplify.
3527
3528 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3529
3530 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3531 to avoid trying to snarf invalid stuff.
3532
3533 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3534
3535 * gnus.el (gnus-message-archive-group): Quote value.
3536 (gnus-message-archive-group): Mark as changed.
3537
3538 * shr.el (shr-add-font): Don't put the font properties on the newline
3539 or the indentation.
3540
3541 * message.el (message-fix-before-sending): Change options when sending
3542 non-printable characters.
3543
3544 * gnus.el (gnus-message-archive-method): Change the default to
3545 monthly outgoing groups.
3546
3547 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3548 that have gotten new numbers.
3549
3550 * nnimap.el (nnimap-request-replace-article): New function.
3551
3552 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3553
3554 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3555 (nnrss-request-article): Don't use special html washing code.
3556
3557 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3558
3559 * shr.el (shr-tag-table): Remove useless nconc.
3560
3561 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3562
3563 * gnus-art.el (article-wash-html): Simplify and remove the charset
3564 stuff. Use the normal html rendering code instead of the special html
3565 washing code.
3566
3567 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3568 `gnus-w3m' symbols.
3569 (mm-text-html-washer-alist): Remove.
3570
3571 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3572 (mm-inline-media-tests): Remove use.
3573 (mm-text-html-renderer): Change default to the `shr' symbol.
3574
3575 * mm-view.el (mm-inline-text-html): Remove use.
3576
3577 * gnus-art.el (gnus-blocked-images): New function. Allow the
3578 `gnus-blocked-images' to be a function.
3579 (gnus-article-wash-function): Remove.
3580
3581 2010-10-20 Julien Danjou <julien@danjou.info>
3582
3583 * spam.el (spam-list-of-processors): Mark as obsolete.
3584
3585 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3586 (nnimap-insert-partial-structure): Fix boundary detection.
3587
3588 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3589
3590 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3591 run file-truename on remote files. This can be expensive and even
3592 prevent one from editing drafts if some unrelated buffer has a stale
3593 connection.
3594
3595 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3596
3597 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3598 kinsoku-eol regardless of shr-kinsoku-shorten.
3599 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3600 (shr-tag-table): Support caption, thead, and tfoot.
3601
3602 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3603
3604 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3605 lines.
3606 (shr-save-contents): New command and keystroke.
3607
3608 * nndoc.el (nndoc-type-alist): Add git support.
3609 (nndoc-git-type-p): New function.
3610 (nndoc-transform-git-article): Ditto.
3611 (nndoc-transform-git-headers): Ditto.
3612 (nndoc-transform-git-headers): Generate Subject headers.
3613
3614 * shr.el (shr-parse-style): New function.
3615 (shr-tag-span): Ditto.
3616
3617 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3618 to `G G' to avoid collisions.
3619
3620 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3621
3622 * shr.el: Load kinsoku if necessary.
3623 (shr-kinsoku-shorten): New internal variable.
3624 (shr-find-fill-point): Make kinsoku shorten text line if
3625 shr-kinsoku-shorten is bound to non-nil.
3626 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3627 shr-indentation too when testing if table is wider than frame width.
3628 (shr-insert-table): Use `string-width' instead of `length' to measure
3629 text width.
3630 (shr-insert-table-ruler): Make sure indentation is done at bol.
3631
3632 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3635 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3636 undecoded network data.
3637
3638 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3639
3640 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3641 name in the mode line spec so that the mode line menu works
3642 (bug #2431).
3643
3644 * message.el (message-get-reply-headers): If we're fed `to-address',
3645 then always use that.
3646
3647 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3648 aren't so wide as to need to switch off the edit menu.
3649
3650 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3651 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3652
3653 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3654 `M-g'.
3655 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3656 the permanent marks.
3657
3658 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3659
3660 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3661 Splitting according to references/in-reply-to obeys the ignore-groups
3662 variable, while splitting by sender and subject do not.
3663
3664 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3665
3666 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3667 alist, so that we can look for non-Unicode chars.
3668 (article-translate-strings): Allow both character and string maps.
3669
3670 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3671
3672 * shr.el (shr-insert): Don't insert space behind a wide character
3673 categorized as kinsoku-bol, or between characters both categorized as
3674 nospace.
3675
3676 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3677
3678 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3679 headers to gnus-newsgroup-headers.
3680
3681 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3682
3683 * shr.el (shr-tag-img): Don't align images -- since we're not
3684 rescaling, this often leads to ugly displays.
3685
3686 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3687
3688 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3689 duplicates.
3690
3691 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3692
3693 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3694 call.
3695
3696 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3697
3698 * gnus.el: Autoload gnus-html-show-images.
3699
3700 * nnimap.el: Use nnheader-message throughout.
3701
3702 * shr.el (shr-tag-img): Ignore images with no data.
3703
3704 2010-10-15 Julien Danjou <julien@danjou.info>
3705
3706 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3707 a possibility to disable format=flow encoding when using hard newlines.
3708
3709 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3710
3711 * shr.el (shr-insert): Remove space inserted before or after a
3712 breakable character or at the beginning or the end of a line.
3713 (shr-find-fill-point): Do kinsoku; find the second best point or give
3714 it up if there's no breakable point.
3715
3716 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3717
3718 * nnimap.el (nnimap-open-connection): Message when opening connection
3719 for debugging purposes.
3720
3721 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3722 on every setup buffer call to allow this to change from article to
3723 article.
3724
3725 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3726 buffers where we have a wide table.
3727
3728 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3729
3730 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3731 uses *-request-thread.
3732
3733 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3734
3735 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3736 incantation, which is no longer valid.
3737
3738 2010-10-14 Julien Danjou <julien@danjou.info>
3739
3740 * shr.el: Fix defcustom type (char -> character).
3741
3742 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3743
3744 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3745 programs.
3746
3747 2010-10-14 Julien Danjou <julien@danjou.info>
3748
3749 * shr.el (shr-tag-a): Use url-link as widget type.
3750
3751 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3752 `gnus-group-get-icon'.
3753
3754 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3755
3756 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3757 This should make server editing work better.
3758
3759 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3760
3761 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3762 (nnimap-parse-flags): Fix regexp.
3763
3764 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3765 probably work for CJVK text, too.
3766
3767 * nnimap.el (nnimap-extend-tls-programs): Remove.
3768 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3769
3770 2010-10-13 Julien Danjou <julien@danjou.info>
3771
3772 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3773 responses.
3774
3775 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3776
3777 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3778
3779 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3780 anything in Emacs.
3781
3782 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3783
3784 2010-10-13 Julien Danjou <julien@danjou.info>
3785
3786 * shr.el (shr-width): Make shr-width a defcustom with default to
3787 fill-column.
3788 (shr-tag-img): Use shr-width rather than fill-column.
3789
3790 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3791
3792 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3793
3794 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3795 position when (X-)Faces exist.
3796 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3797 avatars when called interactively.
3798
3799 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3800
3801 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3802 gnus-article-x-face-too-ugly is bound.
3803
3804 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3805
3806 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3807
3808 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3809 mailbox that doesn't exist.
3810
3811 2010-10-12 Julien Danjou <julien@danjou.info>
3812
3813 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3814 (shr-get-image-data): Encode URL properly when fetching from cache.
3815 (shr-tag-img): Use aligned-to spaces to align correctly images.
3816
3817 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3818 before inserting the Gravatar.
3819
3820 * shr.el (shr-tag-img): Add align attribute support for <img>.
3821
3822 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3823
3824 * gnus-gravatar.el (gnus-art): Require.
3825
3826 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3827 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3828 Remove long obsoleted functions.
3829
3830 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3831
3832 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3833
3834 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3835 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3836 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3837 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3838 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3839 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3840 Fix comment for declare-function.
3841
3842 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3843
3844 * nnimap.el (nnimap-request-rename-group): Select group read-only
3845 before renaming it.
3846
3847 * shr.el (shr-insert): Fix up the white space only regexp.
3848
3849 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3850 bodies. Protect against this. Reported by Michael Welsh Duggan.
3851
3852 * shr.el (shr-current-column): New function.
3853 (shr-find-fill-point): New function.
3854
3855 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3856
3857 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3858 numbers.
3859
3860 2010-10-11 Julien Danjou <julien@danjou.info>
3861
3862 * shr.el (shr-hr-line): Add.
3863 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3864 display hr lines.
3865 (shr-max-columns): Do not change state to nil if we just inserting
3866 spaces.
3867
3868 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3869
3870 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3871 select the last group.
3872
3873 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3874
3875 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3876
3877 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3878
3879 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3880 for Gnus.
3881 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3882 (nnimap-update-qresync-info): Mark \Seen articles as read.
3883
3884 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3885 non-variable, too.
3886
3887 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3888 available.
3889 (nnimap-update-info): Rely more on the current active than the param
3890 active to avoid marking articles as read too much.
3891
3892 * auth-source.el (auth-source-create): Use (user-login-name) for the
3893 user name default.
3894
3895 * nnimap.el (nnimap-update-info): If the server doesn't return any
3896 useful info, just use the previous info.
3897 (nnimap-update-info): Prefer old info over start-article.
3898 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3899
3900 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3901
3902 * nnir.el (autoload): Clean up autoloads.
3903 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3904 Use key rather than value.
3905 (nnir-imap-search-other): New variable.
3906 (nnir-read-parm): Use it.
3907 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3908 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3909
3910 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3913 the process, too.
3914
3915 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3916
3917 * spam.el (gnus-summary-mode-map): Bind to "$".
3918 Suggested by Russ Allbery.
3919
3920 * shr.el: Rework the way things are indented by <li> slightly.
3921
3922 * gnus.el (gnus-group-set-parameter): Fix typo.
3923
3924 * nnimap.el: Start implementing QRESYNC support.
3925
3926 2010-10-09 Julien Danjou <julien@danjou.info>
3927
3928 * nnir.el (nnir-engines): Fix too many arguments.
3929
3930 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3931
3932 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3933 group is the "last", so that the backends like nnfolder actually save
3934 their folders.
3935
3936 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3937 try to use that for the tls stream.
3938 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3939 UIDVALIDITY and find out which groups are read-only and not.
3940 (nnimap-get-flags): Use the same marks parsing code as the rest of
3941 nnimap.
3942
3943 2010-10-09 Julien Danjou <julien@danjou.info>
3944
3945 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3946
3947 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3948 retrieving gravatars.
3949
3950 * shr.el (shr-table-corner): Add.
3951 (shr-table-line): Add.
3952 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3953
3954 2010-10-08 Julien Danjou <julien@danjou.info>
3955
3956 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3957
3958 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3959
3960 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3961
3962 * gnus-sum.el (gnus-mark-article-as-unread)
3963 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3964 (gnus-summary-set-bookmark): Use it.
3965
3966 * gnus-msg.el (gnus-setup-message): Use it.
3967
3968 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3969
3970 * gnus.el (gnus-group-remove-parameter): Use it.
3971
3972 * gnus-group.el (gnus-group-make-web-group): Use it.
3973
3974 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3975
3976 * nnregistry.el: Update docs to mention manual.
3977
3978 * gnus-registry.el: Update docs to mention nnregistry.el.
3979 (gnus-registry-initialize): Don't install nnregistry refer method
3980 automatically.
3981 (gnus-registry-install-nnregistry): Remove it.
3982
3983 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3984
3985 * shr.el (shr-insert): Don't insert double spaces.
3986
3987 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3988
3989 * gnus-gravatar.el (gnus-treat-from-gravatar)
3990 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3991 called interactively.
3992
3993 * gnus-art.el (gnus-mime-view-part-externally)
3994 (gnus-mime-view-part-internally): Make predicate function passed to
3995 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3996 of a mime type.
3997
3998 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3999
4000 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4001
4002 * shr.el (require): Require cl when compiling.
4003 (shr-tag-hr): New function.
4004
4005 * nnimap.el (nnimap-update-info): Remove double setting of high.
4006 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4007 This makes nnimap work properly on Courier again.
4008
4009 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4010 the variable for backwards compatibility.
4011
4012 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4013 the file name before using to avoid setting mm-default-directory to
4014 nil.
4015
4016 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4017 bidning gnus-agent variables.
4018
4019 * shr.el (shr-render-td): Use a cache for the table rendering function
4020 to avoid getting an exponential rendering behaviour in nested tables.
4021 (shr-insert): Rework the line-breaking algorithm.
4022 (shr-insert): Don't leave trailing spaces.
4023 (shr-insert-table): Also insert empty TDs.
4024 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4025
4026 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * gnus-sum.el (gnus-number): Rename from `number'.
4029 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4030 (gnus-summary-limit-children): Update uses correspondingly.
4031
4032 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4033
4034 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4035 (gnus-gravatar-transform-address): Don't show avatars of people of
4036 which mail addresses match gnus-gravatar-too-ugly.
4037
4038 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4039
4040 * shr.el (shr-table-widths): Expand TD elements to fill available
4041 space.
4042
4043 2010-10-07 Julien Danjou <julien@danjou.info>
4044
4045 * nnimap.el (nnimap-request-rename-group): Add this method.
4046
4047 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4048
4049 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4050 name from XEmacs' function-arglist.
4051
4052 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4053 gravatar under XEmacs.
4054
4055 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4056
4057 * auth-source.el: Update docs with TODO items.
4058
4059 * gnus-sync.el: Update docs to explain state and plans.
4060
4061 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4062 Hooks for mark updates.
4063 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4064
4065 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4066 hooks with arguments, which is needed for mark update hooks.
4067
4068 2010-10-06 Julien Danjou <julien@danjou.info>
4069
4070 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4071 was matched.
4072
4073 * sieve-manage.el: Update example in `Commentary'.
4074
4075 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4076
4077 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4078 not 2000.
4079 (sieve-manage-authenticate): Re-add function.
4080
4081 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4082
4083 * shr.el (shr-insert): Get 'space transition right.
4084 (shr-render-td): Only delete space at the end of the TD.
4085
4086 * nnimap.el (nnimap-open-connection): Prepare to support
4087 open-gnutls-stream.
4088
4089 * shr.el: Rearrange function order to be more logical.
4090
4091 2010-10-06 Julien Danjou <julien@danjou.info>
4092
4093 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4094 (nnrss-discover-feed): Remove 404 URL in docstring.
4095
4096 * nnir.el: Fix Swish-E URL.
4097 Fix Namazu URL.
4098
4099 * message.el (message-change-subject): Remove 404 URL in a comment.
4100
4101 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4102
4103 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4104 called interactively.
4105
4106 * gnus-util.el (gnus-remove-if): Allow hash table.
4107 (gnus-remove-if-not): New function.
4108
4109 * gnus-art.el (gnus-mime-view-part-as-type)
4110 * gnus-score.el (gnus-summary-score-effect)
4111 * gnus-sum.el (gnus-read-move-group-name):
4112 Replace remove-if-not with gnus-remove-if-not.
4113
4114 * gnus-group.el (gnus-group-completing-read):
4115 Regard collection as a hash table if it is not a list.
4116
4117 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4118
4119 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4120
4121 * shr.el: Document the table-rendering algorithm.
4122
4123 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4124 invalid URLs.
4125
4126 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4127 line-broken.
4128 (shr-tag-img): Ignore image fetching errors.
4129 (shr-overlays-in-region): Compute overlay positions correctly.
4130
4131 * mm-decode.el (mm-shr): Require shr.
4132
4133 * gnus-art.el (gnus-blocked-images): Move variable here.
4134
4135 * shr.el (shr-insert-table): Bind free variable.
4136
4137 * mm-decode.el (mm-shr): Bind shr-content-function.
4138
4139 * shr.el (shr-content-function): New variable.
4140
4141 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4142 added for symmetry.
4143
4144 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4145
4146 * gnus-group.el (gnus-group-make-group): Doc fix.
4147
4148 * nnimap.el (nnimap-request-newgroups): Return success.
4149
4150 * shr.el (shr-find-elements): New function.
4151 (shr-tag-table): Put all the images after the table.
4152 (shr-tag-table): Really inhibit images inside the table.
4153 (shr-collect-overlays): Copy over overlays from the TD elements to the
4154 main document.
4155
4156 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4157 gnus-blocked-images.
4158
4159 2010-10-05 Julien Danjou <julien@danjou.info>
4160
4161 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4162
4163 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4164 (gnus-html-maximum-image-size): Add this function.
4165 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4166
4167 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4168 server-value of the capability is nil.
4169
4170 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4171
4172 * shr.el (shr-tag-em): Add <EM> tag.
4173
4174 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4175
4176 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4177 customizable.
4178
4179 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4180 handing broken links to browse-url.
4181
4182 2010-10-05 Julien Danjou <julien@danjou.info>
4183
4184 * gnus-util.el (gnus-emacs-completing-read)
4185 (gnus-iswitchb-completing-read): Use autoload rather than require.
4186
4187 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4188
4189 * gnus-util.el (gnus-completing-read-function): Exclude
4190 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4191 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4192 XEmacs.
4193
4194 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4195 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4196
4197 * gnus-html.el: Don't require help-fns under XEmacs.
4198 (gnus-html-schedule-image-fetching): Work for XEmacs.
4199
4200 * mm-decode.el (mm-shr): Decode contents by charset.
4201
4202 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203
4204 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4205 unknown.
4206
4207 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4208 (shr-get-image-data): Ensure against the cache file missing.
4209
4210 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4211 for data.
4212
4213 * spam-report.el (spam-report-url-ping-plain): Don't query about
4214 killing the process.
4215
4216 * shr.el (shr-render-td): Protect against too-wide text.
4217
4218 2010-10-04 Julien Danjou <julien@danjou.info>
4219
4220 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4221 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4222
4223 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4224 retrieved.
4225
4226 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4227
4228 * shr.el (browse-url): Require.
4229 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4230 lines.
4231 (shr-show-alt-text, shr-browse-image): New commands.
4232 (shr-browse-url, shr-copy-url): New commands.
4233
4234 * gnus-sum.el (gnus-widen-article-window): New variable.
4235 (gnus-summary-select-article-buffer): Use it.
4236
4237 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4238 without @ signs.
4239
4240 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4241
4242 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4243
4244 2010-10-04 Julien Danjou <julien@danjou.info>
4245
4246 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4247 for XEmacs.
4248
4249 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4250
4251 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4252
4253 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4254 (nnimap-close-server): Implement.
4255
4256 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4257 (shr-insert): Tweak line breaking.
4258 (shr-insert): Handle <pre> better.
4259 (shr-tag-li): Get <li> indentation right.
4260 (shr-tag-li): Get <li> indentation even righter.
4261 (shr-tag-blockquote): Ensure paragraph start.
4262 (shr-make-table): Tweak table generation.
4263 (shr-make-table): Fix typo.
4264
4265 * shr.el: Implement table rendering.
4266
4267 2010-10-04 Julien Danjou <julien@danjou.info>
4268
4269 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4270
4271 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4272
4273 * shr.el (shr-insert): Use string anchors instead of line anchors.
4274
4275 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4276
4277 * shr.el: Add headings.
4278 (shr-ensure-paragraph): Actually work.
4279 (shr-tag-li): Make <ul> prettier.
4280 (shr-insert): Get white space at the beginning/end of elements right.
4281 (shr-tag-p): Collapse subsequent <p>s.
4282 (shr-ensure-paragraph): Don't insert double line feeds after blank
4283 lines.
4284 (shr-insert): \t is also space.
4285 (shr-tag-s): Fix "s" tag name function.
4286 (shr-tag-s): Fix face prop name.
4287
4288 2010-10-03 Julien Danjou <julien@danjou.info>
4289
4290 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4291
4292 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4293 gnus-window-inside-pixel-edges.
4294
4295 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4296 gnus-ems.
4297
4298 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4299
4300 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4301 function.
4302
4303 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4304 resize choice.
4305
4306 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4307
4308 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4309 beginning of the buffer.
4310
4311 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4312 article buffer again.
4313
4314 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4315
4316 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4317 when it's at the start of the buffer.
4318
4319 * shr.el (shr-tag-blockquote): Convert name.
4320 (shr-rescale-image): Use the right image-size variant.
4321
4322 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4323 buffer isn't shown, then select the current article first instead of
4324 bugging out.
4325 (gnus-summary-select-article-buffer): Show both the article and summary
4326 buffers again.
4327
4328 * shr.el (shr-fontize-cont): Protect against regions with no text.
4329 Rename tag functions to shr-tag-* for enhanced security.
4330 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4331
4332 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4333
4334 * shr.el (shr-insert):
4335 * pop3.el (pop3-movemail):
4336 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4337 loaded.
4338
4339 2010-10-03 Glenn Morris <rgm@gnu.org>
4340
4341 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4342
4343 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4344
4345 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4346
4347 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4348
4349 * gnus-util.el (gnus-make-local-hook): Simplify.
4350
4351 2010-10-02 Julien Danjou <julien@danjou.info>
4352
4353 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4354 (gnus-ido-completing-read): New function.
4355 (gnus-emacs-completing-read): New function.
4356 (gnus-completing-read): Use gnus-completing-read-function.
4357 Add gnus-completing-read-function.
4358
4359 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4360
4361 * shr.el (shr-insert-document): Autoload.
4362 (shr-img): Be silent.
4363 (shr-insert): Add a newline after every picture before text.
4364 (shr-add-font): Use overlays for combining faces.
4365 (shr-insert): Pass upwards the text start point.
4366
4367 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4368 possible.
4369 (mm-shr): New function.
4370
4371 2010-10-02 Julien Danjou <julien@danjou.info>
4372
4373 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4374 should go backward.
4375
4376 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4377
4378 * shr.el (shr): Fix typo in provide call.
4379
4380 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4381
4382 * shr.el: New file.
4383
4384 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4385
4386 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4387 completing read.
4388
4389 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4390
4391 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4392 we're being queried about. Suggested by Dan Jacobson.
4393
4394 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4395 Suggested by Jason Eisner.
4396
4397 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4398 table, too. Suggested by Stefan Wiens.
4399 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4400 the table unnecessary. Suggested by Stefan Wiens.
4401
4402 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4403 longer needed, and probably doesn't work either, as pointed out by
4404 Stefan Wiens.
4405 (gnus-summary-exit): Remove call to the clearing function.
4406 (gnus-summary-exit-no-update): Ditto.
4407
4408 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4409 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4410 Reported by Stefan Monnier.
4411 (gnus-summary-save-in-rmail): Ditto.
4412
4413 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4414 article buffer, instead of both the article buffer and the summary
4415 buffer. Sort of suggested by Dan Jacobson.
4416
4417 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4418
4419 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4420 Suggested by Dan Jacobson.
4421
4422 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4423 documentation clearer.
4424
4425 * message.el (message-shorten-references): Comment on the number "21".
4426 Suggested by Stefan Monnier.
4427
4428 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4429 Suggested by Dan Jacobson.
4430
4431 * gnus.el (gnus-large-newsgroup):
4432 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4433
4434 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4435 externalize attachments. Bug reported by Steve Wen.
4436
4437 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4438 really message anything to the user.
4439
4440 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4441 directly.
4442
4443 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4444 messages in empty groups.
4445
4446 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4447
4448 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4449 non-UIDNEXT group.
4450
4451 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4452
4453 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4454 not the value from the collection.
4455
4456 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4457 values. This sometimes happens on some groups that have no info.
4458 (nnimap-request-newgroups): New function.
4459
4460 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4461
4462 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4463 check into `gnus-registry-initialize'.
4464 (gnus-registry-initialize): Ditto.
4465 Fix and extend header docs.
4466
4467 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4468
4469 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4470 regexp backtrace overflows.
4471
4472 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4473 for starttls that tls.el implements; i.e. openssl.
4474
4475 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4476
4477 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4478 (gravatar-create-image): New function that's an alias to
4479 gnus-xmas-create-image, gnus-create-image, or create-image.
4480 (gravatar-data->image): Use it.
4481
4482 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4483
4484 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4485 install the nnregistry refer method.
4486 (gnus-registry-install-hooks): Use it.
4487 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4488 unfollowed groups.
4489
4490 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4491
4492 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4493 expanding threads.
4494
4495 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4496
4497 * nnir.el: Use the server names without suffixes (bug #7009).
4498
4499 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4500 unencrypted to STARTTLS, if possible.
4501
4502 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4503
4504 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4505 headers before superseding.
4506
4507 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4508
4509 * nnrss.el (nnrss-use-local): Add documentation.
4510
4511 * nnimap.el (nnimap-extend-tls-programs): New function.
4512 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4513 (nnimap-wait-for-connection): Accept the greeting from the stupid
4514 output from openssl s_client -starttls, too.
4515
4516 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4517 article number.
4518 (nnimap-split-fancy): New variable.
4519 (nnimap-split-incoming-mail): Use it.
4520
4521 * nntp.el (nntp-server-list-active-group): Document.
4522
4523 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4524 SELECT to get the message-id.
4525
4526 * mail-source.el (mail-sources): Remove webmail support.
4527 (defvar): Ditto.
4528 (mail-source-fetcher-alist): Ditto.
4529 (mail-source-fetch-webmail): Remove.
4530
4531 * webmail.el: Remove -- doesn't seem relevant any more.
4532
4533 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4534
4535 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4536 the \r.
4537
4538 2010-09-30 Julien Danjou <julien@danjou.info>
4539
4540 * gnus-agent.el (gnus-agent-add-group): Fix call to
4541 gnus-completing-read.
4542
4543 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4544
4545 * nndoc.el (nndoc-retrieve-groups): New function.
4546
4547 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4548 `default', use nnmail-split-methods.
4549 (nnimap-request-article): Downcase the NILs so that they are nil.
4550
4551 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4552 symbol.
4553
4554 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4555 code, since if the user has requested network, that's what they ought
4556 to get.
4557 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4558 (nnimap-split-rule): Mark as obsolete.
4559
4560 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4561 New variable.
4562
4563 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4564 correct slot, too.
4565
4566 2010-09-29 Julien Danjou <julien@danjou.info>
4567
4568 * gnus.el (gnus-local-domain): Declare variable obsolete.
4569
4570 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4571 Fix history computing.
4572 (gnus-ido-completing-read): Require ido.
4573
4574 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4575
4576 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4577 build Gnus.
4578
4579 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4580 when interpreting the structures.
4581 (nnimap-request-accept-article): Add \r\n to the lines to make this
4582 work with Cyrus.
4583
4584 * nndraft.el (nndraft-request-expire-articles): Use the group name
4585 instead if "nndraft". Fix found by Nils Ackermann.
4586
4587 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4588
4589 * nnregistry.el: Add.
4590
4591 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * nnmail.el (group, group-art-list, group-art):
4594 Remove unneeded directives.
4595
4596 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4597
4598 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4599 (mm-mime-charset)
4600 * rfc2047.el (rfc2047-syntax-table)
4601 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4602
4603 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4604 rather than `insert-file-contents' and `eval-region'.
4605
4606 2010-09-29 Julien Danjou <julien@danjou.info>
4607
4608 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4609 replacement of `gnus-gravatar-relief' to mimic
4610 `gnus-faces-properties-alist'.
4611 Add :version property.
4612
4613 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4614
4615 * mail-source.el (mail-source-report-new-mail)
4616 * message.el (message-default-mail-headers)
4617 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4618
4619 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4620
4621 2010-09-28 Julien Danjou <julien@danjou.info>
4622
4623 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4624 mail-address contains the same string as real-name.
4625
4626 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4627 non-blank in header, otherwise it'll get stripped.
4628
4629 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4630 real-name, and then for mail address rather than doing : or , search.
4631
4632 2010-09-27 Julien Danjou <julien@danjou.info>
4633
4634 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4635 right completing-read function.
4636 (gnus-use-ido): New variable
4637 (gnus-completing-read-with-default): Remove.
4638 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4639 (gnus-agent-add-group):
4640 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4641 * mm-view.el (mm-view-pkcs7-decrypt):
4642 * mm-util.el (mm-codepage-setup):
4643 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4644 * mml-smime.el (mml-smime-openssl-sign-query):
4645 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4646 (mml-insert-multipart):
4647 * gnus-msg.el (gnus-summary-yank-message):
4648 * gnus-int.el (gnus-start-news-server):
4649 * mm-decode.el (mm-interactively-view-part):
4650 * gnus-dired.el (gnus-dired-attach):
4651 * gnus.el (gnus-read-method):
4652 * gnus-bookmark.el (gnus-bookmark-jump):
4653 * gnus-art.el (gnus-mime-view-part-as-type)
4654 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4655 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4656 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4657 * nnmairix.el (nnmairix-create-server-and-default-group)
4658 (nnmairix-update-groups, nnmairix-get-server)
4659 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4660 (nnmairix-get-group-from-file-path):
4661 * nnrss.el (nnrss-find-rss-via-syndic8):
4662 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4663 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4664 (gnus-group-browse-foreign-server):
4665 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4666 (gnus-summary-execute-command, gnus-summary-respool-article)
4667 (gnus-read-move-group-name):
4668 * gnus-score.el (gnus-summary-increase-score)
4669 (gnus-summary-score-effect):
4670 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4671
4672 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * nnimap.el (auth-source-forget-user-or-password)
4675 (auth-source-user-or-password): Autoload.
4676
4677 * message.el (message-from-style, message-interactive)
4678 (message-signature): Remove comment.
4679 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4680 always.
4681 (message-sendmail-envelope-from): Comment fix.
4682 (message-yank-prefix): Default to mail-yank-prefix always.
4683 (message-indentation-spaces):
4684 Default to mail-indentation-spaces always.
4685 (message-signature-file): Default to mail-signature-file always.
4686
4687 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4688
4689 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4690 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4691 new articles.
4692
4693 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4694 parts.
4695 (nnimap-request-article): Work with the t setting, too.
4696
4697 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4698 that you don't get flashes of other buffers.
4699 (gnus-summary-show-complete-article): Intern before setting.
4700
4701 2010-09-27 David Engster <dengste@eml.cc>
4702
4703 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4704 well as HEADERS.
4705 (nnmairix-retrieve-headers): Provide new argument for the above.
4706
4707 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4708
4709 * gnus-sum.el (gnus-summary-move-article): Don't alter
4710 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4711 group.
4712
4713 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4714
4715 * message.el (message-cite-prefix-regexp): Revert my last edit.
4716
4717 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4718 variable instead of the Gnus variable.
4719
4720 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4721
4722 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4723
4724 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4725 since some servers don't like it.
4726 (nnimap-open-connection): Forget credentials if the server says the
4727 password was wrong.
4728 (nnimap-parse-line): Protect against invalid data.
4729
4730 * gnus-sum.el (gnus-summary-move-article): Add comment.
4731 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4732 nothing alters it while scanning for new messages.
4733
4734 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4735 which may or may not help.
4736 (nnimap-open-connection): If we're doing a stream connection, and then
4737 discover we're on a STARTTLS-capable server, then open a STARTTLS
4738 connection instead.
4739
4740 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * nnimap.el (utf7): Require.
4743
4744 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4745 prefix.
4746
4747 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4750
4751 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4752
4753 * nnimap.el (nnimap-request-accept-article): Message the error on
4754 error.
4755
4756 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4757
4758 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4759
4760 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4761
4762 * nndoc.el (nndoc-request-list): Return success always.
4763
4764 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4765 `fetch-old' -- we only want to fetch the articles we've requested.
4766 The rest are in the agent, probably.
4767 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4768 disappeared server" to something low. It's not important.
4769
4770 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4771 arrived before the FETCH data.
4772
4773 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4774 target here, because we don't know the Gnus name of the group.
4775
4776 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4777 for the correct group.
4778
4779 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4780
4781 * gnus.el (gnus): Give a final warning after startup.
4782
4783 * gnus-util.el (gnus-action-message-log): New variable.
4784 (gnus-message): Use it.
4785 (gnus-final-warning): New function.
4786
4787 * nnimap.el (nnimap-open-connection): Record the greeting.
4788 (nnimap): Add greeting.
4789
4790 2010-09-26 Julien Danjou <julien@danjou.info>
4791
4792 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4793 arguments.
4794 (gnus-html-wash-images): Fix spec computing to include start/end.
4795
4796 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4797
4798 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4799
4800 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4801 deletion.
4802 (nnimap-retrieve-headers): Don't select the group, because that's
4803 already done by nnimap-possibly-change-group.
4804
4805 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4806 (gnus-picon-transform-address): Use it.
4807
4808 * mail-source.el (mail-source-value): Revert previous patch.
4809
4810 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4811 on failure.
4812 (nnimap-open-connection): Look up both virtual and physical server name
4813 credentials.
4814
4815 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4816
4817 2009-02-08 Dave Love <fx@gnu.org>
4818
4819 * gnus-win.el (gnus-window-to-buffer-helper)
4820 (gnus-all-windows-visible-p): Function needn't be a symbol.
4821
4822 * mail-source.el (mail-source-value): Function needn't be a symbol.
4823
4824 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4825
4826 * message.el (message-cite-prefix-regexp): Remove } from the cite
4827 prefix.
4828
4829 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4830 highlight again, so that the highlight is correct.
4831
4832 * gnus-picon.el (gnus-picon): Remove again.
4833 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4834
4835 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4836 doing the header highlightling, so that the background colour of the
4837 picon is correct.
4838
4839 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4840 (gnus-picon): Ditto.
4841 (gnus-picon): Reinstate. The background colour for picons is white.
4842 (gnus-picon-insert-glyph): Make the background white.
4843
4844 * nnml.el (nnml-open-nov): Don't return dead buffers.
4845
4846 * auth-source.el (auth-source-create): Query the user for whether to
4847 store the credentials.
4848
4849 * auth-source.el (auth-source-user-or-password): Use the existing auth
4850 sources, if any, for creation.
4851
4852 * gnus.el (gnus-group-fast-parameter): Return the last matching
4853 parameter instead of the first matching parameter.
4854
4855 2010-09-26 Julien Danjou <julien@danjou.info>
4856
4857 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4858
4859 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4860
4861 * mml2015.el (mml2015-use): Remove gpg support.
4862
4863 * mml1991.el (mml1991-function-alist): Remove gpg function.
4864 (mml1991-gpg-sign): Remove.
4865
4866 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4867
4868 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4869 (gnus-browse-unsubscribe-current-group): Document it.
4870 (gnus-browse-unsubscribe-group): Use it.
4871
4872 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4873
4874 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4875 address to the To list for easier response.
4876
4877 * gnus.el (gnus-play-startup-jingle): Remove.
4878 (gnus-splash): Don't play jingle.
4879 (gnus): Silence gnus-load message.
4880
4881 * gnus-art.el (gnus-treat-play-sounds): Remove.
4882
4883 * gnus.el (gnus-play-jingle): Remove audio support.
4884
4885 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4886
4887 * earcon.el: Remove -- no users.
4888
4889 * gnus-audio.el: Remove -- no users of this package.
4890
4891 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4892
4893 * gnus-start.el (gnus-setup-news): Remove nocem support.
4894
4895 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4896
4897 * gnus.el (gnus-use-nocem): Remove.
4898
4899 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4900 Remove.
4901
4902 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4903 uses NoCeM any more.
4904
4905 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4906 (gnus-button-ctan-handler): Ditto.
4907 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4908 (gnus-button-ctan-directory-regexp): Ditto.
4909 (gnus-button-handle-ctan): Ditto.
4910 (gnus-button-tex-level): Ditto.
4911 (gnus-button-alist): Remove CTAN stuff.
4912
4913 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4914
4915 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4916 nnimap-streaming test.
4917
4918 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4919 servers twice.
4920
4921 * nnimap.el (nnimap-open-connection): Add more error reporting when
4922 nnimap fails early.
4923
4924 * nnheader.el (nnheader-get-report-string): New function.
4925 (nnheader-get-report): Use it.
4926
4927 * gnus-int.el (gnus-check-server): Say what the error was when opening
4928 failed.
4929
4930 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4931 using streaming.
4932
4933 2010-09-25 Julien Danjou <julien@danjou.info>
4934
4935 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4936 gnus-window-inside-pixel-edges.
4937
4938 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4939
4940 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4941
4942 * mm-decode.el (mm-save-part): Allow saving to other directories the
4943 normal Emacs way.
4944
4945 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4946 Suggested by Jay Berkenbilt.
4947
4948 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4949 there isn't a single byte.
4950
4951 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4952 just do it. It doesn't really seem to matter what the user responds
4953 here, I think, so it's just a confusing question.
4954
4955 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4956 non-streaming case.
4957
4958 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4959 (gnus-article-encrypt-body): Use it.
4960
4961 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4962 keystroke.
4963
4964 * nnimap.el (nnimap-find-wanted-parts-1):
4965 Use gnus-fetch-partial-articles.
4966
4967 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4968
4969 * nnimap.el (nnimap-insert-partial-structure): New function.
4970 (nnimap-get-partial-article): New function.
4971 (nnimap-request-article): Use it.
4972 (nnimap-wait-for-response): Return whether the wait was successful.
4973 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4974 retrieval wasn't successful.
4975 (nnimap-retrieve-group-data-early): Allow throttling servers.
4976 (nnimap-streaming): New variable.
4977 (nnimap-fetch-partial-articles): Remove.
4978
4979 * mm-decode.el (mm-with-part): Protect against killed buffers.
4980
4981 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4982 for prettier summary display.
4983
4984 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4985
4986 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4987
4988 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4989
4990 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4991 apparently third-party libraries depend on it.
4992
4993 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4994 before starting negotiation.
4995
4996 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4997 privacy reasons.
4998 (gnus-treat-mail-gravatar): Ditto.
4999
5000 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5001 buffer when inserting images. Inserting text into the headers, for
5002 instance, can make them invalid.
5003
5004 2010-09-25 Julien Danjou <julien@danjou.info>
5005
5006 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5007 variables.
5008
5009 * nnheader.el: Remove useless variables news-reply-yank-from and
5010 news-reply-yank-message-id.
5011
5012 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5013 variables.
5014
5015 * mml1991.el: Remove useless mml1991-verbose.
5016
5017 * gnus.el: Remove useless variable gnus-use-generic-from.
5018 Remove obsolete variable gnus-topic-indentation.
5019
5020 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5021
5022 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5023
5024 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5025
5026 * gnus-group.el: Remove useless gnus-group-icon-cache.
5027 Remove useless gnus-ephemeral-group-server.
5028
5029 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5030
5031 * mml2015.el: Remove useless mml2015-verbose.
5032
5033 * mml-smime.el: Remove useless mml-smime-verbose.
5034
5035 * gnus.el: Remove useless gnus-local-domain.
5036
5037 * gnus-gravatar.el (gnus-gravatar-transform-address):
5038 Use gnus-gravatar-size.
5039
5040 * gnus-art.el: Remove useless gnus-treat-translate.
5041
5042 2010-09-24 Julien Danjou <julien@danjou.info>
5043
5044 * gnus-sum.el: Add support for Gravatars.
5045
5046 * gnus-art.el: Add support for Gravatars.
5047
5048 * gnus-gravatar.el: Add this file.
5049
5050 * gravatar.el: Add this file.
5051
5052 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5053
5054 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5055
5056 * gnus-group.el (gnus-group-fetch-faq): Remove.
5057
5058 * gnus.el (gnus-group-faq-directory): Remove.
5059
5060 * gnus-group.el (gnus-group-fetch-charter): Remove.
5061
5062 * gnus.el (gnus-group-charter-alist): Remove.
5063
5064 * gnus-group.el (gnus-group-archive-directory): Remove.
5065 (gnus-group-recent-archive-directory): Ditto.
5066 (gnus-group-make-archive-group): Remove.
5067
5068 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5069
5070 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5071 use the same article number for all the cached articles.
5072
5073 * nnimap.el (nnimap-command): Register the last command time so
5074 that we can use it for idling NOOPs.
5075 (nnimap-open-connection): Start the keeplive timer.
5076 (nnimap-make-process-buffer): Store all the process buffers.
5077 (nnimap-keepalive): New function.
5078
5079 * starttls.el (starttls-open-stream): Add autoload cookie.
5080
5081 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5082
5083 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5084 handling.
5085
5086 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5087
5088 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5089 its data structures.
5090
5091 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5092 instead of the cl.el copy-list.
5093 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5094 equalp.
5095
5096 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5097
5098 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5099 and tool-bar-local-item-from-menu.
5100
5101 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5102 mode-line-highlight face for Emacs.
5103
5104 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5105 loading gnus-sum.elc; fix comment for canlock-verify.
5106 (gnus-article-jump-to-part): Use read-number.
5107 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5108 Remove Emacs pre-21 compatible code for help-echo.
5109 (gnus-article-next-page-1): No need to adjust the number of lines.
5110 (gnus-article-describe-bindings): Always use help-buffer.
5111
5112 * gnus-audio.el (gnus-audio-inline-sound)
5113 * gnus-cus.el (gnus-custom-mode)
5114 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5115
5116 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5117
5118 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5119 compatible code.
5120
5121 2010-09-24 Glenn Morris <rgm@gnu.org>
5122
5123 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5124 visiting the fcc file in rmail-mode.
5125
5126 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5127
5128 * nnir.el: Silence the byte compiler.
5129
5130 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5131 alias to browse-url-url-encode-chars if any.
5132 (gnus-html-encode-url): Use it.
5133
5134 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5135
5136 * gnus-start.el (gnus-use-backend-marks): New variable.
5137 (gnus-get-unread-articles-in-group): Use it.
5138
5139 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5140 makeover.
5141
5142 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5143
5144 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5145
5146 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5147
5148 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5149 Remove.
5150 (gnus-setup-news-hook):
5151 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5152
5153 * gnus-int.el (gnus-request-update-info): Protect against backends not
5154 having the function.
5155
5156 * nnimap.el (nnimap-stream): Mention starttls.
5157 (nnimap-open-connection): Add starttls support.
5158
5159 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5160
5161 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5162
5163 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5164
5165 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5166 BODYSTRUCTUREs.
5167 (nnimap-transform-headers): Unfold quoted {42} headers.
5168
5169 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5170 the info.
5171 (gnus-get-unread-articles): Only call updatep on backends that support
5172 it.
5173
5174 * nnweb.el (nnweb-request-update-info): NOOP.
5175
5176 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5177
5178 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5179 since it only deals with marks.
5180
5181 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5182 gnus-request-marks, and make a new gnus-request-update-info.
5183
5184 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5185 the active instead of the high number, which is usually too low.
5186
5187 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5188
5189 * encrypt.el: Remove.
5190
5191 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5192
5193 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5194 server in symbolic form.
5195
5196 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5197
5198 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5199
5200 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5201 (nnimap-update-info): Fix up code slightly.
5202
5203 * gnus-int.el (gnus-open-server): Add tracing for performance
5204 debugging.
5205
5206 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5207 (gnus-group-insert-group-line): Pass the real group name so that it
5208 gets the right data.
5209
5210 * gnus-start.el (gnus-get-unread-articles): Don't have
5211 `gnus-get-unread-articles-in-group' update info, since that can be
5212 really slow and doesn't seem to be needed?
5213
5214 2010-09-22 Julien Danjou <julien@danjou.info>
5215
5216 * gnus-group.el (gnus-group-insert-group-line):
5217 Call gnus-group-highlight-line.
5218 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5219 default hook list.
5220 (gnus-group-update-eval-form): Add new function.
5221 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5222 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5223
5224 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5225
5226 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5227 immediate, then expire all articles.
5228 (nnimap-update-info): Fix off-by-one errors.
5229 (nnimap-flags-to-marks): Would return no marks lists for group with no
5230 flags. Instead return the other data.
5231
5232 2010-09-22 Julien Danjou <julien@danjou.info>
5233
5234 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5235 Only return an icon.
5236 (gnus-group-insert-group-line): Compute icon to return.
5237
5238 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5239 (gnus-html-image-fetched): Only cache if
5240 gnus-html-image-automatic-caching is set.
5241 (gnus-html-image-fetched): Check for errors.
5242
5243 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5244
5245 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5246 once per method on `g'. This ensures that backends like nnfolder don't
5247 open all their folders.
5248
5249 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5250 (nnimap-request-list): Nix out group in the correct buffer.
5251 (nnimap-parse-flags): Implement by using `read' instead of
5252 hand-parsing.
5253 (nnimap-flags-to-marks): Pass on permanent-flags.
5254 (nnimap-make-process-buffer): Record the server name.
5255 (nnimap-parse-flags): Fix typo.
5256 (nnimap-request-scan): Run split on the server in general, not just a
5257 single group.
5258
5259 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5260 parameter, and propagate this downwards.
5261
5262 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5263 since EXAMINE changes it on the server.
5264
5265 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5266 this command might take a while.
5267
5268 2010-09-22 Julien Danjou <julien@danjou.info>
5269
5270 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5271 harmful if you have 2 images side-by-side, they can't be properly
5272 update on text deletion. Using text-property is safer here.
5273 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5274 data.
5275
5276 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5277
5278 * nnimap.el (nnimap-expunge-inbox): Remove.
5279 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5280 (nnimap-expunge): Flip default to t.
5281
5282 * gnus.el (gnus-method-to-server): Don't push things to the cache
5283 unless it's unique.
5284 (gnus-server-to-method): Ditto.
5285
5286 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5287
5288 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5289
5290 2010-09-22 Julien Danjou <julien@danjou.info>
5291
5292 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5293 get the start of data.
5294 (gnus-html-encode-url): Add this function to encode special chars in
5295 URL.
5296 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5297 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5298
5299 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5300 default.
5301 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5302
5303 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5304 images alt-text.
5305 (gnus-html-put-image): Put alt-text as help-echo.
5306
5307 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5308
5309 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5310 * mm-util.el (mm-decompress-buffer)
5311 * nnir.el (nnir-run-find-grep)
5312 * pop3.el (pop3-list): Use 3rd arg of split-string.
5313
5314 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5315
5316 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5317 outside the active range. Suggested by Dan Christensen.
5318
5319 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5320 slightly later to avoid double-getting it.
5321
5322 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5323 previous patch.
5324
5325 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5326
5327 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5328
5329 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5330
5331 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5332
5333 * gnus-int.el (gnus-open-server): Give a better error message in the
5334 "go offline" case.
5335
5336 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5337 marks for nnimap, which is seldom the right thing to do.
5338
5339 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5340 (gnus-same-method-different-name): New function.
5341
5342 * nnimap.el (parse-time): Require.
5343
5344 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5345 method in the presence of many similar methods.
5346
5347 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5348
5349 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5350 nnml-inhibit-expiry.
5351
5352 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5353 find out whether methods are equal.
5354
5355 * nnimap.el (nnimap-find-expired-articles): New function.
5356 (nnimap-process-expiry-targets): New function.
5357 (nnimap-request-move-article): Request the article before looking at
5358 what the Message-ID is. Fix found by Andrew Cohen.
5359 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5360
5361 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5362 for oldness in addition to being a predicate.
5363
5364 * nnimap.el (nnimap-request-group): When we have zero articles, return
5365 the right data to Gnus.
5366 (nnimap-request-expire-articles): Only delete articles immediately if
5367 the target is 'delete.
5368
5369 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5370 method, this would bug out.
5371
5372 * gnus-group.el (gnus-group-expunge-group): Rename from
5373 gnus-group-nnimap-expunge, and implemented as a normal interface
5374 function.
5375
5376 * gnus-int.el (gnus-request-expunge-group): New function.
5377
5378 * nnimap.el (nnimap-request-create-group): Implement.
5379 (nnimap-request-expunge-group): New function.
5380
5381 2010-09-21 Julien Danjou <julien@danjou.info>
5382
5383 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5384 (gnus-html-cache-expired): Add new function.
5385 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5386 wethever we should display image for fetch it.
5387 Compute alt-text earlier to pass it to the fetching function too.
5388 (gnus-html-schedule-image-fetching): Change function argument to only
5389 get one image at a time, not a list.
5390 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5391 cache.
5392 (gnus-html-get-image-data): New function to retrieve image data from
5393 cache.
5394 (gnus-html-put-image): Change buffer argument to use image data rather
5395 than file, and place image above region rather than inserting a new
5396 one. Do not take alt-text as argument, since it's useless now: we place
5397 the image above alt-text.
5398 (gnus-html-prune-cache): Remove.
5399 (gnus-html-show-images): Start to fetch image when we find one, do not
5400 push into a temporary list.
5401 (gnus-html-prefetch-images): Only fetch image if they have expired.
5402 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5403 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5404
5405 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5406
5407 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5408
5409 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5410
5411 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5412 spec inser "*" if the group isn't active instead of 0.
5413
5414 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5415 opening the server.
5416 (nnimap-request-delete-group): Implement group deletion.
5417 (nnimap-transform-headers): Return the size of the entire message in
5418 the Bytes header, not just the size of the first part.
5419 (nnimap-request-move-article): When moving an article from nnimap,
5420 request the article first so the accepting form has an article to
5421 accept. Reported by Dan Christensen.
5422 (nnimap-command): Make sure that the error message doesn't error out.
5423
5424 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5425
5426 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5427 we haven't requested anything.
5428
5429 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5430
5431 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5432 "". Fix found by Andrew Cohen.
5433
5434 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5435 instead of -encode-string.
5436
5437 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5438
5439 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5440
5441 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5442 by mm-subst-char-in-string.
5443
5444 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5445
5446 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5447 waiting for the connection string.
5448
5449 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5450 arriving.
5451
5452 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5453 bogus characters. This allows selecting certain Gmail groups.
5454
5455 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5456 (nnimap-fetch-partial-articles): New variable.
5457 (nnimap-open-connection): When looking for credentials, also use the
5458 nnimap-server-port.
5459 (nnimap-request-article): Return the group/article number, so that Gnus
5460 `^' works as expected.
5461 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5462
5463 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5464 comments.
5465 (gnus-methods-sloppily-equal): New function.
5466 (gnus): When using the development version of Gnus, load the gnus-load
5467 file.
5468
5469 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5470 `gnus-open-server' on each method before trying to scan them etc.
5471 This ensures that all the backend parameters are set correctly.
5472
5473 * nnimap.el (nnimap-authenticator): New variable.
5474 (nnimap-open-connection): Allow anonymous login.
5475 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5476 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5477
5478 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5479 patch, found by Knut Anders Hatlen.
5480
5481 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5482
5483 * gnus-agent.el (gnus-agent-batch-confirmation)
5484 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5485 to gnus-message.
5486 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5487 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5488 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5489 * gnus-int.el (gnus-open-server): Likewise.
5490 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5491 (gnus-score-check-syntax): Likewise.
5492 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5493 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5494 Likewise.
5495 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5496
5497 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5498
5499 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5500 calling conventions so that prefetch doesn't bug out.
5501
5502 2010-09-19 Julien Danjou <julien@danjou.info>
5503
5504 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5505 rather than `subst-char-in-region' in order to be able to replace ASCII
5506 char by UTF-8 ones.
5507
5508 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5509 than curl.
5510 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5511 the right URL and ALT text on images.
5512 (gnus-html-wash-tags): Fix tag case.
5513 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5514 (gnus-article-html): Add -o display_ins_del=2 option.
5515 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5516
5517 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5518
5519 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5520 the extra mail headers, which sometimes seem to happen for unknown
5521 reasons.
5522
5523 * mail-parse.el (mail-header-encode-parameter): Define as
5524 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5525 (or most, perhaps?) mail readers don't understand the latter, but do
5526 understand the former.
5527
5528 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5529 to nil, so that no methods are automatically agentized. I think this
5530 is probably what most users want.
5531
5532 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5533 from url-retrieve, for instance about invalid URLs.
5534
5535 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5536 groups that have no articles.
5537 (nnimap-request-article): Check that we really got an article when we
5538 requested one.
5539
5540 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5541 doesn't exist.
5542
5543 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5544 nntp buffer so the agent can save it.
5545 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5546 that CRLF doesn't get translated to \n.
5547 (nnimap-open-connection): Don't make 'shell commands only send \n.
5548
5549 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5550
5551 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5552 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5553 Update var name.
5554 (nnml-generate-nov-file): Use dolist.
5555 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5556 Use with-current-buffer.
5557
5558 2010-09-18 Julien Danjou <julien@danjou.info>
5559
5560 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5561 parallel.
5562
5563 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5564
5565 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5566 the range update right.
5567 (nnimap-request-group): Don't make `M-g' bug out on group with no
5568 marks.
5569 (nnoo): Require, so that other packages can require nnimap.
5570 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5571 command we're looking for. This helps when the server sends more
5572 responses after we've gotten everything we expected.
5573 (nnimap): Add a `newlinep' field to keep track of end-of-line
5574 conventions.
5575 Don't send CRLF to things that don't want it.
5576 (nnimap-request-accept-article): Ditto.
5577
5578 2010-09-18 Julien Danjou <julien@danjou.info>
5579
5580 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5581 than curl to retrieve images.
5582
5583 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5584
5585 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5586 the marks.
5587 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5588 (nnimap-wait-for-connection): New function.
5589 (nnimap-open-connection): If we have PREAUTH, don't query for login
5590 credentials.
5591 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5592 when doing a partial update.
5593
5594 2010-09-18 Julien Danjou <julien@danjou.info>
5595
5596 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5597 tags.
5598
5599 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5600
5601 * nnimap.el (nnimap-credentials): New function.
5602 (nnimap-open-connection): Use the new function to look for credentials
5603 also on the numeric equivalents of "imap" and "imaps".
5604
5605 * gnus-start.el (gnus-activate-group): Send the info to
5606 gnus-request-group.
5607
5608 * nnimap.el (nnimap-request-group): Have the "check" version of the
5609 function parse flags and update the info, so that a `M-g' get a total
5610 resync of all flags from the group.
5611
5612 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5613 to allow backends to alter the info on group selection. Also alter all
5614 the backend -request-group functions to take the parameter.
5615
5616 * nnimap.el (nnimap-store-info): New function.
5617 (nnimap-update-info): Store the info for later usage.
5618 (nnimap-request-group): Use the stored info for the dont-check case, so
5619 that we don't retrieve all marks when we enter a group.
5620
5621 * nnimap.el: Use deffoo instead of defun for interface functions.
5622
5623 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5624 update the group info. This makes the nndraft groups, for instance, go
5625 back to their old behaviour.
5626
5627 * gnus-sum.el (gnus-select-newsgroup): Indent.
5628
5629 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5630 in.
5631 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5632 nothing.
5633
5634 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5635 from methods that are denied.
5636
5637 * gnus-int.el (gnus-method-denied-p): New function.
5638
5639 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5640 store the password instead of netrc.
5641 (nnimap-open-connection): Don't error out when we can't make a
5642 connections.
5643
5644 * auth-source.el (auth-source-create): In the password prompt, say what
5645 we're querying for. Also prompt for user name if that hasn't been
5646 given.
5647
5648 * nnimap.el (nnimap-with-process-buffer): Remove.
5649
5650 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5651
5652 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5653 method when we're reading from the agent.
5654
5655 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5656
5657 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5658 that's probably most useful for users.
5659
5660 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5661 "failed" all the time.
5662
5663 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5664 ...)) with (with-current-buffer ... ).
5665
5666 * nntp.el (nntp-open-server): Return whether the open was successful or
5667 not.
5668
5669 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5670 select an unread unseen article first.
5671
5672 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5673 /etc/services, supply some sensible port defaults.
5674
5675 2010-09-17 Julien Danjou <julien@danjou.info>
5676
5677 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5678
5679 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5680
5681 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5682 doesn't have any parameters.
5683
5684 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5685
5686 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5687 only upcased checks.
5688
5689 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5690
5691 * nnimap.el (nnimap-open-shell-stream): New function.
5692 (nnimap-open-connection): Use it.
5693 (nnimap-transform-headers): Get the number of lines in each message.
5694 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5695 number of lines.
5696 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5697 problem.
5698
5699 * utf7.el (utf7-encode): Autoload.
5700
5701 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5702 to allow the mail splitting to not return a default group. This is
5703 useful for nnimap, which will leave unmatched mail in the inbox.
5704
5705 * nnimap.el: Rewritten.
5706
5707 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5708 nnimap usage.
5709
5710 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5711 if the move is internal, so that nnimap can do fast internal moves.
5712
5713 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5714 data.
5715 (gnus-read-active-for-groups): Support finishing the early retrieval of
5716 data.
5717
5718 * gnus-range.el (gnus-range-nconcat): New function.
5719
5720 * gnus-int.el (gnus-finish-retrieve-group-infos)
5721 (gnus-retrieve-group-data-early): New functions.
5722
5723 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5724
5725 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5726 (nnrss-retrieve-groups):
5727 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5728 (pop3-quit): Use with-current-buffer.
5729
5730 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5731
5732 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5733 instead of nnheader-accept-process-output.
5734
5735 * gnus-html.el (gnus-html-schedule-image-fetching)
5736 (gnus-html-prefetch-images): Replace process-kill-without-query by
5737 gnus-set-process-query-on-exit-flag.
5738
5739 2010-09-16 Romain Francoise <romain@orebokech.com>
5740
5741 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5742
5743 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5744
5745 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5746 parameter to unintern is mandatory-ish in Emacs 24.
5747
5748 * gnus-html.el (gnus-html-schedule-image-fetching)
5749 (gnus-html-prefetch-images): Check for curl before using it.
5750
5751 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5752 depend on curl, which isn't essential.
5753
5754 * imap.el: Revert back to version
5755 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5756 seem problematic.
5757
5758 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5759
5760 * gnus-registry.el (gnus-registry-install-shortcuts):
5761 Explicitly pass `obarray' to `unintern' to avoid a warning.
5762
5763 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5764
5765 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5766 change.
5767
5768 * nnrss.el (nnrss-request-list): Remove this function and related
5769 functions, including the moreover stuff.
5770
5771 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5772
5773 * nnrss.el (nnrss-retrieve-groups): New function.
5774
5775 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5776
5777 * .dir-locals.el: Add no-byte-compile cookie.
5778
5779 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5780
5781 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5782 for back end that doesn't support request-scan.
5783
5784 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5785
5786 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5787 then do request scans from the backends.
5788
5789 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5790 avoid running a hook per line, since this takes a lot of time,
5791 profiling shows.
5792 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5793 directly if gnus-visual-p is true.
5794
5795 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5796
5797 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5798 groups; replace mapcar with dolist which is a bit faster; pass groups
5799 info to gnus-read-active-file-1.
5800 (gnus-read-active-file-1): Scan only specified groups if the new
5801 optional arg `infos' is given.
5802
5803 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5804
5805 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5806
5807 * pop3.el (pop3-movemail): Remove.
5808 (pop3-streaming-movemail): Rename to pop3-movemail.
5809
5810 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5811 don't restrict end-tag searches to the end of the line.
5812
5813 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5814
5815 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5816 articles of every unchecked group to t, which means unknown since the
5817 server has never been opened.
5818
5819 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5820
5821 * gnus-html.el (gnus-html-show-alt-text): New command.
5822 (gnus-html-browse-image): Ditto.
5823 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5824 to browse the image directly.
5825 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5826 better.
5827
5828 * gnus-async.el (gnus-async-article-callback):
5829 Call `gnus-html-prefetch-images' unconditionally.
5830
5831 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5832 before feeding URLs to curl.
5833
5834 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5835
5836 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5837 internal images as deletable by `W D D'.
5838
5839 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5840 (gnus-async-article-callback): Fix typo.
5841
5842 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5843
5844 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5845 current line to work around bugs in the output from w3m.
5846
5847 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5848 for groups that want that.
5849
5850 * nntp.el (nntp-wait-for-string): Supply a timeout for
5851 accept-process-output to ensure progress.
5852
5853 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5854 level to get unread articles from, then use that for foreign groups,
5855 too.
5856
5857 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5858 confuses the rest of the function.
5859
5860 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5861 for the methods that support -retrieve-groups, too.
5862
5863 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5864
5865 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5866
5867 * pop3.el: Require cl when compiling.
5868 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5869
5870 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5871
5872 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5873 that aren't going to be activated.
5874 (gnus-get-unread-articles): Fix up the last commit.
5875
5876 * gnus-html.el (gnus-article-html): Allow calling without specifying
5877 the handle. In that case, dissect the buffer first.
5878
5879 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5880
5881 * nnimap.el (nnimap-open-connection): Revert the change that would look
5882 into authinfo for imaps instead of imap.
5883
5884 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5885 say that you don't want to call gnus-request-group with don-check, but
5886 do check the reponse. This is for virtual groups only.
5887 (gnus-get-unread-articles): Count the archive groups as secondary, so
5888 that they're activated the same way as before.
5889
5890 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5891 case-insensitively.
5892 (nnimap-debug): Remove.
5893
5894 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5895 mail from a file, and the file doesn't exist.
5896
5897 * pop3.el (pop3-streaming-movemail): Return t for success.
5898
5899 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5900 .authinfo if we're using ssl connection.
5901
5902 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5903 already have if we're in a main Gnus `g' run.
5904
5905 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5906
5907 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5908
5909 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5910
5911 * nnmh.el (nnmh-request-list-1): Bind `file'.
5912
5913 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5914 alias to set-process-query-on-exit-flag or process-kill-without-query.
5915 (pop3-open-server): Use it.
5916
5917 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5918
5919 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5920 box to the Incoming file. Fixes mistake in previous checkin.
5921
5922 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5923 request loop (for debugging purposes) removed.
5924
5925 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5926 culprit is more visible.
5927 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5928 (nnml-add-incremental-nov): New functions to do "incremental" nov
5929 updates, where we just append to the end of the existing nov files
5930 without reading/writing them in full.
5931
5932 * mail-source.el (mail-source-delete-crash-box): Really only check the
5933 incoming files once in a while.
5934
5935 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5936
5937 * mail-source.el (mail-source-delete-crash-box): Only check the
5938 incoming files for deletion once per day to save a lot of file
5939 accesses.
5940
5941 * pop3.el (pop3-logon): Fix up unbound variable typo.
5942
5943 * mail-source.el (pop3-streaming-movemail): Autoload.
5944
5945 * pop3.el (pop3-streaming-movemail):
5946 Respect pop3-leave-mail-on-server.
5947
5948 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5949 retrieval.
5950
5951 * pop3.el (pop3-process-filter): Remove unused function.
5952 (pop3-streaming-movemail, pop3-send-streaming-command)
5953 (pop3-wait-for-messages, pop3-write-to-file)
5954 (pop3-number-of-responses): New functions for streaming pop3
5955 retrieval.
5956
5957 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5958 come from no known methods.
5959 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5960 list.
5961
5962 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5963 message sizes.
5964 (pop3-movemail): Use erase-buffer instead of looping and deleting
5965 regions, which seems rather odd.
5966
5967 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5968 file once per `g' run.
5969
5970 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5971 directories. This makes the draft queue directory work.
5972
5973 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5974 data from the backends, so that we only request the list of groups from
5975 each method once. This should speed things up considerably.
5976
5977 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5978 detect that it's not implemented.
5979
5980 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5981 we actually do recurse down into the tree, but don't stat all leaf
5982 nodes.
5983
5984 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5985 then say so instead of bugging out.
5986
5987 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5988 files exist before trying to read them.
5989
5990 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5991 around <pre_int>.
5992
5993 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5994
5995 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5996
5997 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5998
5999 * mm-util.el (mm-image-load-path): Just return the image directories,
6000 not all directories in the path in addition to the image directories.
6001 (mm-image-load-path): Maintain a cache of the image directories so that
6002 the `g' command in Gnus doesn't have to stat dozens of directories each
6003 time.
6004
6005 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6006 (gnus-html-wash-tags): Add a new `i' command to insert images.
6007 (gnus-html-insert-image): New command and keystroke.
6008 (gnus-html-redisplay-with-images): New command and keystroke.
6009 (gnus-html-show-images): Rename command.
6010 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6011 spacers.
6012 (gnus-html-wash-tags): Decode entities at the end, so that entities
6013 inside the tags don't mess up the rest of the "parsing".
6014
6015 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6016 so that nnimap methods aren't agentized by default. There's apparently
6017 many problems related to agent/imap behaviour.
6018
6019 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6020
6021 * gnus-html.el: Doc fix.
6022
6023 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6024
6025 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6026 glyph-width and glyph-height instead of display-graphic-p and
6027 image-size; make avoidance of displaying small images work for XEmacs.
6028
6029 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6030 for XEmacs.
6031
6032 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6033 of symbol that holds plist data.
6034 (gnus-process-plist): Remove plist of process after getting it.
6035
6036 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6037
6038 * message.el (message-generate-hashcash): Change default to
6039 'opportunistic if hashcash is installed.
6040
6041 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6042 (gnus-html-put-image): Only call image-size once, since it's somewhat
6043 time-consuming on remote X servers.
6044
6045 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6046
6047 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6048 decoded contents.
6049 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6050
6051 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6052
6053 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6054 group line format, since it isn't very interesting.
6055
6056 * gnus-agent.el (gnus-agent-short-article),
6057 (gnus-agent-long-article): Increase values for these two variables,
6058 since most people are likely to have more network connection and
6059 storage than before.
6060
6061 * gnus.el (gnus-refer-article-method): Change default to 'current.
6062 When referring an article, the common behaviour is to refer it from the
6063 current select method, not the native select method. The chances of
6064 the native select method having the message in question is rather slim
6065 these days.
6066
6067 * gnus-sum.el (gnus-auto-select-subject): Change default to
6068 `unseen-or-unread'. I think it's likely that most people want to
6069 select an unseen article over a previously seen, but unread one.
6070
6071 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6072 means that in the article buffer none of the minor mode elements will
6073 be shown, usually, and this is not desirable in most cases.
6074
6075 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6076 that commands like `d' (and the like) go to the next line in the
6077 buffer, instead of the next unread article. I think this is the
6078 behaviour that is most natural for most users.
6079 (gnus-single-article-buffer): Change default to nil, so that people can
6080 have as many article buffers open as they have summary buffer. I think
6081 this is the most natural way for the groups to behave.
6082
6083 * message.el (message-generate-new-buffers): Change default to
6084 `unsent', so that all new message buffers start their names with the
6085 string "*unsent", and it's easier to find the buffers if you move from
6086 them.
6087
6088 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6089
6090 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6091 small. They're probably tracking images.
6092 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6093 (gnus-html-rescale-image): Yet another try at getting the image sizing
6094 right.
6095
6096 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6097 nntp-marks-file-name is nil.
6098
6099 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6100
6101 * gnus-html.el (gnus-html-wash-tags)
6102 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6103 Better logging.
6104
6105 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6106
6107 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6108
6109 * gnus-html.el (gnus-html-wash-tags): Check the value of
6110 gnus-blocked-images in the summary buffer.
6111
6112 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6113
6114 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6115
6116 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6117
6118 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6119 like "a", it seems like.
6120 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6121 since it needs to be picked from the correct buffer.
6122
6123 * nnwfm.el: Remove.
6124
6125 * nnlistserv.el: Remove.
6126
6127 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6128
6129 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6130 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6131
6132 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6133
6134 * nnkiboze.el: Remove.
6135
6136 * nndb.el: Remove.
6137
6138 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6139 alt text.
6140 (gnus-html-rescale-image): Try to get the rescaling logic right for
6141 images that are just wide and not tall.
6142
6143 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6144 overshadow variable bindings.
6145
6146 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6147
6148 * gnus-html.el (gnus-html-wash-tags)
6149 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6150 Add extra logging.
6151
6152 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6153
6154 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6155 (gnus-max-image-proportion): New variable.
6156 (gnus-html-rescale-image): New function.
6157 (gnus-html-put-image): Rescale images.
6158
6159 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 Fix up some byte-compiler warnings.
6162 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6163 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6164 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6165 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6166 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6167 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6168 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6169
6170 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6171
6172 * gnus-html.el (gnus-article-html): Decode contents by charset.
6173
6174 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6175
6176 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6177 (gnus-html-frame-width, gnus-blocked-images)
6178 * message.el (message-prune-recipient-rules): Add custom version.
6179 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6180
6181 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6182 functions.
6183
6184 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6185 gnus-process-get.
6186
6187 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6188
6189 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6190 instead of lsub directly.
6191
6192 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6193
6194 * nnwarchive.el: Remove.
6195
6196 * gnus-soup.el: Remove.
6197
6198 * nnsoup.el: Remove.
6199
6200 * nnultimate.el: Remove.
6201
6202 * gnus-html.el (gnus-blocked-images): New variable.
6203
6204 * message.el (message-prune-recipients): New function.
6205 (message-prune-recipient-rules): New variable.
6206
6207 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6208 guess whether a long line is natural text or not.
6209
6210 * gnus-html.el (gnus-html-schedule-image-fetching):
6211 Use gnus-process-plist and friends for compatibility.
6212
6213 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 * gnus-html.el: Require packages that define macros used in this file.
6216 (gnus-article-mouse-face): Declare to silence byte-compiler.
6217 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6218 process-get.
6219 (gnus-html-put-image): Use plist-get to avoid getf.
6220 (gnus-html-prefetch-images): Use with-current-buffer.
6221
6222 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6223
6224 * gnus-ems.el: Provide compatibility functions for
6225 gnus-set-process-plist.
6226
6227 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6228 * gnus.el (gnus-valid-select-methods)
6229 * message.el (message-send-mail-partially-limit)
6230 * mm-decode.el (mm-text-html-renderer)
6231 * mml.el (mml-insert-mime-headers-always)
6232 * smiley.el (smiley-regexp-alist): Bump custom version.
6233
6234 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6235
6236 * gnus-html.el: require mm-url.
6237 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6238 with the url to `url'.
6239 (gnus-html-wash-tags): Support cid: URLs/images.
6240
6241 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6242
6243 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6244 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6245 bindings, as they aren't useful at all. `w' is moved to `W w'.
6246
6247 * gnus-move.el: Remove file, since it doesn't really work.
6248
6249 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6250 UTF-8. This seems to fix problems with some German web feeds.
6251
6252 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6253 at the top so that the proper colours are applied.
6254
6255 * gnus-art.el (gnus-article-view-part): Doc fix.
6256
6257 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6258 XEmacs-compatible.
6259 (gnus-html-put-image): Don't do images on non-graphic displays.
6260
6261 * nnslashdot.el: Remove this unused backend.
6262
6263 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6264 actions.
6265 (gnus-undo-register-1): Revert last change.
6266
6267 * gnus-group.el (gnus-group-completing-read): Protect against not
6268 having completion-styles bound.
6269
6270 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6271 make broken recipients happier.
6272
6273 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6274
6275 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6276 point parameter.
6277
6278 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6279 completion-styles for group selection.
6280
6281 2009-02-04 Andreas Schwab <schwab@suse.de>
6282
6283 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6284 headers and regexp-quote the match if necessary.
6285
6286 2009-03-24 Miles Bader <miles@gnu.org>
6287
6288 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6289 the blinking smiley.
6290
6291 2009-03-24 Simon Josefsson <simon@josefsson.org>
6292
6293 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6294 blink smiley.
6295
6296 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6297
6298 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6299 where the dribbel file lives exists.
6300
6301 * message.el (message-send-mail-partially-limit): Change the default to
6302 nil, since most people don't want this.
6303
6304 * mm-url.el (mm-url-decode-entities): Also decode entities like
6305 &#x3212.
6306
6307 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6308
6309 * gnus-sum.el (gnus-summary-idna-message):
6310 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6311 Hyperlink urls in docstrings with URL `...'.
6312
6313 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6314
6315 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6316 functions.
6317
6318 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6319
6320 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6321 say what the mouseover text should be.
6322
6323 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6324 version of the mm-w3m-safe-url-regexp variable to only download images
6325 in the groups where we want that to happen.
6326
6327 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6328
6329 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6330 easier debugging.
6331 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6332 big pictures in the article buffer.
6333
6334 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6335 gnus-article-html.
6336 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6337 w3m.
6338
6339 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6340
6341 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6342
6343 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6344 which doesn't exist.
6345
6346 * message.el (message-inhibit-ecomplete): New variable to allow some
6347 function to inhibit ecomplete address storage.
6348 (message-resend): Disable ecomplete message storage when resending
6349 messages.
6350
6351 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6352
6353 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6354
6355 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6356 Save excursion while copying, moving, and deleting articles in order to
6357 prevent the cursor from jumping to unforeseen place.
6358
6359 2010-08-17 Glenn Morris <rgm@gnu.org>
6360
6361 * gnus-sync.el: Require gnus components whose functions are used.
6362
6363 * gnus-art.el (bookmark-make-record-function):
6364 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6365 Declare for compiler.
6366
6367 * mm-url.el (mml-compute-boundary): Autoload.
6368
6369 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6370
6371 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6372
6373 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6374
6375 Typo fix "hoo4a" -> "hook".
6376
6377 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6378
6379 2010-08-14 Glenn Morris <rgm@gnu.org>
6380
6381 * gnus-sync.el (gnus-sync): Fix defgroup version.
6382
6383 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6384
6385 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6386
6387 * gnus-sync.el: Fix docs.
6388 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6389 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6390
6391 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6392
6393 Optimizations for gnus-sync.el.
6394
6395 * gnus-sync.el: Add docs about gnus-sync-backend
6396 possibilities.
6397 (gnus-sync-save): Remove unnecessary message.
6398 (gnus-sync-read): Optimize and show what groups were skipped.
6399
6400 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6401
6402 Minor bug fixes for gnus-sync.el.
6403
6404 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6405 Don't read the sync on get-new-news.
6406
6407 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6408 quiet.
6409
6410 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6411 (fix typo).
6412
6413 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6414
6415 Make saving and restoring of hidden threads work with overlays.
6416 Patch applied by Ted Zlatanov.
6417
6418 * gnus-sum.el (gnus-hidden-threads-configuration)
6419 (gnus-restore-hidden-threads-configuration): Update to deal with text
6420 properties, rather than searching for a magic character.
6421
6422 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6423
6424 New gnus-sync.el library for synchronization of marks.
6425
6426 * gnus-sync.el: New library for synchronization of marks.
6427
6428 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6429 renamed from `gnus-registry-grep-in-list'.
6430
6431 * gnus-registry.el (gnus-registry-follow-group-p):
6432 Use `gnus-grep-in-list'.
6433
6434 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6435
6436 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6437
6438 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6439 determining charset of text fails.
6440
6441 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6442
6443 * nnmail.el (nnmail-get-new-mail-1): Revert.
6444
6445 * nnml.el (nnml-active-number): Make sure names of newly created groups
6446 in nnml-group-alist are encoded.
6447
6448 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6449
6450 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6451 containing non-ASCII characters in active file for nnml back end.
6452
6453 2010-07-24 David Engster <dengste@eml.cc>
6454
6455 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6456 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6457
6458 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6459
6460 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6461 tag (Bug#6654).
6462
6463 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6464
6465 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6466 the article buffer, not the summary buffer.
6467
6468 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6469
6470 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6471 Emacs 23 as well.
6472
6473 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6474
6475 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6476 Patch applied by Karl Fogel.
6477
6478 * gnus-sum.el (gnus-summary-bookmark-make-record):
6479 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6480
6481 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6482
6483 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6484 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6485 C-w still not working correctly from Article buffers; Thierry's
6486 patch to fix that will be applied after this.
6487
6488 * gnus-art.el (bookmark-make-record-function): New local variable.
6489
6490 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6491 article buffer.
6492 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6493
6494 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6495
6496 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6497 on changes in bookmark.el.
6498
6499 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6500
6501 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6502 the *other* type of HTML form submission.
6503
6504 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6505
6506 * auth-source.el (auth-source-pick): If choice does not contain a
6507 questioned keyword, set the check to t.
6508
6509 2010-06-12 Romain Francoise <romain@orebokech.com>
6510
6511 * gnus-util.el (gnus-date-get-time): Move up before first use.
6512
6513 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6514
6515 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6516 (gnus-article-edit-part): Bind it to make last part that is substituted
6517 or deleted visible.
6518 (gnus-mime-display-single): Buttonize part of which id equals to
6519 gnus-mime-buttonized-part-id.
6520
6521 2010-06-10 Dan Christensen <jdc@uwo.ca>
6522
6523 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6524 (gnus-dd-mmm): Use gnus-date-get-time.
6525 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6526 simplify logic.
6527 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6528 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6529
6530 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6531
6532 * auth-source.el (top): Autoload `secrets-list-collections',
6533 `secrets-create-item', `secrets-delete-item'.
6534 (auth-sources): Fix tag string.
6535 (auth-get-source, auth-source-retrieve, auth-source-create)
6536 (auth-source-delete): New defuns.
6537 (auth-source-pick): Rewrite in order to avoid 2 passes.
6538 (auth-source-forget-user-or-password): New parameter USERNAME.
6539 (auth-source-user-or-password): New parameters CREATE-MISSING and
6540 DELETE-EXISTING. Retrieve password interactively, if needed.
6541
6542 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6543
6544 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6545 deleting unused directories when gnus-expert-user is t.
6546
6547 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6548
6549 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6550 for each temp file when gnus-article-browse-delete-temp is ask.
6551
6552 2010-05-20 Kevin Ryde <user42@zip.com.au>
6553
6554 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6555
6556 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6557
6558 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6559 article unless decoding article to be saved.
6560
6561 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6562
6563 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6564 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6565 generated within the mm-with-unibyte-current-buffer macro.
6566
6567 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6568
6569 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6570 to nil when we're in a mml-preview buffer and no group is selected.
6571
6572 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6573
6574 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6575 when catching the `C-g'. Reported by "Leo".
6576
6577 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6578
6579 * message.el (message-forward-make-body-plain)
6580 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6581 multibyte-string-p.
6582
6583 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6584
6585 * message.el (message-forward-make-body-mml): Assume original message
6586 is multibyte string; error on unibyte.
6587 (message-forward-make-body-plain): Ditto; don't add excessive newline
6588 in body end.
6589
6590 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6591
6592 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6593 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6594
6595 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6596
6597 * mm-extern.el (mm-extern-url): Don't use
6598 mm-with-unibyte-current-buffer.
6599 (mm-extern-cache-contents): Use with-current-buffer instead of
6600 save-excursion + set-buffer.
6601
6602 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6603
6604 * mm-util.el (mm-emacs-mule): Remove.
6605
6606 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6607
6608 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6609 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6610 change.
6611
6612 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6613
6614 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6615 bind the default value of enable-multibyte-characters to nil.
6616
6617 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6618
6619 * message.el (message-forward-make-body-plain)
6620 (message-forward-make-body-mml):
6621 Don't use mm-with-unibyte-current-buffer.
6622
6623 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6624
6625 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6626 (Bug#5592).
6627
6628 2010-05-07 Julien Danjou <julien@danjou.info>
6629
6630 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6631 it to mm-pipe-part.
6632
6633 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6634 it is given.
6635
6636 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6637
6638 * nnweb.el (nnweb-gmane-search)
6639 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6640 XEmacs.
6641
6642 * gnus-art.el (gnus-article-browse-html-parts)
6643 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6644 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6645 make-temp-file.
6646
6647 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6648 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6649 compiling.
6650
6651 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6652 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6653 XEmacs when compiling.
6654
6655 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6656 gnus-pick-mode-off-hook for XEmacs when compiling.
6657 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6658 gnus-binary-mode-off-hook for XEmacs when compiling.
6659
6660 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6661 Return nil if char-charset is not available.
6662
6663 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6664 macro.
6665
6666 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6667 instead of encode-coding-string.
6668
6669 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6670 'xemacs) instead of mm-emacs-mule to switch function definitions.
6671 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6672
6673 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6674
6675 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6676
6677 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6678
6679 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6680 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6681
6682 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6683
6684 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6685 alias `jka-compr-delete-temp-file' no longer exists.
6686
6687 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 Use define-minor-mode in Gnus where applicable.
6690 * mml.el (mml-mode): Use define-minor-mode.
6691 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6692 (gnus-undo-mode): Use define-minor-mode.
6693 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6694 (gnus-dead-summary-mode): Use define-minor-mode.
6695 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6696 Initialize in declaration.
6697 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6698 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6699 (gnus-mailing-list-mode): Use define-minor-mode.
6700 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6701 (gnus-draft-mode): Use define-minor-mode.
6702 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6703 (gnus-dired-mode): Use define-minor-mode.
6704
6705 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6706
6707 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6708 handles on recursive mml-to-mime translation and check them for
6709 boundary delimiter collisions. Reported by Greg Troxel.
6710
6711 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6712
6713 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6714
6715 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * mm-util.el (mm-find-buffer-file-coding-system):
6718 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6719
6720 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6721
6722 * message.el (message-generate-headers): Record insertion of optional
6723 headers as well. Otherwise the check to prevent repeated insertion of
6724 optional headers is a no-op.
6725
6726 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6727
6728 * smime.el: Don't mention CVS.
6729
6730 * nnrss.el (nnrss-fetch): Don't mention CVS.
6731
6732 * nnir.el: Don't mention CVS.
6733
6734 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * gnus-sum.el (gnus-summary-bookmark-make-record):
6737 Add `location' field.
6738
6739 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6742 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6743 Use with-current-buffer to silence the byte-compiler.
6744 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6745 bother to require `gnus'.
6746 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6747
6748 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6749
6750 * gnus-sum.el (gnus-summary-bookmark-make-record)
6751 (gnus-summary-bookmark-jump): New functions.
6752 (gnus-summary-mode): Setup bookmark support.
6753
6754 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6755
6756 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6757 if set.
6758
6759 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6760
6761 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6762 gnus-article-browse-html-save-cid-image; make it work recursively for
6763 forwarded messages as well.
6764 (gnus-article-browse-html-parts): Work when prefix arg is given.
6765 (gnus-article-browse-html-article): Doc fix.
6766
6767 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6768
6769 * message.el (message-default-mail-headers):
6770 (message-default-headers): Carry the value mail-default-headers over
6771 into message-default-mail-headers, rather than message-default-headers.
6772
6773 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6774
6775 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6776 charset.
6777
6778 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6779 charset into the <meta> tag when the article is encoded to utf-8.
6780
6781 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6782
6783 * gnus-art.el (gnus-article-browse-delete-temp-files):
6784 Delete directories as well.
6785 (gnus-article-browse-html-parts): Work for images that do not specify
6786 file names; delete temp directory when quitting; insert header at the
6787 right place; use file: scheme for image files.
6788
6789 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6790
6791 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6792 (gnus-article-browse-html-parts): Use it to make temporary cid image
6793 files in addition to html file so that browser may display them.
6794
6795 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6798
6799 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6800
6801 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6802
6803 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6804
6805 * auth-source.el (auth-sources): Change default to be simpler.
6806 Explain about Secret Service API sources. Improve Customize options.
6807 (auth-source-pick): Change to accept any number of search parameters.
6808 Implement fallbacks iteratively, not recursively. Add scoring on the
6809 second pass and sort by score. Call Secret Service API when needed.
6810 (auth-source-user-or-password): Use it. Call Secret Service API
6811 directly when needed to get the user name and the password.
6812
6813 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6814
6815 * message.el (message-interactive): Doc fix.
6816 (message-qmail-inject-args): Reflow.
6817 (message-kill-to-signature): Fix typo in docstring.
6818
6819 * smiley.el (smiley-buffer): Fix typo in docstring.
6820
6821 2010-03-24 Glenn Morris <rgm@gnu.org>
6822
6823 * mail-source.el (gnus-message): Declare.
6824 (mail-source-delete-old-incoming): Require gnus-util.
6825
6826 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6827
6828 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6829
6830 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6831
6832 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6833 password-cache's default if it is not bound.
6834 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6835 password-cache-expiry's default if it is not bound.
6836
6837 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6838 available in Emacs 21.
6839
6840 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6841
6842 * auth-source.el (auth-sources): Fix up definition so extra parameters
6843 are always inline.
6844
6845 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6846
6847 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6848 wasn't updated after mismatch. Clear cached mailbox info correctly
6849 when uidvalidity changes.
6850 (nnimap-group-prefixed-name): New function to avoid some code
6851 duplication.
6852 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6853 (nnimap-request-group): Use it.
6854 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6855 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6856 with many imap folders. This is done by caching the group status from
6857 the imap server persistently in a group parameter `imap-status'. (This
6858 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6859 but not persistently, so every Gnus startup was still very slow.)
6860
6861 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6862
6863 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6864 secrets.el dependency.
6865 (auth-sources): Add optional user name. Add secrets.el configuration
6866 choice (unused right now).
6867
6868 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6869
6870 * gnus-sum.el (gnus-summary-make-menu-bar):
6871 Let `gnus-registry-install-shortcuts' fill in the functions.
6872
6873 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6874 warnings.
6875 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6876 (gnus-registry-install-shortcuts): Populate and use it in a
6877 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6878
6879 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6880
6881 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6882 In-place substitutions for the group name encoding/decoding.
6883 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6884 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6885 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6886 (nnimap-update-unseen, nnimap-request-list)
6887 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6888 (nnimap-request-set-mark, nnimap-split-to-groups)
6889 (nnimap-split-articles, nnimap-request-newgroups)
6890 (nnimap-request-create-group, nnimap-request-accept-article)
6891 (nnimap-request-delete-group, nnimap-request-rename-group)
6892 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6893 `encoded-mbx' for consistency.
6894 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6895 variable `imap-current-mailbox'.
6896
6897 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6898 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6899
6900 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6901
6902 * pop3.el (pop3-display-message-size-flag): Display message size byte
6903 counts during POP3 download.
6904 (pop3-movemail): Use it.
6905 (pop3-list): Implement listing of available messages.
6906
6907 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6908
6909 * nnir.el (nnir-get-article-nov-override-function): New function to
6910 override the normal NOV retrieval.
6911 (nnir-retrieve-headers): Use it.
6912
6913 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6914
6915 * auth-source.el (netrc-machine-user-or-password): Autoload.
6916
6917 2010-03-19 Glenn Morris <rgm@gnu.org>
6918
6919 Stop message.el from loading about 40 libraries it doesn't always need.
6920 The general approach is to autoload rather than require, and to
6921 require in the specific functions rather than the file. (Bug#5642)
6922
6923 * gmm-utils.el: Don't require wid-edit.
6924 (widget-create-child-value, widget-convert, widget-default-get):
6925 Autoload.
6926
6927 * gnus-util.el: Don't require time-date, netrc.
6928 (message-fetch-field, gnus-group-name-decode): Declare rather than
6929 autoloading.
6930 (gnus-fetch-field): Require message.
6931 (gnus-decode-newsgroups): Require gnus-group.
6932
6933 * ietf-drums.el: Don't require time-date.
6934
6935 * message.el: Don't require hashcash, canlock, ecomplete.
6936 Do require mail-utils. Require nnheader only when compiling.
6937 (smtpmail-default-smtp-server): Remove declaration.
6938 (message-send-mail-function): Check smtpmail-default-smtp-server
6939 is bound rather than requiring smtpmail.
6940 (message-auto-save-directory, message-insert-signature):
6941 Use expand-file-name rather than nnheader-concat.
6942 (nnheader-insert-file-contents): Autoload.
6943 (hashcash-wait-async): Declare.
6944 (message-send-mail): Only call gnus-setup-posting-charset if
6945 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6946 (message-send-mail-with-sendmail): Require sendmail.
6947 (canlock-password, canlock-password-for-verify): Declare.
6948 (message-canlock-password): Require canlock.
6949 (nnheader-get-report): Autoload.
6950 (gnus-setup-posting-charset): Declare.
6951 (message-send-news): Require gnus-msg.
6952 (message-make-references, message-make-in-reply-to): Use mail-header-id
6953 rather than the alias mail-header-message-id.
6954 (ecomplete-add-item, ecomplete-save): Declare.
6955 (message-put-addresses-in-ecomplete): Require ecomplete.
6956 (ecomplete-display-matches): Autoload.
6957
6958 * mm-decode.el: Don't require mailcap, gnus-util.
6959 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6960 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6961 Autoload.
6962 (mailcap-mime-extensions): Declare.
6963
6964 * mm-encode.el: Don't require mailcap.
6965 (mailcap-extension-to-mime): Autoload.
6966
6967 * mml-sec.el: Don't require password-cache.
6968
6969 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6970 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6971 (mml-minibuffer-read-type): Require mailcap.
6972 (mml-preview): Require gnus-msg.
6973
6974 * mml1991.el: Require password-cache.
6975 (password-cache-expiry): Remove declaration.
6976
6977 * mml2015.el: Require password-cache.
6978 (password-cache-expiry): Remove declaration.
6979
6980 * nneething.el (mailcap): Require mailcap.
6981
6982 * nnheader.el (declare-function): Add compatibility stub.
6983 (message-remove-header): Declare rather than autoload.
6984 (nnheader-replace-header): Require message.
6985
6986 * nnimap.el (declare-function): Add compatibility stub.
6987 (netrc-parse, netrc-machine-user-or-password): Declare.
6988 (nnimap-open-connection): Require netrc.
6989
6990 * nntp.el (declare-function): Add compatibility stub.
6991 (netrc-parse, netrc-machine, netrc-get): Declare.
6992 (nntp-send-authinfo): Require netrc.
6993
6994 * rfc2047.el: Don't require qp.
6995 (quoted-printable-encode-region, quoted-printable-decode-string):
6996 Autoload.
6997
6998 * sieve-mode.el: Don't require easymenu.
6999 (easy-menu-add-item): Autoload it.
7000
7001 * spam-stat.el (time-to-number-of-days): Autoload it.
7002
7003 2010-03-17 Kevin Ryde <user42@zip.com.au>
7004
7005 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7006 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7007 value if any backslash escapes).
7008
7009 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7010
7011 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7012 if it is available. (bug#5647)
7013
7014 2010-02-26 Glenn Morris <rgm@gnu.org>
7015
7016 * message.el (message-send-mail-function): Change the default, so that
7017 it inherits from a customized send-mail-function. (Bug#5643)
7018
7019 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7020
7021 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7022 shell-command-to-string signals an error (bug#5299).
7023
7024 2010-02-24 Glenn Morris <rgm@gnu.org>
7025
7026 * message.el (message-smtpmail-send-it)
7027 (message-send-mail-with-mailclient): Doc fixes.
7028
7029 2010-02-16 Glenn Morris <rgm@gnu.org>
7030
7031 * message.el (message-default-mail-headers): Change the default value
7032 to ease the transition from mail-mode to message-mode. (Bug#5555)
7033
7034 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7035
7036 * message.el (message-mail): Just pass yank-action on to message-setup.
7037 (message-setup): Handle (FUN . ARGS) form of yank-action.
7038 (message-with-reply-buffer, message-widen-reply)
7039 (message-yank-original): Handle non-buffer values of
7040 message-reply-buffer (Bug#4080).
7041 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7042
7043 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7044
7045 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7046 Fix typo in docstring.
7047
7048 2010-01-08 Jason Rumney <jasonr@gnu.org>
7049
7050 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7051 response.
7052
7053 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7054
7055 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7056
7057 * message.el (message-check-news-header-syntax): Protect against a
7058 string that `rfc822-addresses' returns when parsing fails.
7059
7060 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7063 (gnus-previous-char-property-change): New functions.
7064
7065 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7066
7067 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7068
7069 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7070 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7071
7072 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7073
7074 * message.el (message-exchange-point-and-mark): Rework last change to
7075 avoid using optional arg of exchange-point-and-mark, for backward
7076 compatibility.
7077
7078 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7079
7080 * message.el (message-exchange-point-and-mark):
7081 Call exchange-point-and-mark with an argument rather than setting
7082 mark-active by hand (Bug#5175).
7083
7084 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7085
7086 * nntp.el (nntp-service-to-port): Work for service expressed with
7087 numeric string; replace [:digit:] with [0-9] for XEmacs.
7088
7089 2009-12-17 Glenn Morris <rgm@gnu.org>
7090
7091 * gnus-group.el (gnus-bug-group-download-format-alist):
7092 Change emacs entry to debbugs.gnu.org. Bump :version.
7093
7094 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7095
7096 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7097
7098 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7099
7100 * message.el (message-info): Explain why we use `Info-goto-node'.
7101
7102 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * message.el (message-completion-in-region): New compatibility function.
7105 (message-expand-group): Use it.
7106
7107 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7108
7109 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7110 with no unread article should be listed if the 2nd arg `predicate' is
7111 given.
7112
7113 2009-11-29 Juri Linkov <juri@jurta.org>
7114
7115 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7116 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7117 on `gnus-recenter'. (Bug#4698, Bug#4981)
7118
7119 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7120
7121 * message.el (message-from-style, message-interactive)
7122 (message-signature): Always set default values from the corresponding
7123 mail-* variables.
7124 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7125 (message-yank-prefix, message-indentation-spaces)
7126 (message-signature-file, message-default-headers): Use boundp rather
7127 than (featurep 'xemacs) to check if the corresponding mail-* variables
7128 exist.
7129
7130 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7131
7132 * message.el (message-send-mail-with-sendmail): Revert last change.
7133
7134 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7135
7136 * message.el (message-from-style, message-interactive)
7137 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7138 (message-yank-prefix, message-indentation-spaces, message-signature)
7139 (message-signature-file, message-default-headers): For GNU Emacs, set
7140 default values from the corresponding mail-* variables.
7141 (message-send-mail-with-sendmail): Use envelope-from only if
7142 mail-specify-envelope-from is non-nil.
7143
7144 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7145
7146 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7147 containing tspecial characters if they have been already quoted.
7148
7149 2009-10-24 Glenn Morris <rgm@gnu.org>
7150
7151 * gnus-art.el (help-xref-stack-item): Define for compiler.
7152
7153 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7154
7155 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7156
7157 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7158
7159 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7160 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7161
7162 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7163
7164 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7165 (gnus-overlays-in): New alias to overlays-in.
7166
7167 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7168 gnus-overlay-get, and gnus-delete-overlay.
7169 (gnus-summary-show-thread): Make it work as well for systems in which
7170 next-single-char-property-change is not available.
7171 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7172
7173 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7174
7175 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7176
7177 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7178
7179 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7180 and XEmacs that don't have `remove-overlays'.
7181
7182 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7185 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7186 selective display. Use overlays instead.
7187
7188 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7189
7190 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7191
7192 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7193
7194 * spam-stat.el (spam-stat-load): Fix typo in message.
7195
7196 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7197
7198 * gnus-art.el (gnus-article-encrypt-body):
7199 * message.el (message-check-recipients):
7200 * mm-util.el (mm-codepage-setup):
7201 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7202 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7203
7204 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7205
7206 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7207 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7208 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7209 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7210 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7211
7212 2009-09-18 Glenn Morris <rgm@gnu.org>
7213
7214 * gnus-diary.el (gnus-diary-check-message):
7215 * message.el (message-insert-formatted-citation-line):
7216 * nnbabyl.el (top-level):
7217 * nndiary.el (nndiary-schedule):
7218 Fix typos in condition-case handlers.
7219
7220 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7221
7222 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7223 configuration that provides the sole article window in a frame;
7224 position point correctly after deleting a part.
7225
7226 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7227
7228 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7229 (spam-resolve-registrations-routine): Use it to unregister articles
7230 that change status.
7231
7232 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7233
7234 * nnrss.el (nnrss-request-article): Remove binding of
7235 default-enable-multibyte-characters that has gotten needless by
7236 the 2007-07-13 change in rfc2047-encode-message-header.
7237
7238 * mml.el (mml-insert-multipart): Error on the message header.
7239 (mml-insert-part): Error on the message header; position point at
7240 the end of a MIME tag.
7241
7242 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7243
7244 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7245 (gnus-float-time): Alias to float-time if it exists.
7246
7247 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7248 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7249 float-time is available; suppress compile warning for time-to-seconds.
7250
7251 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7252
7253 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7254 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7255 Add the optional argument `encoding' that overrides the default.
7256
7257 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7258 mm-encode-buffer.
7259
7260 2009-09-04 Glenn Morris <rgm@gnu.org>
7261
7262 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7263 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7264 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7265 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7266 * mm-util.el (mm-with-unibyte-current-buffer)
7267 (mm-find-buffer-file-coding-system):
7268 * yenc.el (yenc-decode-region): Use default-value rather than
7269 default-enable-multibyte-characters.
7270
7271 2009-09-03 Glenn Morris <rgm@gnu.org>
7272
7273 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7274 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7275 than default-enable-multibyte-characters.
7276
7277 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7278
7279 * gnus-art.el (gnus-article-read-summary-keys):
7280 Fix gnus-buffer-configuration's value temporarily used.
7281
7282 2009-09-02 Glenn Morris <rgm@gnu.org>
7283
7284 * gnus-util.el (gnus-float-time): New function.
7285 * gnus-delay.el (gnus-delay-article):
7286 * gnus-sum.el (gnus-thread-latest-date):
7287 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7288 * nnspool.el (nnspool-request-newgroups):
7289 Use gnus-float-time rather than time-to-seconds.
7290 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7291
7292 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7293 (gnus-header-subject-face, gnus-header-newsgroups-face)
7294 (gnus-header-name-face, gnus-header-content-face):
7295 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7296 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7297 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7298 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7299 (gnus-cite-face-11):
7300 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7301 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7302 (gnus-server-closed-face, gnus-server-denied-face)
7303 (gnus-server-offline-face):
7304 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7305 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7306 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7307 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7308 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7309 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7310 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7311 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7312 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7313 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7314 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7315 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7316 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7317 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7318 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7319 (gnus-summary-high-undownloaded-face)
7320 (gnus-summary-low-undownloaded-face)
7321 (gnus-summary-normal-undownloaded-face)
7322 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7323 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7324 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7325 (gnus-splash-face):
7326 * message.el (message-header-to-face, message-header-cc-face)
7327 (message-header-subject-face, message-header-newsgroups-face)
7328 (message-header-other-face, message-header-name-face)
7329 (message-header-xheader-face, message-separator-face)
7330 (message-cited-text-face, message-mml-face):
7331 * sieve-mode.el (sieve-control-commands-face)
7332 (sieve-action-commands-face, sieve-test-commands-face)
7333 (sieve-tagged-arguments-face):
7334 * spam.el (spam-face):
7335 Mark face aliases with "-face" in the name as obsolete.
7336
7337 2009-09-01 Glenn Morris <rgm@gnu.org>
7338
7339 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7340 than goto-line.
7341
7342 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7343
7344 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7345 Don't move point if the command is invoked inside the message header.
7346
7347 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7350 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7351 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7352 * nnir.el (nnir-swish-e-index-file):
7353 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7354 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7355 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7356 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7357 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7358 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7359
7360 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7361
7362 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7363 Don't save excursion.
7364
7365 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * nnheader.el (nnheader-find-file-noselect):
7368 * mm-util.el (mm-insert-file-contents):
7369 Use (default-value 'major-mode) instead of default-major-mode.
7370
7371 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7374
7375 2009-08-25 Glenn Morris <rgm@gnu.org>
7376
7377 * nnir.el (top-level): Don't require cl at run-time.
7378 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7379 Replace cl-function substitute with gnus-replace-in-string.
7380 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7381 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7382 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7383 simplified expansions.
7384
7385 2009-08-22 Glenn Morris <rgm@gnu.org>
7386
7387 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7388 goto-line.
7389
7390 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7391
7392 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7393
7394 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7395 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7396 (gnus-mm-display-part, gnus-mime-display-single)
7397 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7398 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7399
7400 * gnus-sum.el
7401 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7402 (gnus-summary-move-article): Add expirable mark to articles copied or
7403 moved to group that has auto-expire turned on if the option is non-nil.
7404
7405 2009-07-24 Glenn Morris <rgm@gnu.org>
7406
7407 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7408 Fix typo. (Bug#3903)
7409
7410 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7411
7412 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7413 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7414 that should not be used for draft articles.
7415 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7416 that has no concern in minor mode keys.
7417 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7418 Abolish.
7419
7420 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7421
7422 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7423 article without making inquiry to a user for unknown encoding.
7424
7425 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7426 (nnmaildir--scan): Assume i-node and device number that file-attributes
7427 returns might be cons-cell.
7428
7429 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7430
7431 * auth-source.el: Remove docs now in auth.texi. Don't use
7432 `gnus-message' for logging. Add new variables `auth-source-debug' and
7433 `auth-source-hide-passwords' and use them.
7434
7435 2009-07-15 Glenn Morris <rgm@gnu.org>
7436
7437 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7438
7439 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7440
7441 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7442 excessive whitespace from the default values of title and description.
7443
7444 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7447 mail-fetch-field to fetch Content-Description header in order to
7448 exclude newlines.
7449
7450 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7451
7452 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7453 to deleted part.
7454
7455 2009-05-30 David Engster <dengste@eml.cc>
7456
7457 * nnmairix.el: Remove old documentation in the commentary block.
7458 (nnmairix-request-group): Do not update active file for nnml back ends.
7459 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7460 end so that overview files are ignored.
7461 (nnmairix-update-groups): Make updating the groups more robust by using
7462 marks.
7463 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7464 with dollar characters in message-id.
7465
7466 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7467
7468 * spam.el: Use dns-query instead of query-dns. Was renamed on
7469 2008-12-25 in dns.el.
7470
7471 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7474 could happen if the text is only composed of spaces and/or tabs.
7475
7476 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7477
7478 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7479 when sending a queued message to avoid extra mml tags.
7480
7481 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7482
7483 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7484
7485 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7486
7487 * gnus-dired.el: Remove autoload for gnus-setup-message.
7488 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7489 displaying Gnus logo; always use compose-mail.
7490
7491 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7492
7493 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7494
7495 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7496
7497 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7498 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7499 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7500 available.
7501 (gnus-nocem-epg-verify): New function.
7502
7503 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7504
7505 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7506
7507 2009-02-15 Glenn Morris <rgm@gnu.org>
7508
7509 * gnus-util.el (rmail-insert-rmail-file-header)
7510 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7511 autoloads.
7512 (rmail-default-rmail-file): Remove unnecessary declaration.
7513 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7514
7515 2009-02-14 Glenn Morris <rgm@gnu.org>
7516
7517 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7518 variable (only used in gnus-util, which declares it anyway).
7519 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7520 which was only needed by gnus-art (changed to not use it any more).
7521 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7522 only used in gnus-util, which autoloads it itself.
7523 (rmail-update-summary): Fix autoload.
7524
7525 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7526 rather than rmail-output-to-rmail-file.
7527
7528 2009-02-07 Glenn Morris <rgm@gnu.org>
7529
7530 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7531 autoload of function that no longer exists.
7532 (rmail-toggle-header): Declare.
7533 (message-forward-rmail-make-body): Handle mbox Rmail.
7534
7535 2009-01-31 Glenn Morris <rgm@gnu.org>
7536
7537 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7538 2009-01-09 change.
7539
7540 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7541
7542 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7543 (auth-source-forget-all-cached): New convenience function.
7544 (auth-source-user-or-password): Accept list of modes or a single mode.
7545
7546 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7547 auth-source modes.
7548
7549 * nnimap.el (nnimap-open-connection): Use list of
7550 auth-source modes.
7551
7552 * nntp.el (nntp-send-authinfo): Use list of
7553 auth-source modes.
7554
7555 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7556
7557 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7558 now.
7559
7560 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7561
7562 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7563 coding system in XEmacs; add a workaround for XEmacs.
7564
7565 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7566
7567 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7568 of current-language-environment.
7569
7570 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7571
7572 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7573 available at runtime.
7574
7575 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7576
7577 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7578
7579 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7580
7581 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7582 the greatest positive fixnum value doesn't work under an XEmacs with
7583 bignum support; use the most-positive-fixnum constant instead,
7584 available since Emacs 21.1 with cl and XEmacs 21.1.
7585
7586 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7587
7588 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7589 XEmacs gets not to work.
7590
7591 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7592
7593 * mm-util.el (mm-coding-system-priorities): Allow the value like
7594 "Japanese (UTF-8)" of current-language-environment.
7595
7596 2009-01-09 Glenn Morris <rgm@gnu.org>
7597
7598 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7599 with last-command-event.
7600
7601 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7602
7603 * message.el (message-fix-before-sending): Amend comment.
7604
7605 2009-01-07 David Engster <dengste@eml.cc>
7606
7607 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7608 simplified server definitions by converting it via
7609 gnus-server-to-method.
7610
7611 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7612
7613 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7614 parameter's operands.
7615
7616 2009-01-06 David Engster <dengste@eml.cc>
7617
7618 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7619 primary select method (for gnus-group-mark-article-as-read).
7620
7621 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7622
7623 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7624 `(gnus)Face', not `(gnus)X-Face'.
7625
7626 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7627
7628 * mm-util.el (mm-ucs-to-char): New function.
7629
7630 * mm-url.el (mm-url-decode-entities): Use it.
7631
7632 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7633
7634 * message.el (message-fix-before-sending): Add `eight-bit' to
7635 illegible-text check.
7636
7637 2009-01-03 Michael Olson <mwolson@gnu.org>
7638
7639 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7640 `headers' is nil. This can occur if the IMAP server does not have
7641 permissions to read messages from a folder, but can write new messages
7642 to the folder.
7643 (nnimap-request-article-part): Do not insert `data' if it is nil.
7644
7645 2009-01-01 Dave Love <fx@gnu.org>
7646
7647 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7648
7649 * nnimap.el: Fix author email.
7650 (nnimap-split-rule): Add FIXME comment.
7651 (nnimap-debug): Fix doc string.
7652
7653 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7654
7655 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7656 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7657 to check if those variables exist (first appeared in Emacs 18.50).
7658
7659 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7660
7661 * mm-util.el (mm-line-number-at-pos): New function.
7662
7663 * spam-report.el (spam-report-process-queue): Use it.
7664
7665 2008-12-24 David Engster <dengste@eml.cc>
7666
7667 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7668 parameters that haven't existed as variables as buffer-local variables.
7669
7670 2008-12-23 Dave Love <fx@gnu.org>
7671
7672 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7673 cadar.
7674
7675 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7676 imap-starttls-p.
7677 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7678
7679 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7680
7681 * spam-report.el (spam-report-gmane-max-requests): New constant.
7682 (spam-report-gmane-wait): New variable.
7683 (spam-report-gmane-ham, spam-report-gmane-spam)
7684 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7685 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7686 the server.
7687
7688 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7689 Add explanations.
7690
7691 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7692 nnheader-accept-process-output and nnheader-read-timeout if available.
7693 (pop3-movemail): Use it.
7694
7695 * message.el (message-check-news-body-syntax): Fix signature check if
7696 there's an attachment.
7697
7698 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7699
7700 * mm-util.el: Add comments to the mm- emulating functions.
7701
7702 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7703
7704 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7705 Reported by Stephen Berman <stephen.berman@gmx.net>.
7706
7707 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7708
7709 * mm-util.el (mm-substring-no-properties): New function.
7710 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7711 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7712 (mm-string-to-multibyte): Doc fix.
7713
7714 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7715
7716 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7717
7718 * mml.el (mml-attach-file): Strip text properties from file name.
7719 (Bug#1574)
7720
7721 2008-12-16 Glenn Morris <rgm@gnu.org>
7722
7723 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7724
7725 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7728 knows since the charset specified might be a bogus alias that
7729 mm-charset-synonym-alist provides.
7730
7731 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7732
7733 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7734 "ISO_8859-1".
7735
7736 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7737
7738 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7739
7740 * mm-util.el (mm-charset-eval-alist):
7741 Define it before mm-charset-to-coding-system.
7742 (mm-charset-to-coding-system): Add optional argument `silent';
7743 define it before mm-charset-override-alist.
7744 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7745 default value if it can be used in Emacs currently running;
7746 silence mm-charset-to-coding-system.
7747
7748 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7749
7750 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7751 `allow-override' which says whether to use `mm-charset-override-alist'.
7752 (rfc2047-decode-encoded-words): Use it.
7753
7754 * mm-util.el (mm-charset-override-alist): Fix custom type;
7755 add `(gb2312 . gbk)' to choices.
7756
7757 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7758
7759 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7760 fast.
7761
7762 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7763
7764 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7765
7766 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7767 on links.
7768
7769 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7770
7771 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7772
7773 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7774 users' addresses that don't have domain parts.
7775 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7776 rather than message-narrow-to-head since there will be the message
7777 header separator.
7778
7779 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7782 since the result is inserted in a unibyte buffer anyway.
7783 (nnimap-demule-use-string-to-multibyte): Remove.
7784 (nnimap-demule): Alias it to mm-string-to-multibyte.
7785
7786 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7787
7788 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7789 variable for debugging bug#464 and bug#1174.
7790 (nnimap-demule): Use it.
7791
7792 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7793
7794 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7795 score calculation correctly.
7796
7797 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * message.el (message-send-mail): Just set the buffer to unibyte
7800 rather than use mm-with-unibyte-current-buffer which does a lot more.
7801 (message-send-mail-partially): Don't bother with
7802 mm-with-unibyte-current-buffer since it's already been made unibyte by
7803 message-send-mail.
7804
7805 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7806
7807 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7808
7809 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7810
7811 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7812
7813 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7814
7815 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7816 require itself and to remove `with-no-warnings'.
7817
7818 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7819
7820 * starttls.el (starttls-any-program-available): Get the name of the
7821 available TLS layer program.
7822 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7823 well as the host name in the "opening" message.
7824
7825 * auth-source.el (auth-source-cache, auth-source-do-cache)
7826 (auth-source-user-or-password): Cache passwords and logins by default,
7827 allow override with `auth-source-do-cache'.
7828 (auth-source-forget-user-or-password): Allow users to remove cache
7829 entries if needed.
7830
7831 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7832
7833 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7834 condition-case to only the forward-sexp call.
7835
7836 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7837
7838 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7839 quotes contained. Make it more robust regardless by an extra
7840 condition-case wrapper.
7841
7842 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7843
7844 * nnml.el (nnml-request-expire-articles): Check if the function set to
7845 `nnmail-expiry-target' returns the symbol `delete'.
7846
7847 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7848
7849 * nnmail.el (nnmail-expiry-target): Fix custom type.
7850
7851 2008-10-02 Glenn Morris <rgm@gnu.org>
7852
7853 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7854 Silence compiler warning.
7855
7856 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7857
7858 * mml.el (mml-menu): Don't assume mml2015 is bound.
7859
7860 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7861
7862 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7863 exists.
7864
7865 2008-09-27 Glenn Morris <rgm@gnu.org>
7866
7867 * gnus-util.el (mail-header-remove-comments): Autoload it.
7868
7869 2008-09-27 Andreas Schwab <schwab@suse.de>
7870
7871 * gnus-util.el (gnus-split-references): Strip comments.
7872 (gnus-parent-id): Likewise.
7873
7874 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7875
7876 * message.el (message-confirm-send): Fix version.
7877
7878 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7879
7880 * message.el (message-idna-to-ascii-rhs-1): Use
7881 mail-extract-address-components rather than mail-header-parse-addresses
7882 that is an alias by default to ietf-drums-parse-addresses that does not
7883 support non-ASCII names in headers' contents.
7884
7885 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7886
7887 * message.el (message-confirm-send): Fix variable documentation to
7888 avoid the "y/n" wording.
7889
7890 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7891
7892 * message.el (message-set-auto-save-file-name): Save to a different
7893 filename so multiple messages (especially drafts) can be recovered.
7894
7895 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7896
7897 * message.el (message-confirm-send): Add appropriate version.
7898
7899 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7900
7901 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7902 defvar.
7903
7904 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7905
7906 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7907 (mm-pkcs7-enveloped-magic): Ditto.
7908
7909 2008-09-17 Simon Josefsson <simon@josefsson.org>
7910
7911 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7912 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7913
7914 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7915
7916 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7917 default, it's better.
7918
7919 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7920
7921 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7922 summary line gnus-number property and ignore them (with a warning
7923 message).
7924
7925 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7926
7927 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7928 macro caddr in the interactive form since it won't be expanded.
7929
7930 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7931
7932 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7933 `charset'; fix name of function called recursively.
7934 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7935
7936 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7937
7938 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7939 (gnus-mime-set-charset-parameters): New function.
7940 (gnus-mime-view-part-as-charset): Use it to correctly display part
7941 specifying wrong charset.
7942
7943 2008-09-08 David Engster <dengste@eml.cc>
7944
7945 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7946 in completing-read for back end server.
7947
7948 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7949
7950 * message.el (message-confirm-send): New variable to confirm sending a
7951 message.
7952 (message-send): Use it.
7953
7954 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7955
7956 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7957
7958 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7959
7960 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7961
7962 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7963
7964 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7965 prevent tracking too many groups.
7966 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7967 Use it.
7968
7969 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7970
7971 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7972 moving point to the bottom of the window in order to avoid recentering.
7973
7974 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7975
7976 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7977 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7978 (gnus-article-beginning-of-window): Fix calculation.
7979
7980 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * gnus-msg.el (gnus-summary-supersede-article)
7983 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7984 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7985 message header.
7986
7987 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7988
7989 * message.el:
7990 * gnus-start.el:
7991 * gnus-registry.el: Remove VMS support.
7992
7993 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7994
7995 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7996 macro.
7997 (rfc2104-hash): Use it.
7998
7999 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8000
8001 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8002 (gnus-summary-sort-by-most-recent-date): New commands.
8003 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8004 and menu entries.
8005
8006 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8007
8008 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8009 don't redisplay article for raw contents; remove plural articles stuff.
8010
8011 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8012 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8013 on gnus-summary-save-article; display results properly.
8014
8015 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8016
8017 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8018
8019 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8020
8021 * gnus-art.el (gnus-summary-save-in-pipe):
8022 Consider gnus-save-all-headers.
8023
8024 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8025
8026 * gnus-util.el (ns-focus-frame): Remove declaration.
8027 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8028 like x.
8029
8030 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8031
8032 * rfc2104.el (rfc2104-zero): Delete defconst.
8033 (rfc2104-hex-alist): Likewise.
8034 (rfc2104-hex-to-int): Delete func.
8035 (rfc2104-hexstring-to-bitstring): Likewise.
8036 (rfc2104-nybbles): New defconst.
8037 (rfc2104-hash): Rewrite for speed.
8038
8039 2008-07-16 Glenn Morris <rgm@gnu.org>
8040
8041 * gnus-util.el (ns-focus-frame): Declare for compiler.
8042
8043 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8044
8045 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8046 set as a group parameter.
8047 (gnus-summary-save-in-pipe): Work when it is called independently.
8048 (gnus-summary-pipe-to-muttprint): Don't modify
8049 gnus-summary-pipe-output-default-command.
8050
8051 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * message.el (message-send-mail-with-sendmail):
8054 Display the error message.
8055
8056 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8057
8058 * gnus-art.el (gnus-default-article-saver):
8059 Add gnus-summary-save-in-pipe to choices.
8060 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8061 gnus-summary-pipe-output-default-command as the default command.
8062 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8063 instead of gnus-last-shell-command.
8064
8065 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8066 New user option.
8067 (gnus-summary-muttprint-program): Mention the value will be changed.
8068 (gnus-summary-save-article): Force showing of all headers.
8069 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8070
8071 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8072
8073 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8074
8075 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8076
8077 * nnimap.el (nnimap-id):
8078 * sieve-manage.el (sieve-manage-open): Doc fixes.
8079
8080 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8081
8082 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8083 if available.
8084
8085 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8088
8089 * nnkiboze.el (nnkiboze-generate-group):
8090 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8091
8092 * nnmairix.el: Require CL.
8093
8094 2008-06-15 David Engster <dengste@eml.cc>
8095
8096 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8097
8098 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8099
8100 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8101 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8102 runtime choice under XEmacs.
8103
8104 * gnus-sum.el (gnus-summary-set-display-table):
8105 Use `gnus-put-display-table', `gnus-get-display-table',
8106 `gnus-set-display-table' for the display table, instead of `aset'.
8107
8108 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8109
8110 * nnmairix.el: Add autoloads.
8111
8112 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8113
8114 * nnmairix.el (nnmairix-delete-recreate-group)
8115 (nnmairix-update-and-clear-marks): Fix error messages.
8116
8117 2008-06-14 David Engster <dengste@eml.cc>
8118
8119 * nnmairix.el: Upgrade to version 0.6.
8120 (nnmairix-group-toggle-propmarks-this-group)
8121 (nnmairix-group-toggle-readmarks-this-group)
8122 (nnmairix-group-delete-recreate-this-group)
8123 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8124 (nnmairix-remove-tick-mark-original-article): New commands.
8125 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8126 (nnmairix-propagate-marks-to-nnmairix-groups)
8127 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8128 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8129 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8130 functions needed for marks propagation and manipulation of read marks.
8131 (nnmairix-update-groups): New function.
8132 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8133 (nnmairix-determine-original-group-from-registry)
8134 (nnmairix-determine-original-group-from-path)
8135 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8136 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8137 New helper functions.
8138 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8139 keystrokes for new commands.
8140 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8141 (nnmairix-request-group): Check allow-fast group parameter.
8142 (nnmairix-request-create-group): Set allow-fast group parameter if
8143 nnmairix-allowfast-default is set.
8144 (nnmairix-close-group): Propagate marks upon closing if needed.
8145 (nnmairix-group-toggle-threads-this-group): Use new.
8146 nnmairix-group-toggle-parameter helper function.
8147 (nnmairix-search): Better check for empty search result.
8148 (nnmairix-goto-original-article): Use new helper functions for
8149 determining original article.
8150 (nnmairix-show-original-article): Make sure message-id is in brackets.
8151 (nnmairix-call-mairix-binary): Change variable name.
8152 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8153 helper function.
8154 (nnmairix-widget-toggle-activate): Fix doc string.
8155
8156 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8157
8158 * nnir.el: Require edmacro when compiling with XEmacs.
8159 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8160 available in Emacs 21.
8161
8162 2008-06-11 Glenn Morris <rgm@gnu.org>
8163
8164 * gnus-util.el (x-focus-frame):
8165 * gnus.el (image-size):
8166 * mm-decode.el (image-size): Declare.
8167
8168 * gnus-picon.el (declare-function): Add compat definition.
8169 (image-size): Declare.
8170
8171 * gnus-group.el (tool-bar-map):
8172 * gnus-sum.el (tool-bar-map): Define for compiler.
8173
8174 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8175
8176 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8177
8178 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8179 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8180 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8181 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8182 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8183 * sieve-manage.el, spam-report.el, spam.el:
8184 Remove unnecessary eval-and-compile of autoloads.
8185
8186 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8187
8188 * auth-source.el: Precise Tramp doc.
8189
8190 2008-06-07 Glenn Morris <rgm@gnu.org>
8191
8192 * nnmairix.el: Remove unnecessary eval-when-compile.
8193
8194 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8195
8196 * nnir.el: New file.
8197
8198 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * gnus-util.el (gnus-read-shell-command): New function.
8201 * mm-decode.el (mm-pipe-part):
8202 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8203
8204 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8205
8206 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8207
8208 2008-06-03 Glenn Morris <rgm@gnu.org>
8209
8210 * pop3.el (nnheader-accept-process-output): Autoload it.
8211
8212 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8213
8214 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8215 are not 2-digit hexadecimal characters that follow `%'s.
8216
8217 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8218
8219 * message.el (message-bogus-recipient-p): Fix type in doc string.
8220 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8221 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8222 Improve custom options.
8223 (message-bogus-recipient-p): Adjust accordingly.
8224
8225 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8226
8227 * nnmairix.el: Require edmacro when compiling with XEmacs.
8228
8229 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8230
8231 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8232 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8233
8234 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8235
8236 * auth-source.el: Add more docs.
8237
8238 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8239
8240 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8241 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8242 retrieval faster in some cases, but might make CPU usage larger.
8243 If this has any bad side effects, we might revert this change.
8244
8245 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8246 seems to make mail retrieval much, much faster.
8247 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8248 unconditionally.
8249
8250 * gnus-draft.el (gnus-group-send-queue):
8251 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8252
8253 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8254
8255 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8256
8257 * message.el (message-bogus-address-regexp): Fix and improve custom
8258 type.
8259 (message-setup-hook): Add message-check-recipients as custom option.
8260
8261 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8262
8263 * message.el (message-cite-function): Remove bogus autoload which crept
8264 in during merge from v5-10.
8265
8266 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8267
8268 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8269
8270 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8271
8272 * auth-source.el: Preliminary Tramp docs.
8273 (auth-sources): Change the default auth-sources to use
8274 EPA .gpg files.
8275
8276 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8277
8278 * nntp.el: Autoload `auth-source-user-or-password'.
8279 (nntp-send-authinfo): Use it.
8280
8281 * nnimap.el: Autoload `auth-source-user-or-password'.
8282 (nnimap-open-connection): Use it.
8283
8284 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8285 for the gnus-message function.
8286 (auth-source-user-or-password): Use it.
8287
8288 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8291 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8292 (rfc2104-hash): Use it.
8293
8294 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8295
8296 * gnus-art.el (gnus-article-toggle-truncate-lines):
8297 Don't use `iff' in docstring.
8298
8299 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8300
8301 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8302
8303 * gnus-util.el (gnus-extract-address-component-name)
8304 (gnus-extract-address-component-email): Convenience functions around
8305 `gnus-extract-address-components'.
8306
8307 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8308 Use `gnus-extract-address-component-email' to fix bug of comparing full
8309 sender name to `user-mail-address'.
8310
8311 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8312
8313 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8314 catch/throw to optimize.
8315 (gnus-registry-find-keywords): Just use member to find a keyword.
8316
8317 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8320 is current before calling gnus-server-prepare.
8321 (gnus-server-setup-buffer, gnus-server-update-server)
8322 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8323
8324 2008-05-04 Juri Linkov <juri@jurta.org>
8325
8326 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8327 (mailcap-file-default-commands): Use mailcap-replace-in-string
8328 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8329 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8330
8331 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8332
8333 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8334
8335 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8336
8337 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8338 hooks.
8339 (gnus-update-read-articles): Speed up non-marks-using users.
8340 (gnus-use-marks): Define gnus-use-marks.
8341 (gnus-propagate-marks): Rename variable to something more sensible.
8342
8343 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8344
8345 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8346 (gmm-image-load-path-for-library): Fix typos in docstrings.
8347 (gmm-message): Reflow docstring.
8348
8349 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8350
8351 * mail-source.el (mail-source-set-1, mail-source-bind):
8352 Move auth-source code out of the macro to clean it up and fix bugs.
8353
8354 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8355
8356 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8357 by sender if it's equal to user-mail-address, it's likely to be
8358 useless.
8359
8360 * mail-source.el (mail-source-bind): Don't use user or password if they
8361 are not bound. Unintern them if they are nil. Don't use server unless
8362 it's bound, and default it to empty string otherwise.
8363
8364 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8365
8366 * mail-source.el: Load auth-source.el.
8367 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8368 get user name or password, if auth-sources is set up.
8369
8370 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8371 strategy of splitting with parent.
8372 (gnus-registry-split-fancy-with-parent)
8373 (gnus-registry-post-process-groups): Use it and fix prior
8374 bug (returning a list as the split result).
8375
8376 * auth-source.el (auth-sources): Remove server parameter.
8377 (auth-source-pick, auth-source-user-or-password)
8378 (auth-source-user-or-password-imap)
8379 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8380 (auth-source-user-or-password-sftp)
8381 (auth-source-user-or-password-smtp): Remove server parameter.
8382
8383 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8384
8385 * smime.el (smime-sign-region, smime-encrypt-region)
8386 (smime-decrypt-region):
8387 Remove redundant calls to `generate-new-buffer-name'.
8388
8389 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8390
8391 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8392 Don't use QP for message/rfc822.
8393 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8394
8395 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8396
8397 * sieve-manage.el (sieve-string-bytes): Remove.
8398 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8399 correct byte-length only if the process's coding-system is the same as
8400 the one used internally by Emacs to represent strings.
8401
8402 2008-04-22 Juri Linkov <juri@jurta.org>
8403
8404 * mailcap.el (mailcap-file-default-commands): New function.
8405
8406 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8407
8408 * message.el (message-signature-separator, message-cite-function):
8409 Change custom version.
8410
8411 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8412
8413 * mm-decode.el (mm-display-external): Make temp file read-only.
8414
8415 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8416
8417 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8418 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8419 `C-c C-f d'.
8420
8421 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8422
8423 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8424
8425 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8426
8427 * auth-source.el: Add docs.
8428 (auth-sources): Modify format to support server.
8429 (auth-source-pick, auth-source-user-or-password)
8430 (auth-source-user-or-password-imap)
8431 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8432 (auth-source-user-or-password-sftp)
8433 (auth-source-user-or-password-smtp): Add server parameter.
8434
8435 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8436
8437 * gnus-registry.el: Initialize the registry when gnus-registry-install
8438 is t.
8439
8440 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8441
8442 * compface.el (uncompface): Make buffer unibyte.
8443
8444 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * mail-source.el (mail-source-value):
8447 Prefer fboundp to functionp so it works with macros as well.
8448
8449 2008-04-05 Glenn Morris <rgm@gnu.org>
8450
8451 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8452
8453 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8456 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8457
8458 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8459 multibyteness after rather than before erasing it.
8460
8461 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8462 mm-with-multibyte.
8463 (gnus-request-article-this-buffer): Make sure the proper decoding is
8464 used if gnus-original-article-buffer happens to be unibyte.
8465
8466 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8467 default-enable-multibyte-characters.
8468
8469 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8470 default-enable-multibyte-characters.
8471
8472 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8473
8474 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8475
8476 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8479 Fix last change in case the element is not even a symbol.
8480
8481 2008-04-02 Simon Josefsson <simon@josefsson.org>
8482
8483 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8484 imap-enable-exchange-bug-workaround.
8485 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8486
8487 2008-04-01 Simon Josefsson <simon@josefsson.org>
8488
8489 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8490 a 100 byte status-checks into a 2-3MB transfer for each group.
8491 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8492 to enable bug workaround or not.
8493 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8494
8495 2008-03-31 Glenn Morris <rgm@gnu.org>
8496
8497 * message.el (mml2015-use): Declare for compiler.
8498 (message-info): Require mml2015 when appropriate.
8499
8500 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8503 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8504 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8505 (nntp-service-to-port): New function.
8506 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8507 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8508 (nntp-open-netcat-stream): New function.
8509 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8510
8511 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8512
8513 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8514
8515 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8518
8519 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8520
8521 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8522
8523 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8524
8525 * message.el (message-signature-separator): Change default.
8526 Improve custom type.
8527 (message-cite-function): Change default to
8528 message-cite-original-without-signature.
8529
8530 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8531 toggle.
8532
8533 * message.el (message-check-news-body-syntax): Fix signature check.
8534 (message-setup-1): Mark buffer as unmodified _after_ running
8535 message-setup-hook and handling message-alternative-emails.
8536 (message-shorten-references): Be more strict when building list of
8537 valid references to comply with GNKSA.
8538
8539 * gnus-group.el (gnus-read-ephemeral-bug-group)
8540 (gnus-read-ephemeral-debian-bug-group)
8541 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8542
8543 * message.el (message-info): Don't use booleanp which isn't supported
8544 in Emacs 21 and XEmacs.
8545
8546 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8547
8548 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8549 gnus-group-gmane-group-download-format.
8550 (gnus-group-read-ephemeral-gmane-group): Rename from
8551 gnus-group-read-ephemeral-gmane-group.
8552 (gnus-read-ephemeral-gmane-group-url): Rename from
8553 gnus-group-read-ephemeral-gmane-group-url.
8554 (gnus-bug-group-download-format-alist): New variable.
8555 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8556 (gnus-read-ephemeral-emacs-bug-group): New commands.
8557
8558 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8559
8560 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8561 (gnus-visible-headers): Improve custom type.
8562
8563 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8564
8565 * mml.el (mml-menu): Add workarounds for XEmacs.
8566
8567 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8568 X-Boundary header.
8569
8570 * message.el (message-simplify-recipients): Fix previous commit.
8571
8572 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * mm-util.el (mm-set-buffer-multibyte): New function.
8575 * mm-decode.el (mm-copy-to-buffer): Use it.
8576
8577 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8578 Prefer fboundp to functionp so it works with macros as well.
8579
8580 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8581
8582 * message.el (message-alter-recipients-discard-bogus-full-name):
8583 New function.
8584 (message-alter-recipients-function): New variable.
8585 (message-get-reply-headers): Use it.
8586 (message-replace-header): New helper function.
8587 (message-recipients-without-full-name): New variable.
8588 (message-simplify-recipients): New command.
8589
8590 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8591
8592 * message.el (message-info): Handle EasyPG manual.
8593
8594 * mml.el (mml-menu): Add entry for EasyPG.
8595
8596 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8597
8598 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8599 parameter.
8600
8601 * message.el (message-disassociate-draft): Specify drafts group name
8602 fully.
8603
8604 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8605
8606 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8607 Eliminate unnecessary duplicates from the match list.
8608
8609 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8610
8611 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8612 args of `how-many' of which the XEmacs version doesn't take; declare
8613 Info-index-next as function.
8614
8615 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8616
8617 * gnus-score.el (gnus-score-headers): Fix handling of
8618 gnus-inhibit-slow-scoring.
8619
8620 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8621 string.
8622 (gnus-button-url-regexp): Improve handling of parenthesis.
8623 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8624 (gnus-button-handle-info-keystrokes): Handle index entries.
8625
8626 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8627
8628 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8629 Incoming* files.
8630
8631 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8632
8633 * auth-source.el (auth-sources): Rename from auth-source-choices.
8634 (auth-source-pick): Use it.
8635
8636 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8637
8638 * auth-source.el (auth-source-protocols)
8639 (auth-source-protocols-customize, auth-source-choices): Add and
8640 modified variable customizations and defaults.
8641 (auth-source-pick, auth-source-user-or-password)
8642 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8643 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8644 (auth-source-user-or-password-sftp)
8645 (auth-source-user-or-password-smtp): Use new variables and provide an
8646 interface to netrc.el.
8647
8648 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8649
8650 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8651 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8652 Make sure the nntp port to specify is a string.
8653
8654 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * nntp.el: Use with-current-buffer.
8657 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8658 dubious mm-with-unibyte-current-buffer.
8659 (nntp-with-open-group-function): New function extracted from
8660 nntp-with-open-group macro.
8661 (nntp-with-open-group): Use the function, so it's easier to debug.
8662 Add indentation and debugging info.
8663 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8664 Recommend the use of the netcat alternatives.
8665
8666 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8667 Avoid mm-string-as-multibyte as well.
8668
8669 * nnweb.el (nnweb-insert-html):
8670 Remove use of nnheader-string-as-multibyte.
8671
8672 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8673 (nnheader-string-as-multibyte): Remove.
8674
8675 * mm-view.el: Use inhibit-read-only.
8676 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8677 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8678 or unibyte-string.
8679
8680 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8681 (mm-uu-yenc-extract): Use with-current-buffer.
8682
8683 * gnus-soup.el (gnus-soup-send-packet): Don't use
8684 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8685
8686 * nnmh.el: Use with-current-buffer.
8687 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8688 mm-string-as-multibyte on the output of mm-encode-coding-string.
8689
8690 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8691 (nnimap-request-move-article): Use with-current-buffer.
8692
8693 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8694 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8695 conversion uses string-make-unibyte rather than string-as-unibyte.
8696
8697 * gnus-msg.el: Use with-current-buffer.
8698
8699 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8700
8701 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8702
8703 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8704 string for caching if it is 'PIN.
8705
8706 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8707
8708 * mail-source.el (mail-source-delete-old-incoming-confirm):
8709 Change default to nil.
8710 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8711
8712 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8713
8714 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8715 (gnus-article-goto-prev-page): Work for articles having ^L's.
8716
8717 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8718
8719 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8720
8721 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8722
8723 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8724 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8725 (gnus-bookmark-jump): Adjust some variable names.
8726
8727 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8728
8729 * auth-source.el: New package.
8730 (auth-source-choices): Add customization entry point variable.
8731
8732 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8733 bug.
8734
8735 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8736
8737 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8738 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8739 (gnus-registry-install-shortcuts): Rename from
8740 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8741 the `gnus-registry-mark-map' keymap dynamically from
8742 `gnus-registry-marks'. The generated functions update the summary line
8743 when a registry mark is added or deleted, and will call
8744 `gnus-registry-install-p' (see the comments in the code).
8745 (gnus-registry-user-format-function-M): Use concat intelligently.
8746
8747 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8748 the registry mark functions.
8749
8750 2008-03-05 Glenn Morris <rgm@gnu.org>
8751
8752 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8753 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8754 gnus-art.
8755 (top-level): No need to load own source when compiling.
8756
8757 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8758
8759 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8760 Suggested by <chris.anderton@zetnet.co.uk>.
8761
8762 2008-03-04 Glenn Morris <rgm@gnu.org>
8763
8764 * gnus-sum.el (top-level): No need to require gnus when compiling,
8765 since unconditionally required near start of file.
8766 (gnus-summary-display-while-building): Move definition before use.
8767
8768 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8769
8770 * gnus-registry.el (gnus-registry-user-format-function-M):
8771 Add formatting function.
8772
8773 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8774
8775 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8776 with plists.
8777 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8778 Use new format.
8779
8780 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8781
8782 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8783 `where-is-internal' that returns a range of key sequences.
8784
8785 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8788
8789 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8790 (gnus-summary-jump-to-group): Consider windows on other displayed
8791 frames as well. Similar changes might be needed elsewhere, but that's
8792 the one I've bumped into during my use.
8793
8794 * nndoc.el (nndoc-oe-dbx-type-p):
8795 * gnus-msg.el (gnus-debug):
8796 * gnus-group.el (gnus-update-group-mark-positions):
8797 Use mm-string-to-multibyte.
8798
8799 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8800
8801 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8802 doesn't handle NotDashEscaped.
8803
8804 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8805 (mml-dnd-attach-options): Fix typo in custom choice.
8806
8807 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8808 Change nndoc-article-type to mbox.
8809 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8810
8811 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8812 to nil, instead of html2text.
8813
8814 * imap.el (imap-debug): Add `imap-ping-server'.
8815
8816 * gnus-bookmark.el: Add FIXMEs.
8817
8818 * message.el (message-form-letter-separator)
8819 (message-send-form-letter-delay): New variables.
8820 (message-send-form-letter): Use them. New command to send form
8821 letters. Requested by Uwe Siart.
8822 (message-send-mail-function): Doc fix. Add "Other" custom option.
8823
8824 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8825
8826 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8827 empty author.
8828
8829 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8830
8831 * gnus-registry.el (gnus-registry-marks): Add variable for
8832 customization of marks and their appearance.
8833 (gnus-registry-read-mark): Use it.
8834 (gnus-registry-do-marks): Add utility function to loop through
8835 `gnus-registry-marks'.
8836 (gnus-registry-install-shortcuts-and-menus): Add function to install
8837 shortcuts and menus.
8838 (gnus-registry-initialize): Use it.
8839 (gnus-registry-default-mark): Clarify documentation.
8840
8841 2008-02-29 Glenn Morris <rgm@gnu.org>
8842
8843 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8844 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8845 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8846 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8847 Change defcustom :version from 23.0 to 23.1.
8848
8849 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8850
8851 * gnus-registry.el (gnus-registry-follow-group-p)
8852 (gnus-registry-post-process-groups): Add functions to aid registry
8853 splitting and improve logging. Clarify behavior in function
8854 documentation.
8855 (gnus-registry-split-fancy-with-parent): Use them.
8856
8857 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * gnus-art.el: Use with-current-buffer.
8860
8861 2008-02-27 David Engster <dengste@eml.cc>
8862
8863 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8864 Express real group name in the response.
8865
8866 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8867
8868 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8869 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8870 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8871 autoload gnus-registry-fetch-group when compiling.
8872 (nnmairix-request-group-with-article-number-correction):
8873 Remove unreferenced argument passed to nnmairix-call-backend.
8874
8875 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8876
8877 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8878 (mm-uu-extract): Improve face for low color ttys.
8879 Reported by Sascha Wilde.
8880
8881 2008-02-27 Glenn Morris <rgm@gnu.org>
8882
8883 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8884 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8885 variables to defconsts. Convert comments to doc-strings.
8886 (nnmairix-last-server, nnmairix-current-server): Convert from free
8887 variables to defvars. Convert comments to doc-strings.
8888 (gnus-registry-fetch-group): Autoload.
8889 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8890 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8891 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8892 caddr.
8893 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8894 nnmairix-request-group-with-article-number-correction call.
8895 (nnmairix-fast, nnmairix-group): New, less general names, for free
8896 variables passed from nnmairix-request-group to
8897 nnmairix-request-group-with-article-number-correction. Declare.
8898 (nnmairix-request-group-with-article-number-correction):
8899 Use nnmairix-fast, nnmairix-group rather than fast, group.
8900
8901 2008-02-26 David Engster <dengste@eml.cc>
8902
8903 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8904 version 0.5.
8905
8906 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8907
8908 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8909 instead of making an extra function call. Don't add the current group
8910 to articles only when they have the group. Use
8911 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8912 Reported by David <de_bb@arcor.de>.
8913
8914 2008-02-24 Miles Bader <miles@gnu.org>
8915
8916 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8917 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8918 (mm-find-mime-charset-region):
8919 * mm-bodies.el (mm-encode-body):
8920 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8921
8922 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8923
8924 * mail-source.el (mail-source-delete-incoming): Change default.
8925 Supplement doc string.
8926
8927 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8928
8929 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8930
8931 * nnmail.el (nnmail-message-id-cache-file): Derive from
8932 `gnus-home-directory'.
8933
8934 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8935
8936 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8937 Document negative prefix.
8938
8939 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8940
8941 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8942
8943 * message.el (message-unsent-separator): Add the Exim bounce
8944 separator.
8945
8946 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8947
8948 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8949 list.
8950 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8951 recipient/signer list.
8952
8953 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8954
8955 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8956 fbound (Emacs 23 unicode), signal an error.
8957
8958 2008-02-08 Glenn Morris <rgm@gnu.org>
8959
8960 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8961
8962 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8963
8964 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8965 ports to the calls to `netrc-machine-user-or-password' in addition to
8966 "imap" and "imaps".
8967
8968 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8969
8970 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8971 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8972 <hanche@math.ntnu.no>.
8973
8974 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8975
8976 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8977
8978 2008-02-01 Zhang Wei <id.brep@gmail.com>
8979
8980 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8981
8982 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8983
8984 2008-02-01 Miles Bader <miles@gnu.org>
8985
8986 * mml.el (mml-parse-1): Remove apparently vestigial use of
8987 `mm-hack-charsets'.
8988 * mm-bodies.el (mm-encode-body): Likewise.
8989
8990 2008-02-01 Kenichi Handa <handa@m17n.org>
8991
8992 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8993 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8994 (rfc2104-hash): Convert the result of concat to unibyte string.
8995
8996 2008-02-01 Dave Love <fx@gnu.org>
8997
8998 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8999 coding-system-for-read.
9000 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9001
9002 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9003 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9004 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9005
9006 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9007
9008 * mail-source.el (mail-sources): Add `group' choice.
9009
9010 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9011 parameter `in-group' to control into which group the articles go.
9012 Add treatment of `group' mail-source.
9013
9014 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9015
9016 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9017 * message.el (message-beginning-of-line): Use featurep instead of bound
9018 tests in order to resolve conditionals at compile time.
9019
9020 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9021
9022 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9023
9024 * mm-decode.el (mm-dissect-buffer): Decode description.
9025
9026 * mml.el (mml-to-mime): Encode message header first.
9027
9028 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9029
9030 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9031 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9032
9033 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9034
9035 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9036
9037 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9038
9039 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9040 prefix keys.
9041 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9042 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9043 gnus-xmas.el.
9044
9045 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9046
9047 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9048 Add new variables for article mark management.
9049 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9050 list of extra data entries which, when present, will indicate that the
9051 article ID should not be trimmed from the registry.
9052 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9053 functions.
9054 (gnus-registry-read-mark): New function to read a mark name from the
9055 user.
9056 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9057 (gnus-registry-set-article-mark-internal): New functions to add and
9058 remove marks.
9059 (gnus-registry-get-article-marks): New function to show the marks for
9060 an article, or retrieve them for further use.
9061
9062 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9063
9064 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9065 keys when no argument is given.
9066
9067 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9068
9069 * gnus-sum.el (gnus-article-sort-by-random)
9070 (gnus-thread-sort-by-random): Fix doc strings.
9071 Reported by jidanni@jidanni.org.
9072
9073 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9074
9075 * gnus-art.el (gnus-article-describe-bindings): New function.
9076 (gnus-article-read-summary-keys): Use it.
9077 (gnus-article-mode-map): Bind `C-h b' to it.
9078
9079 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9080
9081 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9082 XEmacs.
9083 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9084 Protect against non-character events.
9085
9086 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9087
9088 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9089 New command.
9090 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9091 instead of END. Change name of the temp file.
9092 (gnus-group-gmane-group-download-format): Add doc string. Make it
9093 customizable.
9094
9095 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9096
9097 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9098 bind `S W' to gnus-article-wide-reply-with-original; set default
9099 binding to gnus-article-read-summary-send-keys.
9100 (gnus-article-read-summary-keys): Fix the order of keys; display
9101 continuation keys correctly in the echo area; describe bindings
9102 correctly when keys end with `C-h'.
9103 (gnus-article-read-summary-send-keys): New function.
9104 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9105 Work for gnus-article-read-summary-send-keys; display continuation keys
9106 correctly in the echo area.
9107 (gnus-article-reply-with-original): Ignore prefix argument.
9108 (gnus-article-wide-reply-with-original): New function.
9109
9110 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9111
9112 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9113 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9114
9115 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9116
9117 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9118 (gnus-group-read-ephemeral-gmane-group): New command.
9119
9120 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9121
9122 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9123
9124 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9125
9126 * message.el (message-send-mail-function): Increase custom version.
9127
9128 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9129 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9130
9131 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9132
9133 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9134 html parts correctly; support forwarded messages.
9135 (gnus-article-browse-html-article): Remove work buffers.
9136
9137 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9138 compiling.
9139 (netrc-bound-and-true-p): New macro.
9140 (netrc-parse): Use it instead of bound-and-true-p that is not available
9141 in XEmacs 21.4.
9142
9143 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9144
9145 * gnus-registry.el (gnus-registry-mark-article)
9146 (gnus-registry-article-marks): Add functionality to mark articles
9147 through the Gnus registry.
9148
9149 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9150 (netrc-parse): Use encrypt-file-alist to determine if
9151 encrypt-find-model or encrypt-insert-file-contents should be used.
9152
9153 2007-12-19 Glenn Morris <rgm@gnu.org>
9154
9155 * mml.el (message-options-set, message-narrow-to-head)
9156 (message-in-body-p, message-mail-p, message-encode-message-body):
9157 Autoload.
9158 (message-remove-header, message-narrow-to-headers-or-head)
9159 (message-subscribed-p, message-make-mail-followup-to)
9160 (message-position-on-field, message-news-p)
9161 (message-options-set-recipient, message-generate-headers)
9162 (message-sort-headers): Declare as functions.
9163
9164 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9165
9166 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9167 convention in doc string.
9168
9169 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9170
9171 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9172 title to html parts.
9173 (gnus-article-browse-html-article): Pass message header to it.
9174
9175 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9176
9177 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9178
9179 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9180 or password compatible with XEmacs.
9181
9182 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9183
9184 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9185 format document.
9186 (gnus-mime-delete-part): Don't write description line if empty.
9187 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9188
9189 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9190
9191 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9192 (gnus-summary-mark-read-and-unread-as-read)
9193 (gnus-summary-mark-current-read-and-unread-as-read)
9194 (gnus-summary-mark-unread-as-ticked): Doc fix.
9195 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9196
9197 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9198
9199 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9200 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9201
9202 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9203
9204 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9205 yes-or-no-p.
9206
9207 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9208
9209 * mm-decode.el (mm-add-meta-html-tag): New function.
9210 (mm-save-part-to-file, mm-pipe-part): Use it.
9211
9212 * gnus-art.el (gnus-article-browse-delete-temp-files):
9213 Use gnus-y-or-n-p instead of y-or-n-p.
9214 (gnus-article-browse-html-parts): Work with message/external-body; use
9215 mm-add-meta-html-tag.
9216
9217 2007-12-11 Glenn Morris <rgm@gnu.org>
9218
9219 * gnus-cache.el: Require gnus-sum not just when compiling.
9220
9221 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9222
9223 * gnus-int.el (gnus-server-opened, gnus-status-message):
9224 Move definitions before use.
9225
9226 * mm-decode.el: Require gnus-util.
9227 (mm-remove-part): Only call delete-annotation on XEmacs.
9228
9229 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9230
9231 * nnmail.el: Require gnus-int.
9232
9233 * spam.el: Move `require's before `eval-when-compile's.
9234
9235 * gnus-ems.el (gnus-alive-p):
9236 * gnus-fun.el (message-goto-eoh):
9237 * gnus-util.el (gnus-group-name-decode):
9238 * mail-source.el (gnus-compress-sequence):
9239 * message.el (Info-goto-node, format-spec):
9240 * mm-bodies.el (message-options-get):
9241 * mm-decode.el (mm-view-pkcs7):
9242 * mm-util.el (gmm-write-region):
9243 * mml-smime.el (mml-compute-boundary)
9244 (gnus-completing-read-with-default):
9245 * mml.el (widget-button-press, gnus-make-hashtable):
9246 * mml1991.el (mm-decode-content-transfer-encoding)
9247 (mm-encode-content-transfer-encoding)
9248 (message-options-get, message-options-set):
9249 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9250 * nnfolder.el (gnus-request-group):
9251 * nnheader.el (ietf-drums-unfold-fws):
9252 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9253 * smime.el (gnus-run-mode-hooks):
9254 * spam-stat.el (gnus-message): Autoload.
9255
9256 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9257 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9258 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9259 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9260 Add declare-function compatibility definition.
9261
9262 * gnus-cache.el (nnvirtual-find-group-art):
9263 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9264 (gnus-add-image, gnus-add-wash-type):
9265 * gnus-group.el (nnkiboze-score-file):
9266 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9267 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9268 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9269 (message-tokenize-header, gnus-get-buffer-create)
9270 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9271 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9272 * gnus.el (gnus-group-decoded-name):
9273 * mail-source.el (imap-capability):
9274 * mm-bodies.el (message-options-set):
9275 * mm-decode.el (gnus-configure-windows):
9276 * mm-extern.el (message-goto-body):
9277 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9278 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9279 (epg-sub-key-validity, message-options-set):
9280 * mml.el (widget-event-point, gnus-configure-windows):
9281 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9282 * mml2015.el (epg-check-configuration, epg-configuration)
9283 (message-options-set):
9284 * nndb.el (nndb-request-article):
9285 * nnfolder.el (gnus-request-create-group):
9286 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9287 * nnmaildir.el (gnus-group-mark-article-read):
9288 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9289 * rfc1843.el (message-fetch-field):
9290 * spam.el (gnus-extract-address-components):
9291 Declare as functions.
9292
9293 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9294
9295 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9296
9297 2007-12-09 Glenn Morris <rgm@gnu.org>
9298
9299 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9300
9301 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9302 * message.el, mm-view.el, sieve-manage.el, smime.el:
9303 Add declare-function compatibility definition.
9304
9305 * gnus-art.el (w3-region, w3m-region, Info-menu):
9306 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9307 * gnus-sum.el (gnus-get-predicate):
9308 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9309 * message.el (mail-abbrev-in-expansion-header-p):
9310 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9311 (w3m-detect-meta-charset, w3m-region):
9312 * sieve-manage.el (password-read, password-cache-add)
9313 (password-cache-remove):
9314 * smime.el (password-read-and-add): Declare as functions.
9315
9316 2007-12-08 David Kastrup <dak@gnu.org>
9317
9318 * gnus-sum.el (gnus-summary-simplify-subject-query):
9319 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9320 `message'.
9321
9322 2007-12-07 Glenn Morris <rgm@gnu.org>
9323
9324 * gnus-art.el (article-make-date-line): Revert previous change.
9325
9326 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9327
9328 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9329
9330 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9331
9332 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9333 Call gnus-add-to-range ranges only once with a prepared article-list.
9334
9335 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9336
9337 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9338 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9339 group names with backslashes.
9340 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9341
9342 2007-12-06 Deepak Goel <deego3@gmail.com>
9343
9344 * gnus-art.el (article-make-date-line):
9345 * gnus-start.el (gnus-load):
9346 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9347
9348 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9349
9350 * gnus-art.el (gnus-use-idna)
9351 * gnus-start.el (gnus-site-init-file)
9352 * message.el (message-use-idna)
9353 * mm-uu.el (mm-uu-hide-markers)
9354 * smiley.el (smiley-style): Revert changes that suppress warnings.
9355
9356 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9359 specify charset to html source.
9360 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9361
9362 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9363
9364 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9365 idna-program in order to suppress byte compile warning issued by XEmacs
9366 that came to byte compile the default value section of defcustom forms
9367 recently.
9368
9369 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9370 value of installation-directory.
9371
9372 * message.el (message-use-idna): Don't directly refer to the value of
9373 idna-program.
9374
9375 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9376
9377 * smiley.el (smiley-style): Don't directly call face-attribute.
9378
9379 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9380
9381 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9382
9383 * gnus-dired.el: Reduce Gnus dependencies.
9384 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9385 Don't require. Use autoloads instead.
9386 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9387 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9388 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9389 (gnus-dired-mode): Adjust doc string.
9390 (gnus-dired-mail-mode): New variable.
9391 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9392 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9393 (gnus-dired-mail-buffers): New function. Return mail or message
9394 composition buffers.
9395 (gnus-dired-attach): Use it.
9396 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9397 NO-DECODE.
9398 (gnus-dired-print): Use `gnus-print-buffer' depending on
9399 `gnus-dired-mail-mode'.
9400
9401 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9402
9403 * rfc2047.el (rfc2047-encoded-word-regexp)
9404 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9405 explaining what regexp patterns are for.
9406
9407 2007-12-04 Glenn Morris <rgm@gnu.org>
9408
9409 * password.el: Move to ../password-cache.el.
9410
9411 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9412 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9413 * mml-smime.el (password-read, password-cache-add)
9414 (password-cache-remove):
9415 No need to autoload, since mml-sec requires password.
9416
9417 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9418 * message.el (gnus-extract-address-components):
9419 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9420
9421 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9422 password.
9423
9424 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9425
9426 * mailcap.el: Reduce dependencies.
9427 (mail-header-parse-content-type): Autoload.
9428 (mailcap-delete-duplicates): New alias.
9429 (mailcap-mime-info): Add optional argument NO-DECODE.
9430 (mailcap-mime-types): Use mailcap-delete-duplicates.
9431
9432 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9433
9434 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9435
9436 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9437 function.
9438
9439 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9440 (gnus-uu-yenc-article): New function.
9441
9442 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9443
9444 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9445
9446 2007-12-02 Glenn Morris <rgm@gnu.org>
9447
9448 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9449 Move to ../net.
9450
9451 * binhex.el, uudecode.el: Move to ../mail.
9452
9453 * encrypt.el: Remove file.
9454
9455 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9456
9457 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9458 matches on patches.
9459
9460 * gnus-art.el (gnus-article-browse-html-article):
9461 Mention `mm-text-html-renderer' in the doc string.
9462
9463 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9464 string. Add comments.
9465
9466 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9467 if rhs is ASCII.
9468
9469 2007-12-01 Glenn Morris <rgm@gnu.org>
9470
9471 * dig.el, dns.el: Move to ../net.
9472 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9473
9474 * mail-source.el (top-level): Require format-spec before
9475 eval-when-compile.
9476
9477 2007-11-30 Glenn Morris <rgm@gnu.org>
9478
9479 * encrypt.el: Require password, rather than autoloading password-read.
9480
9481 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9482
9483 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9484 caller can indicate whether the cache should be disregarded for this
9485 call. This way the result of the call is reproducible at all times and
9486 can be considered a canonical server name for the supplied method.
9487 (gnus-agent-method-p): Canonicalize server names by pushing their
9488 method through `gnus-method-to-server' using the no-cache argument.
9489
9490 * gnus-srvr.el (gnus-server-insert-server-line):
9491 Call `gnus-method-to-server' with `no-cache' argument.
9492
9493 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9494 gnus-agent-possibly-synchronize-flags as this should be called when the
9495 server is actually being opened.
9496 (gnus-agent-possibly-synchronize-flags)
9497 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9498 flags file of an agentized server to the latter function.
9499
9500 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9501 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9502 after a connection has been established successfully.
9503
9504 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9505
9506 * gnus-art.el (article-display-face): Force to display face if called
9507 interactively; check if gnus-article-x-face-too-ugly matches author.
9508 (article-display-x-face): Display face even if From header is missing
9509 as article-display-face does.
9510
9511 2007-11-28 Richard Stallman <rms@gnu.org>
9512
9513 * md4.el: Move to ../.
9514 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9515
9516 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9517
9518 * mail-source.el (mail-sources): Default to fetch from file for
9519 compatibility with default of nnmail-spool-file.
9520
9521 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9522
9523 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9524 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9525 to look for encoded word that should be encoded again.
9526 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9527 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9528 encoding pattern.
9529 (rfc2047-decode-region): Switch strict regexp and loose one according
9530 to rfc2047-allow-irregular-q-encoded-words.
9531
9532 2007-11-26 Simon Josefsson <simon@josefsson.org>
9533
9534 * imap.el: Move to ../net directory.
9535
9536 2007-11-25 Romain Francoise <romain@orebokech.com>
9537
9538 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9539
9540 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9541
9542 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9543 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9544
9545 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9546 `nnmail-spool-file'.
9547
9548 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9549 `nnmail-spool-file'.
9550
9551 * gnus-move.el (gnus-change-server): Ditto.
9552
9553 * gnus-kill.el (gnus-batch-score): Ditto.
9554
9555 * gnus-cache.el (gnus-jog-cache): Ditto.
9556
9557 * gnus-msg.el (gnus-summary-reply):
9558 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9559
9560 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9561
9562 * gnus-cache.el (gnus-cache-generate-nov-databases):
9563 Use nnml-generate-nov-databases-directory instead of
9564 nnml-generate-nov-databases-1.
9565
9566 2007-11-24 Glenn Morris <rgm@gnu.org>
9567
9568 * message.el (message-tool-bar-retro): Update for rename
9569 mail_send.xpm->mail-send.xpm.
9570
9571 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9572
9573 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9574 `smime-ldap-search' for Emacs 22 and up.
9575
9576 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9577
9578 * hashcash.el: Move to ../mail directory.
9579
9580 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9581
9582 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9583 `smime-ldap-search' for Emacs 22 and up.
9584
9585 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9586
9587 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9588
9589 * message.el (message-send-mail-function): Fix error convention.
9590 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9591 (message-widen-reply, message-send-mail, message-talkative-question)
9592 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9593 (message-clone-locals, message-send-news): Use with-current-buffer.
9594 (message-insert-or-toggle-importance): Remove unused var `valid'.
9595 (message-make-references): Remove unused var `new-references'.
9596 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9597
9598 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9599
9600 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9601 (spam-split-symbolic-return-positive): Reflow docstring.
9602 (spam-backends, spam-summary-exit-behavior)
9603 (spam-mark-ham-unread-before-move-from-spam-group)
9604 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9605 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9606 (spam-clear-cache, spam-backend-check, spam-install-backend)
9607 (spam-install-statistical-backend, spam-list-of-processors)
9608 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9609 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9610 (spam-check-crm114, spam-initialize, spam-unload-hook):
9611 Fix typos in docstrings.
9612
9613 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9614
9615 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9616 been checked if they have never been read and those group levels are
9617 higher than the one that a user specified.
9618
9619 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9620
9621 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9622 foreign groups unless a group level is specified by a user.
9623 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9624
9625 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9626
9627 * message.el (message-send-mail-function): Require sendmail.
9628
9629 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9630
9631 * message.el (message-send-mail-function): Check for smtpmail too.
9632
9633 * utf7.el (utf7-encode, utf7-decode): Use coding system
9634 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9635
9636 * message.el (message-send-mail-function): New function.
9637 (message-send-mail-function): Set default using
9638 message-send-mail-function. Adjust doc string.
9639 (message-send-mail-with-mailclient): New function.
9640
9641 2007-11-17 Richard Stallman <rms@gnu.org>
9642
9643 * assistant.el: Remove file.
9644
9645 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9646
9647 * smime.el (from):
9648 * rfc2047.el (message-posting-charset):
9649 * qp.el (mm-use-ultra-safe-encoding):
9650 * pop3.el (parse-time-months):
9651 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9652 * nnml.el (files):
9653 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9654 (jka-compr-compression-info-list, ange-ftp-path-format)
9655 (efs-path-regexp):
9656 * nndiary.el (files):
9657 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9658 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9659 (epg-digest-algorithm-alist, inhibit-redisplay)
9660 (password-cache-expiry):
9661 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9662 (pgg-output-buffer, password-cache-expiry):
9663 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9664 (efs-path-regexp):
9665 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9666 (inhibit-redisplay):
9667 * mm-uu.el (file-name, start-point, end-point, entry)
9668 (gnus-newsgroup-name, gnus-newsgroup-charset):
9669 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9670 (latin-unity-ucs-list):
9671 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9672 (mm-uu-binhex-decode-function):
9673 * message.el (gnus-message-group-art, gnus-list-identifiers)
9674 (rmail-enable-mime-composing, gnus-local-organization)
9675 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9676 (gnus-read-active-file, facemenu-add-face-function)
9677 (facemenu-remove-face-function, gnus-article-decoded-p)
9678 (tool-bar-mode):
9679 * mail-source.el (display-time-mail-function):
9680 * gnus-util.el (nnmail-pathname-coding-system)
9681 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9682 (gnus-original-article-buffer, gnus-user-agent)
9683 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9684 (xemacs-codename, sxemacs-codename, emacs-program-version):
9685 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9686 * gnus-start.el (gnus-agent-covered-methods)
9687 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9688 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9689 (gnus-newsgroup-headers, gnus-group-list-mode)
9690 (gnus-group-mark-positions, gnus-newsgroup-data)
9691 (gnus-newsgroup-unreads, nnoo-state-alist)
9692 (gnus-current-select-method, mail-sources)
9693 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9694 (nnmail-spool-file, gnus-cache-active-hashtb):
9695 * gnus-mh.el (mh-lib-progs):
9696 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9697 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9698 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9699 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9700 (gnus-group-buffer):
9701 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9702 (font-lock-set-defaults):
9703 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9704 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9705 (gnus-summary-post-menu, total-parts, type, condition, length):
9706 * gnus-agent.el (gnus-agent-read-agentview):
9707 * flow-fill.el (show-trailing-whitespace):
9708 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9709 eval-and-compile wrappers for byte compiler pacifiers.
9710
9711 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9712 (mm-display-inline-fontify): Check for featurep 'xemacs not
9713 extent-list.
9714
9715 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9716 itimer-list.
9717 (mm-create-image-xemacs): Only do something for XEmacs.
9718 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9719
9720 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9721
9722 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9723 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9724
9725 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9726
9727 * nnimap.el (nnimap-split-download-body):
9728 * gnus-demon.el (gnus-demon):
9729 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9730
9731 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9732
9733 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9734 New macros.
9735 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9736 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9737 copy data from unibyte buffer to multibyte current buffer.
9738 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9739 to copy data from unibyte current buffer to multibyte buffer.
9740 (nntp-make-process-buffer): Make process buffer unibyte.
9741
9742 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9743
9744 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9745
9746 * pop3.el (pop3-open-server): Accept and process data more robustly at
9747 connexion start to avoid spurious "POP SSL connexion failed" errors.
9748
9749 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9750
9751 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9752 read group names.
9753
9754 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9755
9756 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9757
9758 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9759
9760 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9761 (nnmail-save-active): Use a unibyte buffer when saving active file,
9762 which may contain non-ASCII group names.
9763
9764 * nnml.el (nnml-request-group): Decode group names in messages.
9765
9766 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9767
9768 * message.el (message-citation-line-function)
9769 (message-insert-formatted-citation-line): Fix spelling of
9770 `message-insert-formated-citation-line'.
9771
9772 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9773
9774 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9775
9776 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9777
9778 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9779 nnmail-pathname-coding-system.
9780
9781 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9782 that a user enters; decode group names in messages.
9783
9784 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9785
9786 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9787
9788 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9789
9790 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9791
9792 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9793 risky local variable.
9794
9795 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9796
9797 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9798
9799 * encrypt.el: Improve documentation to fix function name typo.
9800 Reported by Daiki Ueno <ueno@unixuser.org>.
9801
9802 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9803
9804 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9805 even if the point is not in the last page of an article.
9806 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9807 back to the previous page.
9808
9809 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9810
9811 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9812
9813 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9814
9815 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9816
9817 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9818
9819 * message.el (message-check-news-body-syntax):
9820 Avoid mm-string-as-multibyte.
9821 (message-hide-headers): Don't assume (point-min)==1.
9822
9823 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9824
9825 * message.el (message-remove-blank-cited-lines): Fix if remove is
9826 given.
9827 (message-bogus-address-regexp): New variable.
9828 (message-bogus-recipient-p): New function.
9829 (message-check-recipients): New command.
9830 (message-syntax-checks): Add `bogus-recipient'.
9831 (message-fix-before-sending): Add `bogus-recipient'.
9832
9833 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9834 (gnus-treat-body-boundary): Don't test window-system.
9835
9836 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9837
9838 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9839
9840 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9841
9842 * gnus.el: Bump version to Gnus v5.13.
9843
9844 2007-10-28 Miles Bader <miles@gnu.org>
9845
9846 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9847 at compile-time too.
9848
9849 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9850
9851 * gnus-msg.el (gnus-message-setup-hook):
9852 Add `message-remove-blank-cited-lines' to options.
9853
9854 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9855
9856 * message.el (message-remove-blank-cited-lines): New function.
9857 Suggested by Karl Plästerer.
9858
9859 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9860
9861 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9862 mapc.
9863
9864 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9865 (top-level): Use mapc to set functions to be traced for debugging.
9866
9867 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9868 called for effect with while loop.
9869
9870 * message.el (message-talkative-question): Replace mapcar called for
9871 effect with mapc.
9872
9873 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9874 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9875 called for effect with dolist.
9876
9877 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9878
9879 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9880 gnus-extra-headers and nnmail-extra-headers.
9881
9882 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9883 called for effect with dolist.
9884 (top-level): Use mapc to set functions to be traced for debugging.
9885
9886 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9887 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9888 dolist.
9889
9890 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9891 Replace mapcar called for effect with mapc.
9892 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9893 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9894 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9895 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9896
9897 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9898 remove-if that's a cl function.
9899
9900 * webmail.el (webmail-debug): Replace mapcar called for effect with
9901 dolist.
9902
9903 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9904
9905 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9906 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9907 with while loop.
9908
9909 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9910 functions from article-* functions.
9911 (gnus-multi-decode-header): Replace mapcar called for effect with
9912 dolist.
9913
9914 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9915 (gnus-bookmark-show-details): Replace mapcar called for effect with
9916 while loop.
9917
9918 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9919 called for effect with while loop.
9920
9921 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9922 with dolist.
9923
9924 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9925 Replace mapcar called for effect with dolist.
9926
9927 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9928
9929 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9930 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9931 Replace mapcar called for effect with dolist.
9932 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9933 mapc.
9934
9935 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9936 Replace mapcar called for effect with dolist.
9937 (gnus-topic-list): Replace mapcar called for effect with mapc.
9938
9939 * gnus.el: Use mapc instead of mapcar to add autoloads.
9940
9941 2007-10-23 Richard Stallman <rms@gnu.org>
9942
9943 * gnus-group.el (gnus-group-highlight): Mark as risky.
9944
9945 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9946
9947 * gnus.el (gnus-server-to-method): Return method found first in
9948 gnus-newsrc-alist.
9949
9950 * gnus-art.el (gnus-article-highlight-signature)
9951 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9952 button overlay without the front stickiness.
9953
9954 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9955
9956 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9957 overview buffer needed a catch to receive its throw.
9958 (gnus-agent-flush-cache): Declare as interactive to make this function
9959 easier to use.
9960
9961 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9962
9963 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9964 `next-line'.
9965
9966 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9967
9968 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9969 exclude address matching message-dont-reply-to-names.
9970
9971 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9972
9973 * gnus-util.el (gnus-string<): New function.
9974
9975 * gnus-sum.el (gnus-article-sort-by-author)
9976 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9977
9978 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9979
9980 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9981 the frame-focus tag is set in gnus-buffer-configuration.
9982
9983 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9984
9985 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9986 the front stickiness.
9987
9988 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9989
9990 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9991 url pattern; remove duplicate one.
9992 (gnus-article-extend-url-button): New function.
9993 (gnus-article-add-buttons): Use it.
9994 (gnus-button-push): Use concatenated url that it makes.
9995
9996 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9997
9998 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9999 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10000
10001 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10004 Don't hardcode point-min==1.
10005
10006 2007-09-30 David Kastrup <dak@gnu.org>
10007
10008 * gnus-art.el (gnus-article-reply-with-original)
10009 (gnus-article-followup-with-original): When `transient-mark-mode' is
10010 off, refrain from active-region behavior for followups.
10011
10012 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10013
10014 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10015 Fix comment about "iso8859-1".
10016
10017 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10018
10019 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10020 ones returned from the verify-function.
10021
10022 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10023 Call mml2015-extract-cleartext-signature if extraction failed.
10024
10025 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10026
10027 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10028 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10029 failed.
10030
10031 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10032
10033 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10034
10035 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10036
10037 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10038 to mark a thread as expirable. Add variable `hide' to handle hiding of
10039 thread for both the null and zero (kill/expire thread) universal prefix
10040 cases.
10041 (gnus-summary-expire-thread): Add new function to expire a thread,
10042 using gnus-summary-kill-thread.
10043 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10044 shortcuts for gnus-summary-expire-thread.
10045 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10046 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10047
10048 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10049
10050 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10051 extras value, so an extras entry can be deleted.
10052 (gnus-registry-delete-extra-entry): Use it.
10053 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10054 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10055 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10056 storage through the gnus-registry, and provide an appropriate API for
10057 it.
10058
10059 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10060
10061 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10062 Suggested by Leo <sdl.web@gmail.com>.
10063
10064 * gnus.el: Do.
10065
10066 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10067
10068 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10069 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10070
10071 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10072
10073 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10074 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10075
10076 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10077
10078 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10079 newline.
10080 (nnmbox-request-accept-article): Don't change article in source buffer;
10081 narrow to header to use message-fetch-field rather than
10082 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10083 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10084 as delimiters; make sure article ends with newline.
10085 (nnmbox-delete-mail): Correct last position of article to be deleted;
10086 ignore X-Gnus-Newsgroup header in article body.
10087 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10088 positions; make sure article ends with newline.
10089
10090 * message.el (message-display-abbrev): Don't infloop when a user
10091 inserts SPC in the beginning of header.
10092
10093 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10094
10095 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10096 list of groups not followed by default. Fix type to be regexp.
10097 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10098
10099 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10100
10101 * hmac-def.el (define-hmac-function): Switch from old-style to
10102 new-style backquotes.
10103
10104 * md4.el (md4-make-step): Likewise.
10105
10106 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10107
10108 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10109 raw-text coding system when saving .newsrc file, which may contain
10110 non-ASCII group names.
10111
10112 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10113
10114 * gnus-cus.el (gnus-score-extra): New widget.
10115 (gnus-score-extra-convert): New function.
10116 (gnus-score-customize): Use it for Extra.
10117
10118 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10119
10120 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10121 (mml2015-mailcrypt-clear-verify): Use it.
10122 (mml2015-gpg-clear-verify): Use it.
10123 (mml2015-pgg-clear-verify): Use it.
10124 (mml2015-epg-clear-verify): Replace the current part with the output
10125 from GnuPG; don't extract the plaintext by itself.
10126
10127 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10128 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10129 mml2015-clear-verify-function; don't touch the armor headers or
10130 dash-escaped text here.
10131
10132 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10133
10134 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10135 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10136 parts, or application/octet-stream as a last resort.
10137 (gnus-mime-view-part-as-type): Don't toggle display.
10138 (gnus-mime-view-part-as-charset): Don't turn off display before
10139 querying charset.
10140
10141 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10142 stuff to undisplayer function in Emacs.
10143 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10144
10145 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10146 text/calendar parts.
10147
10148 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10149
10150 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10151 decoding text/calendar parts.
10152
10153 * message.el (message-forward-make-body-mime): Always mark body as
10154 having no illegible text; remove signed-or-encrypted argument.
10155 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10156
10157 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10158 (mml-generate-mime-1): Don't encode body if it is specified to be in
10159 raw form; don't make buffer be unibyte when inserting multibyte string.
10160
10161 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * sha1.el: Fix up comment style.
10164 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10165 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10166
10167 * hex-util.el: Fix up comment style.
10168 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10169
10170 * gnus-salt.el: Use with-current-buffer.
10171 (gnus-pick-setup-message): Fix long-standing typo.
10172
10173 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10174
10175 * imap.el (imap-logout-timeout): New variable.
10176 (imap-logout, imap-logout-wait): New functions.
10177 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10178
10179 * nnimap.el (nnimap-logout-timeout): New server variable.
10180 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10181 nnimap-logout-timeout.
10182
10183 * gnus-art.el (gnus-article-summary-command-nosave)
10184 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10185
10186 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10187
10188 * gnus.el (gnus-maximum-newsgroup): New variable.
10189
10190 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10191 according to gnus-maximum-newsgroup.
10192
10193 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10194 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10195 Limit the range of articles according to gnus-maximum-newsgroup.
10196
10197 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10198
10199 * gnus-art.el (gnus-sticky-article): Fix problems described in
10200 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10201 Don't perform gnus-configure-windows here; reuse existing sticky
10202 article buffer.
10203
10204 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10205 it doesn't exist in gnus-article-mode.
10206
10207 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10208
10209 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10210 (gnus-agent-decoded-group-name): New function.
10211 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10212 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10213
10214 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10215
10216 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10217 Add binding for gnus-sticky-article.
10218 (gnus-summary-exit): Don't kill sticky article buffers.
10219
10220 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10221 article buffer.
10222 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10223 (gnus-kill-sticky-article-buffers): New commands.
10224
10225 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10226
10227 * nntp.el (nntp-xref-number-is-evil): New server variable.
10228 (nntp-find-group-and-number): If it is non-nil, don't trust article
10229 numbers in the Xref header.
10230
10231 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10232
10233 * gnus-agent.el (gnus-agent-read-group): New function.
10234 (gnus-agent-flush-group, gnus-agent-expire-group)
10235 (gnus-agent-regenerate-group): Use it.
10236 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10237 nnmail-pathname-coding-system.
10238
10239 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10240
10241 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10242
10243 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10244 that are unread as unread, and also as selected so that information of
10245 marks having been changed by a user may be updated when exiting group.
10246
10247 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10248
10249 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10250
10251 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10252
10253 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10254 calculated ignoring signature parts to gnus-treat-article.
10255
10256 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10259 a point here in order to keep the window start.
10260 (gnus-insert-mime-security-button): Make a button overlay without the
10261 front stickiness.
10262 (gnus-mime-display-security): Goto the end of a button.
10263
10264 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10265
10266 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10267
10268 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10269 group-name-at-point.
10270 (gnus-group-completing-read): New function that offers decoded
10271 non-ASCII group names for completion.
10272 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10273 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10274 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10275 (gnus-group-fetch-control): Use it.
10276 (gnus-fetch-group): Use group-name-at-point for the initial value
10277 rather than the default value; use gnus-alive-p.
10278
10279 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10280 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10281 (gnus-summary-post-news): Use gnus-group-completing-read.
10282
10283 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10284 (gnus-read-move-group-name): Decode group name for completion.
10285
10286 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10287
10288 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10289 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10290 Yamaoka slightly modified the code).
10291
10292 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10293
10294 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10295 (nnmail-split-incoming): Bind it.
10296
10297 * nnml.el (nnml-group-name-charset): New function.
10298 (nnml-decoded-group-name): Use it; don't decode group name if
10299 nnmail-group-names-not-encoded-p is non-nil.
10300 (nnml-encoded-group-name): New function.
10301 (nnml-group-pathname): Inline nnml-decoded-group-name.
10302 (nnml-request-expire-articles): Decode group name in message.
10303 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10304 nnmail-pathname-coding-system.
10305 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10306 not decoded ones according to nnmail-group-names-not-encoded-p.
10307 (nnml-generate-active-info): Use nnml-encoded-group-name.
10308
10309 2007-08-08 Glenn Morris <rgm@gnu.org>
10310
10311 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10312 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10313 doc-strings and comments.
10314
10315 2007-07-25 Glenn Morris <rgm@gnu.org>
10316
10317 * Relicense all FSF files to GPLv3 or later.
10318
10319 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10320
10321 * gnus-sum.el (gnus-summary-move-article):
10322 Make gnus-summary-respool-article work.
10323
10324 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10325
10326 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10327 string.
10328
10329 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10330
10331 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10332 that should be ignored when comparing distant RSS articles with local
10333 ones.
10334 (nnrss-make-hash-index): New function. Create a hash index according
10335 to the ignored fields.
10336 (nnrss-check-group): Use it.
10337
10338 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10339
10340 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10341
10342 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10343
10344 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10345 the new optional argument ENCODED is non-nil.
10346 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10347 coding system for encoding group name.
10348 (gnus-group-make-rss-group): Pass un-encoded group name to
10349 gnus-group-make-group.
10350 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10351 encoded.
10352
10353 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10354 Encode group name to which articles are moved or copied.
10355 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10356 coding system for encoding Newsgroup, Followup-To and Xref headers.
10357
10358 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10359 marks; use nnheader-file-coding-system to write a file.
10360 (nnagent-retrieve-headers): Bind file-name-coding-system to
10361 nnmail-pathname-coding-system.
10362
10363 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10364
10365 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10366 (nnml-request-article, nnml-request-create-group)
10367 (nnml-request-rename-group, nnml-find-id)
10368 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10369 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10370 (nnml-save-marks): Use nnml-group-pathname instead of
10371 nnmail-group-pathname.
10372
10373 (nnml-request-create-group, nnml-request-expire-articles)
10374 (nnml-request-move-article, nnml-request-delete-group)
10375 (nnml-deletable-article-p, nnml-possibly-create-directory)
10376 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10377 (nnml-open-marks): Bind file-name-coding-system to
10378 nnmail-pathname-coding-system.
10379
10380 (nnml-request-article): Pass server argument to nnml-find-group-number.
10381 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10382 Pass server argument to nnml-possibly-create-directory.
10383 (nnml-request-accept-article): Pass server argument to
10384 nnml-active-number and nnml-save-mail.
10385 (nnml-find-group-number): Pass server argument to nnml-find-id.
10386 (nnml-request-update-info): Pass server argument to
10387 nnml-marks-changed-p.
10388
10389 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10390 (nnml-save-mail, nnml-active-number): Add server argument.
10391
10392 (nnml-request-delete-group): Warn if group is missing.
10393 (nnml-get-nov-buffer): Decode group name.
10394 (nnml-generate-active-info): Encode group name.
10395 (nnml-open-marks): Decode group name in messages.
10396
10397 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10398
10399 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10400 if it is not specified.
10401 (gnus-article-pipe-part, gnus-article-save-part)
10402 (gnus-article-interactively-view-part, gnus-article-copy-part)
10403 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10404 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10405 (gnus-article-replace-part, gnus-article-delete-part)
10406 (gnus-article-view-part-as-type): Pass raw prefix argument to
10407 gnus-article-part-wrapper.
10408
10409 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10410
10411 * gnus-agent.el (gnus-agent-save-active):
10412 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10413
10414 * gnus-cache.el (gnus-cache-save-buffers)
10415 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10416 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10417 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10418 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10419 (gnus-cache-generate-active, gnus-cache-rename-group)
10420 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10421 (gnus-cache-update-overview-total-fetched-for):
10422 Bind file-name-coding-system to nnmail-pathname-coding-system.
10423 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10424 New variables.
10425 (gnus-cache-decoded-group-name): New function.
10426 (gnus-cache-file-name): Use it.
10427 (gnus-cache-generate-active): Use non-decoded group name for active.
10428
10429 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10430 right place.
10431 (gnus-write-active-file): Don't break non-ASCII group names.
10432
10433 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10434 nnmail-pathname-coding-system.
10435
10436 * gnus-uu.el (gnus-uu-decode-save): Typo.
10437
10438 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10439
10440 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10441
10442 2007-07-14 David Kastrup <dak@gnu.org>
10443
10444 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10445 finishing actions if we did not edit the article.
10446
10447 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10448
10449 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10450 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10451 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10452 (gnus-agent-flush-group, gnus-agent-flush-cache)
10453 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10454 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10455 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10456 (gnus-agent-regenerate-group)
10457 (gnus-agent-update-files-total-fetched-for)
10458 (gnus-agent-update-view-total-fetched-for):
10459 Bind file-name-coding-system to nnmail-pathname-coding-system.
10460 (gnus-agent-group-pathname): Don't encode file names by
10461 nnmail-pathname-coding-system.
10462 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10463 coding-system-for-write instead of buffer-file-coding-system to
10464 gnus-agent-file-coding-system.
10465
10466 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10467 Decode group name.
10468
10469 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10470
10471 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10472 (gnus-read-newsrc-el-file): Make group names unibyte.
10473
10474 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10475 nnmail-pathname-coding-system.
10476
10477 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10478 (nnrss-request-delete-group): Bind file-name-coding-system to
10479 nnmail-pathname-coding-system.
10480 (nnrss-read-server-data, nnrss-read-group-data):
10481 Bind file-name-coding-system correctly.
10482 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10483
10484 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10485 (nntp-server-to-method-cache): New variable.
10486 (nntp-group-pathname): New function that decodes non-ASCII group names.
10487 (nntp-possibly-create-directory, nntp-marks-changed-p)
10488 (nntp-save-marks, nntp-open-marks): Use it.
10489 (nntp-possibly-create-directory, nntp-open-marks):
10490 Bind file-name-coding-system to nnmail-pathname-coding-system.
10491 (nntp-open-marks): Decode group names when bootstrapping marks.
10492
10493 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10494 Newsgroups and Folowup-To headers.
10495
10496 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10497
10498 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10499 (gnus-server-closed-face, gnus-server-denied-face)
10500 (gnus-server-offline-face): Remove variable.
10501 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10502
10503 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10504 of modifying message-stack directly for XEmacs.
10505
10506 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10507 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10508 if the coding-system argument is nil for XEmacs.
10509
10510 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10511 mm-charset-override-alist.
10512
10513 * rfc2047.el: Don't require base64; require rfc2045 for the function
10514 rfc2045-encode-string.
10515 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10516 to quote the parameter value.
10517
10518 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10519
10520 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10521 form in gnus-group-name-charset-method-alist.
10522
10523 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10524 overrides the default layout edit-form.
10525
10526 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10527
10528 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10529
10530 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10531
10532 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10533 as unfetched articles.
10534
10535 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10536
10537 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10538
10539 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10540
10541 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10542 original back end that keeps marks in the local system.
10543
10544 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10545
10546 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10547 arg of pop-to-buffer for XEmacs.
10548 (gnus-article-read-summary-keys): Ditto; don't restore window
10549 configuration if summary command ends up with neither article buffer
10550 nor summary buffer; describe bindings if summary keys end with C-h.
10551
10552 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10553
10554 * message.el (message-fix-before-sending): Skip raw message part to be
10555 forwarded while checking illegible text.
10556 (message-forward-make-body-mime, message-forward-make-body):
10557 Mark signed or encrypted raw message as having no illegible text.
10558
10559 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10560
10561 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10562 (gnus-message-with-timestamp-1): New macro.
10563 (gnus-message-with-timestamp): New function.
10564 (gnus-message): Use them.
10565
10566 * nnheader.el (nnheader-message): Use them.
10567
10568 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10569
10570 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10571 .newsrc.eld file.
10572
10573 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10574
10575 * gnus-agent.el (gnus-agent-fetch-headers)
10576 (gnus-agent-retrieve-headers):
10577 Bind gnus-decode-encoded-address-function to identity.
10578
10579 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10580 available also when the server returns simply a dot.
10581
10582 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10583
10584 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10585
10586 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10587
10588 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10589
10590 * gnus-ems.el (gnus-x-splash): Make it work.
10591
10592 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10593 from being used.
10594
10595 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10596
10597 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10598 the front stickiness.
10599 (gnus-article-summary-command-nosave): Correct the order of the
10600 arguments passed to pop-to-buffer.
10601 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10602 summary command ends up with the article buffer.
10603
10604 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10605 the same faces.
10606
10607 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10608
10609 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10610
10611 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10612
10613 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10614 * gnus-sum.el (gnus-summary-highlight):
10615 * mail-source.el (mail-source-delete-old-incoming-confirm):
10616 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10617
10618 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10619
10620 * gnus-art.el (gnus-mime-view-part-externally)
10621 (gnus-mime-view-part-internally): Fix predicate function passed to
10622 completing-read.
10623
10624 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10625
10626 * gnus.el (gnus-update-message-archive-method): Add :version.
10627
10628 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10629
10630 * gnus.el (gnus-update-message-archive-method): New variable.
10631
10632 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10633 according to gnus-message-archive-method if
10634 gnus-update-message-archive-method is non-nil.
10635
10636 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10637
10638 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10639 Suggested by Loic Dachary <loic@dachary.org>.
10640 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10641
10642 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10643
10644 * message.el (message-pop-to-buffer): Add switch-function argument.
10645 (message-mail): Pass switch-function argument to it.
10646
10647 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10648
10649 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10650 Improve doc string.
10651
10652 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10653
10654 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10655 (gnus-header-content)
10656 * gnus-cite.el (gnus-cite-10)
10657 * gnus-srvr.el (gnus-server-closed)
10658 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10659 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10660 (gnus-group-mail-3-empty, gnus-group-mail-low)
10661 (gnus-group-mail-low-empty, gnus-splash)
10662 * message.el (message-header-to, message-header-cc)
10663 (message-header-subject, message-header-other, message-header-name)
10664 (message-header-xheader, message-separator, message-cited-text)
10665 (message-mml): Lighten colors of faces used for dark background.
10666
10667 2007-05-24 Simon Josefsson <simon@josefsson.org>
10668
10669 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10670 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10671
10672 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10673
10674 * message.el (message-narrow-to-headers-or-head):
10675 Ignore mail-header-separator in the body.
10676
10677 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10678
10679 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10680 same as window size.
10681
10682 2007-05-22 Kevin Ryde <user42@zip.com.au>
10683
10684 * message.el (message-font-lock-keywords): Use message-header-xheader
10685 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10686 ahead of the anything pattern, to get it recognised.
10687
10688 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10689
10690 * gnus-sum.el (gnus-articles-to-read)
10691 (gnus-summary-insert-old-articles): Don't truncate group name for
10692 `read-string'.
10693
10694 * gnus-util.el (gnus-limit-string): Delete this function.
10695
10696 * gnus-sum.el (gnus-simplify-subject-fully):
10697 Use `truncate-string-to-width' instead.
10698
10699 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10700
10701 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10702 Tell if, on summary exit, the next group has to be selected.
10703 (gnus-summary-exit): Use it.
10704
10705 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10706
10707 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10708 non-break space.
10709
10710 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10711
10712 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10713 Check if group is not a directory.
10714 (nnfolder-request-expire-articles): Don't delete articles if the target
10715 group is not available.
10716
10717 * nnml.el (nnml-request-create-group): Properly check if group is not a
10718 file.
10719 (nnml-request-expire-articles): Don't delete articles if the target
10720 group is not available.
10721
10722 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10723 Don't quote characters that are within parentheses.
10724
10725 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10726
10727 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10728 (gnus-handle-ephemeral-exit): Select article according to it.
10729
10730 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10731
10732 * message.el (message-insert-formated-citation-line): Remove newline.
10733 (message-citation-line-format): Add final \n here so that the user can
10734 avoid a blank line.
10735
10736 2007-05-03 Dan Christensen <jdc@uwo.ca>
10737
10738 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10739 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10740 Update lanl/arXiv support.
10741
10742 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10743
10744 * gnus.el: Bump version number.
10745
10746 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10747
10748 * gnus.el (gnus-version-number): Bump version.
10749
10750 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10751
10752 * gnus.el: No Gnus v0.6 is released.
10753
10754 2007-04-27 Didier Verna <didier@xemacs.org>
10755
10756 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10757 * gmm-utils.el (gmm-regexp-concat): ... here.
10758 * message.el: Don't require 'gnus-util.
10759 (message-dont-reply-to-names): Handle name change above.
10760 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10761
10762 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10763
10764 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10765 since the initial value varies according to the system.
10766
10767 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10768
10769 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10770
10771 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10772
10773 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10774
10775 2007-04-24 Didier Verna <didier@xemacs.org>
10776
10777 Improve the type of gnus-ignored-from-addresses.
10778 * gnus-util.el (gnus-orify-regexp): New function.
10779 * message.el (gnus-util): Require it.
10780 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10781 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10782 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10783
10784 2007-04-24 Didier Verna <didier@xemacs.org>
10785
10786 * gnus-sum.el:
10787 * gnus-utils.el: Fix some trailing whitespaces.
10788
10789 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10790
10791 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10792 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10793 article's Message-ID; refer parent article in summary buffer.
10794
10795 * message.el (message-bounce): Call mime-to-mml.
10796
10797 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10798
10799 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10800
10801 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10802
10803 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10804 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10805 displayed of multipart/alternative part if it is invoked from summary
10806 buffer.
10807
10808 * mm-view.el (mm-inline-text-html-render-with-w3m)
10809 (mm-inline-text-html-render-with-w3m-standalone)
10810 (mm-inline-render-with-function): Use mail-parse-charset by default.
10811
10812 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10813
10814 * parse-time.el (parse-time-string-chars): Check if CHAR
10815 is less than the length of parse-time-syntax.
10816
10817 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10818
10819 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10820 from gnus-newsgroup-processable.
10821
10822 2007-04-16 Didier Verna <didier@xemacs.org>
10823
10824 * gnus-msg.el (gnus-configure-posting-styles):
10825 Handle message-signature-directory properly with :file syntax.
10826 Reported by "Leo".
10827
10828 2007-04-11 Didier Verna <didier@xemacs.org>
10829
10830 New user option: message-signature-directory.
10831 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10832 * message.el (message-insert-signature): Ditto.
10833 * message.el (message-signature-file): Doc update.
10834 * message.el (message-signature-directory): New.
10835
10836 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10837
10838 * gnus-msg.el (gnus-inews-yank-articles):
10839 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10840
10841 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10842
10843 * message.el (message-yank-original): Make sure cited text ends with
10844 newline; don't exchange point and mark.
10845
10846 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10847
10848 * tls.el (open-tls-stream): Properly handle case where there
10849 is no associated buffer.
10850
10851 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10852
10853 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10854 message-yank-original, make sure (< mark TEXT point).
10855
10856 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10857
10858 * message.el (message-fill-column): New variable.
10859 (message-mode): Use it. Add comment on a possible new hook.
10860
10861 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10862 (nnmail-get-new-mail): Reformat.
10863
10864 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10865
10866 * gmm-utils.el: Fix Commentary.
10867 (gmm-tool-bar-from-list): Fix typo in doc string.
10868
10869 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10870
10871 * message.el (message-yank-original): Don't switch point and mark
10872 unnecessarily to put point and mark as documented.
10873
10874 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10875
10876 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10877 from the message heads.
10878
10879 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10880
10881 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10882 article buffer does not have a window. This may not be the best
10883 solution but is certainly better than setting the start of the null,
10884 that is the current, window.
10885
10886 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10887
10888 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10889 (gnus-draft-setup): Run it.
10890
10891 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10892 gnus-score-fast-scoring. Allow regexp.
10893 (gnus-score-headers): Use it.
10894
10895 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10896 XEmacs.
10897
10898 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10899 string.
10900 (gnus-button-alist): Also catch `<f1> k ...'.
10901 (gnus-treat-display-x-face): Fix doc string.
10902
10903 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10904
10905 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10906 evaluation of gnus-extended-version to ensure correct generation of the
10907 User-Agent header when message-generate-headers-first is used.
10908
10909 2007-03-24 Simon Josefsson <simon@josefsson.org>
10910
10911 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10912 hashcash-path is nil. Don't call callback with incorrect number of
10913 parameters if val is 0.
10914
10915 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10916
10917 * message.el (message-required-news-headers):
10918 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10919
10920 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10921
10922 * message.el (message-generate-new-buffers): Change the meaning of the
10923 nil value; add `standard' to the choices; treat t as `unique'; improve
10924 doc string.
10925 (gnus-select-frame-set-input-focus): Autoload.
10926 (message-buffer-name): Search for the existing message buffer if
10927 message-generate-new-buffers is nil or `standard'; treat the value t of
10928 message-generate-new-buffers as `unique'.
10929 (message-pop-to-buffer): Raise the frame already displaying the message
10930 buffer; clear the echo area after querying.
10931 (message-setup): Pass the `continue' argument to compose-mail.
10932 (message-mail): Prefer `switch-function' if it is given; search for the
10933 existing message buffer if the `continue' argument is non-nil; pass
10934 continue and switch-function arguments to compose-mail by way of
10935 message-setup.
10936 (message-mail-other-window): Adjust argument of message-setup.
10937 (message-mail-other-frame): Ditto.
10938
10939 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10940
10941 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10942 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10943 to turn font-lock on when turning gnus-message-citation-mode on.
10944
10945 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10946
10947 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10948 (mml-smime-function-alist): New variable; add epg as the backend.
10949 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10950 mml-smime- functions instead.
10951 * mm-view.el: Require smime.
10952
10953 2007-03-05 Didier Verna <didier@xemacs.org>
10954
10955 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10956 instead of just inheritance for posting styles.
10957 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10958
10959 2007-02-24 John Paul Wallington <jpw@pobox.com>
10960
10961 * tls.el (tls-certtool-program): Fix custom type.
10962
10963 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10964
10965 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10966 and point-at-eol instead of line-(beginning|end)-position.
10967
10968 * assistant.el (assistant-parse-buffer): Ditto.
10969
10970 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10971
10972 * mml2015.el (mml2015-epg-find-usable-key): New function.
10973 (mml2015-epg-sign): Use it.
10974 (mml2015-epg-encrypt): Use it.
10975
10976 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10977
10978 * message.el (message-make-in-reply-to): Quote name containing
10979 non-ASCII characters. It will make the RFC2047 encoder cause an error
10980 if there are special characters. Reported by NAKAJI Hiroyuki
10981 <nakaji@jp.freebsd.org>.
10982
10983 2007-02-27 Didier Verna <didier@xemacs.org>
10984
10985 Include the group parameters as well as the topic ones in the
10986 inheritance filter process.
10987 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10988 argument GROUP-PARAMS-LIST.
10989 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10990
10991 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10992
10993 * nntp.el (nntp-never-echoes-commands)
10994 (nntp-open-connection-functions-never-echo-commands): New variables.
10995 (nntp-send-command): Use them.
10996
10997 2007-02-20 Daiki Ueno <ueno@unixuser.org>
10998
10999 * mml2015.el (mml2015-epg-verify): Simplify.
11000
11001 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11002
11003 * mml.el (mml-content-disposition-alist): New user option.
11004 (mml-content-disposition): New function.
11005 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11006 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11007
11008 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11009
11010 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11011 verification.
11012
11013 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11014
11015 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11016 articles posted in the last 24 hours.
11017
11018 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11019
11020 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11021
11022 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11023
11024 * nntp.el (nntp-send-command): Don't wait for echoes when
11025 nntp-open-ssl-stream is used.
11026
11027 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11028
11029 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11030 (gnus-message-add-citation-keywords)
11031 (gnus-message-remove-citation-keywords): Remove.
11032 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11033 directly, make the variables in font-lock-defaults buffer-local, add
11034 gnus-message-citation-keywords to them and then update the value of
11035 font-lock-keywords.
11036
11037 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11038
11039 * message.el (message-cite-original-1): Don't call
11040 gnus-article-highlight-citation.
11041
11042 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11043 citations; fix line count.
11044
11045 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11046
11047 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11048 (gnus-message-add-citation-keywords)
11049 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11050 versions of font-lock-add-keywords and font-lock-remove-keywords to
11051 work with XEmacs correctly.
11052
11053 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11054
11055 * gnus-cite.el (gnus-cite-face-list): Set the values of
11056 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11057 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11058 (gnus-message-cite-prefix-regexp): New variable.
11059 (gnus-message-search-citation-line): Use it; protect against long
11060 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11061 the 0th match data for Emacs.
11062 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11063 (gnus-message-add-citation-keywords): Append keywords rather than
11064 prepending; emulate font-lock-add-keywords if it is not available.
11065 (gnus-message-remove-citation-keywords):
11066 Emulate font-lock-remove-keywords if it is not available.
11067
11068 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11069
11070 * message.el (message-cite-prefix-regexp): Set the value of
11071 gnus-message-cite-prefix-regexp.
11072
11073 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11074
11075 * nnweb.el (nnweb-google-parse-1): Update parser.
11076
11077 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11078
11079 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11080
11081 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11082
11083 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11084 regexp.
11085
11086 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11087
11088 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11089 string-to-multibyte.
11090 (uudecode-decode-region-internal): Use it.
11091
11092 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11093
11094 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11095 Fix custom choice.
11096
11097 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11098
11099 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11100
11101 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11102
11103 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11104 `write-region' to respect `mm-inhibit-file-name-handlers'.
11105
11106 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11107
11108 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11109 Use gnus-home-directory instead of "~/" or "$HOME".
11110
11111 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11112
11113 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11114 to mention filename.
11115 Add comments at beginning regarding usage.
11116 (encrypt-write-file-contents): Change interactive so a string is
11117 acceptable. If the file has no associated model, show an error instead
11118 of a nonsense prompt.
11119
11120 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11121
11122 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11123 Thanks to Yoshihiko Yamada for kind notification of this typo.
11124
11125 2007-01-12 Kenichi Handa <handa@m17n.org>
11126
11127 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11128 multibyte buffer.
11129
11130 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11131
11132 * gnus-score.el (gnus-score-fast-scoring): New variable.
11133 (gnus-score-headers): Use it.
11134
11135 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11136
11137 * message.el (message-cite-original-1):
11138 Call gnus-article-highlight-citation if requested.
11139 (message-make-from): Allow name and address as optional arguments.
11140
11141 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11142
11143 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11144 bugs to doc string.
11145 (gnus-button-alist): Add mid\\|message-id.
11146 (gnus-button-fetch-group): Extend for use in
11147 `browse-url-browser-function'.
11148 (gnus-button-url-regexp): Try to catch paired parentheses like in
11149 Wikipedia URLs.
11150
11151 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11152 Suggested by Simon Krahnke <overlord@gmx.li>.
11153
11154 2007-01-13 Romain Francoise <romain@orebokech.com>
11155
11156 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11157 Update copyright.
11158
11159 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11160
11161 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11162
11163 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11164
11165 * gnus-registry.el (gnus-registry-unfollowed-groups)
11166 (gnus-registry-split-fancy-with-parent): Fix documentation.
11167
11168 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11169
11170 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11171 from nnweb groups.
11172
11173 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11174
11175 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11176 Xref urls. Erase buffer before requesting head.
11177
11178 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11179
11180 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11181
11182 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11183 customizable.
11184
11185 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11186
11187 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11188 no signing key is found.
11189 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11190 no encrypting and/or signing key is found.
11191
11192 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11193
11194 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11195
11196 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11197
11198 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11199 headers read from disk with the ones newly found in the current search.
11200 This should no longer cause problems, because the article numbers in
11201 Gmane's `nov.php' output are ignored since the previous change.
11202
11203 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11204
11205 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11206
11207 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11208
11209 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11210
11211 2007-01-01 Romain Francoise <romain@orebokech.com>
11212
11213 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11214
11215 2006-12-31 Steve Youngs <steve@sxemacs.org>
11216
11217 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11218 `define-minor-mode' macro definition expanded properly.
11219 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11220 exclude it there.
11221
11222 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11223 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11224 `fboundp' test.
11225 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11226 This is OK to autoload in (S)XEmacs now.
11227
11228 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11229
11230 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11231 keystroke.
11232 (gnus-summary-limit-to-singletons): Fix typo.
11233
11234 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11235 else fails.
11236
11237 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11238
11239 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11240 docstring.
11241
11242 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11243 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11244 (gnus-summary-insert-dormant-articles): Fix typo in message.
11245
11246 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11247
11248 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11249 nil for XEmacs.
11250 (gnus-message-citation-mode): Don't autoload in XEmacs.
11251
11252 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11253
11254 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11255
11256 * nnimap.el (nnimap-expunge-search-string):
11257 Mention nnimap-search-uids-not-since-is-evil in docstring.
11258
11259 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11260
11261 * spam.el: Revert to make-obsolete-variable because
11262 define-obsolete-variable-alias is not supported in Emacs 21.
11263
11264 * spam.el (spam-ifile-path, spam-ifile-database-path)
11265 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11266 make-obsolete-variable.
11267 (spam-bsfilter-path, spam-bsfilter-program)
11268 (spam-spamassassin-path, spam-spamassassin-program)
11269 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11270 Don't use "path" inappropriately.
11271 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11272 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11273 variable names.
11274
11275 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11276
11277 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11278 summary buffer.
11279
11280 * password.el (password-cache-remove): Use clear-string to burn
11281 password, if available.
11282
11283 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11284
11285 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11286
11287 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11288
11289 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11290 (gnus-message-highlight-citation): Move defcustom here from
11291 gnus-cite.el.
11292 (gnus-message-citation-mode): Autoload.
11293
11294 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11295 checks to make it compile with XEmacs.
11296 (gnus-message-citation-mode): New minor mode.
11297 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11298 (gnus-message-highlight-citation): New variables.
11299 (gnus-message-search-citation-line)
11300 (gnus-message-add-citation-keywords)
11301 (gnus-message-remove-citation-keywords)
11302 (turn-on-gnus-message-citation-mode)
11303 (turn-off-gnus-message-citation-mode): New functions.
11304
11305 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11306
11307 * gnus-cite.el: Enable highlighting of different citation levels in
11308 message-mode.
11309
11310 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11311
11312 * message.el (message-make-fqdn): Fix comment.
11313 (message-bogus-system-names): Add ".local".
11314
11315 * spam.el (spam-ifile-path, spam-ifile-program)
11316 (spam-ifile-database-path, spam-ifile-database)
11317 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11318 Don't use "path" inappropriately.
11319 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11320 strings.
11321 (spam-check-ifile, spam-ifile-register-with-ifile)
11322 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11323 Use new variable names.
11324
11325 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11326 (gnus-treat-display-smileys): Simplify using
11327 gnus-image-type-available-p.
11328
11329 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11330 available.
11331
11332 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11333
11334 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11335 one after turning on the buffer's multibyteness instead of decoding
11336 them directly in the unibyte buffer that causes unexpected conversion
11337 in Emacs 23 (unicode).
11338
11339 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11340
11341 * message.el (message-generate-hashcash): Fix custom type.
11342
11343 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11344
11345 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11346
11347 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11348
11349 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11350 disconnect icons. Add help text.
11351
11352 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11353
11354 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11355 negated to be consistent with the others we handle.
11356
11357 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11358
11359 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11360 version of gnus-summary-buffer to something, so that we can use two
11361 article buffers at the same time.
11362
11363 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11364
11365 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11366 trigger all the extra headers.
11367 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11368 sorting.
11369
11370 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11371
11372 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11373 solid groups.
11374
11375 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11376
11377 * legacy-gnus-agent.el: Add Copyright notice.
11378
11379 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11380
11381 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11382
11383 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11384
11385 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11386
11387 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11388 to make it work reliably in CVS Emacs.
11389 (gnus-summary-limit-strange-charsets-predicate)
11390 (gnus-summary-limit-to-predicate): New functions.
11391
11392 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11393
11394 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11395 specifying array size.
11396 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11397 array if it is too small.
11398 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11399 (gnus-sort-threads-loop): New function.
11400
11401 2006-12-06 Chris Moore <dooglus@gmail.com>
11402
11403 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11404 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11405
11406 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11407
11408 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11409 options.
11410
11411 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11412
11413 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11414 DOS-ing the recipient.
11415
11416 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11417 the headers when creating the mapping to avoid mismappings.
11418 (nnweb-gmane-create-mapping): Always nix out old mapping.
11419
11420 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11421
11422 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11423 and mm-verify-option to never.
11424
11425 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11426
11427 * message.el (message-signed-or-encrypted-p): New function.
11428 (message-forward-make-body): Use it.
11429
11430 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11431 Replace encode-coding-string with mm-encode-coding-string.
11432
11433 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11434
11435 * nneething.el (nneething-decode-file-name):
11436 Replace decode-coding-string with mm-decode-coding-string.
11437
11438 * gnus-int.el (gnus-open-server): Say failed server's name.
11439
11440 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11441
11442 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11443 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11444
11445 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11446 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11447 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11448 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11449 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11450 (gnus-subscribe-newsgroup, gnus-1):
11451 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11452 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11453 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11454 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11455
11456 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11457
11458 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11459 keystroke.
11460 (gnus-summary-limit-to-bodies): Implement headersp.
11461
11462 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11463
11464 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11465
11466 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11467
11468 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11469
11470 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11471
11472 * message.el (message-generate-hashcash): Expand range of values to
11473 include `opportunistic'.
11474 (message-send-mail): Use it.
11475
11476 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11477
11478 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11479 and comment it.
11480
11481 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11482
11483 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11484
11485 * gnus-util.el (gnus-extract-address-components): Improve comment.
11486
11487 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11488
11489 * gnus-util.el (gnus-extract-address-components): Work with address in
11490 which the name portion contains @.
11491
11492 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11493
11494 * gnus.el (gnus-start): Move custom group up.
11495 (gnus-select-method): Don't autoload, but make it available for
11496 `customize-variable'.
11497 (gnus-getenv-nntpserver): Don't autoload.
11498
11499 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11500
11501 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11502
11503 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11504
11505 * message.el (message-sendmail-extra-arguments): New variable.
11506 (message-send-mail-with-sendmail): Use it.
11507
11508 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11509
11510 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11511 mm-with-unibyte-current-buffer to make string unibyte.
11512
11513 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11514 mm-string-as-multibyte.
11515
11516 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11517
11518 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11519 Reported by Werner Koch <wk@gnupg.org>.
11520
11521 2006-11-14 Daiki Ueno <ueno@p360>
11522
11523 * mml2015.el: Autoload epa-select-keys when compiling.
11524
11525 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11526
11527 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11528 message-options.
11529 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11530
11531 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11532
11533 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11534 EasyPG (< 0.0.6).
11535 (mml2015-always-trust): New user option.
11536 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11537 prompt.
11538
11539 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11540
11541 * nntp.el (nntp-authinfo-force): New variable.
11542 (nntp-send-authinfo): Use it.
11543
11544 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11545
11546 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11547 decode encoded words. Improve prompt. Add comment about forwarding.
11548 (message-replacement-char): Move up.
11549
11550 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11551
11552 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11553 instead of gnus-intersection because arguments of gnus-sorted-nunion
11554 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11555
11556 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11557
11558 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11559 (message-simplify-subject-functions):
11560 Enable message-strip-subject-encoded-words by default.
11561
11562 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11563
11564 * message.el (message-strip-subject-encoded-words): New function.
11565 (message-simplify-subject-functions): New variable.
11566 (message-simplify-subject): Use it. Fix typo in doc string.
11567 Support message-strip-subject-encoded-words.
11568
11569 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11570
11571 * gnus-diary.el (gnus-diary-delay-format-function):
11572 * nndiary.el (nndiary-reminders):
11573 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11574
11575 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11576
11577 * gnus-art.el (article-hide-boring-headers): Fetch date from
11578 gnus-original-article-buffer to avoid problems with localized date
11579 strings.
11580
11581 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11582
11583 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11584
11585 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11586
11587 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11588 New variables.
11589 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11590 (mm-charset-synonym-alist): Move some entries to
11591 mm-codepage-iso-8859-list.
11592 (mm-charset-synonym-alist, mm-charset-override-alist):
11593 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11594
11595 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11596
11597 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11598
11599 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11600
11601 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11602 with Emacs 21 and XEmacs.
11603
11604 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11605
11606 * spam.el (spam-parse-address): New function for better parsing,
11607 catching errors, etc.
11608 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11609
11610 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11611
11612 * mm-view.el: Add interactive arg to html2text autoload.
11613
11614 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11615
11616 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11617
11618 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11619
11620 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11621 New variables.
11622 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11623 (mm-charset-synonym-alist): Move some entries to
11624 mm-codepage-iso-8859-list.
11625
11626 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11627
11628 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11629
11630 * message.el (message-citation-line-format)
11631 (message-insert-formated-citation-line): Fix implementation of %E, %N
11632 and %n according to the doc string.
11633
11634 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11635
11636 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11637 Use car-safe to avoid bad parses.
11638
11639 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11640
11641 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11642 names.
11643
11644 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11645
11646 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11647
11648 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11649 header.
11650
11651 * message.el (message-draft-headers): Add Date.
11652 (message-headers-to-generate): Fix typo in docstring.
11653
11654 * nndraft.el (nndraft-required-headers): New variable.
11655 (nndraft-generate-headers): Use it.
11656
11657 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11658
11659 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11660
11661 * gnus-registry.el (gnus-registry-wash-for-keywords)
11662 (gnus-registry-find-keywords): New functions to allow easy searching of
11663 articles that are in the registry.
11664
11665 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11666
11667 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11668 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11669 Reported by Damien Elmes <damien@repose.cx>.
11670
11671 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11672
11673 * gnus.el (gnus-mime): Remove unused custom group.
11674
11675 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11676
11677 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11678 "blank line" when searching for end of armor headers.
11679
11680 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11681
11682 * gmm-utils.el (gmm-write-region): Fix variable name.
11683
11684 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11685
11686 * gmm-utils.el (gmm-write-region): New function based on compatibility
11687 code from `mm-make-temp-file'.
11688
11689 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11690
11691 * nnmaildir.el (nnmaildir--update-nov)
11692 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11693 Use `gmm-write-region'.
11694
11695 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11696
11697 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11698 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11699
11700 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11701
11702 * message.el (message-replacement-char): New variable.
11703 (message-fix-before-sending): Use it.
11704 (message-simplify-subject): New function to remove duplicate code.
11705 (message-reply, message-followup): Use it.
11706
11707 * gnus-sum.el (gnus-summary-make-menu-bar):
11708 Clarify gnus-summary-limit-to-articles.
11709
11710 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11711
11712 * gnus-util.el (gnus-with-local-quit): New macro.
11713
11714 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11715
11716 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11717
11718 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11719 ignore non-string data.
11720
11721 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11722
11723 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11724 non-string data (needs to be done in the registry too).
11725
11726 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11727
11728 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11729 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11730 (gnus-registry-split-fancy-with-parent)
11731 (gnus-registry-fetch-simplified-message-subject-fast)
11732 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11733 Remove text properties on ingress into the registry and when it's saved.
11734 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11735 registry from entries with no groups.
11736
11737 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11738
11739 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11740 function to remove string properties.
11741
11742 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11743
11744 * gmm-utils.el (gmm): Adjust custom version.
11745
11746 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11747 Adjust custom version.
11748
11749 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11750
11751 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11752
11753 * gnus-art.el (gnus-insert-prev-page-button)
11754 (gnus-insert-next-page-button): Simplify. Reformat.
11755
11756 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11757
11758 * gnus-art.el (gnus-insert-prev-page-button)
11759 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11760
11761 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11764
11765 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11766
11767 * gnus-art.el (gnus-insert-mime-button)
11768 (gnus-insert-mime-security-button):
11769 Apply gnus-article-button-face to MIME and security buttons.
11770
11771 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11772
11773 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11774 readable.
11775
11776 2006-09-20 Steve Youngs <steve@sxemacs.org>
11777
11778 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11779 `browse-url-of-file' instead of `browse-url'.
11780
11781 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11782
11783 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11784 regexp. Articles containing quotation were cut prematurely.
11785
11786 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11787
11788 * message.el (message-cite-original-1): Use nobody by default for the
11789 value of From header.
11790 (message-reply): Ditto.
11791
11792 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11793
11794 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11795 to the gnus-info. This fixes a bug of inline-PGP message verification.
11796 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11797
11798 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11799
11800 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11801 mails in the doc string. Add some URLs in comment.
11802 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11803
11804 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11805
11806 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11807 backslashes handling and the way to find boundaries of quoted strings.
11808
11809 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11810
11811 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11812 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11813 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11814 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11815
11816 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11817
11818 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11819 doc string.
11820 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11821
11822 2006-09-06 Simon Josefsson <jas@extundo.com>
11823
11824 * mml2015.el (mml2015-use): Doc fix, mention epg.
11825
11826 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11827
11828 * mml2015.el (mml2015-use): Default to epg, if available.
11829
11830 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11831
11832 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11833 message-sender.
11834 (mml1991-epg-encrypt): Ditto.
11835 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11836 message-sender.
11837 (mml2015-epg-encrypt): Ditto.
11838
11839 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11840
11841 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11842 several common directories.
11843
11844 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11845
11846 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11847 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11848
11849 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11850
11851 * gnus-art.el (article-decode-encoded-words): Make it fast.
11852
11853 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11854
11855 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11856
11857 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11858 in quoted string into `\'.
11859
11860 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11861
11862 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11863 Use standard-syntax-table.
11864
11865 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11866
11867 * gnus-art.el (gnus-decode-address-function): New variable.
11868 (article-decode-encoded-words): Use it to decode headers which are
11869 assumed to contain addresses.
11870 (gnus-mime-delete-part): Remove useless `or'.
11871
11872 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11873 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11874 (gnus-nov-parse-line): Use it to decode From header.
11875 (gnus-get-newsgroup-headers): Ditto.
11876 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11877
11878 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11879 (mail-decode-encoded-address-string): New alias.
11880
11881 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11882 New function.
11883 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11884 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11885 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11886 (rfc2047-decode-string): Ditto.
11887 (rfc2047-decode-address-region): New function.
11888 (rfc2047-decode-address-string): New function.
11889
11890 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11891
11892 * message.el (message-caesar-buffer-body): Allow rotating headers.
11893
11894 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11895
11896 * message.el (message-insert-formated-citation-line): Fix %f.
11897 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11898
11899 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11900
11901 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11902 (gnus-bookmark-mouse-available-p): New macro.
11903 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11904 (gnus-bookmark-bmenu-show-infos): Use it.
11905 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11906 (gnus-bookmark-bmenu-hide-infos): Ditto.
11907 (gnus-bookmark-remove-properties): New function.
11908 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11909 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11910 (gnus-bookmark-write-file): Bind coding-system-for-write.
11911 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11912 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11913 group before selecting it.
11914 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11915 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11916 quit-window if it is not available; use gnus-mouse-2 and bind it to
11917 gnus-bookmark-bmenu-select-by-mouse.
11918 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11919 (gnus-bookmark-bmenu-select-by-mouse): New function.
11920
11921 2006-08-13 Romain Francoise <romain@orebokech.com>
11922
11923 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11924 space.
11925
11926 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11927
11928 * compface.el (uncompface): Use binary rather than raw-text-unix.
11929
11930 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11931
11932 * compface.el (uncompface): Make sure the eol conversion doesn't take
11933 place when communicating with the external programs.
11934 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11935
11936 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11937
11938 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11939
11940 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11941
11942 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11943 Make it more robust by parsing author and date independently.
11944
11945 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11946
11947 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11948
11949 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11950
11951 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11952 first matching secret key.
11953 (mml2015-epg-encrypt): Ditto.
11954
11955 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11956 first matching secret key.
11957 (mml1991-epg-encrypt): Ditto.
11958
11959 * mml2015.el (mml2015-encrypt-to-self): New user option.
11960 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11961 mml2015-epg-encrypt-to-self is set.
11962
11963 * mml1991.el (mml1991-encrypt-to-self): New variable.
11964 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11965 mml1991-epg-encrypt-to-self is set.
11966
11967 * mml2015.el (mml2015-signers): New user option.
11968 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11969 (mml2015-epg-encrypt): Allow to select signing keys.
11970
11971 * mml1991.el (mml1991-signers): New variable.
11972 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11973 (mml1991-epg-encrypt): Allow to select signing keys.
11974
11975 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11976
11977 * nnheader.el (nnheader-insert-head): Make it work even if the file
11978 uses CRLF for the line-break code.
11979
11980 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11981
11982 * mml2015.el: Require mml-sec instead of password.
11983 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11984 (mml2015-cache-passphrase): Inherit the default value from
11985 mml-secure-cache-passphrase.
11986 (mml2015-passphrase-cache-expiry): Inherit the default value from
11987 mml-secure-passphrase-cache-expiry.
11988
11989 * mml1991.el: Require mml-sec instead of password.
11990 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11991 (mml1991-cache-passphrase): Inherit the default value from
11992 mml-secure-cache-passphrase.
11993 (mml1991-passphrase-cache-expiry): Inherit the default value from
11994 mml-secure-passphrase-cache-expiry.
11995
11996 * mml-sec.el: Require password.
11997 (mml-secure-verbose): New user option.
11998 (mml-secure-cache-passphrase): New user option.
11999 (mml-secure-passphrase-cache-expiry): New user option.
12000
12001 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12002
12003 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12004 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12005 andreas@altroot.de (Andreas Vögele).
12006
12007 FIXME: Use `tiny change'?
12008
12009 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12010
12011 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12012 workaround for the url package included with Emacs.
12013
12014 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12015
12016 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12017
12018 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12019 correctly. This fixes a bug caused by the 2006-05-12 change.
12020
12021 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12022
12023 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12024 some information about the error when saying that the `bogus' mail
12025 group will be used.
12026
12027 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12028
12029 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12030 string.
12031
12032 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12033
12034 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12035
12036 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12037
12038 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12039
12040 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12041
12042 * mml1991.el (mml1991-function-alist): Add epg.
12043 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12044 (mml1991-epg-encrypt): New functions.
12045
12046 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12047
12048 * mml2015.el (mml2015-verbose): New variable.
12049 (mml2015-cache-passphrase): Ditto.
12050 (mml2015-passphrase-cache-expiry): Ditto.
12051 (mml2015-function-alist): Add epg.
12052 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12053 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12054 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12055 New functions.
12056
12057 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12058
12059 * message.el (message-cite-original-1): Preserve region when removing
12060 quoted text due to X-No-Archive in order to avoid bogus attribution
12061 when citing multiple messages.
12062
12063 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12064
12065 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12066 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12067
12068 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12069
12070 * gnus-diary.el (gnus-user-format-function-d)
12071 (gnus-user-format-function-D): Autoload.
12072
12073 * imap.el (Commentary): Fix typo.
12074
12075 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12076 2006-04-22 contribution.
12077
12078 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12079
12080 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12081 It didn't really fix the bogosity I'm seeing with solid web groups.
12082
12083 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12084
12085 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12086 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12087 created using server names. If we use the feature without declaring
12088 it, Gnus does not properly manage server and group state.
12089
12090 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12091 bound.
12092
12093 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12094
12095 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12096 looking up the method using GROUP's prefix before inventing a new one.
12097 It is used on killed/unknown groups in various places where returning
12098 an all-new method isn't expected by the caller.
12099
12100 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12101 and match semantics of gnus-group-real-prefix.
12102
12103 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12104
12105 * nnmail.el (nnmail-broken-references-mailers): New variable.
12106 (nnmail-ignore-broken-references): New function generalizing
12107 nnmail-fix-eudora-headers.
12108 (nnmail-fix-eudora-headers): Now obsolete.
12109
12110 * gnus-art.el (gnus-button-handle-custom):
12111 Support `customize-apropos*'.
12112
12113 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12114
12115 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12116
12117 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12118 articles.
12119
12120 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12121
12122 * message.el (message-cite-reply-above): New variable.
12123 (message-yank-original): Use it.
12124
12125 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12126
12127 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12128
12129 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12130
12131 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12132 as read.
12133
12134 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12135
12136 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12137
12138 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12139 (gnus-bookmark-default-file): Use gnus-directory.
12140 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12141 Remove "*" in doc string.
12142 (gnus-bookmark-write-file): Simplify.
12143 (gnus-bookmark-maybe-sort-alist): Use `when'.
12144 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12145 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12146 Add FIXME about Emacs 21 and XEmacs compatibility.
12147 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12148 compatibility.
12149 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12150 compatibility.
12151 (gnus-bookmark-menu-heading): Fix version.
12152
12153 2006-06-19 Bastien Guerry <bzg@altern.org>
12154
12155 * gnus-bookmark.el: New file.
12156
12157 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12158
12159 * message.el (message-syntax-checks): Doc fix.
12160
12161 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12162
12163 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12164 unsubscribed groups as if they were killed ones. It causes duplicate
12165 entries in gnus-newsrc-alist.
12166
12167 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12168
12169 * message.el (message-syntax-checks): Doc fix.
12170 (message-send-mail): Add check for continuation headers.
12171 (message-check-news-header-syntax): Fix regexp used to check for
12172 continuation headers.
12173
12174 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12175
12176 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12177
12178 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12179
12180 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12181
12182 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12183
12184 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12185 default-truncate-lines.
12186
12187 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12188
12189 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12190 to fill the utf-8 entry.
12191
12192 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12193
12194 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12195
12196 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12197
12198 * gnus-agent.el (directory-files-and-attributes): Move all the way
12199 forward (the third and final move).
12200 (gnus-agent-read-agentview): Trap reconstruction errors due to
12201 nonexistent directory. Handle by returning nil.
12202
12203 2006-05-30 Didier Verna <didier@xemacs.org>
12204
12205 * message.el (message-dont-reply-to-names): Update the custom type.
12206 * message.el (message-dont-reply-to-names): New defsubst: potentially
12207 convert a list of regexps into a single one.
12208 * message.el (message-get-reply-headers): Use it.
12209 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12210
12211 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12212
12213 * gnus-agent.el (directory-files-and-attributes): Move forward.
12214
12215 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12216
12217 * gnus-ml.el (gnus-mailing-list-subscribe)
12218 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12219 (gnus-mailing-list-message): Fix doc strings.
12220
12221 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12222
12223 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12224 of doing it manually.
12225
12226 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12227
12228 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12229 comment.
12230
12231 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12232
12233 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12234 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12235 (gnus-agent-read-local): All symbols allocated in my-obarray.
12236 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12237 (gnus-agent-regenerate-group): Check numeric names to see if they are
12238 messages or groups.
12239 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12240 better way of do this...)
12241
12242 * gnus-cache.el (gnus-agent-total-fetched-for):
12243 Ignore 'dummy.group' (there should be a better way of do this...)
12244
12245 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12246
12247 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12248 (gnus-saved-headers): Ditto.
12249 (gnus-default-article-saver): Mention functions may have properties.
12250 (gnus-article-save): Override gnus-save-all-headers and
12251 gnus-saved-headers by :headers property which saver function may have.
12252 (gnus-summary-save-in-file): Add :headers property.
12253 (gnus-summary-write-to-file): Ditto.
12254
12255 * gnus-sum.el (gnus-summary-save-article): Bind
12256 gnus-prompt-before-saving to t when saving many articles in a file;
12257 always show all headers.
12258
12259 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12260
12261 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12262 marks.
12263
12264 * message.el (message-indent-citation): Add optional arguments to allow
12265 using it outside of message buffers.
12266
12267 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12268 (gnus-article-treat-unfold-headers): Use it.
12269 (gnus-article-truncate-lines): New variable.
12270 (gnus-article-mode): Use it.
12271 (gnus-article-toggle-truncate-lines): New function.
12272
12273 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12274 Add gnus-article-toggle-truncate-lines.
12275
12276 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12277 coding system in XEmacs, use binary.
12278
12279 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12280
12281 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12282 after-load-alist.
12283
12284 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12285 this function should save decoded articles.
12286 (gnus-summary-write-to-file): Use property to specify this function
12287 should save decoded articles and specify gnus-summary-save-in-file
12288 should be used to save articles other than the first one when saving
12289 many articles.
12290 (gnus-summary-save-body-in-file): Use property to specify this
12291 function should save decoded articles.
12292 (gnus-summary-write-body-to-file): Use property to specify this
12293 function should save decoded articles and specify
12294 gnus-summary-save-body-in-file should be used to save articles other
12295 than the first one when saving many articles.
12296
12297 * gnus-sum.el (gnus-summary-save-article): Simplify.
12298
12299 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12300
12301 * gnus-art.el (gnus-default-article-saver):
12302 Add gnus-summary-write-body-to-file.
12303 (gnus-article-save-coding-system): Don't use coding system object
12304 in XEmacs.
12305 (gnus-read-save-file-name): Add optional `dir-var' argument which
12306 specifies directory in which files are saved; work even if optional
12307 `variable' argument is not specified.
12308 (gnus-summary-write-to-file): Read file name.
12309 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12310 (gnus-summary-write-body-to-file): New function.
12311
12312 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12313 (gnus-summary-local-variables): Add it.
12314 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12315 (gnus-summary-save-article): Remove optional `decode' argument;
12316 determine whether to decode articles by the value of
12317 gnus-default-article-saver; when saving many files using
12318 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12319 it first and use gnus-summary-save-in-file or
12320 gnus-summary-save-body-in-file thereafter unless
12321 gnus-prompt-before-saving is always; move point to article which
12322 will be saved.
12323 (gnus-summary-save-article-file): Revert.
12324 (gnus-summary-write-article-file): Revert.
12325 (gnus-summary-save-article-body-file): Revert.
12326 (gnus-summary-write-article-body-file): New function.
12327
12328 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12329
12330 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12331
12332 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12333
12334 * gnus-art.el (gnus-default-article-saver): Doc fix.
12335 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12336 from gnus-summary-save-article-coding-system, and default to a
12337 certain coding system.
12338 (gnus-output-to-file): Add coding cookie and encode text according
12339 to gnus-article-save-coding-system; don't use mm-append-to-file.
12340
12341 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12342 gnus-art.el and rename to gnus-article-save-coding-system.
12343 (gnus-summary-save-article): Require gnus-art; don't show all
12344 headers if it decodes articles; don't add coding cookie here;
12345 don't bind mm-text-coding-system-for-write.
12346 (gnus-summary-save-article-file): Save decoded articles.
12347 (gnus-summary-write-article-file): When saving many files, use
12348 gnus-summary-write-to-file first and gnus-summary-save-in-file
12349 thereafter unless gnus-prompt-before-saving is always.
12350 (gnus-summary-save-article-body-file): Save decoded articles.
12351
12352 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12353
12354 * nnrss.el (nnrss-check-group): Bind hash-index.
12355
12356 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12357
12358 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12359 its hash index. Store this hash in `nnrss-group-data'.
12360 (nnrss-read-group-data): Update accordingly.
12361
12362 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12363
12364 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12365 entry.
12366
12367 * gnus-sum.el (gnus-summary-make-menu-bar):
12368 Add gnus-article-browse-html-article.
12369
12370 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12371
12372 * gnus-sum.el (gnus-summary-mime-map):
12373 Add gnus-article-browse-html-article.
12374
12375 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12376
12377 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12378 suitable coding systems in customize.
12379
12380 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12381
12382 * mail-source.el (mail-sources): Fix custom type.
12383
12384 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12385
12386 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12387 (gnus-summary-expire-articles-now): Shorten prompt.
12388
12389 * gmm-utils.el (wid-edit): Require.
12390 (defun-gmm): Rename from `gmm-defun-compat'.
12391 (gmm-image-search-load-path): Use it.
12392 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12393
12394 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12395
12396 * gnus-sum.el (gnus-summary-save-article-coding-system):
12397 New variable.
12398 (gnus-summary-save-article): Add optional `decode' argument.
12399 If it is set and gnus-summary-save-article-coding-system is non-nil,
12400 save decoded article.
12401 (gnus-summary-write-article-file): Save decoded article if
12402 gnus-summary-save-article-coding-system is non-nil.
12403
12404 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12405 type.
12406
12407 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12408
12409 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12410
12411 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12412
12413 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12414 first to test gnus-single-article-buffer which may be buffer-local.
12415
12416 * gnus-sum.el (gnus-summary-setup-buffer):
12417 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12418 group; make gnus-article-buffer, gnus-article-current, and
12419 gnus-original-article-buffer always buffer-local.
12420 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12421 group.
12422 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12423
12424 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12425
12426 * nnml.el (nnml-request-compact-group): Compressed files might not
12427 have .gz extension.
12428
12429 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12432 (mm-copy-to-buffer): Use with-current-buffer.
12433 (mm-display-part): Simplify.
12434 (mm-inlinable-p): Add optional arg `type'.
12435
12436 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12439 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12440 Try harder to show the attachment internally or externally using
12441 gnus-mime-view-part-as-type.
12442
12443 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12444
12445 * message.el (message-from-style, message-signature-separator)
12446 (message-user-organization-file, message-send-mail-function)
12447 (message-citation-line-function, message-yank-prefix)
12448 (message-indent-citation-function, message-signature)
12449 (message-signature-file, message-signature-insert-empty-line):
12450 Remove autoloads.
12451
12452 * gnus-art.el (gnus-buttonized-mime-types):
12453 Remove "multipart/signed". Revert 2006-04-26 change.
12454
12455 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12456
12457 * gnus.el (gnus-version-number): Bump version.
12458
12459 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12460
12461 * gnus.el: No Gnus v0.5 is released.
12462
12463 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12464
12465 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12466 fetching articles by message-id.
12467
12468 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12469
12470 * message.el (hashcash): Require hashcash as normal.
12471
12472 * ecomplete.el (ecomplete-highlight-match-line):
12473 Use point-at-eol.
12474 (ecomplete-highlight-match-line): Use `highlight', because that
12475 face exists in both Emacs and XEmacs.
12476
12477 * message.el (message-display-abbrev): Use point-at-bol.
12478
12479 * mail-source.el: Don't require timer/timer-funcs.
12480
12481 * gnus-async.el: Ditto.
12482
12483 * password.el: Ditto.
12484
12485 * mm-url.el: Ditto.
12486
12487 * mm-util.el: Require timer/timer-funcs.
12488
12489 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12490
12491 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12492 Close.
12493
12494 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12495
12496 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12497 unibyte after clear-decrypt function runs.
12498
12499 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12500 returns as a unibyte string.
12501
12502 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12503
12504 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12505 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12506 (mml1991-pgg-encrypt): Ditto.
12507
12508 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12509
12510 * message.el (message-user-organization-file): Check several
12511 locations of the organization file.
12512
12513 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12514 Add gnus-article-view-part-as-type.
12515
12516 * gnus-art.el (gnus-article-view-part-as-type): New function.
12517
12518 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12519 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12520
12521 * mml.el: Simplify autoload.
12522 (mml-mode): defvar dnd-protocol-alist instead of using
12523 symbol-value.
12524 (mml-default-directory): New variable.
12525 (mml-minibuffer-read-file): Use it.
12526 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12527
12528 * message.el (message-citation-line-format): New variable.
12529 (message-insert-formated-citation-line): New function.
12530 (message-citation-line-function):
12531 Add `message-insert-formated-citation-line' to custom type.
12532
12533 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12534 to doc string.
12535
12536 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12537 depending on mm-verify-option.
12538
12539 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12540
12541 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12542 binding pgg-* variables; reimplement the section which prevents
12543 MIME header from being signed.
12544 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12545 pgg-text-mode; remove a blank line at the top of body.
12546
12547 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12548 lines at the top of body; use gnus-newsgroup-charset if there's no
12549 Charset header.
12550
12551 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12552
12553 * message.el (message-self-insert-commands): Doc fix.
12554
12555 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12556 (mm-uu-pgp-encrypted-test): Ditto.
12557 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12558 between header and body; return application/pgp-encrypted handle
12559 if decryption failed; decode decrypted body by charset.
12560
12561 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12562 element match to application/pgp-*.
12563
12564 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12565
12566 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12567 HTML.
12568
12569 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12570
12571 * mail-source.el (mail-source-call-script): Message the error
12572 string.
12573
12574 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12575
12576 * gnus-util.el (gnus-byte-compile): Use it.
12577
12578 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12579
12580 * gnus-util.el (kill-empty-logs): New function.
12581
12582 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12583
12584 * message.el (message-mail-alias-type): Doc fix.
12585 (message-mail-alias-type-p): New function.
12586 (message-send): Use it.
12587 (message-mode): Ditto.
12588 (message-strip-forbidden-properties): Ditto.
12589
12590 * ecomplete.el (ecomplete-database-file-coding-system):
12591 New variable.
12592 (ecomplete-save): Use it.
12593 (ecomplete-setup): Use it.
12594
12595 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12596
12597 * message.el (message-self-insert-commands): New variable.
12598 (message-strip-forbidden-properties): Use it.
12599
12600 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12601
12602 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12603 that doesn't make XEmacs choke.
12604
12605 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12606
12607 * gnus-util.el (gnus-replace-in-string):
12608 Prefer replace-regexp-in-string over of replace-in-string.
12609
12610 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12611
12612 * gnus-util.el (gnus-select-frame-set-input-focus):
12613 Use select-frame-set-input-focus if it is available in XEmacs; use
12614 definition defined in Emacs 22 for old Emacsen.
12615
12616 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12617
12618 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12619
12620 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12621
12622 * gnus-registry.el (gnus-registry-cache-save): Remove text
12623 properties when saving via the temp buffer.
12624
12625 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12626
12627 * message.el (message-generate-hashcash): Honor custom type.
12628
12629 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12630
12631 * message.el (message-generate-hashcash): Default to non-nil when
12632 hashcash is found.
12633
12634 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12635 (gnus-refer-thread-limit): Increase default to 500.
12636
12637 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12638
12639 * flow-fill.el (fill-flowed): Allow delete-space.
12640
12641 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12642
12643 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12644 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12645 Remove autoloads.
12646
12647 2006-04-18 Simon Josefsson <jas@extundo.com>
12648
12649 * message.el (message-generate-hashcash): Default to.
12650
12651 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12652
12653 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12654 concatenating segments rather than before concatenating them.
12655
12656 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12657
12658 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12659
12660 * imap.el (imap-quote-specials): New function.
12661 (imap-login-auth): Quote specials.
12662
12663 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12664
12665 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12666
12667 * message.el (message-forward-make-body-plain):
12668 Allow message-forward-ignored-headers to be a list.
12669 (message-remove-ignored-headers): Factor out into function.
12670 (message-forward-make-body-mml): Use it.
12671 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12672 (rfc2231-parse-string): Allow concatanation of parameters that
12673 aren't contiguous. The test case is
12674 (mail-header-parse-content-type "message/external-body;
12675 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12676 access-type=LOCAL-FILE;
12677 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12678
12679 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12680
12681 * nntp.el (nntp-accept-process-output): Return the value of
12682 `nnheader-accept-process-output'.
12683
12684 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12685
12686 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12687 (gnus-button-alist): Recognize more diff formats.
12688 (gnus-button-patch): Strip directory.
12689
12690 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12691
12692 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12693 Emacs 22 when setting focus.
12694
12695 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12696
12697 * gnus-art.el (gnus-article-treat-types): Do treatment of
12698 text/x-verbatim parts.
12699 (gnus-button-patch): New command.
12700
12701 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12702 addresses that contain invalid characters.
12703
12704 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12705
12706 * message.el (message-put-addresses-in-ecomplete):
12707 Use gnus-replace-in-string.
12708 (message-is-yours-p): Use the more correct
12709 mail-header-parse-address instead of
12710 mail-extract-address-components.
12711 (message-put-addresses-in-ecomplete): Fix typo.
12712
12713 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12714 keystroke.
12715
12716 * gnus-art.el (gnus-treatment-function-alist): Change order of
12717 newsgroups/generic header folding to avoid double-folding.
12718
12719 * message.el (message-hidden-headers): Add X-Draft-From.
12720
12721 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12722 New command.
12723 (gnus-summary-repeat-search-article-backward): New command.
12724
12725 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12726 groups in the parent topic.
12727
12728 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12729
12730 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12731 (spam-extra-header-to-number): Return the CRM114 number as a
12732 number instead of a string.
12733
12734 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12735
12736 * gnus-art.el (gnus-face-properties-alist): Move here from
12737 gnus-fun.
12738
12739 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12740
12741 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12742
12743 * message.el (message-strip-forbidden-properties): Only display on
12744 self-insert-command.
12745
12746 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12747 reindent.
12748 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12749
12750 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12751
12752 * smiley.el (smiley-style): Fix typo.
12753
12754 2006-03-23 Kenichi Handa <handa@m17n.org>
12755
12756 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12757 instead of set-buffer-multibyte.
12758
12759 2006-03-23 Kenichi Handa <handa@m17n.org>
12760
12761 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12762 buffer and then decode the buffer text if necessary.
12763 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12764 first, and after mm-encode-body, change the buffer to unibyte.
12765
12766 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12767
12768 * hashcash.el (hashcash-insert-payment-async-2):
12769 Use message-goto-eoh instead of doing it manually.
12770 (mail-add-payment): Use message-narrow-to-header instead of trying
12771 to do the same itself.
12772
12773 * message.el (message-hidden-headers): Add Face.
12774
12775 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12776 reparenting code.
12777 (gnus-summary-reparent-children): Refactored out code.
12778 (gnus-summary-thread-map): New keystroke.
12779 (gnus-summary-reparent-children): Make into command.
12780
12781 * smiley.el (smiley-style): Default to `medium' if using a large
12782 font.
12783
12784 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12785 does it itself.
12786
12787 * message.el (message-point-in-header-p): Simplify definition.
12788
12789 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12790
12791 * nnagent.el (nnagent-request-set-mark): Silence log file
12792 writing.
12793 (nnagent-request-set-mark): Use write-region instead of
12794 append-to-file.
12795
12796 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12797 strange select method.
12798
12799 * ecomplete.el (ecomplete-display-matches): Get highlightling
12800 right.
12801 (ecomplete-display-matches): Use literals.
12802 (ecomplete-display-matches): Disable message logging.
12803
12804 * message.el (message-display-abbrev): Small optimization.
12805
12806 * ecomplete.el (ecomplete-display-matches): Allow automatic
12807 display.
12808
12809 * message.el (message-strip-forbidden-properties):
12810 Display abbrevs.
12811 (message-display-abbrev): Get automatic display right.
12812
12813 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12814 keystrokes.
12815
12816 2006-04-13 Romain Francoise <romain@orebokech.com>
12817
12818 TODO: Backport to v5-10!
12819
12820 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12821 Move here (and rename) from gnus-registry.el.
12822
12823 * gnus-registry.el: Require gnus-util.
12824 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12825
12826 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12827
12828 * gnus-group.el (gnus-group-catchup-current):
12829 Change if-then-else-if-then-else into cond.
12830 (gnus-group-catchup): Indent.
12831 (group-name-at-point): New function.
12832 (gnus-fetch-group): Provide default from thing at point.
12833
12834 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12835
12836 * message.el (message-display-abbrev): Fix regexp.
12837
12838 * ecomplete.el (ecomplete-highlight-match-line):
12839 Reimplement choosing.
12840 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12841 dead variables.
12842
12843 * message.el (message-newline-and-indent): Remove debugging.
12844 (message-display-abbrev): Use new implementation.
12845
12846 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12847
12848 * gnus-art.el (gnus-article-mode):
12849 Set cursor-in-non-selected-windows to nil.
12850
12851 * smiley.el: Revert previous change.
12852 (smiley-data-directory): defvar it before using it in the
12853 defcustom of `smiley-style'.
12854
12855 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12856
12857 * message.el (message-newline-and-indent): New function.
12858
12859 * ecomplete.el: Implement more bits.
12860
12861 * message.el (message-put-addresses-in-ecomplete): Clean up the
12862 string.
12863
12864 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12865
12866 * gnus-sum.el (gnus-summary-save-parts):
12867 Bind gnus-summary-save-parts-counter and use it to make unique file
12868 names.
12869
12870 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12871
12872 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12873 parameter to say whether to actually parse the individual
12874 addresses.
12875
12876 * message.el (message-put-addresses-in-ecomplete): New function.
12877 (ecomplete): Require.
12878 (message-mail-alias-type): Add ecomplete as an option.
12879
12880 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12881
12882 * flow-fill.el (fill-flowed): Remove trailing space from blank
12883 quoted lines.
12884
12885 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12886
12887 * smiley.el (smiley-style): Move definition later to avoid a
12888 compilation warning.
12889
12890 2006-04-12 Kenichi Handa <handa@m17n.org>
12891
12892 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12893 buffer and then decode the buffer text if necessary.
12894 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12895 first, and after mm-encode-body, change the buffer to unibyte.
12896 Use mm-disable-multibyte instead of set-buffer-multibyte.
12897
12898 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12899
12900 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12901 Content-Type header instead of Content-Disposition header.
12902 (gnus-mime-inline-part): Ditto.
12903 (gnus-mime-view-part-as-charset): Ignore charset that the part
12904 specifies.
12905
12906 * mm-decode.el (mm-display-part): Work with external parts and
12907 usual parts similarly.
12908
12909 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12910 instead of gnus-display-mime.
12911
12912 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12913 instead of with-temp-buffer.
12914
12915 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12916 tag to summarized topics part in order to encode non-ASCII text.
12917
12918 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12919
12920 * smiley.el (smiley-style): New variable.
12921 (smiley-directory): New function.
12922 (smiley-data-directory): Derive from `smiley-style' using
12923 `smiley-directory'.
12924 (smiley-regexp-alist): Add new entries.
12925
12926 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12927 (gnus-article-browse-delete-temp): Add :version.
12928
12929 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12930
12931 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12932 the sieve region.
12933
12934 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12935
12936 * gnus.el (gnus-version-number): Bump version.
12937
12938 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12939
12940 * gnus.el: No Gnus v0.4 is released.
12941
12942 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12943
12944 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12945 layout.
12946
12947 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12948 unknown charset.
12949
12950 * message.el (message-header-synonyms): Add Original-To to the
12951 default.
12952
12953 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12954 optional parameter.
12955
12956 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12957
12958 * gnus-fun.el (gnus): Require it for gnus-directory.
12959
12960 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12961
12962 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12963
12964 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12965
12966 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12967
12968 2006-04-05 Simon Josefsson <jas@extundo.com>
12969
12970 * password.el (password-reset): New function.
12971
12972 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12973
12974 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12975 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12976
12977 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12978
12979 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12980 Some whitespace was matched into the url, which broke browsing hits
12981 > 100 when mm-url-use-external was nil.
12982
12983 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12984
12985 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12986 Check gnus-extra-headers for 'Newsgroups.
12987
12988 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12989 bound.
12990
12991 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12992
12993 * pgg-gpg.el: Clean up process buffers every time gpg processes
12994 complete.
12995
12996 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12997
12998 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12999 doc string.
13000
13001 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13002
13003 * pgg-gpg.el (pgg-gpg-process-filter)
13004 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13005
13006 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13007 lines, temporary fix.
13008
13009 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13010
13011 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13012
13013 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13014
13015 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13016 default-enable-multibyte-characters. This reverts the change from
13017 revision 6.17 which is no longer necessary because the passphrase
13018 is sent separately now. GnuPG messages are unreadable under
13019 multibyte locales with default-enable-multibyte-characters set to
13020 nil.
13021
13022 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13023
13024 * message.el (message-tool-bar-gnome): Move "spell".
13025
13026 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13027
13028 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13029 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13030 instead.
13031
13032 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13033
13034 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13035 Improve newsgroups handling for NNTP overviews which don't include
13036 Newsgroups.
13037
13038 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13039
13040 * message.el (message-resend): Bind message-generate-hashcash to nil.
13041
13042 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13043
13044 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13045 when searching for already-paid recipients.
13046
13047 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13048
13049 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13050 passphrases when it is not needed.
13051 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13052 passphrase stuff from gpg, should only be necessary when you use
13053 gpg with a smartcard.
13054
13055 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13056
13057 * mml.el (mml-insert-mime): Ignore cached contents of
13058 message/external-body part.
13059
13060 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13061 (mm-insert-part): Ditto.
13062
13063 2006-03-23 Simon Josefsson <jas@extundo.com>
13064
13065 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13066 Reiner.
13067 (pgg-gpg-use-agent-p): Use it again.
13068
13069 2006-03-23 Simon Josefsson <jas@extundo.com>
13070
13071 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13072 older emacsen.
13073 (pgg-gpg-use-agent-p): Don't use it.
13074
13075 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13076
13077 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13078 if we can.
13079
13080 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13081
13082 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13083 (pgg-gpg-update-agent): New function.
13084 (pgg-gpg-use-agent-p): New function.
13085 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13086 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13087 (pgg-gpg-sign-region): Use it.
13088
13089 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13090
13091 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13092 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13093
13094 2006-03-21 Simon Josefsson <jas@extundo.com>
13095
13096 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13097 <wilde@sha-bang.de>.
13098 (pgg-gpg-use-agent): New variable.
13099 (pgg-gpg-process-region): Use it.
13100 (pgg-gpg-encrypt-region): Likewise.
13101 (pgg-gpg-encrypt-symmetric-region): Likewise.
13102 (pgg-gpg-decrypt-region): Likewise.
13103 (pgg-gpg-sign-region): Likewise.
13104 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13105
13106 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13107
13108 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13109
13110 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13111 Add comment on version.
13112
13113 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13114
13115 * smiley.el: Add missing test smiley.
13116
13117 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13118
13119 * mm-decode.el (mm-with-part): New macro.
13120 (mm-get-part): Use it; work with message/external-body as well.
13121 (mm-save-part): Treat name and filename equally.
13122
13123 * mm-extern.el (mm-extern-cache-contents): New function.
13124 (mm-inline-external-body): Use it; force the part to be displayed;
13125 move undisplayer added to the cached handle to the parent.
13126
13127 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13128 (gnus-mime-view-part-as-type): Work with message/external-body.
13129
13130 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13131
13132 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13133
13134 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13135 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13136 Emacs.]
13137
13138 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13139
13140 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13141 path rather than symbol. Always return list of directories.
13142 Guarantee that image directory comes first. [Sync with image.el,
13143 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13144
13145 * message.el (message-make-tool-bar): Adjust to new API of
13146 `gmm-image-load-path-for-library'.
13147
13148 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13149
13150 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13151
13152 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13153
13154 * gnus-art.el (gnus-article-only-boring-p):
13155 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13156 intangible text.
13157 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13158
13159 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13160
13161 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13162 Use `defun' instead of `gmm-defun-compat'.
13163
13164 2006-03-14 Simon Josefsson <jas@extundo.com>
13165
13166 * message.el (message-unique-id): Don't use message-number-base36
13167 if (user-uid) is a float.
13168 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13169
13170 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13171
13172 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13173
13174 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13175 empty line between a part and a message part.
13176
13177 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13178
13179 * smiley.el: Add more test smileys.
13180 (smiley-data-directory, smiley-regexp-alist)
13181 (gnus-smiley-file-types): Fix doc strings.
13182 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13183 adding new elements.
13184 (smiley-mouse-map): Unused code. Make it a comment.
13185
13186 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13187
13188 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13189 scan latest NoCeM messages instead of old ones.
13190 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13191 delimiters that are recently used.
13192 (gnus-nocem-load-cache): Add autoload cookie.
13193
13194 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13195
13196 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13197 level which is larger than gnus-use-nocem is specified.
13198
13199 * gnus-group.el (gnus-group-get-new-news): Ditto.
13200
13201 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13202
13203 * gnus-util.el (gnus-tool-bar-update): New function.
13204
13205 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13206 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13207
13208 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13209
13210 * gnus-group.el (gnus-group-redraw-when-idle)
13211 (gnus-group-redraw-check): Remove.
13212 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13213
13214 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13215
13216 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13217 if optional last element is specified in splits (FIELD VALUE...).
13218
13219 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13220
13221 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13222 to gmm-image-load-path-for-library. Call with no-error argument.
13223 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13224
13225 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13226
13227 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13228
13229 * gmm-utils.el (gmm-image-load-path): Remove alias.
13230
13231 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13232
13233 * gmm-utils.el (gmm-image-load-path): Add alias.
13234
13235 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13236 nnml-generate-nov-databases-1.
13237 (nnml-generate-nov-databases): Use it.
13238 (nnml-generate-nov-databases-directory): Document no-active
13239 argument.
13240
13241 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13242 directory if path is t. Add no-error.
13243
13244 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13245 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13246
13247 * gnus-art.el (gnus-article-browse-delete-temp-files):
13248 Simplify resetting gnus-article-browse-html-temp-list.
13249
13250 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13251 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13252 Add example to docstring. Rename local variables. Move error
13253 checks to default case in cond and simplify.
13254
13255 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13256
13257 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13258 handle is multipart when calling it recursively.
13259 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13260
13261 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13262
13263 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13264 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13265
13266 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13267
13268 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13269 is loaded.
13270
13271 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13272 loaded.
13273
13274 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13275
13276 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13277 to "Emacs 23 (unicode)" in doc string.
13278
13279 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13280 "Emacs 23 (unicode)" in comment.
13281
13282 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13283
13284 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13285
13286 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13287 characters 160 through 255 in Emacs 23.
13288
13289 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13290
13291 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13292 gnus-article-browse-html-temp.
13293 (gnus-article-browse-delete-temp): Make it customizable.
13294 Add `file'. Adjust doc string.
13295 (gnus-article-browse-delete-temp-files): Add argument.
13296 Allow query for each file. Adjust doc string.
13297 (gnus-article-browse-html-parts):
13298 Add `gnus-article-browse-delete-temp-files' to
13299 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13300
13301 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13302
13303 * gnus-art.el (gnus-article-browse-html-temp)
13304 (gnus-article-browse-delete-temp): New variables.
13305 (gnus-article-browse-delete-temp-files): New function.
13306 (gnus-article-browse-html-parts): Use it.
13307
13308 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13309
13310 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13311
13312 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13313 string.
13314
13315 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13316 gnus-summary-insert-new-articles when unplugged.
13317 Remove gnus-summary-search-article-forward.
13318
13319 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13320 display-visual-class instead of display-color-cells.
13321
13322 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13323
13324 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13325 message/* containing non-ASCII text properly.
13326
13327 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13328
13329 * message.el: Require gmm-utils, remove autoloads.
13330 (message-tool-bar): Set default based on
13331 gmm-tool-bar-style.
13332 (message-tool-bar-gnome): Add gmm-customize-mode.
13333
13334 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13335 gmm-tool-bar-style.
13336 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13337
13338 * gnus-group.el (gnus-group-tool-bar): Set default based on
13339 gmm-tool-bar-style.
13340 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13341
13342 * gmm-utils.el (gmm-image-directory): Rename variable from
13343 gmm-image-load-path.
13344 (gmm-image-load-path): Use gmm-image-directory.
13345 (gmm-customize-mode): New function.
13346 (gmm-tool-bar-style): New variable.
13347
13348 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13349 gnus-group-redraw-line-number.
13350 (gnus-group-redraw-check): Simplify.
13351 (gnus-group-tool-bar-update): Remove redraw check.
13352 (gnus-group-make-tool-bar): Add redraw check.
13353
13354 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13355
13356 * gnus-art.el (gnus-button): Add missing parentheses.
13357
13358 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13359
13360 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13361
13362 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13363
13364 * gnus-art.el (gnus-button): New face.
13365 (gnus-article-button-face): Use it.
13366
13367 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13368 Add gnus-summary-next-page. Re-order.
13369
13370 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13371 next-node are now included.
13372 (gnus-group-redraw-line-number): New internal variable.
13373 (gnus-group-redraw-check): Helper function for updating the tool
13374 bar.
13375 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13376
13377 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13378
13379 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13380 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13381 Use it to match format of Spamassassin 3.0 and later.
13382 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13383 (spam-check-bogofilter)
13384 (spam-bogofilter-register-with-bogofilter): Fix args of
13385 `gnus-error' calls.
13386
13387 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13388
13389 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13390 unnecessary interaction when sending queued mails.
13391 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13392
13393 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13394
13395 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13396 first or last are nil.
13397
13398 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13399
13400 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13401
13402 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13403
13404 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13405
13406 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13407
13408 * dns.el (query-dns): Protect more against buggy tcp output.
13409
13410 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13411
13412 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13413 nov.php.
13414
13415 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13416
13417 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13418 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13419 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13420 output on the server side.
13421 (nnweb-google-create-mapping): Update regexps and add some
13422 progress indication.
13423
13424 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13425
13426 * gnus-group.el (gnus-group-tool-bar-gnome):
13427 Fix gnus-agent-toggle-plugged. Re-order icons.
13428 (gnus-group-tool-bar-gnome):
13429 Add gnus-group-{prev,next}-unread-group.
13430 (gnus-group-tool-bar-gnome): Re-order icons.
13431
13432 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13433 Move gnus-summary-insert-new-articles.
13434
13435 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13436 Fix comments.
13437
13438 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13439 also available in Emacs 21.3.
13440
13441 * message.el (message-fix-before-sending): Change "Emacs 22" to
13442 "Emacs 23 (unicode)" in comment.
13443
13444 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13445 "Emacs 23 (unicode)" in comment.
13446
13447 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13448 comment.
13449 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13450
13451 * mm-view.el (mm-fill-flowed): Add :version.
13452
13453 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13454
13455 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13456 and load-path.
13457
13458 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13459
13460 * message.el: Autoload gmm-image-load-path.
13461 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13462 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13463 consitency.
13464
13465 * gmm-utils.el (gmm-image-load-path): Also search in
13466 "../etc/images". Don't set gmm-image-load-path if we don't find
13467 the image.
13468
13469 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13470
13471 * gmm-utils.el (gmm-image-load-path): Don't make
13472 `gmm-image-load-path' include subdirectories which the second arg
13473 `image' might specify.
13474
13475 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13476 subdirectory to icon file names.
13477
13478 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13479
13480 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13481
13482 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13483 gmm-image-load-path calls.
13484
13485 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13486
13487 * message.el (message-make-tool-bar): Ditto.
13488
13489 * mml.el (mml-preview): Add comment concerning tool bar icons.
13490
13491 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13492 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13493
13494 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13495 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13496
13497 * message.el (message-tool-bar-gnome): Use new icon names.
13498 (message-make-tool-bar): Use `gmm-image-load-path'.
13499
13500 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13501 New functions from MH-E.
13502 (gmm-image-load-path): New variable from MH-E.
13503 (gmm-image-load-path): New function from MH-E. Add arguments
13504 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13505 *-image-load-path-called-flag.
13506
13507 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13508
13509 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13510
13511 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13512
13513 * nnimap.el (nnimap-request-move-article): Change folder back to
13514 source group before deleting.
13515
13516 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13517
13518 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13519
13520 * gnus-art.el (mm-url-insert-file-contents-external):
13521 Autoload mm-url.
13522
13523 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13524
13525 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13526
13527 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13528 coding system which mm-charset-to-coding-system returns for a
13529 given charset is valid.
13530
13531 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13532
13533 * html2text.el (html2text-remove-tag-list):
13534 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13535
13536 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13537
13538 * gnus-cus.el: Revert 2005-10-17 change.
13539
13540 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13541
13542 * gnus-art.el (article-strip-banner):
13543 Call article-really-strip-banner only when the regexp match is made.
13544
13545 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13546
13547 * gnus-art.el (article-strip-banner):
13548 Use gnus-extract-address-components instead of
13549 mail-header-parse-addresses to make it work with non-ASCII text;
13550 remove mail-encode-encoded-word-string.
13551
13552 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13553 values which are surrounded with \"...\"; make it never cause a
13554 Lisp error; give up parsing of parameters if it failed in
13555 extracting type.
13556
13557 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13558
13559 * smime.el (smime-cert-by-ldap-1): Fix bug where
13560 `smime-ldap-search' returns results without userCertificates.
13561
13562 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13563
13564 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13565
13566 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13567
13568 * spam.el (spam-check-spamassassin-headers): Adapt format for
13569 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13570 <ari@mbf.ocn.ne.jp>.
13571 (spam-list-of-processors): Add spam-use-gmane.
13572
13573 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13574
13575 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13576 make-temp-file; make it work with XEmacs as well.
13577
13578 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13579 mm-make-temp-file.
13580
13581 * mm-decode.el (mm-display-external): Use the 3rd arg of
13582 mm-make-temp-file.
13583 (mm-create-image-xemacs): Ditto.
13584
13585 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13586
13587 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13588 with message-narrow-to-headers.
13589 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13590 (gnus-draft-check-draft-articles): New function.
13591 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13592
13593 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13594
13595 * gnus-art.el (gnus-article-browse-html-parts):
13596 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13597 Don't use suffix argument for mm-make-temp-file for Emacs 21
13598 compatibility. Remove useless `format'.
13599
13600 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13601
13602 * nnweb.el (nnweb-google-wash-article): Update regexps.
13603 (nnweb-group-alist): Use defvoo instead of defvar.
13604
13605 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13606
13607 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13608 re-loading nn* modules.
13609
13610 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13611
13612 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13613 for `tool-bar-mode' and don't check it's default-value.
13614
13615 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13616
13617 * message.el (message-make-tool-bar): Ditto.
13618
13619 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13620 `substring'. Shorten tmp-file name.
13621
13622 * gnus.el: Remove bogus comment.
13623
13624 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13625
13626 * gnus-art.el (gnus-article-browse-html-parts): New function.
13627 (gnus-article-browse-html-article): New function for viewing html
13628 articles with a browser.
13629
13630 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13631
13632 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13633 (mml2015-pgg-encrypt): Ditto.
13634
13635 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13636 (mml1991-pgg-encrypt): Ditto.
13637
13638 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13639
13640 * nnfolder.el (nnfolder-insert-newsgroup-line):
13641 Use message-make-date instead of current-time-string.
13642
13643 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13644 to gnus-decoded which mm-uu might set.
13645
13646 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13647
13648 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13649 don't decode quoted parameters; remove misimported Emacs code.
13650 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13651 (rfc2231-decode-encoded-string): Don't use split-string which
13652 behaves differently according to Emacs version; use
13653 mm-decode-coding-region to convert charset to coding-system.
13654 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13655 (rfc2231-encode-string): Remove misimported Emacs code.
13656
13657 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13658
13659 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13660 when calling mail-header-parse-content-type.
13661 (article-de-quoted-unreadable): Ditto.
13662 (article-de-base64-unreadable): Ditto.
13663 (article-wash-html): Ditto.
13664
13665 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13666 calling mail-header-parse-content-type and
13667 mail-header-parse-content-disposition.
13668 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13669 mail-header-parse-content-type.
13670
13671 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13672 insert charset and format parameters; encode description after
13673 inserting it to buffer.
13674 (mml-insert-parameter): Fold lines properly even if a parameter is
13675 segmented into two or more lines; change the max column to 76.
13676
13677 * rfc1843.el (rfc1843-decode-article-body): Don't use
13678 ignore-errors when calling mail-header-parse-content-type.
13679
13680 * rfc2231.el (rfc2231-parse-string): Return at least type if
13681 possible; don't cause an error even if it fails in parsing of
13682 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13683 (rfc2231-encode-string): Don't break lines at the beginning, leave
13684 it to mml-insert-parameter.
13685
13686 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13687 calling mail-header-parse-content-type.
13688
13689 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13690
13691 * spam-report.el (spam-report-gmane-use-article-number):
13692 Improve doc string.
13693 (spam-report-gmane-internal): Check if a suitable header was found
13694 in the article.
13695
13696 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13697
13698 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13699 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13700
13701 2006-02-05 Romain Francoise <romain@orebokech.com>
13702
13703 Update copyright notices of all files in the gnus directory.
13704
13705 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13706
13707 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13708
13709 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13710
13711 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13712 segmented lines of parameter value to cope with Thunderbird 1.5
13713 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13714 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13715 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13716
13717 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13718
13719 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13720 parts.
13721
13722 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13723
13724 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13725 there's only one active file for all servers.
13726 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13727 solid groups. Gnus might have used a FAST request to select the group.
13728 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13729 and nnweb-search redundantly in the active file.
13730 (nnweb-request-list): Don't list bogus groups. There can only be one.
13731 (nnweb-request-create-group): Don't use ARGS.
13732 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13733 initialisations. Let nnoo do the work.
13734
13735 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13736
13737 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13738 Say the part has been decoded.
13739
13740 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13741
13742 2006-01-31 Kevin Ryde <user42@zip.com.au>
13743
13744 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13745 mailcap-viewer-test-cache when there's no 'test clause, since that
13746 will invert the meaning of a "nil" test previously determined by
13747 mailcap-mailcap-entry-passes-test.
13748
13749 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13750
13751 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13752 compiling.
13753
13754 * gnus-sum.el: Ditto.
13755
13756 * message.el: Don't bind tool-bar-map when compiling.
13757
13758 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13759
13760 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13761
13762 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13763
13764 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13765 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13766 current Google Groups.
13767
13768 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13769
13770 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13771 and tool-bar-mode.
13772
13773 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13774 and tool-bar-mode.
13775
13776 * message.el (message-tool-bar-update): Simplify.
13777 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13778
13779 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13780 gnus-summary-buffer.
13781 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13782 gnus-summary-reply.
13783
13784 * gmm-utils.el (gmm): Add :version.
13785
13786 2006-01-26 Steve Youngs <steve@sxemacs.org>
13787
13788 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13789 Don't autoload.
13790
13791 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13792
13793 * gmm-utils.el (gmm-verbose): Add :group.
13794
13795 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13796
13797 * message.el: Change some comments WRT tool-bars.
13798
13799 * gnus-sum.el (gnus-summary-tool-bar)
13800 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13801 (gnus-summary-tool-bar-zap-list): New variables.
13802 (gnus-summary-make-tool-bar): Complete rewrite using
13803 `gmm-tool-bar-from-list'.
13804
13805 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13806 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13807 New variables.
13808 (gnus-group-make-tool-bar): Complete rewrite using
13809 `gmm-tool-bar-from-list'.
13810 (gnus-group-tool-bar-update): New function.
13811
13812 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13813
13814 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13815
13816 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13817 is dissected into a single part of which the type is the same as
13818 the given one; decode charset.
13819
13820 2006-01-21 Kevin Ryde <user42@zip.com.au>
13821
13822 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13823 into alists as symbol not string, since that's what
13824 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13825 look for.
13826
13827 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13828
13829 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13830 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13831
13832 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13833
13834 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13835
13836 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13837 (gnus-mime-security-button-menu): New definition.
13838 (gnus-mime-security-button-map): Use them.
13839 (gnus-mime-security-button-menu): New function.
13840 (gnus-insert-mime-security-button): Addition to help echo.
13841 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13842 (gnus-mime-security-pipe-part): New functions.
13843
13844 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13845 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13846
13847 * mm-decode.el (mm-handle-set-disposition): Remove.
13848 (mm-handle-set-description): Remove.
13849
13850 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13851
13852 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13853 (mm-w3m-standalone-supports-m17n-p): New function.
13854 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13855 w3m usage.
13856
13857 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13858 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13859
13860 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13861
13862 * message.el (message-tool-bar-zap-list):
13863 Use gmm-tool-bar-zap-list as custom type.
13864 (message-tool-bar-update): New function.
13865 (message-tool-bar, message-tool-bar-gnome)
13866 (message-tool-bar-retro): Add message-tool-bar-update.
13867 (message-tool-bar-gnome): Add flyspell-buffer.
13868
13869 * gnus-util.el (gnus-error): Describe `args'.
13870
13871 * gmm-utils.el (gmm-error): Describe `args'.
13872 (gmm-tool-bar-zap-list): New widget.
13873 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13874
13875 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13876
13877 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13878 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13879 the number of recursive calls.
13880
13881 * mm-decode.el (mm-handle-set-disposition): New macro.
13882 (mm-handle-set-description): New macro.
13883
13884 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13885
13886 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13887 encoding.
13888
13889 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13890
13891 * message.el (message-tool-bar-zap-list, message-tool-bar)
13892 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13893 (message-tool-bar-local-item-from-menu): Remove.
13894 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13895 (message-make-tool-bar): New function.
13896 (message-mode): Use `message-make-tool-bar'.
13897
13898 * gmm-utils.el: New file.
13899 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13900 (gmm-lazy): New widget copied from `nnmail.el'.
13901 (gmm-tool-bar-from-list): New function for creating customizable
13902 tool bars.
13903 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13904 output.
13905 (gmm): Add :prefix to defgroup.
13906
13907 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13908
13909 * gmm-utils.el (gmm-widget-p): New function.
13910
13911 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13912
13913 * mml.el (mml-attach-file): Describe `description' in doc string.
13914 (mml-menu): Add Emacs MIME manual and PGG manual.
13915
13916 2006-01-20 Richard M. Stallman <rms@gnu.org>
13917
13918 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13919
13920 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13921
13922 * nntp.el (nntp-end-of-line): Doc fix.
13923
13924 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13925
13926 * imap.el (imap-open): Handle case where buffer is a buffer
13927 object.
13928
13929 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13930
13931 * gnus-delay.el (gnus-delay): Don't autoload.
13932 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13933 to be re-loaded when customizing the `gnus-delay' group.
13934
13935 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13936
13937 * message.el (message-insert-citation-line): Use newlines.
13938
13939 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13940
13941 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13942
13943 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13944
13945 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13946
13947 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13948
13949 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13950
13951 * mm-decode.el (mm-inlined-types): Add application/pgp.
13952 (mm-automatic-display): Ditto.
13953
13954 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13955 part as text.
13956
13957 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13958
13959 * nnrss.el: Update copyright.
13960 (nnrss-opml-import): Query whether to subscribe to each entry.
13961
13962 * gnus-art.el:
13963 * gnus-sum.el:
13964 * mm-uu.el:
13965 * mm-view.el: Update copyright.
13966
13967 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13968
13969 * message.el (message-info): New function.
13970 (message-mode-menu): Add it.
13971 Update copyright.
13972
13973 * ChangeLog: Fix and update copyright.
13974
13975 2006-01-13 Romain Francoise <romain@orebokech.com>
13976
13977 * message.el (message-forward-subject-name-subject): Prefer the
13978 address to 'nowhere' if the sender has no name.
13979 Fix typo. Update copyright year.
13980
13981 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13982
13983 * gnus-art.el (article-wash-html):
13984 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13985 (gnus-article-wash-html-with-w3m-standalone): New function.
13986
13987 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13988 mm-inline-text-html-render-with-w3m-standalone.
13989 (mm-text-html-washer-alist): Map w3m-standalone to
13990 gnus-article-wash-html-with-w3m-standalone.
13991 (mm-inline-text-html-render-with-w3m-standalone): New function.
13992
13993 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13994
13995 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13996 Improve LaTeX.
13997
13998 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13999
14000 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14001 (nnrss-request-article): Render text/plain parts as HTML.
14002
14003 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14004 the buffer.
14005
14006 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14007
14008 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14009 custom definition of `gnus-posting-styles'.
14010
14011 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14012 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14013
14014 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14015
14016 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14017 Use nntp for bug archive.
14018
14019 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14020
14021 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14022 parts.
14023 (nnrss-normalize-date): New function converts ISO 8601 date into
14024 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14025 (nnrss-check-group): Use it.
14026
14027 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14028
14029 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14030
14031 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14032 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14033 (nnrss-insert-w3): Ditto.
14034
14035 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14036
14037 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14038 the articles to be forwarded including the case where neither a
14039 number of articles nor a region is specified.
14040
14041 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14042
14043 * nnrss.el (nnrss-request-article): Fix last change; fill
14044 text/plain parts.
14045
14046 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14047
14048 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14049 in text/plain part.
14050 (nnrss-check-group): Don't add excessive newline to dc:subject.
14051
14052 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14053
14054 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14055 article.
14056
14057 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14058
14059 * nnml.el: Don't require gnus-bcklg. Autoload it.
14060 (nnml-use-compressed-files, nnml-save-mail): Support other
14061 comression programs such as bzip2.
14062
14063 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14064
14065 * dns.el (query-dns): Make sure we check the buffer size before
14066 removing tcp headers.
14067
14068 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14069
14070 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14071 remove MIME buttons associated with multipart/alternative parts.
14072 (gnus-mime-display-alternative): Tag buttons using `article-type'
14073 text property.
14074
14075 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14076 associated with multipart/alternative parts.
14077
14078 * gnus-art.el (gnus-signature-separator): Fix custom type.
14079
14080 * mm-decode.el (mm-inlined-types): Fix custom type.
14081 (mm-keep-viewer-alive-types): Ditto.
14082 (mm-automatic-display): Ditto.
14083 (mm-attachment-override-types): Ditto.
14084 (mm-inline-override-types): Ditto.
14085 (mm-automatic-external-display): Ditto.
14086
14087 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14088
14089 * spam-report.el (spam-report-user-mail-address)
14090 (spam-report-user-agent): New variables.
14091 (spam-report-url-ping-plain): Use spam-report-user-agent.
14092
14093 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14094
14095 * gnus-art.el (gnus-button-handle-custom): Do not just use
14096 `customize-apropos' for any "M-x customize-*" button but the
14097 function called for. Accept both the function name and its
14098 argument in order to achieve this.
14099 (gnus-button-alist): Remove support for "custom:" URL's.
14100 Pass function name to `gnus-button-handle-custom' in case of "M-x
14101 customize-*" buttons.
14102
14103 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14104
14105 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14106 multipart/alternative and add xref to mm-discouraged-alternatives
14107 in doc string.
14108
14109 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14110 gnus-buttonized-mime-types in doc string.
14111
14112 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14113
14114 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14115 Suggest image/.* in the doc string.
14116
14117 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14118
14119 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14120 message-marks (Debian bug #342521).
14121
14122 2005-12-12 Simon Josefsson <jas@extundo.com>
14123
14124 * password.el (password-read-from-cache): Add.
14125 (password-read): Use it.
14126
14127 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14128
14129 * rfc2047.el (rfc2047-charset-to-coding-system):
14130 Recognize us-ascii as a MIME charset.
14131
14132 * mm-bodies.el (mm-decode-content-transfer-encoding):
14133 Protect against the case where the 2nd arg TYPE is nil.
14134
14135 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14136
14137 * pop3.el (pop3-stream-type): Fix custom version.
14138
14139 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14140
14141 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14142
14143 * mm-decode.el (mm-display-external): Add missing cdr.
14144
14145 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14146
14147 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14148 RFC1524) if it is in mailcap or add a suffix according to
14149 mailcap-mime-extensions when generating a temp filename; postpone
14150 deleting a temp file for 2 seconds for some wrappers, shell
14151 scripts, and so on, which might exit right after having started a
14152 viewer command as a background job.
14153
14154 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14155
14156 * nntp.el (nntp-marks-directory): Fix custom group.
14157
14158 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14159 steps when < 10.
14160
14161 * gnus-start.el (gnus-no-server-1):
14162 Mention `gnus-level-default-subscribed' in doc string.
14163
14164 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14165
14166 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14167 parens.
14168
14169 2005-11-26 Dave Love <fx@gnu.org>
14170
14171 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14172 (tls-program, tls-success): Provide openssl alternative.
14173
14174 * starttls.el: Doc fixes.
14175 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14176 SERVICE to PORT.
14177
14178 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14179 port null or service name.
14180 (starttls-negotiate): Autoload.
14181
14182 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14183
14184 * message.el (message-kill-to-signature): Fix interactive spec.
14185
14186 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14187
14188 * pop3.el (pop3-open-server): Recognize a string as a service name.
14189
14190 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14191
14192 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14193
14194 2005-11-23 Dave Love <fx@gnu.org>
14195
14196 Add pop3s, pop3/starttls.
14197
14198 * pop3.el (pop3-authentication-scheme): Clarify doc.
14199 (open-tls-stream, starttls-open-stream): Autoload.
14200 (pop3-stream-type): New.
14201 (pop3-open-server): Use it.
14202
14203 * mail-source.el (mail-sources): Fix some :types. Add stream type
14204 for POP.
14205 (mail-source-keyword-map): Add :stream for POP.
14206 (mail-source-fetch-pop): Use pop3-stream-type.
14207
14208 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14209
14210 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14211 of current-time-string.
14212
14213 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14214
14215 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14216 date header.
14217
14218 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14219
14220 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14221 it can seriously impact performance as it bypasses the agent's
14222 local caches.
14223
14224 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14225
14226 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14227 must be explicitly online rather than "not explicitly offline" for
14228 its flags to be synchronized.
14229
14230 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14231 that gnus-uu-unmark-thread will function correctly.
14232
14233 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14234 1024K is instead displayed as 1M.
14235
14236 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14237
14238 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14239
14240 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14241
14242 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14243
14244 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14245
14246 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14247 error message to display actual error condition.
14248 (gnus-agent-save-local): Avoid saving symbols that are bound to
14249 nil as they simply result in a warning message in
14250 gnus-agent-read-local.
14251
14252 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14253
14254 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14255 rather than make-variable-buffer-local for file-precious-flag.
14256
14257 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14258
14259 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14260 for duplicates which are removed. The invalid sort check then
14261 triggers a rescan after the sort as sorting may have moved
14262 duplicate entries such that they can be cheaply detected.
14263
14264 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14265
14266 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14267
14268 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14269
14270 * gnus-agent.el (gnus-agent-article-alist-save-format):
14271 Change internal variable to a custom variable. Change default value
14272 from compressed(2) to uncompressed(1).
14273 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14274 support for uncompressed agentview files. Taken together, reading
14275 the agentview file should now be 6-7 times faster.
14276
14277 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14278
14279 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14280 as a buffer-local variable. This avoids creating truncated
14281 dribble files as a result of a hang up, eg.
14282
14283 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14284
14285 * gnus-start.el (gnus-start-draft-setup):
14286 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14287
14288 * gnus.el (gnus-splash): Change custom group.
14289 (gnus-group-get-parameter, gnus-group-parameter-value):
14290 Describe allow-list argument.
14291
14292 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14293 string.
14294
14295 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14296
14297 * gnus-art.el (gnus-default-article-saver): Add user-defined
14298 `function' to custom type.
14299
14300 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14301
14302 * imap.el (imap-open): Handle case where buffer is a buffer
14303 object.
14304
14305 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14306
14307 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14308 long lines.
14309 (gnus-cache-delete-group): Wrap doc strings.
14310
14311 * gnus-agent.el (gnus-agent-rename-group)
14312 (gnus-agent-delete-group): Wrap doc strings.
14313
14314 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14315
14316 * gnus-start.el (gnus-1): Add "native" to
14317 gnus-predefined-server-alist.
14318
14319 * gnus.el (gnus-method-to-server): Don't add "native" to the
14320 lists here, because that leads to problems when
14321 gnus-select-method is bound.
14322
14323 2005-11-09 Simon Josefsson <jas@extundo.com>
14324
14325 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14326 use (not sort-by-date) instead.
14327
14328 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * gnus-delay.el (gnus-delay-group): Don't autoload.
14331 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14332 to be re-loaded when customizing the `gnus-delay' group.
14333
14334 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14335
14336 * message.el: Revert last changes.
14337 (message-insert-citation-line): Use newlines.
14338
14339 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14340
14341 * message.el (message-courtesy-message)
14342 (message-mark-insert-begin, message-mark-insert-end)
14343 (message-elide-ellipsis, message-cancel-message)
14344 (message-add-header, message-change-subject)
14345 (message-cross-post-followup-to-header)
14346 (message-cross-post-insert-note, message-reduce-to-to-cc)
14347 (message-widen-reply, message-delete-not-region)
14348 (message-kill-to-signature, message-insert-signature)
14349 (message-insert-importance-high, message-insert-importance-low)
14350 (message-insert-or-toggle-importance)
14351 (message-insert-disposition-notification-to)
14352 (message-indent-citation, message-yank-original)
14353 (message-cite-original-without-signature, message-cite-original)
14354 (message-insert-citation-line, message-position-on-field)
14355 (message-fix-before-sending, message-send-mail-partially)
14356 (message-send-mail, message-send-mail-with-sendmail)
14357 (message-send-mail-with-qmail, message-send-news)
14358 (message-check-news-header-syntax, message-generate-headers)
14359 (message-insert-courtesy-copy, message-fill-address)
14360 (message-fill-header, message-shorten-references)
14361 (message-setup-1, message-cancel-news)
14362 (message-forward-make-body-plain, message-forward-make-body-mime)
14363 (message-forward-make-body-mml, message-encode-message-body)
14364 (message-forward-make-body-digest-plain)
14365 (message-forward-make-body-digest-mime)
14366 (message-use-alternative-email-as-from): Insert `hard-newline'
14367 instead of ordinary newlines.
14368
14369 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14370
14371 * message.el (message-generate-headers): Downcase the argument
14372 given to message-check-element.
14373
14374 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14375
14376 * nntp.el (nntp-authinfo-rejected): New error condition.
14377 (nntp-wait-for): Use new error condition to signal authentication
14378 error.
14379 (nntp-retrieve-data): Rethrow new error condition to break out of
14380 recursive call to nntp-send-authinfo.
14381
14382 2005-11-08 Romain Francoise <romain@orebokech.com>
14383
14384 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14385 (gnus-summary-exit-map): Bind to `Z p'.
14386 (gnus-summary-make-menu-bar): Add menu item.
14387
14388 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14389
14390 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14391 (gnus-treat-*): Add `first' in all doc strings.
14392
14393 * gnus-group.el (gnus-group-compact-group): Fix typo.
14394
14395 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14396
14397 * gnus.el (gnus-parameters-case-fold-search): New variable.
14398 (gnus-parameters-get-parameter): Use it.
14399
14400 * gnus-score.el (gnus-home-score-file): Doc fix.
14401
14402 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14403
14404 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14405
14406 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14407
14408 * mm-util.el (mm-special-display-p): New function.
14409
14410 * mml.el (mml-preview): Use it; doc fix.
14411
14412 2005-10-29 Romain Francoise <romain@orebokech.com>
14413
14414 * message.el (message-fix-before-sending): Fix comment.
14415
14416 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14417
14418 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14419
14420 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14421
14422 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14423 Used in gnus-score.el.
14424
14425 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14426
14427 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14428
14429 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14430
14431 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14432 whitespace removed in revision 7.8. Use concatenated string to
14433 protect trailing whitespace.
14434
14435 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14436
14437 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14438 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14439 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14440 Courier IMAP ("some version from 2004"). Mostly based on similar
14441 code in the same function.
14442
14443 2005-10-26 Didier Verna <didier@xemacs.org>
14444
14445 * gnus-group.el (gnus-group-compact-group): Invalidate original
14446 article buffer.
14447 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14448 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14449 NOV database and in article itself.
14450 Invalidate article backlog.
14451
14452 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14453
14454 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14455
14456 2005-10-26 Simon Josefsson <jas@extundo.com>
14457
14458 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14459 part of 2004-07-25 change.
14460
14461 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14462
14463 * message.el (message-display-completion-list): New function.
14464 (message-expand-group): Use it; make sure the Completions buffer
14465 is modifiable.
14466
14467 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14468
14469 * imap.el (imap-open): Handle case where buffer is a buffer object.
14470
14471 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14472
14473 * pgg-def.el:
14474 * pgg-gpg.el:
14475 * pgg-parse.el:
14476 * pgg-pgp.el:
14477 * pgg-pgp5.el:
14478 * pgg.el: Move to the parent lisp directory.
14479
14480 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14481
14482 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14483 user-mail-name is an empty string.
14484
14485 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14486
14487 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14488 depending on gnus-score-decay-constant.
14489
14490 * encrypt.el (encrypt-insert-file-contents)
14491 (encrypt-write-file-contents): Don't use `gnus-message'.
14492
14493 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14494 arguments.
14495 (mm-uu-type-alist): Add message-marks and insert-marks.
14496 Pass arguments to mm-uu-verbatim-marks-extract.
14497 (mm-uu-hide-markers): New variable.
14498 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14499
14500 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14501 (gnus-convert-image-to-face-command): Use "convert" by default to
14502 allow other input image formats.
14503 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14504 accordingly.
14505
14506 2005-10-23 Simon Josefsson <jas@extundo.com>
14507
14508 * imap.el (imap-gssapi-program): Align command line parameters
14509 with latest GNU SASL.
14510 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14511
14512 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14513
14514 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14515 HTML.
14516 (nnslashdot-request-article): Ditto.
14517
14518 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14519
14520 * mail-source.el (mail-source-fetch-pop): Require pop3.
14521 (mail-source-check-pop): Ditto.
14522
14523 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14524
14525 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14526 errors.
14527
14528 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14529
14530 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14531 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14532
14533 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14534
14535 * mm-bodies.el (mm-decode-string):
14536 Call `mm-charset-to-coding-system' with allow-override argument.
14537
14538 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14539
14540 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14541 (rfc2047-charset-to-coding-system): New function.
14542 (rfc2047-decode-encoded-words): New function.
14543 (rfc2047-decode-region): Use them.
14544 (rfc2047-decode-cte): Remove.
14545 (rfc2047-parse-and-decode): Remove.
14546 (rfc2047-decode): Remove.
14547
14548 2005-10-15 Kenichi Handa <handa@m17n.org>
14549
14550 * rfc2047.el (rfc2047-decode-cte): New function.
14551 (rfc2047-decode-region): Change the way to decode successive
14552 encoded-words: decode B- or Q-encoding in each encoded-word,
14553 concatenate them, and decode it as charset.
14554
14555 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14556
14557 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14558 widget-move-and-invoke.
14559 (gnus-custom-mode): Use gnus-custom-map.
14560
14561 2005-10-15 Bill Wohler <wohler@newt.com>
14562
14563 * message.el (message-tool-bar-map): Rename image file from
14564 mail_send to mail/send.
14565
14566 2005-10-16 Masatake YAMATO <jet@gyve.org>
14567
14568 * message.el (message-expand-group): Pass the common
14569 prefix substring of completion to `display-completion-list'.
14570
14571 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14572
14573 * mml-sec.el (mml-secure-method): New internal variable.
14574 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14575 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14576 New functions using mml-secure-method.
14577
14578 * mml.el (mml-mode-map): Add key bindings for those functions.
14579 (mml-menu): Simplify security menu entries. Suggested by Jesper
14580 Harder <harder@myrealbox.com>.
14581 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14582 Goto end of message if point is the headers of the message.
14583
14584 * message.el (message-in-body-p): New function.
14585
14586 * assistant.el: Autoload gnus-util and netrc.
14587
14588 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14589 Use `mm-charset-override-alist' only when decoding.
14590
14591 * mm-bodies.el (mm-decode-body):
14592 Call `mm-charset-to-coding-system' with allow-override argument.
14593
14594 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14595 `filename' from Content-Disposition if Content-Type doesn't
14596 provide `name'.
14597 (gnus-mime-view-part-as-type): Set default instead of
14598 initial-input.
14599
14600 2005-10-09 Daniel Brockman <daniel@brockman.se>
14601
14602 * format-spec.el (format-spec): Propagate text properties of % spec.
14603
14604 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14605
14606 * gnus-art.el (gnus-treat-predicate): Add `first'.
14607
14608 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14609
14610 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14611 (mm-charset-override-alist): New variable.
14612 (mm-charset-to-coding-system): Use it.
14613 (mm-codepage-setup): New helper function.
14614 (mm-charset-eval-alist): New variable.
14615 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14616 Warn about unknown charsets.
14617
14618 2005-10-04 David Hansen <david.hansen@gmx.net>
14619
14620 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14621 (nnrss-check-group): Ditto.
14622
14623 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14624
14625 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14626 Rename x-gnus-verbatim to x-verbatim.
14627 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14628
14629 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14630 x-verbatim.
14631
14632 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14633
14634 * gnus-util.el (gnus-remove-duplicates): Remove.
14635
14636 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14637 instead of gnus-remove-duplicates.
14638
14639 * message.el (message-remove-duplicates): Remove.
14640 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14641 message-remove-duplicates.
14642
14643 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14644 available, else use implementation from `delete-dups'.
14645
14646 * message.el (message-insert-expires): New function.
14647 (message-mode-map): Add key binding.
14648 (message-mode-field-menu): Add menu entry.
14649 (message-mode): Document it.
14650 (message-make-expires-date): Use `message-make-date'.
14651
14652 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14653
14654 * message.el (message-make-expires-date): New function.
14655
14656 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14657
14658 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14659
14660 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14661
14662 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14663 function rather than the diff-mode.el package.
14664 (mm-display-external): Use with-current-buffer.
14665 (mm-viewer-completion-map, mm-viewer-completion-map):
14666 Move initialization inside declaration.
14667
14668 2005-09-29 Simon Josefsson <jas@extundo.com>
14669
14670 * spam.el: Load hashcash when compiling, to avoid warnings.
14671 Don't autoload mail-check-payment.
14672 (spam-check-hashcash): Define unconditionally, since hashcash.el
14673 is part of Gnus now. Ignore errors from payment checking.
14674
14675 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14676
14677 * message.el (message-bold-region, message-unbold-region):
14678 Rename from `bold-region' and `unbold-region'.
14679
14680 * message.el: Remove useless autoloads.
14681
14682 2005-09-28 Simon Josefsson <jas@extundo.com>
14683
14684 * message.el (message-use-idna): Default to t.
14685 (message-use-idna): Test whether encoding works too. Doc fix.
14686
14687 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14688
14689 * nntp.el (nntp-warn-about-losing-connection): Remove.
14690
14691 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14692
14693 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14694 customizable. Change default value.
14695 (mm-uu-diff-groups-regexp): Change default value.
14696 (mm-uu-type-alist): Add doc string.
14697 (mm-uu-configure): Add doc string. Make it interactive.
14698 (mm-uu-tex-groups-regexp): New variable.
14699 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14700 (mm-uu-type-alist): Add LaTeX documents.
14701 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14702 of "text/verbatim".
14703 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14704
14705 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14706 instead of "text/verbatim".
14707
14708 * message.el (message-mark-inserted-region)
14709 (message-mark-insert-file): Use slrn style marks when called with
14710 prefix argument.
14711
14712 2005-09-27 Simon Josefsson <jas@extundo.com>
14713
14714 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14715
14716 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14717
14718 * message.el (message-remove-duplicates): New function.
14719 Implementation borrowed from `gnus-remove-duplicates'.
14720 (message-idna-to-ascii-rhs): Also encode idna addresses in
14721 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14722 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14723 only ask about the same idna domain once per header and also tell
14724 in what header to replace the idna domain.
14725
14726 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14727 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14728 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14729 a header is decoded and not just the last one.
14730
14731 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14732
14733 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14734 has been decoded.
14735
14736 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14737 (mm-insert-part): Don't modify text if it has been decoded.
14738
14739 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14740 decoded.
14741
14742 * mm-view.el (mm-inline-text): Don't strip text props unless
14743 decoding enriched or richtext parts.
14744
14745 2005-09-25 Romain Francoise <romain@orebokech.com>
14746
14747 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14748 * gnus-start.el (gnus-subscribe-interactively):
14749 * gnus-uu.el (gnus-uu-grab-articles):
14750 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14751 space.
14752
14753 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14754
14755 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14756 * mm-view.el (mm-view-pkcs7-decrypt):
14757 * gnus-sum.el (gnus-summary-limit-to-extra)
14758 (gnus-summary-respool-article, gnus-read-move-group-name):
14759 * gnus-score.el (gnus-summary-increase-score):
14760 * gnus-util.el (gnus-completing-read-with-default):
14761 * gnus-art.el (gnus-read-save-file-name)
14762 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14763 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14764 * message.el (message-check-news-header-syntax):
14765 Follow convention for reading with the minibuffer.
14766
14767 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14768
14769 * spam-report.el (spam-report-url-ping-plain):
14770 Use gnus-extended-version as User-Agent.
14771
14772 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14773 default value is nil.
14774
14775 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14776 (mm-uu-verbatim-marks-extract): New function.
14777 (mm-uu-extract): New face.
14778 (mm-uu-copy-to-buffer): Use it.
14779
14780 * spam-report.el (spam-report-gmane-ham): Rename from
14781 `spam-report-gmane-unspam'.
14782 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14783 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14784
14785 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14786 Autoload.
14787 (spam-report-gmane-unregister-routine):
14788 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14789
14790 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14791
14792 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14793 (spam-report-gmane-unregister-routine): Add support for gmane
14794 unregistration.
14795
14796 * spam-report.el (spam-report-gmane-unspam)
14797 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14798 (spam-report-gmane): Change to take a single article and do unspam
14799 registration.
14800
14801 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14802
14803 * mm-url.el (mm-url-decode-entities): Fix regexp.
14804
14805 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14806
14807 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14808 default to nil, to be able to use Gnus at all. If the default
14809 switches to something else, then the function should be fixed not
14810 be exceedingly slow.
14811
14812 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14813
14814 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14815 fail hard.
14816
14817 * spam-report.el: Add better Keywords line.
14818
14819 * spam.el: Add Maintainer and better Keywords line.
14820
14821 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14822
14823 * gnus-art.el (gnus-article-replace-part)
14824 (gnus-mime-replace-part): New functions.
14825 (gnus-mime-action-alist, gnus-mime-button-commands)
14826 (gnus-mime-save-part-and-strip): Add file argument.
14827 (gnus-article-part-wrapper): Add interactive argument.
14828
14829 * gnus-sum.el (gnus-summary-mime-map):
14830 Add `gnus-article-replace-part'.
14831
14832 2005-09-19 Didier Verna <didier@xemacs.org>
14833
14834 The nnml compaction feature:
14835 * nnml.el (nnml-request-compact-group): New function.
14836 * nnml.el (nnml-request-compact): New function.
14837 * gnus-int.el (gnus-request-compact-group): New function.
14838 * gnus-int.el (gnus-request-compact): New function.
14839 * gnus-group.el (gnus-group-compact-group): New function.
14840 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14841 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14842 * gnus-srvr.el (gnus-server-compact-server): New function.
14843 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14844 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14845
14846 2005-09-18 Deepak Goel <deego@gnufans.org>
14847
14848 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14849 format spec.
14850
14851 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14852
14853 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14854
14855 2005-09-15 Romain Francoise <romain@orebokech.com>
14856
14857 * message.el (message-fill-paragraph): Clarify docstring.
14858
14859 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14860
14861 * gnus-art.el (gnus-mime-display-part): Protect against broken
14862 MIME messages.
14863
14864 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14865
14866 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14867 before parsing header.
14868
14869 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14870
14871 * html2text.el (html2text-replace-list): Add new entities.
14872
14873 2005-09-11 Romain Francoise <romain@orebokech.com>
14874
14875 * message.el (message-alternative-emails): Improve docstring.
14876 (message-setup-1): Call `message-use-alternative-email-as-from'
14877 after `message-setup-hook' to give it precedence over posting
14878 styles, etc.
14879 (message-use-alternative-email-as-from): Add docstring.
14880 Remove the original From header if present.
14881
14882 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14883 (nnml-save-mail): Use it.
14884
14885 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14886 articles. Add new argument `silent'.
14887 (gnus-uu-mark-all): Report the total number of marked articles.
14888
14889 2005-09-10 Romain Francoise <romain@orebokech.com>
14890
14891 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14892 (gnus-uu-mark-series): Likewise.
14893
14894 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14895
14896 * spam-report.el (spam-report-gmane): Fix generation of spam
14897 report URL.
14898
14899 2005-09-10 Simon Josefsson <jas@extundo.com>
14900
14901 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14902 t, based on discussion on the ding list with Robert Epprecht
14903 <epprecht@solnet.ch>.
14904
14905 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14906
14907 * spam-report.el (spam-report-gmane): Make it work without
14908 X-Report-Spam header. Gmane now only provides Archived-At.
14909 This is only used if `spam-report-gmane-use-article-number' is nil.
14910 (spam-report-gmane-spam-header): Remove. Not used anymore.
14911
14912 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14913 make `gnus-summary-sort-by-recipient' work with threading.
14914
14915 * nnweb.el (nnweb-google-wash-article): Print a message if article
14916 is not available.
14917
14918 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14919
14920 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14921 change. Decode text/* parts content before displaying.
14922
14923 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14924
14925 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14926
14927 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14928
14929 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14930
14931 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14932
14933 * message.el (message-tab-body-function): Fix mismatched custom type.
14934
14935 * gnus.el (gnus-group-change-level-function): Ditto.
14936
14937 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14938
14939 * gnus-art.el (gnus-signature-limit)
14940 (gnus-article-mime-part-function): Ditto.
14941
14942 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14943
14944 * mml.el (mml-mode): Silence the byte compiler.
14945
14946 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14947 using `(sit-for 0)' before moving the point to the specified part;
14948 skip unbuttonized parts.
14949 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14950 return to the summary window if gnus-auto-select-part is non-nil.
14951
14952 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14953
14954 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14955 New variables.
14956 (mml-dnd-attach-file, mml-mode): Use them.
14957
14958 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14959 Make fetching article by MID work again for Google Groups.
14960 Add FIXME concerning gnus-group-make-web-group.
14961
14962 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14963 Don't depend on Gnus by using mail-extract-address-components if
14964 gnus-extract-address-components is not bound.
14965
14966 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14967
14968 * gnus-art.el (gnus-mime-display-security): Don't display the
14969 signature, but only the signed part.
14970
14971 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14972
14973 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14974
14975 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14976 list, not listp.
14977
14978 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14979
14980 * mm-encode.el (mm-encode-content-transfer-encoding):
14981 Likewise when encoding.
14982
14983 * mm-bodies.el (mm-decode-content-transfer-encoding):
14984 De-canonicalize CRLF for all text content types, not just
14985 text/plain.
14986
14987 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14988
14989 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14990 valid article; point arrow and cursor at the MIME button.
14991
14992 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14993
14994 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14995 Suggested by Dan Christensen <jdc@uwo.ca>.
14996
14997 * mm-decode.el (mm-save-part): Enable change of prompt.
14998
14999 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15000
15001 * gnus-msg.el (gnus-inews-add-send-actions):
15002 Make `message-post-method' lambda parameter ARG `&optional'.
15003
15004 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15005
15006 * gnus-sum.el (gnus-summary-mime-map):
15007 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15008 gnus-article-jump-to-part.
15009
15010 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15011 (gnus-article-edit-part): Use it.
15012 (gnus-article-part-wrapper): Add no-handle argument.
15013 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15014 New functions.
15015
15016 2005-08-29 Romain Francoise <romain@orebokech.com>
15017
15018 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15019 docstring.
15020 (gnus-face-from-file): Likewise.
15021
15022 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15023
15024 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15025 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15026 non-nil.
15027 (gnus-auto-select-part): New variable.
15028 (gnus-article-jump-to-part): New function.
15029 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15030 (gnus-mime-delete-part): Allow selecting specified part after
15031 deleting or stripping parts.
15032 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15033 part if argument is bogus.
15034
15035 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15036
15037 * gnus-art.el (w3m-minor-mode-map):
15038 * gnus-spec.el (gnus-newsrc-file-version):
15039 * gnus-util.el (nnmail-active-file-coding-system)
15040 (gnus-original-article-buffer, gnus-user-agent):
15041 * gnus.el (gnus-ham-process-destinations)
15042 (gnus-parameter-ham-marks-alist)
15043 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15044 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15045 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15046 * mm-decode.el (gnus-current-window-configuration):
15047 * mm-extern.el (gnus-article-mime-handles):
15048 * mm-url.el (url-current-object, url-package-name)
15049 (url-package-version):
15050 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15051 (smime-keys, w3m-cid-retrieve-function-alist)
15052 (w3m-current-buffer, w3m-display-inline-images)
15053 (w3m-minor-mode-map):
15054 * mml-smime.el (gnus-extract-address-components):
15055 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15056 (gnus-newsrc-hashtb, message-default-charset)
15057 (message-deletable-headers, message-options)
15058 (message-posting-charset, message-required-mail-headers)
15059 (message-required-news-headers):
15060 * mml1991.el (mc-pgp-always-sign):
15061 * mml2015.el (mc-pgp-always-sign):
15062 * nnheader.el (nnmail-extra-headers):
15063 * rfc1843.el (gnus-decode-encoded-word-function)
15064 (gnus-decode-header-function, gnus-newsgroup-name):
15065 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15066
15067 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15068
15069 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15070 the end of the date treatments.
15071
15072 2005-08-15 Simon Josefsson <jas@extundo.com>
15073
15074 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15075 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15076 Capello and Romain Francoise.
15077 (pgg-fetch-key-function): Remove, not used?
15078 (pgg-insert-url-with-w3): Require url, to get
15079 url-insert-file-contents regardless of where it is defined.
15080
15081 2005-08-13 Romain Francoise <romain@orebokech.com>
15082
15083 * message.el (message-cite-original-1): New function.
15084 (message-cite-original): Use it.
15085 (message-cite-original-without-signature): Ditto.
15086
15087 2005-08-08 Romain Francoise <romain@orebokech.com>
15088
15089 * message.el (message-yank-empty-prefix): New variable.
15090 (message-indent-citation): Use it.
15091 (message-cite-original-without-signature): Respect X-No-Archive.
15092
15093 2005-08-08 Simon Josefsson <jas@extundo.com>
15094
15095 * pgg.el: Autoload url-insert-file-contents instead of loading
15096 w3/url.
15097 (pgg-insert-url-with-w3): Don't load url here.
15098
15099 2005-08-07 Jesper Harder <harder@phys.au.dk>
15100
15101 * message.el (message-kill-to-signature): Don't insert newline at
15102 bol.
15103 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15104
15105 2005-08-06 Romain Francoise <romain@orebokech.com>
15106
15107 * message.el (message-user-fqdn): Fix typo in docstring.
15108
15109 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15110
15111 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15112
15113 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15114
15115 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15116
15117 * mm-bodies.el (mm-encode-body): Use coding system rather than
15118 charset to encode text.
15119
15120 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15121 number of charsets if utf-8 is available (XEmacs).
15122
15123 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15124
15125 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15126 taken from `gnus-button-mid-or-mail-regexp'.
15127 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15128 (gnus-button-alist): Improve regexp for domain part of the MIDs
15129 for news:localpart@domain buttons.
15130 (gnus-button-ctan-directory-regexp): Update.
15131
15132 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15133
15134 * sieve-manage.el (sieve-manage-interactive-login):
15135 Use make-local-variable rather than make-variable-buffer-local.
15136 (sieve-manage-open): Ditto.
15137 (sieve-manage-authenticate): Ditto.
15138
15139 * mml.el (mml-generate-mime-1): Make the content type default to
15140 text/plain if the filename is not specified.
15141
15142 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15143
15144 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15145 instead of insert-buffer.
15146
15147 * message.el (message-yank-original): Ditto; set the mark at the
15148 end of the yanked message.
15149
15150 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15151
15152 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15153 lines to scroll rather than to stop it.
15154
15155 * mml.el (mml-generate-default-type): Add doc string.
15156 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15157 default to application/octet-stream when determining the content
15158 type if it is not specified for the part or the mml contents; add
15159 a comment about mml-generate-default-type.
15160
15161 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15162
15163 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15164 make it default to application/octet-stream when determining the
15165 content type if it is not specified for the external contents.
15166
15167 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15168
15169 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15170 segmented parameter but also other parameters might be there.
15171
15172 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15173
15174 * mm-decode.el (mm-display-external): Delete temp file, directory
15175 and buffer immediately if the external process is exited.
15176
15177 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15178
15179 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15180 fewer lines than that of scroll-margin.
15181 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15182
15183 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15184
15185 * gnus-art.el (gnus-article-next-page): Revert.
15186 (gnus-article-beginning-of-window): New macro.
15187 (gnus-article-next-page-1): Use it.
15188 (gnus-article-prev-page): Ditto.
15189 (gnus-article-edit-part): Use insert-buffer-substring instead of
15190 insert-buffer.
15191 (gnus-article-edit-exit): Ditto.
15192
15193 * gnus-util.el (gnus-beginning-of-window): Remove.
15194 (gnus-end-of-window): Remove.
15195
15196 2005-07-25 Simon Josefsson <jas@extundo.com>
15197
15198 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15199 to have the url package without w3. Reported by Daiki Ueno
15200 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15201
15202 2005-07-20 Didier Verna <didier@xemacs.org>
15203
15204 * gnus-diary.el: Remove the description comment (nndiary is now
15205 properly documented in the Gnus manual).
15206 Fix the spelling of "Back End".
15207 * nndiary.el: Ditto.
15208 Fix the copyright notice.
15209
15210 2005-07-18 Romain Francoise <romain@orebokech.com>
15211
15212 * gnus-sum.el (gnus-summary-to-prefix)
15213 (gnus-summary-newsgroup-prefix): New variables.
15214 (gnus-summary-from-or-to-or-newsgroups): Use them.
15215
15216 2005-07-17 Romain Francoise <romain@orebokech.com>
15217
15218 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15219 space as it's generally not especially interesting to the user.
15220
15221 2005-07-16 Romain Francoise <romain@orebokech.com>
15222
15223 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15224 nil to avoid prompting and file modification if one of the
15225 messages at the top of the nnfolder file contains a copyright
15226 notice.
15227 Update copyright notice.
15228
15229 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15230 instead of `current-time-string' as the latter creates a time
15231 string that is not RFC 2822 compliant (it lacks the zone).
15232 Update copyright notice.
15233
15234 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15237 for text/rtf. Display default in prompt. Pass default for M-n.
15238
15239 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15240
15241 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15242
15243 * gnus-msg.el (gnus-button-mailto):
15244 Remove save-selected-window-window hackery because it relies on
15245 save-selected-window internals.
15246
15247 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15248
15249 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15250 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15251 (gnus-article-prev-page): Ditto.
15252
15253 * gnus-util.el (gnus-beginning-of-window): New function.
15254 (gnus-end-of-window): New function.
15255
15256 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15257
15258 * gnus-score.el (gnus-score-edit-all-score):
15259 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15260 gnus-message.
15261
15262 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15263
15264 * gnus-msg.el (gnus-button-mailto):
15265 Remove save-selected-window-window hackery because it relies on
15266 save-selected-window internals.
15267
15268 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15269
15270 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15271 add-minor-mode.
15272 (gnus-binary-mode): Ditto.
15273
15274 * gnus-topic.el (gnus-topic-mode): Ditto.
15275
15276 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15277
15278 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15279 (gnus-article-prev-page): Take scroll-margin into consideration.
15280
15281 2005-07-04 Lute Kamstra <lute@gnu.org>
15282
15283 Update FSF's address in GPL notices.
15284
15285 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15286
15287 * gnus.el (gnus-exit):
15288 * gnus-group.el (gnus-group-icons):
15289 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15290
15291 * gnus-nocem.el (gnus-nocem):
15292 * message.el (message-various, message-buffers, message-sending)
15293 (message-interface, message-forwarding, message-insertion)
15294 (message-headers, message-news, message-mail):
15295 * pgg-gpg.el (pgg-gpg):
15296 * pgg-parse.el (pgg-parse):
15297 * pgg-pgp.el (pgg-pgp):
15298 * pgg-pgp5.el (pgg-pgp5):
15299 * pop3.el (pop3): Finish `defgroup' description with period.
15300
15301 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15302
15303 * gnus-art.el (article-display-face): Improve the efficiency.
15304 (article-display-x-face): Ditto; remove grey x-face stuff.
15305
15306 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15307
15308 * gnus-art.el (article-display-face): Correct the position in
15309 which Faces are inserted.
15310
15311 2005-06-29 Didier Verna <didier@xemacs.org>
15312
15313 * gnus-art.el (article-display-face): Display faces in correct
15314 order.
15315
15316 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15317
15318 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15319 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15320 (gnus-nocem-check-article): Fetch the Type header.
15321 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15322 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15323 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15324 make sure gnus-nocem-hashtb is initialized.
15325 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15326 (gnus-nocem-unwanted-article-p): Ditto.
15327
15328 * pgg.el (pgg-verify): Return the verification result.
15329
15330 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15331
15332 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15333 is ascii.
15334
15335 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15336
15337 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15338 `show-nonbreak-escape'.
15339
15340 2005-06-23 Lute Kamstra <lute@gnu.org>
15341
15342 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15343
15344 * dig.el (dig-mode):
15345 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15346
15347 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15348
15349 * nnimap.el (nnimap-split-download-body): Fix spellings.
15350
15351 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15352
15353 * gnus-art.el (gnus-article-encrypt-body):
15354 * gnus-cus.el (gnus-score-customize):
15355 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15356 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15357
15358 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15359
15360 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15361 header by looking for magic "MII" at the beginnig.
15362
15363 2005-06-16 Miles Bader <miles@gnu.org>
15364
15365 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15366 (assistant-field-face): New backward-compatibility alias for renamed
15367 face.
15368 (assistant-render-text): Use renamed assistant-field face.
15369
15370 * spam.el (spam): Remove "-face" suffix from face name.
15371 (spam-face): New backward-compatibility alias for renamed face.
15372 (spam-face, spam-initialize): Use renamed spam face.
15373
15374 * message.el (message-header-to, message-header-cc)
15375 (message-header-subject, message-header-newsgroups)
15376 (message-header-other, message-header-name)
15377 (message-header-xheader, message-separator, message-cited-text)
15378 (message-mml): Remove "-face" suffix from face names.
15379 (message-header-to-face, message-header-cc-face)
15380 (message-header-subject-face, message-header-newsgroups-face)
15381 (message-header-other-face, message-header-name-face)
15382 (message-header-xheader-face, message-separator-face)
15383 (message-cited-text-face, message-mml-face):
15384 New backward-compatibility aliases for renamed faces.
15385 (message-font-lock-keywords): Use renamed message faces.
15386
15387 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15388 (sieve-test-commands, sieve-tagged-arguments):
15389 Remove "-face" suffix from face names.
15390 (sieve-control-commands-face, sieve-action-commands-face)
15391 (sieve-test-commands-face, sieve-tagged-arguments-face):
15392 New backward-compatibility aliases for renamed faces.
15393 (sieve-control-commands-face, sieve-action-commands-face)
15394 (sieve-test-commands-face, sieve-tagged-arguments-face):
15395 Use renamed sieve faces.
15396
15397 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15398 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15399 (gnus-group-news-3-empty, gnus-group-news-4)
15400 (gnus-group-news-4-empty, gnus-group-news-5)
15401 (gnus-group-news-5-empty, gnus-group-news-6)
15402 (gnus-group-news-6-empty, gnus-group-news-low)
15403 (gnus-group-news-low-empty, gnus-group-mail-1)
15404 (gnus-group-mail-1-empty, gnus-group-mail-2)
15405 (gnus-group-mail-2-empty, gnus-group-mail-3)
15406 (gnus-group-mail-3-empty, gnus-group-mail-low)
15407 (gnus-group-mail-low-empty, gnus-summary-selected)
15408 (gnus-summary-cancelled, gnus-summary-high-ticked)
15409 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15410 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15411 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15412 (gnus-summary-low-undownloaded)
15413 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15414 (gnus-summary-low-unread, gnus-summary-normal-unread)
15415 (gnus-summary-high-read, gnus-summary-low-read)
15416 (gnus-summary-normal-read, gnus-splash):
15417 Remove "-face" suffix from face names.
15418 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15419 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15420 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15421 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15422 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15423 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15424 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15425 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15426 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15427 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15428 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15429 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15430 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15431 (gnus-summary-normal-ticked-face)
15432 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15433 (gnus-summary-normal-ancient-face)
15434 (gnus-summary-high-undownloaded-face)
15435 (gnus-summary-low-undownloaded-face)
15436 (gnus-summary-normal-undownloaded-face)
15437 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15438 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15439 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15440 (gnus-splash-face):
15441 New backward-compatibility aliases for renamed faces.
15442 (gnus-group-startup-message): Use renamed gnus faces.
15443
15444 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15445 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15446 (gnus-server-agent): Remove "-face" suffix from face names.
15447 (gnus-server-agent-face, gnus-server-opened-face)
15448 (gnus-server-closed-face, gnus-server-denied-face)
15449 (gnus-server-offline-face):
15450 New backward-compatibility aliases for renamed faces.
15451 (gnus-server-agent-face, gnus-server-opened-face)
15452 (gnus-server-closed-face, gnus-server-denied-face)
15453 (gnus-server-offline-face): Use renamed gnus faces.
15454
15455 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15456 Remove "-face" suffix from face names.
15457 (gnus-picon-xbm-face, gnus-picon-face):
15458 New backward-compatibility aliases for renamed faces.
15459
15460 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15461 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15462 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15463 (gnus-cite-11): Remove "-face" suffix from face names.
15464 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15465 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15466 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15467 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15468 New backward-compatibility aliases for renamed faces.
15469 (gnus-cite-attribution-face, gnus-cite-face-list)
15470 (gnus-article-boring-faces): Use renamed gnus faces.
15471
15472 * gnus-art.el (gnus-signature, gnus-header-from)
15473 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15474 (gnus-header-content): Remove "-face" suffix from face names.
15475 (gnus-signature-face, gnus-header-from-face)
15476 (gnus-header-subject-face, gnus-header-newsgroups-face)
15477 (gnus-header-name-face, gnus-header-content-face):
15478 New backward-compatibility aliases for renamed faces.
15479 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15480
15481 * gnus-sum.el (gnus-summary-selected-face)
15482 (gnus-summary-highlight): Use renamed gnus faces.
15483 * gnus-group.el (gnus-group-highlight): Likewise.
15484
15485 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15486
15487 * gnus-sieve.el (gnus-sieve-article-add-rule):
15488 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15489 * spam-stat.el (spam-stat-buffer-change-to-spam)
15490 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15491
15492 * message.el (message-is-yours-p):
15493 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15494
15495 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15496
15497 * mm-view.el (mm-inline-text): Withdraw the last change.
15498
15499 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15500
15501 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15502 executing enriched-decode.
15503
15504 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15505
15506 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15507 charset of tar files.
15508
15509 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15510
15511 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15512
15513 2005-06-04 Lute Kamstra <lute@gnu.org>
15514
15515 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15516 information is never recorded.
15517
15518 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15519
15520 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15521
15522 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15523
15524 * pop3.el (pop3-apop): Run md5 in the binary mode.
15525
15526 * starttls.el (starttls-set-process-query-on-exit-flag):
15527 Use eval-and-compile.
15528
15529 2005-05-31 Simon Josefsson <jas@extundo.com>
15530
15531 * smime.el (smime-replace-in-string): Define.
15532 (smime-cert-by-ldap-1): Use it.
15533
15534 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15535
15536 * gnus-art.el (article-display-x-face): Replace
15537 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15538
15539 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15540 set-process-query-on-exit-flag or process-kill-without-query.
15541
15542 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15543 loop instead of replace-regexp.
15544
15545 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15546 instead of process-kill-without-query if it is available.
15547
15548 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15549 instead of find-file-hooks if it is available.
15550
15551 * mml1991.el: Bind pgg-default-user-id when compiling.
15552
15553 * mml2015.el: Bind pgg-default-user-id when compiling.
15554
15555 * nndraft.el (nndraft-request-associate-buffer):
15556 Use write-contents-functions instead of write-contents-hooks if it is
15557 available.
15558
15559 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15560 instead of find-file-hooks if it is available.
15561
15562 * nntp.el (nntp-open-connection): Replace
15563 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15564 (nntp-open-ssl-stream): Ditto.
15565 (nntp-open-tls-stream): Ditto.
15566
15567 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15568 set-process-query-on-exit-flag or process-kill-without-query.
15569 (starttls-open-stream-gnutls): Use it instead of
15570 process-kill-without-query.
15571 (starttls-open-stream): Ditto.
15572
15573 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15574
15575 * smime.el (smime-cert-by-ldap-1): Don't use
15576 replace-regexp-in-string.
15577
15578 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15579
15580 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15581
15582 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15583 in PEM format. Adjust to the XEmacs compatibility.
15584
15585 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15586
15587 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15588 by `string-to-number'.
15589 * gnus-agent.el (gnus-agent-regenerate-group)
15590 (gnus-agent-fetch-articles): Ditto.
15591 * gnus-art.el (gnus-button-fetch-group): Ditto.
15592 * gnus-cache.el (gnus-cache-generate-active)
15593 (gnus-cache-articles-in-group): Ditto.
15594 * gnus-group.el (gnus-group-set-current-level)
15595 (gnus-group-insert-group-line): Ditto.
15596 * gnus-score.el (gnus-score-set-expunge-below)
15597 (gnus-score-set-mark-below, gnus-summary-score-effect)
15598 (gnus-summary-score-entry): Ditto.
15599 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15600 (gnus-soup-pack): Ditto.
15601 * gnus-spec.el (gnus-xmas-format): Ditto.
15602 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15603 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15604 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15605 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15606 * nndb.el (nndb-get-remote-expire-response): Ditto.
15607 * nndiary.el (nndiary-parse-schedule-value)
15608 (nndiary-string-to-number, nndiary-request-replace-article)
15609 (nndiary-request-article): Ditto.
15610 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15611 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15612 * nneething.el (nneething-make-head): Ditto.
15613 * nnfolder.el (nnfolder-request-article)
15614 (nnfolder-retrieve-headers): Ditto.
15615 * nnheader.el (nnheader-file-to-number): Ditto.
15616 * nnkiboze.el (nnkiboze-request-article): Ditto.
15617 * nnmail.el (nnmail-process-unix-mail-format)
15618 (nnmail-process-babyl-mail-format): Ditto.
15619 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15620 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15621 (nnmh-request-create-group, nnmh-request-list-1)
15622 (nnmh-request-group, nnmh-request-article): Ditto.
15623 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15624 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15625 * nnsoup.el (nnsoup-make-active): Ditto.
15626 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15627 * nntp.el (nntp-find-group-and-number)
15628 (nntp-retrieve-headers-with-xover): Ditto.
15629 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15630 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15631 (pgg-format-key-identifier): Ditto.
15632 * pop3.el (pop3-last, pop3-stat): Ditto.
15633 * qp.el (quoted-printable-decode-region): Ditto.
15634
15635 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15636 of concat.
15637
15638 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15639
15640 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15641
15642 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15643
15644 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15645
15646 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15647
15648 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15649
15650 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15651
15652 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15653 (gnus-carpal-mode): Ditto.
15654
15655 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15656 (gnus-browse-mode): Ditto.
15657
15658 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15659
15660 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15661
15662 2005-05-29 Richard M. Stallman <rms@gnu.org>
15663
15664 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15665
15666 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15667
15668 * gnus-util.el (gnus-run-mode-hooks): New function.
15669
15670 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15671
15672 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15673
15674 * gnus-agent.el (gnus-agent-make-mode-line-string):
15675 Use mode-line-highlight as mouse-face.
15676
15677 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15678
15679 * canlock.el (canlock): Change the parent group to news.
15680
15681 * deuglify.el (gnus-outlook-deuglify): Add :group.
15682
15683 * dig.el (dig): Add :group.
15684
15685 * dns-mode.el (dns-mode): Add :group.
15686
15687 * encrypt.el (encrypt): Add :group.
15688
15689 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15690 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15691 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15692 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15693 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15694
15695 * gnus-diary.el (gnus-diary): Add :group.
15696
15697 * gnus.el (gnus-group-news-1-face): Add :group.
15698 (gnus-group-news-1-empty-face): Ditto.
15699 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15700 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15701 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15702 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15703 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15704 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15705 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15706 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15707 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15708 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15709 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15710 (gnus-summary-high-ticked-face): Ditto.
15711 (gnus-summary-low-ticked-face): Ditto.
15712 (gnus-summary-normal-ticked-face): Ditto.
15713 (gnus-summary-high-ancient-face): Ditto.
15714 (gnus-summary-low-ancient-face): Ditto.
15715 (gnus-summary-normal-ancient-face): Ditto.
15716 (gnus-summary-high-undownloaded-face): Ditto.
15717 (gnus-summary-low-undownloaded-face): Ditto.
15718 (gnus-summary-normal-undownloaded-face): Ditto.
15719 (gnus-summary-high-unread-face): Ditto.
15720 (gnus-summary-low-unread-face): Ditto.
15721 (gnus-summary-normal-unread-face): Ditto.
15722 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15723 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15724
15725 * hashcash.el (hashcash): New custom group.
15726 (hashcash-default-payment): Add :group.
15727 (hashcash-payment-alist): Ditto.
15728 (hashcash-default-accept-payment): Ditto.
15729 (hashcash-accept-resources): Ditto.
15730 (hashcash-path): Ditto.
15731 (hashcash-extra-generate-parameters): Ditto.
15732 (hashcash-double-spend-database): Ditto.
15733 (hashcash-in-news): Ditto.
15734
15735 * message.el (message-minibuffer-local-map): Add :group.
15736
15737 * netrc.el (netrc): Add :group.
15738
15739 * sieve-manage.el (sieve-manage-log): Add :group.
15740 (sieve-manage-default-user): Diito.
15741 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15742 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15743 (sieve-manage-authenticators): Ditto.
15744 (sieve-manage-authenticator-alist): Ditto.
15745 (sieve-manage-default-port): Ditto.
15746
15747 * sieve-mode.el (sieve-control-commands-face): Add :group.
15748 (sieve-action-commands-face): Ditto.
15749 (sieve-test-commands-face): Ditto.
15750 (sieve-tagged-arguments-face): Ditto.
15751
15752 * smime.el (smime): Add :group.
15753
15754 * spam-report.el (spam-report): Add :group.
15755
15756 * spam.el (spam, spam-face): Add :group.
15757
15758 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15759
15760 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15761 return \n.\n.\n at the end of articles. Protect against that.
15762 (nntp-with-open-group): Allow debugging.
15763
15764 * nnheader.el (mail-header-set-extra): Make into a function
15765 because I just could't understand how to quote the list properly.
15766
15767 * dns.el (query-dns-cached): New function.
15768
15769 2005-05-26 Lute Kamstra <lute@gnu.org>
15770
15771 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15772
15773 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15774
15775 * gnus-art.el: Don't autoload mail-extract-address-components.
15776
15777 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15778 eval-and-compile to evaluate it.
15779
15780 * hashcash.el: Don't autoload executable-find.
15781
15782 * nndb.el: Don't declare the nndb back end two or more times; don't
15783 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15784
15785 * nntp.el: Autoload format-spec instead of format; use
15786 eval-and-compile to evaluate autoload forms.
15787
15788 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15789
15790 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15791
15792 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15793
15794 * gnus.el (gnus-version-number): Bump version.
15795
15796 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15797
15798 * gnus.el: No Gnus v0.3 is released.
15799
15800 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15801
15802 * gnus-art.el (gnus-article-edit-part): Disable undo.
15803
15804 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15805
15806 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15807 gnus-article-date-lapsed-new-header is t if date timer is active;
15808 skip headers in which the original date value is empty.
15809 (gnus-article-save-original-date): Redefine it as a macro.
15810 (gnus-display-mime): Use it.
15811
15812 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15813
15814 * gnus-art.el (article-date-ut): Support converting date in
15815 forwarded parts as well.
15816 (gnus-article-save-original-date): New function.
15817 (gnus-display-mime): Use it.
15818
15819 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15820
15821 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15822 enclosure element of <item>.
15823
15824 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15825
15826 * message.el (message-kill-buffer-query): Rename from
15827 `message-kill-buffer-query-if-modified'. Add :version.
15828
15829 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15830
15831 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15832 window layout.
15833
15834 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15835
15836 * mml.el: Autoload dnd when compiling.
15837
15838 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15839
15840 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15841 x-dnd-*.
15842
15843 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15844
15845 * qp.el (quoted-printable-encode-region): Save excursion.
15846
15847 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15848
15849 * message.el (message-kill-buffer-query-if-modified): Add new variable
15850 so the user can kill a modified message buffer quickly.
15851 (message-kill-buffer): Use it.
15852
15853 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15854
15855 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15856 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15857
15858 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15859
15860 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15861 contained in text because xml.el decodes entities) with LFs.
15862
15863 2005-04-11 Lute Kamstra <lute@gnu.org>
15864
15865 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15866 differently.
15867
15868 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15869
15870 * mm-util.el (mm-detect-coding-region): Typo.
15871
15872 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15873
15874 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15875
15876 2005-04-06 Deepak Goel <deego@gnufans.org>
15877
15878 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15879 user-function allow user modifications of the scores.
15880 (spam-stat-score-buffer-user): New function, to allow
15881 user-computed modifications to the score.
15882 (spam-stat-score-buffer-user-functions): List of additional
15883 scoring functions.
15884 (spam-stat-error-holder): Global temporary error holder.
15885 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15886 variable.
15887
15888 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15889
15890 * gnus-registry.el (gnus-registry-clean-empty-function)
15891 (gnus-registry-trim, gnus-registry-fetch-groups)
15892 (gnus-registry-delete-group): Groups that match
15893 `gnus-registry-ignored-groups' are removed from the registry
15894 entries, not just ignored for splitting. This helps clean up the
15895 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15896 to get all the groups a message ID is in.
15897
15898 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15899 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15900 (spam-stat-score-buffer-user-functions): Add :number custom type.
15901
15902 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15903
15904 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15905 argument in XEmacs.
15906
15907 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15908 (nnrss-request-group): Decode group name first.
15909 (nnrss-request-article): Make a text/plain article if mml-to-mime
15910 failed.
15911 (nnrss-get-encoding): Return a compatible encoding according to
15912 nnrss-compatible-encoding-alist.
15913 (nnrss-find-el): Use consp instead of listp.
15914 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15915
15916 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15917
15918 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15919 which Emacs 20 doesn't support.
15920 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15921
15922 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15923
15924 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15925 silence the byte compiler inside the defun.
15926
15927 * gnus-demon.el (parse-time-string): Add autoload.
15928
15929 * gnus-delay.el (parse-time-string): Add autoload.
15930
15931 * gnus-art.el (parse-time-string): Add autoload.
15932
15933 * nnultimate.el (parse-time): Require for `parse-time-string'.
15934
15935 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15936
15937 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15938
15939 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15940
15941 * smime.el (smime-ldap-host-list): Add :version.
15942
15943 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15944
15945 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15946 pass it to `gnus-browse-read-group'.
15947 (gnus-browse-read-group): Add NUMBER argument and pass it to
15948 `gnus-group-read-ephemeral-group'.
15949
15950 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15951 argument and pass it to `gnus-group-read-group'.
15952
15953 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15954
15955 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15956 mm-xemacs-find-mime-charset-1 if we have the mule feature
15957 available at runtime.
15958
15959 2005-03-25 Werner Lemberg <wl@gnu.org>
15960
15961 * nnmaildir.el: Replace `illegal' with `invalid'.
15962
15963 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15964
15965 * gnus-start.el (gnus-display-time-event-handler):
15966 Check display-time-timer at runtime rather than only at load time
15967 in case display-time-mode is turned off in the mean time.
15968
15969 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15970
15971 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15972 used.
15973
15974 * nneething.el (nneething-map-file-directory): Derive from
15975 `gnus-directory'.
15976
15977 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15978 the To/Cc button.
15979
15980 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15981
15982 * nnmaildir.el (nnmaildir-request-accept-article):
15983 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15984
15985 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15986
15987 * gnus-async.el: Require timer-funcs at compile time when in
15988 XEmacs for `run-with-idle-timer'.
15989
15990 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15991
15992 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15993 autoloaded function.
15994
15995 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15996
15997 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15998
15999 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16000
16001 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16002
16003 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16004
16005 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16006 Add gnus-expert-user to default.
16007
16008 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16009
16010 * nnimap.el (nnimap-open-server): Ditto.
16011
16012 * imap.el (imap-authenticate): Fix typo.
16013
16014 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16015
16016 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16017 buffer (since IMAP server might return FETCH response out of
16018 order, and the nntp buffer must be sorted).
16019
16020 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16021
16022 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16023 comparison on string.
16024
16025 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16026 (gnus-agent-score): Rename category keywords to match gnus-cus.
16027 (gnus-agent-summary-fetch-series): Modify to protect against
16028 gnus-agent-summary-fetch-group clearing processable flags.
16029 (gnus-agent-synchronize-group-flags): Update live group buffer as
16030 synchronization may occur due to the user toggle the plugged
16031 status.
16032 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16033 successfully downloaded.
16034 (gnus-agent-expire-group-1): Avoid using markers when the overview
16035 is in ascending order; greatly improves performance.
16036 (gnus-agent-regenerate-group):
16037 Use gnus-agent-synchronize-group-flags to reset read status in both
16038 gnus and server.
16039 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16040
16041 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16042
16043 * message.el: Don't autoload former message-utils variables.
16044 (message-strip-subject-trailing-was): Change doc string.
16045
16046 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16047 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16048 (nnweb-google-search): Add "hl=en" here.
16049 (nnweb-google-parse-1, nnweb-google-create-mapping):
16050 Don't hardcode URL.
16051
16052 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16053
16054 * message.el (message-get-reply-headers, message-followup):
16055 Mention related variables `message-use-followup-to' and
16056 `message-use-mail-followup-to', in the information buffer.
16057
16058 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16059 of broken groups(-beta).google.com.
16060
16061 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16062
16063 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16064 parameter to invoked gnus-request-move-article; remove the
16065 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16066 all at once instead of once per article.
16067 (gnus-summary-remove-process-mark): Accept a list of articles as
16068 well as a single article for processing.
16069
16070 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16071 parameter.
16072
16073 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16074
16075 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16076
16077 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16078 parameter.
16079
16080 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16081 parameter.
16082
16083 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16084 parameter and remove the gnus-sum-hint-move-is-internal variable.
16085
16086 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16087 parameter.
16088
16089 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16090 parameter.
16091
16092 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16093 parameter.
16094
16095 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16096
16097 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16098 parameter.
16099
16100 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16101 parameter.
16102
16103 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16104
16105 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16106 a more conservative way.
16107
16108 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16109
16110 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16111 buffer, so it moves the window's cursor.
16112
16113 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16114
16115 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16116 `mm-dissect-multipart' and receive the from field as an (optional)
16117 argument from `mm-dissect-multipart'.
16118 (mm-dissect-multipart): Receive the from field as an argument and
16119 pass it on when we call `mm-dissect-buffer' on MIME parts.
16120 Fixes verification/decryption of signed/encrypted MIME parts.
16121
16122 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16123
16124 * gnus-sum.el (gnus-summary-move-article):
16125 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16126 whatever it calls (right now, only nnimap-request-move article
16127 respects it).
16128
16129 * nnimap.el (nnimap-request-move-article):
16130 When gnus-sum-hint-move-is-internal is set, don't do the extra
16131 nnimap-request-article.
16132
16133 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16134
16135 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16136
16137 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16138 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16139
16140 * gnus-sum.el (gnus-summary-caesar-message):
16141 Apply `gnus-treat-article' after rotation.
16142
16143 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16144 doc string.
16145
16146 2005-02-22 Simon Josefsson <jas@extundo.com>
16147
16148 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16149 `password-cache-expiry' instead). Reported by Arne Jørgensen
16150 <arne@arnested.dk>.
16151 (encrypt): Add password-cache and password-cache-expiry as group
16152 members.
16153
16154 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16155
16156 * smime.el (smime-ldap-host-list): Doc fix.
16157 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16158 cache) password.
16159 (smime-sign-region): Use it.
16160 (smime-decrypt-region): Use it.
16161 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16162 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16163 fails.
16164 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16165 certificate from DER to PEM format rather than calling openssl.
16166
16167 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16168
16169 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16170 for signing/encryption.
16171
16172 * mml.el (mml-parse-1): Use them.
16173
16174 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16175
16176 * nnrss.el (nnrss-verbose): Remove.
16177 (nnrss-request-group): Use `nnheader-message' instead.
16178
16179 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16180
16181 * nnrss.el (nnrss-verbose): New variable.
16182 (nnrss-request-group): Make it say nnrss is requesting a group.
16183
16184 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16185
16186 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16187 Handle news URL with given port correctly.
16188
16189 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16190
16191 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16192 containing special characters.
16193
16194 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16195
16196 * mml.el (mime-to-mml): Ditto.
16197
16198 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16199 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16200 (rfc2047-decode-region): Quote decoded words containing special
16201 characters when rfc2047-quote-decoded-words-containing-tspecials
16202 is non-nil.
16203
16204 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16205
16206 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16207
16208 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16209
16210 2005-02-15 Simon Josefsson <jas@extundo.com>
16211
16212 * nnimap.el (nnimap-debug): Doc fix.
16213
16214 * imap.el (imap-debug): Doc fix.
16215
16216 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16217
16218 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16219
16220 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16221
16222 * gnus.el (spam-contents): Improve docs for spam-contents
16223 parameter in its variable incarnation.
16224
16225 2005-02-14 Simon Josefsson <jas@extundo.com>
16226
16227 * smime-ldap.el: Use require instead of load-library for ldap.
16228 (smime-ldap-search): Indent.
16229 (smime-ldap-search-internal): Shorten line.
16230
16231 * smime.el (smime-cert-by-dns): Add doc-string.
16232 (smime-cert-by-ldap-1): Indent.
16233
16234 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16235 mml-smime-get-dns-ldap.
16236 (mml-smime-encrypt-query): Use new function. Default to ldap.
16237
16238 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16239
16240 * smime.el: Require smime-ldap.
16241 (smime-ldap-host-list): New variable.
16242 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16243
16244 * mml-smime.el (mml-smime-encrypt-query): New function.
16245 (mml-smime-encrypt-query): Use it.
16246
16247 * smime-ldap.el: New file.
16248
16249 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16250
16251 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16252
16253 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16254
16255 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16256 argument in doc string. Make query for type more clear.
16257
16258 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16259
16260 * gnus.el (gnus-group-startup-message): Search for gnus images in
16261 etc/images/gnus.
16262 * mm-util.el (mm-image-load-path): Likewise.
16263 * smiley.el (smiley-data-directory): Search for smilies in
16264 etc/images/smilies.
16265
16266 2005-02-09 Kim F. Storm <storm@cua.dk>
16267
16268 Change Emacs release version from 21.4 to 22.1 throughout.
16269 Change Emacs development version from 21.3.50 to 22.0.50.
16270
16271 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16272
16273 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16274
16275 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16276 non-Mule XEmacs as well.
16277 (mm-decompress-buffer): Signal an error intentionally if it does
16278 not decompress compressed data because auto-compression-mode is
16279 disabled.
16280
16281 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16282
16283 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16284 an ID in the registry even if it has no groups.
16285
16286 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16287
16288 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16289 merge it into mm-decompress-buffer.
16290 (gnus-mime-copy-part): Use the MIME part charset, the value which
16291 a user specified or gnus-newsgroup-charset for decoding, like
16292 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16293 save-buffer what was used. Suggested by Kevin Ryde
16294 <user42@zip.com.au>.
16295 (gnus-mime-inline-part): Allow the name parameter as well as the
16296 filename parameter; force decompressing of compressed data; always
16297 display contents being not decoded as unibyte.
16298
16299 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16300 as well as the filename parameter.
16301
16302 * mm-util.el (mm-decompress-buffer):
16303 Merge gnus-mime-jka-compr-maybe-uncompress.
16304 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16305 of compressed data.
16306
16307 2005-02-08 Simon Josefsson <jas@extundo.com>
16308
16309 * imap.el (imap-log): Doc fix.
16310
16311 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16312
16313 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16314 the coding cookies; decompress compressed parts.
16315
16316 * mml.el (mml-generate-mime-1): Add the charset parameter according
16317 to the value which a user specified manually or the coding cookie.
16318
16319 * mm-util.el (mm-string-to-multibyte): New function.
16320 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16321 (mm-coding-system-to-mime-charset): New function.
16322 (mm-decompress-buffer): New function.
16323 (mm-find-buffer-file-coding-system): New function.
16324
16325 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16326 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16327 parts.
16328
16329 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16330
16331 * mm-view.el (mm-display-inline-fontify): Decode a part according
16332 to the charset parameter.
16333
16334 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16335
16336 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16337 prefix arg is neither nil nor a number, as info specifies.
16338
16339 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16340
16341 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16342 timestamps.
16343
16344 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16345
16346 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16347 groups error checking and notify user.
16348
16349 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16350
16351 * message.el (message-send-mail-function): Check existence of
16352 sendmail-program first before using default value
16353 `message-send-mail-with-sendmail'. Otherwise use more generic
16354 `smtpmail-send-it'.
16355
16356 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16357
16358 * nntp.el (nntp-request-update-info): Always return nil.
16359
16360 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16361
16362 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16363
16364 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16365
16366 * message.el (message-beginning-of-line): Change the behavior when
16367 invoked between BOL and : so that it first moves backward.
16368
16369 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16370
16371 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16372 article buffer when editing of the article is discarded.
16373 (gnus-article-prepare): Revert.
16374
16375 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16376
16377 * gnus-art.el (gnus-article-prepare):
16378 Remove message-strip-forbidden-properties from the local hook.
16379
16380 2005-01-27 Simon Josefsson <jas@extundo.com>
16381
16382 * password.el (password-cache-add): Only start one timer per key.
16383 Reported by Derek Atkins <warlord@MIT.EDU>.
16384
16385 2005-01-26 Steve Youngs <steve@sxemacs.org>
16386
16387 * run-at-time.el: Remove. It is no longer needed as
16388 timer-funcs.el in the xemacs-base package has a working version of
16389 `run-at-time'.
16390
16391 * password.el: Require timer-funcs instead of run-at-time in
16392 XEmacs.
16393 Remove `password-run-at-time' macro.
16394 (password-cache-add): Use `run-at-time' instead of
16395 `password-run-at-time'.
16396
16397 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16398 for `run-with-idle-timer'.
16399
16400 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16401 for `run-at-time'.
16402
16403 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16404 for `with-timeout'.
16405
16406 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16407
16408 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16409 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16410
16411 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16412
16413 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16414 sensitively.
16415
16416 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16417
16418 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16419
16420 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16421
16422 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16423 which will be inserted according to the multibyteness of a buffer
16424 rather than the type of contents. Suggested by ARISAWA Akihiro
16425 <ari@mbf.ocn.ne.jp>.
16426
16427 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16428 of string which old xml.el may return rather than a string.
16429
16430 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16431
16432 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16433
16434 2005-01-16 Simon Josefsson <jas@extundo.com>
16435
16436 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16437 idn/idna.el isn't available.
16438 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16439 <michael@waxrat.com>.
16440
16441 * hashcash.el: Remove non-FSF copyright header.
16442
16443 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16444 (hashcash-generate-payment): Use it.
16445 (hashcash-generate-payment-async): Use it.
16446
16447 2005-01-15 Simon Josefsson <jas@extundo.com>
16448
16449 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16450 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16451
16452 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16453 gnus-summary-idna-message.
16454 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16455 (gnus-summary-idna-message): New function.
16456
16457 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16458
16459 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16460 gnus-novice-user.
16461
16462 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16463
16464 * nnrss.el (nnrss-request-delete-group): Delete entries in
16465 nnrss-group-alist as well.
16466 (nnrss-save-server-data): Insert newline.
16467
16468 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16469
16470 * gnus.el (gnus-user-agent): Use list of symbols instead of
16471 symbols. Display full version number for (S)XEmacs.
16472 Optionally display (S)XEmacs codename.
16473
16474 * gnus-util.el (gnus-emacs-version): Update for new
16475 `gnus-user-agent'.
16476
16477 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16478 Gnus version.
16479
16480 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16481
16482 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16483 which is unreadable in some setups.
16484
16485 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16486
16487 * gnus-spec.el (gnus-update-format-specifications): Flush the
16488 group format spec cache if it doesn't support decoded group names.
16489
16490 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16491
16492 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16493 Allow to apply decay on score files matching a regexp.
16494
16495 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16496
16497 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16498 compatibility in %g and %c.
16499
16500 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16501
16502 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16503 name for only %g and %c.
16504 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16505 of gnus-tmp-group to decoded group name.
16506 (gnus-group-make-rss-group): Exclude `/'s from group names.
16507
16508 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16509
16510 * nnrss.el (nnrss-get-encoding): Fix regexp.
16511
16512 2004-12-27 Simon Josefsson <jas@extundo.com>
16513
16514 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16515 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16516 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16517
16518 2004-12-17 Kim F. Storm <storm@cua.dk>
16519
16520 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16521
16522 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16523
16524 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16525
16526 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16527
16528 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16529
16530 * nnrss.el: Require rfc2047 and mml.
16531 (nnrss-file-coding-system): New variable.
16532 (nnrss-format-string): Redefine it as an inline function.
16533 (nnrss-decode-group-name): New function.
16534 (nnrss-string-as-multibyte): Remove.
16535 (nnrss-retrieve-headers): Decode group name; don't use
16536 nnrss-format-string.
16537 (nnrss-request-group): Decode group name.
16538 (nnrss-request-article): Decode group name; allow a Message-ID as
16539 well as an article number; don't use nnrss-format-string; encode a
16540 Message-ID string which may contain non-ASCII characters; use
16541 mml-to-mime to compose a MIME article.
16542 (nnrss-request-expire-articles): Decode group name.
16543 (nnrss-request-delete-group): Decode group name.
16544 (nnrss-fetch): Clarify error message.
16545 (nnrss-read-server-data): Use insert-file-contents instead of load;
16546 bind file-name-coding-system; use multibyte buffer.
16547 (nnrss-save-server-data): Bind coding-system-for-write to the
16548 value of nnrss-file-coding-system; bind file-name-coding-system;
16549 add coding cookie.
16550 (nnrss-read-group-data): Use insert-file-contents instead of load;
16551 bind file-name-coding-system; use multibyte buffer.
16552 (nnrss-save-group-data): Bind coding-system-for-write to the
16553 value of nnrss-file-coding-system; bind file-name-coding-system.
16554 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16555 make it work with non-ASCII text.
16556 (nnrss-find-el): Make it work with old xml.el as well.
16557
16558 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16559
16560 * nnrss.el (nnrss-get-encoding): New function.
16561 (nnrss-fetch): Use unibyte buffer initially; bind
16562 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16563 decode contents according to the encoding attribute.
16564 (nnrss-save-group-data): Add coding cookie.
16565 (nnrss-mime-encode-string): New function.
16566 (nnrss-check-group): Use it to encode subject and author.
16567
16568 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16569
16570 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16571 imaginary variable.
16572
16573 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16574
16575 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16576 correctly even if there are wide characters.
16577
16578 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16579
16580 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16581 downcased symbol names; make a new cache instead of reusing
16582 bbdb-hashtable.
16583
16584 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16585
16586 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16587 concatenating segments rather than before concatenating them.
16588 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16589
16590 * message.el (message-get-reply-headers): Bind `extra'.
16591
16592 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16593
16594 * message.el (message-extra-wide-headers): New variable.
16595 (message-get-reply-headers): Use it.
16596
16597 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16598
16599 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16600 (gnus-agent-group-pathname): Ditto.
16601
16602 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16603
16604 * gnus-group.el (gnus-group-make-group): Decode group name.
16605 (gnus-group-make-rss-group): Register the group data after opening
16606 the nnrss group.
16607
16608 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16609
16610 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16611 by expiry now get marked as read.
16612
16613 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16614
16615 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16616
16617 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16618
16619 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16620 unify Latin characters in XEmacs.
16621 (mm-find-mime-charset-region): Use it.
16622
16623 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16624
16625 * gnus-util.el (gnus-delete-directory): New function.
16626
16627 * gnus-agent.el (gnus-agent-delete-group): Use it.
16628
16629 * gnus-cache.el (gnus-cache-delete-group): Use it.
16630
16631 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16632
16633 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16634 names.
16635
16636 2004-12-16 Simon Josefsson <jas@extundo.com>
16637
16638 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16639
16640 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16641
16642 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16643
16644 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16645 (gnus-group-set-current-level): Decode group name.
16646
16647 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16648
16649 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16650 failed.
16651
16652 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16653
16654 * gnus-group.el (gnus-group-delete-group): Decode group name.
16655 (gnus-group-make-rss-group): Encode group name.
16656 (gnus-group-catchup-current): Decode group name.
16657 (gnus-group-kill-group): Decode group name.
16658
16659 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16660
16661 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16662
16663 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16664
16665 * gnus-group.el (gnus-group-make-rss-group):
16666 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16667
16668 * gnus-start.el (gnus-setup-news): Honor user's setting to
16669 gnus-message-archive-method. Suggested by Lute Kamstra
16670 <lute@gnu.org>.
16671
16672 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16673
16674 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16675 global counterparts of the buffer-local variables.
16676
16677 2004-11-16 Romain Francoise <romain@orebokech.com>
16678
16679 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16680 counterparts of the buffer-local variables.
16681
16682 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16683
16684 * message.el (message-forbidden-properties): Fix typo in doc
16685 string.
16686
16687 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16688
16689 * gnus-util.el (gnus-replace-in-string): Add doc string.
16690
16691 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16692 to avoid problems when splitting mails with many recipients.
16693
16694 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16697 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16698
16699 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16700
16701 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16702 if there is no hashtable in memory or file modification time is
16703 newer than cached timestamp.
16704
16705 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16706
16707 * gnus-sum.el (gnus-summary-limit-to-recipient):
16708 Implement not-matching option.
16709
16710 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16711
16712 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16713 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16714 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16715 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16716 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16717 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16718
16719 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16720
16721 * message.el (message-forward-make-body-mml): Remove headers
16722 according to message-forward-ignored-headers if a message is decoded.
16723
16724 2004-12-02 Romain Francoise <romain@orebokech.com>
16725
16726 * message.el (message-forward-make-body-plain): Always remove
16727 headers according to message-forward-ignored-headers.
16728
16729 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16730
16731 * spam.el (spam-summary-prepare-exit): Remove the
16732 gnus-summary-limit pop for now, it has problems with ham marks for
16733 me.
16734
16735 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16736
16737 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16738 correctly.
16739
16740 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16741
16742 * format-spec.el (format-spec): Message the char.
16743
16744 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16745
16746 * gnus-art.el (gnus-split-methods): Reformat comments.
16747
16748 * spam.el (spam-summary-prepare-exit): Remove article limits
16749 before exiting the summary buffer.
16750
16751 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16752
16753 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16754 order to silence the byte compiler.
16755
16756 * spam.el: Fix the way to silence the byte compiler, which
16757 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16758 bbdb-search-simple, spam-BBDB-register-routine,
16759 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16760 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16761 spam-stat-buffer-is-spam, spam-stat-load,
16762 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16763 spam-stat-save and spam-stat-split-fancy.
16764
16765 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16766
16767 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16768 which may confuse users.
16769 (canlock-password-for-verify): Ditto.
16770
16771 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16772
16773 * gnus-art.el (gnus-emphasis-alist): Ditto.
16774
16775 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16776
16777 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16778
16779 * gnus-start.el (gnus-save-killed-list): Ditto.
16780
16781 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16782 (gnus-sum-thread-tree-root): Ditto.
16783 (gnus-sum-thread-tree-false-root): Ditto.
16784 (gnus-sum-thread-tree-single-indent): Ditto.
16785
16786 * message.el (message-courtesy-message): Ditto.
16787 (message-archive-note): Ditto.
16788 (message-subscribed-address-file): Ditto.
16789 (message-user-fqdn): Ditto.
16790
16791 * spam-report.el (spam-report-gmane-regex): Ditto.
16792
16793 * spam.el (spam-blackhole-good-server-regex): Ditto.
16794
16795 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16796
16797 * mml.el (mml-preview): Widen the message buffer before copying
16798 the contents to the preview buffer; sort headers before previewing.
16799
16800 * message.el (message-hidden-headers): Fix the way to avoid a bug
16801 in the `repeat' widget in Emacs 21.3 or earlier.
16802
16803 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16804
16805 * message.el (message-hidden-headers): Default to "^References:".
16806 Improve customization type. Suggested by Reiner Steib
16807 <Reiner.Steib@gmx.de>.
16808
16809 2004-11-25 Romain Francoise <romain@orebokech.com>
16810
16811 * message.el (message-strip-forbidden-properties): Remove check for
16812 obsolete `message-hidden' text property, hidden headers are not
16813 accessible in the buffer anymore.
16814
16815 2004-11-22 Romain Francoise <romain@orebokech.com>
16816
16817 * message.el (message-header-format-alist): Add `From' in list
16818 so that it can be sorted.
16819 (message-fix-before-sending): Widen and sort headers before
16820 sending.
16821 (message-hide-headers): Use narrowing to hide headers by moving
16822 them to the top of the buffer and narrowing to the region
16823 underneath.
16824
16825 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16826
16827 * message.el (message-strip-forbidden-properties):
16828 Bind buffer-read-only (etc) to nil.
16829
16830 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16831
16832 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16833 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16834
16835 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16836
16837 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16838
16839 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16840
16841 * dns.el (query-dns): Use sit-for to time instead of
16842 accept-process-output, since that doesn't seem to work on udp
16843 sockets.
16844
16845 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16846
16847 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16848
16849 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16850
16851 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16852 doc string. Improve doc string.
16853
16854 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16855
16856 * nntp.el (nntp-request-update-info): Return nil if
16857 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16858 may not call gnus-activate-group which uselessly issues the GROUP
16859 commands for all nntp groups and wastes time. Reported by Romain
16860 Francoise <romain@orebokech.com>.
16861
16862 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16863
16864 2004-11-15 Simon Josefsson <jas@extundo.com>
16865
16866 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16867 headers separately.
16868 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16869 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16870
16871 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16872
16873 * gnus-start.el (gnus-convert-old-newsrc):
16874 Assign legacy-gnus-agent to 5.10.7.
16875
16876 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16877
16878 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16879 start of the lines.
16880
16881 2004-11-14 Magnus Henoch <mange@freemail.hu>
16882
16883 * hashcash.el (hashcash-default-payment): Change default to 20.
16884 (hashcash-default-accept-payment): Change default to 20.
16885 (hashcash-process-alist): New variable.
16886 (hashcash-generate-payment-async): Add.
16887 (hashcash-already-paid-p): Add.
16888 (hashcash-insert-payment): Don't generate payments twice.
16889 (hashcash-insert-payment-async): Add.
16890 (hashcash-insert-payment-async-2): Add.
16891 (hashcash-cancel-async): Add.
16892 (hashcash-wait-async): Add.
16893 (hashcash-processes-running-p): Add.
16894 (hashcash-wait-or-cancel): Add.
16895 (mail-add-payment): New optional argument. Conditionally start
16896 asynchronous calculation.
16897 (mail-add-payment-async): Add.
16898
16899 * message.el (message-send-mail): Wait for asynchronous hashcash
16900 results. Don't clobber existing X-Hashcash headers.
16901 (message-setup-1): Call mail-add-payment-async when
16902 message-generate-hashcash is non-nil.
16903
16904 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16905
16906 * message.el (message-use-alternative-email-as-from): Examine the
16907 From header as well; use message-make-from in order to include a
16908 user's full name.
16909
16910 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16911
16912 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16913 default; improve customization type.
16914 (gnus-emphasis-custom-with-format): New macro.
16915 (gnus-emphasis-custom-value-to-external): New function.
16916 (gnus-emphasis-custom-value-to-internal): New function.
16917
16918 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16919
16920 * dns.el (query-dns): Resolve reverse addresses.
16921
16922 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16923
16924 * gnus-group.el (gnus-group-get-new-news): Use it.
16925
16926 * gnus-start.el (gnus-check-reasonable-setup): New function.
16927
16928 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16929
16930 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16931 "Args out of range" error. Reported by Arnaud Giersch
16932 <arnaud.giersch@free.fr>.
16933
16934 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16935
16936 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16937
16938 2004-11-04 Richard M. Stallman <rms@gnu.org>
16939
16940 * spam.el (spam group): Add :version.
16941
16942 * pgg-def.el (pgg group): Add :version.
16943
16944 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16945
16946 * gnus-art.el (gnus-article-edit-article): Don't associate the
16947 article buffer with a draft file. This is a temporary measure
16948 against the 2004-08-22 change to gnus-article-edit-mode.
16949
16950 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16951
16952 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16953 (html2text-format-tags): Remove unused variable `attr'.
16954
16955 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16956
16957 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16958
16959 * spam-stat.el (spam-stat): Add :version.
16960
16961 * sieve.el (sieve): Add :version.
16962
16963 * sha1.el (sha1): Add :version.
16964 (sha1-use-external): Remove redundant version.
16965
16966 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16967 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16968 (nnmail-split-fancy-match-partial-words)
16969 (nnmail-split-lowercase-expanded): Add :version.
16970
16971 * nndiary.el (nndiary): Add :version.
16972
16973 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16974
16975 * mml-sec.el (mml-default-sign-method)
16976 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16977 Add :version.
16978
16979 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16980
16981 * mm-url.el (mm-url-use-external, mm-url-program)
16982 (mm-url-arguments): Add :version.
16983
16984 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16985 (mm-attachment-file-modes, mm-decrypt-option)
16986 (mm-w3m-safe-url-regexp): Add :version.
16987
16988 * message.el (message-cite-prefix-regexp)
16989 (message-sendmail-envelope-from, message-minibuffer-local-map)
16990 (message-user-fqdn, message-completion-alist): Add :version.
16991
16992 * gnus-win.el (gnus-configure-windows-hook)
16993 (gnus-use-frames-on-any-display): Add :version.
16994
16995 * gnus-art.el (gnus-article-address-banner-alist)
16996 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16997 (gnus-treat-from-picon, gnus-treat-mail-picon)
16998 (gnus-treat-x-pgp-sig): Add :version.
16999
17000 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17001 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17002 (gnus-summary-article-delete-hook)
17003 (gnus-summary-display-while-building): Add :version.
17004
17005 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17006 (gnus-get-top-new-news-hook): Add :version.
17007
17008 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17009 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17010
17011 * gnus-registry.el (gnus-registry): Add :version.
17012
17013 * gnus-spec.el (gnus-use-correct-string-widths)
17014 (gnus-make-format-preserve-properties): Add :version.
17015
17016 * gnus.el (gnus-group-charter-alist)
17017 (gnus-group-fetch-control-use-browse-url)
17018 (gnus-install-group-spam-parameters): Add :version.
17019
17020 * gnus-diary.el (gnus-diary): Add :version.
17021
17022 * gnus-delay.el (gnus-delay): Add :version.
17023
17024 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17025 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17026 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17027 Add :version.
17028
17029 * gnus-agent.el (gnus-agent-max-fetch-size)
17030 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17031 (gnus-agent-prompt-send-queue): Add :version.
17032
17033 * deuglify.el (gnus-outlook-deuglify): Add :version.
17034
17035 * html2text.el: Beautify code. Improve doc strings.
17036 Some checkdoc cleanup.
17037 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17038
17039 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17040
17041 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17042
17043 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17044
17045 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17046 when package is loaded.
17047
17048 * spam.el (spam-summary-score-preferred-header): Add global preference
17049 for people who want to override the default SpamAssassin over
17050 Bogofilter preference (when both are set).
17051 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17052 (spam-user-format-function-S):
17053 Check spam-summary-score-preferred-header.
17054 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17055 (spam-user-format-function-S): Format the score correctly.
17056
17057 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17058
17059 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17060 signature file. Suggested by Manoj Srivastava
17061 <srivasta@golden-gryphon.com>.
17062
17063 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17064 iso-2022-jp even in the Japanese language environment.
17065 Suggested by Jason Rumney <jasonr@gnu.org>.
17066
17067 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17068
17069 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17070 use the same characters as the dummy marks; make it free from
17071 getting affected by the language environment.
17072 (gnus-summary-read-group-1): Update mark positions only when the
17073 format spec is updated.
17074
17075 * gnus-spec.el (gnus-update-format-specifications): Return a list
17076 of updated types.
17077
17078 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17079
17080 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17081 of boundp to check if display-warning is available.
17082
17083 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17084
17085 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17086
17087 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17088
17089 * nnspool.el (nnspool-spool-directory): Use news-path if the
17090 news-directory variable is not bound.
17091
17092 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17093 function instead of display-warning if it is not available.
17094
17095 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17096
17097 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17098 v5-10: Use `point-at-bol'.
17099
17100 2004-10-26 Simon Josefsson <jas@extundo.com>
17101
17102 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17103 <chenggao@gmail.com>.
17104
17105 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17106
17107 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17108 instead.
17109
17110 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17111
17112 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17113 to remove a server from the nnimap-server-buffer-alist.
17114 (nnimap-open-connection, nnimap-close-server): Use it.
17115
17116 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17117
17118 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17119
17120 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17121 running the major-mode function.
17122
17123 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17124
17125 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17126 dummy marks in the right way.
17127
17128 2004-10-18 David Edmondson <dme@dme.org>
17129
17130 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17131 excessively.
17132
17133 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17134
17135 * gnus-util.el (gnus-split-references): Accept a nil references
17136 string and go on blissfully.
17137
17138 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17139 cases where the references string is non-nil but has no references.
17140
17141 * encrypt.el: Add autoload tags.
17142
17143 * spam.el (spam-resolve-registrations-routine): Remove article
17144 from unregistration list too. Reported by David Hanak
17145 <dhanak@isis.vanderbilt.edu>
17146
17147 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17148
17149 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17150 nil. Change custom type.
17151
17152 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17153
17154 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17155
17156 * gnus-sum.el (gnus-summary-move-article): Use it.
17157
17158 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17159
17160 * encrypt.el: Add autoload cookies.
17161
17162 * spam.el (spam-backend-article-list-property)
17163 (spam-backend-get-article-todo-list)
17164 (spam-backend-put-article-todo-list)
17165 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17166 Resolve registrations separately.
17167 (spam-register-routine): Format comments.
17168 (spam-unregister-routine, spam-register-routine): Always call with
17169 specific-articles, no default list.
17170 (spam-summary-prepare-exit): Use the spam-classifications function.
17171
17172 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17173 gnus-encrypt.el.
17174
17175 * encrypt.el: Copied from gnus-encrypt.el.
17176
17177 * gnus-encrypt.el: Commented that it's obsolete.
17178
17179 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17180
17181 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17182 (gnus-score-save): Use it.
17183
17184 * message.el (message-bury): Use `window-dedicated-p'.
17185
17186 2004-10-15 Simon Josefsson <jas@extundo.com>
17187
17188 * pop3.el (top-level): Don't require nnheader.
17189 (pop3-read-timeout): Add.
17190 (pop3-accept-process-output): Add.
17191 (pop3-read-response, pop3-retr): Use it.
17192
17193 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17194
17195 * spam.el (spam-register-routine): Move comment.
17196 (spam-verify-bogofilter): Use 'unknown for the initial
17197 spam-bogofilter-valid state, not 'never.
17198
17199 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17200 for netrc-machine.
17201
17202 * nnimap.el (nnimap-open-connection):
17203 Use netrc-machine-user-or-password.
17204
17205 2004-10-17 Richard M. Stallman <rms@gnu.org>
17206
17207 * gnus-registry.el (gnus-registry-unload-hook):
17208 Set as a variable with add-hook.
17209
17210 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17211 of news-path.
17212
17213 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17214
17215 * spam.el: Delete duplicate `provide'.
17216 (spam-unload-hook): Set as a variable with add-hook.
17217
17218 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17219
17220 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17221 in the doc string.
17222
17223 * message.el (message-ignored-news-headers)
17224 (message-ignored-supersedes-headers)
17225 (message-ignored-resent-headers)
17226 (message-forward-ignored-headers): Improve custom type.
17227
17228 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17229
17230 * message.el (message-tokenize-header): Fix 2004-09-06 change
17231 which used point-min in the wrong place.
17232
17233 2004-10-12 Simon Josefsson <jas@extundo.com>
17234
17235 * tls.el (tls-certtool-program): New variable.
17236 (tls-certificate-information): New function, based on
17237 ssl-certificate-information.
17238
17239 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17240
17241 * compface.el: Move the version of ELisp-based uncompface program
17242 to the contrib directory because of the copyright problem.
17243
17244 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17245
17246 * message.el (message-kill-buffer): Raise the current frame.
17247
17248 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17249
17250 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17251
17252 * gnus.el (message-y-or-n-p): Autoload.
17253
17254 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17255 (pop3-password-required, pop3-authentication-scheme)
17256 (pop3-leave-mail-on-server): Make customizable.
17257 (pop3): New custom group.
17258 (pop3-retr): Remove `sleep-for' statements.
17259 Suggested by Dave Love <fx@gnu.org>.
17260
17261 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17262 Windows/DOS.
17263
17264 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17265 (imap-parse-body): Fix incorrect use of `assert'.
17266 Suggested by Dave Love <fx@gnu.org>.
17267
17268 * mml.el (mml-minibuffer-read-disposition): Require match.
17269 Suggested by Dave Love <fx@gnu.org>.
17270
17271 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17272
17273 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17274 doc string.
17275
17276 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17277
17278 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17279
17280 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17281
17282 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17283 instead of calling `mm-insert-inline', to decode text/* parts
17284 before displaying them.
17285
17286 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17287
17288 * mm-uu.el (mm-uu-text-plain-type): New variable.
17289 (mm-uu-pgp-signed-extract-1): Use it.
17290 (mm-uu-pgp-encrypted-extract-1): Use it.
17291 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17292 bind mm-uu-text-plain-type with that value.
17293 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17294 mm-uu-dissect.
17295
17296 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17297
17298 * gnus-group.el (gnus-update-group-mark-positions):
17299 * gnus-sum.el (gnus-update-summary-mark-positions):
17300 * message.el (message-check-news-body-syntax):
17301 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17302 of string-as-multibyte.
17303
17304 2004-10-05 Juri Linkov <juri@jurta.org>
17305
17306 * gnus-group.el (gnus-update-group-mark-positions):
17307 * gnus-sum.el (gnus-update-summary-mark-positions):
17308 * message.el (message-check-news-body-syntax):
17309 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17310 8-bit unibyte values to a multibyte string for search functions.
17311
17312 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17313
17314 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17315 (mm-uu-dissect-text-parts): New function.
17316
17317 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17318 dissect text parts.
17319
17320 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17321 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17322
17323 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17324
17325 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17326 Use gnus-current-topics instead of gnus-current-topic.
17327
17328 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17329
17330 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17331
17332 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17333
17334 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17335 where approriate.
17336
17337 * nnml.el (nnml-generate-active-info): do.
17338
17339 * nndiary.el (nndiary-generate-active-info): do.
17340
17341 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17342 (gnus-topic-move): do.
17343
17344 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17345 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17346
17347 * gnus-srvr.el (gnus-server-prepare)
17348 (gnus-server-open-all-servers): do.
17349
17350 * gnus-msg.el (gnus-summary-cancel-article)
17351 (gnus-summary-resend-message)
17352 (gnus-summary-mail-crosspost-complaint): do.
17353
17354 * gnus-move.el (gnus-change-server): do.
17355
17356 * gnus-group.el (gnus-group-unmark-all-groups)
17357 (gnus-group-set-current-level): do.
17358
17359 2004-10-04 Simon Josefsson <jas@extundo.com>
17360
17361 * message.el (message-generate-hashcash): Doc fix.
17362
17363 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17364
17365 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17366 avoid infinite recursion via gnus-get-function.
17367
17368 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17369
17370 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17371
17372 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17373
17374 * nnmail.el (nnmail-split-history): do.
17375
17376 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17377 (nnml-request-delete-group): do.
17378
17379 * nnslashdot.el (nnslashdot-read-groups): do.
17380
17381 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17382 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17383
17384 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17385 (nnspool-sift-nov-with-sed): Use last.
17386 (nnspool-retrieve-headers-with-nov): Use mapc.
17387 (nnspool-request-newgroups): Use dolist.
17388 (nnspool-request-group): Use last.
17389
17390 * nntp.el (nntp-read-server-type): Use dolist.
17391
17392 * nnvirtual.el (nnvirtual-create-mapping)
17393 (nnvirtual-update-read-and-marked): Use dolist.
17394 (nnvirtual-convert-headers): Simplify.
17395
17396 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17397
17398 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17399 Add support for sync'ing tick marks.
17400
17401 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17402
17403 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17404 there's no visible header.
17405
17406 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17407
17408 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17409 When necessary, pass full group name to gnus-request-set-marks.
17410
17411 2004-10-01 Simon Josefsson <jas@extundo.com>
17412
17413 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17414 acroread.
17415
17416 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17417
17418 * spam-report.el (spam-report-gmane): Fix interactive.
17419
17420 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17421
17422 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17423 when writing file.
17424 (gnus-agent-synchronize-flags): Don't default to being
17425 interactive.
17426
17427 2004-09-30 Simon Josefsson <jas@extundo.com>
17428
17429 * message.el (message-generate-hashcash): Add.
17430 (message-send-mail): Use it, call mail-add-payment.
17431
17432 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17433
17434 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17435
17436 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17437
17438 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17439 gnus-requst-update-info with explicit code to sync the in-memory
17440 info read flags with the marks being sync'd to the backend.
17441
17442 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17443
17444 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17445
17446 * spam.el (spam-verify-bogofilter): Add new function.
17447 (spam-check-bogofilter)
17448 (spam-bogofilter-register-with-bogofilter): Use it.
17449 (spam-verify-bogofilter): Add small fixes.
17450
17451 2004-09-28 Simon Josefsson <jas@extundo.com>
17452
17453 * hashcash.el (hashcash-generate-payment): Revert.
17454
17455 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17456
17457 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17458 Use gnus-extract-references instead of gnus-split-references.
17459
17460 * gnus-util.el (gnus-extract-references): Add new function, analogous
17461 to gnus-split-references but extracts only the message-ID without
17462 anything extra.
17463
17464 * hashcash.el (hashcash-generate-payment)
17465 (hashcash-check-payment): Do the right thing if hashcash-path is
17466 nil (because the hashcash program could not be found).
17467
17468 * spam.el (spam-use-hashcash): Remove comment.
17469
17470 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17471
17472 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17473 (gnus-cache-enter-article, gnus-cache-remove-article)
17474 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17475
17476 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17477
17478 * gnus-art.el (article-hide-boring-headers)
17479 (article-translate-strings, article-display-face)
17480 (gnus-article-mime-match-handle-first)
17481 (gnus-article-highlight-headers)
17482 (gnus-article-add-buttons-to-head): do.
17483
17484 2004-09-27 Simon Josefsson <jas@extundo.com>
17485
17486 * hashcash.el: New version, from
17487 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17488 ../contrib/.
17489
17490 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17491
17492 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17493
17494 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17495
17496 * gnus-dup.el (gnus-dup-open): Use mapc.
17497 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17498
17499 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17500 Reported by Stefan Wiens <s.wi@gmx.net>.
17501
17502 * gnus.el (gnus-shutdown): Use dolist.
17503
17504 * gnus-undo.el (gnus-undo): Use mapc.
17505
17506 * nnrss.el (nnrss-generate-active): do.
17507
17508 * message.el (message-cite-original-without-signature)
17509 (message-cite-original): Use mapc.
17510 (message-do-actions, message-make-forward-subject): Use dolist.
17511
17512 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17513
17514 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17515 deletion to remove entire duplicate line. Fixes merged article
17516 number bug.
17517
17518 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17519
17520 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17521 servers that are offline. Avoids having gnus-agent-toggle-plugged
17522 first ask if you want to open a server and then, even when you
17523 responded with no, asking if you want to synchronize the server's
17524 flags.
17525 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17526 multi-line expressions.
17527 (gnus-agent-synchronize-group-flags): New internal function.
17528 Updates marks in memory (in the info structure) AND in the
17529 backend.
17530
17531 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17532
17533 * nnagent.el (nnagent-request-set-mark):
17534 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17535 method, to ensure that synchronization updates marks in the
17536 backend and in the info (in memory) structure.
17537
17538 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17539
17540 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17541 convention fully; don't miss the root article of a thread; make
17542 the X-Draft-From header with correct article numbers.
17543
17544 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17545
17546 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17547 unless plugged. Disable the agent so that an open failure causes
17548 an error.
17549
17550 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17551 Revert 2004-09-21 change. The backend must be opened while
17552 synchronizing flags even when the backend stores the flags
17553 locally.
17554
17555 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17556
17557 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17558 in `header' match. Reported by Svend Tollak Munkejord.
17559
17560 * message.el (message-cite-original): Fix use of
17561 `message-cite-articles-with-x-no-archive'.
17562
17563 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17564
17565 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17566 (gnus-window-to-buffer): Ditto.
17567
17568 * mml.el (mml-preview-buffer): New variable.
17569 (mml-preview): Manage window layout with gnus-buffer-configuration.
17570
17571 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17572 X-Draft-From header even if those articles aren't quoted.
17573
17574 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17575
17576 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17577 (gnus-request-set-mark, gnus-request-update-mark): Use new
17578 g-s-t-u-l-m to decide to use backend even when unplugged.
17579
17580 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17581
17582 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17583 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17584
17585 2004-09-20 Simon Josefsson <jas@extundo.com>
17586
17587 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17588 "utf-16-le".
17589
17590 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17591
17592 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17593
17594 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17595
17596 * uudecode.el (uudecode-use-external): Add :version.
17597
17598 * smime.el (smime-CA-file, smime-encrypt-cipher)
17599 (smime-dns-server): Add :version.
17600
17601 * smiley.el (gnus-smiley-file-types): Add :version.
17602
17603 * sha1.el (sha1-use-external): Add :version.
17604
17605 * pgg-def.el (pgg-query-keyserver): Add :version.
17606
17607 * nnmail.el (nnmail-fancy-expiry-targets)
17608 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17609 Add :version.
17610
17611 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17612 (nnimap-retrieve-groups-asynchronous): Add :version.
17613 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17614
17615 * mml.el (mml-content-disposition-parameters)
17616 (mml-insert-mime-headers-always): Add :version.
17617
17618 * mm-util.el (mm-coding-system-priorities): Add :version.
17619
17620 * mm-decode.el (mm-inline-text-html-with-images)
17621 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17622 (mm-verify-option): Add :version.
17623 (mm-text-html-renderer): Change :version.
17624
17625 * message.el (message-fcc-externalize-attachments)
17626 (message-required-headers, message-draft-headers)
17627 (message-subject-trailing-was-query)
17628 (message-subject-trailing-was-ask-regexp)
17629 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17630 (message-mark-insert-end, message-archive-header)
17631 (message-archive-note, message-cross-post-default)
17632 (message-cross-post-note, message-followup-to-note)
17633 (message-cross-post-note-function, message-use-mail-followup-to)
17634 (message-subscribed-address-functions)
17635 (message-subscribed-address-file, message-subscribed-addresses)
17636 (message-subscribed-regexps, message-allow-no-recipients)
17637 (message-yank-cited-prefix, message-signature-insert-empty-line)
17638 (message-hidden-headers, message-hierarchical-addresses)
17639 (message-mail-user-agent, message-use-idna)
17640 (message-valid-fqdn-regexp)
17641 (message-strip-special-text-properties, message-header-synonyms)
17642 (message-beginning-of-line, message-tab-body-function): Add :version.
17643 (message-insert-canlock, message-wide-reply-confirm-recipients):
17644 Change :version.
17645
17646 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17647 and :version.
17648 (mail-source-delete-old-incoming-confirm)
17649 (mail-source-movemail-program): Add :version.
17650
17651 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17652 (gnus-agent-cache, gnus-agent): Change :version.
17653
17654 * gnus-util.el (gnus-use-byte-compile): Change :version.
17655
17656 * gnus-sum.el (gnus-summary-make-false-root-always)
17657 (gnus-summary-default-high-score)
17658 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17659 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17660 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17661 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17662 (gnus-sum-thread-tree-single-indent)
17663 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17664 (gnus-sum-thread-tree-leaf-with-other)
17665 (gnus-sum-thread-tree-single-leaf): Add :version.
17666 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17667 (gnus-article-loose-mime): Change :version.
17668
17669 * gnus-start.el (gnus-backup-startup-file)
17670 (gnus-save-startup-file-via-temp-buffer): Add :version.
17671
17672 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17673 (gnus-server-offline-face): Add :version.
17674
17675 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17676
17677 * gnus-msg.el (gnus-gcc-externalize-attachments)
17678 (gnus-debug-files, gnus-debug-exclude-variables)
17679 (gnus-discouraged-post-methods): Change :version.
17680 (gnus-confirm-mail-reply-to-news)
17681 (gnus-confirm-treat-mail-like-news): Add :version.
17682
17683 * gnus-int.el (gnus-server-unopen-status): Add :version.
17684
17685 * gnus-group.el (gnus-group-jump-to-group-prompt)
17686 (gnus-large-ephemeral-newsgroup)
17687 (gnus-fetch-old-ephemeral-headers): Add :version.
17688
17689 * gnus-fun.el (gnus-x-face-directory)
17690 (gnus-convert-pbm-to-x-face-command)
17691 (gnus-convert-image-to-x-face-command)
17692 (gnus-convert-image-to-face-command): Add :version.
17693
17694 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17695
17696 * gnus-cite.el (gnus-cite-blank-line-after-header)
17697 (gnus-article-boring-faces): Add :version.
17698
17699 * gnus-art.el (gnus-buttonized-mime-types)
17700 (gnus-inhibit-mime-unbuttonizing)
17701 (gnus-treat-display-face)
17702 (gnus-treat-body-boundary): Change :version.
17703 (gnus-body-boundary-delimiter, gnus-picon-databases)
17704 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17705 (gnus-treat-date-english, gnus-treat-fold-headers)
17706 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17707 (gnus-treat-mail-picon, gnus-treat-wash-html)
17708 (gnus-article-encrypt-protocol)
17709 (gnus-use-idna, gnus-article-over-scroll)
17710 (gnus-mime-display-multipart-alternative-as-mixed)
17711 (gnus-mime-display-multipart-related-as-mixed)
17712 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17713 (gnus-ctan-url, gnus-button-ctan-handler)
17714 (gnus-button-handle-ctan-bogus-regexp)
17715 (gnus-button-ctan-directory-regexp)
17716 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17717 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17718 (gnus-button-man-level, gnus-button-emacs-level)
17719 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17720
17721 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17722 (gnus-agent-go-online): Change :version.
17723 (gnus-agent-expire-unagentized-dirs)
17724 (gnus-agent-auto-agentize-methods): Add :version.
17725
17726 * flow-fill.el (fill-flowed-display-column)
17727 (fill-flowed-encode-column): Add :version.
17728
17729 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17730 (gnus-outlook-deuglify-unwrap-max)
17731 (gnus-outlook-deuglify-cite-marks)
17732 (gnus-outlook-deuglify-unwrap-stop-chars)
17733 (gnus-outlook-deuglify-no-wrap-chars)
17734 (gnus-outlook-deuglify-attrib-cut-regexp)
17735 (gnus-outlook-deuglify-attrib-verb-regexp)
17736 (gnus-outlook-deuglify-attrib-end-regexp)
17737 (gnus-outlook-display-hook): Add :version.
17738
17739 * binhex.el (binhex-use-external): Add :version.
17740
17741 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17742
17743 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17744 and `invisible'.
17745
17746 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17747
17748 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17749 in gnus-registry-trim.
17750
17751 2004-09-13 Simon Josefsson <jas@extundo.com>
17752
17753 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17754
17755 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17756
17757 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17758 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17759 <yamaoka@jpl.org>.
17760 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17761 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17762 <yamaoka@jpl.org>.
17763
17764 * sieve.el (sieve-manage-mode): Ditto.
17765
17766 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17767
17768 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17769
17770 2004-09-11 Simon Josefsson <jas@extundo.com>
17771
17772 * dns-mode.el: Add.
17773
17774 * mm-view.el (mm-display-dns-inline): Add.
17775
17776 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17777 (mm-automatic-display): Ditto.
17778
17779 * mailcap.el (mailcap-mime-data): Add text/dns.
17780 (mailcap-mime-extensions): Map .soa to text/dns.
17781
17782 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17783
17784 * gnus-art.el (article-decode-mime-words, article-babel)
17785 (gnus-article-highlight-signature, gnus-article-add-buttons)
17786 (gnus-signature-toggle): Remove unnecessary bindings of
17787 `inhibit-read-only' inherited from v5.10 merge.
17788
17789 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17790
17791 * nntp.el (nntp): New customization group.
17792 (nntp-authinfo-file): Add customization group.
17793
17794 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17795
17796 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17797
17798 * gnus.el (to-address, to-list, subscribed)
17799 (large-newsgroup-initial): Ditto.
17800
17801 * flow-fill.el (fill-flowed-display-column)
17802 (fill-flowed-encode-column): Ditto.
17803
17804 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17805
17806 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17807 Use point-min rather than 1.
17808 (message-send-mail): Use buffer-size rather than point-max.
17809
17810 * gnus-sum.el (gnus-summary-search-article-forward):
17811 Signal a specific `search-failed' rather than a generic `error'.
17812
17813 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17814 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17815 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17816
17817 2004-09-10 Simon Josefsson <jas@extundo.com>
17818
17819 * nndb.el (require): Remove tcp and duplicate cl.
17820
17821 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17822
17823 * gnus-agent.el (directory-files-and-attributes): Move forward.
17824
17825 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17826
17827 * gnus-agent.el (directory-files-and-attributes):
17828 Optionally defined to support XEmacs.
17829
17830 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17831
17832 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17833 to avoid run-time CL dependencies.
17834 (gnus-agent-unfetch-articles): New function.
17835 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17836 article numbers even when local .overview file is missing.
17837 (gnus-agent-read-article-number): New function. Only accepts
17838 27-bit article numbers.
17839 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17840 Use gnus-agent-read-article-number.
17841 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17842 from backend while recognizing that article numbers in .overview
17843 must be valid.
17844 (gnus-agent-update-files-total-fetched-for):
17845 Use directory-files-and-attributes to improve performance.
17846 * gnus-int.el (gnus-request-move-article):
17847 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17848 improve performance.
17849
17850 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17851 some users confused by references to .newsrc when they only have a
17852 .newsrc.eld file.
17853 (gnus-convert-mark-converter-prompt)
17854 (gnus-convert-converter-needs-prompt): Fix use of property list.
17855 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17856 New function. Used internally to only display 'gnus converting
17857 files' message when actually necessary.
17858
17859 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17860 methods now autoloaded.
17861
17862 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17863
17864 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17865 identifiers.
17866
17867 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17868
17869 * gnus-picon.el: Fix indentation and closing parenthesis.
17870
17871 2004-09-01 Simon Josefsson <jas@extundo.com>
17872
17873 * message.el (message-canlock-generate): Require sha1, not
17874 sha1-el. (Can we get rid of this require altogether? It is ugly
17875 to require within a function. Sadly, if sha1.el isn't loaded, the
17876 let binding in m-c-g will hide the defcustom definition, which is
17877 bad.)
17878
17879 * canlock.el: Require sha1, not sha1-el.
17880
17881 * message.el: Don't autoload sha1 (there is a autoload cookie in
17882 sha1.el).
17883
17884 * sha1-el.el: Rename to sha1.el.
17885
17886 2004-08-30 Juanma Barranquero <lektu@terra.es>
17887
17888 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17889
17890 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17891
17892 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17893
17894 2004-08-30 Kim F. Storm <storm@cua.dk>
17895
17896 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17897
17898 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17899 Add :group 'nnimap.
17900
17901 2004-08-30 Andreas Schwab <schwab@suse.de>
17902
17903 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17904 ?* and ?\;.
17905
17906 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17907 and ?\' to symbol instead of whitespace.
17908
17909 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17910
17911 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17912
17913 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17914 instead of re-search-forward.
17915
17916 * gnus-uu.el (gnus-uu-save-article): Ditto.
17917 (gnus-uu-post-encode-uuencode): Ditto.
17918
17919 * html2text.el (html2text-clean-list-items): Ditto.
17920 (html2text-clean-dtdd): Ditto.
17921 (html2text-format-tags): Ditto.
17922
17923 * message.el (message-send-mail-with-sendmail): Fix regexp.
17924 (message-fill-field-general): Use search-forward instead of
17925 re-search-forward.
17926 (unbold-region): Ditto.
17927
17928 * nnrss.el (nnrss-request-article): Ditto.
17929
17930 * nnslashdot.el (nnslashdot-request-article): Ditto.
17931
17932 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17933
17934 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17935 "Unrecognized menu descriptor" error in XEmacs.
17936
17937 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17938
17939 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17940 parent article of a sparse article in the thread hashtb.
17941
17942 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17943
17944 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17945 (nnmail-expand-newtext): Lowercase expanded entries if
17946 nnmail-split-lowercase-expanded is non-nil.
17947
17948 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17949
17950 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17951
17952 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17953 of gnus-tmp-news-method into string under XEmacs. It will be
17954 passed to gnus-correct-length which takes only a string argument.
17955
17956 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17957
17958 * gnus-util.el (gnus-bind-print-variables): New macro.
17959 (gnus-prin1): Use it.
17960 (gnus-prin1-to-string): Use it.
17961 (gnus-pp): New function.
17962 (gnus-pp-to-string): New function.
17963
17964 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17965 Replace pp-to-string with gnus-pp-to-string.
17966 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17967 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17968 * gnus-msg.el (gnus-debug): Ditto.
17969 * gnus-score.el (gnus-score-save): Ditto.
17970 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17971 gnus-pp-to-string.
17972 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17973 with gnus-pp.
17974 * score-mode.el (gnus-score-pretty-print): Ditto.
17975 * webmail.el (webmail-debug): Ditto.
17976
17977 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17978
17979 * gnus-art.el (article-display-face, article-display-x-face):
17980 Use buffer-read-only.
17981
17982 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17983
17984 * gnus-art.el (article-hide-list-identifiers):
17985 Bind inhibit-read-only as t.
17986
17987 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17988
17989 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17990
17991 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17992
17993 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17994 (gnus-narrow-to-page): Don't assume point-min == 1.
17995 (gnus-article-edit-mode): Derive from message-mode.
17996
17997 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17998 point-min == 1.
17999
18000 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18001 Disable incorrect use of `assert'.
18002
18003 * message.el (message-mode): Set comment-start-skip.
18004
18005 2004-08-22 Sam Steingold <sds@gnu.org>
18006
18007 * pop3.el (pop3-leave-mail-on-server): New user variable.
18008 (pop3-movemail): Delete mail only when it is nil.
18009
18010 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18011
18012 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18013
18014 * mml.el (mml-preview): Use `pop-to-buffer'.
18015
18016 * message.el (message-goto-mail-followup-to): Insert after "To".
18017 (message-carefully-insert-headers): Add comment.
18018
18019 * gnus.el: Remove unused variable `gnus-article-check-size'.
18020
18021 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18022
18023 * gnus-art.el (gnus-button-alist):
18024 Improve `gnus-button-handle-library' entry.
18025
18026 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18027
18028 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18029 Use downcase, since XEmacs capitalizes error messages differently.
18030
18031 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18032
18033 * nntp.el: Add (require 'gnus) due to reference to
18034 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18035
18036 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18037
18038 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18039 Bind `mm-fill-flowed'.
18040
18041 * mm-decode.el (mm-dissect-singlepart): Check it.
18042
18043 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18044
18045 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18046 'imap' for netrc parsing.
18047
18048 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18049
18050 * mailcap.el (mailcap-mime-data): Mark as risky.
18051
18052 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18053
18054 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18055 may be included in the encoded word.
18056 (rfc2047-encode): Don't append a space if the encoded word
18057 includes close parenthesis.
18058
18059 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18060
18061 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18062 of text within parentheses.
18063
18064 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18065
18066 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18067 (gnus-encrypt-write-file-contents): Make the password key the file
18068 name PLUS the cipher, not just the cipher. Also remove failed
18069 passwords from the cache.
18070
18071 2004-08-06 Simon Josefsson <jas@extundo.com>
18072
18073 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18074 Doc fix.
18075
18076 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18077
18078 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18079 LWSP.
18080
18081 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18082
18083 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18084 Try to append in-reply-to: data to the references: header.
18085
18086 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18087 (netrc-parse): Use gnus-encrypt.el functions.
18088
18089 * gnus-encrypt.el: Add new file for encryption support; currently
18090 does only a few GPG ciphers and an internal XOR cipher.
18091
18092 * password.el: Add comments on using password-read-and-add.
18093 (password-read-and-add): Add function to read and add the
18094 password to the cache at once.
18095
18096 2004-07-28 Simon Josefsson <jas@extundo.com>
18097
18098 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18099 parameter (but don't use it, for now).
18100
18101 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18102 instead of hard coding to nil.
18103
18104 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18105
18106 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18107 as mm-inline-image-xemacs does.
18108
18109 2004-07-26 Simon Josefsson <jas@extundo.com>
18110
18111 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18112 Revert part of 2004-07-17 change below.
18113
18114 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18115
18116 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18117 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18118
18119 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18120
18121 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18122 quotes that actually start with ">" at the beginning of the
18123 lines.
18124
18125 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18126
18127 * rfc2047.el (rfc2047-encode-region): Fix last change.
18128 (rfc2047-encode-parameter): Remove useless concat.
18129
18130 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18131
18132 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18133 encode special characters; fix some kind of misconfigured headers;
18134 signal a real error if debug-on-quit or debug-on-error is non-nil.
18135 (rfc2047-encode-max-chars): New variable.
18136 (rfc2047-encode-1): Use it.
18137 (rfc2047-encode-parameter): New function.
18138
18139 * mml.el (mml-insert-parameter): Remove an excessive space.
18140
18141 2004-07-17 Simon Josefsson <jas@extundo.com>
18142
18143 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18144 Kai Grossjohann <kai@emptydomain.de>.
18145 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18146 (gnus-group-make-menu-bar): Ditto.
18147
18148 * gnus-util.el (gnus-group-server): Add.
18149
18150 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18151
18152 * message.el (message-clone-locals): Clone sendmail and smtp
18153 variables.
18154
18155 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18156
18157 * rfc2047.el (rfc2047-encode-region): Fix last change.
18158
18159 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18160
18161 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18162 characters as non-special.
18163
18164 2004-07-09 Simon Josefsson <jas@extundo.com>
18165
18166 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18167 Users will lose all flag changes made while unplugged with
18168 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18169 good default. See numerous reports on ding mailing list.
18170
18171 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18172
18173 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18174 add generate-head-function and generate-article-function to the
18175 rfc822-forward entry.
18176 (nndoc-rfc822-forward-generate-article): New function.
18177 (nndoc-rfc822-forward-generate-head): New function.
18178
18179 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18180
18181 2004-07-06 Dan Christensen <jdc@uwo.ca>
18182
18183 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18184 respect display group parameter and gnus-summary-expunge-below.
18185 (gnus-articles-to-read): Remove unused reference to display group
18186 parameter.
18187
18188 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18189
18190 * nnheader.el (nnheader-uniquify-message-id): New experimental
18191 variable.
18192 (nnheader-nov-read-message-id): Use it.
18193
18194 * spam-report.el (spam-report-gmane): Add interactive.
18195
18196 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18197
18198 * mm-encode.el (mm-content-transfer-encoding-defaults):
18199 Use qp-or-base64 for the application/* types.
18200
18201 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18202
18203 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18204
18205 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18206
18207 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18208 trim value.
18209
18210 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18211
18212 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18213 New macro and function.
18214 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18215
18216 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18217
18218 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18219 after-load-alist.
18220
18221 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18222
18223 * gnus-group.el (gnus-group-get-new-news-this-group):
18224 Don't update info that isn't there.
18225
18226 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18227
18228 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18229 entry.
18230
18231 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18232
18233 * mm-view.el (mm-inline-render-with-function): Use multibyte
18234 buffer; decode html source by charset.
18235
18236 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18237
18238 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18239 Mule-UCS is loaded under XEmacs.
18240 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18241
18242 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18243
18244 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18245
18246 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18247
18248 * mm-util.el (mm-coding-system-p): Return a coding-system.
18249 (mm-mime-mule-charset-alist): Use shift_jis instead of
18250 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18251 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18252 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18253 instead of japanese-shift-jis and iso-latin-1 respectively in
18254 order to share the default value with both Emacs and XEmacs-mule.
18255 (mm-mule-charset-to-mime-charset):
18256 Make mm-coding-system-priorities effective.
18257 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18258 while predicating of candidates upon the priorities.
18259
18260 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18261
18262 * gnus-sum.el (gnus-summary-make-menu-bar):
18263 Add gnus-uu-invert-processable.
18264
18265 * gnus.el: Autoload gnus-uu-invert-processable.
18266
18267 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18268
18269 * mm-util.el (mm-with-multibyte-buffer): New macro.
18270
18271 * rfc2047.el (rfc2047-encode-string): Use it.
18272 (rfc2047-encode-region): Move point to the end of the region after
18273 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18274
18275 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18276
18277 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18278 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18279
18280 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18281
18282 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18283 (gnus-cite-parse): Ignore quoted envelope From_.
18284 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18285
18286 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18287
18288 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18289 invalid addresses.
18290
18291 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18292
18293 * spam.el: Change section markers, revise TODO list.
18294 (spam-backends): Make new master list of all installed backends.
18295 (spam-summary-exit-behavior): Add new variable to determine how
18296 messages moves are done at summary exit.
18297 (spam-move-spam-nonspam-groups-only)
18298 (spam-process-ham-in-nonham-groups)
18299 (spam-process-ham-in-spam-groups): Remove variables, the
18300 spam-summary-exit-behavior variable should be used to manage this
18301 behavior.
18302 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18303 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18304 and spam-old-spam-articles.
18305 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18306 Add empty variables, placeholders for the backends they represent.
18307 (spam-set-difference): Move, unchanged.
18308 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18309 unless the user has a processor variable.
18310 (spam-classifications, spam-classification-valid-p)
18311 (spam-backend-properties, spam-backend-property-valid-p)
18312 (spam-backend-function-type-valid-p)
18313 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18314 (spam-report-articles-gmane, spam-report-articles-resend):
18315 Remove functions, they are not needed.
18316 (spam-install-backend-super, spam-backend-list)
18317 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18318 (spam-backend-function, spam-backend-ham-registration-function)
18319 (spam-backend-spam-registration-function)
18320 (spam-backend-ham-unregistration-function)
18321 (spam-backend-spam-unregistration-function)
18322 (spam-backend-statistical-p, spam-backend-mover-p)
18323 (spam-install-backend-alias, spam-install-checkonly-backend)
18324 (spam-install-mover-backend, spam-install-nocheck-backend)
18325 (spam-install-backend, spam-install-statistical-backend)
18326 (spam-install-statistical-checkonly-backend): Add backend installation
18327 support.
18328 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18329 (spam-group-processor-p): Use the new backend code and respect the
18330 summary exit behavior.
18331 (spam-mark-spam-as-expired-and-move-routine): Remove.
18332 (spam-summary-prepare): Change to use the new spam-old-articles
18333 variable.
18334 (spam-copy-or-move-routine, spam-copy-spam-routine)
18335 (spam-move-spam-routine, spam-copy-ham-routine)
18336 (spam-move-ham-routine): Add code to copy/move ham or spam.
18337 (spam-fetch-field-fast): Improve doc and code, plus allow the
18338 'number request.
18339 (spam-list-of-checks, spam-list-of-statistical-checks):
18340 Remove variables.
18341 (spam-split, spam-find-spam): Use the new backend code.
18342 (spam-registration-functions): Remove variable.
18343 (spam-unregister-routine): Add convenience wrapper.
18344 (spam-log-undo-registration, spam-register-routine)
18345 (spam-log-processing-to-registry)
18346 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18347 where possible.
18348 (spam-check-gmane-xref, spam-check-regex-headers)
18349 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18350 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18351 (spam-check-bogofilter-headers, spam-check-spamoracle)
18352 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18353 (spam-check-crm114-headers): Use the spam-split-group that
18354 spam-split prepares, no need to determine it every time.
18355
18356 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18357 to the nnheader-parse-naked-head call.
18358
18359 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18360
18361 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18362 the nnheader-nov-read-message-id call.
18363
18364 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18365
18366 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18367 gnus-activate-group twice. Suggested by Markus Peter
18368 <warp@spin.de>.
18369
18370 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18371
18372 * gnus-art.el (gnus-article-time-format): Exchange the order of
18373 day and month in the default value; fix customization type.
18374 (article-date-ut): Use add-text-properties.
18375 (article-make-date-line): Use message-make-date instead of
18376 current-time-string.
18377
18378 * message.el (message-fetch-field): Don't use set-text-properties.
18379 (message-make-date): Simplify.
18380
18381 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18382
18383 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18384 (rfc2047-encode-region): Treat text within parentheses as special;
18385 show the original text when error has occurred.
18386
18387 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18388 already-computed method to gnus-activate-group.
18389
18390 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18391 same select-methods identical Lisp objects.
18392
18393 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18394 object when modifying the info.
18395
18396 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18397
18398 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18399 gnus-opened-servers since it has never been opened with the new
18400 configuration yet.
18401
18402 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18403
18404 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18405 arg to nnheader-generate-fake-message-id.
18406
18407 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18408
18409 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18410 number and build a fake message ID localized to a group and
18411 article number (so it's repeatable from that point on).
18412 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18413 ID format.
18414
18415 * gnus-sum.el (gnus-get-newsgroup-headers):
18416 Call nnheader-generate-fake-message-id with the article number.
18417
18418 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18419
18420 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18421 end-of-buffer.
18422
18423 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18424
18425 * message.el (message-ignored-supersedes-headers): Add Approved.
18426
18427 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18428
18429 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18430 goto-char.
18431 (rfc2047-encode): Fold the line before encoding.
18432
18433 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18434
18435 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18436 folding -- not all headers can be folded, and this should be done
18437 by the message composition mode. Probably. I think.
18438
18439 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18440
18441 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18442 fast.
18443
18444 * gnus-ems.el (gnus-remove-image): Don't use
18445 message-text-with-property; remove only the image found first.
18446
18447 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18448
18449 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18450
18451 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18452
18453 * message.el (message-text-with-property): Make it fast and accept
18454 optional arguments.
18455 (message-strip-forbidden-properties): Use it.
18456 (message-fix-before-sending): Follow the m-t-w-p change.
18457
18458 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18459
18460 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18461
18462 * gnus-art.el (article-hide-headers): Don't change the buffer
18463 mistakenly when performing mml-preview even if
18464 gnus-single-article-buffer is nil.
18465
18466 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18467
18468 * message.el (message-expand-name-databases): New user option.
18469 (message-expand-name): Use it.
18470
18471 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18472
18473 * spam.el (spam-report-articles-resend)
18474 (spam-report-resend-register-routine): Allow ham reporting.
18475 (spam-report-resend-register-ham-routine): Add wrapper.
18476 (spam-registration-functions): Add ham resending functions.
18477 (spam-list-of-processors): Add ham resend processor.
18478
18479 * gnus.el (ham-resend-to): Add new group parameter.
18480 (spam-process): Add ham resend option.
18481
18482 * spam-report.el (spam-report-resend): Allow reporting ham.
18483 (spam-report-resend-ham): Add wrapper.
18484
18485 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18486
18487 * message.el (message-cite-articles-with-x-no-archive):
18488 New variable.
18489 (message-cite-original): Use it.
18490
18491 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18492
18493 * message.el (message-cite-original): Respect X-No-Archive.
18494
18495 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18496
18497 * gnus-art.el (article-hide-headers): Refer to the values for
18498 gnus-ignored-headers and gnus-visible-headers in the summary
18499 buffer since a user may have set them as group parameters.
18500
18501 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18502
18503 * assistant.el (assistant-node-name): Add convenience function.
18504 (assistant-render-text, assistant-render-node): Add error handling,
18505 plus handle multiple next nodes.
18506 (assistant-find-next-node): Comment out for now.
18507 (assistant-find-next-nodes): Add function, returns list of next
18508 nodes.
18509
18510 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18511
18512 * mail-source.el (mail-source-directory): Fix doc-string.
18513
18514 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18515
18516 * assistant.el (assistant-render-text, assistant-eval): Add :set
18517 widget type, which is different because it takes and returns a
18518 list. Much hilarity ensues.
18519
18520 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18521
18522 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18523
18524 * gnus-group.el (gnus-group-get-new-news-this-group):
18525 Add doc-string.
18526
18527 * gnus-start.el (gnus-activate-group): Add doc-string.
18528
18529 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18530
18531 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18532
18533 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18534
18535 * assistant.el (assistant-render-text): Try to add a :set
18536 widget, more to come.
18537
18538 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18539 strings.
18540 (spam-report-articles-resend)
18541 (spam-register-routine): Do registration iff any articles warrant
18542 it.
18543 (spam-summary-prepare-exit): Change log message for nil group
18544 destinations.
18545
18546 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18547
18548 * spam.el (spam-report-resend-register-routine):
18549 Allow spam-report-resend-to to be a group parameter or a global value.
18550
18551 2004-05-26 Simon Josefsson <jas@extundo.com>
18552
18553 * starttls.el: Merge with my GNUTLS based starttls.el.
18554 (starttls-gnutls-program, starttls-use-gnutls)
18555 (starttls-extra-arguments, starttls-process-connection-type)
18556 (starttls-connect, starttls-failure, starttls-success):
18557 New variables.
18558 (starttls-program, starttls-extra-args): Doc fix.
18559 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18560 New functions.
18561 (starttls-negotiate, starttls-open-stream):
18562 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18563 function if it is set.
18564
18565 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18566
18567 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18568 structured fields.
18569
18570 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18571
18572 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18573
18574 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18575
18576 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18577 Add variable.
18578 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18579 assigning the spam-mark to new messages.
18580
18581 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18582
18583 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18584
18585 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18586
18587 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18588 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18589 default.
18590
18591 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18592
18593 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18594 correct data.
18595
18596 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18597
18598 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18599 (spam-group-processor-p): Fix function.
18600 (spam-group-processor-multiple-p)
18601 (spam-group-spam-processor-report-gmane-p)
18602 (spam-group-spam-processor-report-resend-p)
18603 (spam-group-spam-processor-bogofilter-p)
18604 (spam-group-spam-processor-blacklist-p)
18605 (spam-group-spam-processor-ifile-p)
18606 (spam-group-ham-processor-ifile-p)
18607 (spam-group-spam-processor-spamoracle-p)
18608 (spam-group-spam-processor-crm114-p)
18609 (spam-group-ham-processor-bogofilter-p)
18610 (spam-group-spam-processor-stat-p)
18611 (spam-group-ham-processor-stat-p)
18612 (spam-group-ham-processor-whitelist-p)
18613 (spam-group-ham-processor-BBDB-p)
18614 (spam-group-ham-processor-spamoracle-p)
18615 (spam-group-ham-processor-copy-p): Remove functions with some
18616 prejudice against unneeded code.
18617 (spam-report-articles-resend)
18618 (spam-report-resend-register-routine): Allow the group/topic
18619 spam-resend-to value to override spam-report-resend-to.
18620 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18621 properly now.
18622
18623 * gnus.el (spam-resend-to): Add group/topic parameter.
18624 (spam-process): Move the OBSOLETE processors to the end of the
18625 choices.
18626
18627 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18628
18629 * spam-report.el (spam-report-resend-to, spam-report-resend):
18630 Start with resend-to set to nil, and then ask the user if necessary.
18631 (spam-report-resend): spam-report-resend takes a list of articles, not
18632 separate article numbers.
18633
18634 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18635
18636 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18637 addition to emacs-w3m.
18638
18639 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18640
18641 * assistant.el (assistant-authinfo-data): New function.
18642 (assistant-eval): Eval for entire assistant.
18643
18644 * netrc.el (netrc-services-file): New variable.
18645 (netrc-parse-services): New function.
18646 (netrc-find-service-name): New function.
18647 (netrc-find-service-number): New function.
18648 (netrc-port-equal): New function.
18649 (netrc-machine): Use it.
18650
18651 * nnimap.el (nnimap-open-connection): Use netrc.
18652
18653 * gnus-util.el (gnus-netrc-get): Remove aliases.
18654
18655 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18656
18657 * assistant.el (wid-edit): Fix compilation.
18658
18659 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18660
18661 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18662
18663 * gnus-util.el (gnus-set-file-modes): New function. (small
18664 patch).
18665
18666 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18667
18668 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18669
18670 * assistant.el (assistant-render-node): Fix up rendering and
18671 read-only text.
18672 (assistant-render-node): Reset.
18673 (assistant-make-read-only): Not sticky.
18674
18675 2004-05-20 Danny Siu <dsiu@adobe.com>
18676
18677 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18678 centered even when gnus-auto-center-summary is t
18679
18680 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18681
18682 * dns.el (dns-get-txt-answer): New function.
18683 (dns-read-txt): Ditto.
18684 (query-dns): Use it.
18685
18686 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18687
18688 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18689 active for foreign groups even if the group level is higher than
18690 the specified value.
18691
18692 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18693
18694 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18695 non-active groups.
18696
18697 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18698
18699 2004-05-20 Magnus Henoch <mange@freemail.hu>
18700
18701 * dns.el (dns-read-type): Add support for SVR. (small patch)
18702
18703 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18704
18705 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18706 (spam-crm114-header, spam-crm114-spam-switch)
18707 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18708 (spam-crm114-positive-spam-header)
18709 (spam-crm114-database-directory, spam-list-of-processors)
18710 (spam-group-spam-processor-crm114-p)
18711 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18712 (spam-generic-score, spam-list-of-checks)
18713 (spam-list-of-statistical-checks, spam-registration-functions)
18714 (spam-check-crm114-headers, spam-crm114-score)
18715 (spam-check-crm114, spam-crm114-register-with-crm114)
18716 (spam-crm114-register-spam-routine)
18717 (spam-crm114-unregister-spam-routine)
18718 (spam-crm114-register-ham-routine)
18719 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18720 From asjo@koldfront.dk (Adam Sjøgren).
18721
18722 * gnus.el: Add spam-use-crm114.
18723
18724 * spam.el (spam-list-of-processors, spam-registration-functions):
18725 Add spam-use-resend.
18726 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18727 (spam-report-articles-gmane): Add doc fix.
18728 (spam-report-articles-resend, spam-report-resend-register-routine):
18729 Add wrappers around spam-report-resend-to.
18730
18731 * spam-report.el (spam-report-resend-to, spam-report-resend):
18732 Add support for resending spam.
18733 (spam-report-gmane): Fix line length >80.
18734
18735 * gnus.el (spam-process): Add spam-use-resend.
18736
18737 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18738
18739 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18740 number of processed spam messages.
18741 (spam-ham-copy-or-move-routine): Return the number of processed
18742 ham messages.
18743 (spam-summary-prepare-exit): Use the above values to decide
18744 whether status messages shouled be displayed.
18745
18746 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18747
18748 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18749 `rfc2047-encoding-function-alist' in order to avoid conflicting
18750 with the old version.
18751 (rfc2047-encode-region): Concatenate words containing non-ASCII
18752 characters in structured fields; don't encode space-delimited
18753 ASCII words even in unstructured fields; don't break words at
18754 char-category boundaries.
18755 (rfc2047-encode-1): New function.
18756 (rfc2047-encode): Use it; encode text so that it occupies the
18757 maximum width within 76-column; work correctly on Q encoding for
18758 iso-2022-* charsets.
18759 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18760 sure not to break a line just after the header name.
18761 (rfc2047-b-encode-region): Remove.
18762 (rfc2047-b-encode-string): New function.
18763 (rfc2047-q-encode-region): Remove.
18764 (rfc2047-q-encode-string): New function.
18765
18766 * mm-util.el (mm-replace-in-string): New function.
18767
18768 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18769
18770 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18771 Really get it right.
18772 (gnus-inews-make-draft): Really.
18773
18774 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18775
18776 * nnmh.el (nnmh-request-list-1): Don't check the link count
18777 before descending. (small patch)
18778
18779 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18780
18781 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18782 stuff.
18783
18784 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18785 Match on real group name.
18786
18787 * gnus-art.el (gnus-signature-limit): Doc fix.
18788
18789 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18790
18791 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18792
18793 * gnus-draft.el (gnus-draft-send):
18794 Bind rfc2047-encode-encoded-words.
18795
18796 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18797 (rfc2047-encodable-p): Say that =? needs encoding.
18798 (rfc2047-encode-encoded-words): New variable.
18799
18800 * gnus-group.el (gnus-group-select-group): Doc fix.
18801
18802 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18803
18804 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18805 to nil.
18806
18807 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18808
18809 * nnheader.el (nnheader-get-lines-and-char): New function.
18810
18811 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18812
18813 * gnus-msg.el (gnus-summary-followup-with-original):
18814 Document yanking of region when active.
18815
18816 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18817
18818 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18819 groups if the group level is higher than the specified value.
18820
18821 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18822
18823 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18824 (gnus-group-jump-to-group): Add prefix argument using
18825 `gnus-group-jump-to-group-prompt'. Query before jumping to
18826 non-active group.
18827
18828 * compface.el (uncompface): Be verbose when changing
18829 `uncompface-use-external'.
18830
18831 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18832 handle manual section.
18833
18834 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18835
18836 * gnus-art.el (gnus-button-alist): Revert previous change.
18837
18838 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18839
18840 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18841
18842 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18843
18844 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18845 whether backend can accept message.
18846
18847 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18848
18849 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18850
18851 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18852 Avoid creating directory when nntp-marks-is-evil is true.
18853 Reported by Reiner Steib.
18854
18855 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18856
18857 * gnus-picon.el (gnus-picon-style): New variable.
18858 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18859 (gnus-picon-transform-address): Support `gnus-picon-style'.
18860 From Jesper Harder <harder@ifa.au.dk>.
18861
18862 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18863
18864 * message.el (message-fill-field): Return point.
18865 (message-generate-headers): Go to end of field.
18866
18867 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18868 stuff for non-living groups.
18869
18870 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18871
18872 * gnus-art.el (gnus-article-followup-with-original)
18873 (gnus-article-reply-with-original): gnus-mark-active-p ->
18874 gnus-region-active-p.
18875
18876 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18877
18878 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18879 only when there is spam or ham to be processed.
18880
18881 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18882
18883 * mail-source.el (mail-source-delete-crash-box): Refactor.
18884 (mail-source-fetch): Use it.
18885 (mail-source-fetch-file): Ditto.
18886 (mail-source-fetch-directory): Run postscript in loop.
18887 (mail-source-fetch-pop): Delete.
18888 (mail-source-fetch-maildir): Ditto.
18889 (mail-source-fetch-imap): Ditto.
18890
18891 * imap.el (imap-authenticators): Comment out sasl.
18892
18893 * message.el (message-skip-to-next-address): New function.
18894 (message-fill-header-address): Refactor.
18895 (message-fill-address): Use it.
18896 (message-delete-address): Use it.
18897 (message-fill-header-general): Refactor.
18898 (message-fill-field-address): Rename.
18899 (message-narrow-to-field): Find the start of the header.
18900 (message-header-format-alist): Don't pre-fill.
18901 (message-fill-header): Remove.
18902 (message-insert-header): New function.
18903 (message-shorten-references): Use it.
18904
18905 * rfc2047.el (rfc2047-field-value): Strip props.
18906
18907 * mail-parse.el (mail-header-make-address): New alias.
18908
18909 * ietf-drums.el (ietf-drums-make-address): New function.
18910
18911 * imap.el: Add compiler directives.
18912
18913 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18914
18915 * gnus-art.el (article-decode-idna-rhs): Don't use
18916 message-idna-inside-rhs-p.
18917
18918 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18919
18920 * message.el (message-idna-inside-rhs-p): Remove.
18921 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18922
18923 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18924 false positives.
18925
18926 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18927
18928 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18929
18930 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18931
18932 * nneething.el (nneething-file-name): Don't create spurious
18933 files.
18934
18935 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18936 (gnus-inews-do-gcc): Remove sleep.
18937
18938 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18939 part under point.
18940
18941 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18942 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18943
18944 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18945
18946 * spam.el (spam-summary-prepare-exit): Fix (length).
18947
18948 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18949
18950 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18951 as expired without moving it" message when there are spam
18952 messages left.
18953
18954 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18955
18956 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18957 header is not nil.
18958
18959 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18960
18961 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18962 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18963 (nntp-marks-changed-p): New arg SERVER.
18964 (nntp-request-update-info): Adjust caller.
18965
18966 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18967
18968 * nntp.el (nntp-save-marks): Pass missing arg.
18969
18970 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18971
18972 * nntp.el: Support marks.
18973 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18974 (nntp-marks-modtime, nntp-marks-directory): New variables.
18975 (nntp-request-set-mark, nntp-request-update-info)
18976 (nntp-possibly-create-directory, nntp-marks-changed-p)
18977 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18978 New functions.
18979
18980 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18981
18982 * gnus-score.el (gnus-score-insert-help):
18983 Use gnus-select-lowest-window.
18984
18985 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18986 appt-select-lowest-window and rename to gnus-select-lowest-window.
18987
18988 * gnus.el: do.
18989
18990 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18991
18992 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18993 encodings of MIME-encoded words, in order to improve
18994 interoperability with several broken MUAs.
18995
18996 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18997
18998 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18999 tags, only when charsets are not specified in headers.
19000 (mm-inline-text-html-render-with-w3m): Ditto.
19001
19002 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19003
19004 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19005 instead of MIME-decoded from fields when checking
19006 `gnus-article-address-banner-alist'.
19007
19008 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19009
19010 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19011 description rather than subject.
19012
19013 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19014
19015 * gnus.el (gnus-version-number): Bump.
19016
19017 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19018
19019 * gnus.el: No Gnus v0.2 is released.
19020
19021 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19022
19023 * gnus-agent.el (gnus-agent-read-agentview):
19024 Inline gnus-uncompress-range.
19025
19026 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19027
19028 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19029 `exec-installed-p'.
19030
19031 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19032
19033 * gnus.el (spam-process, spam-autodetect-methods):
19034 Add bsfilter and bsfilter-headers.
19035
19036 * spam.el (spam-bsfilter): New customize group.
19037 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19038 (spam-bsfilter-header, spam-bsfilter-probability-header)
19039 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19040 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19041 (spam-bsfilter-database-directory): New options.
19042 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19043 (spam-list-of-statistical-checks, spam-registration-functions):
19044 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19045 (spam-bsfilter-score): New command.
19046 (spam-check-bsfilter-headers, spam-check-bsfilter)
19047 (spam-bsfilter-register-with-bsfilter)
19048 (spam-bsfilter-register-spam-routine)
19049 (spam-bsfilter-unregister-spam-routine)
19050 (spam-bsfilter-register-ham-routine)
19051 (spam-bsfilter-unregister-ham-routine): New functions.
19052 (spam-generic-score): Support bsfilter; Accept an optional argument
19053 to recalcurate spam score even if scoring header has already been
19054 added.
19055 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19056 optional argument to recalcurate spam score even if scoring header
19057 has already been added.
19058
19059 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19060
19061 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19062 strings! Reported by David D. Smith <davidsmith@acm.org>.
19063 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19064 link is missing.
19065
19066 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19067
19068 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19069 (html2text-get-attr): Rewrite.
19070
19071 * message.el (message-setup-1): Remove redundant put-text-property
19072 on mail-header-separator.
19073
19074 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19075
19076 * gnus-registry.el (gnus-registry-cache-whitespace)
19077 (gnus-registry-action, gnus-registry-spool-action)
19078 (gnus-registry-split-fancy-with-parent): Change message levels
19079 from 5 to 3 or 7, as needed.
19080
19081 * spam.el (spam-summary-prepare-exit)
19082 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19083 (spam-split, spam-find-spam, spam-log-undo-registration)
19084 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19085 level from 5 to 6.
19086
19087 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19088
19089 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19090 2004-03-04 change).
19091
19092 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19093
19094 * sieve-manage.el (sieve-manage-open):
19095 * nnweb.el (nnweb-insert-html):
19096 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19097 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19098 * nnspool.el (nnspool-request-group):
19099 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19100 * nnml.el (nnml-request-update-info):
19101 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19102 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19103 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19104 (nnimap-request-set-mark):
19105 * nnfolder.el (nnfolder-request-update-info):
19106 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19107 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19108 * gnus-uu.el (gnus-uu-find-articles-matching):
19109 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19110 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19111 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19112 * gnus-nocem.el (gnus-nocem-scan-groups):
19113 * gnus-int.el (gnus-start-news-server):
19114 * gnus-group.el (gnus-group-make-kiboze-group)
19115 (gnus-group-browse-foreign-server):
19116 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19117 Use mapc when appropriate.
19118
19119 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19120
19121 FIXME: Make separate entries for each person.
19122
19123 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19124 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19125 <shields@msrl.com>:
19126
19127 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19128 may need for spam sorting and scoring.
19129 (spam-user-format-function-S): Add user format function suitable for
19130 general use.
19131 (spam-article-sort-by-spam-status): Add sorting function for summary
19132 sorting.
19133 (spam-extra-header-to-number): Add function to get a score from a
19134 header.
19135 (spam-summary-score): Add function to get a numeric score from the
19136 headers.
19137 (spam-generic-score): Fix function doc, was in wrong place.
19138 (spam-initialize): Take symbols when it's run, and install the
19139 extra headers that spam-necessary-extra-headers thinks we need.
19140
19141 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19142
19143 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19144 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19145
19146 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19147
19148 * gnus-sum.el (gnus-set-global-variables)
19149 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19150 (gnus-article-get-xrefs, gnus-summary-best-group)
19151 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19152 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19153 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19154 Use with-current-buffer.
19155
19156 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19157
19158 * spam.el (spam-summary-prepare-exit): Simplify logic.
19159 (spam-fetch-article-header): Read the article header if it's not
19160 available.
19161 (spam-list-articles): Simplify logic.
19162 (spam-filelist-register-routine): Fix bug with unregister-list.
19163
19164 * gnus-registry.el: Fix comments at beginning.
19165
19166 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19167
19168 * message.el (message-cater-to-broken-inn): Remove.
19169 (message-shorten-references): Make sure the total folded length of
19170 References is shorter than 998 characters to cater to a bug in INN
19171 2.3. Also, don't pretend that references aren't folded -- this
19172 hasn't worked for a while.
19173
19174 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19175
19176 * gnus-agent.el (gnus-agentize):
19177 gnus-agent-send-mail-real-function no longer set to current value
19178 of message-send-mail-function but rather a lambda that calls
19179 message-send-mail-function. The change makes the agent real-time
19180 responsive to user changes to message-send-mail-function.
19181
19182 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19183
19184 * legacy-gnus-agent.el
19185 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19186 help from Florian Weimer <fw@deneb.enyo.de>
19187
19188 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19189
19190 * nnmail.el (nnmail-cache-insert): Revert last change.
19191
19192 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19193
19194 * nnmail.el (nnmail-cache-insert): Always check whether
19195 nnmail-cache-ignore-groups matches a group name.
19196
19197 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19198
19199 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19200 (spam-find-spam, spam-log-processing-to-registry)
19201 (spam-log-registered-p, spam-log-unregistration-needed-p)
19202 (spam-log-undo-registration): Use gnus-message instead of
19203 gnus-error, none of these errors are fatal.
19204
19205 * gnus-registry.el (gnus-registry-clean-empty-function)
19206 (gnus-registry-clean-empty): Remove only empty entries without
19207 extra data.
19208
19209 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19210
19211 * spam-stat.el (spam-stat-buffer-change-to-spam)
19212 (spam-stat-buffer-change-to-non-spam): Change (error) to
19213 (gnus-message 8) invocation.
19214
19215 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19216
19217 * nntp.el (nntp-via-netcat-command): New variable.
19218 (nntp-via-netcat-switches): New variable.
19219 (nntp-open-via-rlogin-and-netcat): New function.
19220 (nntp-open-connection-function): Doc fix.
19221 (nntp-telnet-command): Doc fix.
19222 (nntp-end-of-line): Doc fix.
19223 (nntp-via-rlogin-command): Doc fix.
19224 (nntp-via-user-name): Doc fix.
19225 (nntp-via-address): Doc fix.
19226
19227 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19228
19229 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19230 error in Emacs 21.1.
19231
19232 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19233
19234 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19235
19236 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19237
19238 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19239 (gnus-agent-with-refreshed-group): New macro.
19240 (gnus-agent-rename-group): New function.
19241 (gnus-agent-delete-group): New function.
19242 (gnus-agent-save-group-info): Use gnus-command-method when
19243 `method' parameter is nil. Don't write nil entries into the
19244 active file.
19245 (gnus-agent-get-group-info): New function.
19246 (gnus-agent-fetch-articles):
19247 Use gnus-agent-update-files-total-fetched-for to increment disk space
19248 used.
19249 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19250 Use gnus-agent-update-view-total-fetched-for to increment disk space
19251 used.
19252 (gnus-agent-get-local): Add optional parameters to avoid calling
19253 gnus-group-real-name and gnus-find-method-for-group.
19254 (gnus-agent-set-local): Delete stored entry if either min, or max,
19255 are nil.
19256 (gnus-agent-fetch-session): Reworded error/quit messages.
19257 On quit, use gnus-agent-regenerate-group to record existence of any
19258 articles fetched to disk before the quit occurred.
19259 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19260 gnus-agent-update-view-total-fetched-for, and
19261 gnus-agent-update-files-total-fetched-for to decrement disk space
19262 used.
19263 (gnus-agent-retrieve-headers):
19264 Use gnus-agent-update-view-total-fetched-for to increment disk space
19265 used.
19266 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19267 with gnus-agent-update-files-total-fetched-for to decrement disk
19268 space and fresh group buffer.
19269 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19270 (gnus-agent-need-update-total-fetched-for): New variable.
19271 (gnus-agent-update-files-total-fetched-for): New function.
19272 (gnus-agent-update-view-total-fetched-for): New function.
19273 (gnus-agent-total-fetched-for): New function.
19274
19275 * gnus-cache.el (gnus-cache-save-buffers):
19276 Use gnus-cache-update-overview-total-fetched-for to change disk space
19277 used by this group.
19278 (gnus-cache-possibly-enter-article):
19279 Use gnus-cache-update-file-total-fetched-for to increment disk space
19280 used by this group.
19281 (gnus-cache-possibly-remove-article):
19282 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19283 used by this group.
19284 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19285 (gnus-cache-rename-group): New function.
19286 (gnus-cache-delete-group): New function.
19287 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19288 (gnus-cache-need-update-total-fetched-for): New variable.
19289 (gnus-cache-with-refreshed-group): New macro.
19290 (gnus-cache-update-file-total-fetched-for): New function.
19291 (gnus-cache-update-overview-total-fetched-for): New function.
19292 (gnus-cache-rename-group-total-fetched-for): New function.
19293 (gnus-cache-delete-group-total-fetched-for): New function.
19294 (gnus-cache-total-fetched-for): New function.
19295
19296 * gnus-group.el: Require gnus-sum and autoload functions to
19297 resolve warnings when gnus-group.el compiled alone.
19298 (gnus-group-line-format): Documented new %F.
19299 (size of Fetched data) group line format; identifies disk space
19300 used by agent and cache.
19301 (gnus-group-line-format-alist): Defined new F format.
19302 (gnus-total-fetched-for): New function.
19303 (gnus-group-delete-group): No longer update
19304 gnus-cache-active-altered as gnus-request-delete-group now keeps
19305 the cache in sync.
19306 (gnus-group-list-active): Let the agent store a server's active
19307 list if currently plugged.
19308
19309 * gnus-int.el (gnus-request-delete-group):
19310 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19311 local disk in sync with the server.
19312 (gnus-request-rename-group):
19313 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19314 local disk in sync with the server.
19315
19316 * gnus-start.el (gnus-get-unread-articles):
19317 Cosmetic simplification to logic.
19318
19319 * gnus-util.el (gnus-rename-file): New function.
19320
19321 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19322
19323 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19324
19325 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19326
19327 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19328 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19329
19330 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19331
19332 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19333 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19334
19335 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19336
19337 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19338
19339 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19340
19341 * spam.el (spam-set-difference): Add function to replace
19342 gnus-set-difference in spam.el.
19343 (spam-summary-prepare-exit): Use spam-set-difference.
19344
19345 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19346
19347 * gnus-registry.el (gnus-registry-cache-file): Update to use
19348 gnus-dribble-directory OR gnus-home-directory OR ~.
19349 (gnus-registry-split-fancy-with-parent): Fix doc.
19350
19351 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19352
19353 * message.el (message-exchange-point-and-mark):
19354 Use message-mark-active-p. Suggested by Jesper Harder
19355 <harder@ifa.au.dk>.
19356
19357 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19358
19359 * message.el (message-exchange-point-and-mark): Don't activate
19360 region if it was inactive. Suggested by Hiroshi Fujishima
19361 <pooh@nature.tsukuba.ac.jp>.
19362
19363 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19364
19365 * gnus-art.el (article-display-face): Display Faces in the same
19366 order as X-Faces.
19367
19368 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19369
19370 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19371
19372 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19373
19374 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19375 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19376 (gnus-article-mime-hierarchy): Remove.
19377 (gnus-article-mime-hierarchy-next): Remove.
19378 (gnus-article-mode): Revert 2004-03-19 change.
19379 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19380 (gnus-insert-mime-button): Revert 2004-03-19 change.
19381 (gnus-mime-accumulate-hierarchy): Remove.
19382 (gnus-mime-enter-multipart): Remove.
19383 (gnus-mime-leave-multipart): Remove.
19384 (gnus-mime-display-part): Revert 2004-03-19 change.
19385 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19386
19387 * mml.el (mml-preview): Revert 2004-03-19 change.
19388
19389 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19390
19391 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19392
19393 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19394
19395 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19396 t while entering a file name using the mm-with-multibyte macro.
19397 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19398
19399 * mm-util.el (mm-with-multibyte): New macro.
19400
19401 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19402
19403 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19404 New user option.
19405 (gnus-mime-multipart-functions): Doc and customization fix.
19406 (gnus-article-mime-hierarchy): New variable.
19407 (gnus-article-mime-hierarchy-next): New variable.
19408 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19409 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19410 gnus-article-mime-hierarchy-next to nil.
19411 (gnus-insert-mime-button): Show hierarchy numbers.
19412 (gnus-mime-accumulate-hierarchy): New function.
19413 (gnus-mime-enter-multipart): New function.
19414 (gnus-mime-leave-multipart): New function.
19415 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19416 (gnus-mime-display-alternative): Show hierarchy numbers.
19417
19418 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19419 gnus-article-mime-hierarchy-next to nil.
19420
19421 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19422
19423 * dns.el: Don't require gnus-xmas.
19424
19425 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19426
19427 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19428 inline PGP.
19429 (mml-menu): Disable mml-quote-region if mark is inactive.
19430
19431 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19432
19433 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19434 when the group's active is not available.
19435
19436 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19437
19438 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19439 error.
19440
19441 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19442
19443 * imap.el (imap-store-password): New variable.
19444 (imap-interactive-login): Use it.
19445 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19446
19447 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19448
19449 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19450 window-start and hscroll to summary window.
19451
19452 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19453
19454 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19455 conversion message to newsrc-dribble when an actual conversion is
19456 performed.
19457
19458 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19459
19460 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19461
19462 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19463
19464 * mm-decode.el (mm-complicated-handles): New function reviving
19465 former definition of mm-multiple-handles.
19466
19467 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19468 (gnus-mime-delete-part): Use it.
19469
19470 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19471
19472 * gnus-agent.el (gnus-agent-read-local):
19473 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19474 avoid the implicit assumption that they will always be equal.
19475 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19476 coding-system-for-write, as the with-temp-file macro first prints
19477 to a buffer then saves the buffer.
19478
19479 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19480
19481 * gnus-art.el (gnus-article-edit-part): New function.
19482 (gnus-mime-save-part-and-strip): Use it; do query instead of
19483 signaling an error; don't use mm-multiple-handles.
19484 (gnus-mime-delete-part): Ditto.
19485
19486 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19487
19488 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19489 old file versions.
19490 (gnus-group-prepare-hook): Remove function that converted list
19491 form of gnus-agent-expire-days to group properties.
19492
19493 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19494 (gnus-request-accept-article): Re-indented.
19495
19496 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19497 converters to handle old agent file formats. Add logic for a
19498 "backup before upgrading warning".
19499 (gnus-convert-mark-converter-prompt): Developers can mark
19500 functions as needing (default), or not needing,
19501 gnus-convert-old-newsrc's "backup before upgrading warning".
19502 (gnus-convert-converter-needs-prompt): Tests whether the user
19503 should be protected from potentially irreversable changes by the
19504 function.
19505
19506 * legacy-gnus-agent.el: New. Provides converters that are only
19507 loaded when gnus-convert-old-newsrc needs to call them.
19508
19509 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19510
19511 * mail-source.el (mail-source-touch-pop): Doc fix.
19512
19513 * message.el (message-smtpmail-send-it): Doc fix.
19514
19515 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19516
19517 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19518
19519 * nnmail.el (nnmail-split-fancy): do.
19520
19521 * gnus-kill.el (gnus-kill, gnus-execute): do.
19522
19523 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19524
19525 * gnus-sum.el (gnus-widget-reversible-match)
19526 (gnus-widget-reversible-to-internal)
19527 (gnus-widget-reversible-to-external): New functions.
19528 (gnus-widget-reversible): New widget.
19529 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19530
19531 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19532
19533 * gnus-sum.el (gnus-thread-sort-functions)
19534 (gnus-article-sort-functions): Document `(not F)' items.
19535
19536 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19537
19538 * spam.el (spam-use-gmane-xref): Add new backend.
19539 (spam-gmane-xref-spam-group): Add variable to control the name of the
19540 Gmane spam group.
19541 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19542 (spam-regex-headers-spam, spam-regex-headers-ham)
19543 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19544 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19545 backends and checks.
19546 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19547
19548 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19549 an autodetect method.
19550
19551 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19552
19553 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19554 articles are being added to a group.
19555 (gnus-request-replace-article): Inform the agent that articles
19556 need to be uncached as the cached contents are no longer valid.
19557
19558 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19559
19560 * binhex.el: Don't autoload executable-find.
19561
19562 * canlock.el: Don't autoload mail-fetch-field.
19563
19564 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19565
19566 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19567 rmail-dont-reply-to and rmail-output.
19568
19569 * gnus-score.el: Don't autoload ffap-string-at-point.
19570
19571 * gnus-setup.el: Don't autoload sc-cite-original.
19572
19573 * imap.el: Don't autoload base64-decode-string,
19574 base64-encode-string and md5.
19575
19576 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19577 and rmail-msg-restore-non-pruned-header.
19578
19579 * mm-decode.el: Don't autoload executable-find.
19580
19581 * mm-url.el: Don't autoload executable-find.
19582
19583 * mm-view.el: Don't autoload diff-mode.
19584
19585 * nndb.el: Don't autoload news-reply-mode, news-setup,
19586 cancel-timer and telnet.
19587
19588 * password.el: Don't autoload run-at-time for Emacs.
19589
19590 * sha1-el.el: Don't autoload executable-find.
19591
19592 * sieve-mode.el: Don't autoload c-mode.
19593
19594 * uudecode.el: Don't autoload executable-find.
19595
19596 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19597
19598 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19599 (gnus-agent-possibly-alter-active): Avoid null in numeric
19600 comparison.
19601 (gnus-agent-set-local): Refuse to save null in local object table.
19602 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19603 list of articles that will be marked as unread.
19604
19605 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19606
19607 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19608
19609 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19610
19611 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19612 language tags.
19613
19614 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19615
19616 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19617 Don't bind "obarray".
19618
19619 * gnus-sum.el (gnus-thread-sort-functions):
19620 Add `gnus-thread-sort-by-most-recent-number' and
19621 `gnus-thread-sort-by-most-recent-date'.
19622 Reported by Kai Grossjohann <kai@emptydomain.de>.
19623
19624 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19625
19626 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19627
19628 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19629
19630 * gnus-cus.el (gnus-agent-customize-category):
19631 Remove ignore-errors macro reference that required cl to be loaded at
19632 run-time.
19633
19634 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19635 single-interval range of the form (min . max). Previously the
19636 range had to look like ((min . max)). Likewise, return
19637 (min . max) rather than ((min . max)).
19638 (gnus-range-map): Use gnus-range-normalize to accept
19639 single-interval range.
19640
19641 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19642 the cache, but not the agent, now appear with their usual face.
19643
19644 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19645
19646 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19647 w3m-safe-url-regexp variable buffer-local.
19648
19649 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19650
19651 2004-02-27 Simon Josefsson <jas@extundo.com>
19652
19653 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19654 gnus-group-real-prefix.
19655 (gnus-summary-move-article): Use it, instead of
19656 gnus-group-real-prefix.
19657
19658 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19659
19660 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19661 w3m-safe-url-regexp variable buffer-local and set it as the value
19662 of mm-w3m-safe-url-regexp.
19663
19664 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19665
19666 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19667 parsing gnus-posting-styles when the message is not for replying.
19668
19669 * nnrss.el (nnrss-opml-export):
19670 Use mm-set-buffer-file-coding-system instead of
19671 set-buffer-file-coding-system.
19672
19673 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19674
19675 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19676 of checkdoc.el).
19677 * nnrss.el: do.
19678 * gnus-mlspl.el: do.
19679 * gnus-ml.el: do.
19680 * gnus-srvr.el: do.
19681
19682 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19683
19684 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19685
19686 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19687 Corrections to custom-manual links.
19688
19689 * gnus-art.el (gnus-article): Ditto.
19690
19691 * mm-decode.el (mime-display, mime-security): Ditto.
19692
19693 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19694
19695 * flow-fill.el: Typo.
19696
19697 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19698
19699 * spam-wash.el: New file.
19700
19701 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19702
19703 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19704
19705 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19706
19707 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19708 to be run with new-articles as LIST1, not LIST2.
19709 (spam-registration-functions): Add spam-use-ham-copy as a nil
19710 registration backend.
19711
19712 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19713
19714 * spam-stat.el (spam-stat-washing-hook): New option.
19715 (spam-stat-buffer-words): Use it.
19716 (spam-stat-process-directory, spam-stat-test-directory):
19717 Use insert-file-contents-literally.
19718 (spam-stat-coding-system): New variable.
19719 (spam-stat-load, spam-stat-save): Use it.
19720
19721 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19722
19723 * spam-report.el (spam-report-plug-agent):
19724 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19725
19726 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19727
19728 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19729 Allow / in mailto URLs.
19730
19731 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19732
19733 * spam-report.el (spam-report-process-queue): Fix interactive use.
19734 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19735 (spam-report-unplug-agent): Doc fixes.
19736 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19737 (spam-report-agentize, spam-report-deagentize):
19738 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19739
19740 * message.el (message-setup-fill-variables): Add mml tags to
19741 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19742 <ajk@iu.edu>.
19743 (message-mode): Don't modify paragraph-separate there.
19744
19745 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19746
19747 * compface.el (uncompface-use-external): Default to undecided.
19748 (uncompface-use-external-threshold): New variable.
19749 (uncompface-float-time): New macro.
19750 (uncompface): Determine whether to use the external decoder if
19751 uncompface-use-external is undecided.
19752
19753 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19754
19755 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19756 after images.
19757
19758 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19759
19760 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19761
19762 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19763
19764 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19765
19766 * gnus-sum.el (gnus-summary-limit-to-age)
19767 (gnus-summary-limit-children): do.
19768
19769 * gnus-int.el (gnus-request-scan): do.
19770
19771 * gnus-group.el (gnus-group-suspend): do.
19772
19773 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19774
19775 * gnus-cite.el (gnus-cite-parse-attributions): do.
19776
19777 * gnus-agent.el (gnus-summary-set-agent-mark)
19778 (gnus-agent-regenerate-group): do.
19779
19780 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19781
19782 * binhex.el (binhex-decode-region-internal): do.
19783
19784 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19785
19786 * gnus-fun.el (gnus-face-properties-alist): New user option.
19787 (gnus-display-x-face-in-from): Use it.
19788
19789 * gnus-art.el (article-display-face): Ditto.
19790
19791 * compface.el (uncompface-use-external): Default to nil.
19792
19793 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19794
19795 * nntp.el (nntp-erase-buffer): New function.
19796 (nntp-retrieve-data, nntp-send-command)
19797 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19798 (nntp-possibly-change-group): Use it.
19799
19800 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19801 Use with-current-buffer.
19802
19803 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19804
19805 * compface.el: Merge the ELisp-based uncompface program.
19806 (compface): New customization group.
19807 (uncompface-use-external): New user option.
19808 (uncompface): Call uncompface-internal if uncompface-use-external
19809 is nil.
19810 (uncompface-internal): New function. Note that there are also
19811 some other functions and variables added for this function.
19812
19813 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19814
19815 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19816 if necessary.
19817
19818 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19819
19820 * spam-report.el (spam-report-unplug-agent)
19821 (spam-report-plug-agent, spam-report-deagentize)
19822 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19823 Add support for the Agent in spam-report: when unplugged, report to a
19824 file; when plugged, submit all the requests.
19825
19826 * spam.el (spam-register-routine): Fix message about
19827 registration.
19828
19829 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19830
19831 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19832 dependencies.
19833 (rfc2047-encode): Use it.
19834
19835 * gnus-art.el (gnus-button-marker-list): Move before first
19836 reference.
19837
19838 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19839 (imap-parse-body): Fix format string mismatch.
19840
19841 * gnus-score.el (gnus-summary-increase-score): do.
19842
19843 * nnrss.el (nnrss-close): New function.
19844
19845 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19846
19847 * nnrss.el (nnrss-make-filename): New function.
19848 (nnrss-request-delete-group, nnrss-read-server-data)
19849 (nnrss-save-server-data, nnrss-read-group-data)
19850 (nnrss-save-group-data): Use it.
19851 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19852 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19853 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19854
19855 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19856
19857 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19858
19859 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19860
19861 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19862 files.
19863
19864 * message.el (message-generate-headers-first): Don't quote nil
19865 and t in docstrings.
19866
19867 * imap.el (imap-id): do.
19868
19869 * gnus-agent.el (gnus-agent-consider-all-articles)
19870 (gnus-agent-queue-mail): do.
19871
19872 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19873
19874 * spam-report.el (spam-report-process-queue): New function.
19875 Process requests from `spam-report-requests-file'.
19876 (spam-report-process-queue): Doc fix.
19877
19878 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19879
19880 * spam.el (spam-register-routine)
19881 (spam-log-processing-to-registry, spam-log-registered-p)
19882 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19883 Change "check" to "spam-check" for semi-clarity.
19884
19885 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19886
19887 * pop3.el: Require nnheader.
19888
19889 * mml-smime.el: Require cl. Autoload message-fetch-field.
19890
19891 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19892
19893 * gnus-picon.el: Require cl.
19894
19895 * gnus-fun.el: Require gnus-ems and gnus-util.
19896
19897 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19898
19899 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19900
19901 * gnus-art.el (gnus-article-edit-mode): Define before first
19902 reference.
19903
19904 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19905
19906 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19907 (gnus-uu-post-encoded): Use point-at-bol.
19908
19909 * gnus-topic.el (gnus-group-active-topic-p): do.
19910
19911 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19912
19913 * gnus-group.el (gnus-group-kill-region): do.
19914
19915 * gnus-art.el (article-date-ut): do.
19916
19917 * message.el (message-fetch-field): Remove redundant
19918 case-fold-search binding.
19919 (message-narrow-to-field): Simplify.
19920
19921 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19922
19923 * spam.el (spam-directory): Derive from `gnus-directory'.
19924
19925 * spam-report.el (spam-report-url-to-file)
19926 (spam-report-requests-file): New function and variable for offline
19927 reporting.
19928 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19929 and user defined function.
19930 (spam-report-url-ping-mm-url): Remove doubled slash.
19931
19932 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19933
19934 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19935
19936 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19937
19938 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19939 Fix format string mismatch.
19940
19941 * sieve.el (sieve-deactivate-all): do.
19942
19943 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19944
19945 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19946
19947 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19948
19949 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19950
19951 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19952
19953 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19954 the list of checks.
19955
19956 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19957
19958 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19959 padding.
19960
19961 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19962
19963 * mm-view.el (mm-fill-flowed): New variable.
19964 (mm-inline-text): Use it.
19965
19966 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19967
19968 * spam.el (spam-spamassassin-register-ham-routine)
19969 (spam-spamassassin-register-spam-routine): Fix function names.
19970
19971 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19972
19973 * gnus.el (gnus-tmp-grouplens): Remove.
19974 (gnus-summary-line-format): Remove grouplens.
19975
19976 * gnus-group.el (gnus-group-line-format): Ditto.
19977
19978 * gnus-spec.el (gnus-format-specs): Ditto.
19979 (gnus-update-format-specifications): Flush the group format spec
19980 cache if there's the grouplens stuff.
19981 (gnus-parse-simple-format): Replace %l with the empty string.
19982
19983 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19984
19985 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19986 omission.
19987
19988 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19989
19990 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19991 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19992
19993 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19994
19995 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19996 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19997 New macros and functions.
19998 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19999 Handle > NLINK_MAX messages.
20000 * nnmaildir.el (nnmaildir-request-set-mark):
20001 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20002
20003 2004-01-25 Alex Schroeder <alex@gnu.org>
20004
20005 * spam-stat.el (spam-stat-process-directory-age): New option.
20006 (spam-stat-process-directory): Use it.
20007
20008 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20009
20010 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20011 (spam-stat-save): Accept prefix argument.
20012
20013 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20014
20015 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20016 links" error.
20017
20018 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20019
20020 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20021 compatibility with old .newsrc.eld files.
20022
20023 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20024
20025 * gnus-start.el (gnus-1): do.
20026
20027 * gnus-group.el (gnus-group-line-format-alist): do.
20028
20029 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20030
20031 * gnus-gl.el: Remove.
20032
20033 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20034
20035 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20036 marks consisting of a single range {for example, (3 . 5)} rather
20037 than a list of a single range { ((3 . 5)) }.
20038
20039 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20040
20041 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20042 Use with-current-buffer.
20043 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20044 avoid consing a string.
20045
20046 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20047 Remove obsolete entries for big5 and gb2312.
20048
20049 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20050
20051 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20052 uncompressed list.
20053
20054 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20055
20056 * spam-stat.el (spam-stat-strip-xref): New function.
20057 (spam-stat-process-directory): Use it.
20058
20059 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20060 here -- it's done in message-fetch-field.
20061
20062 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20063
20064 * gnus-agent.el (gnus-agent-queue-mail)
20065 (gnus-agent-prompt-send-queue): New variables.
20066 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20067 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20068 "nndraft:queue" along to gnus-draft-send.
20069 Use gnus-agent-prompt-send-queue.
20070 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20071 is "nndraft:queue". Suggested by Gaute Strokkenes
20072 <gs234@srcf.ucam.org>
20073
20074 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20075 (agent-enable-undownloaded-faces): Add.
20076 (gnus-agent-cat-groups): Use eval-and-compile, not
20077 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20078 method of gnus-agent-cat-groups even when the buffer has been
20079 evaled.
20080 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20081 delete gnus-agent-save-active-1.
20082 (gnus-agent-save-groups): Delete. Identical to
20083 gnus-agent-save-active.
20084 (gnus-agent-write-active): No longer adjust agent's copy of active
20085 file as agent's adjustments are now stored in their own
20086 file. Remove optional parameter.
20087 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20088 servers. Add use of min/max range limits from server's local
20089 file.
20090 (gnus-agent-save-alist): Remove unused optional argument.
20091 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20092 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20093 (gnus-agent-set-local): A per-server file that keeps min/max range
20094 limits for articles known to the agent. Provides a fast mechanism
20095 for altering many active ranges.
20096 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20097 active file (local makes it unnecessary).
20098 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20099
20100 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20101 (agent-enable-undownloaded-faces): Add.
20102
20103 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20104 disable it when sending to "nndraft:queue".
20105 (gnus-group-send-queue): Add safety check to avoid sending queue
20106 when unplugged.
20107
20108 * gnus-group.el (gnus-group-catchup): Use new
20109 gnus-sequence-of-unread-articles, not
20110 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20111 numbers of articles. Use gnus-range-map to avoid having to
20112 uncompress the unread list.
20113 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20114 Fix invalid ange-ftp reference.
20115
20116 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20117 (gnus-sorted-range-intersection): Intersection of two ranges
20118 without requiring that they first be uncompressed.
20119
20120 * gnus-start.el (gnus-activate-group): Unless blocked by the
20121 caller, possibly expand the active range to include both cached
20122 and agentized articles.
20123 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20124 multiple version-dependent converters.
20125 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20126 gnus-agent-save-active.
20127 (gnus-save-newsrc-file): Save dirty agent range limits.
20128
20129 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20130 gnus-agent-possibly-alter-active.
20131 (gnus-adjust-marked-articles): Faster handling of simple lists
20132
20133 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20134
20135 * spam-stat.el (spam-stat-test-directory): New optional argument
20136 displays a list of files detected. Suggested by Andrew Cohen
20137 <cohen@andy.bu.edu>.
20138 (spam-stat-buffer-words-with-scores): Don't narrow and change
20139 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20140
20141 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20142
20143 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20144 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20145 (spam-spamassassin-arguments)
20146 (spam-spamassassin-spam-flag-header)
20147 (spam-spamassassin-positive-spam-flag-header)
20148 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20149 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20150 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20151 (spam-list-of-processors, spam-list-of-checks)
20152 (spam-list-of-statistical-checks, spam-registration-functions)
20153 (spam-check-spamassassin-headers, spam-check-spamassassin)
20154 (spam-spamassassin-score)
20155 (spam-spamassassin-register-with-sa-learn)
20156 (spam-spamassassin-register-spam-routine)
20157 (spam-spamassassin-register-ham-routine)
20158 (spam-assassin-register-spam-routine)
20159 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20160 (spam-bogofilter-score): Fix to show article before scoring.
20161
20162 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20163
20164 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20165 default scoring function.
20166 (spam-generic-score): Call spam-spamassassin-score if
20167 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20168 spam-bogofilter-score otherwise.
20169
20170 * gnus.el (spam-process, spam-autodetect-methods):
20171 Add spamassassin and spamassassin-headers.
20172
20173 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20174
20175 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20176 Suppress unnecessary messages.
20177
20178 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20179
20180 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20181 make-hash-table.
20182
20183 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20184
20185 * canlock.el (base64-encode-string): Don't autoload it.
20186
20187 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20188
20189 * run-at-time.el: Remove useless (require 'itimer),
20190 eval-and-compile and (featurep 'xemacs).
20191
20192 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20193
20194 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20195 GROUP is a virtual group.
20196
20197 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20198
20199 * gnus.el: Autoload `message-y-or-n-p'.
20200
20201 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20202
20203 * pgg-parse.el: Remove unnecessary (require 'custom).
20204
20205 * pgg-def.el: do.
20206
20207 * nnmail.el: do.
20208
20209 * gnus-undo.el: do.
20210
20211 * gnus-picon.el: do.
20212
20213 * gnus-util.el: do.
20214
20215 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20216
20217 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20218
20219 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20220
20221 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20222 handle, as well as a list.
20223
20224 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20225 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20226 (mm-w3m-cid-retrieve): Simplify.
20227
20228 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20229
20230 * message.el (message-kill-to-signature): Allow prefix arg to
20231 specify number of lines to keep before signature.
20232
20233 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20234
20235 * message.el (message-kill-to-signature): Change docstring.
20236
20237 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20238
20239 * canlock.el: Always require sha1-el.
20240 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20241
20242 * message.el: Autoload sha1 only when compiling.
20243
20244 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20245
20246 * message.el (message-canlock-generate): Require sha1-el.
20247
20248 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20249
20250 * message.el (message-expand-name): Silence the byte compiler.
20251
20252 2004-01-13 Simon Josefsson <jas@extundo.com>
20253
20254 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20255 Invoke gnus-score-mode.
20256 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20257
20258 * gnus-range.el (gnus-compress-sequence): Doc fix.
20259 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20260
20261 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20262
20263 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20264
20265 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20266
20267 * spam.el (spam-get-article-as-string): Update to use
20268 gnus-request-article-this-buffer, much simpler.
20269 (spam-get-article-as-buffer): Remove.
20270
20271 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20272
20273 * message.el (message-expand-name): Use EUDC if the user uses that.
20274
20275 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20276
20277 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20278 character for the encoding to avoid consing a string.
20279
20280 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20281 unnecessarily.
20282
20283 * mm-util.el (mm-replace-chars-in-string): Remove.
20284
20285 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20286 of mm-replace-chars-in-string.
20287
20288 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20289
20290 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20291
20292 * mm-util.el (mm-subst-char-in-string): Support inplace.
20293
20294 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20295 a new string in every iteration. Use shy groups.
20296
20297 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20298
20299 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20300 * gnus-soup.el (gnus-soup-group-brew):
20301 * gnus-msg.el (gnus-put-message):
20302 * gnus-move.el (gnus-group-move-group-to-server):
20303 * gnus-kill.el (gnus-batch-score):
20304 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20305 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20306 (gnus-group-update-group, gnus-group-read-group)
20307 (gnus-group-make-group, gnus-group-make-help-group)
20308 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20309 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20310 (gnus-group-sort-by-unread, gnus-group-catchup)
20311 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20312 (gnus-group-yank-group, gnus-group-set-info)
20313 (gnus-group-list-groups):
20314 * gnus.el (gnus-generate-new-group-name):
20315 * gnus-delay.el (gnus-delay-send-queue):
20316 * nnvirtual.el (nnvirtual-catchup-group):
20317 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20318 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20319 (gnus-group-prepare-topics, gnus-topic-check-topology):
20320 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20321 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20322 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20323 (gnus-group-make-articles-read):
20324 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20325 (gnus-group-change-level, gnus-kill-newsgroup)
20326 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20327 (gnus-get-unread-articles, gnus-make-articles-unread)
20328 (gnus-make-ascending-articles-unread): Use accessor
20329 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20330 to get group information for improved readability.
20331
20332 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20333
20334 * gnus-art.el (article-decode-mime-words, article-babel)
20335 (gnus-article-highlight-signature, gnus-article-add-buttons)
20336 (gnus-signature-toggle): Use gnus-with-article-buffer.
20337
20338 * gnus-art.el (gnus-article-highlight-headers)
20339 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20340
20341 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20342 (gnus-article-set-globals, gnus-request-article-this-buffer)
20343 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20344 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20345 (gnus-mime-display-alternative): Use with-current-buffer.
20346
20347 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20348
20349 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20350 also under 80 char limit, and call gnus-error if needed.
20351 (spam-fetch-article-header): Fix - it was a
20352 buffer-local variable (gnus-newsgroup-data).
20353 (spam-find-spam): Use spam-generate-fake-headers, forget about
20354 spam-insert-fake-headers.
20355 (spam-insert-fake-headers): Remove.
20356
20357 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20358
20359 * deuglify.el (gnus-article-outlook-unwrap-lines)
20360 (gnus-outlook-rearrange-article)
20361 (gnus-outlook-repair-attribution-outlook)
20362 (gnus-outlook-repair-attribution-block)
20363 (gnus-outlook-repair-attribution-other): Remove redundant
20364 save-excursion.
20365
20366 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20367
20368 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20369 (spam-fetch-field-subject-fast)
20370 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20371 (spam-fetch-article-header): Add functions to deal with Gnus
20372 internals for fast retrieval of article header data.
20373 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20374
20375 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20376
20377 * pop3.el (pop3-md5): Remove.
20378 (pop3-apop): Replace pop3-md5 with md5.
20379
20380 * mm-bodies.el: base64 is always built-in.
20381
20382 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20383 Use with-current-buffer.
20384
20385 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20386
20387 * canlock.el (canlock-insert-header): Remove excessive grouping in
20388 regexp.
20389
20390 * gnus-sum.el (gnus-summary-read-document): Ditto.
20391
20392 * gnus-uu.el (gnus-uu-part-number): Ditto.
20393
20394 * html2text.el (html2text-remove-tags): Ditto.
20395 (html2text-format-tags): Ditto.
20396 (html2text-format-single-elements): Ditto.
20397
20398 * mml.el (mml-parse-1): Ditto.
20399
20400 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20401
20402 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20403
20404 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20405
20406 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20407
20408 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20409
20410 2003-11-15 Simon Josefsson <jas@extundo.com>
20411
20412 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20413 (pgg-gpg-lookup-key): Use regexp match instead of
20414 split-string (split-string is different between emacs 21.2 and
20415 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20416
20417 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20418
20419 * gnus-art.el (gnus-mime-view-all-parts)
20420 (gnus-article-part-wrapper, gnus-article-view-part):
20421 Use with-current-buffer.
20422
20423 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20424
20425 * spam.el (spam-disable-spam-split-during-ham-respool)
20426 (spam-spamoracle-database, spam-cache-lookups)
20427 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20428 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20429 (spam-group-ham-marks, spam-group-spam-marks)
20430 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20431 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20432 also add spam-use-blackholes to the statistical checks.
20433 (spam-fetch-field-fast): Add interface to fetching fields, may
20434 become a macro.
20435 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20436 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20437 (spam-insert-fake-headers): Fake an article when needed.
20438 (spam-find-spam): Fake article when possible.
20439 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20440 (spam-check-bogofilter-headers): Use message-fetch-field instead
20441 of nnmail-fetch-field.
20442
20443 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20444
20445 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20446
20447 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20448
20449 * spam.el (spam-split): Do not require spam-use-CHECK to be
20450 enabled if that check is passed to spam-split explicitly; also
20451 fix so 'spam doesn't get converted to spam-split-group when
20452 spam-split-symbolic-return is t.
20453 (spam-find-spam): Find registrations of the article and use those
20454 instead of re-running spam-split to find the spam/ham
20455 classification of the article.
20456 (spam-log-processing-to-registry, spam-log-registered-p)
20457 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20458 Use gnus-error instead of gnus-message.
20459 (spam-log-registration-type): Add function to determine the
20460 classification of a message based on registry entries; will
20461 return nil if both 'spam and 'ham are found.
20462 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20463 a reasonably fast local cache without the loading errors.
20464 (spam-cache-lookups): Set to t by default.
20465 (spam-find-spam): Don't try to guess spam-cache-lookups.
20466 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20467 spam-caches entry.
20468 (spam-filelist-build-cache, spam-filelist-check-cache):
20469 Fix caching of whitelist/blacklist entries.
20470 (spam-check-whitelist, spam-check-blacklist):
20471 Invoke spam-from-listed-p with a type, not a cache variable.
20472 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20473
20474 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20475
20476 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20477
20478 * nnmail.el (nnmail-split-fancy): do.
20479
20480 * mml.el (mml-parse): do.
20481
20482 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20483 (gnus-score-adaptive): do.
20484
20485 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20486
20487 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20488 (gnus-mime-button-map): Don't set keymap parent.
20489 (gnus-button-ctan-directory-regexp): Use shy grouping.
20490 (gnus-prev-page-map): Don't set keymap parent.
20491 (gnus-prev-page-map): Remove duplicated one.
20492 (gnus-next-page-map): Don't set keymap parent.
20493 (gnus-mime-security-button-map): Ditto.
20494
20495 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20496 version number.
20497
20498 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20499
20500 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20501
20502 * canlock.el (canlock-sha1-function): Remove.
20503 (canlock-sha1-function-for-verify): Remove.
20504 (canlock-openssl-program): Remove.
20505 (canlock-openssl-args): Remove.
20506 (canlock-ignore-errors): Remove.
20507 (canlock-sha1-with-openssl): Remove.
20508 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20509 (canlock-verify): Don't use canlock-ignore-errors.
20510
20511 * sha1-el.el (sha1-string-external): Make it can return a string
20512 in binary form.
20513 (sha1-region-external): Ditto.
20514 (sha1-string-internal): Ditto.
20515 (sha1-region-internal): Ditto.
20516 (sha1-region): Ditto.
20517 (sha1-string): Ditto.
20518 (sha1): Ditto.
20519
20520 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20521
20522 * spam.el (spam-report-articles-gmane): New command.
20523
20524 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20525
20526 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20527
20528 * run-at-time.el (run-at-time-saved): Remove.
20529 (run-at-time): Doc fix.
20530
20531 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20532
20533 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20534 (gnus-summary-limit-map): Add it.
20535 (gnus-summary-make-menu-bar): do.
20536
20537 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20538
20539 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20540 Make attempt at some caching support (done for BBDB only now).
20541 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20542 addresses to be checked.
20543 (spam-clear-cache-BBDB): Add function, to be invoked by
20544 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20545 (spam-check-BBDB): Check and use the caches, if
20546 spam-cache-lookups is on, remove superfluous (provide).
20547
20548 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20549
20550 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20551
20552 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20553
20554 * run-at-time.el (run-at-time-saved): Move to after the definition
20555 of `run-at-time'.
20556
20557 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20558
20559 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20560 mm-w3m-local-map-property.
20561
20562 * mm-view.el (mm-w3m-mode-map): Remove.
20563 (mm-w3m-local-map-property): Remove.
20564 (mm-inline-text-html-render-with-w3m): Don't use
20565 mm-w3m-local-map-property.
20566
20567 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20568
20569 * run-at-time.el: New file.
20570
20571 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20572 of gnus-set-text-properties.
20573
20574 * gnus-uu.el (gnus-uu-save-article): Ditto.
20575
20576 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20577
20578 * gnus-cite.el (gnus-cite-parse): Ditto.
20579
20580 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20581 of gnus-.
20582
20583 * gnus.el: Change calls to nnheader-run-at-time and
20584 password-run-at-time throughout to use run-at-time directly.
20585
20586 * password.el: Remove definition of run-at-time.
20587
20588 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20589
20590 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20591 in prompt.
20592
20593 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20594
20595 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20596 XEmacs version.
20597
20598 * dns.el (dns-make-network-process): Use `open-network-stream'
20599 instead of `gnus-xmas-open-network-stream'.
20600
20601 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20602
20603 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20604
20605 * gnus-art.el (gnus-mime-display-alternative)
20606 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20607 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20608 Don't use gnus-local-map-property.
20609
20610 * gnus-util.el (gnus-local-map-property): Remove.
20611
20612 * mm-view.el (mm-view-pkcs7-decrypt):
20613 Replace gnus-completing-read-maybe-default with completing-read.
20614
20615 * gnus-util.el (gnus-completing-read): do.
20616 (gnus-completing-read-maybe-default): Remove.
20617
20618 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20619
20620 * password.el: Only autoload `run-at-time' if not XEmacs.
20621 Only autoload the itimer functions if XEmacs.
20622
20623 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20624
20625 * gnus-art.el (gnus-read-string): Remove.
20626 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20627 read-string.
20628
20629 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20630
20631 * netrc.el: Autoload password-read.
20632 (netrc): Add configuration group.
20633 (netrc-encoding-method, netrc-openssl-path):
20634 Add variables for encoding and decoding of files with symmetric
20635 ciphers.
20636 (netrc-encode): Add assistant function to encode a file with
20637 netrc-encoding-method.
20638 (netrc-parse): Add interactive parameter, added optional
20639 decoding if netrc-encoding-method is non-nil but otherwise
20640 behavior is standard.
20641 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20642 Do s/encode/encrypt/ everywhere.
20643
20644 * spam.el: Remove executable-find autoload.
20645
20646 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20647
20648 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20649
20650 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20651
20652 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20653
20654 * gnus-art.el (gnus-treat-ansi-sequences)
20655 (article-treat-ansi-sequences): New variable and function.
20656 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20657
20658 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20659 Use it.
20660
20661 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20662
20663 * mm-util.el (mm-quote-arg): Remove.
20664
20665 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20666 shell-quote-argument.
20667
20668 * gnus-uu.el (gnus-uu-command): do.
20669
20670 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20671
20672 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20673 with make-char.
20674
20675 * mm-util.el (mm-make-char): Remove.
20676
20677 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20678 add-minor-mode.
20679
20680 * gnus-undo.el (gnus-undo-mode): do.
20681
20682 * gnus-topic.el (gnus-topic-mode): do.
20683
20684 * gnus-sum.el (gnus-dead-summary-mode): do.
20685
20686 * gnus-start.el (gnus-slave-mode): do.
20687
20688 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20689
20690 * gnus-ml.el (gnus-mailing-list-mode): do.
20691
20692 * gnus-gl.el (gnus-grouplens-mode): do.
20693
20694 * gnus-draft.el (gnus-draft-mode): do.
20695
20696 * gnus-dired.el (gnus-dired-mode): do.
20697
20698 * gnus-ems.el (gnus-add-minor-mode): Remove.
20699
20700 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20701 Replace gnus-char-width with char-width.
20702
20703 * gnus-ems.el (gnus-char-width): Remove.
20704
20705 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20706 Replace gnus-char-width with char-width.
20707
20708 * gnus-ems.el (gnus-char-width): Remove.
20709
20710 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20711 definition.
20712 Remove Emacs 20 hash table compatibility code.
20713
20714 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20715 20 compatibility code.
20716
20717 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20718
20719 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20720
20721 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20722 Replace with point-at-{eol,bol}.
20723
20724 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20725
20726 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20727
20728 * flow-fill.el (fill-flowed-point-at-bol)
20729 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20730
20731 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20732 Replace with point-at-{eol,bol} throughout all files.
20733
20734 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20735
20736 * ntlm.el (ntlm-string-as-unibyte): New macro.
20737 (ntlm-build-auth-response): Use it.
20738
20739 Remove Emacs 20 stuff:
20740 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20741 of delq and copy-sequence.
20742 * gnus-art.el (popup-menu): Remove the compiler macro.
20743 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20744 Emacs 20.
20745
20746 2004-01-05 Simon Josefsson <jas@extundo.com>
20747
20748 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20749 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20750 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20751 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20752 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20753 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20754 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20755 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20756 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20757 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20758 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20759 string-xor into ntlm-string-xor.
20760 Suggested by Jesper Harder <harder@myrealbox.com>.
20761
20762 * ntlm.el: Don't include poem.
20763
20764 * md4.el (print-int32, print-string-hexa): Remove.
20765 Suggested by Jesper Harder <harder@myrealbox.com>.
20766
20767 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20768
20769 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20770 probably breaks emacs with DL patch, but do we care? Is anyone
20771 still using the DL stuff?)
20772
20773 * sieve-manage.el: Use the password package.
20774 (sieve-manage-read-passwd): Remove.
20775 (sieve-manage-interactive-login): Use password. Re-add
20776 condition-case around loop.
20777
20778 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20779 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20780 Use the password package.
20781
20782 2003-02-19 Simon Josefsson <jas@extundo.com>
20783
20784 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20785 token.
20786
20787 2002-08-07 Simon Josefsson <jas@extundo.com>
20788
20789 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20790 (sieve-manage-authenticators):
20791 (sieve-manage-authenticator-alist): Add some SASL mechs.
20792 (sieve-sasl-auth): New function.
20793 (sieve-manage-cram-md5-auth):
20794 (sieve-manage-plain-auth): Rewrite using SASL library.
20795 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20796 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20797 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20798 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20799
20800 2004-01-05 Simon Josefsson <jas@extundo.com>
20801
20802 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20803 New files.
20804
20805 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20806
20807 * gnus-group.el (gnus-no-groups-message): Update.
20808
20809 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20810
20811 2003-11-09 Simon Josefsson <jas@extundo.com>
20812
20813 * imap.el: Support for ID IMAP extension (RFC 2971).
20814 (imap-local-variables): Add imap-id.
20815 (imap-id): New variable.
20816 (imap-id): New function.
20817 (imap-parse-response): Parse untagged ID response.
20818 * nnimap.el (nnimap-id): New variable.
20819 (nnimap-open-connection): Use it.
20820
20821 2003-12-28 Simon Josefsson <jas@extundo.com>
20822
20823 * gnus-score.el (gnus-score-edit-all-score): New.
20824 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20825
20826 2004-01-04 Simon Josefsson <jas@extundo.com>
20827
20828 * password.el: Add.
20829
20830 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20831
20832 * dns.el (dns-query-types): Fix typo.
20833 (dns-query-types): New function.
20834 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20835 PTR and SOA replies, see RFC 1035.
20836
20837 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20838
20839 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20840
20841 * Move to Changelog.2.
20842
20843 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20844
20845 * gnus.el (gnus-version-number): Bump version.
20846
20847 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20848
20849 * gnus.el: No Gnus v0.1 is released.
20850
20851 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20852
20853 * gnus.el: No Gnus v0.0 is released.
20854
20855 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20856
20857 * gnus.el (gnus-version-number): Bump.
20858 (gnus-version): No.
20859
20860 See ChangeLog.2 for earlier changes.
20861
20862 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20863
20864 This file is part of GNU Emacs.
20865
20866 GNU Emacs is free software: you can redistribute it and/or modify
20867 it under the terms of the GNU General Public License as published by
20868 the Free Software Foundation, either version 3 of the License, or
20869 (at your option) any later version.
20870
20871 GNU Emacs is distributed in the hope that it will be useful,
20872 but WITHOUT ANY WARRANTY; without even the implied warranty of
20873 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20874 GNU General Public License for more details.
20875
20876 You should have received a copy of the GNU General Public License
20877 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20878
20879 ;; Local Variables:
20880 ;; coding: utf-8
20881 ;; fill-column: 79
20882 ;; add-log-time-zone-rule: t
20883 ;; End: