]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
* lisp/gnus/mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
[gnu-emacs] / lisp / gnus / ChangeLog
1 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4 mm-with-unibyte-current-buffer. The buffer should not contain any
5 multibyte chars anyway at this stage.
6
7 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8
9 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
10 at the end of lines.
11
12 2011-05-29 Julien Danjou <julien@danjou.info>
13
14 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
15
16 2011-05-27 Glenn Morris <rgm@gnu.org>
17
18 * gnus-group.el (gnus-bug-group-download-format-alist):
19 Use the "maintainer" version of debian reports as well.
20
21 2011-05-26 Glenn Morris <rgm@gnu.org>
22
23 * gnus-group.el (gnus-bug-group-download-format-alist):
24 Use the "maintainer" version of debbugs.gnu.org reports.
25
26 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
27
28 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
29
30 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
31
32 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
33 the thread moves us backwards and so we loop forever.
34
35 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
36
37 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
38 whitespace in base64 data lines.
39
40 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
41
42 * gnus-registry.el (gnus-registry-user-format-function-M):
43 Use `mapconcat'.
44 (gnus-registry-user-format-function-M2): Use to see the full text of
45 the marks. Make "," the mark text separator.
46
47 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
48 authentication with auth-source.
49
50 2011-05-17 Glenn Morris <rgm@gnu.org>
51
52 * gnus-group.el (gnus-import-other-newsrc-file):
53 Use insert-file-contents.
54
55 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
56
57 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
58 1000 iterations.
59
60 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
61
62 * nntp.el (nntp-open-connection): Check if process-type is available.
63
64 2011-05-16 Julien Danjou <julien@danjou.info>
65
66 * shr.el (shr-tag-del): Add support for del tag.
67
68 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
69
70 * gnus-html.el (gnus-html-put-image): Register a displayer.
71
72 * shr.el (shr-image-displayer): Don't remove text props from alt text.
73
74 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
75
76 * registry.el (prune-factor): New initialization parameter defaulting
77 to 0.1.
78 (registry-prune-hard): Use it.
79
80 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
81 0.1 expicitly.
82
83 2011-05-13 Glenn Morris <rgm@gnu.org>
84
85 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
86 is bound, since this function requires sendmail.
87
88 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
89
90 * registry.el (registry-usage-test): Disable pruning test.
91
92 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
93
94 * registry.el (registry-prune-hard-candidates)
95 (registry-prune-soft-candidates): Helper methods for registry pruning.
96 (registry-prune): Use them. Make the sort function optional.
97
98 2011-05-10 Jim Meyering <meyering@redhat.com>
99
100 * shr.el (shr-colorize-region): Fix typo "on on -> on".
101
102 2011-05-10 Julien Danjou <julien@danjou.info>
103
104 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
105 symbol and not a list.
106
107 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
108
109 * gnus-art.el (gnus-article-mode): Move binding of
110 shr-put-image-function here from gnus-article-prepare-display.
111
112 * shr.el (shr-put-image-function): New variable.
113 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
114 (shr-put-image): Return scaled image.
115
116 * gnus-art.el (gnus-shr-put-image): New function.
117 (gnus-article-prepare-display): Bind shr-put-image-function to it.
118
119 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
120 original ones, as deletable.
121
122 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * nntp.el (nntp-open-connection): Set TCP keepalive option.
125
126 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
127
128 * registry.el (registry-full): Add convenience method. Fix logic.
129 (registry-insert): Use it. Fix logic here too.
130
131 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
132 `registry-prune' if `registry-full' returns t.
133 (gnus-registry-handle-action)
134 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
135 (gnus-registry-usage-test): Use it.
136
137 2011-05-07 Julien Danjou <julien@danjou.info>
138
139 * shr.el (shr-link): Make shr-link inherit from link by default.
140
141 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
142
143 * shr.el (shr-urlify, shr-link): Fix shr-link face.
144
145 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
146
147 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
148 error out because the face is not a list.
149
150 2011-05-05 Glenn Morris <rgm@gnu.org>
151
152 * gnus-start.el (gnus-propagate-marks): Declare.
153
154 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
155
156 * registry.el (registry-reindex): Fix percentage message.
157
158 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
159
160 * shr.el: Add shr-link face for links.
161 (shr-urlify): Use it.
162
163 * registry.el (registry-insert): Make error message more helpful.
164
165 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
166
167 * gnus-html.el (gnus-html-schedule-image-fetching):
168 Use url-queue-retrieve, if it exists.
169
170 * shr.el (shr-tag-img): Ditto.
171
172 * gnus.el: Autoload more gnus-agent functions.
173
174 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
175 agent if we haven't already (bug#8502).
176
177 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
178 into the Agent, too.
179
180 * gnus-agent.el (gnus-agent-store-article): New function.
181
182 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
183 and moved from that file for reuse.
184
185 * pop3.el (pop3-open-server): Error messages are "-ERR".
186
187 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
188
189 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
190 (open-tls-stream): Remove superfluous tls/starttls autoloads.
191
192 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
195 buffer has moved to a different frame.
196
197 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
199 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
200 to get the conversion from unibyte to multibyte buffers to work on
201 Emacs 22.
202
203 * nntp.el (nntp-request-article): Slight clean-up.
204
205 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
206
207 * shr.el (shr-strike-through): New face.
208 (shr-tag-s): Use it to provide <s> support.
209 (shr-tag-s): Remove duplicate definition.
210
211 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
212
213 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
214 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
215
216 2011-04-23 Glenn Morris <rgm@gnu.org>
217
218 * gnus-sum.el (gnus-extra-headers): Bump :version.
219
220 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
221
222 * shr.el (shr-tag-sup): New function.
223 (shr-tag-sub): Ditto.
224
225 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
226
227 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
228 for the case where `gnus-registry-ignored-groups' is a list of lists,
229 and don't call `gnus-parameter-registry-ignore' otherwise.
230
231 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
232
233 * nnimap.el (nnimap-user): New backend variable.
234 (nnimap-open-connection-1): Use it.
235 (nnimap-credentials): Accept user parameter so it's explicit what user
236 name is desired.
237
238 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
239 default.
240
241 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
242 not gnus-registry.el.
243
244 * gnus-registry.el: Mention in comments how to modify
245 `gnus-extra-headers' for proper recipient tracking and that it may
246 already have To and Cc recently, which it does as of this commit.
247 (gnus-registry-ignored-groups): Remove defcustom.
248 Explain why in comments.
249 (gnus-registry-action): Fix data-header reference to use the extra
250 headers. Explain in package commentary how to add To and Cc headers to
251 the gnus-extra-headers.
252 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
253 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
254 parameter list or a string list in `gnus-registry-ignored-groups'.
255 Fix logic error.
256
257 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * shr.el (shr-expand-url): Protect against null urls.
260
261 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
262
263 * shr.el (shr-base): New binding.
264 (shr-tag-base): Keep track of <base>.
265 (shr-expand-url): New function used throughout.
266
267 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
268
269 * gnus-registry.el
270 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
271 (gnus-registry-ignored-groups): New variable.
272 (gnus-registry-ignore-group-p): Use it.
273 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
274 set the destination group to nil (same as delete) if it's ignored.
275
276 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
277
278 * gnus-registry.el (gnus-registry-action)
279 (gnus-registry-fetch-header-fast):
280 Don't use mail-header that looks an internal function of mailheader.el.
281
282 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
283
284 * gnus-registry.el: Eliminate cl functions.
285 (gnus-registry-sort-addresses): New function that replaces mapcan.
286 (gnus-registry-action, gnus-registry-spool-action)
287 (gnus-registry-split-fancy-with-parent)
288 (gnus-registry-fetch-recipients-fast): Use it.
289 (gnus-registry-import-eld): Replace delete* with dolist + delq.
290
291 * registry.el (initialize-instance, registry-lookup)
292 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
293 (registry-lookup-secondary-value, registry-search, registry-delete)
294 (registry-insert, registry-reindex, registry-size, registry-prune):
295 Use eval-and-compile.
296
297 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
298
299 * registry.el (registry-reindex): New method to recreate the secondary
300 registry indices.
301
302 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
303 tracked field changes.
304 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
305 (gnus-registry-action, gnus-registry-spool-action)
306 (gnus-registry-handle-action)
307 (gnus-registry--split-fancy-with-parent-internal)
308 (gnus-registry-split-fancy-with-parent)
309 (gnus-registry-register-message-ids): Add recipient tracking on spool,
310 move, and delete actions, and for fancy splitting with parent.
311 (gnus-registry-extract-addresses)
312 (gnus-registry-fetch-recipients-fast)
313 (gnus-registry-fetch-header-fast): Convenience functions.
314 (gnus-registry-misc-test): ERT test of
315 `gnus-registry-extract-addresses'.
316
317 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
318
319 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
320 Track by subject first, then sender.
321
322 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
325
326 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
327 Lisp.
328
329 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
330 (gnus-draft-send): Use it to avoid popping
331 up frames from gnus-group-send-queue.
332
333 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
334
335 * gnus-registry.el: Updated gnus-registry docs.
336
337 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
338
339 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
340 Fix logic bug.
341 (gnus-registry-post-process-groups): Fix logging of no results and
342 quote sender and subject.
343
344 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
345
346 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
347 (gnus-read-active-for-groups): Don't try to finish getting stuff where
348 we had no early-data returned.
349 (gnus-get-unread-articles): Add a sanity check so that we don't issue
350 two async commands to the same server at the same time.
351
352 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
353
354 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
355
356 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
357
358 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
359 "warning" level.
360
361 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
362 (mm-url-insert-file-contents): Don't set the package names.
363
364 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
365
366 * gnus-registry.el (gnus-registry-action): Remove properties and
367 simplify subject in `gnus-registry-handle-action'.
368 (gnus-registry-spool-action): Get subject and sender from message if
369 they are not passed in.
370 (gnus-registry-handle-action): Remove properties and simplify subject
371 consistently.
372
373 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * registry.el: Require CL before using defmacro*.
376
377 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
378
379 * gnus-art.el (article-treat-date): Assume that
380 gnus-article-date-headers may be a group parameter.
381
382 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
383
384 * gnus-registry.el (gnus-registry-handle-action): More debugging.
385
386 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
387 interactively so the newsrc file can contain foreign groups too.
388 Useful for debugging but not much for users.
389
390 2011-04-07 David Engster <dengste@eml.cc>
391
392 * registry.el (registry-usage-test): Only do
393 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
394 lexical binding.
395
396 2011-04-06 David Engster <dengste@eml.cc>
397
398 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
399 argument NOERROR for `require', since XEmacs 21.4 does not support it.
400
401 2011-04-06 David Engster <dengste@eml.cc>
402
403 * registry.el (initialize-instance): Change :after to :AFTER to be
404 compatible with old EIEIO version in XEmacs.
405
406 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
407
408 * gnus-registry.el (gnus-registry-post-process-groups)
409 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
410 and provide better messaging.
411
412 2011-04-06 David Engster <dengste@eml.cc>
413
414 * Makefile.in (fail-on-warning): New rule to compile with warnings as
415 errors.
416
417 * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
418 dgnushack-compile with error-on-warn enabled, and to signal an error if
419 clean compilation failed.
420 (dgnushack-compile): New argument 'error-on-warn'. If non-nil, compile
421 with `byte-compile-error-on-warn'. Return nil if errors occured.
422
423 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
424
425 * gnus-registry.el: Don't use ERT if it's not available. Load it
426 unconditionally anyway, discarding errors.
427 (gnus-registry-delete-entries): New convenience function.
428 (gnus-registry-import-eld): Import from old .eld registry.
429
430 * registry.el: Don't use ERT if it's not available. Load it
431 unconditionally anyway, discarding errors.
432
433 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
434 version from the Claudio Bley GnuTLS patch (extra optional parameters
435 and host name).
436
437 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
438
439 * gnus-registry.el (gnus-registry-fixup-registry): New function to
440 fixup the parameters that can be customized by the user between
441 save/read cycles.
442 (gnus-registry-read): Use it.
443 (gnus-registry-make-db): Use it.
444 (gnus-registry-spool-action, gnus-registry-handle-action):
445 Fix messaging.
446 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
447 Map references to actual group names with sender and subject tracking.
448 (gnus-registry-post-process-groups): Use `cond' for better messaging.
449 (gnus-registry-usage-test): Add subject lookup test.
450
451 * registry.el (registry-db, initialize-instance): Set up constructor
452 instead of :initform arguments for the sake of older Emacsen.
453 (registry-lookup-breaks-before-lexbind): New method to demonstrate
454 pre-lexbind merge bug.
455 (registry-usage-test): Use it.
456 (initialize-instance, registry-db): Move the non-function initforms
457 back to the class definition.
458
459 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
460
461 * registry.el: New library to manage gnus-registry-style data.
462
463 * gnus-registry.el: Use it (major rewrite).
464
465 * nnregistry.el: Use it.
466
467 * spam.el: Use it.
468
469 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
470
471 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
472 marks on non-selected articles.
473
474 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
475
476 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
477
478 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
479 parameter to open-protocol-stream.
480
481 2011-04-01 Julien Danjou <julien@danjou.info>
482
483 * mm-view.el (mm-display-inline-fontify): Do not fontify with
484 fundamental-mode.
485
486 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
487
488 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
489 servers.
490
491 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
492
493 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
494 made marks not propagate, again.
495
496 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
497
498 * proto-stream.el (open-protocol-stream): Bring back `network' type.
499 Make this the default type.
500 (proto-stream-open-plain): Rename from proto-stream-open-default.
501 (open-protocol-stream, proto-stream-open-starttls)
502 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
503 with `plain'.
504
505 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
506 value.
507
508 * nntp.el (nntp-open-connection-function): Document the fact that some
509 values are not functions but are instead handled specially.
510 Recognize nntp-open-plain-stream value.
511 (nntp-open-connection): Recognize that value.
512
513 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
514
515 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
516 stuff.
517
518 * gnus-score.el (gnus-score-string): Fix calling convention of
519 `gnus-simplify-buffer-fuzzy' after last patches.
520
521 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
522 server for articles we didn't get any headers for. This is a sanity
523 check.
524
525 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
526
527 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
528 new CAPABILITY, use it.
529
530 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
531
532 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
533 downloading anything.
534
535 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
536
537 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
538
539 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
540 colors.
541 (gnus-splash-svg-color-symbols): New function.
542
543 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
544
545 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
546 instead of using the global gnus-simplify-subject-fuzzy-regexp.
547 (gnus-simplify-subject-fuzzy): Use the local
548 gnus-simplify-subject-fuzzy-regex instead of the global one.
549 This makes using this variable in group parameters work.
550
551 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
552
553 * gnus-registry.el (gnus-registry-unfollowed-groups):
554 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
555 archive:sent-YYYY-MM-DD groups).
556 (gnus-registry-split-fancy-with-parent): Bail out early in sender
557 tracking if there are more than `gnus-registry-max-track-groups'
558 matches.
559
560 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
561
562 * message.el (message--yank-original-internal): New function to do the
563 insertion cleanly inside eval in `message-yank-original'.
564 (message-yank-original): Use it.
565
566 2011-03-29 Julien Danjou <julien@danjou.info>
567
568 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
569 local variables disabled rather than `normal-mode'.
570
571 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
572
573 * proto-stream.el: Changes preparatory to merging open-protocol-stream
574 with open-network-stream.
575 (proto-stream-always-use-starttls): Option removed.
576 (open-protocol-stream): Return a process object by default. Provide a
577 new parameter :return-list specifying a list-type return value, which
578 now has the form (PROP . PLIST) instead of a fixed-length list. Change
579 :type `network' to `try-starttls', and `network-only' to `default'.
580 Make `default' the default, for compatibility with open-network-stream.
581 Handle the no-parameter case exactly as open-network-stream, with no
582 additional stream processing. Search plists using plist-get.
583 Explicitly add :end-of-commend parameter if it is missing.
584 (proto-stream-open-default): Rename from
585 proto-stream-open-network-only. Return 'default as the type.
586 (proto-stream-open-starttls): Rename from proto-stream-open-network.
587 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
588 failed. Always return a list with a (possibly dead) process as the
589 first element, for compatibility with open-network-stream.
590 (proto-stream-open-tls): Use plist-get. Always return a list.
591 (proto-stream-open-shell): Return `default' as connection type.
592 (proto-stream-capability-open): Use plist-get.
593 (proto-stream-eoc): Function deleted.
594
595 * nnimap.el (nnimap-stream, nnimap-open-connection)
596 (nnimap-open-connection-1): Handle renaming of :type parameter for
597 open-protocol-stream.
598 (nnimap-open-connection-1): Pass a :return-list parameter
599 open-protocol-stream to obtain a list return value. Parse this list
600 using plist-get.
601
602 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
603 for open-protocol-stream. Accept open-protocol-stream return value
604 that is a subprocess object instead of a list. Handle the case of a
605 dead returned process.
606
607 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
608
609 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
610
611 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
612
613 2011-03-21 Julien Danjou <julien@danjou.info>
614
615 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
616 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
617 query.
618 (mm-inline-text): Render normal text with fontification whenever
619 possible.
620
621 * gnus-sum.el (gnus-summary-save-parts-1):
622 * gnus-art.el (gnus-article-browse-html-save-cid-content)
623 (gnus-article-browse-html-parts, gnus-mime-delete-part)
624 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
625 Use `mm-handle-filename'.
626
627 * mm-util.el (mm-handle-filename): New function, return the filename of
628 an handle.
629
630 2011-03-18 Julien Danjou <julien@danjou.info>
631
632 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
633 (gnus-buffer-live-p): Check that buffer is not nil.
634
635 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
636
637 * gnus-art.el: Require mouse, which the build bot seems to say is
638 needed.
639
640 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
641 XEmacs, since it doesn't have url-retrieve-synchronously.
642
643 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
644
645 * gnus-group.el (gnus-group-list-ticked): New function.
646 (gnus-group-make-menu-bar): Provide a menu entry for it.
647 (gnus-group-list-map): Provide a binding for it.
648
649 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
650
651 * shr.el (shr-visit-file): New command.
652
653 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
654
655 2011-03-17 Bjørn Mork <bjorn@mork.no>
656
657 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
658 servers.
659
660 2011-03-16 Julien Danjou <julien@danjou.info>
661
662 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
663 inline.
664
665 * gnus-art.el (article-hide-list-identifiers):
666 Use gnus-group-get-list-identifiers.
667
668 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
669 (gnus-summary-remove-list-identifiers):
670 Use gnus-group-get-list-identifiers to get regexp.
671 (gnus-select-newsgroup, gnus-summary-insert-subject)
672 (gnus-summary-insert-articles):
673 Call gnus-summary-remove-list-identifiers unconditionally.
674
675 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
676
677 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
678 we're selecting a group with unread articles.
679
680 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
681
682 * gssapi.el: New file separated out from imap.el to provide a general
683 Kerberos 5 connection facility for Emacs.
684
685 * message.el (message-elide-ellipsis): Document the format spec
686 ellipsis.
687
688 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
689
690 * message.el (message-elide-region): Allow the ellipsis to say how many
691 lines were removed.
692
693 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
694
695 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
696 window configurations containing buffers that are now dead.
697
698 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
699 parsing to avoid integer overflows.
700 (nnimap-parse-flags): Simplify the last change.
701 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
702 too large for 32-bit Emacsen.
703
704 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 * auth-source.el (auth-source-netrc-create):
707 * message.el (message-yank-original): Fix use of `case'.
708
709 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
710
711 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
712 XEmacs, which was one character too wide.
713
714 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
715
716 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
717 default number of articles to display.
718 (gnus-articles-to-read): Use pretty names for prompt.
719
720 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
721
722 * gnus-int.el (gnus-open-server): Ditto.
723
724 * gnus-start.el (gnus-activate-group): Give a backtrace if
725 debug-on-quit is set and the user hits `C-g'.
726 (gnus-read-active-file): Ditto.
727
728 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
729
730 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
731
732 * message.el (message-yank-original): Use cond instead of CL case.
733
734 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * auth-source.el (auth-source-netrc-create): Use usual format for the
737 default in prompts.
738
739 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
740
741 * auth-source.el (auth-source-netrc-create): Show the default in the
742 prompt when prompting for token creation.
743
744 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
745
746 * auth-source.el (auth-source-format-prompt): Always convert the value
747 to a string to avoid evaluating non-string arguments.
748 (auth-source-netrc-create): Offer default properly, not as initial
749 content in `read-string'.
750 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
751 of line to determine if we've been run before. If so, don't run again,
752 but print a trivial message to indicate the cache was hit instead.
753
754 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
755
756 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
757 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
758 The user will have to run `gnus-sync-read' manually and wait for Cloudy
759 Gnus.
760
761 2011-03-11 Julien Danjou <julien@danjou.info>
762
763 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
764 modified file".
765
766 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
767
768 * auth-source.el (auth-source-read-char-choice): New function to read a
769 character choice using `dropdown-list', `read-char-choice', or
770 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
771 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
772 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
773 (auth-source-netrc-saver): Use it.
774 (auth-source-pick-first-password): New convenience function.
775
776 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
777
778 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
779 parameter in the credentials.
780 (nnimap-open-connection-1): Use it after a successful login.
781 (nnimap-credentials): Add IMAP-specific user and password prompt.
782
783 * auth-source.el (auth-source-search): Add :require parameter, taking a
784 list. Document it and the :save-function return token. Pass :require
785 down. Change the CREATED message from a warning to a debug statement.
786 (auth-source-search-backends): Pass :require down.
787 (auth-source-netrc-search): Pass :require down.
788 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
789 Change save prompt to indicate all modifications saved here are
790 deletions.
791 (auth-source-netrc-create): Take user login name as default in user
792 prompt. Move all the save functionality to a lexically bound function
793 under the :save-function token in the returned list. Set up clearer
794 default prompts for user, host, port, and secret.
795 (auth-source-netrc-saver): New function, intended to be wrapped for
796 :save-function.
797
798 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
799
800 * Version 23.3 released.
801
802 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
803
804 * shr.el (shr-table-horizontal-line): Change the defaults for the table
805 lines to be spaces instead.
806
807 2011-03-07 Julien Danjou <julien@danjou.info>
808
809 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
810 (sieve-sasl-auth): Check that auth-source-search did return something,
811 or just return an empty string.
812
813 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
814
815 * gnus.el (gnus-interactive): Use read-directory-name.
816
817 * gnus-uu.el (gnus-uu-decode-uu-and-save)
818 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
819 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
820 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
821 Likewise.
822
823 * gnus-group.el (gnus-group-make-directory-group): Likewise.
824
825 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
826
827 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
828 onto the list of killed groups, too. This makes killed nnimap groups,
829 for instance, more reliably not reappear.
830
831 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
832 the parent.
833
834 * gnus-sum.el (gnus-update-read-articles): Fix typo.
835
836 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
837 really have server-side marks.
838
839 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
840 since most backends do not usefully have server-side marks.
841 (gnus-update-read-articles): Propagate marks to all backends that
842 really have server-side marks.
843
844 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
845
846 * message.el (message-cite-reply-position, message-cite-style):
847 New variables.
848 (message-yank-original): Use the new citation styles.
849
850 2011-03-04 Daiki Ueno <ueno@unixuser.org>
851
852 * message.el (message-options): Revert the change that's a workaround
853 for XEmacs buffer-local issue; don't mark it buffer-local when running
854 under XEmacs.
855
856 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
857
858 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
859 numbers too big to be `read'.
860
861 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
862
863 * message.el (message-options): Make buffer-local two ways to attempt
864 to fix a XEmacs bug.
865
866 2011-03-02 Julien Danjou <julien@danjou.info>
867
868 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
869
870 2011-03-01 Julien Danjou <julien@danjou.info>
871
872 * gnus-art.el (list-identifier): Add list-identifier as a parameter
873 group.
874 (article-hide-list-identifiers): Use list-identifier group parameter.
875
876 2011-02-28 Julien Danjou <julien@danjou.info>
877
878 * sieve.el (sieve-buffer-script-name): New local variable to store
879 sieve script name.
880 (sieve-edit-script): Store sieve script name.
881 (sieve-upload): Use sieve script name when uploading.
882 (sieve-upload): Use substitute-command-keys.
883 (sieve-edit-script): Use substitute-command-keys.
884 (sieve-refresh-scriptlist): Use substitute-command-keys.
885 (sieve-manage-mode-map): Define keymap properly.
886 (sieve-manage-mode): Do not set mode name manually, change mode-name to
887 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
888 Remove commented code about cvs.
889 (sieve-manage-quit): New function.
890 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
891
892 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
893
894 * gnus-group.el (gnus-import-other-newsrc-file): New function.
895
896 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
897
898 * auth-source.el (auth-source-search): Cache empty result sets.
899
900 * auth-source.el (auth-source-save-behavior): New variable to replace
901 `auth-source-never-create'.
902 (auth-source-netrc-create): Use it.
903 (auth-source-never-save): Remove.
904
905 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
906
907 * nnimap.el (nnimap-stream): Doc fix.
908 (nnimap-open-connection-1): Reverse the order of the ports to that the
909 prompted-for port is first.
910
911 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
912 retrieval by the no-group selection.
913
914 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
915 numerical parameters.
916
917 2011-02-25 Julien Danjou <julien@danjou.info>
918
919 * gnus-gravatar.el: Use gnus-with-article-buffer.
920
921 * gnus-art.el (gnus-with-article-buffer): Check that the
922 gnus-article-buffer is alive.
923
924 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
925
926 * auth-source.el (auth-source-creation-prompts): New variable to manage
927 creation-time prompts.
928 (auth-source-search): Document it.
929 (auth-source-format-prompt): Add utility function.
930 (auth-source-netrc-create): Don't default the user name to
931 user-login-name. Use `auth-source-creation-prompts' and some default
932 prompts for user, host, port, and password (the default generic prompt
933 remains ugly).
934 (auth-source-never-save): Add customizable option to never save info.
935 (auth-source-netrc-create): Use it and improve save prompts. Fix help
936 mode excursion.
937
938 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
939
940 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
941 argument that XEmacs doesn't support.
942
943 2011-02-23 Julien Danjou <julien@danjou.info>
944
945 * gnus-art.el (article-make-date-line): Ignore errors if time is
946 invalid and not convertible.
947 (article-make-date-line): Only add lapsed time if time is not nil.
948
949 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
950
951 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
952 `read-char-choice' for backwards compatibility.
953 (auth-source-netrc-element-or-first): New function to DTRT for
954 parameter extraction.
955 (auth-source-netrc-create): Use it and fix multiple parameter print
956 bug. Use the default passed from above (given-default) or the
957 built-in (user-login-name for :user).
958
959 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
960
961 * gnus-start.el (gnus-dribble-read-file):
962 Set buffer-save-without-query, since we always want to save the dribble
963 file, probably.
964
965 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
966 nnimap.
967
968 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
969 -summary- since it's a user-visible variable.
970
971 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
972 first time you use the new Gnus.
973
974 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
975
976 * auth-source.el: Don't load netrc.el.
977 (auth-sources): Search ~/.netrc as well by default.
978 (auth-source-debug): Add 'trivia option for extra output.
979 (auth-source-do-trivia): Use it.
980 (auth-source-search): Simplify logic to use
981 `auth-source-search-backends'. Use `auth-source-do-trivia' where
982 appropriate. Don't keep a running count at this level. Layer :create
983 and :delete options appropriately on the first and second passes.
984 Don't track the backend with the search results.
985 (auth-source-search-backends): New function to search a list of
986 backends for a processed spec.
987 (auth-source-netrc-parse): Cache all netrc files, making
988 auth-source-netrc-cache an alist keyed by the file name and using the
989 file mtime as the caching criterion. Keep the obfuscated data secret
990 with a lexical bind.
991 (auth-source-netrc-search): Don't calculate the length of the results
992 unnecessarily.
993 (auth-source-search-backends): Fix bug.
994 (auth-source-netrc-create): Rework prompts.
995
996 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
997
998 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
999 Lower case names of search constraints.
1000 (nnir-run-query): Cache and reuse search constraints for all imap
1001 servers.
1002
1003 2011-02-22 Sam Steingold <sds@gnu.org>
1004
1005 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1006
1007 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1008
1009 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1010 after exit.
1011 (gnus-setup-message): Define missing variable from last checkin.
1012
1013 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1014 value, show the raw article.
1015
1016 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1017
1018 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1019 auth-source now accepts numbers.
1020
1021 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1022 spec, too.
1023 (auth-source-ensure-strings): New function.
1024
1025 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1026 (gnus-article-setup-buffer): Always restart the date timer so that user
1027 changes to the frequency is respected.
1028
1029 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1030 port numbers, so make sure it gets that if nnimap-server-port is
1031 explicit.
1032
1033 2011-02-21 Simon Josefsson <simon@josefsson.org>
1034
1035 * nnimap.el (nnimap-inbox): Doc fix.
1036
1037 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1038
1039 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1040 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1041 color-lab-to-srgb.
1042
1043 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1044
1045 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1046 given method as in the group name if we're using an extended method.
1047 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1048 command, if we're using that, instead of waiting for the beginning.
1049
1050 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1051 we're sure to get unique server names, and we don't output two async
1052 commands in the same buffer. This fixes an NNTP hang for some users.
1053
1054 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1055
1056 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1057 summary buffer before reading going to the next buffer. This avoids
1058 putting the point in the group buffer if you `C-g' the command.
1059
1060 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1061 cache (for now) to make ~/.authinfo.gpg files usable.
1062
1063 * nnfolder.el (copyright-update): Define for the compiler.
1064
1065 * auth-source.el (auth-source-search): Fix unbound variable.
1066
1067 2011-02-19 Glenn Morris <rgm@gnu.org>
1068
1069 * gnus.el (gnus-meta): Doc fix.
1070
1071 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1072
1073 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1074 in case it's not yet loaded.
1075
1076 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1077
1078 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1079 line we're waiting for.
1080
1081 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1082
1083 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1084 face with line-width greater than zero will cause RET in gnus summary
1085 buffer to scroll down article page-wise because auto vscroll happens,
1086 it should be temporalily disabled when doing a scroll-up.
1087
1088 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1089
1090 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1091 outputs from the server.
1092
1093 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1094
1095 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1096 later so that bbdb can hook in easier.
1097
1098 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1099
1100 * auth-source.el (auth-source-search): Don't try to create credentials
1101 if the caller doesn't want that.
1102 (auth-source-search): If we don't find a match, don't bug out on
1103 non-bound variables.
1104 (auth-source-search): Only ask a single backend to create the
1105 credentials.
1106
1107 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1108 logging.
1109 (nnimap-credentials): Protect against auth-source-search returning nil.
1110 (nnimap-request-list): Protect against not being able to open the
1111 server.
1112
1113 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1114
1115 * auth-source.el (auth-source-search): Do a two-phase search, one with
1116 no :create to get the responses from all backends.
1117
1118 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1119 when getting credentials.
1120
1121 * gnus-util.el (gnus-delete-duplicates): New function.
1122
1123 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1124
1125 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1126 a creation default, pass the whole port list down. It will be
1127 completed.
1128
1129 * auth-source.el (auth-source-search): Updated docs to talk about
1130 multiple creation choices.
1131 (auth-source-netrc-create): Accept a list as a value (from the search
1132 parameters) and do completion on that list. Keep a separate netrc line
1133 with the password obscured for showing the user.
1134
1135 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1136 first choice to `auth-source-search' so it will be used for entry
1137 creation instead of the server's Gnus-specific name.
1138 (nnimap-credentials): Rely on the auth-source library to select which
1139 port is actually wanted in the new netrc entry, so don't override
1140 `auth-source-creation-defaults'.
1141
1142 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1143 :protocol and accept a missing user, host, or port as a wildcard match.
1144 (auth-source-debug): Default to off.
1145
1146 (auth-source-netrc-search, auth-source-netrc-create)
1147 (auth-source-secrets-search, auth-source-secrets-create)
1148 (auth-source-user-or-password, auth-source-backend, auth-sources)
1149 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1150 instead of :protocol.
1151
1152 * nnimap.el (nnimap-credentials): Pass a port default to
1153 `auth-source-search' in case an entry needs to be created.
1154 (nnimap-open-connection-1): Use :port instead of :protocol.
1155
1156 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1157
1158 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1159 instead of delete-dups that is not available in XEmacs 21.4.
1160
1161 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1162
1163 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1164 nil means that nnimap doesn't get updated.
1165
1166 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1167
1168 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1169 result when the user doesn't want to write to the file.
1170 (auth-source-netrc-search): Expect a synthetic result and proceed
1171 accordingly.
1172 (auth-source-cache-expiry): New variable to override
1173 `password-cache-expiry'.
1174 (auth-source-remember): Use it.
1175
1176 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1177 parameter. Create entry if necessary by using :create t.
1178 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1179
1180 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1181
1182 * auth-source.el (auth-source-debug): Enable by default and don't
1183 mention the obsolete `auth-source-hide-passwords'.
1184 (auth-source-do-warn): New function to debug unconditionally.
1185 (auth-source-do-debug): Use it.
1186 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1187 and for Secrets API entries when the secrets.el library is not
1188 available.
1189
1190 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1191
1192 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1193 (gnus-summary-exit): Kill the correct article buffer on exit from a
1194 `C-d' group.
1195
1196 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1197 gnus-propagate-marks.
1198
1199 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1200 before killing the buffers so that a non-full window conf gets handled
1201 correctly.
1202 (gnus-summary-exit): Ditto.
1203 (gnus-summary-read-group-1): Ditto.
1204
1205 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1206 async code again so that we can debug it properly.
1207
1208 * message.el (message-reply): Take an optional switch-buffer parameter
1209 so that Gnus window confs are respected better.
1210
1211 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1212
1213 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1214 `plist-get' to accept non-list parameters (XEmacs issue).
1215 Fix docstring.
1216 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1217 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1218 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1219 Login collection is "Login" and not "login".
1220
1221 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1222
1223 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1224 multiple headers.
1225
1226 * nnimap.el (nnimap-inhibit-logging): New variable.
1227 (nnimap-log-command): Don't log login commands.
1228
1229 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1230 to have more parameters.
1231
1232 * nnimap.el (nnimap-send-command): Mark the command time for each
1233 command, so that we don't get NOOPs stepping on our toes.
1234
1235 * gnus-art.el (article-date-ut): Get the date from the Date header on
1236 `t'.
1237
1238 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1239
1240 * auth-source.el (auth-source-search): Use copy-sequence instead of
1241 the cl.el copy-list.
1242
1243 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1244
1245 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1246 Improve prompt.
1247
1248 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1249
1250 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1251 washing status from the default format. It isn't very informative.
1252
1253 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1254
1255 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1256 Fix Gcc processing on imap.
1257
1258 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * message.el (message-bury): Don't pop up a new window when selected
1261 window is dedicated.
1262
1263 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1264
1265 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1266
1267 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1268
1269 * sieve-manage.el: Autoload `auth-source-search'.
1270 (sieve-sasl-auth): Use it.
1271
1272 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1273
1274 * nnimap.el: Autoload `auth-source-forget+'.
1275 (nnimap-open-connection-1): Use it if the connection fails.
1276
1277 * auth-source.el: Require `password-cache'.
1278 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1279 obsolete.
1280 (auth-source-magic): Marker for `password-cache' keys.
1281 (auth-source-do-cache): Update docstring.
1282 (auth-source-search): Use and check cache.
1283 (auth-source-forget-all-cached, auth-source-remember)
1284 (auth-source-recall, auth-source-forget, auth-source-forget+)
1285 (auth-source-specmatchp): Caching support functions.
1286 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1287 Remove and obsolete.
1288 (auth-source-user-or-password): Remove caching to further discourage
1289 using it. Always hide passwords.
1290
1291 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1292
1293 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1294 code for now, since it doesn't work for all users.
1295
1296 2011-02-09 Julien Danjou <julien@danjou.info>
1297
1298 * message.el (message-options): Make message-options really buffer
1299 local.
1300
1301 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1302
1303 * mail-source.el: Autoload `auth-source-search'.
1304 (mail-source-keyword-map): Note order matters.
1305 (mail-source-set-1): Get all the mail-source source values and
1306 defaults and search auth-source on those if needed. This can all
1307 probably be simplified.
1308
1309 * nnimap.el: Autoload `auth-source-search'.
1310 (nnimap-credentials): Use it.
1311 (nnimap-open-connection-1): Ask for the virtual server and physical
1312 address in one shot.
1313
1314 * nntp.el: Autoload `auth-source-search'.
1315 (nntp-send-authinfo): Use it. Note TODO.
1316
1317 2011-02-08 Julien Danjou <julien@danjou.info>
1318
1319 * shr.el (shr-tag-body): Add support for text attribute in body
1320 markups.
1321
1322 * message.el (message-options): Make message-options a local variable.
1323
1324 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1325
1326 * auth-source.el (auth-source-secrets-search)
1327 (auth-source-user-or-password): Use `append' instead of `nconc'.
1328 (auth-source-user-or-password): Build return list better and protect
1329 against nil :secret.
1330
1331 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1332
1333 * nnimap.el (nnimap-update-info): Refactor slightly.
1334 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1335 (nnimap-update-info): Clean up slightly.
1336 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1337 characters.
1338 (nnimap-process-quirk): Rename function to avoid collision.
1339 (nnimap-update-info): Fix macrology bug-out.
1340 (nnimap-update-info): Simplify split history test.
1341
1342 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * auth-source.el (top): Require 'eieio unconditionally.
1345 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1346 (auth-source-secrets-search): Limit search when `max' is greater than
1347 number of results.
1348
1349 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1350
1351 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1352 part not returning any data.
1353
1354 * proto-stream.el (open-protocol-stream): Document the return value.
1355
1356 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1357
1358 * auth-source.el (auth-source-secrets-search): Add examples.
1359
1360 2011-02-06 Julien Danjou <julien@danjou.info>
1361
1362 * message.el (message-setup-1): Handle message-generate-headers-first
1363 set to t.
1364
1365 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1366
1367 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1368 API with a string "secrets:collection-name" and with 'default.
1369 (auth-source-backend-parse): Parse "secrets:collection-name" and
1370 'default. Recurse on parses instead of repeating code. Use the
1371 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1372 message when ignoring a source.
1373 (auth-source-search): List ignored search keys at the top level.
1374 (auth-source-netrc-create): Use `case' instead of `cond'.
1375 (auth-source-secrets-search): Created with TODOs.
1376 (auth-source-secrets-create): Created with TODOs.
1377 (auth-source-retrieve, auth-source-create, auth-source-delete)
1378 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1379 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1380 (auth-source-user-or-password-sftp)
1381 (auth-source-user-or-password-smtp): Remove.
1382 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1383 around `auth-source-search'. Not tested thoroughly.
1384
1385 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1386
1387 * auth-source.el: Bring in assoc and eioeio libraries.
1388 (secrets-enabled): New variable to track the status of the Secrets API.
1389 (auth-source-backend): New EIOEIO class to represent a backend.
1390 (auth-source-creation-defaults): New variable to set prompt defaults
1391 during token creation (see the `auth-source-search' docstring for
1392 details).
1393 (auth-sources): Simplify to allow a simple string as a netrc backend
1394 spec.
1395 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1396 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1397 (auth-source-search): Main auth-source API entry point.
1398 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1399 (auth-source-search-collection): Helper function for searching.
1400 (auth-source-netrc-parse, auth-source-netrc-normalize)
1401 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1402 Supports search, create, and delete.
1403 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1404 backend stubs.
1405 (auth-source-user-or-password): Call `auth-source-search' but it's not
1406 ready yet.
1407
1408 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1409
1410 * message.el (message-setup-1): Remove the read-only stuff, since it
1411 doesn't work under XEmacs, for some reason.
1412
1413 * gnus-sum.el (gnus-user-date): Rename back from
1414 gnus-summary-user-date since user code refers to it.
1415
1416 * shr.el (shr-render-td): Store the actual background colour used.
1417
1418 * message.el (message-setup-1): Don't bind the constant
1419 -forbidden-properties.
1420 (message-setup-1): Revert previous change, since it needs to bind the
1421 props to insert them.
1422 (message-resend): Allow removing the read-only separator line.
1423
1424 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1425
1426 * nnimap.el (nnimap-request-accept-article): Give an error message if
1427 the APPEND wasn't successful.
1428
1429 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1430
1431 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1432 that have no groups.
1433
1434 2011-02-03 Julien Danjou <julien@danjou.info>
1435
1436 * gnus-draft.el: Remove progn around gnus-draft-setup.
1437
1438 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1439
1440 * gnus-start.el (gnus-read-active-for-groups): This function is never
1441 called with a nil `infos', so clean that up.
1442 (gnus-get-unread-articles): Request active files from primary/secondary
1443 methods that have no groups (yet).
1444
1445 2011-02-03 Julien Danjou <julien@danjou.info>
1446
1447 * message.el (message-setup-1): Always generate References first.
1448 (message-mail): Return the return value of message-setup, not always t.
1449 (message-setup-1): Insert mail-header-separator with read-only and
1450 intangible properties set.
1451
1452 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1453 user-date in docstring.
1454
1455 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1456
1457 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1458 docstring.
1459
1460 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1461 defcustom, with type and group. Move from gnus-util.el. Rename to
1462 gnus-summary-user-date-format-alist.
1463
1464 2011-02-03 Glenn Morris <rgm@gnu.org>
1465
1466 * nnimap.el (gnus-fetch-headers): Declare.
1467
1468 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1469
1470 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1471
1472 * message.el (message-forward-make-body-digest-plain)
1473 (message-followup, message-reply): Clean up things noted by Stefan.
1474
1475 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1476 gnus-article-update-date-headers is nil.
1477 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1478 it didn't really work with defcustom.
1479 (article-update-date-lapsed): Make sure the window start doesn't move,
1480 either.
1481
1482 2011-02-01 Julien Danjou <julien@danjou.info>
1483
1484 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1485 format.
1486
1487 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1488 standard in Emacs nowadays.
1489
1490 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * message.el (message-expand-name): Don't trust the return value of
1493 bbdb-complete-name.
1494 (message-check-news-header-syntax): Remove unused var `start'.
1495 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1496 (message-inhibit-body-encoding): Move to before first use.
1497 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1498 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1499 (Organization, Message-ID, Date, mh-previous-window-config):
1500 Defvar the vars using dynamic scoping.
1501
1502 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1503
1504 * shr.el (shr-render-td): Only do colours at the final rendering.
1505 Should be slightly faster.
1506 (shr-insert-table): Fix up TD background colours when doing the
1507 vertical padding.
1508
1509 * gnus-art.el (article-date-ut): Protect against articles with no Date
1510 header.
1511 (article-update-date-lapsed): Don't use current-column to find the
1512 horizontal position. It's fragile in the presence of \003 characters.
1513
1514 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1515
1516 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1517
1518 * gnus-art.el (article-transform-date): Rewrite to still work when
1519 there are several rfc2822 parts.
1520 (article-transform-date): Fix infinite recursion.
1521 (article-date-ut): Replace infinitely many Date headers with a single
1522 one when called interactively.
1523
1524 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1525 secure manner.
1526
1527 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1528 move around by not using save-window-excursion. It seems to work...
1529
1530 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1531
1532 * gnus-art.el (article-make-date-line): Work for user-defined format.
1533
1534 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1535
1536 * nntp.el (nntp-retrieve-group-data-early)
1537 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1538 fetching functions.
1539
1540 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1541 thoroughly for all backends that have no known groups. This should
1542 allow new nnml methods to retrieve mail.
1543
1544 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1545 that Gnus doesn't know exists again.
1546
1547 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1548 (gnus-treat-date-ut): Ditto.
1549 (gnus-article-update-date-header): Rename.
1550 (gnus-treat-date-local): Remove.
1551 (gnus-treat-date-english): Remove.
1552 (gnus-treat-date-lapsed): Remove.
1553 (gnus-treat-date-combined-lapsed): Remove.
1554 (gnus-treat-date-original): Remove.
1555 (gnus-treat-date-iso8601): Remove.
1556 (gnus-treat-date-user-defined): Remove.
1557 (gnus-article-date-headers): New variable to control all the date
1558 header options.
1559 (article-date-ut): Rewrite to allow using the new way to format date
1560 headers(s).
1561
1562 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1563
1564 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1565 method.
1566 (nnmail-article-group): A better test for fanciness.
1567
1568 * nnimap.el (nnimap-request-head): Protect against not finding the
1569 article by Message-ID.
1570
1571 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1572
1573 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1574 keep point at the "same place".
1575
1576 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1577
1578 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1579 data if the group is unactivated.
1580
1581 2011-01-28 Julien Danjou <julien@danjou.info>
1582
1583 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1584 (gnus-all-windows-visible-p): Remove old compatibility code.
1585 (gnus-window-top-edge): Add docstring.
1586
1587 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1588
1589 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1590
1591 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1592 older request-update-info.
1593
1594 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1595
1596 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1597
1598 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1599 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1600
1601 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1602
1603 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1604 groups. This makes the nndraft:queue group pop up if it's not already
1605 there.
1606
1607 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1608 messages" logic, which was reversed.
1609
1610 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1611 the "same place" even if point is on the line being replaced.
1612 (article-update-date-lapsed): Allow updating both the combined lapsed
1613 and the lapsed headers.
1614 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1615 (article-make-date-line): Limit the number of segments dynamically to
1616 avoid too-long lines.
1617
1618 2011-01-27 Julien Danjou <julien@danjou.info>
1619
1620 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1621 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1622
1623 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1624
1625 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1626 Use plist-get instead of the cl function getf.
1627
1628 2011-01-27 Glenn Morris <rgm@gnu.org>
1629
1630 * gnus-util.el (float-time): Get rid of compiler warning, again.
1631
1632 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1633
1634 * shr.el (shr-put-color): Special-case background colours: Do put them
1635 at the blank parts at the front of the lines.
1636
1637 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1638 exit hook to nix out all data on readedness on group exit.
1639
1640 * gnus-util.el (float-time): If float-time is bound, always use it on
1641 all Emacsen. It's unclear why the subrp check was there.
1642 (time-date): Require to make some autoload issues on XEmacs go away.
1643
1644 * shr.el (shr-put-color): Don't do the box padding in tables, since
1645 they're already padded.
1646
1647 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1648
1649 * gnus-art.el (gnus-article-next-page): When the last line of the
1650 article is displayed, scroll down once more instead of going to the
1651 next article at once.
1652 (article-lapsed-string): Refactor out and allow specifying how many
1653 segments you want.
1654 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1655 (gnus-article-update-lapsed-header): New variable.
1656
1657 * shr.el: Revert change that made headings use different-sized faces.
1658 The Emacs display engine isn't advanced enough that, for instance,
1659 tables can comfortably use differently-sized faces.
1660
1661 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1662
1663 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1664 used.
1665 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1666 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1667 we're using an encrypted connection.
1668
1669 * proto-stream.el: Alter the interface functions to also return the
1670 actual stream type used: network or tls.
1671
1672 2011-01-25 Julien Danjou <julien@danjou.info>
1673
1674 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1675 (mm-display-javascript-inline): New function.
1676
1677 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1678 viewing function.
1679
1680 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1681
1682 * shr.el (shr-expand-newlines): Fix variable name.
1683
1684 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1685
1686 * shr.el (shr-expand-newlines): Make nested boxes work.
1687
1688 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1689
1690 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1691 backgrounds.
1692 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1693 in a more sensible manner.
1694
1695 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1696
1697 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1698 if EPG is loaded.
1699
1700 2011-01-24 Julien Danjou <julien@danjou.info>
1701
1702 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1703 tags.
1704
1705 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1706
1707 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1708 commands.
1709
1710 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1711 in the article buffer.
1712 (gnus-gravatar-insert): Use blank space from the current buffer to
1713 avoid breaking text properties. This makes X-Sent updating work again.
1714
1715 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1716
1717 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1718
1719 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1720 fix the bug in url-http.el instead.
1721
1722 * shr.el (shr-image-fetched): Ditto.
1723
1724 * shr.el (shr-image-fetched): Avoid having point move in the article
1725 buffer.
1726
1727 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1728 buffer after being called. It's apparently being killed by url.el, and
1729 killing it made point move to end-of-buffer in a random buffer.
1730
1731 * shr.el (shr-image-fetched): Ditto.
1732
1733 2011-01-23 Julien Danjou <julien@danjou.info>
1734
1735 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1736
1737 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1738 text/x-org.
1739
1740 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1741
1742 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1743 (i.e., nnimap) returning nil as the article number.
1744
1745 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1746
1747 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1748 "DelSp" parameter in RFC3676.
1749
1750 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1751
1752 * message.el (message-check-recipients): Display the encoded version of
1753 the bogus address if they differ.
1754
1755 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1756 after sending.
1757
1758 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1759
1760 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1761
1762 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1763 group buffer after sending the queue.
1764
1765 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1766
1767 2011-01-22 Julien Danjou <julien@danjou.info>
1768
1769 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1770
1771 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1772
1773 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1774 nested related parts.
1775
1776 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1777 unexpired articles. This fixes the regression that led expiry marks to
1778 disappear from nnfolder groups.
1779
1780 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1783 Don't confuse the "ret" of "retrograde" with RET.
1784
1785 2011-01-21 Julien Danjou <julien@danjou.info>
1786
1787 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1788 than mm-insert-inline.
1789
1790 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1791
1792 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1793 Widen article buffer.
1794
1795 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1798 the temp buffer.
1799 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1800
1801 2011-01-20 Julien Danjou <julien@danjou.info>
1802
1803 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1804
1805 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1806 than mm-insert-inline to insert inline part: this respect
1807 mm-inline-media-tests displayers.
1808
1809 * mm-view.el (mm-display-shell-script-inline): New function.
1810
1811 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1812
1813 * mm-uu.el (mm-uu-type-alist): Add org block.
1814 (mm-uu-org-src-code-block-extract): New function.
1815
1816 * mm-view.el (mm-display-org-inline): New function.
1817
1818 * mm-decode.el (mm-automatic-display): Add text/org.
1819
1820 * mailcap.el (mailcap-mime-extensions): Add .org.
1821
1822 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1823
1824 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1825 gnus-article-add-buttons.
1826
1827 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1828
1829 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1830 From header with a date and "nobody" as the sender.
1831
1832 2011-01-19 Julien Danjou <julien@danjou.info>
1833
1834 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1835 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1836 if you have the same regexp several times.
1837 (gnus-button-push): Fix matching when regexp is symbol.
1838
1839 2011-01-15 Glenn Morris <rgm@gnu.org>
1840
1841 * message.el (message-mail): A compose-mail function should
1842 accept headers as strings.
1843
1844 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1845
1846 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1847 Add :vert-only tags.
1848 (message-mail): New arg RETURN-ACTION.
1849 (message-return-action): New var.
1850 (message-bury): Use it.
1851 (message-mode): Make it buffer-local.
1852 (message-send-and-exit): Always call message-bury.
1853
1854 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1855 message-mail.
1856
1857 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1858
1859 * nnimap.el (nnimap-convert-partial-article): Protect against
1860 zero-length body parts.
1861
1862 * mm-decode.el (mm-preferred-alternative-precedence):
1863 Discourage showing empty parts.
1864
1865 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1866 and stuff if the backend didn't return the article number. This fixes
1867 an Exchange-related nnimap bug.
1868
1869 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1870 group window, because it does the wrong thing when a separate frame
1871 displays the group buffer.
1872
1873 * proto-stream.el (open-protocol-stream): Protect against the low-level
1874 transport functions returning nil.
1875
1876 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1877
1878 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1879 (mml2015-epg-find-usable-secret-key): New function.
1880 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1881 mml2015-epg-find-usable-key (Bug#7797).
1882 (mml2015-epg-encrypt): Ditto.
1883
1884 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1885
1886 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1887
1888 2011-01-03 Glenn Morris <rgm@gnu.org>
1889
1890 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1891
1892 * sieve.el (sieve-open-server): Give a more explicit error if
1893 sieve-manage-open returns nil. (Bug#7720)
1894
1895 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1896
1897 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1898
1899 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1900
1901 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1902 This avoids sending passwords in plain text over non-encrypted
1903 channels.
1904
1905 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1906
1907 * nnimap.el (nnimap-login): Refactored out into own function, and
1908 implement CRAM-MD5.
1909 (nnimap-wait-for-line): Refactored out.
1910
1911 * mm-view.el (mml-smime): Require.
1912
1913 2010-12-20 David Engster <deng@eml.cc>
1914
1915 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1916 use EPG to decrypt S/MIME messages instead of openssl.
1917
1918 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1919
1920 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1921
1922 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1923 status is the group clearly is unreachable.
1924
1925 * auth-source.el (auth-source-create): Add the optional second
1926 parameter to `local-variable-p' to be compatible with XEmacs.
1927
1928 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1929
1930 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1931 work when using a compressed nnml folder.
1932
1933 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1934
1935 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1936 backends after sanitising on entry, because this never makes sense:
1937 If the articles have gone missing, then the data no longer exists on
1938 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1939 overwrite anything anyway.
1940
1941 * shr.el (shr-insert-document): Bind shr-width dynamically to
1942 window-width if it's nil.
1943
1944 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1945
1946 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1947 with the meaning of using the full emacs window width for rendering.
1948
1949 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1950
1951 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1952 case when sender is not given.
1953
1954 2010-12-23 Julien Danjou <julien@danjou.info>
1955
1956 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1957 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1958 the addresses, otherwise we might misplaced the gravatar.
1959
1960 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1961
1962 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1963 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1964 obsolete in Emacs.
1965
1966 2010-12-20 Julien Danjou <julien@danjou.info>
1967
1968 * gnus-util.el (gnus-rescale-image): Revert last change.
1969
1970 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1971
1972 * gnus-group.el (gnus-group-delete-articles): New command.
1973
1974 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1975
1976 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1977
1978 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1979
1980 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1981 here, since it's up to the backends to do CRLF removal if their
1982 protocol has it.
1983
1984 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1985
1986 2010-12-17 Julien Danjou <julien@danjou.info>
1987
1988 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1989 they are from file. Can also scale up.
1990
1991 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1992
1993 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1994 gnus-use-agent.
1995 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1996
1997 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1998
1999 2010-12-17 Julien Danjou <julien@danjou.info>
2000
2001 * gravatar.el (gravatar-retrieve-synchronously): New function.
2002 (gravatar-get-data): Make more robust.
2003
2004 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2005
2006 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2007 to really consider the last line.
2008
2009 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2010
2011 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2012 list of recipient keys, or use symmetric encryption if not a list.
2013 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2014 EPA override, replacing the call to `netrc-store-data'.
2015
2016 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2017
2018 * gnus-srvr.el: Avoid passing nil regexp argument to
2019 delete-matching-lines.
2020
2021 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2022
2023 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2024 fetching stops when Gnus exits.
2025
2026 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2027 function.
2028 (nnfolder-request-expire-articles): Save all the buffers after doing
2029 expiry.
2030
2031 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2032 the last article", since that led to serious performance regressions
2033 when expiring nnml groups.
2034
2035 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2036
2037 * nnir.el: Improve customizations.
2038
2039 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2040
2041 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2042
2043 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2044 group has been killed.
2045 (gnus-group-yank-group): Ditto.
2046
2047 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2048
2049 * nnimap.el (nnimap-request-update-group-status): New function.
2050
2051 * gnus-int.el (gnus-request-update-group-status): New interface
2052 function.
2053
2054 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2055 copying read-ness to the backends.
2056
2057 * nnimap.el (nnimap-quirk): New function.
2058 (nnimap-retrieve-group-data-early): Use it.
2059 (nnimap-quirks): New alist.
2060
2061 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2062
2063 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2064 don't delete it within indentation.
2065
2066 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2067
2068 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2069 previous line.
2070
2071 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2072
2073 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2074 QRESYNC command by deleting a superfluous space which broke Cyrus
2075 servers. This change will break other servers that are buggy the other
2076 way around.
2077
2078 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2079
2080 * spam.el: Reindent and fix long lines.
2081 (spam-copy-or-move-routine): Exclude invalid move destinations.
2082
2083 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2084
2085 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2086 installed the registry.
2087
2088 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2089
2090 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2091 groupname doesn't contain "gmane".
2092
2093 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2094
2095 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2096 (gnus-1): Don't create the nndrafts group twice.
2097 (gnus-setup-news): There's no need to read the active file here, since
2098 that's done again later on a per-backend basis.
2099 (gnus-start-draft-setup): Make sure that the new group is started out
2100 empty.
2101
2102 * gnus-agent.el (gnus-agentize): Don't create the queue group
2103 automatically on startup. It'll be created later, if needed.
2104
2105 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2106 of automatically subscribed groups.
2107 (gnus-auto-subscribed-categories): New variable.
2108 (gnus-matches-options-n): Use it.
2109 (gnus-default-subscribed-newsgroups): Remove unused variable.
2110 (gnus-start-draft-setup): Message a bit less.
2111
2112 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2113
2114 * nnir.el (nnir-run-imap): Return article list in order of increasing
2115 UID.
2116
2117 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2118
2119 * gnus-sum.el (gnus-summary-enter-digest-group):
2120 Mention gnus-auto-select-on-ephemeral-exit.
2121
2122 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2123 convention of the network-only option.
2124
2125 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2126
2127 * proto-stream.el (proto-stream-open-network-only): New function to
2128 have a way to specify non-STARTTLS upgrade connections.
2129
2130 2010-12-10 Julien Danjou <julien@danjou.info>
2131
2132 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2133 email address is nil.
2134
2135 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2136
2137 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2138
2139 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2140 deletion.
2141 (nnir-run-imap): Only need to parse list once.
2142
2143 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2144
2145 * shr.el (shr-tag-script): Ignore <script>.
2146 (shr-tag-label): Add <label> support.
2147
2148 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2149
2150 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2151
2152 * shr.el (shr-image-displayer): Work for images lined side by side.
2153
2154 2010-12-08 Robert Pluim <rpluim@gmail.com>
2155
2156 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2157 parameter, since XEmacs doesn't accept t as a parameter.
2158
2159 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2160
2161 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2162 ids.
2163 (nnir-run-gmane): Simplify groupspec formatting.
2164 (nnir-request-expire-articles): New function.
2165
2166 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2167
2168 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2169 overflow, possibly.
2170
2171 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2172 (shr-render-td): Handle td style="" better.
2173 (shr-tag-table): Use the color from the style sheet.
2174 (shr-render-td): Make sure we copy over all the overlays, too.
2175
2176 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2177
2178 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2179 (nnir-request-article): Improve article retrieval.
2180
2181 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2182
2183 * mm-util.el (mm-extra-numeric-entities): New variable.
2184
2185 * mm-url.el (mm-url-decode-entities):
2186 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2187
2188 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * message.el: Use completion-at-point.
2191 (message-completion-function): New fun, extracted from message-tab.
2192 (message-mode): Use it for completion-at-point-functions.
2193 (message-tab): Use it and completion-at-point.
2194
2195 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2196
2197 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2198 character if a non-breakable character follows.
2199
2200 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2201
2202 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2203 any stream.
2204
2205 * shr.el (shr-tag-font): Colorize the region.
2206 (shr-tag-body): Ditto.
2207 (shr-tag-font): Actually let the styles be inherited instead of
2208 overwriting them.
2209 (shr-tag-font): Get the background color right.
2210 (shr-tag-style): Ignore all <style> tags for the moment.
2211
2212 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2213 a Message-ID to avoid having nnimap depend on gnus-sum.
2214
2215 * shr.el (shr-descend): Only colorize something if we have a node that
2216 sets colors.
2217
2218 2010-12-06 Julien Danjou <julien@danjou.info>
2219
2220 * shr.el (shr-render-td): Render td content with shr-descend, so style
2221 will be applied to <td> too.
2222 (shr-colorize-region): Colorize region even if we only have a background.
2223 (shr-tag-body): Fix color and background color inheritance.
2224 Do not recolorize after shr-generic.
2225 (shr-tag-font): Let shr-generic colorize via inheritance.
2226
2227 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2228
2229 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2230
2231 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2232
2233 * nnir.el (nnir-request-move-article): Remove obsolete code.
2234
2235 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2236
2237 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2238
2239 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2240
2241 * gnus-sum.el (gnus-summary-respool-article): The completion function
2242 expects a list instead of an alist.
2243
2244 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2245 string as the parameter.
2246
2247 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2248
2249 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2250 styles.
2251 (shr-colorize-region): New function.
2252 (shr-insert-background-overlay): Remove.
2253 (shr-render-td): Background setting should be taken care of on a higher
2254 level.
2255 (shr-tag-body): Use post-hoc colorizations.
2256 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2257 (shr-put-color-1): Don't overwrite old colors.
2258 (shr-colorize-region): When the background color isn't explicit, use
2259 a fixed background.
2260
2261 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2262 nnmail variables.
2263
2264 2010-12-05 Bjørn Mork <bjorn@mork.no>
2265
2266 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2267 unless necessary.
2268
2269 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2270
2271 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2272 server.
2273
2274 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2275
2276 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2277 so that TAB works.
2278
2279 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2280 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2281
2282 * shr.el (shr-urlify): Show the URL before the title to avoid
2283 misleading URLs.
2284
2285 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2286
2287 * shr.el (shr-urlify): Display the title in <a> tags.
2288
2289 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2290
2291 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2292
2293 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2294
2295 * nnir.el: Rearrange code to allow macros to be autoloaded by
2296 gnus-sum.el.
2297 (nnir-retrieve-headers-override-function): Make this variable
2298 customizable.
2299 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2300
2301 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2302 from nnir.el.
2303
2304 2010-12-03 Julien Danjou <julien@danjou.info>
2305
2306 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2307
2308 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2309
2310 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2311 allow optional argument `environment'.
2312
2313 2010-12-03 Glenn Morris <rgm@gnu.org>
2314
2315 * mm-extern.el (message-goto-body): Update declaration.
2316
2317 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2318
2319 * gnus-util.el (gnus-macroexpand-all): New function.
2320
2321 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2322 instead of macroexpand-all that is unavailable in XEmacs.
2323
2324 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2325
2326 * nnir.el (nnir-summary-line-format): New variable.
2327 (nnir-mode): Use it.
2328 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2329 (nnir-article-ids): Reimplement as defsubst.
2330 (nnir-retrieve-headers): Don't mangle the subject header.
2331 (nnir-run-imap): Use 100 as RSV score.
2332 (nnir-run-find-grep): Fix for full server searching.
2333 (nnir-run-gmane): Better restriction to gmane groups.
2334
2335 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2336 summary buffers.
2337
2338 2010-12-02 Julien Danjou <julien@danjou.info>
2339
2340 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2341
2342 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2343
2344 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2345 support.
2346
2347 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2348
2349 * nnir.el: Update to handle the registry better.
2350 (autoload): Silence byte-compiler.
2351 (nnir-open-server): Add a hook for nnir groups.
2352 (nnir-request-move-article): Don't mangle the header. Better to use
2353 formating variables (which will be added in the future).
2354 (nnir-registry-action): Update the registry using the original article
2355 group name.
2356 (nnir-mode): Install nnir-specific hooks for updating the registry.
2357
2358 * gnus-sum.el
2359 (gnus-article-original-subject,gnus-newsgroup-original-name):
2360 Remove obsolete variables.
2361 (gnus-summary-move-article): Remove use of obsolete variables.
2362 (gnus-summary-local-variables): Make move and delete hooks local to
2363 summary buffers.
2364
2365 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2366
2367 * rtree.el: New file.
2368
2369 2010-12-01 Julien Danjou <julien@danjou.info>
2370
2371 * message.el (message-user-organization): Do not use
2372 gnus-local-organization.
2373
2374 * gnus.el: Remove gnus-local-organization.
2375
2376 * gnus-msg.el: Remove nastygram thing.
2377
2378 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2379
2380 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2381 funcall.
2382
2383 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2384
2385 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2386 names.
2387
2388 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2389 characters.
2390
2391 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2392 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2393 Suggested by Štěpán Němec <stepnem@gmail.com>.
2394 (gnus-gravatar-transform-address): Use mail-extract-address-components
2395 that supports non-ASCII names rather than mail-header-parse-addresses.
2396
2397 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2398
2399 * proto-stream.el (open-protocol-stream): All starttls connections are
2400 handled by the network handler.
2401
2402 2010-11-30 Julien Danjou <julien@danjou.info>
2403
2404 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2405 (nnimap-open-connection-1): Fix PREAUTH.
2406
2407 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2408
2409 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2410
2411 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2412 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2413 (shr-insert): Use them.
2414 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2415
2416 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2417
2418 * nnir.el (nnir-request-move-article): Bail out if original group
2419 doesn't support article moves.
2420 (nnir-get-active): Improve active list retrieval.
2421
2422 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2423
2424 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2425
2426 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2427
2428 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2429 seem to accept strings-with-numbers as port numbers,
2430
2431 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2432
2433 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2434 change the registry.
2435
2436 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2437
2438 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2439 delete-dups that is not available in XEmacs 21.4.
2440
2441 * mm-util.el (mm-delete-duplicates): Add comment.
2442
2443 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2444
2445 * nnir.el (nnir-ignored-newsgroups): New variable.
2446 (nnir-get-active): Use it.
2447
2448 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
2450 * proto-stream.el (proto-stream-open-network): Add some comments.
2451
2452 * nntp.el (nntp-open-connection): Provide a :success condition.
2453
2454 * nnimap.el (nnimap-open-connection-1): Ditto.
2455
2456 * proto-stream.el (proto-stream-open-network): See what the response to
2457 the STARTTLS command is.
2458
2459 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2460 backwards compatibility).
2461 (nnimap-open-connection-1): Really respect nnimap-server-port.
2462
2463 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2464 TLS upgrades we don't really care about the identity of the peer.
2465 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2466 that what we've checked for.
2467 (proto-stream-always-use-starttls): Only default to t if
2468 open-gnutls-stream exists.
2469 (proto-stream-open-network): If STARTTLS failed, then just open a
2470 normal connection.
2471 (proto-stream-open-network): Wait until the greeting before doing
2472 STARTTLS.
2473
2474 * nntp.el (nntp-open-connection): Report what the connection error is.
2475
2476 * proto-stream.el (open-protocol-stream): Rename from
2477 open-proto-stream.
2478
2479 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * nnimap.el (nnimap-stream): Change default to `undecided'.
2482 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2483 first, and then network.
2484 (nnimap-open-connection-1): Respect nnimap-server-port.
2485 (nnimap-open-connection): Be more backwards-compatible.
2486
2487 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2488 (proto-stream-open-starttls): De-duplicate the starttls code.
2489 (proto-stream-open-starttls): Folded back into the main function.
2490 (proto-stream-open-network): Fix typo in the gnutls path.
2491 (proto-stream-command): Refactor out.
2492
2493 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2494
2495 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2496 starttls.el STARTTLS.
2497
2498 * color.el (color-lab->srgb): Fix function call name.
2499
2500 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2501 if we're using tls.el.
2502 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2503 built in, then don't try to establish a STARTTLS connection.
2504
2505 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2506 servers.
2507
2508 * proto-stream.el (open-proto-stream): Use network, not stream.
2509 (open-proto-stream): Add a way to specify what the end of a command is.
2510
2511 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2512 connections types.
2513 (nntp-open-network-stream): Remove.
2514 (nntp-open-ssl-stream): Remove.
2515 (nntp-open-tls-stream): Remove.
2516 (nntp-ssl-program): Remove.
2517
2518 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2519
2520 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2521
2522 * nnir.el: Fix typos.
2523 (nnir-retrieve-headers-override-function): Rename variable to reflect
2524 new semantics.
2525 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2526 macros.
2527 (nnir-request-article, nnir-request-move-article): Use them.
2528 (nnir-categorize): New function.
2529 (nnir-run-query): Use it.
2530 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2531 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2532 sorted.
2533 (nnir-group-full-name): Use gnus-group-full-name instead.
2534 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2535 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2536
2537 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2538
2539 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2540
2541 * proto-stream.el: New library to provide protocol-specific
2542 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2543 protocols.
2544 (open-proto-stream): Complete the documentation.
2545 (proto-stream-open-network): Fix some typos.
2546
2547 * nnimap.el (nnimap-open-connection): Use it.
2548
2549 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2550
2551 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2552 negotiation.
2553
2554 2010-11-26 Julien Danjou <julien@danjou.info>
2555
2556 * color.el: Rename various rgb functions to srgb.
2557
2558 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2559
2560 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2561 names.
2562
2563 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2564
2565 * shr.el (shr-insert): Revert last change.
2566 (shr-find-fill-point): Never leave point being at bol;
2567 relax the kinsoku limitation when rendering tables.
2568
2569 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2570
2571 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2572 results from -accept-article.
2573
2574 * shr-color.el: Require cl when compiling.
2575
2576 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2577 checkin.
2578
2579 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2580
2581 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2582
2583 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2584 'add and 'delete to set backend marks.
2585
2586 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2587
2588 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2589
2590 * nntp.el (nntp-request-set-mark): Use it.
2591
2592 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2593
2594 * nnml.el (nnml-request-set-mark): Ditto.
2595
2596 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2597 introduces regressions in article selection.
2598 (nnimap-find-uid-response): New function.
2599 (nnimap-request-accept-article): Use the UID returned, if any.
2600 (nnimap-request-move-article): Use the UID returned, if any.
2601 (nnimap-get-groups): Reimplement to work with folded lines.
2602 (nnimap-find-uid-response): The UID is the last element in the list.
2603 (nnimap-request-set-mark): Extend syntax with 'set.
2604
2605 * nnml.el (nnml-request-set-mark): Ditto.
2606
2607 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2608
2609 * nntp.el (nntp-request-set-mark): Ditto.
2610
2611 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2612
2613 * message.el (message-called-interactively-p): A temporary macro.
2614 (message-goto-body): Use it temporarily.
2615
2616 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2617
2618 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2619 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2620 (nnimap-last-response-string): Fix last unfolding fix.
2621
2622 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2623
2624 * shr.el (shr-insert): Fix the way to fold lines.
2625
2626 2010-11-25 Julien Danjou <julien@danjou.info>
2627
2628 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2629
2630 * color.el: Rename from color-lab.el
2631 (color-rgb->hex): Add.
2632 (color-complement): Add.
2633 (color-complement-hex): Add.
2634
2635 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2636
2637 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2638
2639 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2640 don't exist.
2641
2642 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2643
2644 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2645 assuming that article displaying or another mml-preview may be
2646 interrupted for an error or for the like.
2647
2648 * shr.el (shr-get-background): Fix argument name.
2649
2650 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2651
2652 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2653
2654 * gnus-sum.el (gnus-summary-include-articles): New function.
2655
2656 * message.el (message-goto-body): called-interactively-p needs a
2657 parameter, so use `any'.
2658
2659 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2660 clear marks before moving, since they're synced from the Gnus side
2661 first.
2662
2663 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2664 (gnus-summary-move-article): Copy over all marks before moving, so that
2665 IMAP doesn't think a new article has arrived.
2666
2667 2010-11-24 Julien Danjou <julien@danjou.info>
2668
2669 * shr.el (shr-insert-background-overlay): Fix typo.
2670 (shr-render-td): Copy the background before rendering.
2671
2672 * shr-color.el (shr-color-visible): Fix docstring.
2673
2674 * shr.el (shr-tag-table): Add bgcolor support.
2675 (shr-render-td): Add bgcolor support.
2676 (shr-get-background): Add.
2677 (shr-insert-foreground-overlay): Use shr-get-background.
2678
2679 * message.el (message-goto-body): Use called-interactively-p.
2680 (message-in-body-p): message-goto-body returns point.
2681
2682 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2683
2684 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2685 Fixes something or other in Emacs 23, and is backwards compatible.
2686
2687 * message.el (message-goto-body): Remove the <#secure special-casing,
2688 which is too special.
2689
2690 * shr.el (shr-parse-style): Drop !important from styles.
2691
2692 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2693
2694 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2695 this function to return incorrect results when calling it with an
2696 explicit article argument different from
2697 (gnus-summary-article-number).
2698
2699 2010-11-24 Julien Danjou <julien@danjou.info>
2700
2701 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2702 (shr-tag-body): Add background support.
2703 (shr-descend): Add background support.
2704 (shr-tag-title): Add.
2705
2706 * shr-color.el (shr-color-visible): Really return original background
2707 if fixed.
2708
2709 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2710
2711 * shr.el (shr-color-check): Protect against non-existent colour names.
2712
2713 2010-11-24 Julien Danjou <julien@danjou.info>
2714
2715 * color-lab.el: Require 'cl when compiling.
2716
2717 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2718
2719 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2720 matched part.
2721
2722 * color-lab.el: Fix all expt calls to use float type.
2723
2724 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2725
2726 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2727 expression to shr-color-check as is.
2728
2729 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2730
2731 * color-lab.el: Add coding cookie.
2732 (float-pi): Use eval-and-compile.
2733
2734 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2735
2736 * shr.el (shr-insert-color-overlay): Split stuff like
2737 "#444444 !important" to find the real colour.
2738 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2739 parse <font color="red"> entries.
2740
2741 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2742
2743 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2744 point when parsing headers.
2745
2746 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2747 is positioned properly when parsing headers.
2748
2749 2010-11-23 Julien Danjou <julien@danjou.info>
2750
2751 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2752
2753 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2754
2755 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2756
2757 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2758 Use shr-color-hue-to-rgb.
2759 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2760
2761 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2762
2763 * shr.el (shr-color->hexadecimal): Autoload.
2764 (shr-descend): Add color to all tags.
2765
2766 2010-11-22 Julien Danjou <julien@danjou.info>
2767
2768 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2769 shr-color->hexadecimal.
2770
2771 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2772 RGB() or HSL() color representation.
2773
2774 * shr.el (shr-tag-font): Add.
2775 (shr-tag-color-check): New function to get better colors.
2776 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2777 tag-span.
2778
2779 * shr-color.el: New file.
2780
2781 * color-lab.el: New file.
2782
2783 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2784
2785 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2786
2787 * nnir.el: Fix typo in comments.
2788 (nnir-run-imap): Simplify code. No need to reverse artlist.
2789 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2790
2791 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2792
2793 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2794
2795 * nnimap.el (nnimap-get-capabilities): Refactor out.
2796 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2797
2798 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2799
2800 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2801 appearing when `mm-uu-hide-markers' is nil.
2802
2803 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2804
2805 * nnimap.el (nnimap-unselect-group): Make into its own function.
2806 (nnimap-request-rename-group): Unselect group before renaming.
2807 This had gotten lost somewhere.
2808 (nnimap-request-accept-article): Keep track of examined groups, and
2809 unselect the group before APPENDing to read-only groups.
2810 (nnimap-request-move-article): Clear flags before moving so that they
2811 can be re-set later.
2812
2813 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2814
2815 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2816 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2817
2818 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2819
2820 * gnus-art.el (gnus-mime-display-single)
2821 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2822 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2823 parameter.
2824
2825 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2826
2827 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2828 (shr-table-vertical-line): New variable.
2829 (shr-insert-table): Use it.
2830
2831 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2832
2833 * gnus-html.el (gnus-html-wash-images): Don't display images if
2834 gnus-inhibit-images is non-nil; register displayer for cid images.
2835 (gnus-html-display-image): Work for cid image.
2836 (gnus-html-insert-image): Allow arguments.
2837 (gnus-html-put-image): Inhibit read-only.
2838 (gnus-html-prefetch-images): Don't prefetch images if
2839 gnus-inhibit-images is non-nil.
2840
2841 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2842
2843 * shr.el (shr-put-image): Break lines when inserting big pictures.
2844
2845 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2846
2847 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2848 sender, thanks Katsumi Yamaoka.
2849
2850 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2851
2852 * nnir.el (nnir-run-imap): Reverse the article list for each group
2853 rather than the whole list.
2854
2855 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2856
2857 * shr.el (shr-image-displayer): Protect function against non-existent
2858 image source.
2859
2860 * gnus-art.el (gnus-inhibit-images): New user option.
2861 (gnus-mime-display-single): Don't display image if it is non-nil.
2862
2863 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2864 gnus-inhibit-images.
2865
2866 * shr.el (shr-image-displayer): New function.
2867 (shr-tag-img): Use it.
2868
2869 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2870
2871 * mml2015.el (mml2015-epg-sign): Use From header.
2872
2873 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2874
2875 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2876
2877 * gnus-util.el (gnus-find-text-property-region): Return markers.
2878
2879 * shr.el (shr-tag-img): Put a displayer in the text property.
2880
2881 * gnus-util.el (gnus-find-text-property-region): New utility function.
2882
2883 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2884 (gnus-html-show-images): Remove.
2885
2886 * gnus-art.el (gnus-article-show-images): New, more general function.
2887
2888 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2889 image url text properties.
2890
2891 * shr.el: Ditto.
2892
2893 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2894 gnus-agent-auto-agentize-methods is set. Which it isn't.
2895
2896 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2897
2898 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2899 work for two or more articles.
2900
2901 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2902
2903 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2904 divide an image that's in an html article to two or more when washing
2905 non-ASCII characters in alt text of it.
2906
2907 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2908
2909 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2910 smime-decrypt-region using function argument.
2911 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2912
2913 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2914
2915 * smime.el (smime-decrypt-region): Catch it.
2916
2917 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * smime.el (smime-mode-map): Move initialization into declaration.
2920 (gnus-run-mode-hooks): Don't autoload.
2921 (smime-mode): Use define-derived-mode.
2922
2923 2010-11-11 Glenn Morris <rgm@gnu.org>
2924
2925 * smime.el (from): Restrict declaration to XEmacs.
2926
2927 * nnir.el (gnus-group-topic-name): Autoload.
2928
2929 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2930
2931 * shr.el (shr-insert): Don't break long line if it is because of
2932 kinsoku-bol characters in the line end.
2933
2934 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2935
2936 * nnir.el (nnir-request-move-article): Fix to provide original group
2937 and subject.
2938 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2939 been retrieved.
2940
2941 * gnus-sum.el (gnus-summary-move-article): Use original group and
2942 subject for virtual articles such as those in an nnir summary buffer.
2943
2944 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2945
2946 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2947 least 21.5).
2948
2949 * smime.el (from): Declare it again for XEmacs.
2950
2951 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2952
2953 * message.el (message-resend): Don't disable encoding unless it's
2954 already encoded.
2955
2956 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2957 low-numbered articles.
2958
2959 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2960
2961 * rfc2047.el (rfc2047-syntax-table): Simplify.
2962
2963 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2964 set-char-table-range for XEmacs.
2965
2966 2010-11-10 Glenn Morris <rgm@gnu.org>
2967
2968 * smime.el (from): Remove unused declaration.
2969
2970 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2971 (gnus-float-time): On Emacs, always an alias.
2972
2973 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2974 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2975
2976 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2977
2978 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2979
2980 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2981
2982 * shr.el (browse-url-mailto): Autoload.
2983
2984 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2985
2986 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2987 regexp doesn't need quoting.
2988
2989 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2990
2991 * message.el (message-subject-trailing-was-ask-regexp)
2992 (message-subject-trailing-was-regexp): Match was: in addition to was.
2993
2994 2010-11-09 Glenn Morris <rgm@gnu.org>
2995
2996 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2997 (nnbabyl-check-mbox): Use point-at-bol.
2998
2999 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3000
3001 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3002
3003 * message.el (message-mailto): New function.
3004 (message-mailto): Should accept other parameters.
3005 (message-mailto): Remove since it duplicates browse-url-mailto
3006 functionality.
3007
3008 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3009
3010 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3011 methods.
3012 (gnus-read-active-file): Ditto.
3013
3014 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3015 ": " from the prompt.
3016 (gnus-group-make-group): Ditto.
3017
3018 2010-11-07 Glenn Morris <rgm@gnu.org>
3019
3020 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3021 (gnus-bookmark-kill-line): Use point-at-eol.
3022
3023 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3024
3025 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3026 asterisks in From header.
3027
3028 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3029
3030 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3031 string to avoid making the From headers syntactically invalid.
3032
3033 * message.el (message-send-mail): Don't insert courtesy messages if the
3034 message already has List-Post and List-ID messages.
3035
3036 2010-11-06 Glenn Morris <rgm@gnu.org>
3037
3038 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3039 `condition', `type', `length' a prefix.
3040 (gnus-treat-predicate): Update for above name changes.
3041
3042 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3043
3044 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3045 binding. Handled by `gnus-summary-refer-thread' instead.
3046 (nnir-warp-to-article): New backend function.
3047
3048 * nnimap.el (nnimap-request-thread): Force dependency updating.
3049
3050 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3051 (gnus-summary-refer-thread): Rework to improve thread-referral.
3052
3053 * gnus-int.el (gnus-warp-to-article): New function.
3054
3055 * gnus-sum.el (gnus-summary-article-map): Bind it.
3056
3057 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3058
3059 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3060 gnus-summary-refer-thread.
3061
3062 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3063 headers.
3064 (gnus-summary-limit-include-thread): Prevent articles in thread from
3065 being cut in gnus-cut-threads.
3066 (gnus-summary-refer-thread): Limit retrieved headers to those in
3067 thread.
3068
3069 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3070
3071 * message.el (message-send-mail): Use the value of
3072 message-courtesy-message from the message buffer.
3073
3074 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3075
3076 * shr.el (shr-browse-url): Implement mailto: URLs.
3077
3078 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3079 "raw".
3080
3081 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3082 if it's already selected.
3083
3084 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3085
3086 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3087
3088 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3089 to measure the length and truncate alt text.
3090
3091 2010-11-03 Glenn Morris <rgm@gnu.org>
3092
3093 * nndiary.el (nndiary-generate-nov-databases-1)
3094 (nndiary-generate-active-info): Rename dynamic variable `files' to
3095 something less generic.
3096
3097 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3098
3099 * nnir.el (nnir-request-move-article): Call the underlying backend to
3100 move articles from nnir.
3101
3102 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3103
3104 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3105
3106 2010-11-02 Julien Danjou <julien@danjou.info>
3107
3108 * nnir.el: Remove wais support.
3109
3110 2010-11-02 Glenn Morris <rgm@gnu.org>
3111
3112 * gnus-html.el: Reorder requirements to quieten compiler.
3113
3114 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3115
3116 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3117 properly for XEmacs as well.
3118 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3119 (gnus-article-natural-long-line-p): Use window-width rather than
3120 frame-width.
3121
3122 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3123
3124 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3125 (nnir-read-parms): Don't modify query.
3126 (nnir-run-query): Add ability to search topic on current line.
3127 (nnir-get-active): Clean up.
3128
3129 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3130
3131 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3132 degenerate articles.
3133
3134 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3135 (gnus-print-buffer): Just print the buffer as is, without any copying
3136 to a buffer and then re-highlighting.
3137
3138 * nnimap.el (nnimap-request-group): Store the new updated info.
3139 (nnimap-request-group): Select the group when we don't know whether it
3140 exists or not.
3141
3142 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3143 groups.
3144
3145 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3146 groups.
3147
3148 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3149 groups.
3150
3151 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3152 long-lines case by only filling the long lines.
3153
3154 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3155 (bug #7311).
3156
3157 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3158
3159 * shr.el: No need to declare `declare-function' since shr.el is for
3160 only Emacsen that provide `libxml-parse-html-region'.
3161
3162 2010-11-01 Glenn Morris <rgm@gnu.org>
3163
3164 * mm-util.el (gnus-completing-read): Autoload.
3165 (mm-read-coding-system): Simplify Emacs definition.
3166
3167 * nnmail.el (gnus-activate-group):
3168 * nnimap.el (gnutls-negotiate):
3169 * nntp.el (netrc-parse): Fix declarations.
3170
3171 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3172
3173 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3174 string-match-p in Emacs >=23.
3175
3176 * gnus-msg.el (gnus-configure-posting-styles)
3177 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3178
3179 2010-11-01 Glenn Morris <rgm@gnu.org>
3180
3181 * nnir.el (declare-function): Add compat stub.
3182 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3183 (nnir-run-gmane): Require 'mm-url.
3184
3185 * mm-util.el (mm-string-to-multibyte): Simplify.
3186
3187 * shr.el (declare-function): Add compat stub.
3188 (url-cache-create-filename): Declare.
3189 (mm-disable-multibyte, widget-convert-button): Autoload.
3190
3191 * smime.el (ldap-search): Declare.
3192 (smime-cert-by-ldap-1): Require ldap on Emacs.
3193
3194 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3195 (nnimap-keepalive): Use gnus-float-time.
3196
3197 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3198 (mail-source-delete-crash-box): Use gnus-float-time.
3199
3200 * gnus-dired.el (gnus-completing-read): Autoload.
3201
3202 * mm-view.el (gnus-rescale-image): Autoload.
3203
3204 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3205
3206 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3207
3208 * sieve-manage.el: Require 'cl when compiling.
3209
3210 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3211 (gnus-iswitchb-completing-read): Require iswitchb.
3212 (gnus-select-frame-set-input-focus): Silence compiler.
3213
3214 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3215
3216 * message.el (message-subject-trailing-was-query): Change default to t,
3217 since I think that's what most people want.
3218
3219 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3220 appending for easier debugging.
3221 (nnimap-wait-for-connection): Take a regexp.
3222 (nnimap-request-accept-article): Wait for the continuation line before
3223 sending anything unless we're streaming.
3224
3225 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3226 leave the header washing to take place.
3227
3228 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3229
3230 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3231 regular expression match and replace in posting styles.
3232
3233 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3234
3235 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3236 an entire server.
3237 (nnir-get-active): New function.
3238 (nnir-run-imap): Use it.
3239 (nnir-run-gmane): Who knew, gmane search returns an article score!
3240
3241 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3242 server on the current line with nnir.
3243
3244 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3245
3246 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3247 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3248 left edge.
3249 (gnus-article-foldable-buffer): Skip past the prefix when determining
3250 raggedness.
3251
3252 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3253 the raw article, and change `C-u g' to show the article without doing
3254 treatments.
3255
3256 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3257 on to `gnus-treat-article'.
3258 (gnus-inhibit-article-treatments): New variable.
3259
3260 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3261
3262 * gnus-art.el (gnus-treatment-function-alist): Have
3263 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3264 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3265 sections.
3266
3267 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3268 parameter.
3269 (gnus-article-fill-cited-long-lines): New function.
3270 (gnus-article-fill-cited-article): Allow filling only long sections.
3271
3272 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3273 and non-punctuation (like after the apostrophe in "'We").
3274
3275 * gnus-sum.el (gnus-summary-select-article): Make sure
3276 gnus-original-article-buffer is alive.
3277
3278 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3279 reflect the order they're in in the digest.
3280
3281 * gnus.el (gnus-group-startup-message): Move point to the start of the
3282 buffer.
3283
3284 * nnimap.el (nnimap-capability): New function.
3285 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3286 is set.
3287
3288 2010-10-31 David Engster <dengste@eml.cc>
3289
3290 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3291 conform with changes to gnus-completing-read.
3292
3293 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3294
3295 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3296
3297 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3298
3299 * nnir.el: Move defvar, defcustom around to keep file organized
3300 and keep byte-compiler quiet.
3301 (nnir-read-parms): Accept search-engine as arg.
3302 (nnir-run-query): Pass search-engine as arg.
3303 (nnir-search-engine): Remove.
3304
3305 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3306
3307 * shr.el (shr-generic): The text nodes should be text, not :text.
3308
3309 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3310 later in the file.
3311
3312 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3313
3314 * nnir.el: General clean up. Allow searching with multiple engines.
3315 Allow separate extra-parameters for each engine.
3316 Batch queries when possible.
3317 (nnir-imap-default-search-key,nnir-method-default-engines):
3318 Add customize interface.
3319 (nnir-run-gmane): New engine.
3320 (nnir-engines): Use it. Qualify all prompts with engine name.
3321 (nnir-search-engine): Remove global variable.
3322 (nnir-run-hyrex): Restore for now.
3323 (nnir-extra-parms,nnir-search-history): New variables.
3324 (gnus-group-make-nnir-group): Use them.
3325 (nnir-group-server): Remove in favor of gnus-group-server.
3326 (nnir-request-group): Avoid searching twice.
3327 (nnir-sort-groups-by-server): New function.
3328
3329 2010-10-30 Julien Danjou <julien@danjou.info>
3330
3331 * gnus-group.el: Remove gnus-group-fetch-control.
3332
3333 * gnus-start.el (gnus-find-new-newsgroups):
3334 Remove gnus-check-first-time-used.
3335
3336 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3337
3338 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3339
3340 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3341 set on groups that don't have \* permanentflags.
3342
3343 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3344
3345 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3346 control the background color.
3347 (shr-tag-img): Ignore very small web bug type images.
3348 (shr-put-image): Add help-echo alt texts to the images.
3349 (shr-tag-video): Show the video poster image.
3350
3351 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3352
3353 * shr.el (shr-table-depth): New variable.
3354 (shr-tag-table-1): Only insert the images after the top-level table.
3355
3356 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3357
3358 * gnus-util.el (gnus-list-memq-of-list): New function.
3359
3360 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3361 selected.
3362 (nnimap-unsplittable-articles): New slot.
3363 (nnimap-new-articles): Use it.
3364
3365 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3366
3367 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3368 move to the previous line on `M-g'.
3369
3370 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3371
3372 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3373 *-request-group, which seems unnecessary.
3374
3375 * nnimap.el (nnimap-quote-specials): Function copied over from
3376 imap.el.
3377 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3378 they support that. Suggested by Tom Regner.
3379
3380 2010-10-29 Julien Danjou <julien@danjou.info>
3381
3382 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3383 defalias.
3384 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3385
3386 * gnus.el: Remove `gnus-nntp-service' variable.
3387 (gnus-secondary-servers): Make obsolete.
3388 (gnus-nntp-server): Make obsolete.
3389
3390 * gnus-start.el (gnus-1): Remove x-splash calls.
3391
3392 * gnus-ems.el (gnus-x-splash): Remove.
3393
3394 * gnus.el (gnus-group-startup-message): Simplify/update code.
3395
3396 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3397 capability before doing anything.
3398 (gnus-group-insert-group-line): Remove useless
3399 gnus-group-remove-excess-properties.
3400
3401 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3402
3403 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3404
3405 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3406
3407 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3408 config after reselecting.
3409
3410 2010-10-28 Julien Danjou <julien@danjou.info>
3411
3412 * shr.el (shr-put-image): Use point even if only inserting text.
3413 (shr-put-image): Save excursion when inserting alt text on non-graphic
3414 display, so the behaviour is the same when we are on a graphic display.
3415
3416 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3417
3418 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3419
3420 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3421 (gnus-mime-copy-part): Check coding system, not charset.
3422 (gnus-mime-view-part-externally): Never remove part.
3423 (gnus-mime-view-part-internally): Don't remove part here.
3424 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3425 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3426 multipart/alternative.
3427
3428 * mm-decode.el (mm-display-part): Take optional arg `force'.
3429
3430 2010-10-26 Julien Danjou <julien@danjou.info>
3431
3432 * gnus-group.el (gnus-group-default-list-level): Add this function to
3433 compute the default list level.
3434 (gnus-group-default-list-level): Add possibility to use a function.
3435
3436 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3437
3438 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3439
3440 * gnus-group.el (gnus-group-completing-read)
3441 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3442 gnus-replace-in-string.
3443
3444 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3445
3446 * shr.el (shr-tag-div): Add.
3447
3448 2010-10-25 Julien Danjou <julien@danjou.info>
3449
3450 * gnus-util.el: Remove `gnus-with-local-quit'.
3451
3452 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3453
3454 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3455
3456 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3457 the original article buffer.
3458
3459 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3460
3461 * nnimap.el (nnimap-request-head): New function.
3462 (nnimap-request-move-article): Try to be slighly faster by not
3463 requesting the entire message when moving.
3464 (nnimap-transform-headers): Don't bug out on bodiless articles.
3465 (nnimap-send-command): Have no outstanding messages if the IMAP server
3466 doesn't support streaming.
3467 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3468
3469 2010-10-24 Julien Danjou <julien@danjou.info>
3470
3471 * message.el (message-default-headers): Fix type.
3472
3473 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3474
3475 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3476 prefetching images.
3477
3478 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3479 backend for unknown groups. This is mainly useful for nnimap groups.
3480
3481 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3482 group isn't covered by the agent.
3483
3484 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3485
3486 * nnir.el (nnir-method-default-engines): New variable.
3487 (nnir-run-query): Use it.
3488 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3489 (gnus-summary-nnir-goto-thread): Change group if needed.
3490
3491 * gnus-group.el (gnus-group-group-map): Add key binding for
3492 gnus-group-make-nnir-group.
3493
3494 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3495
3496 * shr.el (shr-tag-object): Add.
3497
3498 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3499 original article buffer live.
3500 (gnus-summary-select-article-buffer):
3501 Mention gnus-widen-article-buffer.
3502
3503 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3504
3505 * shr.el (shr-tag-strong): Add.
3506
3507 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3508
3509 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3510 group names. They mess up the group buffer badly.
3511
3512 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3513
3514 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3515 instead of the summary one.
3516
3517 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3518
3519 * mml.el (mml-preview): Work properly when editing article.
3520
3521 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3522 gnus-have-read-active-file if it's already been in.
3523
3524 2010-10-22 Tom Tromey <tromey@redhat.com>
3525
3526 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3527 gnus-group-completing-read.
3528
3529 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3530
3531 * message.el (message-mode-map): Don't bind M-; to comment region, to
3532 allow the global comment-dwim to work.
3533
3534 2010-10-21 Julien Danjou <julien@danjou.info>
3535
3536 * message.el (message-setup-1): Allow message-default-headers to be a
3537 function.
3538
3539 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3540
3541 * shr.el (shr-tag-table): Simplify.
3542
3543 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3544
3545 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3546 to avoid trying to snarf invalid stuff.
3547
3548 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3549
3550 * gnus.el (gnus-message-archive-group): Quote value.
3551 (gnus-message-archive-group): Mark as changed.
3552
3553 * shr.el (shr-add-font): Don't put the font properties on the newline
3554 or the indentation.
3555
3556 * message.el (message-fix-before-sending): Change options when sending
3557 non-printable characters.
3558
3559 * gnus.el (gnus-message-archive-method): Change the default to
3560 monthly outgoing groups.
3561
3562 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3563 that have gotten new numbers.
3564
3565 * nnimap.el (nnimap-request-replace-article): New function.
3566
3567 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3568
3569 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3570 (nnrss-request-article): Don't use special html washing code.
3571
3572 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3573
3574 * shr.el (shr-tag-table): Remove useless nconc.
3575
3576 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3577
3578 * gnus-art.el (article-wash-html): Simplify and remove the charset
3579 stuff. Use the normal html rendering code instead of the special html
3580 washing code.
3581
3582 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3583 `gnus-w3m' symbols.
3584 (mm-text-html-washer-alist): Remove.
3585
3586 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3587 (mm-inline-media-tests): Remove use.
3588 (mm-text-html-renderer): Change default to the `shr' symbol.
3589
3590 * mm-view.el (mm-inline-text-html): Remove use.
3591
3592 * gnus-art.el (gnus-blocked-images): New function. Allow the
3593 `gnus-blocked-images' to be a function.
3594 (gnus-article-wash-function): Remove.
3595
3596 2010-10-20 Julien Danjou <julien@danjou.info>
3597
3598 * spam.el (spam-list-of-processors): Mark as obsolete.
3599
3600 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3601 (nnimap-insert-partial-structure): Fix boundary detection.
3602
3603 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3604
3605 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3606 run file-truename on remote files. This can be expensive and even
3607 prevent one from editing drafts if some unrelated buffer has a stale
3608 connection.
3609
3610 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3611
3612 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3613 kinsoku-eol regardless of shr-kinsoku-shorten.
3614 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3615 (shr-tag-table): Support caption, thead, and tfoot.
3616
3617 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3618
3619 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3620 lines.
3621 (shr-save-contents): New command and keystroke.
3622
3623 * nndoc.el (nndoc-type-alist): Add git support.
3624 (nndoc-git-type-p): New function.
3625 (nndoc-transform-git-article): Ditto.
3626 (nndoc-transform-git-headers): Ditto.
3627 (nndoc-transform-git-headers): Generate Subject headers.
3628
3629 * shr.el (shr-parse-style): New function.
3630 (shr-tag-span): Ditto.
3631
3632 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3633 to `G G' to avoid collisions.
3634
3635 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3636
3637 * shr.el: Load kinsoku if necessary.
3638 (shr-kinsoku-shorten): New internal variable.
3639 (shr-find-fill-point): Make kinsoku shorten text line if
3640 shr-kinsoku-shorten is bound to non-nil.
3641 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3642 shr-indentation too when testing if table is wider than frame width.
3643 (shr-insert-table): Use `string-width' instead of `length' to measure
3644 text width.
3645 (shr-insert-table-ruler): Make sure indentation is done at bol.
3646
3647 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3650 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3651 undecoded network data.
3652
3653 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3654
3655 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3656 name in the mode line spec so that the mode line menu works
3657 (bug #2431).
3658
3659 * message.el (message-get-reply-headers): If we're fed `to-address',
3660 then always use that.
3661
3662 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3663 aren't so wide as to need to switch off the edit menu.
3664
3665 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3666 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3667
3668 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3669 `M-g'.
3670 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3671 the permanent marks.
3672
3673 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3674
3675 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3676 Splitting according to references/in-reply-to obeys the ignore-groups
3677 variable, while splitting by sender and subject do not.
3678
3679 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3680
3681 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3682 alist, so that we can look for non-Unicode chars.
3683 (article-translate-strings): Allow both character and string maps.
3684
3685 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3686
3687 * shr.el (shr-insert): Don't insert space behind a wide character
3688 categorized as kinsoku-bol, or between characters both categorized as
3689 nospace.
3690
3691 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3692
3693 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3694 headers to gnus-newsgroup-headers.
3695
3696 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3697
3698 * shr.el (shr-tag-img): Don't align images -- since we're not
3699 rescaling, this often leads to ugly displays.
3700
3701 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3702
3703 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3704 duplicates.
3705
3706 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3707
3708 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3709 call.
3710
3711 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3712
3713 * gnus.el: Autoload gnus-html-show-images.
3714
3715 * nnimap.el: Use nnheader-message throughout.
3716
3717 * shr.el (shr-tag-img): Ignore images with no data.
3718
3719 2010-10-15 Julien Danjou <julien@danjou.info>
3720
3721 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3722 a possibility to disable format=flow encoding when using hard newlines.
3723
3724 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3725
3726 * shr.el (shr-insert): Remove space inserted before or after a
3727 breakable character or at the beginning or the end of a line.
3728 (shr-find-fill-point): Do kinsoku; find the second best point or give
3729 it up if there's no breakable point.
3730
3731 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3732
3733 * nnimap.el (nnimap-open-connection): Message when opening connection
3734 for debugging purposes.
3735
3736 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3737 on every setup buffer call to allow this to change from article to
3738 article.
3739
3740 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3741 buffers where we have a wide table.
3742
3743 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3744
3745 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3746 uses *-request-thread.
3747
3748 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3749
3750 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3751 incantation, which is no longer valid.
3752
3753 2010-10-14 Julien Danjou <julien@danjou.info>
3754
3755 * shr.el: Fix defcustom type (char -> character).
3756
3757 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3758
3759 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3760 programs.
3761
3762 2010-10-14 Julien Danjou <julien@danjou.info>
3763
3764 * shr.el (shr-tag-a): Use url-link as widget type.
3765
3766 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3767 `gnus-group-get-icon'.
3768
3769 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3770
3771 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3772 This should make server editing work better.
3773
3774 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3775
3776 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3777 (nnimap-parse-flags): Fix regexp.
3778
3779 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3780 probably work for CJVK text, too.
3781
3782 * nnimap.el (nnimap-extend-tls-programs): Remove.
3783 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3784
3785 2010-10-13 Julien Danjou <julien@danjou.info>
3786
3787 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3788 responses.
3789
3790 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3791
3792 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3793
3794 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3795 anything in Emacs.
3796
3797 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3798
3799 2010-10-13 Julien Danjou <julien@danjou.info>
3800
3801 * shr.el (shr-width): Make shr-width a defcustom with default to
3802 fill-column.
3803 (shr-tag-img): Use shr-width rather than fill-column.
3804
3805 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3806
3807 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3808
3809 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3810 position when (X-)Faces exist.
3811 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3812 avatars when called interactively.
3813
3814 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3815
3816 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3817 gnus-article-x-face-too-ugly is bound.
3818
3819 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3820
3821 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3822
3823 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3824 mailbox that doesn't exist.
3825
3826 2010-10-12 Julien Danjou <julien@danjou.info>
3827
3828 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3829 (shr-get-image-data): Encode URL properly when fetching from cache.
3830 (shr-tag-img): Use aligned-to spaces to align correctly images.
3831
3832 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3833 before inserting the Gravatar.
3834
3835 * shr.el (shr-tag-img): Add align attribute support for <img>.
3836
3837 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3838
3839 * gnus-gravatar.el (gnus-art): Require.
3840
3841 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3842 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3843 Remove long obsoleted functions.
3844
3845 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3846
3847 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3848
3849 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3850 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3851 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3852 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3853 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3854 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3855 Fix comment for declare-function.
3856
3857 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3858
3859 * nnimap.el (nnimap-request-rename-group): Select group read-only
3860 before renaming it.
3861
3862 * shr.el (shr-insert): Fix up the white space only regexp.
3863
3864 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3865 bodies. Protect against this. Reported by Michael Welsh Duggan.
3866
3867 * shr.el (shr-current-column): New function.
3868 (shr-find-fill-point): New function.
3869
3870 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3871
3872 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3873 numbers.
3874
3875 2010-10-11 Julien Danjou <julien@danjou.info>
3876
3877 * shr.el (shr-hr-line): Add.
3878 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3879 display hr lines.
3880 (shr-max-columns): Do not change state to nil if we just inserting
3881 spaces.
3882
3883 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3884
3885 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3886 select the last group.
3887
3888 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3889
3890 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3891
3892 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3893
3894 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3895 for Gnus.
3896 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3897 (nnimap-update-qresync-info): Mark \Seen articles as read.
3898
3899 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3900 non-variable, too.
3901
3902 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3903 available.
3904 (nnimap-update-info): Rely more on the current active than the param
3905 active to avoid marking articles as read too much.
3906
3907 * auth-source.el (auth-source-create): Use (user-login-name) for the
3908 user name default.
3909
3910 * nnimap.el (nnimap-update-info): If the server doesn't return any
3911 useful info, just use the previous info.
3912 (nnimap-update-info): Prefer old info over start-article.
3913 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3914
3915 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3916
3917 * nnir.el (autoload): Clean up autoloads.
3918 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3919 Use key rather than value.
3920 (nnir-imap-search-other): New variable.
3921 (nnir-read-parm): Use it.
3922 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3923 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3924
3925 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3928 the process, too.
3929
3930 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3931
3932 * spam.el (gnus-summary-mode-map): Bind to "$".
3933 Suggested by Russ Allbery.
3934
3935 * shr.el: Rework the way things are indented by <li> slightly.
3936
3937 * gnus.el (gnus-group-set-parameter): Fix typo.
3938
3939 * nnimap.el: Start implementing QRESYNC support.
3940
3941 2010-10-09 Julien Danjou <julien@danjou.info>
3942
3943 * nnir.el (nnir-engines): Fix too many arguments.
3944
3945 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3946
3947 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3948 group is the "last", so that the backends like nnfolder actually save
3949 their folders.
3950
3951 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3952 try to use that for the tls stream.
3953 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3954 UIDVALIDITY and find out which groups are read-only and not.
3955 (nnimap-get-flags): Use the same marks parsing code as the rest of
3956 nnimap.
3957
3958 2010-10-09 Julien Danjou <julien@danjou.info>
3959
3960 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3961
3962 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3963 retrieving gravatars.
3964
3965 * shr.el (shr-table-corner): Add.
3966 (shr-table-line): Add.
3967 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3968
3969 2010-10-08 Julien Danjou <julien@danjou.info>
3970
3971 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3972
3973 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3974
3975 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3976
3977 * gnus-sum.el (gnus-mark-article-as-unread)
3978 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3979 (gnus-summary-set-bookmark): Use it.
3980
3981 * gnus-msg.el (gnus-setup-message): Use it.
3982
3983 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3984
3985 * gnus.el (gnus-group-remove-parameter): Use it.
3986
3987 * gnus-group.el (gnus-group-make-web-group): Use it.
3988
3989 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3990
3991 * nnregistry.el: Update docs to mention manual.
3992
3993 * gnus-registry.el: Update docs to mention nnregistry.el.
3994 (gnus-registry-initialize): Don't install nnregistry refer method
3995 automatically.
3996 (gnus-registry-install-nnregistry): Remove it.
3997
3998 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3999
4000 * shr.el (shr-insert): Don't insert double spaces.
4001
4002 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4003
4004 * gnus-gravatar.el (gnus-treat-from-gravatar)
4005 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4006 called interactively.
4007
4008 * gnus-art.el (gnus-mime-view-part-externally)
4009 (gnus-mime-view-part-internally): Make predicate function passed to
4010 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4011 of a mime type.
4012
4013 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4014
4015 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4016
4017 * shr.el (require): Require cl when compiling.
4018 (shr-tag-hr): New function.
4019
4020 * nnimap.el (nnimap-update-info): Remove double setting of high.
4021 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4022 This makes nnimap work properly on Courier again.
4023
4024 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4025 the variable for backwards compatibility.
4026
4027 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4028 the file name before using to avoid setting mm-default-directory to
4029 nil.
4030
4031 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4032 bidning gnus-agent variables.
4033
4034 * shr.el (shr-render-td): Use a cache for the table rendering function
4035 to avoid getting an exponential rendering behaviour in nested tables.
4036 (shr-insert): Rework the line-breaking algorithm.
4037 (shr-insert): Don't leave trailing spaces.
4038 (shr-insert-table): Also insert empty TDs.
4039 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4040
4041 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * gnus-sum.el (gnus-number): Rename from `number'.
4044 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4045 (gnus-summary-limit-children): Update uses correspondingly.
4046
4047 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4048
4049 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4050 (gnus-gravatar-transform-address): Don't show avatars of people of
4051 which mail addresses match gnus-gravatar-too-ugly.
4052
4053 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4054
4055 * shr.el (shr-table-widths): Expand TD elements to fill available
4056 space.
4057
4058 2010-10-07 Julien Danjou <julien@danjou.info>
4059
4060 * nnimap.el (nnimap-request-rename-group): Add this method.
4061
4062 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4063
4064 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4065 name from XEmacs' function-arglist.
4066
4067 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4068 gravatar under XEmacs.
4069
4070 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4071
4072 * auth-source.el: Update docs with TODO items.
4073
4074 * gnus-sync.el: Update docs to explain state and plans.
4075
4076 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4077 Hooks for mark updates.
4078 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4079
4080 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4081 hooks with arguments, which is needed for mark update hooks.
4082
4083 2010-10-06 Julien Danjou <julien@danjou.info>
4084
4085 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4086 was matched.
4087
4088 * sieve-manage.el: Update example in `Commentary'.
4089
4090 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4091
4092 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4093 not 2000.
4094 (sieve-manage-authenticate): Re-add function.
4095
4096 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4097
4098 * shr.el (shr-insert): Get 'space transition right.
4099 (shr-render-td): Only delete space at the end of the TD.
4100
4101 * nnimap.el (nnimap-open-connection): Prepare to support
4102 open-gnutls-stream.
4103
4104 * shr.el: Rearrange function order to be more logical.
4105
4106 2010-10-06 Julien Danjou <julien@danjou.info>
4107
4108 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4109 (nnrss-discover-feed): Remove 404 URL in docstring.
4110
4111 * nnir.el: Fix Swish-E URL.
4112 Fix Namazu URL.
4113
4114 * message.el (message-change-subject): Remove 404 URL in a comment.
4115
4116 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4117
4118 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4119 called interactively.
4120
4121 * gnus-util.el (gnus-remove-if): Allow hash table.
4122 (gnus-remove-if-not): New function.
4123
4124 * gnus-art.el (gnus-mime-view-part-as-type)
4125 * gnus-score.el (gnus-summary-score-effect)
4126 * gnus-sum.el (gnus-read-move-group-name):
4127 Replace remove-if-not with gnus-remove-if-not.
4128
4129 * gnus-group.el (gnus-group-completing-read):
4130 Regard collection as a hash table if it is not a list.
4131
4132 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4133
4134 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4135
4136 * shr.el: Document the table-rendering algorithm.
4137
4138 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4139 invalid URLs.
4140
4141 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4142 line-broken.
4143 (shr-tag-img): Ignore image fetching errors.
4144 (shr-overlays-in-region): Compute overlay positions correctly.
4145
4146 * mm-decode.el (mm-shr): Require shr.
4147
4148 * gnus-art.el (gnus-blocked-images): Move variable here.
4149
4150 * shr.el (shr-insert-table): Bind free variable.
4151
4152 * mm-decode.el (mm-shr): Bind shr-content-function.
4153
4154 * shr.el (shr-content-function): New variable.
4155
4156 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4157 added for symmetry.
4158
4159 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4160
4161 * gnus-group.el (gnus-group-make-group): Doc fix.
4162
4163 * nnimap.el (nnimap-request-newgroups): Return success.
4164
4165 * shr.el (shr-find-elements): New function.
4166 (shr-tag-table): Put all the images after the table.
4167 (shr-tag-table): Really inhibit images inside the table.
4168 (shr-collect-overlays): Copy over overlays from the TD elements to the
4169 main document.
4170
4171 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4172 gnus-blocked-images.
4173
4174 2010-10-05 Julien Danjou <julien@danjou.info>
4175
4176 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4177
4178 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4179 (gnus-html-maximum-image-size): Add this function.
4180 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4181
4182 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4183 server-value of the capability is nil.
4184
4185 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4186
4187 * shr.el (shr-tag-em): Add <EM> tag.
4188
4189 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4190
4191 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4192 customizable.
4193
4194 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4195 handing broken links to browse-url.
4196
4197 2010-10-05 Julien Danjou <julien@danjou.info>
4198
4199 * gnus-util.el (gnus-emacs-completing-read)
4200 (gnus-iswitchb-completing-read): Use autoload rather than require.
4201
4202 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4203
4204 * gnus-util.el (gnus-completing-read-function): Exclude
4205 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4206 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4207 XEmacs.
4208
4209 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4210 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4211
4212 * gnus-html.el: Don't require help-fns under XEmacs.
4213 (gnus-html-schedule-image-fetching): Work for XEmacs.
4214
4215 * mm-decode.el (mm-shr): Decode contents by charset.
4216
4217 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4218
4219 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4220 unknown.
4221
4222 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4223 (shr-get-image-data): Ensure against the cache file missing.
4224
4225 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4226 for data.
4227
4228 * spam-report.el (spam-report-url-ping-plain): Don't query about
4229 killing the process.
4230
4231 * shr.el (shr-render-td): Protect against too-wide text.
4232
4233 2010-10-04 Julien Danjou <julien@danjou.info>
4234
4235 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4236 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4237
4238 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4239 retrieved.
4240
4241 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4242
4243 * shr.el (browse-url): Require.
4244 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4245 lines.
4246 (shr-show-alt-text, shr-browse-image): New commands.
4247 (shr-browse-url, shr-copy-url): New commands.
4248
4249 * gnus-sum.el (gnus-widen-article-window): New variable.
4250 (gnus-summary-select-article-buffer): Use it.
4251
4252 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4253 without @ signs.
4254
4255 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4256
4257 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4258
4259 2010-10-04 Julien Danjou <julien@danjou.info>
4260
4261 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4262 for XEmacs.
4263
4264 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4267
4268 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4269 (nnimap-close-server): Implement.
4270
4271 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4272 (shr-insert): Tweak line breaking.
4273 (shr-insert): Handle <pre> better.
4274 (shr-tag-li): Get <li> indentation right.
4275 (shr-tag-li): Get <li> indentation even righter.
4276 (shr-tag-blockquote): Ensure paragraph start.
4277 (shr-make-table): Tweak table generation.
4278 (shr-make-table): Fix typo.
4279
4280 * shr.el: Implement table rendering.
4281
4282 2010-10-04 Julien Danjou <julien@danjou.info>
4283
4284 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4285
4286 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4287
4288 * shr.el (shr-insert): Use string anchors instead of line anchors.
4289
4290 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4291
4292 * shr.el: Add headings.
4293 (shr-ensure-paragraph): Actually work.
4294 (shr-tag-li): Make <ul> prettier.
4295 (shr-insert): Get white space at the beginning/end of elements right.
4296 (shr-tag-p): Collapse subsequent <p>s.
4297 (shr-ensure-paragraph): Don't insert double line feeds after blank
4298 lines.
4299 (shr-insert): \t is also space.
4300 (shr-tag-s): Fix "s" tag name function.
4301 (shr-tag-s): Fix face prop name.
4302
4303 2010-10-03 Julien Danjou <julien@danjou.info>
4304
4305 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4306
4307 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4308 gnus-window-inside-pixel-edges.
4309
4310 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4311 gnus-ems.
4312
4313 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4314
4315 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4316 function.
4317
4318 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4319 resize choice.
4320
4321 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4322
4323 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4324 beginning of the buffer.
4325
4326 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4327 article buffer again.
4328
4329 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4330
4331 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4332 when it's at the start of the buffer.
4333
4334 * shr.el (shr-tag-blockquote): Convert name.
4335 (shr-rescale-image): Use the right image-size variant.
4336
4337 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4338 buffer isn't shown, then select the current article first instead of
4339 bugging out.
4340 (gnus-summary-select-article-buffer): Show both the article and summary
4341 buffers again.
4342
4343 * shr.el (shr-fontize-cont): Protect against regions with no text.
4344 Rename tag functions to shr-tag-* for enhanced security.
4345 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4346
4347 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * shr.el (shr-insert):
4350 * pop3.el (pop3-movemail):
4351 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4352 loaded.
4353
4354 2010-10-03 Glenn Morris <rgm@gnu.org>
4355
4356 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4357
4358 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4359
4360 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4361
4362 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4363
4364 * gnus-util.el (gnus-make-local-hook): Simplify.
4365
4366 2010-10-02 Julien Danjou <julien@danjou.info>
4367
4368 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4369 (gnus-ido-completing-read): New function.
4370 (gnus-emacs-completing-read): New function.
4371 (gnus-completing-read): Use gnus-completing-read-function.
4372 Add gnus-completing-read-function.
4373
4374 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4375
4376 * shr.el (shr-insert-document): Autoload.
4377 (shr-img): Be silent.
4378 (shr-insert): Add a newline after every picture before text.
4379 (shr-add-font): Use overlays for combining faces.
4380 (shr-insert): Pass upwards the text start point.
4381
4382 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4383 possible.
4384 (mm-shr): New function.
4385
4386 2010-10-02 Julien Danjou <julien@danjou.info>
4387
4388 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4389 should go backward.
4390
4391 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * shr.el (shr): Fix typo in provide call.
4394
4395 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4396
4397 * shr.el: New file.
4398
4399 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4400
4401 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4402 completing read.
4403
4404 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4405
4406 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4407 we're being queried about. Suggested by Dan Jacobson.
4408
4409 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4410 Suggested by Jason Eisner.
4411
4412 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4413 table, too. Suggested by Stefan Wiens.
4414 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4415 the table unnecessary. Suggested by Stefan Wiens.
4416
4417 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4418 longer needed, and probably doesn't work either, as pointed out by
4419 Stefan Wiens.
4420 (gnus-summary-exit): Remove call to the clearing function.
4421 (gnus-summary-exit-no-update): Ditto.
4422
4423 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4424 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4425 Reported by Stefan Monnier.
4426 (gnus-summary-save-in-rmail): Ditto.
4427
4428 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4429 article buffer, instead of both the article buffer and the summary
4430 buffer. Sort of suggested by Dan Jacobson.
4431
4432 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4433
4434 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4435 Suggested by Dan Jacobson.
4436
4437 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4438 documentation clearer.
4439
4440 * message.el (message-shorten-references): Comment on the number "21".
4441 Suggested by Stefan Monnier.
4442
4443 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4444 Suggested by Dan Jacobson.
4445
4446 * gnus.el (gnus-large-newsgroup):
4447 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4448
4449 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4450 externalize attachments. Bug reported by Steve Wen.
4451
4452 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4453 really message anything to the user.
4454
4455 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4456 directly.
4457
4458 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4459 messages in empty groups.
4460
4461 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4462
4463 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4464 non-UIDNEXT group.
4465
4466 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4467
4468 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4469 not the value from the collection.
4470
4471 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4472 values. This sometimes happens on some groups that have no info.
4473 (nnimap-request-newgroups): New function.
4474
4475 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4476
4477 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4478 check into `gnus-registry-initialize'.
4479 (gnus-registry-initialize): Ditto.
4480 Fix and extend header docs.
4481
4482 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4483
4484 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4485 regexp backtrace overflows.
4486
4487 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4488 for starttls that tls.el implements; i.e. openssl.
4489
4490 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4491
4492 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4493 (gravatar-create-image): New function that's an alias to
4494 gnus-xmas-create-image, gnus-create-image, or create-image.
4495 (gravatar-data->image): Use it.
4496
4497 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4498
4499 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4500 install the nnregistry refer method.
4501 (gnus-registry-install-hooks): Use it.
4502 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4503 unfollowed groups.
4504
4505 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4506
4507 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4508 expanding threads.
4509
4510 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4511
4512 * nnir.el: Use the server names without suffixes (bug #7009).
4513
4514 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4515 unencrypted to STARTTLS, if possible.
4516
4517 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4518
4519 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4520 headers before superseding.
4521
4522 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4523
4524 * nnrss.el (nnrss-use-local): Add documentation.
4525
4526 * nnimap.el (nnimap-extend-tls-programs): New function.
4527 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4528 (nnimap-wait-for-connection): Accept the greeting from the stupid
4529 output from openssl s_client -starttls, too.
4530
4531 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4532 article number.
4533 (nnimap-split-fancy): New variable.
4534 (nnimap-split-incoming-mail): Use it.
4535
4536 * nntp.el (nntp-server-list-active-group): Document.
4537
4538 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4539 SELECT to get the message-id.
4540
4541 * mail-source.el (mail-sources): Remove webmail support.
4542 (defvar): Ditto.
4543 (mail-source-fetcher-alist): Ditto.
4544 (mail-source-fetch-webmail): Remove.
4545
4546 * webmail.el: Remove -- doesn't seem relevant any more.
4547
4548 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4549
4550 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4551 the \r.
4552
4553 2010-09-30 Julien Danjou <julien@danjou.info>
4554
4555 * gnus-agent.el (gnus-agent-add-group): Fix call to
4556 gnus-completing-read.
4557
4558 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4559
4560 * nndoc.el (nndoc-retrieve-groups): New function.
4561
4562 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4563 `default', use nnmail-split-methods.
4564 (nnimap-request-article): Downcase the NILs so that they are nil.
4565
4566 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4567 symbol.
4568
4569 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4570 code, since if the user has requested network, that's what they ought
4571 to get.
4572 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4573 (nnimap-split-rule): Mark as obsolete.
4574
4575 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4576 New variable.
4577
4578 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4579 correct slot, too.
4580
4581 2010-09-29 Julien Danjou <julien@danjou.info>
4582
4583 * gnus.el (gnus-local-domain): Declare variable obsolete.
4584
4585 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4586 Fix history computing.
4587 (gnus-ido-completing-read): Require ido.
4588
4589 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4590
4591 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4592 build Gnus.
4593
4594 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4595 when interpreting the structures.
4596 (nnimap-request-accept-article): Add \r\n to the lines to make this
4597 work with Cyrus.
4598
4599 * nndraft.el (nndraft-request-expire-articles): Use the group name
4600 instead if "nndraft". Fix found by Nils Ackermann.
4601
4602 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4603
4604 * nnregistry.el: Add.
4605
4606 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * nnmail.el (group, group-art-list, group-art):
4609 Remove unneeded directives.
4610
4611 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4612
4613 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4614 (mm-mime-charset)
4615 * rfc2047.el (rfc2047-syntax-table)
4616 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4617
4618 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4619 rather than `insert-file-contents' and `eval-region'.
4620
4621 2010-09-29 Julien Danjou <julien@danjou.info>
4622
4623 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4624 replacement of `gnus-gravatar-relief' to mimic
4625 `gnus-faces-properties-alist'.
4626 Add :version property.
4627
4628 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4629
4630 * mail-source.el (mail-source-report-new-mail)
4631 * message.el (message-default-mail-headers)
4632 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4633
4634 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4635
4636 2010-09-28 Julien Danjou <julien@danjou.info>
4637
4638 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4639 mail-address contains the same string as real-name.
4640
4641 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4642 non-blank in header, otherwise it'll get stripped.
4643
4644 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4645 real-name, and then for mail address rather than doing : or , search.
4646
4647 2010-09-27 Julien Danjou <julien@danjou.info>
4648
4649 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4650 right completing-read function.
4651 (gnus-use-ido): New variable
4652 (gnus-completing-read-with-default): Remove.
4653 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4654 (gnus-agent-add-group):
4655 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4656 * mm-view.el (mm-view-pkcs7-decrypt):
4657 * mm-util.el (mm-codepage-setup):
4658 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4659 * mml-smime.el (mml-smime-openssl-sign-query):
4660 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4661 (mml-insert-multipart):
4662 * gnus-msg.el (gnus-summary-yank-message):
4663 * gnus-int.el (gnus-start-news-server):
4664 * mm-decode.el (mm-interactively-view-part):
4665 * gnus-dired.el (gnus-dired-attach):
4666 * gnus.el (gnus-read-method):
4667 * gnus-bookmark.el (gnus-bookmark-jump):
4668 * gnus-art.el (gnus-mime-view-part-as-type)
4669 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4670 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4671 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4672 * nnmairix.el (nnmairix-create-server-and-default-group)
4673 (nnmairix-update-groups, nnmairix-get-server)
4674 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4675 (nnmairix-get-group-from-file-path):
4676 * nnrss.el (nnrss-find-rss-via-syndic8):
4677 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4678 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4679 (gnus-group-browse-foreign-server):
4680 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4681 (gnus-summary-execute-command, gnus-summary-respool-article)
4682 (gnus-read-move-group-name):
4683 * gnus-score.el (gnus-summary-increase-score)
4684 (gnus-summary-score-effect):
4685 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4686
4687 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4688
4689 * nnimap.el (auth-source-forget-user-or-password)
4690 (auth-source-user-or-password): Autoload.
4691
4692 * message.el (message-from-style, message-interactive)
4693 (message-signature): Remove comment.
4694 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4695 always.
4696 (message-sendmail-envelope-from): Comment fix.
4697 (message-yank-prefix): Default to mail-yank-prefix always.
4698 (message-indentation-spaces):
4699 Default to mail-indentation-spaces always.
4700 (message-signature-file): Default to mail-signature-file always.
4701
4702 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4703
4704 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4705 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4706 new articles.
4707
4708 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4709 parts.
4710 (nnimap-request-article): Work with the t setting, too.
4711
4712 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4713 that you don't get flashes of other buffers.
4714 (gnus-summary-show-complete-article): Intern before setting.
4715
4716 2010-09-27 David Engster <dengste@eml.cc>
4717
4718 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4719 well as HEADERS.
4720 (nnmairix-retrieve-headers): Provide new argument for the above.
4721
4722 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4723
4724 * gnus-sum.el (gnus-summary-move-article): Don't alter
4725 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4726 group.
4727
4728 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4729
4730 * message.el (message-cite-prefix-regexp): Revert my last edit.
4731
4732 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4733 variable instead of the Gnus variable.
4734
4735 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4736
4737 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4738
4739 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4740 since some servers don't like it.
4741 (nnimap-open-connection): Forget credentials if the server says the
4742 password was wrong.
4743 (nnimap-parse-line): Protect against invalid data.
4744
4745 * gnus-sum.el (gnus-summary-move-article): Add comment.
4746 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4747 nothing alters it while scanning for new messages.
4748
4749 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4750 which may or may not help.
4751 (nnimap-open-connection): If we're doing a stream connection, and then
4752 discover we're on a STARTTLS-capable server, then open a STARTTLS
4753 connection instead.
4754
4755 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4756
4757 * nnimap.el (utf7): Require.
4758
4759 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4760 prefix.
4761
4762 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4763
4764 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4765
4766 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4767
4768 * nnimap.el (nnimap-request-accept-article): Message the error on
4769 error.
4770
4771 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4772
4773 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4774
4775 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4776
4777 * nndoc.el (nndoc-request-list): Return success always.
4778
4779 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4780 `fetch-old' -- we only want to fetch the articles we've requested.
4781 The rest are in the agent, probably.
4782 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4783 disappeared server" to something low. It's not important.
4784
4785 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4786 arrived before the FETCH data.
4787
4788 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4789 target here, because we don't know the Gnus name of the group.
4790
4791 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4792 for the correct group.
4793
4794 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4795
4796 * gnus.el (gnus): Give a final warning after startup.
4797
4798 * gnus-util.el (gnus-action-message-log): New variable.
4799 (gnus-message): Use it.
4800 (gnus-final-warning): New function.
4801
4802 * nnimap.el (nnimap-open-connection): Record the greeting.
4803 (nnimap): Add greeting.
4804
4805 2010-09-26 Julien Danjou <julien@danjou.info>
4806
4807 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4808 arguments.
4809 (gnus-html-wash-images): Fix spec computing to include start/end.
4810
4811 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4812
4813 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4814
4815 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4816 deletion.
4817 (nnimap-retrieve-headers): Don't select the group, because that's
4818 already done by nnimap-possibly-change-group.
4819
4820 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4821 (gnus-picon-transform-address): Use it.
4822
4823 * mail-source.el (mail-source-value): Revert previous patch.
4824
4825 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4826 on failure.
4827 (nnimap-open-connection): Look up both virtual and physical server name
4828 credentials.
4829
4830 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4831
4832 2009-02-08 Dave Love <fx@gnu.org>
4833
4834 * gnus-win.el (gnus-window-to-buffer-helper)
4835 (gnus-all-windows-visible-p): Function needn't be a symbol.
4836
4837 * mail-source.el (mail-source-value): Function needn't be a symbol.
4838
4839 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4840
4841 * message.el (message-cite-prefix-regexp): Remove } from the cite
4842 prefix.
4843
4844 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4845 highlight again, so that the highlight is correct.
4846
4847 * gnus-picon.el (gnus-picon): Remove again.
4848 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4849
4850 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4851 doing the header highlightling, so that the background colour of the
4852 picon is correct.
4853
4854 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4855 (gnus-picon): Ditto.
4856 (gnus-picon): Reinstate. The background colour for picons is white.
4857 (gnus-picon-insert-glyph): Make the background white.
4858
4859 * nnml.el (nnml-open-nov): Don't return dead buffers.
4860
4861 * auth-source.el (auth-source-create): Query the user for whether to
4862 store the credentials.
4863
4864 * auth-source.el (auth-source-user-or-password): Use the existing auth
4865 sources, if any, for creation.
4866
4867 * gnus.el (gnus-group-fast-parameter): Return the last matching
4868 parameter instead of the first matching parameter.
4869
4870 2010-09-26 Julien Danjou <julien@danjou.info>
4871
4872 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4873
4874 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
4876 * mml2015.el (mml2015-use): Remove gpg support.
4877
4878 * mml1991.el (mml1991-function-alist): Remove gpg function.
4879 (mml1991-gpg-sign): Remove.
4880
4881 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4882
4883 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4884 (gnus-browse-unsubscribe-current-group): Document it.
4885 (gnus-browse-unsubscribe-group): Use it.
4886
4887 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4888
4889 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4890 address to the To list for easier response.
4891
4892 * gnus.el (gnus-play-startup-jingle): Remove.
4893 (gnus-splash): Don't play jingle.
4894 (gnus): Silence gnus-load message.
4895
4896 * gnus-art.el (gnus-treat-play-sounds): Remove.
4897
4898 * gnus.el (gnus-play-jingle): Remove audio support.
4899
4900 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4901
4902 * earcon.el: Remove -- no users.
4903
4904 * gnus-audio.el: Remove -- no users of this package.
4905
4906 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4907
4908 * gnus-start.el (gnus-setup-news): Remove nocem support.
4909
4910 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4911
4912 * gnus.el (gnus-use-nocem): Remove.
4913
4914 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4915 Remove.
4916
4917 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4918 uses NoCeM any more.
4919
4920 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4921 (gnus-button-ctan-handler): Ditto.
4922 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4923 (gnus-button-ctan-directory-regexp): Ditto.
4924 (gnus-button-handle-ctan): Ditto.
4925 (gnus-button-tex-level): Ditto.
4926 (gnus-button-alist): Remove CTAN stuff.
4927
4928 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4929
4930 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4931 nnimap-streaming test.
4932
4933 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4934 servers twice.
4935
4936 * nnimap.el (nnimap-open-connection): Add more error reporting when
4937 nnimap fails early.
4938
4939 * nnheader.el (nnheader-get-report-string): New function.
4940 (nnheader-get-report): Use it.
4941
4942 * gnus-int.el (gnus-check-server): Say what the error was when opening
4943 failed.
4944
4945 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4946 using streaming.
4947
4948 2010-09-25 Julien Danjou <julien@danjou.info>
4949
4950 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4951 gnus-window-inside-pixel-edges.
4952
4953 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4954
4955 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4956
4957 * mm-decode.el (mm-save-part): Allow saving to other directories the
4958 normal Emacs way.
4959
4960 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4961 Suggested by Jay Berkenbilt.
4962
4963 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4964 there isn't a single byte.
4965
4966 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4967 just do it. It doesn't really seem to matter what the user responds
4968 here, I think, so it's just a confusing question.
4969
4970 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4971 non-streaming case.
4972
4973 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4974 (gnus-article-encrypt-body): Use it.
4975
4976 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4977 keystroke.
4978
4979 * nnimap.el (nnimap-find-wanted-parts-1):
4980 Use gnus-fetch-partial-articles.
4981
4982 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4983
4984 * nnimap.el (nnimap-insert-partial-structure): New function.
4985 (nnimap-get-partial-article): New function.
4986 (nnimap-request-article): Use it.
4987 (nnimap-wait-for-response): Return whether the wait was successful.
4988 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4989 retrieval wasn't successful.
4990 (nnimap-retrieve-group-data-early): Allow throttling servers.
4991 (nnimap-streaming): New variable.
4992 (nnimap-fetch-partial-articles): Remove.
4993
4994 * mm-decode.el (mm-with-part): Protect against killed buffers.
4995
4996 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4997 for prettier summary display.
4998
4999 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5000
5001 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5002
5003 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5004
5005 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5006 apparently third-party libraries depend on it.
5007
5008 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5009 before starting negotiation.
5010
5011 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5012 privacy reasons.
5013 (gnus-treat-mail-gravatar): Ditto.
5014
5015 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5016 buffer when inserting images. Inserting text into the headers, for
5017 instance, can make them invalid.
5018
5019 2010-09-25 Julien Danjou <julien@danjou.info>
5020
5021 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5022 variables.
5023
5024 * nnheader.el: Remove useless variables news-reply-yank-from and
5025 news-reply-yank-message-id.
5026
5027 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5028 variables.
5029
5030 * mml1991.el: Remove useless mml1991-verbose.
5031
5032 * gnus.el: Remove useless variable gnus-use-generic-from.
5033 Remove obsolete variable gnus-topic-indentation.
5034
5035 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5036
5037 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5038
5039 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5040
5041 * gnus-group.el: Remove useless gnus-group-icon-cache.
5042 Remove useless gnus-ephemeral-group-server.
5043
5044 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5045
5046 * mml2015.el: Remove useless mml2015-verbose.
5047
5048 * mml-smime.el: Remove useless mml-smime-verbose.
5049
5050 * gnus.el: Remove useless gnus-local-domain.
5051
5052 * gnus-gravatar.el (gnus-gravatar-transform-address):
5053 Use gnus-gravatar-size.
5054
5055 * gnus-art.el: Remove useless gnus-treat-translate.
5056
5057 2010-09-24 Julien Danjou <julien@danjou.info>
5058
5059 * gnus-sum.el: Add support for Gravatars.
5060
5061 * gnus-art.el: Add support for Gravatars.
5062
5063 * gnus-gravatar.el: Add this file.
5064
5065 * gravatar.el: Add this file.
5066
5067 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5068
5069 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5070
5071 * gnus-group.el (gnus-group-fetch-faq): Remove.
5072
5073 * gnus.el (gnus-group-faq-directory): Remove.
5074
5075 * gnus-group.el (gnus-group-fetch-charter): Remove.
5076
5077 * gnus.el (gnus-group-charter-alist): Remove.
5078
5079 * gnus-group.el (gnus-group-archive-directory): Remove.
5080 (gnus-group-recent-archive-directory): Ditto.
5081 (gnus-group-make-archive-group): Remove.
5082
5083 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5084
5085 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5086 use the same article number for all the cached articles.
5087
5088 * nnimap.el (nnimap-command): Register the last command time so
5089 that we can use it for idling NOOPs.
5090 (nnimap-open-connection): Start the keeplive timer.
5091 (nnimap-make-process-buffer): Store all the process buffers.
5092 (nnimap-keepalive): New function.
5093
5094 * starttls.el (starttls-open-stream): Add autoload cookie.
5095
5096 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5097
5098 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5099 handling.
5100
5101 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5102
5103 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5104 its data structures.
5105
5106 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5107 instead of the cl.el copy-list.
5108 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5109 equalp.
5110
5111 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5112
5113 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5114 and tool-bar-local-item-from-menu.
5115
5116 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5117 mode-line-highlight face for Emacs.
5118
5119 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5120 loading gnus-sum.elc; fix comment for canlock-verify.
5121 (gnus-article-jump-to-part): Use read-number.
5122 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5123 Remove Emacs pre-21 compatible code for help-echo.
5124 (gnus-article-next-page-1): No need to adjust the number of lines.
5125 (gnus-article-describe-bindings): Always use help-buffer.
5126
5127 * gnus-audio.el (gnus-audio-inline-sound)
5128 * gnus-cus.el (gnus-custom-mode)
5129 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5130
5131 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5132
5133 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5134 compatible code.
5135
5136 2010-09-24 Glenn Morris <rgm@gnu.org>
5137
5138 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5139 visiting the fcc file in rmail-mode.
5140
5141 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5142
5143 * nnir.el: Silence the byte compiler.
5144
5145 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5146 alias to browse-url-url-encode-chars if any.
5147 (gnus-html-encode-url): Use it.
5148
5149 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5150
5151 * gnus-start.el (gnus-use-backend-marks): New variable.
5152 (gnus-get-unread-articles-in-group): Use it.
5153
5154 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5155 makeover.
5156
5157 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5158
5159 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5160
5161 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5162
5163 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5164 Remove.
5165 (gnus-setup-news-hook):
5166 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5167
5168 * gnus-int.el (gnus-request-update-info): Protect against backends not
5169 having the function.
5170
5171 * nnimap.el (nnimap-stream): Mention starttls.
5172 (nnimap-open-connection): Add starttls support.
5173
5174 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5175
5176 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5177
5178 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5179
5180 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5181 BODYSTRUCTUREs.
5182 (nnimap-transform-headers): Unfold quoted {42} headers.
5183
5184 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5185 the info.
5186 (gnus-get-unread-articles): Only call updatep on backends that support
5187 it.
5188
5189 * nnweb.el (nnweb-request-update-info): NOOP.
5190
5191 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5192
5193 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5194 since it only deals with marks.
5195
5196 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5197 gnus-request-marks, and make a new gnus-request-update-info.
5198
5199 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5200 the active instead of the high number, which is usually too low.
5201
5202 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5203
5204 * encrypt.el: Remove.
5205
5206 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5207
5208 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5209 server in symbolic form.
5210
5211 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5212
5213 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5214
5215 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5216 (nnimap-update-info): Fix up code slightly.
5217
5218 * gnus-int.el (gnus-open-server): Add tracing for performance
5219 debugging.
5220
5221 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5222 (gnus-group-insert-group-line): Pass the real group name so that it
5223 gets the right data.
5224
5225 * gnus-start.el (gnus-get-unread-articles): Don't have
5226 `gnus-get-unread-articles-in-group' update info, since that can be
5227 really slow and doesn't seem to be needed?
5228
5229 2010-09-22 Julien Danjou <julien@danjou.info>
5230
5231 * gnus-group.el (gnus-group-insert-group-line):
5232 Call gnus-group-highlight-line.
5233 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5234 default hook list.
5235 (gnus-group-update-eval-form): Add new function.
5236 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5237 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5238
5239 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5240
5241 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5242 immediate, then expire all articles.
5243 (nnimap-update-info): Fix off-by-one errors.
5244 (nnimap-flags-to-marks): Would return no marks lists for group with no
5245 flags. Instead return the other data.
5246
5247 2010-09-22 Julien Danjou <julien@danjou.info>
5248
5249 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5250 Only return an icon.
5251 (gnus-group-insert-group-line): Compute icon to return.
5252
5253 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5254 (gnus-html-image-fetched): Only cache if
5255 gnus-html-image-automatic-caching is set.
5256 (gnus-html-image-fetched): Check for errors.
5257
5258 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5259
5260 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5261 once per method on `g'. This ensures that backends like nnfolder don't
5262 open all their folders.
5263
5264 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5265 (nnimap-request-list): Nix out group in the correct buffer.
5266 (nnimap-parse-flags): Implement by using `read' instead of
5267 hand-parsing.
5268 (nnimap-flags-to-marks): Pass on permanent-flags.
5269 (nnimap-make-process-buffer): Record the server name.
5270 (nnimap-parse-flags): Fix typo.
5271 (nnimap-request-scan): Run split on the server in general, not just a
5272 single group.
5273
5274 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5275 parameter, and propagate this downwards.
5276
5277 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5278 since EXAMINE changes it on the server.
5279
5280 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5281 this command might take a while.
5282
5283 2010-09-22 Julien Danjou <julien@danjou.info>
5284
5285 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5286 harmful if you have 2 images side-by-side, they can't be properly
5287 update on text deletion. Using text-property is safer here.
5288 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5289 data.
5290
5291 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5292
5293 * nnimap.el (nnimap-expunge-inbox): Remove.
5294 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5295 (nnimap-expunge): Flip default to t.
5296
5297 * gnus.el (gnus-method-to-server): Don't push things to the cache
5298 unless it's unique.
5299 (gnus-server-to-method): Ditto.
5300
5301 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5302
5303 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5304
5305 2010-09-22 Julien Danjou <julien@danjou.info>
5306
5307 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5308 get the start of data.
5309 (gnus-html-encode-url): Add this function to encode special chars in
5310 URL.
5311 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5312 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5313
5314 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5315 default.
5316 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5317
5318 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5319 images alt-text.
5320 (gnus-html-put-image): Put alt-text as help-echo.
5321
5322 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5323
5324 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5325 * mm-util.el (mm-decompress-buffer)
5326 * nnir.el (nnir-run-find-grep)
5327 * pop3.el (pop3-list): Use 3rd arg of split-string.
5328
5329 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5330
5331 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5332 outside the active range. Suggested by Dan Christensen.
5333
5334 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5335 slightly later to avoid double-getting it.
5336
5337 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5338 previous patch.
5339
5340 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5341
5342 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5343
5344 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5345
5346 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5347
5348 * gnus-int.el (gnus-open-server): Give a better error message in the
5349 "go offline" case.
5350
5351 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5352 marks for nnimap, which is seldom the right thing to do.
5353
5354 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5355 (gnus-same-method-different-name): New function.
5356
5357 * nnimap.el (parse-time): Require.
5358
5359 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5360 method in the presence of many similar methods.
5361
5362 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5363
5364 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5365 nnml-inhibit-expiry.
5366
5367 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5368 find out whether methods are equal.
5369
5370 * nnimap.el (nnimap-find-expired-articles): New function.
5371 (nnimap-process-expiry-targets): New function.
5372 (nnimap-request-move-article): Request the article before looking at
5373 what the Message-ID is. Fix found by Andrew Cohen.
5374 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5375
5376 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5377 for oldness in addition to being a predicate.
5378
5379 * nnimap.el (nnimap-request-group): When we have zero articles, return
5380 the right data to Gnus.
5381 (nnimap-request-expire-articles): Only delete articles immediately if
5382 the target is 'delete.
5383
5384 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5385 method, this would bug out.
5386
5387 * gnus-group.el (gnus-group-expunge-group): Rename from
5388 gnus-group-nnimap-expunge, and implemented as a normal interface
5389 function.
5390
5391 * gnus-int.el (gnus-request-expunge-group): New function.
5392
5393 * nnimap.el (nnimap-request-create-group): Implement.
5394 (nnimap-request-expunge-group): New function.
5395
5396 2010-09-21 Julien Danjou <julien@danjou.info>
5397
5398 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5399 (gnus-html-cache-expired): Add new function.
5400 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5401 wethever we should display image for fetch it.
5402 Compute alt-text earlier to pass it to the fetching function too.
5403 (gnus-html-schedule-image-fetching): Change function argument to only
5404 get one image at a time, not a list.
5405 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5406 cache.
5407 (gnus-html-get-image-data): New function to retrieve image data from
5408 cache.
5409 (gnus-html-put-image): Change buffer argument to use image data rather
5410 than file, and place image above region rather than inserting a new
5411 one. Do not take alt-text as argument, since it's useless now: we place
5412 the image above alt-text.
5413 (gnus-html-prune-cache): Remove.
5414 (gnus-html-show-images): Start to fetch image when we find one, do not
5415 push into a temporary list.
5416 (gnus-html-prefetch-images): Only fetch image if they have expired.
5417 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5418 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5419
5420 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5421
5422 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5423
5424 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5425
5426 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5427 spec inser "*" if the group isn't active instead of 0.
5428
5429 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5430 opening the server.
5431 (nnimap-request-delete-group): Implement group deletion.
5432 (nnimap-transform-headers): Return the size of the entire message in
5433 the Bytes header, not just the size of the first part.
5434 (nnimap-request-move-article): When moving an article from nnimap,
5435 request the article first so the accepting form has an article to
5436 accept. Reported by Dan Christensen.
5437 (nnimap-command): Make sure that the error message doesn't error out.
5438
5439 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5440
5441 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5442 we haven't requested anything.
5443
5444 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5445
5446 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5447 "". Fix found by Andrew Cohen.
5448
5449 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5450 instead of -encode-string.
5451
5452 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5453
5454 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5455
5456 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5457 by mm-subst-char-in-string.
5458
5459 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5460
5461 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5462 waiting for the connection string.
5463
5464 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5465 arriving.
5466
5467 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5468 bogus characters. This allows selecting certain Gmail groups.
5469
5470 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5471 (nnimap-fetch-partial-articles): New variable.
5472 (nnimap-open-connection): When looking for credentials, also use the
5473 nnimap-server-port.
5474 (nnimap-request-article): Return the group/article number, so that Gnus
5475 `^' works as expected.
5476 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5477
5478 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5479 comments.
5480 (gnus-methods-sloppily-equal): New function.
5481 (gnus): When using the development version of Gnus, load the gnus-load
5482 file.
5483
5484 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5485 `gnus-open-server' on each method before trying to scan them etc.
5486 This ensures that all the backend parameters are set correctly.
5487
5488 * nnimap.el (nnimap-authenticator): New variable.
5489 (nnimap-open-connection): Allow anonymous login.
5490 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5491 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5492
5493 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5494 patch, found by Knut Anders Hatlen.
5495
5496 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5497
5498 * gnus-agent.el (gnus-agent-batch-confirmation)
5499 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5500 to gnus-message.
5501 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5502 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5503 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5504 * gnus-int.el (gnus-open-server): Likewise.
5505 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5506 (gnus-score-check-syntax): Likewise.
5507 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5508 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5509 Likewise.
5510 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5511
5512 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5513
5514 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5515 calling conventions so that prefetch doesn't bug out.
5516
5517 2010-09-19 Julien Danjou <julien@danjou.info>
5518
5519 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5520 rather than `subst-char-in-region' in order to be able to replace ASCII
5521 char by UTF-8 ones.
5522
5523 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5524 than curl.
5525 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5526 the right URL and ALT text on images.
5527 (gnus-html-wash-tags): Fix tag case.
5528 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5529 (gnus-article-html): Add -o display_ins_del=2 option.
5530 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5531
5532 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5533
5534 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5535 the extra mail headers, which sometimes seem to happen for unknown
5536 reasons.
5537
5538 * mail-parse.el (mail-header-encode-parameter): Define as
5539 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5540 (or most, perhaps?) mail readers don't understand the latter, but do
5541 understand the former.
5542
5543 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5544 to nil, so that no methods are automatically agentized. I think this
5545 is probably what most users want.
5546
5547 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5548 from url-retrieve, for instance about invalid URLs.
5549
5550 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5551 groups that have no articles.
5552 (nnimap-request-article): Check that we really got an article when we
5553 requested one.
5554
5555 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5556 doesn't exist.
5557
5558 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5559 nntp buffer so the agent can save it.
5560 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5561 that CRLF doesn't get translated to \n.
5562 (nnimap-open-connection): Don't make 'shell commands only send \n.
5563
5564 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5567 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5568 Update var name.
5569 (nnml-generate-nov-file): Use dolist.
5570 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5571 Use with-current-buffer.
5572
5573 2010-09-18 Julien Danjou <julien@danjou.info>
5574
5575 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5576 parallel.
5577
5578 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5579
5580 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5581 the range update right.
5582 (nnimap-request-group): Don't make `M-g' bug out on group with no
5583 marks.
5584 (nnoo): Require, so that other packages can require nnimap.
5585 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5586 command we're looking for. This helps when the server sends more
5587 responses after we've gotten everything we expected.
5588 (nnimap): Add a `newlinep' field to keep track of end-of-line
5589 conventions.
5590 Don't send CRLF to things that don't want it.
5591 (nnimap-request-accept-article): Ditto.
5592
5593 2010-09-18 Julien Danjou <julien@danjou.info>
5594
5595 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5596 than curl to retrieve images.
5597
5598 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5599
5600 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5601 the marks.
5602 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5603 (nnimap-wait-for-connection): New function.
5604 (nnimap-open-connection): If we have PREAUTH, don't query for login
5605 credentials.
5606 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5607 when doing a partial update.
5608
5609 2010-09-18 Julien Danjou <julien@danjou.info>
5610
5611 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5612 tags.
5613
5614 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5615
5616 * nnimap.el (nnimap-credentials): New function.
5617 (nnimap-open-connection): Use the new function to look for credentials
5618 also on the numeric equivalents of "imap" and "imaps".
5619
5620 * gnus-start.el (gnus-activate-group): Send the info to
5621 gnus-request-group.
5622
5623 * nnimap.el (nnimap-request-group): Have the "check" version of the
5624 function parse flags and update the info, so that a `M-g' get a total
5625 resync of all flags from the group.
5626
5627 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5628 to allow backends to alter the info on group selection. Also alter all
5629 the backend -request-group functions to take the parameter.
5630
5631 * nnimap.el (nnimap-store-info): New function.
5632 (nnimap-update-info): Store the info for later usage.
5633 (nnimap-request-group): Use the stored info for the dont-check case, so
5634 that we don't retrieve all marks when we enter a group.
5635
5636 * nnimap.el: Use deffoo instead of defun for interface functions.
5637
5638 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5639 update the group info. This makes the nndraft groups, for instance, go
5640 back to their old behaviour.
5641
5642 * gnus-sum.el (gnus-select-newsgroup): Indent.
5643
5644 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5645 in.
5646 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5647 nothing.
5648
5649 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5650 from methods that are denied.
5651
5652 * gnus-int.el (gnus-method-denied-p): New function.
5653
5654 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5655 store the password instead of netrc.
5656 (nnimap-open-connection): Don't error out when we can't make a
5657 connections.
5658
5659 * auth-source.el (auth-source-create): In the password prompt, say what
5660 we're querying for. Also prompt for user name if that hasn't been
5661 given.
5662
5663 * nnimap.el (nnimap-with-process-buffer): Remove.
5664
5665 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5666
5667 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5668 method when we're reading from the agent.
5669
5670 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5671
5672 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5673 that's probably most useful for users.
5674
5675 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5676 "failed" all the time.
5677
5678 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5679 ...)) with (with-current-buffer ... ).
5680
5681 * nntp.el (nntp-open-server): Return whether the open was successful or
5682 not.
5683
5684 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5685 select an unread unseen article first.
5686
5687 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5688 /etc/services, supply some sensible port defaults.
5689
5690 2010-09-17 Julien Danjou <julien@danjou.info>
5691
5692 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5693
5694 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5695
5696 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5697 doesn't have any parameters.
5698
5699 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5700
5701 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5702 only upcased checks.
5703
5704 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5705
5706 * nnimap.el (nnimap-open-shell-stream): New function.
5707 (nnimap-open-connection): Use it.
5708 (nnimap-transform-headers): Get the number of lines in each message.
5709 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5710 number of lines.
5711 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5712 problem.
5713
5714 * utf7.el (utf7-encode): Autoload.
5715
5716 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5717 to allow the mail splitting to not return a default group. This is
5718 useful for nnimap, which will leave unmatched mail in the inbox.
5719
5720 * nnimap.el: Rewritten.
5721
5722 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5723 nnimap usage.
5724
5725 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5726 if the move is internal, so that nnimap can do fast internal moves.
5727
5728 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5729 data.
5730 (gnus-read-active-for-groups): Support finishing the early retrieval of
5731 data.
5732
5733 * gnus-range.el (gnus-range-nconcat): New function.
5734
5735 * gnus-int.el (gnus-finish-retrieve-group-infos)
5736 (gnus-retrieve-group-data-early): New functions.
5737
5738 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5741 (nnrss-retrieve-groups):
5742 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5743 (pop3-quit): Use with-current-buffer.
5744
5745 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5746
5747 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5748 instead of nnheader-accept-process-output.
5749
5750 * gnus-html.el (gnus-html-schedule-image-fetching)
5751 (gnus-html-prefetch-images): Replace process-kill-without-query by
5752 gnus-set-process-query-on-exit-flag.
5753
5754 2010-09-16 Romain Francoise <romain@orebokech.com>
5755
5756 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5757
5758 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5759
5760 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5761 parameter to unintern is mandatory-ish in Emacs 24.
5762
5763 * gnus-html.el (gnus-html-schedule-image-fetching)
5764 (gnus-html-prefetch-images): Check for curl before using it.
5765
5766 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5767 depend on curl, which isn't essential.
5768
5769 * imap.el: Revert back to version
5770 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5771 seem problematic.
5772
5773 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5774
5775 * gnus-registry.el (gnus-registry-install-shortcuts):
5776 Explicitly pass `obarray' to `unintern' to avoid a warning.
5777
5778 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5779
5780 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5781 change.
5782
5783 * nnrss.el (nnrss-request-list): Remove this function and related
5784 functions, including the moreover stuff.
5785
5786 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5787
5788 * nnrss.el (nnrss-retrieve-groups): New function.
5789
5790 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5791
5792 * .dir-locals.el: Add no-byte-compile cookie.
5793
5794 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5795
5796 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5797 for back end that doesn't support request-scan.
5798
5799 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5800
5801 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5802 then do request scans from the backends.
5803
5804 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5805 avoid running a hook per line, since this takes a lot of time,
5806 profiling shows.
5807 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5808 directly if gnus-visual-p is true.
5809
5810 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5811
5812 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5813 groups; replace mapcar with dolist which is a bit faster; pass groups
5814 info to gnus-read-active-file-1.
5815 (gnus-read-active-file-1): Scan only specified groups if the new
5816 optional arg `infos' is given.
5817
5818 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5819
5820 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5821
5822 * pop3.el (pop3-movemail): Remove.
5823 (pop3-streaming-movemail): Rename to pop3-movemail.
5824
5825 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5826 don't restrict end-tag searches to the end of the line.
5827
5828 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5829
5830 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5831 articles of every unchecked group to t, which means unknown since the
5832 server has never been opened.
5833
5834 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5835
5836 * gnus-html.el (gnus-html-show-alt-text): New command.
5837 (gnus-html-browse-image): Ditto.
5838 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5839 to browse the image directly.
5840 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5841 better.
5842
5843 * gnus-async.el (gnus-async-article-callback):
5844 Call `gnus-html-prefetch-images' unconditionally.
5845
5846 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5847 before feeding URLs to curl.
5848
5849 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5850
5851 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5852 internal images as deletable by `W D D'.
5853
5854 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5855 (gnus-async-article-callback): Fix typo.
5856
5857 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5858
5859 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5860 current line to work around bugs in the output from w3m.
5861
5862 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5863 for groups that want that.
5864
5865 * nntp.el (nntp-wait-for-string): Supply a timeout for
5866 accept-process-output to ensure progress.
5867
5868 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5869 level to get unread articles from, then use that for foreign groups,
5870 too.
5871
5872 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5873 confuses the rest of the function.
5874
5875 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5876 for the methods that support -retrieve-groups, too.
5877
5878 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5879
5880 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5881
5882 * pop3.el: Require cl when compiling.
5883 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5884
5885 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5886
5887 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5888 that aren't going to be activated.
5889 (gnus-get-unread-articles): Fix up the last commit.
5890
5891 * gnus-html.el (gnus-article-html): Allow calling without specifying
5892 the handle. In that case, dissect the buffer first.
5893
5894 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5895
5896 * nnimap.el (nnimap-open-connection): Revert the change that would look
5897 into authinfo for imaps instead of imap.
5898
5899 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5900 say that you don't want to call gnus-request-group with don-check, but
5901 do check the reponse. This is for virtual groups only.
5902 (gnus-get-unread-articles): Count the archive groups as secondary, so
5903 that they're activated the same way as before.
5904
5905 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5906 case-insensitively.
5907 (nnimap-debug): Remove.
5908
5909 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5910 mail from a file, and the file doesn't exist.
5911
5912 * pop3.el (pop3-streaming-movemail): Return t for success.
5913
5914 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5915 .authinfo if we're using ssl connection.
5916
5917 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5918 already have if we're in a main Gnus `g' run.
5919
5920 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5921
5922 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5923
5924 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5925
5926 * nnmh.el (nnmh-request-list-1): Bind `file'.
5927
5928 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5929 alias to set-process-query-on-exit-flag or process-kill-without-query.
5930 (pop3-open-server): Use it.
5931
5932 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5933
5934 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5935 box to the Incoming file. Fixes mistake in previous checkin.
5936
5937 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5938 request loop (for debugging purposes) removed.
5939
5940 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5941 culprit is more visible.
5942 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5943 (nnml-add-incremental-nov): New functions to do "incremental" nov
5944 updates, where we just append to the end of the existing nov files
5945 without reading/writing them in full.
5946
5947 * mail-source.el (mail-source-delete-crash-box): Really only check the
5948 incoming files once in a while.
5949
5950 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5951
5952 * mail-source.el (mail-source-delete-crash-box): Only check the
5953 incoming files for deletion once per day to save a lot of file
5954 accesses.
5955
5956 * pop3.el (pop3-logon): Fix up unbound variable typo.
5957
5958 * mail-source.el (pop3-streaming-movemail): Autoload.
5959
5960 * pop3.el (pop3-streaming-movemail):
5961 Respect pop3-leave-mail-on-server.
5962
5963 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5964 retrieval.
5965
5966 * pop3.el (pop3-process-filter): Remove unused function.
5967 (pop3-streaming-movemail, pop3-send-streaming-command)
5968 (pop3-wait-for-messages, pop3-write-to-file)
5969 (pop3-number-of-responses): New functions for streaming pop3
5970 retrieval.
5971
5972 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5973 come from no known methods.
5974 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5975 list.
5976
5977 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5978 message sizes.
5979 (pop3-movemail): Use erase-buffer instead of looping and deleting
5980 regions, which seems rather odd.
5981
5982 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5983 file once per `g' run.
5984
5985 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5986 directories. This makes the draft queue directory work.
5987
5988 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5989 data from the backends, so that we only request the list of groups from
5990 each method once. This should speed things up considerably.
5991
5992 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5993 detect that it's not implemented.
5994
5995 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5996 we actually do recurse down into the tree, but don't stat all leaf
5997 nodes.
5998
5999 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6000 then say so instead of bugging out.
6001
6002 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6003 files exist before trying to read them.
6004
6005 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6006 around <pre_int>.
6007
6008 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6009
6010 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6011
6012 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6013
6014 * mm-util.el (mm-image-load-path): Just return the image directories,
6015 not all directories in the path in addition to the image directories.
6016 (mm-image-load-path): Maintain a cache of the image directories so that
6017 the `g' command in Gnus doesn't have to stat dozens of directories each
6018 time.
6019
6020 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6021 (gnus-html-wash-tags): Add a new `i' command to insert images.
6022 (gnus-html-insert-image): New command and keystroke.
6023 (gnus-html-redisplay-with-images): New command and keystroke.
6024 (gnus-html-show-images): Rename command.
6025 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6026 spacers.
6027 (gnus-html-wash-tags): Decode entities at the end, so that entities
6028 inside the tags don't mess up the rest of the "parsing".
6029
6030 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6031 so that nnimap methods aren't agentized by default. There's apparently
6032 many problems related to agent/imap behaviour.
6033
6034 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6035
6036 * gnus-html.el: Doc fix.
6037
6038 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6039
6040 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6041 glyph-width and glyph-height instead of display-graphic-p and
6042 image-size; make avoidance of displaying small images work for XEmacs.
6043
6044 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6045 for XEmacs.
6046
6047 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6048 of symbol that holds plist data.
6049 (gnus-process-plist): Remove plist of process after getting it.
6050
6051 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6052
6053 * message.el (message-generate-hashcash): Change default to
6054 'opportunistic if hashcash is installed.
6055
6056 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6057 (gnus-html-put-image): Only call image-size once, since it's somewhat
6058 time-consuming on remote X servers.
6059
6060 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6061
6062 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6063 decoded contents.
6064 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6065
6066 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6067
6068 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6069 group line format, since it isn't very interesting.
6070
6071 * gnus-agent.el (gnus-agent-short-article),
6072 (gnus-agent-long-article): Increase values for these two variables,
6073 since most people are likely to have more network connection and
6074 storage than before.
6075
6076 * gnus.el (gnus-refer-article-method): Change default to 'current.
6077 When referring an article, the common behaviour is to refer it from the
6078 current select method, not the native select method. The chances of
6079 the native select method having the message in question is rather slim
6080 these days.
6081
6082 * gnus-sum.el (gnus-auto-select-subject): Change default to
6083 `unseen-or-unread'. I think it's likely that most people want to
6084 select an unseen article over a previously seen, but unread one.
6085
6086 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6087 means that in the article buffer none of the minor mode elements will
6088 be shown, usually, and this is not desirable in most cases.
6089
6090 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6091 that commands like `d' (and the like) go to the next line in the
6092 buffer, instead of the next unread article. I think this is the
6093 behaviour that is most natural for most users.
6094 (gnus-single-article-buffer): Change default to nil, so that people can
6095 have as many article buffers open as they have summary buffer. I think
6096 this is the most natural way for the groups to behave.
6097
6098 * message.el (message-generate-new-buffers): Change default to
6099 `unsent', so that all new message buffers start their names with the
6100 string "*unsent", and it's easier to find the buffers if you move from
6101 them.
6102
6103 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6104
6105 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6106 small. They're probably tracking images.
6107 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6108 (gnus-html-rescale-image): Yet another try at getting the image sizing
6109 right.
6110
6111 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6112 nntp-marks-file-name is nil.
6113
6114 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6115
6116 * gnus-html.el (gnus-html-wash-tags)
6117 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6118 Better logging.
6119
6120 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6121
6122 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6123
6124 * gnus-html.el (gnus-html-wash-tags): Check the value of
6125 gnus-blocked-images in the summary buffer.
6126
6127 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6128
6129 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6130
6131 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6132
6133 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6134 like "a", it seems like.
6135 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6136 since it needs to be picked from the correct buffer.
6137
6138 * nnwfm.el: Remove.
6139
6140 * nnlistserv.el: Remove.
6141
6142 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6143
6144 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6145 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6146
6147 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6148
6149 * nnkiboze.el: Remove.
6150
6151 * nndb.el: Remove.
6152
6153 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6154 alt text.
6155 (gnus-html-rescale-image): Try to get the rescaling logic right for
6156 images that are just wide and not tall.
6157
6158 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6159 overshadow variable bindings.
6160
6161 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6162
6163 * gnus-html.el (gnus-html-wash-tags)
6164 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6165 Add extra logging.
6166
6167 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6168
6169 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6170 (gnus-max-image-proportion): New variable.
6171 (gnus-html-rescale-image): New function.
6172 (gnus-html-put-image): Rescale images.
6173
6174 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 Fix up some byte-compiler warnings.
6177 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6178 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6179 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6180 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6181 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6182 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6183 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6184
6185 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6186
6187 * gnus-html.el (gnus-article-html): Decode contents by charset.
6188
6189 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6190
6191 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6192 (gnus-html-frame-width, gnus-blocked-images)
6193 * message.el (message-prune-recipient-rules): Add custom version.
6194 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6195
6196 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6197 functions.
6198
6199 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6200 gnus-process-get.
6201
6202 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6203
6204 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6205 instead of lsub directly.
6206
6207 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6208
6209 * nnwarchive.el: Remove.
6210
6211 * gnus-soup.el: Remove.
6212
6213 * nnsoup.el: Remove.
6214
6215 * nnultimate.el: Remove.
6216
6217 * gnus-html.el (gnus-blocked-images): New variable.
6218
6219 * message.el (message-prune-recipients): New function.
6220 (message-prune-recipient-rules): New variable.
6221
6222 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6223 guess whether a long line is natural text or not.
6224
6225 * gnus-html.el (gnus-html-schedule-image-fetching):
6226 Use gnus-process-plist and friends for compatibility.
6227
6228 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * gnus-html.el: Require packages that define macros used in this file.
6231 (gnus-article-mouse-face): Declare to silence byte-compiler.
6232 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6233 process-get.
6234 (gnus-html-put-image): Use plist-get to avoid getf.
6235 (gnus-html-prefetch-images): Use with-current-buffer.
6236
6237 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6238
6239 * gnus-ems.el: Provide compatibility functions for
6240 gnus-set-process-plist.
6241
6242 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6243 * gnus.el (gnus-valid-select-methods)
6244 * message.el (message-send-mail-partially-limit)
6245 * mm-decode.el (mm-text-html-renderer)
6246 * mml.el (mml-insert-mime-headers-always)
6247 * smiley.el (smiley-regexp-alist): Bump custom version.
6248
6249 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6250
6251 * gnus-html.el: require mm-url.
6252 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6253 with the url to `url'.
6254 (gnus-html-wash-tags): Support cid: URLs/images.
6255
6256 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6257
6258 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6259 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6260 bindings, as they aren't useful at all. `w' is moved to `W w'.
6261
6262 * gnus-move.el: Remove file, since it doesn't really work.
6263
6264 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6265 UTF-8. This seems to fix problems with some German web feeds.
6266
6267 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6268 at the top so that the proper colours are applied.
6269
6270 * gnus-art.el (gnus-article-view-part): Doc fix.
6271
6272 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6273 XEmacs-compatible.
6274 (gnus-html-put-image): Don't do images on non-graphic displays.
6275
6276 * nnslashdot.el: Remove this unused backend.
6277
6278 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6279 actions.
6280 (gnus-undo-register-1): Revert last change.
6281
6282 * gnus-group.el (gnus-group-completing-read): Protect against not
6283 having completion-styles bound.
6284
6285 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6286 make broken recipients happier.
6287
6288 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6289
6290 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6291 point parameter.
6292
6293 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6294 completion-styles for group selection.
6295
6296 2009-02-04 Andreas Schwab <schwab@suse.de>
6297
6298 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6299 headers and regexp-quote the match if necessary.
6300
6301 2009-03-24 Miles Bader <miles@gnu.org>
6302
6303 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6304 the blinking smiley.
6305
6306 2009-03-24 Simon Josefsson <simon@josefsson.org>
6307
6308 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6309 blink smiley.
6310
6311 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6312
6313 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6314 where the dribbel file lives exists.
6315
6316 * message.el (message-send-mail-partially-limit): Change the default to
6317 nil, since most people don't want this.
6318
6319 * mm-url.el (mm-url-decode-entities): Also decode entities like
6320 &#x3212.
6321
6322 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6323
6324 * gnus-sum.el (gnus-summary-idna-message):
6325 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6326 Hyperlink urls in docstrings with URL `...'.
6327
6328 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6329
6330 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6331 functions.
6332
6333 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6334
6335 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6336 say what the mouseover text should be.
6337
6338 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6339 version of the mm-w3m-safe-url-regexp variable to only download images
6340 in the groups where we want that to happen.
6341
6342 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6343
6344 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6345 easier debugging.
6346 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6347 big pictures in the article buffer.
6348
6349 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6350 gnus-article-html.
6351 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6352 w3m.
6353
6354 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6355
6356 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6357
6358 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6359 which doesn't exist.
6360
6361 * message.el (message-inhibit-ecomplete): New variable to allow some
6362 function to inhibit ecomplete address storage.
6363 (message-resend): Disable ecomplete message storage when resending
6364 messages.
6365
6366 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6367
6368 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6369
6370 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6371 Save excursion while copying, moving, and deleting articles in order to
6372 prevent the cursor from jumping to unforeseen place.
6373
6374 2010-08-17 Glenn Morris <rgm@gnu.org>
6375
6376 * gnus-sync.el: Require gnus components whose functions are used.
6377
6378 * gnus-art.el (bookmark-make-record-function):
6379 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6380 Declare for compiler.
6381
6382 * mm-url.el (mml-compute-boundary): Autoload.
6383
6384 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6385
6386 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6387
6388 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6389
6390 Typo fix "hoo4a" -> "hook".
6391
6392 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6393
6394 2010-08-14 Glenn Morris <rgm@gnu.org>
6395
6396 * gnus-sync.el (gnus-sync): Fix defgroup version.
6397
6398 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6399
6400 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6401
6402 * gnus-sync.el: Fix docs.
6403 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6404 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6405
6406 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6407
6408 Optimizations for gnus-sync.el.
6409
6410 * gnus-sync.el: Add docs about gnus-sync-backend
6411 possibilities.
6412 (gnus-sync-save): Remove unnecessary message.
6413 (gnus-sync-read): Optimize and show what groups were skipped.
6414
6415 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6416
6417 Minor bug fixes for gnus-sync.el.
6418
6419 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6420 Don't read the sync on get-new-news.
6421
6422 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6423 quiet.
6424
6425 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6426 (fix typo).
6427
6428 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6429
6430 Make saving and restoring of hidden threads work with overlays.
6431 Patch applied by Ted Zlatanov.
6432
6433 * gnus-sum.el (gnus-hidden-threads-configuration)
6434 (gnus-restore-hidden-threads-configuration): Update to deal with text
6435 properties, rather than searching for a magic character.
6436
6437 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6438
6439 New gnus-sync.el library for synchronization of marks.
6440
6441 * gnus-sync.el: New library for synchronization of marks.
6442
6443 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6444 renamed from `gnus-registry-grep-in-list'.
6445
6446 * gnus-registry.el (gnus-registry-follow-group-p):
6447 Use `gnus-grep-in-list'.
6448
6449 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6450
6451 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6452
6453 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6454 determining charset of text fails.
6455
6456 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6457
6458 * nnmail.el (nnmail-get-new-mail-1): Revert.
6459
6460 * nnml.el (nnml-active-number): Make sure names of newly created groups
6461 in nnml-group-alist are encoded.
6462
6463 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6464
6465 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6466 containing non-ASCII characters in active file for nnml back end.
6467
6468 2010-07-24 David Engster <dengste@eml.cc>
6469
6470 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6471 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6472
6473 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6474
6475 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6476 tag (Bug#6654).
6477
6478 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6479
6480 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6481 the article buffer, not the summary buffer.
6482
6483 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6484
6485 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6486 Emacs 23 as well.
6487
6488 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6489
6490 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6491 Patch applied by Karl Fogel.
6492
6493 * gnus-sum.el (gnus-summary-bookmark-make-record):
6494 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6495
6496 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6497
6498 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6499 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6500 C-w still not working correctly from Article buffers; Thierry's
6501 patch to fix that will be applied after this.
6502
6503 * gnus-art.el (bookmark-make-record-function): New local variable.
6504
6505 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6506 article buffer.
6507 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6508
6509 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6510
6511 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6512 on changes in bookmark.el.
6513
6514 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6515
6516 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6517 the *other* type of HTML form submission.
6518
6519 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6520
6521 * auth-source.el (auth-source-pick): If choice does not contain a
6522 questioned keyword, set the check to t.
6523
6524 2010-06-12 Romain Francoise <romain@orebokech.com>
6525
6526 * gnus-util.el (gnus-date-get-time): Move up before first use.
6527
6528 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6529
6530 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6531 (gnus-article-edit-part): Bind it to make last part that is substituted
6532 or deleted visible.
6533 (gnus-mime-display-single): Buttonize part of which id equals to
6534 gnus-mime-buttonized-part-id.
6535
6536 2010-06-10 Dan Christensen <jdc@uwo.ca>
6537
6538 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6539 (gnus-dd-mmm): Use gnus-date-get-time.
6540 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6541 simplify logic.
6542 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6543 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6544
6545 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6546
6547 * auth-source.el (top): Autoload `secrets-list-collections',
6548 `secrets-create-item', `secrets-delete-item'.
6549 (auth-sources): Fix tag string.
6550 (auth-get-source, auth-source-retrieve, auth-source-create)
6551 (auth-source-delete): New defuns.
6552 (auth-source-pick): Rewrite in order to avoid 2 passes.
6553 (auth-source-forget-user-or-password): New parameter USERNAME.
6554 (auth-source-user-or-password): New parameters CREATE-MISSING and
6555 DELETE-EXISTING. Retrieve password interactively, if needed.
6556
6557 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6558
6559 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6560 deleting unused directories when gnus-expert-user is t.
6561
6562 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6563
6564 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6565 for each temp file when gnus-article-browse-delete-temp is ask.
6566
6567 2010-05-20 Kevin Ryde <user42@zip.com.au>
6568
6569 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6570
6571 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6572
6573 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6574 article unless decoding article to be saved.
6575
6576 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6577
6578 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6579 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6580 generated within the mm-with-unibyte-current-buffer macro.
6581
6582 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6583
6584 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6585 to nil when we're in a mml-preview buffer and no group is selected.
6586
6587 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6588
6589 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6590 when catching the `C-g'. Reported by "Leo".
6591
6592 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6593
6594 * message.el (message-forward-make-body-plain)
6595 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6596 multibyte-string-p.
6597
6598 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6599
6600 * message.el (message-forward-make-body-mml): Assume original message
6601 is multibyte string; error on unibyte.
6602 (message-forward-make-body-plain): Ditto; don't add excessive newline
6603 in body end.
6604
6605 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6606
6607 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6608 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6609
6610 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6611
6612 * mm-extern.el (mm-extern-url): Don't use
6613 mm-with-unibyte-current-buffer.
6614 (mm-extern-cache-contents): Use with-current-buffer instead of
6615 save-excursion + set-buffer.
6616
6617 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6618
6619 * mm-util.el (mm-emacs-mule): Remove.
6620
6621 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6622
6623 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6624 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6625 change.
6626
6627 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6628
6629 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6630 bind the default value of enable-multibyte-characters to nil.
6631
6632 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6633
6634 * message.el (message-forward-make-body-plain)
6635 (message-forward-make-body-mml):
6636 Don't use mm-with-unibyte-current-buffer.
6637
6638 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6639
6640 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6641 (Bug#5592).
6642
6643 2010-05-07 Julien Danjou <julien@danjou.info>
6644
6645 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6646 it to mm-pipe-part.
6647
6648 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6649 it is given.
6650
6651 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6652
6653 * nnweb.el (nnweb-gmane-search)
6654 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6655 XEmacs.
6656
6657 * gnus-art.el (gnus-article-browse-html-parts)
6658 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6659 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6660 make-temp-file.
6661
6662 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6663 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6664 compiling.
6665
6666 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6667 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6668 XEmacs when compiling.
6669
6670 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6671 gnus-pick-mode-off-hook for XEmacs when compiling.
6672 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6673 gnus-binary-mode-off-hook for XEmacs when compiling.
6674
6675 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6676 Return nil if char-charset is not available.
6677
6678 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6679 macro.
6680
6681 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6682 instead of encode-coding-string.
6683
6684 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6685 'xemacs) instead of mm-emacs-mule to switch function definitions.
6686 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6687
6688 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6689
6690 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6691
6692 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6693
6694 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6695 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6696
6697 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6700 alias `jka-compr-delete-temp-file' no longer exists.
6701
6702 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 Use define-minor-mode in Gnus where applicable.
6705 * mml.el (mml-mode): Use define-minor-mode.
6706 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6707 (gnus-undo-mode): Use define-minor-mode.
6708 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6709 (gnus-dead-summary-mode): Use define-minor-mode.
6710 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6711 Initialize in declaration.
6712 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6713 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6714 (gnus-mailing-list-mode): Use define-minor-mode.
6715 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6716 (gnus-draft-mode): Use define-minor-mode.
6717 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6718 (gnus-dired-mode): Use define-minor-mode.
6719
6720 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6721
6722 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6723 handles on recursive mml-to-mime translation and check them for
6724 boundary delimiter collisions. Reported by Greg Troxel.
6725
6726 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6727
6728 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6729
6730 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * mm-util.el (mm-find-buffer-file-coding-system):
6733 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6734
6735 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6736
6737 * message.el (message-generate-headers): Record insertion of optional
6738 headers as well. Otherwise the check to prevent repeated insertion of
6739 optional headers is a no-op.
6740
6741 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6742
6743 * smime.el: Don't mention CVS.
6744
6745 * nnrss.el (nnrss-fetch): Don't mention CVS.
6746
6747 * nnir.el: Don't mention CVS.
6748
6749 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * gnus-sum.el (gnus-summary-bookmark-make-record):
6752 Add `location' field.
6753
6754 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6757 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6758 Use with-current-buffer to silence the byte-compiler.
6759 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6760 bother to require `gnus'.
6761 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6762
6763 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6764
6765 * gnus-sum.el (gnus-summary-bookmark-make-record)
6766 (gnus-summary-bookmark-jump): New functions.
6767 (gnus-summary-mode): Setup bookmark support.
6768
6769 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6770
6771 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6772 if set.
6773
6774 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6775
6776 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6777 gnus-article-browse-html-save-cid-image; make it work recursively for
6778 forwarded messages as well.
6779 (gnus-article-browse-html-parts): Work when prefix arg is given.
6780 (gnus-article-browse-html-article): Doc fix.
6781
6782 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * message.el (message-default-mail-headers):
6785 (message-default-headers): Carry the value mail-default-headers over
6786 into message-default-mail-headers, rather than message-default-headers.
6787
6788 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6789
6790 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6791 charset.
6792
6793 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6794 charset into the <meta> tag when the article is encoded to utf-8.
6795
6796 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6797
6798 * gnus-art.el (gnus-article-browse-delete-temp-files):
6799 Delete directories as well.
6800 (gnus-article-browse-html-parts): Work for images that do not specify
6801 file names; delete temp directory when quitting; insert header at the
6802 right place; use file: scheme for image files.
6803
6804 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6805
6806 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6807 (gnus-article-browse-html-parts): Use it to make temporary cid image
6808 files in addition to html file so that browser may display them.
6809
6810 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6811
6812 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6813
6814 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6815
6816 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6817
6818 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6819
6820 * auth-source.el (auth-sources): Change default to be simpler.
6821 Explain about Secret Service API sources. Improve Customize options.
6822 (auth-source-pick): Change to accept any number of search parameters.
6823 Implement fallbacks iteratively, not recursively. Add scoring on the
6824 second pass and sort by score. Call Secret Service API when needed.
6825 (auth-source-user-or-password): Use it. Call Secret Service API
6826 directly when needed to get the user name and the password.
6827
6828 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6829
6830 * message.el (message-interactive): Doc fix.
6831 (message-qmail-inject-args): Reflow.
6832 (message-kill-to-signature): Fix typo in docstring.
6833
6834 * smiley.el (smiley-buffer): Fix typo in docstring.
6835
6836 2010-03-24 Glenn Morris <rgm@gnu.org>
6837
6838 * mail-source.el (gnus-message): Declare.
6839 (mail-source-delete-old-incoming): Require gnus-util.
6840
6841 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6842
6843 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6844
6845 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6846
6847 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6848 password-cache's default if it is not bound.
6849 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6850 password-cache-expiry's default if it is not bound.
6851
6852 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6853 available in Emacs 21.
6854
6855 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6856
6857 * auth-source.el (auth-sources): Fix up definition so extra parameters
6858 are always inline.
6859
6860 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6861
6862 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6863 wasn't updated after mismatch. Clear cached mailbox info correctly
6864 when uidvalidity changes.
6865 (nnimap-group-prefixed-name): New function to avoid some code
6866 duplication.
6867 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6868 (nnimap-request-group): Use it.
6869 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6870 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6871 with many imap folders. This is done by caching the group status from
6872 the imap server persistently in a group parameter `imap-status'. (This
6873 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6874 but not persistently, so every Gnus startup was still very slow.)
6875
6876 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6877
6878 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6879 secrets.el dependency.
6880 (auth-sources): Add optional user name. Add secrets.el configuration
6881 choice (unused right now).
6882
6883 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6884
6885 * gnus-sum.el (gnus-summary-make-menu-bar):
6886 Let `gnus-registry-install-shortcuts' fill in the functions.
6887
6888 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6889 warnings.
6890 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6891 (gnus-registry-install-shortcuts): Populate and use it in a
6892 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6893
6894 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6895
6896 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6897 In-place substitutions for the group name encoding/decoding.
6898 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6899 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6900 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6901 (nnimap-update-unseen, nnimap-request-list)
6902 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6903 (nnimap-request-set-mark, nnimap-split-to-groups)
6904 (nnimap-split-articles, nnimap-request-newgroups)
6905 (nnimap-request-create-group, nnimap-request-accept-article)
6906 (nnimap-request-delete-group, nnimap-request-rename-group)
6907 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6908 `encoded-mbx' for consistency.
6909 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6910 variable `imap-current-mailbox'.
6911
6912 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6913 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6914
6915 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6916
6917 * pop3.el (pop3-display-message-size-flag): Display message size byte
6918 counts during POP3 download.
6919 (pop3-movemail): Use it.
6920 (pop3-list): Implement listing of available messages.
6921
6922 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6923
6924 * nnir.el (nnir-get-article-nov-override-function): New function to
6925 override the normal NOV retrieval.
6926 (nnir-retrieve-headers): Use it.
6927
6928 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6929
6930 * auth-source.el (netrc-machine-user-or-password): Autoload.
6931
6932 2010-03-19 Glenn Morris <rgm@gnu.org>
6933
6934 Stop message.el from loading about 40 libraries it doesn't always need.
6935 The general approach is to autoload rather than require, and to
6936 require in the specific functions rather than the file. (Bug#5642)
6937
6938 * gmm-utils.el: Don't require wid-edit.
6939 (widget-create-child-value, widget-convert, widget-default-get):
6940 Autoload.
6941
6942 * gnus-util.el: Don't require time-date, netrc.
6943 (message-fetch-field, gnus-group-name-decode): Declare rather than
6944 autoloading.
6945 (gnus-fetch-field): Require message.
6946 (gnus-decode-newsgroups): Require gnus-group.
6947
6948 * ietf-drums.el: Don't require time-date.
6949
6950 * message.el: Don't require hashcash, canlock, ecomplete.
6951 Do require mail-utils. Require nnheader only when compiling.
6952 (smtpmail-default-smtp-server): Remove declaration.
6953 (message-send-mail-function): Check smtpmail-default-smtp-server
6954 is bound rather than requiring smtpmail.
6955 (message-auto-save-directory, message-insert-signature):
6956 Use expand-file-name rather than nnheader-concat.
6957 (nnheader-insert-file-contents): Autoload.
6958 (hashcash-wait-async): Declare.
6959 (message-send-mail): Only call gnus-setup-posting-charset if
6960 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6961 (message-send-mail-with-sendmail): Require sendmail.
6962 (canlock-password, canlock-password-for-verify): Declare.
6963 (message-canlock-password): Require canlock.
6964 (nnheader-get-report): Autoload.
6965 (gnus-setup-posting-charset): Declare.
6966 (message-send-news): Require gnus-msg.
6967 (message-make-references, message-make-in-reply-to): Use mail-header-id
6968 rather than the alias mail-header-message-id.
6969 (ecomplete-add-item, ecomplete-save): Declare.
6970 (message-put-addresses-in-ecomplete): Require ecomplete.
6971 (ecomplete-display-matches): Autoload.
6972
6973 * mm-decode.el: Don't require mailcap, gnus-util.
6974 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6975 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6976 Autoload.
6977 (mailcap-mime-extensions): Declare.
6978
6979 * mm-encode.el: Don't require mailcap.
6980 (mailcap-extension-to-mime): Autoload.
6981
6982 * mml-sec.el: Don't require password-cache.
6983
6984 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6985 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6986 (mml-minibuffer-read-type): Require mailcap.
6987 (mml-preview): Require gnus-msg.
6988
6989 * mml1991.el: Require password-cache.
6990 (password-cache-expiry): Remove declaration.
6991
6992 * mml2015.el: Require password-cache.
6993 (password-cache-expiry): Remove declaration.
6994
6995 * nneething.el (mailcap): Require mailcap.
6996
6997 * nnheader.el (declare-function): Add compatibility stub.
6998 (message-remove-header): Declare rather than autoload.
6999 (nnheader-replace-header): Require message.
7000
7001 * nnimap.el (declare-function): Add compatibility stub.
7002 (netrc-parse, netrc-machine-user-or-password): Declare.
7003 (nnimap-open-connection): Require netrc.
7004
7005 * nntp.el (declare-function): Add compatibility stub.
7006 (netrc-parse, netrc-machine, netrc-get): Declare.
7007 (nntp-send-authinfo): Require netrc.
7008
7009 * rfc2047.el: Don't require qp.
7010 (quoted-printable-encode-region, quoted-printable-decode-string):
7011 Autoload.
7012
7013 * sieve-mode.el: Don't require easymenu.
7014 (easy-menu-add-item): Autoload it.
7015
7016 * spam-stat.el (time-to-number-of-days): Autoload it.
7017
7018 2010-03-17 Kevin Ryde <user42@zip.com.au>
7019
7020 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7021 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7022 value if any backslash escapes).
7023
7024 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7025
7026 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7027 if it is available. (bug#5647)
7028
7029 2010-02-26 Glenn Morris <rgm@gnu.org>
7030
7031 * message.el (message-send-mail-function): Change the default, so that
7032 it inherits from a customized send-mail-function. (Bug#5643)
7033
7034 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7037 shell-command-to-string signals an error (bug#5299).
7038
7039 2010-02-24 Glenn Morris <rgm@gnu.org>
7040
7041 * message.el (message-smtpmail-send-it)
7042 (message-send-mail-with-mailclient): Doc fixes.
7043
7044 2010-02-16 Glenn Morris <rgm@gnu.org>
7045
7046 * message.el (message-default-mail-headers): Change the default value
7047 to ease the transition from mail-mode to message-mode. (Bug#5555)
7048
7049 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7050
7051 * message.el (message-mail): Just pass yank-action on to message-setup.
7052 (message-setup): Handle (FUN . ARGS) form of yank-action.
7053 (message-with-reply-buffer, message-widen-reply)
7054 (message-yank-original): Handle non-buffer values of
7055 message-reply-buffer (Bug#4080).
7056 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7057
7058 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7059
7060 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7061 Fix typo in docstring.
7062
7063 2010-01-08 Jason Rumney <jasonr@gnu.org>
7064
7065 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7066 response.
7067
7068 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7069
7070 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7071
7072 * message.el (message-check-news-header-syntax): Protect against a
7073 string that `rfc822-addresses' returns when parsing fails.
7074
7075 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7078 (gnus-previous-char-property-change): New functions.
7079
7080 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7081
7082 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7083
7084 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7085 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7086
7087 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * message.el (message-exchange-point-and-mark): Rework last change to
7090 avoid using optional arg of exchange-point-and-mark, for backward
7091 compatibility.
7092
7093 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * message.el (message-exchange-point-and-mark):
7096 Call exchange-point-and-mark with an argument rather than setting
7097 mark-active by hand (Bug#5175).
7098
7099 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7100
7101 * nntp.el (nntp-service-to-port): Work for service expressed with
7102 numeric string; replace [:digit:] with [0-9] for XEmacs.
7103
7104 2009-12-17 Glenn Morris <rgm@gnu.org>
7105
7106 * gnus-group.el (gnus-bug-group-download-format-alist):
7107 Change emacs entry to debbugs.gnu.org. Bump :version.
7108
7109 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7110
7111 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7112
7113 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7114
7115 * message.el (message-info): Explain why we use `Info-goto-node'.
7116
7117 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * message.el (message-completion-in-region): New compatibility function.
7120 (message-expand-group): Use it.
7121
7122 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7123
7124 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7125 with no unread article should be listed if the 2nd arg `predicate' is
7126 given.
7127
7128 2009-11-29 Juri Linkov <juri@jurta.org>
7129
7130 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7131 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7132 on `gnus-recenter'. (Bug#4698, Bug#4981)
7133
7134 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7135
7136 * message.el (message-from-style, message-interactive)
7137 (message-signature): Always set default values from the corresponding
7138 mail-* variables.
7139 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7140 (message-yank-prefix, message-indentation-spaces)
7141 (message-signature-file, message-default-headers): Use boundp rather
7142 than (featurep 'xemacs) to check if the corresponding mail-* variables
7143 exist.
7144
7145 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7146
7147 * message.el (message-send-mail-with-sendmail): Revert last change.
7148
7149 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7150
7151 * message.el (message-from-style, message-interactive)
7152 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7153 (message-yank-prefix, message-indentation-spaces, message-signature)
7154 (message-signature-file, message-default-headers): For GNU Emacs, set
7155 default values from the corresponding mail-* variables.
7156 (message-send-mail-with-sendmail): Use envelope-from only if
7157 mail-specify-envelope-from is non-nil.
7158
7159 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7160
7161 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7162 containing tspecial characters if they have been already quoted.
7163
7164 2009-10-24 Glenn Morris <rgm@gnu.org>
7165
7166 * gnus-art.el (help-xref-stack-item): Define for compiler.
7167
7168 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7169
7170 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7171
7172 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7173
7174 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7175 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7176
7177 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7178
7179 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7180 (gnus-overlays-in): New alias to overlays-in.
7181
7182 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7183 gnus-overlay-get, and gnus-delete-overlay.
7184 (gnus-summary-show-thread): Make it work as well for systems in which
7185 next-single-char-property-change is not available.
7186 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7187
7188 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7189
7190 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7191
7192 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7193
7194 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7195 and XEmacs that don't have `remove-overlays'.
7196
7197 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7200 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7201 selective display. Use overlays instead.
7202
7203 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7204
7205 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7206
7207 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7208
7209 * spam-stat.el (spam-stat-load): Fix typo in message.
7210
7211 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7212
7213 * gnus-art.el (gnus-article-encrypt-body):
7214 * message.el (message-check-recipients):
7215 * mm-util.el (mm-codepage-setup):
7216 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7217 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7218
7219 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7220
7221 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7222 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7223 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7224 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7225 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7226
7227 2009-09-18 Glenn Morris <rgm@gnu.org>
7228
7229 * gnus-diary.el (gnus-diary-check-message):
7230 * message.el (message-insert-formatted-citation-line):
7231 * nnbabyl.el (top-level):
7232 * nndiary.el (nndiary-schedule):
7233 Fix typos in condition-case handlers.
7234
7235 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7236
7237 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7238 configuration that provides the sole article window in a frame;
7239 position point correctly after deleting a part.
7240
7241 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7242
7243 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7244 (spam-resolve-registrations-routine): Use it to unregister articles
7245 that change status.
7246
7247 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7248
7249 * nnrss.el (nnrss-request-article): Remove binding of
7250 default-enable-multibyte-characters that has gotten needless by
7251 the 2007-07-13 change in rfc2047-encode-message-header.
7252
7253 * mml.el (mml-insert-multipart): Error on the message header.
7254 (mml-insert-part): Error on the message header; position point at
7255 the end of a MIME tag.
7256
7257 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7258
7259 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7260 (gnus-float-time): Alias to float-time if it exists.
7261
7262 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7263 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7264 float-time is available; suppress compile warning for time-to-seconds.
7265
7266 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7267
7268 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7269 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7270 Add the optional argument `encoding' that overrides the default.
7271
7272 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7273 mm-encode-buffer.
7274
7275 2009-09-04 Glenn Morris <rgm@gnu.org>
7276
7277 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7278 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7279 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7280 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7281 * mm-util.el (mm-with-unibyte-current-buffer)
7282 (mm-find-buffer-file-coding-system):
7283 * yenc.el (yenc-decode-region): Use default-value rather than
7284 default-enable-multibyte-characters.
7285
7286 2009-09-03 Glenn Morris <rgm@gnu.org>
7287
7288 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7289 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7290 than default-enable-multibyte-characters.
7291
7292 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7293
7294 * gnus-art.el (gnus-article-read-summary-keys):
7295 Fix gnus-buffer-configuration's value temporarily used.
7296
7297 2009-09-02 Glenn Morris <rgm@gnu.org>
7298
7299 * gnus-util.el (gnus-float-time): New function.
7300 * gnus-delay.el (gnus-delay-article):
7301 * gnus-sum.el (gnus-thread-latest-date):
7302 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7303 * nnspool.el (nnspool-request-newgroups):
7304 Use gnus-float-time rather than time-to-seconds.
7305 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7306
7307 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7308 (gnus-header-subject-face, gnus-header-newsgroups-face)
7309 (gnus-header-name-face, gnus-header-content-face):
7310 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7311 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7312 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7313 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7314 (gnus-cite-face-11):
7315 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7316 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7317 (gnus-server-closed-face, gnus-server-denied-face)
7318 (gnus-server-offline-face):
7319 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7320 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7321 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7322 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7323 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7324 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7325 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7326 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7327 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7328 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7329 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7330 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7331 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7332 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7333 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7334 (gnus-summary-high-undownloaded-face)
7335 (gnus-summary-low-undownloaded-face)
7336 (gnus-summary-normal-undownloaded-face)
7337 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7338 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7339 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7340 (gnus-splash-face):
7341 * message.el (message-header-to-face, message-header-cc-face)
7342 (message-header-subject-face, message-header-newsgroups-face)
7343 (message-header-other-face, message-header-name-face)
7344 (message-header-xheader-face, message-separator-face)
7345 (message-cited-text-face, message-mml-face):
7346 * sieve-mode.el (sieve-control-commands-face)
7347 (sieve-action-commands-face, sieve-test-commands-face)
7348 (sieve-tagged-arguments-face):
7349 * spam.el (spam-face):
7350 Mark face aliases with "-face" in the name as obsolete.
7351
7352 2009-09-01 Glenn Morris <rgm@gnu.org>
7353
7354 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7355 than goto-line.
7356
7357 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7358
7359 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7360 Don't move point if the command is invoked inside the message header.
7361
7362 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7365 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7366 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7367 * nnir.el (nnir-swish-e-index-file):
7368 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7369 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7370 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7371 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7372 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7373 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7374
7375 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7376
7377 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7378 Don't save excursion.
7379
7380 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * nnheader.el (nnheader-find-file-noselect):
7383 * mm-util.el (mm-insert-file-contents):
7384 Use (default-value 'major-mode) instead of default-major-mode.
7385
7386 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7389
7390 2009-08-25 Glenn Morris <rgm@gnu.org>
7391
7392 * nnir.el (top-level): Don't require cl at run-time.
7393 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7394 Replace cl-function substitute with gnus-replace-in-string.
7395 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7396 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7397 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7398 simplified expansions.
7399
7400 2009-08-22 Glenn Morris <rgm@gnu.org>
7401
7402 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7403 goto-line.
7404
7405 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7406
7407 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7408
7409 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7410 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7411 (gnus-mm-display-part, gnus-mime-display-single)
7412 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7413 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7414
7415 * gnus-sum.el
7416 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7417 (gnus-summary-move-article): Add expirable mark to articles copied or
7418 moved to group that has auto-expire turned on if the option is non-nil.
7419
7420 2009-07-24 Glenn Morris <rgm@gnu.org>
7421
7422 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7423 Fix typo. (Bug#3903)
7424
7425 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7426
7427 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7428 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7429 that should not be used for draft articles.
7430 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7431 that has no concern in minor mode keys.
7432 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7433 Abolish.
7434
7435 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7436
7437 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7438 article without making inquiry to a user for unknown encoding.
7439
7440 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7441 (nnmaildir--scan): Assume i-node and device number that file-attributes
7442 returns might be cons-cell.
7443
7444 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7445
7446 * auth-source.el: Remove docs now in auth.texi. Don't use
7447 `gnus-message' for logging. Add new variables `auth-source-debug' and
7448 `auth-source-hide-passwords' and use them.
7449
7450 2009-07-15 Glenn Morris <rgm@gnu.org>
7451
7452 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7453
7454 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7455
7456 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7457 excessive whitespace from the default values of title and description.
7458
7459 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7460
7461 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7462 mail-fetch-field to fetch Content-Description header in order to
7463 exclude newlines.
7464
7465 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7466
7467 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7468 to deleted part.
7469
7470 2009-05-30 David Engster <dengste@eml.cc>
7471
7472 * nnmairix.el: Remove old documentation in the commentary block.
7473 (nnmairix-request-group): Do not update active file for nnml back ends.
7474 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7475 end so that overview files are ignored.
7476 (nnmairix-update-groups): Make updating the groups more robust by using
7477 marks.
7478 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7479 with dollar characters in message-id.
7480
7481 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7482
7483 * spam.el: Use dns-query instead of query-dns. Was renamed on
7484 2008-12-25 in dns.el.
7485
7486 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7489 could happen if the text is only composed of spaces and/or tabs.
7490
7491 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7492
7493 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7494 when sending a queued message to avoid extra mml tags.
7495
7496 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7497
7498 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7499
7500 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7501
7502 * gnus-dired.el: Remove autoload for gnus-setup-message.
7503 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7504 displaying Gnus logo; always use compose-mail.
7505
7506 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7507
7508 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7509
7510 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7513 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7514 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7515 available.
7516 (gnus-nocem-epg-verify): New function.
7517
7518 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7519
7520 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7521
7522 2009-02-15 Glenn Morris <rgm@gnu.org>
7523
7524 * gnus-util.el (rmail-insert-rmail-file-header)
7525 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7526 autoloads.
7527 (rmail-default-rmail-file): Remove unnecessary declaration.
7528 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7529
7530 2009-02-14 Glenn Morris <rgm@gnu.org>
7531
7532 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7533 variable (only used in gnus-util, which declares it anyway).
7534 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7535 which was only needed by gnus-art (changed to not use it any more).
7536 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7537 only used in gnus-util, which autoloads it itself.
7538 (rmail-update-summary): Fix autoload.
7539
7540 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7541 rather than rmail-output-to-rmail-file.
7542
7543 2009-02-07 Glenn Morris <rgm@gnu.org>
7544
7545 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7546 autoload of function that no longer exists.
7547 (rmail-toggle-header): Declare.
7548 (message-forward-rmail-make-body): Handle mbox Rmail.
7549
7550 2009-01-31 Glenn Morris <rgm@gnu.org>
7551
7552 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7553 2009-01-09 change.
7554
7555 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7556
7557 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7558 (auth-source-forget-all-cached): New convenience function.
7559 (auth-source-user-or-password): Accept list of modes or a single mode.
7560
7561 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7562 auth-source modes.
7563
7564 * nnimap.el (nnimap-open-connection): Use list of
7565 auth-source modes.
7566
7567 * nntp.el (nntp-send-authinfo): Use list of
7568 auth-source modes.
7569
7570 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7571
7572 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7573 now.
7574
7575 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7576
7577 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7578 coding system in XEmacs; add a workaround for XEmacs.
7579
7580 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7581
7582 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7583 of current-language-environment.
7584
7585 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7586
7587 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7588 available at runtime.
7589
7590 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7591
7592 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7593
7594 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7595
7596 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7597 the greatest positive fixnum value doesn't work under an XEmacs with
7598 bignum support; use the most-positive-fixnum constant instead,
7599 available since Emacs 21.1 with cl and XEmacs 21.1.
7600
7601 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7602
7603 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7604 XEmacs gets not to work.
7605
7606 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7607
7608 * mm-util.el (mm-coding-system-priorities): Allow the value like
7609 "Japanese (UTF-8)" of current-language-environment.
7610
7611 2009-01-09 Glenn Morris <rgm@gnu.org>
7612
7613 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7614 with last-command-event.
7615
7616 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7617
7618 * message.el (message-fix-before-sending): Amend comment.
7619
7620 2009-01-07 David Engster <dengste@eml.cc>
7621
7622 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7623 simplified server definitions by converting it via
7624 gnus-server-to-method.
7625
7626 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7627
7628 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7629 parameter's operands.
7630
7631 2009-01-06 David Engster <dengste@eml.cc>
7632
7633 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7634 primary select method (for gnus-group-mark-article-as-read).
7635
7636 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7637
7638 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7639 `(gnus)Face', not `(gnus)X-Face'.
7640
7641 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 * mm-util.el (mm-ucs-to-char): New function.
7644
7645 * mm-url.el (mm-url-decode-entities): Use it.
7646
7647 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7648
7649 * message.el (message-fix-before-sending): Add `eight-bit' to
7650 illegible-text check.
7651
7652 2009-01-03 Michael Olson <mwolson@gnu.org>
7653
7654 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7655 `headers' is nil. This can occur if the IMAP server does not have
7656 permissions to read messages from a folder, but can write new messages
7657 to the folder.
7658 (nnimap-request-article-part): Do not insert `data' if it is nil.
7659
7660 2009-01-01 Dave Love <fx@gnu.org>
7661
7662 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7663
7664 * nnimap.el: Fix author email.
7665 (nnimap-split-rule): Add FIXME comment.
7666 (nnimap-debug): Fix doc string.
7667
7668 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7669
7670 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7671 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7672 to check if those variables exist (first appeared in Emacs 18.50).
7673
7674 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7675
7676 * mm-util.el (mm-line-number-at-pos): New function.
7677
7678 * spam-report.el (spam-report-process-queue): Use it.
7679
7680 2008-12-24 David Engster <dengste@eml.cc>
7681
7682 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7683 parameters that haven't existed as variables as buffer-local variables.
7684
7685 2008-12-23 Dave Love <fx@gnu.org>
7686
7687 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7688 cadar.
7689
7690 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7691 imap-starttls-p.
7692 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7693
7694 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7695
7696 * spam-report.el (spam-report-gmane-max-requests): New constant.
7697 (spam-report-gmane-wait): New variable.
7698 (spam-report-gmane-ham, spam-report-gmane-spam)
7699 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7700 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7701 the server.
7702
7703 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7704 Add explanations.
7705
7706 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7707 nnheader-accept-process-output and nnheader-read-timeout if available.
7708 (pop3-movemail): Use it.
7709
7710 * message.el (message-check-news-body-syntax): Fix signature check if
7711 there's an attachment.
7712
7713 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7714
7715 * mm-util.el: Add comments to the mm- emulating functions.
7716
7717 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7718
7719 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7720 Reported by Stephen Berman <stephen.berman@gmx.net>.
7721
7722 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7723
7724 * mm-util.el (mm-substring-no-properties): New function.
7725 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7726 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7727 (mm-string-to-multibyte): Doc fix.
7728
7729 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7730
7731 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7732
7733 * mml.el (mml-attach-file): Strip text properties from file name.
7734 (Bug#1574)
7735
7736 2008-12-16 Glenn Morris <rgm@gnu.org>
7737
7738 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7739
7740 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7741
7742 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7743 knows since the charset specified might be a bogus alias that
7744 mm-charset-synonym-alist provides.
7745
7746 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7747
7748 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7749 "ISO_8859-1".
7750
7751 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7752
7753 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7754
7755 * mm-util.el (mm-charset-eval-alist):
7756 Define it before mm-charset-to-coding-system.
7757 (mm-charset-to-coding-system): Add optional argument `silent';
7758 define it before mm-charset-override-alist.
7759 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7760 default value if it can be used in Emacs currently running;
7761 silence mm-charset-to-coding-system.
7762
7763 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7766 `allow-override' which says whether to use `mm-charset-override-alist'.
7767 (rfc2047-decode-encoded-words): Use it.
7768
7769 * mm-util.el (mm-charset-override-alist): Fix custom type;
7770 add `(gb2312 . gbk)' to choices.
7771
7772 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7773
7774 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7775 fast.
7776
7777 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7778
7779 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7780
7781 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7782 on links.
7783
7784 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7785
7786 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7787
7788 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7789 users' addresses that don't have domain parts.
7790 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7791 rather than message-narrow-to-head since there will be the message
7792 header separator.
7793
7794 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7797 since the result is inserted in a unibyte buffer anyway.
7798 (nnimap-demule-use-string-to-multibyte): Remove.
7799 (nnimap-demule): Alias it to mm-string-to-multibyte.
7800
7801 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7802
7803 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7804 variable for debugging bug#464 and bug#1174.
7805 (nnimap-demule): Use it.
7806
7807 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7808
7809 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7810 score calculation correctly.
7811
7812 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * message.el (message-send-mail): Just set the buffer to unibyte
7815 rather than use mm-with-unibyte-current-buffer which does a lot more.
7816 (message-send-mail-partially): Don't bother with
7817 mm-with-unibyte-current-buffer since it's already been made unibyte by
7818 message-send-mail.
7819
7820 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7821
7822 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7823
7824 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7825
7826 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7827
7828 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7829
7830 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7831 require itself and to remove `with-no-warnings'.
7832
7833 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7834
7835 * starttls.el (starttls-any-program-available): Get the name of the
7836 available TLS layer program.
7837 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7838 well as the host name in the "opening" message.
7839
7840 * auth-source.el (auth-source-cache, auth-source-do-cache)
7841 (auth-source-user-or-password): Cache passwords and logins by default,
7842 allow override with `auth-source-do-cache'.
7843 (auth-source-forget-user-or-password): Allow users to remove cache
7844 entries if needed.
7845
7846 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7847
7848 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7849 condition-case to only the forward-sexp call.
7850
7851 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7852
7853 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7854 quotes contained. Make it more robust regardless by an extra
7855 condition-case wrapper.
7856
7857 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7858
7859 * nnml.el (nnml-request-expire-articles): Check if the function set to
7860 `nnmail-expiry-target' returns the symbol `delete'.
7861
7862 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7863
7864 * nnmail.el (nnmail-expiry-target): Fix custom type.
7865
7866 2008-10-02 Glenn Morris <rgm@gnu.org>
7867
7868 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7869 Silence compiler warning.
7870
7871 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7872
7873 * mml.el (mml-menu): Don't assume mml2015 is bound.
7874
7875 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7878 exists.
7879
7880 2008-09-27 Glenn Morris <rgm@gnu.org>
7881
7882 * gnus-util.el (mail-header-remove-comments): Autoload it.
7883
7884 2008-09-27 Andreas Schwab <schwab@suse.de>
7885
7886 * gnus-util.el (gnus-split-references): Strip comments.
7887 (gnus-parent-id): Likewise.
7888
7889 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7890
7891 * message.el (message-confirm-send): Fix version.
7892
7893 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7894
7895 * message.el (message-idna-to-ascii-rhs-1): Use
7896 mail-extract-address-components rather than mail-header-parse-addresses
7897 that is an alias by default to ietf-drums-parse-addresses that does not
7898 support non-ASCII names in headers' contents.
7899
7900 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7901
7902 * message.el (message-confirm-send): Fix variable documentation to
7903 avoid the "y/n" wording.
7904
7905 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7906
7907 * message.el (message-set-auto-save-file-name): Save to a different
7908 filename so multiple messages (especially drafts) can be recovered.
7909
7910 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7911
7912 * message.el (message-confirm-send): Add appropriate version.
7913
7914 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7915
7916 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7917 defvar.
7918
7919 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7920
7921 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7922 (mm-pkcs7-enveloped-magic): Ditto.
7923
7924 2008-09-17 Simon Josefsson <simon@josefsson.org>
7925
7926 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7927 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7928
7929 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7930
7931 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7932 default, it's better.
7933
7934 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7935
7936 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7937 summary line gnus-number property and ignore them (with a warning
7938 message).
7939
7940 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7941
7942 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7943 macro caddr in the interactive form since it won't be expanded.
7944
7945 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7946
7947 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7948 `charset'; fix name of function called recursively.
7949 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7950
7951 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7952
7953 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7954 (gnus-mime-set-charset-parameters): New function.
7955 (gnus-mime-view-part-as-charset): Use it to correctly display part
7956 specifying wrong charset.
7957
7958 2008-09-08 David Engster <dengste@eml.cc>
7959
7960 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7961 in completing-read for back end server.
7962
7963 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7964
7965 * message.el (message-confirm-send): New variable to confirm sending a
7966 message.
7967 (message-send): Use it.
7968
7969 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7970
7971 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7972
7973 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7974
7975 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7976
7977 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7978
7979 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7980 prevent tracking too many groups.
7981 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7982 Use it.
7983
7984 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7985
7986 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7987 moving point to the bottom of the window in order to avoid recentering.
7988
7989 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7990
7991 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7992 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7993 (gnus-article-beginning-of-window): Fix calculation.
7994
7995 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7996
7997 * gnus-msg.el (gnus-summary-supersede-article)
7998 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7999 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8000 message header.
8001
8002 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8003
8004 * message.el:
8005 * gnus-start.el:
8006 * gnus-registry.el: Remove VMS support.
8007
8008 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8009
8010 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8011 macro.
8012 (rfc2104-hash): Use it.
8013
8014 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8015
8016 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8017 (gnus-summary-sort-by-most-recent-date): New commands.
8018 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8019 and menu entries.
8020
8021 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8022
8023 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8024 don't redisplay article for raw contents; remove plural articles stuff.
8025
8026 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8027 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8028 on gnus-summary-save-article; display results properly.
8029
8030 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8031
8032 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8033
8034 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8035
8036 * gnus-art.el (gnus-summary-save-in-pipe):
8037 Consider gnus-save-all-headers.
8038
8039 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8040
8041 * gnus-util.el (ns-focus-frame): Remove declaration.
8042 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8043 like x.
8044
8045 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8046
8047 * rfc2104.el (rfc2104-zero): Delete defconst.
8048 (rfc2104-hex-alist): Likewise.
8049 (rfc2104-hex-to-int): Delete func.
8050 (rfc2104-hexstring-to-bitstring): Likewise.
8051 (rfc2104-nybbles): New defconst.
8052 (rfc2104-hash): Rewrite for speed.
8053
8054 2008-07-16 Glenn Morris <rgm@gnu.org>
8055
8056 * gnus-util.el (ns-focus-frame): Declare for compiler.
8057
8058 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8059
8060 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8061 set as a group parameter.
8062 (gnus-summary-save-in-pipe): Work when it is called independently.
8063 (gnus-summary-pipe-to-muttprint): Don't modify
8064 gnus-summary-pipe-output-default-command.
8065
8066 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8067
8068 * message.el (message-send-mail-with-sendmail):
8069 Display the error message.
8070
8071 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8072
8073 * gnus-art.el (gnus-default-article-saver):
8074 Add gnus-summary-save-in-pipe to choices.
8075 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8076 gnus-summary-pipe-output-default-command as the default command.
8077 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8078 instead of gnus-last-shell-command.
8079
8080 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8081 New user option.
8082 (gnus-summary-muttprint-program): Mention the value will be changed.
8083 (gnus-summary-save-article): Force showing of all headers.
8084 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8085
8086 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8087
8088 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8089
8090 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8091
8092 * nnimap.el (nnimap-id):
8093 * sieve-manage.el (sieve-manage-open): Doc fixes.
8094
8095 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8096
8097 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8098 if available.
8099
8100 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8103
8104 * nnkiboze.el (nnkiboze-generate-group):
8105 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8106
8107 * nnmairix.el: Require CL.
8108
8109 2008-06-15 David Engster <dengste@eml.cc>
8110
8111 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8112
8113 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8114
8115 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8116 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8117 runtime choice under XEmacs.
8118
8119 * gnus-sum.el (gnus-summary-set-display-table):
8120 Use `gnus-put-display-table', `gnus-get-display-table',
8121 `gnus-set-display-table' for the display table, instead of `aset'.
8122
8123 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8124
8125 * nnmairix.el: Add autoloads.
8126
8127 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8128
8129 * nnmairix.el (nnmairix-delete-recreate-group)
8130 (nnmairix-update-and-clear-marks): Fix error messages.
8131
8132 2008-06-14 David Engster <dengste@eml.cc>
8133
8134 * nnmairix.el: Upgrade to version 0.6.
8135 (nnmairix-group-toggle-propmarks-this-group)
8136 (nnmairix-group-toggle-readmarks-this-group)
8137 (nnmairix-group-delete-recreate-this-group)
8138 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8139 (nnmairix-remove-tick-mark-original-article): New commands.
8140 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8141 (nnmairix-propagate-marks-to-nnmairix-groups)
8142 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8143 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8144 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8145 functions needed for marks propagation and manipulation of read marks.
8146 (nnmairix-update-groups): New function.
8147 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8148 (nnmairix-determine-original-group-from-registry)
8149 (nnmairix-determine-original-group-from-path)
8150 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8151 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8152 New helper functions.
8153 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8154 keystrokes for new commands.
8155 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8156 (nnmairix-request-group): Check allow-fast group parameter.
8157 (nnmairix-request-create-group): Set allow-fast group parameter if
8158 nnmairix-allowfast-default is set.
8159 (nnmairix-close-group): Propagate marks upon closing if needed.
8160 (nnmairix-group-toggle-threads-this-group): Use new.
8161 nnmairix-group-toggle-parameter helper function.
8162 (nnmairix-search): Better check for empty search result.
8163 (nnmairix-goto-original-article): Use new helper functions for
8164 determining original article.
8165 (nnmairix-show-original-article): Make sure message-id is in brackets.
8166 (nnmairix-call-mairix-binary): Change variable name.
8167 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8168 helper function.
8169 (nnmairix-widget-toggle-activate): Fix doc string.
8170
8171 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8172
8173 * nnir.el: Require edmacro when compiling with XEmacs.
8174 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8175 available in Emacs 21.
8176
8177 2008-06-11 Glenn Morris <rgm@gnu.org>
8178
8179 * gnus-util.el (x-focus-frame):
8180 * gnus.el (image-size):
8181 * mm-decode.el (image-size): Declare.
8182
8183 * gnus-picon.el (declare-function): Add compat definition.
8184 (image-size): Declare.
8185
8186 * gnus-group.el (tool-bar-map):
8187 * gnus-sum.el (tool-bar-map): Define for compiler.
8188
8189 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8190
8191 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8192
8193 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8194 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8195 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8196 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8197 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8198 * sieve-manage.el, spam-report.el, spam.el:
8199 Remove unnecessary eval-and-compile of autoloads.
8200
8201 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8202
8203 * auth-source.el: Precise Tramp doc.
8204
8205 2008-06-07 Glenn Morris <rgm@gnu.org>
8206
8207 * nnmairix.el: Remove unnecessary eval-when-compile.
8208
8209 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8210
8211 * nnir.el: New file.
8212
8213 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * gnus-util.el (gnus-read-shell-command): New function.
8216 * mm-decode.el (mm-pipe-part):
8217 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8218
8219 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8220
8221 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8222
8223 2008-06-03 Glenn Morris <rgm@gnu.org>
8224
8225 * pop3.el (nnheader-accept-process-output): Autoload it.
8226
8227 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8228
8229 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8230 are not 2-digit hexadecimal characters that follow `%'s.
8231
8232 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8233
8234 * message.el (message-bogus-recipient-p): Fix type in doc string.
8235 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8236 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8237 Improve custom options.
8238 (message-bogus-recipient-p): Adjust accordingly.
8239
8240 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8241
8242 * nnmairix.el: Require edmacro when compiling with XEmacs.
8243
8244 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8245
8246 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8247 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8248
8249 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8250
8251 * auth-source.el: Add more docs.
8252
8253 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8254
8255 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8256 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8257 retrieval faster in some cases, but might make CPU usage larger.
8258 If this has any bad side effects, we might revert this change.
8259
8260 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8261 seems to make mail retrieval much, much faster.
8262 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8263 unconditionally.
8264
8265 * gnus-draft.el (gnus-group-send-queue):
8266 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8267
8268 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8269
8270 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8271
8272 * message.el (message-bogus-address-regexp): Fix and improve custom
8273 type.
8274 (message-setup-hook): Add message-check-recipients as custom option.
8275
8276 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8277
8278 * message.el (message-cite-function): Remove bogus autoload which crept
8279 in during merge from v5-10.
8280
8281 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8282
8283 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8284
8285 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8286
8287 * auth-source.el: Preliminary Tramp docs.
8288 (auth-sources): Change the default auth-sources to use
8289 EPA .gpg files.
8290
8291 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8292
8293 * nntp.el: Autoload `auth-source-user-or-password'.
8294 (nntp-send-authinfo): Use it.
8295
8296 * nnimap.el: Autoload `auth-source-user-or-password'.
8297 (nnimap-open-connection): Use it.
8298
8299 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8300 for the gnus-message function.
8301 (auth-source-user-or-password): Use it.
8302
8303 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8306 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8307 (rfc2104-hash): Use it.
8308
8309 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8310
8311 * gnus-art.el (gnus-article-toggle-truncate-lines):
8312 Don't use `iff' in docstring.
8313
8314 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8315
8316 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8317
8318 * gnus-util.el (gnus-extract-address-component-name)
8319 (gnus-extract-address-component-email): Convenience functions around
8320 `gnus-extract-address-components'.
8321
8322 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8323 Use `gnus-extract-address-component-email' to fix bug of comparing full
8324 sender name to `user-mail-address'.
8325
8326 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8327
8328 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8329 catch/throw to optimize.
8330 (gnus-registry-find-keywords): Just use member to find a keyword.
8331
8332 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8335 is current before calling gnus-server-prepare.
8336 (gnus-server-setup-buffer, gnus-server-update-server)
8337 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8338
8339 2008-05-04 Juri Linkov <juri@jurta.org>
8340
8341 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8342 (mailcap-file-default-commands): Use mailcap-replace-in-string
8343 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8344 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8345
8346 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8347
8348 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8349
8350 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8351
8352 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8353 hooks.
8354 (gnus-update-read-articles): Speed up non-marks-using users.
8355 (gnus-use-marks): Define gnus-use-marks.
8356 (gnus-propagate-marks): Rename variable to something more sensible.
8357
8358 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8359
8360 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8361 (gmm-image-load-path-for-library): Fix typos in docstrings.
8362 (gmm-message): Reflow docstring.
8363
8364 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8365
8366 * mail-source.el (mail-source-set-1, mail-source-bind):
8367 Move auth-source code out of the macro to clean it up and fix bugs.
8368
8369 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8370
8371 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8372 by sender if it's equal to user-mail-address, it's likely to be
8373 useless.
8374
8375 * mail-source.el (mail-source-bind): Don't use user or password if they
8376 are not bound. Unintern them if they are nil. Don't use server unless
8377 it's bound, and default it to empty string otherwise.
8378
8379 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8380
8381 * mail-source.el: Load auth-source.el.
8382 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8383 get user name or password, if auth-sources is set up.
8384
8385 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8386 strategy of splitting with parent.
8387 (gnus-registry-split-fancy-with-parent)
8388 (gnus-registry-post-process-groups): Use it and fix prior
8389 bug (returning a list as the split result).
8390
8391 * auth-source.el (auth-sources): Remove server parameter.
8392 (auth-source-pick, auth-source-user-or-password)
8393 (auth-source-user-or-password-imap)
8394 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8395 (auth-source-user-or-password-sftp)
8396 (auth-source-user-or-password-smtp): Remove server parameter.
8397
8398 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8399
8400 * smime.el (smime-sign-region, smime-encrypt-region)
8401 (smime-decrypt-region):
8402 Remove redundant calls to `generate-new-buffer-name'.
8403
8404 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8405
8406 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8407 Don't use QP for message/rfc822.
8408 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8409
8410 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * sieve-manage.el (sieve-string-bytes): Remove.
8413 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8414 correct byte-length only if the process's coding-system is the same as
8415 the one used internally by Emacs to represent strings.
8416
8417 2008-04-22 Juri Linkov <juri@jurta.org>
8418
8419 * mailcap.el (mailcap-file-default-commands): New function.
8420
8421 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8422
8423 * message.el (message-signature-separator, message-cite-function):
8424 Change custom version.
8425
8426 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8427
8428 * mm-decode.el (mm-display-external): Make temp file read-only.
8429
8430 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8431
8432 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8433 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8434 `C-c C-f d'.
8435
8436 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8437
8438 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8439
8440 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8441
8442 * auth-source.el: Add docs.
8443 (auth-sources): Modify format to support server.
8444 (auth-source-pick, auth-source-user-or-password)
8445 (auth-source-user-or-password-imap)
8446 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8447 (auth-source-user-or-password-sftp)
8448 (auth-source-user-or-password-smtp): Add server parameter.
8449
8450 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8451
8452 * gnus-registry.el: Initialize the registry when gnus-registry-install
8453 is t.
8454
8455 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8456
8457 * compface.el (uncompface): Make buffer unibyte.
8458
8459 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * mail-source.el (mail-source-value):
8462 Prefer fboundp to functionp so it works with macros as well.
8463
8464 2008-04-05 Glenn Morris <rgm@gnu.org>
8465
8466 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8467
8468 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8471 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8472
8473 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8474 multibyteness after rather than before erasing it.
8475
8476 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8477 mm-with-multibyte.
8478 (gnus-request-article-this-buffer): Make sure the proper decoding is
8479 used if gnus-original-article-buffer happens to be unibyte.
8480
8481 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8482 default-enable-multibyte-characters.
8483
8484 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8485 default-enable-multibyte-characters.
8486
8487 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8488
8489 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8490
8491 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8494 Fix last change in case the element is not even a symbol.
8495
8496 2008-04-02 Simon Josefsson <simon@josefsson.org>
8497
8498 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8499 imap-enable-exchange-bug-workaround.
8500 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8501
8502 2008-04-01 Simon Josefsson <simon@josefsson.org>
8503
8504 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8505 a 100 byte status-checks into a 2-3MB transfer for each group.
8506 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8507 to enable bug workaround or not.
8508 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8509
8510 2008-03-31 Glenn Morris <rgm@gnu.org>
8511
8512 * message.el (mml2015-use): Declare for compiler.
8513 (message-info): Require mml2015 when appropriate.
8514
8515 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8518 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8519 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8520 (nntp-service-to-port): New function.
8521 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8522 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8523 (nntp-open-netcat-stream): New function.
8524 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8525
8526 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8527
8528 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8529
8530 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8533
8534 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8535
8536 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8537
8538 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8539
8540 * message.el (message-signature-separator): Change default.
8541 Improve custom type.
8542 (message-cite-function): Change default to
8543 message-cite-original-without-signature.
8544
8545 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8546 toggle.
8547
8548 * message.el (message-check-news-body-syntax): Fix signature check.
8549 (message-setup-1): Mark buffer as unmodified _after_ running
8550 message-setup-hook and handling message-alternative-emails.
8551 (message-shorten-references): Be more strict when building list of
8552 valid references to comply with GNKSA.
8553
8554 * gnus-group.el (gnus-read-ephemeral-bug-group)
8555 (gnus-read-ephemeral-debian-bug-group)
8556 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8557
8558 * message.el (message-info): Don't use booleanp which isn't supported
8559 in Emacs 21 and XEmacs.
8560
8561 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8562
8563 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8564 gnus-group-gmane-group-download-format.
8565 (gnus-group-read-ephemeral-gmane-group): Rename from
8566 gnus-group-read-ephemeral-gmane-group.
8567 (gnus-read-ephemeral-gmane-group-url): Rename from
8568 gnus-group-read-ephemeral-gmane-group-url.
8569 (gnus-bug-group-download-format-alist): New variable.
8570 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8571 (gnus-read-ephemeral-emacs-bug-group): New commands.
8572
8573 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8574
8575 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8576 (gnus-visible-headers): Improve custom type.
8577
8578 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8579
8580 * mml.el (mml-menu): Add workarounds for XEmacs.
8581
8582 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8583 X-Boundary header.
8584
8585 * message.el (message-simplify-recipients): Fix previous commit.
8586
8587 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * mm-util.el (mm-set-buffer-multibyte): New function.
8590 * mm-decode.el (mm-copy-to-buffer): Use it.
8591
8592 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8593 Prefer fboundp to functionp so it works with macros as well.
8594
8595 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8596
8597 * message.el (message-alter-recipients-discard-bogus-full-name):
8598 New function.
8599 (message-alter-recipients-function): New variable.
8600 (message-get-reply-headers): Use it.
8601 (message-replace-header): New helper function.
8602 (message-recipients-without-full-name): New variable.
8603 (message-simplify-recipients): New command.
8604
8605 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8606
8607 * message.el (message-info): Handle EasyPG manual.
8608
8609 * mml.el (mml-menu): Add entry for EasyPG.
8610
8611 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8612
8613 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8614 parameter.
8615
8616 * message.el (message-disassociate-draft): Specify drafts group name
8617 fully.
8618
8619 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8620
8621 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8622 Eliminate unnecessary duplicates from the match list.
8623
8624 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8625
8626 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8627 args of `how-many' of which the XEmacs version doesn't take; declare
8628 Info-index-next as function.
8629
8630 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8631
8632 * gnus-score.el (gnus-score-headers): Fix handling of
8633 gnus-inhibit-slow-scoring.
8634
8635 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8636 string.
8637 (gnus-button-url-regexp): Improve handling of parenthesis.
8638 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8639 (gnus-button-handle-info-keystrokes): Handle index entries.
8640
8641 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8642
8643 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8644 Incoming* files.
8645
8646 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8647
8648 * auth-source.el (auth-sources): Rename from auth-source-choices.
8649 (auth-source-pick): Use it.
8650
8651 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8652
8653 * auth-source.el (auth-source-protocols)
8654 (auth-source-protocols-customize, auth-source-choices): Add and
8655 modified variable customizations and defaults.
8656 (auth-source-pick, auth-source-user-or-password)
8657 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8658 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8659 (auth-source-user-or-password-sftp)
8660 (auth-source-user-or-password-smtp): Use new variables and provide an
8661 interface to netrc.el.
8662
8663 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8664
8665 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8666 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8667 Make sure the nntp port to specify is a string.
8668
8669 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * nntp.el: Use with-current-buffer.
8672 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8673 dubious mm-with-unibyte-current-buffer.
8674 (nntp-with-open-group-function): New function extracted from
8675 nntp-with-open-group macro.
8676 (nntp-with-open-group): Use the function, so it's easier to debug.
8677 Add indentation and debugging info.
8678 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8679 Recommend the use of the netcat alternatives.
8680
8681 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8682 Avoid mm-string-as-multibyte as well.
8683
8684 * nnweb.el (nnweb-insert-html):
8685 Remove use of nnheader-string-as-multibyte.
8686
8687 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8688 (nnheader-string-as-multibyte): Remove.
8689
8690 * mm-view.el: Use inhibit-read-only.
8691 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8692 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8693 or unibyte-string.
8694
8695 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8696 (mm-uu-yenc-extract): Use with-current-buffer.
8697
8698 * gnus-soup.el (gnus-soup-send-packet): Don't use
8699 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8700
8701 * nnmh.el: Use with-current-buffer.
8702 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8703 mm-string-as-multibyte on the output of mm-encode-coding-string.
8704
8705 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8706 (nnimap-request-move-article): Use with-current-buffer.
8707
8708 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8709 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8710 conversion uses string-make-unibyte rather than string-as-unibyte.
8711
8712 * gnus-msg.el: Use with-current-buffer.
8713
8714 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8715
8716 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8717
8718 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8719 string for caching if it is 'PIN.
8720
8721 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8722
8723 * mail-source.el (mail-source-delete-old-incoming-confirm):
8724 Change default to nil.
8725 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8726
8727 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8728
8729 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8730 (gnus-article-goto-prev-page): Work for articles having ^L's.
8731
8732 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8733
8734 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8735
8736 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8737
8738 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8739 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8740 (gnus-bookmark-jump): Adjust some variable names.
8741
8742 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8743
8744 * auth-source.el: New package.
8745 (auth-source-choices): Add customization entry point variable.
8746
8747 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8748 bug.
8749
8750 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8751
8752 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8753 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8754 (gnus-registry-install-shortcuts): Rename from
8755 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8756 the `gnus-registry-mark-map' keymap dynamically from
8757 `gnus-registry-marks'. The generated functions update the summary line
8758 when a registry mark is added or deleted, and will call
8759 `gnus-registry-install-p' (see the comments in the code).
8760 (gnus-registry-user-format-function-M): Use concat intelligently.
8761
8762 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8763 the registry mark functions.
8764
8765 2008-03-05 Glenn Morris <rgm@gnu.org>
8766
8767 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8768 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8769 gnus-art.
8770 (top-level): No need to load own source when compiling.
8771
8772 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8773
8774 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8775 Suggested by <chris.anderton@zetnet.co.uk>.
8776
8777 2008-03-04 Glenn Morris <rgm@gnu.org>
8778
8779 * gnus-sum.el (top-level): No need to require gnus when compiling,
8780 since unconditionally required near start of file.
8781 (gnus-summary-display-while-building): Move definition before use.
8782
8783 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8784
8785 * gnus-registry.el (gnus-registry-user-format-function-M):
8786 Add formatting function.
8787
8788 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8789
8790 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8791 with plists.
8792 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8793 Use new format.
8794
8795 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8796
8797 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8798 `where-is-internal' that returns a range of key sequences.
8799
8800 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8803
8804 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8805 (gnus-summary-jump-to-group): Consider windows on other displayed
8806 frames as well. Similar changes might be needed elsewhere, but that's
8807 the one I've bumped into during my use.
8808
8809 * nndoc.el (nndoc-oe-dbx-type-p):
8810 * gnus-msg.el (gnus-debug):
8811 * gnus-group.el (gnus-update-group-mark-positions):
8812 Use mm-string-to-multibyte.
8813
8814 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8815
8816 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8817 doesn't handle NotDashEscaped.
8818
8819 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8820 (mml-dnd-attach-options): Fix typo in custom choice.
8821
8822 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8823 Change nndoc-article-type to mbox.
8824 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8825
8826 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8827 to nil, instead of html2text.
8828
8829 * imap.el (imap-debug): Add `imap-ping-server'.
8830
8831 * gnus-bookmark.el: Add FIXMEs.
8832
8833 * message.el (message-form-letter-separator)
8834 (message-send-form-letter-delay): New variables.
8835 (message-send-form-letter): Use them. New command to send form
8836 letters. Requested by Uwe Siart.
8837 (message-send-mail-function): Doc fix. Add "Other" custom option.
8838
8839 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8840
8841 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8842 empty author.
8843
8844 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8845
8846 * gnus-registry.el (gnus-registry-marks): Add variable for
8847 customization of marks and their appearance.
8848 (gnus-registry-read-mark): Use it.
8849 (gnus-registry-do-marks): Add utility function to loop through
8850 `gnus-registry-marks'.
8851 (gnus-registry-install-shortcuts-and-menus): Add function to install
8852 shortcuts and menus.
8853 (gnus-registry-initialize): Use it.
8854 (gnus-registry-default-mark): Clarify documentation.
8855
8856 2008-02-29 Glenn Morris <rgm@gnu.org>
8857
8858 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8859 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8860 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8861 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8862 Change defcustom :version from 23.0 to 23.1.
8863
8864 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8865
8866 * gnus-registry.el (gnus-registry-follow-group-p)
8867 (gnus-registry-post-process-groups): Add functions to aid registry
8868 splitting and improve logging. Clarify behavior in function
8869 documentation.
8870 (gnus-registry-split-fancy-with-parent): Use them.
8871
8872 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8873
8874 * gnus-art.el: Use with-current-buffer.
8875
8876 2008-02-27 David Engster <dengste@eml.cc>
8877
8878 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8879 Express real group name in the response.
8880
8881 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8882
8883 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8884 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8885 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8886 autoload gnus-registry-fetch-group when compiling.
8887 (nnmairix-request-group-with-article-number-correction):
8888 Remove unreferenced argument passed to nnmairix-call-backend.
8889
8890 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8891
8892 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8893 (mm-uu-extract): Improve face for low color ttys.
8894 Reported by Sascha Wilde.
8895
8896 2008-02-27 Glenn Morris <rgm@gnu.org>
8897
8898 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8899 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8900 variables to defconsts. Convert comments to doc-strings.
8901 (nnmairix-last-server, nnmairix-current-server): Convert from free
8902 variables to defvars. Convert comments to doc-strings.
8903 (gnus-registry-fetch-group): Autoload.
8904 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8905 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8906 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8907 caddr.
8908 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8909 nnmairix-request-group-with-article-number-correction call.
8910 (nnmairix-fast, nnmairix-group): New, less general names, for free
8911 variables passed from nnmairix-request-group to
8912 nnmairix-request-group-with-article-number-correction. Declare.
8913 (nnmairix-request-group-with-article-number-correction):
8914 Use nnmairix-fast, nnmairix-group rather than fast, group.
8915
8916 2008-02-26 David Engster <dengste@eml.cc>
8917
8918 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8919 version 0.5.
8920
8921 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8922
8923 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8924 instead of making an extra function call. Don't add the current group
8925 to articles only when they have the group. Use
8926 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8927 Reported by David <de_bb@arcor.de>.
8928
8929 2008-02-24 Miles Bader <miles@gnu.org>
8930
8931 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8932 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8933 (mm-find-mime-charset-region):
8934 * mm-bodies.el (mm-encode-body):
8935 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8936
8937 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8938
8939 * mail-source.el (mail-source-delete-incoming): Change default.
8940 Supplement doc string.
8941
8942 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8943
8944 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8945
8946 * nnmail.el (nnmail-message-id-cache-file): Derive from
8947 `gnus-home-directory'.
8948
8949 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8950
8951 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8952 Document negative prefix.
8953
8954 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8955
8956 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8957
8958 * message.el (message-unsent-separator): Add the Exim bounce
8959 separator.
8960
8961 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8962
8963 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8964 list.
8965 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8966 recipient/signer list.
8967
8968 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8969
8970 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8971 fbound (Emacs 23 unicode), signal an error.
8972
8973 2008-02-08 Glenn Morris <rgm@gnu.org>
8974
8975 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8976
8977 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8978
8979 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8980 ports to the calls to `netrc-machine-user-or-password' in addition to
8981 "imap" and "imaps".
8982
8983 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8984
8985 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8986 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8987 <hanche@math.ntnu.no>.
8988
8989 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8992
8993 2008-02-01 Zhang Wei <id.brep@gmail.com>
8994
8995 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8996
8997 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8998
8999 2008-02-01 Miles Bader <miles@gnu.org>
9000
9001 * mml.el (mml-parse-1): Remove apparently vestigial use of
9002 `mm-hack-charsets'.
9003 * mm-bodies.el (mm-encode-body): Likewise.
9004
9005 2008-02-01 Kenichi Handa <handa@m17n.org>
9006
9007 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9008 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9009 (rfc2104-hash): Convert the result of concat to unibyte string.
9010
9011 2008-02-01 Dave Love <fx@gnu.org>
9012
9013 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9014 coding-system-for-read.
9015 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9016
9017 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9018 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9019 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9020
9021 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9022
9023 * mail-source.el (mail-sources): Add `group' choice.
9024
9025 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9026 parameter `in-group' to control into which group the articles go.
9027 Add treatment of `group' mail-source.
9028
9029 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9030
9031 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9032 * message.el (message-beginning-of-line): Use featurep instead of bound
9033 tests in order to resolve conditionals at compile time.
9034
9035 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9036
9037 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9038
9039 * mm-decode.el (mm-dissect-buffer): Decode description.
9040
9041 * mml.el (mml-to-mime): Encode message header first.
9042
9043 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9044
9045 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9046 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9047
9048 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9049
9050 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9051
9052 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9053
9054 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9055 prefix keys.
9056 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9057 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9058 gnus-xmas.el.
9059
9060 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9061
9062 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9063 Add new variables for article mark management.
9064 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9065 list of extra data entries which, when present, will indicate that the
9066 article ID should not be trimmed from the registry.
9067 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9068 functions.
9069 (gnus-registry-read-mark): New function to read a mark name from the
9070 user.
9071 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9072 (gnus-registry-set-article-mark-internal): New functions to add and
9073 remove marks.
9074 (gnus-registry-get-article-marks): New function to show the marks for
9075 an article, or retrieve them for further use.
9076
9077 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9078
9079 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9080 keys when no argument is given.
9081
9082 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9083
9084 * gnus-sum.el (gnus-article-sort-by-random)
9085 (gnus-thread-sort-by-random): Fix doc strings.
9086 Reported by jidanni@jidanni.org.
9087
9088 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9089
9090 * gnus-art.el (gnus-article-describe-bindings): New function.
9091 (gnus-article-read-summary-keys): Use it.
9092 (gnus-article-mode-map): Bind `C-h b' to it.
9093
9094 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9095
9096 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9097 XEmacs.
9098 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9099 Protect against non-character events.
9100
9101 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9102
9103 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9104 New command.
9105 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9106 instead of END. Change name of the temp file.
9107 (gnus-group-gmane-group-download-format): Add doc string. Make it
9108 customizable.
9109
9110 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9111
9112 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9113 bind `S W' to gnus-article-wide-reply-with-original; set default
9114 binding to gnus-article-read-summary-send-keys.
9115 (gnus-article-read-summary-keys): Fix the order of keys; display
9116 continuation keys correctly in the echo area; describe bindings
9117 correctly when keys end with `C-h'.
9118 (gnus-article-read-summary-send-keys): New function.
9119 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9120 Work for gnus-article-read-summary-send-keys; display continuation keys
9121 correctly in the echo area.
9122 (gnus-article-reply-with-original): Ignore prefix argument.
9123 (gnus-article-wide-reply-with-original): New function.
9124
9125 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9126
9127 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9128 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9129
9130 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9131
9132 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9133 (gnus-group-read-ephemeral-gmane-group): New command.
9134
9135 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9136
9137 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9138
9139 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9140
9141 * message.el (message-send-mail-function): Increase custom version.
9142
9143 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9144 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9145
9146 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9147
9148 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9149 html parts correctly; support forwarded messages.
9150 (gnus-article-browse-html-article): Remove work buffers.
9151
9152 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9153 compiling.
9154 (netrc-bound-and-true-p): New macro.
9155 (netrc-parse): Use it instead of bound-and-true-p that is not available
9156 in XEmacs 21.4.
9157
9158 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9159
9160 * gnus-registry.el (gnus-registry-mark-article)
9161 (gnus-registry-article-marks): Add functionality to mark articles
9162 through the Gnus registry.
9163
9164 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9165 (netrc-parse): Use encrypt-file-alist to determine if
9166 encrypt-find-model or encrypt-insert-file-contents should be used.
9167
9168 2007-12-19 Glenn Morris <rgm@gnu.org>
9169
9170 * mml.el (message-options-set, message-narrow-to-head)
9171 (message-in-body-p, message-mail-p, message-encode-message-body):
9172 Autoload.
9173 (message-remove-header, message-narrow-to-headers-or-head)
9174 (message-subscribed-p, message-make-mail-followup-to)
9175 (message-position-on-field, message-news-p)
9176 (message-options-set-recipient, message-generate-headers)
9177 (message-sort-headers): Declare as functions.
9178
9179 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9180
9181 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9182 convention in doc string.
9183
9184 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9185
9186 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9187 title to html parts.
9188 (gnus-article-browse-html-article): Pass message header to it.
9189
9190 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9191
9192 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9193
9194 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9195 or password compatible with XEmacs.
9196
9197 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9198
9199 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9200 format document.
9201 (gnus-mime-delete-part): Don't write description line if empty.
9202 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9203
9204 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9205
9206 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9207 (gnus-summary-mark-read-and-unread-as-read)
9208 (gnus-summary-mark-current-read-and-unread-as-read)
9209 (gnus-summary-mark-unread-as-ticked): Doc fix.
9210 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9211
9212 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9213
9214 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9215 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9216
9217 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9218
9219 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9220 yes-or-no-p.
9221
9222 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * mm-decode.el (mm-add-meta-html-tag): New function.
9225 (mm-save-part-to-file, mm-pipe-part): Use it.
9226
9227 * gnus-art.el (gnus-article-browse-delete-temp-files):
9228 Use gnus-y-or-n-p instead of y-or-n-p.
9229 (gnus-article-browse-html-parts): Work with message/external-body; use
9230 mm-add-meta-html-tag.
9231
9232 2007-12-11 Glenn Morris <rgm@gnu.org>
9233
9234 * gnus-cache.el: Require gnus-sum not just when compiling.
9235
9236 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9237
9238 * gnus-int.el (gnus-server-opened, gnus-status-message):
9239 Move definitions before use.
9240
9241 * mm-decode.el: Require gnus-util.
9242 (mm-remove-part): Only call delete-annotation on XEmacs.
9243
9244 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9245
9246 * nnmail.el: Require gnus-int.
9247
9248 * spam.el: Move `require's before `eval-when-compile's.
9249
9250 * gnus-ems.el (gnus-alive-p):
9251 * gnus-fun.el (message-goto-eoh):
9252 * gnus-util.el (gnus-group-name-decode):
9253 * mail-source.el (gnus-compress-sequence):
9254 * message.el (Info-goto-node, format-spec):
9255 * mm-bodies.el (message-options-get):
9256 * mm-decode.el (mm-view-pkcs7):
9257 * mm-util.el (gmm-write-region):
9258 * mml-smime.el (mml-compute-boundary)
9259 (gnus-completing-read-with-default):
9260 * mml.el (widget-button-press, gnus-make-hashtable):
9261 * mml1991.el (mm-decode-content-transfer-encoding)
9262 (mm-encode-content-transfer-encoding)
9263 (message-options-get, message-options-set):
9264 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9265 * nnfolder.el (gnus-request-group):
9266 * nnheader.el (ietf-drums-unfold-fws):
9267 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9268 * smime.el (gnus-run-mode-hooks):
9269 * spam-stat.el (gnus-message): Autoload.
9270
9271 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9272 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9273 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9274 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9275 Add declare-function compatibility definition.
9276
9277 * gnus-cache.el (nnvirtual-find-group-art):
9278 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9279 (gnus-add-image, gnus-add-wash-type):
9280 * gnus-group.el (nnkiboze-score-file):
9281 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9282 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9283 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9284 (message-tokenize-header, gnus-get-buffer-create)
9285 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9286 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9287 * gnus.el (gnus-group-decoded-name):
9288 * mail-source.el (imap-capability):
9289 * mm-bodies.el (message-options-set):
9290 * mm-decode.el (gnus-configure-windows):
9291 * mm-extern.el (message-goto-body):
9292 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9293 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9294 (epg-sub-key-validity, message-options-set):
9295 * mml.el (widget-event-point, gnus-configure-windows):
9296 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9297 * mml2015.el (epg-check-configuration, epg-configuration)
9298 (message-options-set):
9299 * nndb.el (nndb-request-article):
9300 * nnfolder.el (gnus-request-create-group):
9301 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9302 * nnmaildir.el (gnus-group-mark-article-read):
9303 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9304 * rfc1843.el (message-fetch-field):
9305 * spam.el (gnus-extract-address-components):
9306 Declare as functions.
9307
9308 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9309
9310 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9311
9312 2007-12-09 Glenn Morris <rgm@gnu.org>
9313
9314 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9315
9316 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9317 * message.el, mm-view.el, sieve-manage.el, smime.el:
9318 Add declare-function compatibility definition.
9319
9320 * gnus-art.el (w3-region, w3m-region, Info-menu):
9321 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9322 * gnus-sum.el (gnus-get-predicate):
9323 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9324 * message.el (mail-abbrev-in-expansion-header-p):
9325 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9326 (w3m-detect-meta-charset, w3m-region):
9327 * sieve-manage.el (password-read, password-cache-add)
9328 (password-cache-remove):
9329 * smime.el (password-read-and-add): Declare as functions.
9330
9331 2007-12-08 David Kastrup <dak@gnu.org>
9332
9333 * gnus-sum.el (gnus-summary-simplify-subject-query):
9334 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9335 `message'.
9336
9337 2007-12-07 Glenn Morris <rgm@gnu.org>
9338
9339 * gnus-art.el (article-make-date-line): Revert previous change.
9340
9341 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9342
9343 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9344
9345 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9346
9347 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9348 Call gnus-add-to-range ranges only once with a prepared article-list.
9349
9350 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9351
9352 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9353 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9354 group names with backslashes.
9355 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9356
9357 2007-12-06 Deepak Goel <deego3@gmail.com>
9358
9359 * gnus-art.el (article-make-date-line):
9360 * gnus-start.el (gnus-load):
9361 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9362
9363 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9364
9365 * gnus-art.el (gnus-use-idna)
9366 * gnus-start.el (gnus-site-init-file)
9367 * message.el (message-use-idna)
9368 * mm-uu.el (mm-uu-hide-markers)
9369 * smiley.el (smiley-style): Revert changes that suppress warnings.
9370
9371 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9372
9373 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9374 specify charset to html source.
9375 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9376
9377 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9378
9379 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9380 idna-program in order to suppress byte compile warning issued by XEmacs
9381 that came to byte compile the default value section of defcustom forms
9382 recently.
9383
9384 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9385 value of installation-directory.
9386
9387 * message.el (message-use-idna): Don't directly refer to the value of
9388 idna-program.
9389
9390 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9391
9392 * smiley.el (smiley-style): Don't directly call face-attribute.
9393
9394 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9395
9396 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9397
9398 * gnus-dired.el: Reduce Gnus dependencies.
9399 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9400 Don't require. Use autoloads instead.
9401 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9402 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9403 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9404 (gnus-dired-mode): Adjust doc string.
9405 (gnus-dired-mail-mode): New variable.
9406 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9407 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9408 (gnus-dired-mail-buffers): New function. Return mail or message
9409 composition buffers.
9410 (gnus-dired-attach): Use it.
9411 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9412 NO-DECODE.
9413 (gnus-dired-print): Use `gnus-print-buffer' depending on
9414 `gnus-dired-mail-mode'.
9415
9416 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9417
9418 * rfc2047.el (rfc2047-encoded-word-regexp)
9419 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9420 explaining what regexp patterns are for.
9421
9422 2007-12-04 Glenn Morris <rgm@gnu.org>
9423
9424 * password.el: Move to ../password-cache.el.
9425
9426 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9427 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9428 * mml-smime.el (password-read, password-cache-add)
9429 (password-cache-remove):
9430 No need to autoload, since mml-sec requires password.
9431
9432 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9433 * message.el (gnus-extract-address-components):
9434 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9435
9436 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9437 password.
9438
9439 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9440
9441 * mailcap.el: Reduce dependencies.
9442 (mail-header-parse-content-type): Autoload.
9443 (mailcap-delete-duplicates): New alias.
9444 (mailcap-mime-info): Add optional argument NO-DECODE.
9445 (mailcap-mime-types): Use mailcap-delete-duplicates.
9446
9447 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9448
9449 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9450
9451 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9452 function.
9453
9454 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9455 (gnus-uu-yenc-article): New function.
9456
9457 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9458
9459 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9460
9461 2007-12-02 Glenn Morris <rgm@gnu.org>
9462
9463 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9464 Move to ../net.
9465
9466 * binhex.el, uudecode.el: Move to ../mail.
9467
9468 * encrypt.el: Remove file.
9469
9470 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9471
9472 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9473 matches on patches.
9474
9475 * gnus-art.el (gnus-article-browse-html-article):
9476 Mention `mm-text-html-renderer' in the doc string.
9477
9478 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9479 string. Add comments.
9480
9481 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9482 if rhs is ASCII.
9483
9484 2007-12-01 Glenn Morris <rgm@gnu.org>
9485
9486 * dig.el, dns.el: Move to ../net.
9487 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9488
9489 * mail-source.el (top-level): Require format-spec before
9490 eval-when-compile.
9491
9492 2007-11-30 Glenn Morris <rgm@gnu.org>
9493
9494 * encrypt.el: Require password, rather than autoloading password-read.
9495
9496 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9497
9498 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9499 caller can indicate whether the cache should be disregarded for this
9500 call. This way the result of the call is reproducible at all times and
9501 can be considered a canonical server name for the supplied method.
9502 (gnus-agent-method-p): Canonicalize server names by pushing their
9503 method through `gnus-method-to-server' using the no-cache argument.
9504
9505 * gnus-srvr.el (gnus-server-insert-server-line):
9506 Call `gnus-method-to-server' with `no-cache' argument.
9507
9508 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9509 gnus-agent-possibly-synchronize-flags as this should be called when the
9510 server is actually being opened.
9511 (gnus-agent-possibly-synchronize-flags)
9512 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9513 flags file of an agentized server to the latter function.
9514
9515 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9516 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9517 after a connection has been established successfully.
9518
9519 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9520
9521 * gnus-art.el (article-display-face): Force to display face if called
9522 interactively; check if gnus-article-x-face-too-ugly matches author.
9523 (article-display-x-face): Display face even if From header is missing
9524 as article-display-face does.
9525
9526 2007-11-28 Richard Stallman <rms@gnu.org>
9527
9528 * md4.el: Move to ../.
9529 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9530
9531 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9532
9533 * mail-source.el (mail-sources): Default to fetch from file for
9534 compatibility with default of nnmail-spool-file.
9535
9536 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9537
9538 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9539 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9540 to look for encoded word that should be encoded again.
9541 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9542 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9543 encoding pattern.
9544 (rfc2047-decode-region): Switch strict regexp and loose one according
9545 to rfc2047-allow-irregular-q-encoded-words.
9546
9547 2007-11-26 Simon Josefsson <simon@josefsson.org>
9548
9549 * imap.el: Move to ../net directory.
9550
9551 2007-11-25 Romain Francoise <romain@orebokech.com>
9552
9553 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9554
9555 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9556
9557 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9558 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9559
9560 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9561 `nnmail-spool-file'.
9562
9563 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9564 `nnmail-spool-file'.
9565
9566 * gnus-move.el (gnus-change-server): Ditto.
9567
9568 * gnus-kill.el (gnus-batch-score): Ditto.
9569
9570 * gnus-cache.el (gnus-jog-cache): Ditto.
9571
9572 * gnus-msg.el (gnus-summary-reply):
9573 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9574
9575 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9576
9577 * gnus-cache.el (gnus-cache-generate-nov-databases):
9578 Use nnml-generate-nov-databases-directory instead of
9579 nnml-generate-nov-databases-1.
9580
9581 2007-11-24 Glenn Morris <rgm@gnu.org>
9582
9583 * message.el (message-tool-bar-retro): Update for rename
9584 mail_send.xpm->mail-send.xpm.
9585
9586 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9587
9588 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9589 `smime-ldap-search' for Emacs 22 and up.
9590
9591 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9592
9593 * hashcash.el: Move to ../mail directory.
9594
9595 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9596
9597 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9598 `smime-ldap-search' for Emacs 22 and up.
9599
9600 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9603
9604 * message.el (message-send-mail-function): Fix error convention.
9605 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9606 (message-widen-reply, message-send-mail, message-talkative-question)
9607 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9608 (message-clone-locals, message-send-news): Use with-current-buffer.
9609 (message-insert-or-toggle-importance): Remove unused var `valid'.
9610 (message-make-references): Remove unused var `new-references'.
9611 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9612
9613 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9614
9615 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9616 (spam-split-symbolic-return-positive): Reflow docstring.
9617 (spam-backends, spam-summary-exit-behavior)
9618 (spam-mark-ham-unread-before-move-from-spam-group)
9619 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9620 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9621 (spam-clear-cache, spam-backend-check, spam-install-backend)
9622 (spam-install-statistical-backend, spam-list-of-processors)
9623 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9624 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9625 (spam-check-crm114, spam-initialize, spam-unload-hook):
9626 Fix typos in docstrings.
9627
9628 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9629
9630 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9631 been checked if they have never been read and those group levels are
9632 higher than the one that a user specified.
9633
9634 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9635
9636 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9637 foreign groups unless a group level is specified by a user.
9638 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9639
9640 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9641
9642 * message.el (message-send-mail-function): Require sendmail.
9643
9644 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9645
9646 * message.el (message-send-mail-function): Check for smtpmail too.
9647
9648 * utf7.el (utf7-encode, utf7-decode): Use coding system
9649 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9650
9651 * message.el (message-send-mail-function): New function.
9652 (message-send-mail-function): Set default using
9653 message-send-mail-function. Adjust doc string.
9654 (message-send-mail-with-mailclient): New function.
9655
9656 2007-11-17 Richard Stallman <rms@gnu.org>
9657
9658 * assistant.el: Remove file.
9659
9660 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9661
9662 * smime.el (from):
9663 * rfc2047.el (message-posting-charset):
9664 * qp.el (mm-use-ultra-safe-encoding):
9665 * pop3.el (parse-time-months):
9666 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9667 * nnml.el (files):
9668 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9669 (jka-compr-compression-info-list, ange-ftp-path-format)
9670 (efs-path-regexp):
9671 * nndiary.el (files):
9672 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9673 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9674 (epg-digest-algorithm-alist, inhibit-redisplay)
9675 (password-cache-expiry):
9676 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9677 (pgg-output-buffer, password-cache-expiry):
9678 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9679 (efs-path-regexp):
9680 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9681 (inhibit-redisplay):
9682 * mm-uu.el (file-name, start-point, end-point, entry)
9683 (gnus-newsgroup-name, gnus-newsgroup-charset):
9684 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9685 (latin-unity-ucs-list):
9686 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9687 (mm-uu-binhex-decode-function):
9688 * message.el (gnus-message-group-art, gnus-list-identifiers)
9689 (rmail-enable-mime-composing, gnus-local-organization)
9690 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9691 (gnus-read-active-file, facemenu-add-face-function)
9692 (facemenu-remove-face-function, gnus-article-decoded-p)
9693 (tool-bar-mode):
9694 * mail-source.el (display-time-mail-function):
9695 * gnus-util.el (nnmail-pathname-coding-system)
9696 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9697 (gnus-original-article-buffer, gnus-user-agent)
9698 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9699 (xemacs-codename, sxemacs-codename, emacs-program-version):
9700 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9701 * gnus-start.el (gnus-agent-covered-methods)
9702 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9703 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9704 (gnus-newsgroup-headers, gnus-group-list-mode)
9705 (gnus-group-mark-positions, gnus-newsgroup-data)
9706 (gnus-newsgroup-unreads, nnoo-state-alist)
9707 (gnus-current-select-method, mail-sources)
9708 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9709 (nnmail-spool-file, gnus-cache-active-hashtb):
9710 * gnus-mh.el (mh-lib-progs):
9711 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9712 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9713 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9714 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9715 (gnus-group-buffer):
9716 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9717 (font-lock-set-defaults):
9718 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9719 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9720 (gnus-summary-post-menu, total-parts, type, condition, length):
9721 * gnus-agent.el (gnus-agent-read-agentview):
9722 * flow-fill.el (show-trailing-whitespace):
9723 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9724 eval-and-compile wrappers for byte compiler pacifiers.
9725
9726 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9727 (mm-display-inline-fontify): Check for featurep 'xemacs not
9728 extent-list.
9729
9730 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9731 itimer-list.
9732 (mm-create-image-xemacs): Only do something for XEmacs.
9733 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9734
9735 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9736
9737 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9738 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9739
9740 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9741
9742 * nnimap.el (nnimap-split-download-body):
9743 * gnus-demon.el (gnus-demon):
9744 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9745
9746 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9747
9748 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9749 New macros.
9750 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9751 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9752 copy data from unibyte buffer to multibyte current buffer.
9753 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9754 to copy data from unibyte current buffer to multibyte buffer.
9755 (nntp-make-process-buffer): Make process buffer unibyte.
9756
9757 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9758
9759 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9760
9761 * pop3.el (pop3-open-server): Accept and process data more robustly at
9762 connexion start to avoid spurious "POP SSL connexion failed" errors.
9763
9764 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9765
9766 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9767 read group names.
9768
9769 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9770
9771 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9772
9773 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9774
9775 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9776 (nnmail-save-active): Use a unibyte buffer when saving active file,
9777 which may contain non-ASCII group names.
9778
9779 * nnml.el (nnml-request-group): Decode group names in messages.
9780
9781 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9782
9783 * message.el (message-citation-line-function)
9784 (message-insert-formatted-citation-line): Fix spelling of
9785 `message-insert-formated-citation-line'.
9786
9787 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9788
9789 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9790
9791 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9792
9793 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9794 nnmail-pathname-coding-system.
9795
9796 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9797 that a user enters; decode group names in messages.
9798
9799 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9800
9801 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9802
9803 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9804
9805 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9806
9807 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9808 risky local variable.
9809
9810 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9811
9812 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9813
9814 * encrypt.el: Improve documentation to fix function name typo.
9815 Reported by Daiki Ueno <ueno@unixuser.org>.
9816
9817 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9818
9819 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9820 even if the point is not in the last page of an article.
9821 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9822 back to the previous page.
9823
9824 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9825
9826 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9827
9828 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9829
9830 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9831
9832 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * message.el (message-check-news-body-syntax):
9835 Avoid mm-string-as-multibyte.
9836 (message-hide-headers): Don't assume (point-min)==1.
9837
9838 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9839
9840 * message.el (message-remove-blank-cited-lines): Fix if remove is
9841 given.
9842 (message-bogus-address-regexp): New variable.
9843 (message-bogus-recipient-p): New function.
9844 (message-check-recipients): New command.
9845 (message-syntax-checks): Add `bogus-recipient'.
9846 (message-fix-before-sending): Add `bogus-recipient'.
9847
9848 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9849 (gnus-treat-body-boundary): Don't test window-system.
9850
9851 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9852
9853 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9854
9855 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9856
9857 * gnus.el: Bump version to Gnus v5.13.
9858
9859 2007-10-28 Miles Bader <miles@gnu.org>
9860
9861 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9862 at compile-time too.
9863
9864 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9865
9866 * gnus-msg.el (gnus-message-setup-hook):
9867 Add `message-remove-blank-cited-lines' to options.
9868
9869 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9870
9871 * message.el (message-remove-blank-cited-lines): New function.
9872 Suggested by Karl Plästerer.
9873
9874 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9875
9876 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9877 mapc.
9878
9879 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9880 (top-level): Use mapc to set functions to be traced for debugging.
9881
9882 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9883 called for effect with while loop.
9884
9885 * message.el (message-talkative-question): Replace mapcar called for
9886 effect with mapc.
9887
9888 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9889 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9890 called for effect with dolist.
9891
9892 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9893
9894 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9895 gnus-extra-headers and nnmail-extra-headers.
9896
9897 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9898 called for effect with dolist.
9899 (top-level): Use mapc to set functions to be traced for debugging.
9900
9901 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9902 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9903 dolist.
9904
9905 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9906 Replace mapcar called for effect with mapc.
9907 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9908 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9909 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9910 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9911
9912 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9913 remove-if that's a cl function.
9914
9915 * webmail.el (webmail-debug): Replace mapcar called for effect with
9916 dolist.
9917
9918 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9919
9920 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9921 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9922 with while loop.
9923
9924 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9925 functions from article-* functions.
9926 (gnus-multi-decode-header): Replace mapcar called for effect with
9927 dolist.
9928
9929 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9930 (gnus-bookmark-show-details): Replace mapcar called for effect with
9931 while loop.
9932
9933 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9934 called for effect with while loop.
9935
9936 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9937 with dolist.
9938
9939 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9940 Replace mapcar called for effect with dolist.
9941
9942 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9943
9944 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9945 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9946 Replace mapcar called for effect with dolist.
9947 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9948 mapc.
9949
9950 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9951 Replace mapcar called for effect with dolist.
9952 (gnus-topic-list): Replace mapcar called for effect with mapc.
9953
9954 * gnus.el: Use mapc instead of mapcar to add autoloads.
9955
9956 2007-10-23 Richard Stallman <rms@gnu.org>
9957
9958 * gnus-group.el (gnus-group-highlight): Mark as risky.
9959
9960 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9961
9962 * gnus.el (gnus-server-to-method): Return method found first in
9963 gnus-newsrc-alist.
9964
9965 * gnus-art.el (gnus-article-highlight-signature)
9966 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9967 button overlay without the front stickiness.
9968
9969 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9970
9971 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9972 overview buffer needed a catch to receive its throw.
9973 (gnus-agent-flush-cache): Declare as interactive to make this function
9974 easier to use.
9975
9976 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9977
9978 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9979 `next-line'.
9980
9981 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9982
9983 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9984 exclude address matching message-dont-reply-to-names.
9985
9986 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9987
9988 * gnus-util.el (gnus-string<): New function.
9989
9990 * gnus-sum.el (gnus-article-sort-by-author)
9991 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9992
9993 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9994
9995 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9996 the frame-focus tag is set in gnus-buffer-configuration.
9997
9998 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9999
10000 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10001 the front stickiness.
10002
10003 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10004
10005 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10006 url pattern; remove duplicate one.
10007 (gnus-article-extend-url-button): New function.
10008 (gnus-article-add-buttons): Use it.
10009 (gnus-button-push): Use concatenated url that it makes.
10010
10011 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
10012
10013 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10014 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10015
10016 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10019 Don't hardcode point-min==1.
10020
10021 2007-09-30 David Kastrup <dak@gnu.org>
10022
10023 * gnus-art.el (gnus-article-reply-with-original)
10024 (gnus-article-followup-with-original): When `transient-mark-mode' is
10025 off, refrain from active-region behavior for followups.
10026
10027 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10028
10029 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10030 Fix comment about "iso8859-1".
10031
10032 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10033
10034 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10035 ones returned from the verify-function.
10036
10037 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10038 Call mml2015-extract-cleartext-signature if extraction failed.
10039
10040 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10041
10042 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10043 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10044 failed.
10045
10046 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10047
10048 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10049
10050 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10051
10052 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10053 to mark a thread as expirable. Add variable `hide' to handle hiding of
10054 thread for both the null and zero (kill/expire thread) universal prefix
10055 cases.
10056 (gnus-summary-expire-thread): Add new function to expire a thread,
10057 using gnus-summary-kill-thread.
10058 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10059 shortcuts for gnus-summary-expire-thread.
10060 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10061 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10062
10063 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10064
10065 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10066 extras value, so an extras entry can be deleted.
10067 (gnus-registry-delete-extra-entry): Use it.
10068 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10069 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10070 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10071 storage through the gnus-registry, and provide an appropriate API for
10072 it.
10073
10074 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10075
10076 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10077 Suggested by Leo <sdl.web@gmail.com>.
10078
10079 * gnus.el: Do.
10080
10081 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10082
10083 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10084 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10085
10086 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10087
10088 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10089 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10090
10091 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10092
10093 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10094 newline.
10095 (nnmbox-request-accept-article): Don't change article in source buffer;
10096 narrow to header to use message-fetch-field rather than
10097 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10098 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10099 as delimiters; make sure article ends with newline.
10100 (nnmbox-delete-mail): Correct last position of article to be deleted;
10101 ignore X-Gnus-Newsgroup header in article body.
10102 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10103 positions; make sure article ends with newline.
10104
10105 * message.el (message-display-abbrev): Don't infloop when a user
10106 inserts SPC in the beginning of header.
10107
10108 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10109
10110 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10111 list of groups not followed by default. Fix type to be regexp.
10112 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10113
10114 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10115
10116 * hmac-def.el (define-hmac-function): Switch from old-style to
10117 new-style backquotes.
10118
10119 * md4.el (md4-make-step): Likewise.
10120
10121 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10122
10123 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10124 raw-text coding system when saving .newsrc file, which may contain
10125 non-ASCII group names.
10126
10127 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10128
10129 * gnus-cus.el (gnus-score-extra): New widget.
10130 (gnus-score-extra-convert): New function.
10131 (gnus-score-customize): Use it for Extra.
10132
10133 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10134
10135 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10136 (mml2015-mailcrypt-clear-verify): Use it.
10137 (mml2015-gpg-clear-verify): Use it.
10138 (mml2015-pgg-clear-verify): Use it.
10139 (mml2015-epg-clear-verify): Replace the current part with the output
10140 from GnuPG; don't extract the plaintext by itself.
10141
10142 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10143 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10144 mml2015-clear-verify-function; don't touch the armor headers or
10145 dash-escaped text here.
10146
10147 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10148
10149 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10150 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10151 parts, or application/octet-stream as a last resort.
10152 (gnus-mime-view-part-as-type): Don't toggle display.
10153 (gnus-mime-view-part-as-charset): Don't turn off display before
10154 querying charset.
10155
10156 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10157 stuff to undisplayer function in Emacs.
10158 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10159
10160 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10161 text/calendar parts.
10162
10163 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10164
10165 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10166 decoding text/calendar parts.
10167
10168 * message.el (message-forward-make-body-mime): Always mark body as
10169 having no illegible text; remove signed-or-encrypted argument.
10170 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10171
10172 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10173 (mml-generate-mime-1): Don't encode body if it is specified to be in
10174 raw form; don't make buffer be unibyte when inserting multibyte string.
10175
10176 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * sha1.el: Fix up comment style.
10179 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10180 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10181
10182 * hex-util.el: Fix up comment style.
10183 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10184
10185 * gnus-salt.el: Use with-current-buffer.
10186 (gnus-pick-setup-message): Fix long-standing typo.
10187
10188 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10189
10190 * imap.el (imap-logout-timeout): New variable.
10191 (imap-logout, imap-logout-wait): New functions.
10192 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10193
10194 * nnimap.el (nnimap-logout-timeout): New server variable.
10195 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10196 nnimap-logout-timeout.
10197
10198 * gnus-art.el (gnus-article-summary-command-nosave)
10199 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10200
10201 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10202
10203 * gnus.el (gnus-maximum-newsgroup): New variable.
10204
10205 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10206 according to gnus-maximum-newsgroup.
10207
10208 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10209 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10210 Limit the range of articles according to gnus-maximum-newsgroup.
10211
10212 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10213
10214 * gnus-art.el (gnus-sticky-article): Fix problems described in
10215 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10216 Don't perform gnus-configure-windows here; reuse existing sticky
10217 article buffer.
10218
10219 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10220 it doesn't exist in gnus-article-mode.
10221
10222 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10223
10224 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10225 (gnus-agent-decoded-group-name): New function.
10226 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10227 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10228
10229 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10230
10231 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10232 Add binding for gnus-sticky-article.
10233 (gnus-summary-exit): Don't kill sticky article buffers.
10234
10235 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10236 article buffer.
10237 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10238 (gnus-kill-sticky-article-buffers): New commands.
10239
10240 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10241
10242 * nntp.el (nntp-xref-number-is-evil): New server variable.
10243 (nntp-find-group-and-number): If it is non-nil, don't trust article
10244 numbers in the Xref header.
10245
10246 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10247
10248 * gnus-agent.el (gnus-agent-read-group): New function.
10249 (gnus-agent-flush-group, gnus-agent-expire-group)
10250 (gnus-agent-regenerate-group): Use it.
10251 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10252 nnmail-pathname-coding-system.
10253
10254 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10255
10256 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10257
10258 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10259 that are unread as unread, and also as selected so that information of
10260 marks having been changed by a user may be updated when exiting group.
10261
10262 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10263
10264 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10265
10266 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10267
10268 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10269 calculated ignoring signature parts to gnus-treat-article.
10270
10271 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10272
10273 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10274 a point here in order to keep the window start.
10275 (gnus-insert-mime-security-button): Make a button overlay without the
10276 front stickiness.
10277 (gnus-mime-display-security): Goto the end of a button.
10278
10279 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10280
10281 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10282
10283 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10284 group-name-at-point.
10285 (gnus-group-completing-read): New function that offers decoded
10286 non-ASCII group names for completion.
10287 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10288 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10289 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10290 (gnus-group-fetch-control): Use it.
10291 (gnus-fetch-group): Use group-name-at-point for the initial value
10292 rather than the default value; use gnus-alive-p.
10293
10294 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10295 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10296 (gnus-summary-post-news): Use gnus-group-completing-read.
10297
10298 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10299 (gnus-read-move-group-name): Decode group name for completion.
10300
10301 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10302
10303 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10304 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10305 Yamaoka slightly modified the code).
10306
10307 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10308
10309 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10310 (nnmail-split-incoming): Bind it.
10311
10312 * nnml.el (nnml-group-name-charset): New function.
10313 (nnml-decoded-group-name): Use it; don't decode group name if
10314 nnmail-group-names-not-encoded-p is non-nil.
10315 (nnml-encoded-group-name): New function.
10316 (nnml-group-pathname): Inline nnml-decoded-group-name.
10317 (nnml-request-expire-articles): Decode group name in message.
10318 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10319 nnmail-pathname-coding-system.
10320 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10321 not decoded ones according to nnmail-group-names-not-encoded-p.
10322 (nnml-generate-active-info): Use nnml-encoded-group-name.
10323
10324 2007-08-08 Glenn Morris <rgm@gnu.org>
10325
10326 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10327 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10328 doc-strings and comments.
10329
10330 2007-07-25 Glenn Morris <rgm@gnu.org>
10331
10332 * Relicense all FSF files to GPLv3 or later.
10333
10334 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10335
10336 * gnus-sum.el (gnus-summary-move-article):
10337 Make gnus-summary-respool-article work.
10338
10339 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10340
10341 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10342 string.
10343
10344 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10345
10346 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10347 that should be ignored when comparing distant RSS articles with local
10348 ones.
10349 (nnrss-make-hash-index): New function. Create a hash index according
10350 to the ignored fields.
10351 (nnrss-check-group): Use it.
10352
10353 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10354
10355 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10356
10357 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10358
10359 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10360 the new optional argument ENCODED is non-nil.
10361 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10362 coding system for encoding group name.
10363 (gnus-group-make-rss-group): Pass un-encoded group name to
10364 gnus-group-make-group.
10365 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10366 encoded.
10367
10368 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10369 Encode group name to which articles are moved or copied.
10370 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10371 coding system for encoding Newsgroup, Followup-To and Xref headers.
10372
10373 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10374 marks; use nnheader-file-coding-system to write a file.
10375 (nnagent-retrieve-headers): Bind file-name-coding-system to
10376 nnmail-pathname-coding-system.
10377
10378 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10379
10380 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10381 (nnml-request-article, nnml-request-create-group)
10382 (nnml-request-rename-group, nnml-find-id)
10383 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10384 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10385 (nnml-save-marks): Use nnml-group-pathname instead of
10386 nnmail-group-pathname.
10387
10388 (nnml-request-create-group, nnml-request-expire-articles)
10389 (nnml-request-move-article, nnml-request-delete-group)
10390 (nnml-deletable-article-p, nnml-possibly-create-directory)
10391 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10392 (nnml-open-marks): Bind file-name-coding-system to
10393 nnmail-pathname-coding-system.
10394
10395 (nnml-request-article): Pass server argument to nnml-find-group-number.
10396 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10397 Pass server argument to nnml-possibly-create-directory.
10398 (nnml-request-accept-article): Pass server argument to
10399 nnml-active-number and nnml-save-mail.
10400 (nnml-find-group-number): Pass server argument to nnml-find-id.
10401 (nnml-request-update-info): Pass server argument to
10402 nnml-marks-changed-p.
10403
10404 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10405 (nnml-save-mail, nnml-active-number): Add server argument.
10406
10407 (nnml-request-delete-group): Warn if group is missing.
10408 (nnml-get-nov-buffer): Decode group name.
10409 (nnml-generate-active-info): Encode group name.
10410 (nnml-open-marks): Decode group name in messages.
10411
10412 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10413
10414 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10415 if it is not specified.
10416 (gnus-article-pipe-part, gnus-article-save-part)
10417 (gnus-article-interactively-view-part, gnus-article-copy-part)
10418 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10419 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10420 (gnus-article-replace-part, gnus-article-delete-part)
10421 (gnus-article-view-part-as-type): Pass raw prefix argument to
10422 gnus-article-part-wrapper.
10423
10424 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10425
10426 * gnus-agent.el (gnus-agent-save-active):
10427 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10428
10429 * gnus-cache.el (gnus-cache-save-buffers)
10430 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10431 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10432 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10433 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10434 (gnus-cache-generate-active, gnus-cache-rename-group)
10435 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10436 (gnus-cache-update-overview-total-fetched-for):
10437 Bind file-name-coding-system to nnmail-pathname-coding-system.
10438 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10439 New variables.
10440 (gnus-cache-decoded-group-name): New function.
10441 (gnus-cache-file-name): Use it.
10442 (gnus-cache-generate-active): Use non-decoded group name for active.
10443
10444 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10445 right place.
10446 (gnus-write-active-file): Don't break non-ASCII group names.
10447
10448 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10449 nnmail-pathname-coding-system.
10450
10451 * gnus-uu.el (gnus-uu-decode-save): Typo.
10452
10453 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10454
10455 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10456
10457 2007-07-14 David Kastrup <dak@gnu.org>
10458
10459 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10460 finishing actions if we did not edit the article.
10461
10462 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10463
10464 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10465 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10466 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10467 (gnus-agent-flush-group, gnus-agent-flush-cache)
10468 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10469 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10470 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10471 (gnus-agent-regenerate-group)
10472 (gnus-agent-update-files-total-fetched-for)
10473 (gnus-agent-update-view-total-fetched-for):
10474 Bind file-name-coding-system to nnmail-pathname-coding-system.
10475 (gnus-agent-group-pathname): Don't encode file names by
10476 nnmail-pathname-coding-system.
10477 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10478 coding-system-for-write instead of buffer-file-coding-system to
10479 gnus-agent-file-coding-system.
10480
10481 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10482 Decode group name.
10483
10484 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10485
10486 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10487 (gnus-read-newsrc-el-file): Make group names unibyte.
10488
10489 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10490 nnmail-pathname-coding-system.
10491
10492 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10493 (nnrss-request-delete-group): Bind file-name-coding-system to
10494 nnmail-pathname-coding-system.
10495 (nnrss-read-server-data, nnrss-read-group-data):
10496 Bind file-name-coding-system correctly.
10497 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10498
10499 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10500 (nntp-server-to-method-cache): New variable.
10501 (nntp-group-pathname): New function that decodes non-ASCII group names.
10502 (nntp-possibly-create-directory, nntp-marks-changed-p)
10503 (nntp-save-marks, nntp-open-marks): Use it.
10504 (nntp-possibly-create-directory, nntp-open-marks):
10505 Bind file-name-coding-system to nnmail-pathname-coding-system.
10506 (nntp-open-marks): Decode group names when bootstrapping marks.
10507
10508 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10509 Newsgroups and Folowup-To headers.
10510
10511 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10512
10513 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10514 (gnus-server-closed-face, gnus-server-denied-face)
10515 (gnus-server-offline-face): Remove variable.
10516 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10517
10518 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10519 of modifying message-stack directly for XEmacs.
10520
10521 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10522 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10523 if the coding-system argument is nil for XEmacs.
10524
10525 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10526 mm-charset-override-alist.
10527
10528 * rfc2047.el: Don't require base64; require rfc2045 for the function
10529 rfc2045-encode-string.
10530 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10531 to quote the parameter value.
10532
10533 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10534
10535 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10536 form in gnus-group-name-charset-method-alist.
10537
10538 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10539 overrides the default layout edit-form.
10540
10541 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10542
10543 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10544
10545 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10546
10547 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10548 as unfetched articles.
10549
10550 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10551
10552 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10553
10554 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10555
10556 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10557 original back end that keeps marks in the local system.
10558
10559 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10560
10561 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10562 arg of pop-to-buffer for XEmacs.
10563 (gnus-article-read-summary-keys): Ditto; don't restore window
10564 configuration if summary command ends up with neither article buffer
10565 nor summary buffer; describe bindings if summary keys end with C-h.
10566
10567 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10568
10569 * message.el (message-fix-before-sending): Skip raw message part to be
10570 forwarded while checking illegible text.
10571 (message-forward-make-body-mime, message-forward-make-body):
10572 Mark signed or encrypted raw message as having no illegible text.
10573
10574 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10575
10576 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10577 (gnus-message-with-timestamp-1): New macro.
10578 (gnus-message-with-timestamp): New function.
10579 (gnus-message): Use them.
10580
10581 * nnheader.el (nnheader-message): Use them.
10582
10583 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10584
10585 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10586 .newsrc.eld file.
10587
10588 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10589
10590 * gnus-agent.el (gnus-agent-fetch-headers)
10591 (gnus-agent-retrieve-headers):
10592 Bind gnus-decode-encoded-address-function to identity.
10593
10594 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10595 available also when the server returns simply a dot.
10596
10597 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10598
10599 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10600
10601 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10602
10603 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10604
10605 * gnus-ems.el (gnus-x-splash): Make it work.
10606
10607 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10608 from being used.
10609
10610 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10611
10612 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10613 the front stickiness.
10614 (gnus-article-summary-command-nosave): Correct the order of the
10615 arguments passed to pop-to-buffer.
10616 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10617 summary command ends up with the article buffer.
10618
10619 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10620 the same faces.
10621
10622 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10623
10624 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10625
10626 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10627
10628 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10629 * gnus-sum.el (gnus-summary-highlight):
10630 * mail-source.el (mail-source-delete-old-incoming-confirm):
10631 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10632
10633 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10634
10635 * gnus-art.el (gnus-mime-view-part-externally)
10636 (gnus-mime-view-part-internally): Fix predicate function passed to
10637 completing-read.
10638
10639 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10640
10641 * gnus.el (gnus-update-message-archive-method): Add :version.
10642
10643 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10644
10645 * gnus.el (gnus-update-message-archive-method): New variable.
10646
10647 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10648 according to gnus-message-archive-method if
10649 gnus-update-message-archive-method is non-nil.
10650
10651 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10652
10653 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10654 Suggested by Loic Dachary <loic@dachary.org>.
10655 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10656
10657 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10658
10659 * message.el (message-pop-to-buffer): Add switch-function argument.
10660 (message-mail): Pass switch-function argument to it.
10661
10662 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10663
10664 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10665 Improve doc string.
10666
10667 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10668
10669 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10670 (gnus-header-content)
10671 * gnus-cite.el (gnus-cite-10)
10672 * gnus-srvr.el (gnus-server-closed)
10673 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10674 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10675 (gnus-group-mail-3-empty, gnus-group-mail-low)
10676 (gnus-group-mail-low-empty, gnus-splash)
10677 * message.el (message-header-to, message-header-cc)
10678 (message-header-subject, message-header-other, message-header-name)
10679 (message-header-xheader, message-separator, message-cited-text)
10680 (message-mml): Lighten colors of faces used for dark background.
10681
10682 2007-05-24 Simon Josefsson <simon@josefsson.org>
10683
10684 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10685 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10686
10687 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10688
10689 * message.el (message-narrow-to-headers-or-head):
10690 Ignore mail-header-separator in the body.
10691
10692 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10693
10694 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10695 same as window size.
10696
10697 2007-05-22 Kevin Ryde <user42@zip.com.au>
10698
10699 * message.el (message-font-lock-keywords): Use message-header-xheader
10700 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10701 ahead of the anything pattern, to get it recognised.
10702
10703 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10704
10705 * gnus-sum.el (gnus-articles-to-read)
10706 (gnus-summary-insert-old-articles): Don't truncate group name for
10707 `read-string'.
10708
10709 * gnus-util.el (gnus-limit-string): Delete this function.
10710
10711 * gnus-sum.el (gnus-simplify-subject-fully):
10712 Use `truncate-string-to-width' instead.
10713
10714 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10715
10716 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10717 Tell if, on summary exit, the next group has to be selected.
10718 (gnus-summary-exit): Use it.
10719
10720 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10721
10722 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10723 non-break space.
10724
10725 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10726
10727 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10728 Check if group is not a directory.
10729 (nnfolder-request-expire-articles): Don't delete articles if the target
10730 group is not available.
10731
10732 * nnml.el (nnml-request-create-group): Properly check if group is not a
10733 file.
10734 (nnml-request-expire-articles): Don't delete articles if the target
10735 group is not available.
10736
10737 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10738 Don't quote characters that are within parentheses.
10739
10740 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10741
10742 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10743 (gnus-handle-ephemeral-exit): Select article according to it.
10744
10745 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10746
10747 * message.el (message-insert-formated-citation-line): Remove newline.
10748 (message-citation-line-format): Add final \n here so that the user can
10749 avoid a blank line.
10750
10751 2007-05-03 Dan Christensen <jdc@uwo.ca>
10752
10753 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10754 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10755 Update lanl/arXiv support.
10756
10757 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10758
10759 * gnus.el: Bump version number.
10760
10761 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10762
10763 * gnus.el (gnus-version-number): Bump version.
10764
10765 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10766
10767 * gnus.el: No Gnus v0.6 is released.
10768
10769 2007-04-27 Didier Verna <didier@xemacs.org>
10770
10771 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10772 * gmm-utils.el (gmm-regexp-concat): ... here.
10773 * message.el: Don't require 'gnus-util.
10774 (message-dont-reply-to-names): Handle name change above.
10775 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10776
10777 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10778
10779 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10780 since the initial value varies according to the system.
10781
10782 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10783
10784 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10785
10786 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10787
10788 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10789
10790 2007-04-24 Didier Verna <didier@xemacs.org>
10791
10792 Improve the type of gnus-ignored-from-addresses.
10793 * gnus-util.el (gnus-orify-regexp): New function.
10794 * message.el (gnus-util): Require it.
10795 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10796 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10797 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10798
10799 2007-04-24 Didier Verna <didier@xemacs.org>
10800
10801 * gnus-sum.el:
10802 * gnus-utils.el: Fix some trailing whitespaces.
10803
10804 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10805
10806 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10807 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10808 article's Message-ID; refer parent article in summary buffer.
10809
10810 * message.el (message-bounce): Call mime-to-mml.
10811
10812 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10813
10814 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10815
10816 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10817
10818 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10819 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10820 displayed of multipart/alternative part if it is invoked from summary
10821 buffer.
10822
10823 * mm-view.el (mm-inline-text-html-render-with-w3m)
10824 (mm-inline-text-html-render-with-w3m-standalone)
10825 (mm-inline-render-with-function): Use mail-parse-charset by default.
10826
10827 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10828
10829 * parse-time.el (parse-time-string-chars): Check if CHAR
10830 is less than the length of parse-time-syntax.
10831
10832 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10833
10834 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10835 from gnus-newsgroup-processable.
10836
10837 2007-04-16 Didier Verna <didier@xemacs.org>
10838
10839 * gnus-msg.el (gnus-configure-posting-styles):
10840 Handle message-signature-directory properly with :file syntax.
10841 Reported by "Leo".
10842
10843 2007-04-11 Didier Verna <didier@xemacs.org>
10844
10845 New user option: message-signature-directory.
10846 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10847 * message.el (message-insert-signature): Ditto.
10848 * message.el (message-signature-file): Doc update.
10849 * message.el (message-signature-directory): New.
10850
10851 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10852
10853 * gnus-msg.el (gnus-inews-yank-articles):
10854 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10855
10856 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10857
10858 * message.el (message-yank-original): Make sure cited text ends with
10859 newline; don't exchange point and mark.
10860
10861 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10862
10863 * tls.el (open-tls-stream): Properly handle case where there
10864 is no associated buffer.
10865
10866 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10867
10868 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10869 message-yank-original, make sure (< mark TEXT point).
10870
10871 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10872
10873 * message.el (message-fill-column): New variable.
10874 (message-mode): Use it. Add comment on a possible new hook.
10875
10876 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10877 (nnmail-get-new-mail): Reformat.
10878
10879 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10880
10881 * gmm-utils.el: Fix Commentary.
10882 (gmm-tool-bar-from-list): Fix typo in doc string.
10883
10884 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10885
10886 * message.el (message-yank-original): Don't switch point and mark
10887 unnecessarily to put point and mark as documented.
10888
10889 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10890
10891 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10892 from the message heads.
10893
10894 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10895
10896 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10897 article buffer does not have a window. This may not be the best
10898 solution but is certainly better than setting the start of the null,
10899 that is the current, window.
10900
10901 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10902
10903 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10904 (gnus-draft-setup): Run it.
10905
10906 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10907 gnus-score-fast-scoring. Allow regexp.
10908 (gnus-score-headers): Use it.
10909
10910 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10911 XEmacs.
10912
10913 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10914 string.
10915 (gnus-button-alist): Also catch `<f1> k ...'.
10916 (gnus-treat-display-x-face): Fix doc string.
10917
10918 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10919
10920 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10921 evaluation of gnus-extended-version to ensure correct generation of the
10922 User-Agent header when message-generate-headers-first is used.
10923
10924 2007-03-24 Simon Josefsson <simon@josefsson.org>
10925
10926 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10927 hashcash-path is nil. Don't call callback with incorrect number of
10928 parameters if val is 0.
10929
10930 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10931
10932 * message.el (message-required-news-headers):
10933 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10934
10935 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10936
10937 * message.el (message-generate-new-buffers): Change the meaning of the
10938 nil value; add `standard' to the choices; treat t as `unique'; improve
10939 doc string.
10940 (gnus-select-frame-set-input-focus): Autoload.
10941 (message-buffer-name): Search for the existing message buffer if
10942 message-generate-new-buffers is nil or `standard'; treat the value t of
10943 message-generate-new-buffers as `unique'.
10944 (message-pop-to-buffer): Raise the frame already displaying the message
10945 buffer; clear the echo area after querying.
10946 (message-setup): Pass the `continue' argument to compose-mail.
10947 (message-mail): Prefer `switch-function' if it is given; search for the
10948 existing message buffer if the `continue' argument is non-nil; pass
10949 continue and switch-function arguments to compose-mail by way of
10950 message-setup.
10951 (message-mail-other-window): Adjust argument of message-setup.
10952 (message-mail-other-frame): Ditto.
10953
10954 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10955
10956 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10957 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10958 to turn font-lock on when turning gnus-message-citation-mode on.
10959
10960 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10961
10962 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10963 (mml-smime-function-alist): New variable; add epg as the backend.
10964 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10965 mml-smime- functions instead.
10966 * mm-view.el: Require smime.
10967
10968 2007-03-05 Didier Verna <didier@xemacs.org>
10969
10970 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10971 instead of just inheritance for posting styles.
10972 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10973
10974 2007-02-24 John Paul Wallington <jpw@pobox.com>
10975
10976 * tls.el (tls-certtool-program): Fix custom type.
10977
10978 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10979
10980 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10981 and point-at-eol instead of line-(beginning|end)-position.
10982
10983 * assistant.el (assistant-parse-buffer): Ditto.
10984
10985 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10986
10987 * mml2015.el (mml2015-epg-find-usable-key): New function.
10988 (mml2015-epg-sign): Use it.
10989 (mml2015-epg-encrypt): Use it.
10990
10991 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10992
10993 * message.el (message-make-in-reply-to): Quote name containing
10994 non-ASCII characters. It will make the RFC2047 encoder cause an error
10995 if there are special characters. Reported by NAKAJI Hiroyuki
10996 <nakaji@jp.freebsd.org>.
10997
10998 2007-02-27 Didier Verna <didier@xemacs.org>
10999
11000 Include the group parameters as well as the topic ones in the
11001 inheritance filter process.
11002 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11003 argument GROUP-PARAMS-LIST.
11004 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11005
11006 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11007
11008 * nntp.el (nntp-never-echoes-commands)
11009 (nntp-open-connection-functions-never-echo-commands): New variables.
11010 (nntp-send-command): Use them.
11011
11012 2007-02-20 Daiki Ueno <ueno@unixuser.org>
11013
11014 * mml2015.el (mml2015-epg-verify): Simplify.
11015
11016 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11017
11018 * mml.el (mml-content-disposition-alist): New user option.
11019 (mml-content-disposition): New function.
11020 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11021 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11022
11023 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11024
11025 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11026 verification.
11027
11028 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11029
11030 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11031 articles posted in the last 24 hours.
11032
11033 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11034
11035 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11036
11037 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11038
11039 * nntp.el (nntp-send-command): Don't wait for echoes when
11040 nntp-open-ssl-stream is used.
11041
11042 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11043
11044 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11045 (gnus-message-add-citation-keywords)
11046 (gnus-message-remove-citation-keywords): Remove.
11047 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11048 directly, make the variables in font-lock-defaults buffer-local, add
11049 gnus-message-citation-keywords to them and then update the value of
11050 font-lock-keywords.
11051
11052 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11053
11054 * message.el (message-cite-original-1): Don't call
11055 gnus-article-highlight-citation.
11056
11057 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11058 citations; fix line count.
11059
11060 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11061
11062 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11063 (gnus-message-add-citation-keywords)
11064 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11065 versions of font-lock-add-keywords and font-lock-remove-keywords to
11066 work with XEmacs correctly.
11067
11068 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11069
11070 * gnus-cite.el (gnus-cite-face-list): Set the values of
11071 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11072 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11073 (gnus-message-cite-prefix-regexp): New variable.
11074 (gnus-message-search-citation-line): Use it; protect against long
11075 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11076 the 0th match data for Emacs.
11077 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11078 (gnus-message-add-citation-keywords): Append keywords rather than
11079 prepending; emulate font-lock-add-keywords if it is not available.
11080 (gnus-message-remove-citation-keywords):
11081 Emulate font-lock-remove-keywords if it is not available.
11082
11083 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11084
11085 * message.el (message-cite-prefix-regexp): Set the value of
11086 gnus-message-cite-prefix-regexp.
11087
11088 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11089
11090 * nnweb.el (nnweb-google-parse-1): Update parser.
11091
11092 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11093
11094 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11095
11096 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11097
11098 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11099 regexp.
11100
11101 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11102
11103 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11104 string-to-multibyte.
11105 (uudecode-decode-region-internal): Use it.
11106
11107 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11108
11109 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11110 Fix custom choice.
11111
11112 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11113
11114 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11115
11116 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11117
11118 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11119 `write-region' to respect `mm-inhibit-file-name-handlers'.
11120
11121 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11122
11123 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11124 Use gnus-home-directory instead of "~/" or "$HOME".
11125
11126 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11127
11128 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11129 to mention filename.
11130 Add comments at beginning regarding usage.
11131 (encrypt-write-file-contents): Change interactive so a string is
11132 acceptable. If the file has no associated model, show an error instead
11133 of a nonsense prompt.
11134
11135 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11136
11137 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11138 Thanks to Yoshihiko Yamada for kind notification of this typo.
11139
11140 2007-01-12 Kenichi Handa <handa@m17n.org>
11141
11142 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11143 multibyte buffer.
11144
11145 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11146
11147 * gnus-score.el (gnus-score-fast-scoring): New variable.
11148 (gnus-score-headers): Use it.
11149
11150 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11151
11152 * message.el (message-cite-original-1):
11153 Call gnus-article-highlight-citation if requested.
11154 (message-make-from): Allow name and address as optional arguments.
11155
11156 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11157
11158 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11159 bugs to doc string.
11160 (gnus-button-alist): Add mid\\|message-id.
11161 (gnus-button-fetch-group): Extend for use in
11162 `browse-url-browser-function'.
11163 (gnus-button-url-regexp): Try to catch paired parentheses like in
11164 Wikipedia URLs.
11165
11166 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11167 Suggested by Simon Krahnke <overlord@gmx.li>.
11168
11169 2007-01-13 Romain Francoise <romain@orebokech.com>
11170
11171 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11172 Update copyright.
11173
11174 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11175
11176 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11177
11178 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11179
11180 * gnus-registry.el (gnus-registry-unfollowed-groups)
11181 (gnus-registry-split-fancy-with-parent): Fix documentation.
11182
11183 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11184
11185 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11186 from nnweb groups.
11187
11188 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11189
11190 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11191 Xref urls. Erase buffer before requesting head.
11192
11193 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11194
11195 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11196
11197 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11198 customizable.
11199
11200 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11201
11202 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11203 no signing key is found.
11204 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11205 no encrypting and/or signing key is found.
11206
11207 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11208
11209 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11210
11211 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11212
11213 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11214 headers read from disk with the ones newly found in the current search.
11215 This should no longer cause problems, because the article numbers in
11216 Gmane's `nov.php' output are ignored since the previous change.
11217
11218 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11219
11220 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11221
11222 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11223
11224 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11225
11226 2007-01-01 Romain Francoise <romain@orebokech.com>
11227
11228 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11229
11230 2006-12-31 Steve Youngs <steve@sxemacs.org>
11231
11232 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11233 `define-minor-mode' macro definition expanded properly.
11234 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11235 exclude it there.
11236
11237 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11238 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11239 `fboundp' test.
11240 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11241 This is OK to autoload in (S)XEmacs now.
11242
11243 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11244
11245 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11246 keystroke.
11247 (gnus-summary-limit-to-singletons): Fix typo.
11248
11249 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11250 else fails.
11251
11252 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11253
11254 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11255 docstring.
11256
11257 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11258 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11259 (gnus-summary-insert-dormant-articles): Fix typo in message.
11260
11261 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11262
11263 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11264 nil for XEmacs.
11265 (gnus-message-citation-mode): Don't autoload in XEmacs.
11266
11267 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11268
11269 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11270
11271 * nnimap.el (nnimap-expunge-search-string):
11272 Mention nnimap-search-uids-not-since-is-evil in docstring.
11273
11274 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11275
11276 * spam.el: Revert to make-obsolete-variable because
11277 define-obsolete-variable-alias is not supported in Emacs 21.
11278
11279 * spam.el (spam-ifile-path, spam-ifile-database-path)
11280 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11281 make-obsolete-variable.
11282 (spam-bsfilter-path, spam-bsfilter-program)
11283 (spam-spamassassin-path, spam-spamassassin-program)
11284 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11285 Don't use "path" inappropriately.
11286 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11287 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11288 variable names.
11289
11290 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11291
11292 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11293 summary buffer.
11294
11295 * password.el (password-cache-remove): Use clear-string to burn
11296 password, if available.
11297
11298 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11299
11300 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11301
11302 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11303
11304 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11305 (gnus-message-highlight-citation): Move defcustom here from
11306 gnus-cite.el.
11307 (gnus-message-citation-mode): Autoload.
11308
11309 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11310 checks to make it compile with XEmacs.
11311 (gnus-message-citation-mode): New minor mode.
11312 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11313 (gnus-message-highlight-citation): New variables.
11314 (gnus-message-search-citation-line)
11315 (gnus-message-add-citation-keywords)
11316 (gnus-message-remove-citation-keywords)
11317 (turn-on-gnus-message-citation-mode)
11318 (turn-off-gnus-message-citation-mode): New functions.
11319
11320 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11321
11322 * gnus-cite.el: Enable highlighting of different citation levels in
11323 message-mode.
11324
11325 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11326
11327 * message.el (message-make-fqdn): Fix comment.
11328 (message-bogus-system-names): Add ".local".
11329
11330 * spam.el (spam-ifile-path, spam-ifile-program)
11331 (spam-ifile-database-path, spam-ifile-database)
11332 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11333 Don't use "path" inappropriately.
11334 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11335 strings.
11336 (spam-check-ifile, spam-ifile-register-with-ifile)
11337 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11338 Use new variable names.
11339
11340 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11341 (gnus-treat-display-smileys): Simplify using
11342 gnus-image-type-available-p.
11343
11344 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11345 available.
11346
11347 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11348
11349 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11350 one after turning on the buffer's multibyteness instead of decoding
11351 them directly in the unibyte buffer that causes unexpected conversion
11352 in Emacs 23 (unicode).
11353
11354 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11355
11356 * message.el (message-generate-hashcash): Fix custom type.
11357
11358 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11359
11360 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11361
11362 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11363
11364 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11365 disconnect icons. Add help text.
11366
11367 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11368
11369 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11370 negated to be consistent with the others we handle.
11371
11372 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11373
11374 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11375 version of gnus-summary-buffer to something, so that we can use two
11376 article buffers at the same time.
11377
11378 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11379
11380 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11381 trigger all the extra headers.
11382 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11383 sorting.
11384
11385 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11386
11387 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11388 solid groups.
11389
11390 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11391
11392 * legacy-gnus-agent.el: Add Copyright notice.
11393
11394 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11395
11396 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11397
11398 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11399
11400 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11401
11402 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11403 to make it work reliably in CVS Emacs.
11404 (gnus-summary-limit-strange-charsets-predicate)
11405 (gnus-summary-limit-to-predicate): New functions.
11406
11407 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11408
11409 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11410 specifying array size.
11411 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11412 array if it is too small.
11413 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11414 (gnus-sort-threads-loop): New function.
11415
11416 2006-12-06 Chris Moore <dooglus@gmail.com>
11417
11418 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11419 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11420
11421 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11422
11423 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11424 options.
11425
11426 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11427
11428 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11429 DOS-ing the recipient.
11430
11431 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11432 the headers when creating the mapping to avoid mismappings.
11433 (nnweb-gmane-create-mapping): Always nix out old mapping.
11434
11435 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11436
11437 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11438 and mm-verify-option to never.
11439
11440 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11441
11442 * message.el (message-signed-or-encrypted-p): New function.
11443 (message-forward-make-body): Use it.
11444
11445 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11446 Replace encode-coding-string with mm-encode-coding-string.
11447
11448 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11449
11450 * nneething.el (nneething-decode-file-name):
11451 Replace decode-coding-string with mm-decode-coding-string.
11452
11453 * gnus-int.el (gnus-open-server): Say failed server's name.
11454
11455 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11456
11457 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11458 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11459
11460 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11461 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11462 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11463 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11464 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11465 (gnus-subscribe-newsgroup, gnus-1):
11466 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11467 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11468 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11469 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11470
11471 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11472
11473 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11474 keystroke.
11475 (gnus-summary-limit-to-bodies): Implement headersp.
11476
11477 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11478
11479 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11480
11481 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11482
11483 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11484
11485 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11486
11487 * message.el (message-generate-hashcash): Expand range of values to
11488 include `opportunistic'.
11489 (message-send-mail): Use it.
11490
11491 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11492
11493 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11494 and comment it.
11495
11496 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11497
11498 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11499
11500 * gnus-util.el (gnus-extract-address-components): Improve comment.
11501
11502 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11503
11504 * gnus-util.el (gnus-extract-address-components): Work with address in
11505 which the name portion contains @.
11506
11507 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11508
11509 * gnus.el (gnus-start): Move custom group up.
11510 (gnus-select-method): Don't autoload, but make it available for
11511 `customize-variable'.
11512 (gnus-getenv-nntpserver): Don't autoload.
11513
11514 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11515
11516 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11517
11518 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11519
11520 * message.el (message-sendmail-extra-arguments): New variable.
11521 (message-send-mail-with-sendmail): Use it.
11522
11523 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11524
11525 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11526 mm-with-unibyte-current-buffer to make string unibyte.
11527
11528 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11529 mm-string-as-multibyte.
11530
11531 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11532
11533 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11534 Reported by Werner Koch <wk@gnupg.org>.
11535
11536 2006-11-14 Daiki Ueno <ueno@p360>
11537
11538 * mml2015.el: Autoload epa-select-keys when compiling.
11539
11540 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11541
11542 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11543 message-options.
11544 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11545
11546 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11547
11548 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11549 EasyPG (< 0.0.6).
11550 (mml2015-always-trust): New user option.
11551 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11552 prompt.
11553
11554 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11555
11556 * nntp.el (nntp-authinfo-force): New variable.
11557 (nntp-send-authinfo): Use it.
11558
11559 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11560
11561 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11562 decode encoded words. Improve prompt. Add comment about forwarding.
11563 (message-replacement-char): Move up.
11564
11565 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11566
11567 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11568 instead of gnus-intersection because arguments of gnus-sorted-nunion
11569 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11570
11571 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11572
11573 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11574 (message-simplify-subject-functions):
11575 Enable message-strip-subject-encoded-words by default.
11576
11577 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11578
11579 * message.el (message-strip-subject-encoded-words): New function.
11580 (message-simplify-subject-functions): New variable.
11581 (message-simplify-subject): Use it. Fix typo in doc string.
11582 Support message-strip-subject-encoded-words.
11583
11584 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11585
11586 * gnus-diary.el (gnus-diary-delay-format-function):
11587 * nndiary.el (nndiary-reminders):
11588 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11589
11590 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11591
11592 * gnus-art.el (article-hide-boring-headers): Fetch date from
11593 gnus-original-article-buffer to avoid problems with localized date
11594 strings.
11595
11596 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11597
11598 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11599
11600 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11601
11602 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11603 New variables.
11604 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11605 (mm-charset-synonym-alist): Move some entries to
11606 mm-codepage-iso-8859-list.
11607 (mm-charset-synonym-alist, mm-charset-override-alist):
11608 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11609
11610 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11611
11612 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11613
11614 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11615
11616 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11617 with Emacs 21 and XEmacs.
11618
11619 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11620
11621 * spam.el (spam-parse-address): New function for better parsing,
11622 catching errors, etc.
11623 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11624
11625 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11626
11627 * mm-view.el: Add interactive arg to html2text autoload.
11628
11629 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11630
11631 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11632
11633 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11634
11635 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11636 New variables.
11637 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11638 (mm-charset-synonym-alist): Move some entries to
11639 mm-codepage-iso-8859-list.
11640
11641 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11642
11643 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11644
11645 * message.el (message-citation-line-format)
11646 (message-insert-formated-citation-line): Fix implementation of %E, %N
11647 and %n according to the doc string.
11648
11649 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11650
11651 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11652 Use car-safe to avoid bad parses.
11653
11654 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11655
11656 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11657 names.
11658
11659 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11660
11661 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11662
11663 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11664 header.
11665
11666 * message.el (message-draft-headers): Add Date.
11667 (message-headers-to-generate): Fix typo in docstring.
11668
11669 * nndraft.el (nndraft-required-headers): New variable.
11670 (nndraft-generate-headers): Use it.
11671
11672 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11673
11674 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11675
11676 * gnus-registry.el (gnus-registry-wash-for-keywords)
11677 (gnus-registry-find-keywords): New functions to allow easy searching of
11678 articles that are in the registry.
11679
11680 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11681
11682 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11683 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11684 Reported by Damien Elmes <damien@repose.cx>.
11685
11686 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11687
11688 * gnus.el (gnus-mime): Remove unused custom group.
11689
11690 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11691
11692 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11693 "blank line" when searching for end of armor headers.
11694
11695 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11696
11697 * gmm-utils.el (gmm-write-region): Fix variable name.
11698
11699 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11700
11701 * gmm-utils.el (gmm-write-region): New function based on compatibility
11702 code from `mm-make-temp-file'.
11703
11704 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11705
11706 * nnmaildir.el (nnmaildir--update-nov)
11707 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11708 Use `gmm-write-region'.
11709
11710 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11711
11712 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11713 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11714
11715 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11716
11717 * message.el (message-replacement-char): New variable.
11718 (message-fix-before-sending): Use it.
11719 (message-simplify-subject): New function to remove duplicate code.
11720 (message-reply, message-followup): Use it.
11721
11722 * gnus-sum.el (gnus-summary-make-menu-bar):
11723 Clarify gnus-summary-limit-to-articles.
11724
11725 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11726
11727 * gnus-util.el (gnus-with-local-quit): New macro.
11728
11729 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11730
11731 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11732
11733 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11734 ignore non-string data.
11735
11736 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11737
11738 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11739 non-string data (needs to be done in the registry too).
11740
11741 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11742
11743 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11744 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11745 (gnus-registry-split-fancy-with-parent)
11746 (gnus-registry-fetch-simplified-message-subject-fast)
11747 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11748 Remove text properties on ingress into the registry and when it's saved.
11749 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11750 registry from entries with no groups.
11751
11752 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11753
11754 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11755 function to remove string properties.
11756
11757 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11758
11759 * gmm-utils.el (gmm): Adjust custom version.
11760
11761 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11762 Adjust custom version.
11763
11764 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11765
11766 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11767
11768 * gnus-art.el (gnus-insert-prev-page-button)
11769 (gnus-insert-next-page-button): Simplify. Reformat.
11770
11771 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11772
11773 * gnus-art.el (gnus-insert-prev-page-button)
11774 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11775
11776 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11777
11778 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11779
11780 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11781
11782 * gnus-art.el (gnus-insert-mime-button)
11783 (gnus-insert-mime-security-button):
11784 Apply gnus-article-button-face to MIME and security buttons.
11785
11786 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11787
11788 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11789 readable.
11790
11791 2006-09-20 Steve Youngs <steve@sxemacs.org>
11792
11793 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11794 `browse-url-of-file' instead of `browse-url'.
11795
11796 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11797
11798 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11799 regexp. Articles containing quotation were cut prematurely.
11800
11801 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11802
11803 * message.el (message-cite-original-1): Use nobody by default for the
11804 value of From header.
11805 (message-reply): Ditto.
11806
11807 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11808
11809 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11810 to the gnus-info. This fixes a bug of inline-PGP message verification.
11811 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11812
11813 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11814
11815 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11816 mails in the doc string. Add some URLs in comment.
11817 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11818
11819 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11820
11821 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11822 backslashes handling and the way to find boundaries of quoted strings.
11823
11824 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11825
11826 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11827 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11828 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11829 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11830
11831 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11832
11833 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11834 doc string.
11835 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11836
11837 2006-09-06 Simon Josefsson <jas@extundo.com>
11838
11839 * mml2015.el (mml2015-use): Doc fix, mention epg.
11840
11841 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11842
11843 * mml2015.el (mml2015-use): Default to epg, if available.
11844
11845 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11846
11847 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11848 message-sender.
11849 (mml1991-epg-encrypt): Ditto.
11850 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11851 message-sender.
11852 (mml2015-epg-encrypt): Ditto.
11853
11854 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11855
11856 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11857 several common directories.
11858
11859 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11860
11861 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11862 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11863
11864 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11865
11866 * gnus-art.el (article-decode-encoded-words): Make it fast.
11867
11868 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11869
11870 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11871
11872 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11873 in quoted string into `\'.
11874
11875 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11876
11877 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11878 Use standard-syntax-table.
11879
11880 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11881
11882 * gnus-art.el (gnus-decode-address-function): New variable.
11883 (article-decode-encoded-words): Use it to decode headers which are
11884 assumed to contain addresses.
11885 (gnus-mime-delete-part): Remove useless `or'.
11886
11887 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11888 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11889 (gnus-nov-parse-line): Use it to decode From header.
11890 (gnus-get-newsgroup-headers): Ditto.
11891 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11892
11893 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11894 (mail-decode-encoded-address-string): New alias.
11895
11896 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11897 New function.
11898 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11899 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11900 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11901 (rfc2047-decode-string): Ditto.
11902 (rfc2047-decode-address-region): New function.
11903 (rfc2047-decode-address-string): New function.
11904
11905 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11906
11907 * message.el (message-caesar-buffer-body): Allow rotating headers.
11908
11909 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11910
11911 * message.el (message-insert-formated-citation-line): Fix %f.
11912 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11913
11914 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11915
11916 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11917 (gnus-bookmark-mouse-available-p): New macro.
11918 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11919 (gnus-bookmark-bmenu-show-infos): Use it.
11920 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11921 (gnus-bookmark-bmenu-hide-infos): Ditto.
11922 (gnus-bookmark-remove-properties): New function.
11923 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11924 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11925 (gnus-bookmark-write-file): Bind coding-system-for-write.
11926 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11927 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11928 group before selecting it.
11929 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11930 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11931 quit-window if it is not available; use gnus-mouse-2 and bind it to
11932 gnus-bookmark-bmenu-select-by-mouse.
11933 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11934 (gnus-bookmark-bmenu-select-by-mouse): New function.
11935
11936 2006-08-13 Romain Francoise <romain@orebokech.com>
11937
11938 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11939 space.
11940
11941 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11942
11943 * compface.el (uncompface): Use binary rather than raw-text-unix.
11944
11945 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11946
11947 * compface.el (uncompface): Make sure the eol conversion doesn't take
11948 place when communicating with the external programs.
11949 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11950
11951 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11952
11953 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11954
11955 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11956
11957 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11958 Make it more robust by parsing author and date independently.
11959
11960 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11961
11962 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11963
11964 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11965
11966 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11967 first matching secret key.
11968 (mml2015-epg-encrypt): Ditto.
11969
11970 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11971 first matching secret key.
11972 (mml1991-epg-encrypt): Ditto.
11973
11974 * mml2015.el (mml2015-encrypt-to-self): New user option.
11975 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11976 mml2015-epg-encrypt-to-self is set.
11977
11978 * mml1991.el (mml1991-encrypt-to-self): New variable.
11979 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11980 mml1991-epg-encrypt-to-self is set.
11981
11982 * mml2015.el (mml2015-signers): New user option.
11983 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11984 (mml2015-epg-encrypt): Allow to select signing keys.
11985
11986 * mml1991.el (mml1991-signers): New variable.
11987 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11988 (mml1991-epg-encrypt): Allow to select signing keys.
11989
11990 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11991
11992 * nnheader.el (nnheader-insert-head): Make it work even if the file
11993 uses CRLF for the line-break code.
11994
11995 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11996
11997 * mml2015.el: Require mml-sec instead of password.
11998 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11999 (mml2015-cache-passphrase): Inherit the default value from
12000 mml-secure-cache-passphrase.
12001 (mml2015-passphrase-cache-expiry): Inherit the default value from
12002 mml-secure-passphrase-cache-expiry.
12003
12004 * mml1991.el: Require mml-sec instead of password.
12005 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12006 (mml1991-cache-passphrase): Inherit the default value from
12007 mml-secure-cache-passphrase.
12008 (mml1991-passphrase-cache-expiry): Inherit the default value from
12009 mml-secure-passphrase-cache-expiry.
12010
12011 * mml-sec.el: Require password.
12012 (mml-secure-verbose): New user option.
12013 (mml-secure-cache-passphrase): New user option.
12014 (mml-secure-passphrase-cache-expiry): New user option.
12015
12016 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12017
12018 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12019 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12020 andreas@altroot.de (Andreas Vögele).
12021
12022 FIXME: Use `tiny change'?
12023
12024 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12025
12026 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12027 workaround for the url package included with Emacs.
12028
12029 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12030
12031 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12032
12033 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12034 correctly. This fixes a bug caused by the 2006-05-12 change.
12035
12036 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12037
12038 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12039 some information about the error when saying that the `bogus' mail
12040 group will be used.
12041
12042 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12043
12044 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12045 string.
12046
12047 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12048
12049 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12050
12051 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12052
12053 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12054
12055 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12056
12057 * mml1991.el (mml1991-function-alist): Add epg.
12058 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12059 (mml1991-epg-encrypt): New functions.
12060
12061 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12062
12063 * mml2015.el (mml2015-verbose): New variable.
12064 (mml2015-cache-passphrase): Ditto.
12065 (mml2015-passphrase-cache-expiry): Ditto.
12066 (mml2015-function-alist): Add epg.
12067 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12068 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12069 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12070 New functions.
12071
12072 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12073
12074 * message.el (message-cite-original-1): Preserve region when removing
12075 quoted text due to X-No-Archive in order to avoid bogus attribution
12076 when citing multiple messages.
12077
12078 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12079
12080 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12081 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12082
12083 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12084
12085 * gnus-diary.el (gnus-user-format-function-d)
12086 (gnus-user-format-function-D): Autoload.
12087
12088 * imap.el (Commentary): Fix typo.
12089
12090 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12091 2006-04-22 contribution.
12092
12093 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12094
12095 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12096 It didn't really fix the bogosity I'm seeing with solid web groups.
12097
12098 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12099
12100 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12101 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12102 created using server names. If we use the feature without declaring
12103 it, Gnus does not properly manage server and group state.
12104
12105 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12106 bound.
12107
12108 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12109
12110 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12111 looking up the method using GROUP's prefix before inventing a new one.
12112 It is used on killed/unknown groups in various places where returning
12113 an all-new method isn't expected by the caller.
12114
12115 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12116 and match semantics of gnus-group-real-prefix.
12117
12118 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12119
12120 * nnmail.el (nnmail-broken-references-mailers): New variable.
12121 (nnmail-ignore-broken-references): New function generalizing
12122 nnmail-fix-eudora-headers.
12123 (nnmail-fix-eudora-headers): Now obsolete.
12124
12125 * gnus-art.el (gnus-button-handle-custom):
12126 Support `customize-apropos*'.
12127
12128 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12129
12130 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12131
12132 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12133 articles.
12134
12135 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12136
12137 * message.el (message-cite-reply-above): New variable.
12138 (message-yank-original): Use it.
12139
12140 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12141
12142 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12143
12144 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12145
12146 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12147 as read.
12148
12149 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12150
12151 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12152
12153 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12154 (gnus-bookmark-default-file): Use gnus-directory.
12155 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12156 Remove "*" in doc string.
12157 (gnus-bookmark-write-file): Simplify.
12158 (gnus-bookmark-maybe-sort-alist): Use `when'.
12159 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12160 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12161 Add FIXME about Emacs 21 and XEmacs compatibility.
12162 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12163 compatibility.
12164 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12165 compatibility.
12166 (gnus-bookmark-menu-heading): Fix version.
12167
12168 2006-06-19 Bastien Guerry <bzg@altern.org>
12169
12170 * gnus-bookmark.el: New file.
12171
12172 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12173
12174 * message.el (message-syntax-checks): Doc fix.
12175
12176 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12177
12178 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12179 unsubscribed groups as if they were killed ones. It causes duplicate
12180 entries in gnus-newsrc-alist.
12181
12182 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12183
12184 * message.el (message-syntax-checks): Doc fix.
12185 (message-send-mail): Add check for continuation headers.
12186 (message-check-news-header-syntax): Fix regexp used to check for
12187 continuation headers.
12188
12189 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12190
12191 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12192
12193 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12194
12195 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12196
12197 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12198
12199 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12200 default-truncate-lines.
12201
12202 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12203
12204 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12205 to fill the utf-8 entry.
12206
12207 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12208
12209 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12210
12211 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12212
12213 * gnus-agent.el (directory-files-and-attributes): Move all the way
12214 forward (the third and final move).
12215 (gnus-agent-read-agentview): Trap reconstruction errors due to
12216 nonexistent directory. Handle by returning nil.
12217
12218 2006-05-30 Didier Verna <didier@xemacs.org>
12219
12220 * message.el (message-dont-reply-to-names): Update the custom type.
12221 * message.el (message-dont-reply-to-names): New defsubst: potentially
12222 convert a list of regexps into a single one.
12223 * message.el (message-get-reply-headers): Use it.
12224 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12225
12226 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12227
12228 * gnus-agent.el (directory-files-and-attributes): Move forward.
12229
12230 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12231
12232 * gnus-ml.el (gnus-mailing-list-subscribe)
12233 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12234 (gnus-mailing-list-message): Fix doc strings.
12235
12236 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12237
12238 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12239 of doing it manually.
12240
12241 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12242
12243 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12244 comment.
12245
12246 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12247
12248 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12249 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12250 (gnus-agent-read-local): All symbols allocated in my-obarray.
12251 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12252 (gnus-agent-regenerate-group): Check numeric names to see if they are
12253 messages or groups.
12254 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12255 better way of do this...)
12256
12257 * gnus-cache.el (gnus-agent-total-fetched-for):
12258 Ignore 'dummy.group' (there should be a better way of do this...)
12259
12260 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12261
12262 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12263 (gnus-saved-headers): Ditto.
12264 (gnus-default-article-saver): Mention functions may have properties.
12265 (gnus-article-save): Override gnus-save-all-headers and
12266 gnus-saved-headers by :headers property which saver function may have.
12267 (gnus-summary-save-in-file): Add :headers property.
12268 (gnus-summary-write-to-file): Ditto.
12269
12270 * gnus-sum.el (gnus-summary-save-article): Bind
12271 gnus-prompt-before-saving to t when saving many articles in a file;
12272 always show all headers.
12273
12274 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12275
12276 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12277 marks.
12278
12279 * message.el (message-indent-citation): Add optional arguments to allow
12280 using it outside of message buffers.
12281
12282 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12283 (gnus-article-treat-unfold-headers): Use it.
12284 (gnus-article-truncate-lines): New variable.
12285 (gnus-article-mode): Use it.
12286 (gnus-article-toggle-truncate-lines): New function.
12287
12288 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12289 Add gnus-article-toggle-truncate-lines.
12290
12291 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12292 coding system in XEmacs, use binary.
12293
12294 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12295
12296 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12297 after-load-alist.
12298
12299 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12300 this function should save decoded articles.
12301 (gnus-summary-write-to-file): Use property to specify this function
12302 should save decoded articles and specify gnus-summary-save-in-file
12303 should be used to save articles other than the first one when saving
12304 many articles.
12305 (gnus-summary-save-body-in-file): Use property to specify this
12306 function should save decoded articles.
12307 (gnus-summary-write-body-to-file): Use property to specify this
12308 function should save decoded articles and specify
12309 gnus-summary-save-body-in-file should be used to save articles other
12310 than the first one when saving many articles.
12311
12312 * gnus-sum.el (gnus-summary-save-article): Simplify.
12313
12314 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12315
12316 * gnus-art.el (gnus-default-article-saver):
12317 Add gnus-summary-write-body-to-file.
12318 (gnus-article-save-coding-system): Don't use coding system object
12319 in XEmacs.
12320 (gnus-read-save-file-name): Add optional `dir-var' argument which
12321 specifies directory in which files are saved; work even if optional
12322 `variable' argument is not specified.
12323 (gnus-summary-write-to-file): Read file name.
12324 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12325 (gnus-summary-write-body-to-file): New function.
12326
12327 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12328 (gnus-summary-local-variables): Add it.
12329 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12330 (gnus-summary-save-article): Remove optional `decode' argument;
12331 determine whether to decode articles by the value of
12332 gnus-default-article-saver; when saving many files using
12333 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12334 it first and use gnus-summary-save-in-file or
12335 gnus-summary-save-body-in-file thereafter unless
12336 gnus-prompt-before-saving is always; move point to article which
12337 will be saved.
12338 (gnus-summary-save-article-file): Revert.
12339 (gnus-summary-write-article-file): Revert.
12340 (gnus-summary-save-article-body-file): Revert.
12341 (gnus-summary-write-article-body-file): New function.
12342
12343 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12344
12345 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12346
12347 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12348
12349 * gnus-art.el (gnus-default-article-saver): Doc fix.
12350 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12351 from gnus-summary-save-article-coding-system, and default to a
12352 certain coding system.
12353 (gnus-output-to-file): Add coding cookie and encode text according
12354 to gnus-article-save-coding-system; don't use mm-append-to-file.
12355
12356 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12357 gnus-art.el and rename to gnus-article-save-coding-system.
12358 (gnus-summary-save-article): Require gnus-art; don't show all
12359 headers if it decodes articles; don't add coding cookie here;
12360 don't bind mm-text-coding-system-for-write.
12361 (gnus-summary-save-article-file): Save decoded articles.
12362 (gnus-summary-write-article-file): When saving many files, use
12363 gnus-summary-write-to-file first and gnus-summary-save-in-file
12364 thereafter unless gnus-prompt-before-saving is always.
12365 (gnus-summary-save-article-body-file): Save decoded articles.
12366
12367 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12368
12369 * nnrss.el (nnrss-check-group): Bind hash-index.
12370
12371 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12372
12373 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12374 its hash index. Store this hash in `nnrss-group-data'.
12375 (nnrss-read-group-data): Update accordingly.
12376
12377 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12378
12379 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12380 entry.
12381
12382 * gnus-sum.el (gnus-summary-make-menu-bar):
12383 Add gnus-article-browse-html-article.
12384
12385 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12386
12387 * gnus-sum.el (gnus-summary-mime-map):
12388 Add gnus-article-browse-html-article.
12389
12390 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12391
12392 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12393 suitable coding systems in customize.
12394
12395 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12396
12397 * mail-source.el (mail-sources): Fix custom type.
12398
12399 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12400
12401 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12402 (gnus-summary-expire-articles-now): Shorten prompt.
12403
12404 * gmm-utils.el (wid-edit): Require.
12405 (defun-gmm): Rename from `gmm-defun-compat'.
12406 (gmm-image-search-load-path): Use it.
12407 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12408
12409 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12410
12411 * gnus-sum.el (gnus-summary-save-article-coding-system):
12412 New variable.
12413 (gnus-summary-save-article): Add optional `decode' argument.
12414 If it is set and gnus-summary-save-article-coding-system is non-nil,
12415 save decoded article.
12416 (gnus-summary-write-article-file): Save decoded article if
12417 gnus-summary-save-article-coding-system is non-nil.
12418
12419 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12420 type.
12421
12422 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12423
12424 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12425
12426 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12427
12428 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12429 first to test gnus-single-article-buffer which may be buffer-local.
12430
12431 * gnus-sum.el (gnus-summary-setup-buffer):
12432 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12433 group; make gnus-article-buffer, gnus-article-current, and
12434 gnus-original-article-buffer always buffer-local.
12435 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12436 group.
12437 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12438
12439 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12440
12441 * nnml.el (nnml-request-compact-group): Compressed files might not
12442 have .gz extension.
12443
12444 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12447 (mm-copy-to-buffer): Use with-current-buffer.
12448 (mm-display-part): Simplify.
12449 (mm-inlinable-p): Add optional arg `type'.
12450
12451 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12452
12453 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12454 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12455 Try harder to show the attachment internally or externally using
12456 gnus-mime-view-part-as-type.
12457
12458 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12459
12460 * message.el (message-from-style, message-signature-separator)
12461 (message-user-organization-file, message-send-mail-function)
12462 (message-citation-line-function, message-yank-prefix)
12463 (message-indent-citation-function, message-signature)
12464 (message-signature-file, message-signature-insert-empty-line):
12465 Remove autoloads.
12466
12467 * gnus-art.el (gnus-buttonized-mime-types):
12468 Remove "multipart/signed". Revert 2006-04-26 change.
12469
12470 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12471
12472 * gnus.el (gnus-version-number): Bump version.
12473
12474 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12475
12476 * gnus.el: No Gnus v0.5 is released.
12477
12478 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12479
12480 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12481 fetching articles by message-id.
12482
12483 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12484
12485 * message.el (hashcash): Require hashcash as normal.
12486
12487 * ecomplete.el (ecomplete-highlight-match-line):
12488 Use point-at-eol.
12489 (ecomplete-highlight-match-line): Use `highlight', because that
12490 face exists in both Emacs and XEmacs.
12491
12492 * message.el (message-display-abbrev): Use point-at-bol.
12493
12494 * mail-source.el: Don't require timer/timer-funcs.
12495
12496 * gnus-async.el: Ditto.
12497
12498 * password.el: Ditto.
12499
12500 * mm-url.el: Ditto.
12501
12502 * mm-util.el: Require timer/timer-funcs.
12503
12504 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12505
12506 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12507 Close.
12508
12509 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12510
12511 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12512 unibyte after clear-decrypt function runs.
12513
12514 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12515 returns as a unibyte string.
12516
12517 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12518
12519 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12520 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12521 (mml1991-pgg-encrypt): Ditto.
12522
12523 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12524
12525 * message.el (message-user-organization-file): Check several
12526 locations of the organization file.
12527
12528 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12529 Add gnus-article-view-part-as-type.
12530
12531 * gnus-art.el (gnus-article-view-part-as-type): New function.
12532
12533 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12534 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12535
12536 * mml.el: Simplify autoload.
12537 (mml-mode): defvar dnd-protocol-alist instead of using
12538 symbol-value.
12539 (mml-default-directory): New variable.
12540 (mml-minibuffer-read-file): Use it.
12541 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12542
12543 * message.el (message-citation-line-format): New variable.
12544 (message-insert-formated-citation-line): New function.
12545 (message-citation-line-function):
12546 Add `message-insert-formated-citation-line' to custom type.
12547
12548 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12549 to doc string.
12550
12551 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12552 depending on mm-verify-option.
12553
12554 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12555
12556 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12557 binding pgg-* variables; reimplement the section which prevents
12558 MIME header from being signed.
12559 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12560 pgg-text-mode; remove a blank line at the top of body.
12561
12562 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12563 lines at the top of body; use gnus-newsgroup-charset if there's no
12564 Charset header.
12565
12566 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12567
12568 * message.el (message-self-insert-commands): Doc fix.
12569
12570 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12571 (mm-uu-pgp-encrypted-test): Ditto.
12572 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12573 between header and body; return application/pgp-encrypted handle
12574 if decryption failed; decode decrypted body by charset.
12575
12576 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12577 element match to application/pgp-*.
12578
12579 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12580
12581 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12582 HTML.
12583
12584 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12585
12586 * mail-source.el (mail-source-call-script): Message the error
12587 string.
12588
12589 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12590
12591 * gnus-util.el (gnus-byte-compile): Use it.
12592
12593 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12594
12595 * gnus-util.el (kill-empty-logs): New function.
12596
12597 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12598
12599 * message.el (message-mail-alias-type): Doc fix.
12600 (message-mail-alias-type-p): New function.
12601 (message-send): Use it.
12602 (message-mode): Ditto.
12603 (message-strip-forbidden-properties): Ditto.
12604
12605 * ecomplete.el (ecomplete-database-file-coding-system):
12606 New variable.
12607 (ecomplete-save): Use it.
12608 (ecomplete-setup): Use it.
12609
12610 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12611
12612 * message.el (message-self-insert-commands): New variable.
12613 (message-strip-forbidden-properties): Use it.
12614
12615 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12616
12617 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12618 that doesn't make XEmacs choke.
12619
12620 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12621
12622 * gnus-util.el (gnus-replace-in-string):
12623 Prefer replace-regexp-in-string over of replace-in-string.
12624
12625 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12626
12627 * gnus-util.el (gnus-select-frame-set-input-focus):
12628 Use select-frame-set-input-focus if it is available in XEmacs; use
12629 definition defined in Emacs 22 for old Emacsen.
12630
12631 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12632
12633 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12634
12635 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12636
12637 * gnus-registry.el (gnus-registry-cache-save): Remove text
12638 properties when saving via the temp buffer.
12639
12640 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12641
12642 * message.el (message-generate-hashcash): Honor custom type.
12643
12644 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12645
12646 * message.el (message-generate-hashcash): Default to non-nil when
12647 hashcash is found.
12648
12649 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12650 (gnus-refer-thread-limit): Increase default to 500.
12651
12652 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12653
12654 * flow-fill.el (fill-flowed): Allow delete-space.
12655
12656 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12657
12658 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12659 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12660 Remove autoloads.
12661
12662 2006-04-18 Simon Josefsson <jas@extundo.com>
12663
12664 * message.el (message-generate-hashcash): Default to.
12665
12666 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12667
12668 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12669 concatenating segments rather than before concatenating them.
12670
12671 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12672
12673 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12674
12675 * imap.el (imap-quote-specials): New function.
12676 (imap-login-auth): Quote specials.
12677
12678 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12679
12680 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12681
12682 * message.el (message-forward-make-body-plain):
12683 Allow message-forward-ignored-headers to be a list.
12684 (message-remove-ignored-headers): Factor out into function.
12685 (message-forward-make-body-mml): Use it.
12686 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12687 (rfc2231-parse-string): Allow concatanation of parameters that
12688 aren't contiguous. The test case is
12689 (mail-header-parse-content-type "message/external-body;
12690 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12691 access-type=LOCAL-FILE;
12692 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12693
12694 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * nntp.el (nntp-accept-process-output): Return the value of
12697 `nnheader-accept-process-output'.
12698
12699 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12700
12701 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12702 (gnus-button-alist): Recognize more diff formats.
12703 (gnus-button-patch): Strip directory.
12704
12705 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12706
12707 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12708 Emacs 22 when setting focus.
12709
12710 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12711
12712 * gnus-art.el (gnus-article-treat-types): Do treatment of
12713 text/x-verbatim parts.
12714 (gnus-button-patch): New command.
12715
12716 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12717 addresses that contain invalid characters.
12718
12719 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12720
12721 * message.el (message-put-addresses-in-ecomplete):
12722 Use gnus-replace-in-string.
12723 (message-is-yours-p): Use the more correct
12724 mail-header-parse-address instead of
12725 mail-extract-address-components.
12726 (message-put-addresses-in-ecomplete): Fix typo.
12727
12728 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12729 keystroke.
12730
12731 * gnus-art.el (gnus-treatment-function-alist): Change order of
12732 newsgroups/generic header folding to avoid double-folding.
12733
12734 * message.el (message-hidden-headers): Add X-Draft-From.
12735
12736 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12737 New command.
12738 (gnus-summary-repeat-search-article-backward): New command.
12739
12740 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12741 groups in the parent topic.
12742
12743 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12744
12745 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12746 (spam-extra-header-to-number): Return the CRM114 number as a
12747 number instead of a string.
12748
12749 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12750
12751 * gnus-art.el (gnus-face-properties-alist): Move here from
12752 gnus-fun.
12753
12754 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12755
12756 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12757
12758 * message.el (message-strip-forbidden-properties): Only display on
12759 self-insert-command.
12760
12761 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12762 reindent.
12763 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12764
12765 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12766
12767 * smiley.el (smiley-style): Fix typo.
12768
12769 2006-03-23 Kenichi Handa <handa@m17n.org>
12770
12771 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12772 instead of set-buffer-multibyte.
12773
12774 2006-03-23 Kenichi Handa <handa@m17n.org>
12775
12776 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12777 buffer and then decode the buffer text if necessary.
12778 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12779 first, and after mm-encode-body, change the buffer to unibyte.
12780
12781 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12782
12783 * hashcash.el (hashcash-insert-payment-async-2):
12784 Use message-goto-eoh instead of doing it manually.
12785 (mail-add-payment): Use message-narrow-to-header instead of trying
12786 to do the same itself.
12787
12788 * message.el (message-hidden-headers): Add Face.
12789
12790 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12791 reparenting code.
12792 (gnus-summary-reparent-children): Refactored out code.
12793 (gnus-summary-thread-map): New keystroke.
12794 (gnus-summary-reparent-children): Make into command.
12795
12796 * smiley.el (smiley-style): Default to `medium' if using a large
12797 font.
12798
12799 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12800 does it itself.
12801
12802 * message.el (message-point-in-header-p): Simplify definition.
12803
12804 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12805
12806 * nnagent.el (nnagent-request-set-mark): Silence log file
12807 writing.
12808 (nnagent-request-set-mark): Use write-region instead of
12809 append-to-file.
12810
12811 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12812 strange select method.
12813
12814 * ecomplete.el (ecomplete-display-matches): Get highlightling
12815 right.
12816 (ecomplete-display-matches): Use literals.
12817 (ecomplete-display-matches): Disable message logging.
12818
12819 * message.el (message-display-abbrev): Small optimization.
12820
12821 * ecomplete.el (ecomplete-display-matches): Allow automatic
12822 display.
12823
12824 * message.el (message-strip-forbidden-properties):
12825 Display abbrevs.
12826 (message-display-abbrev): Get automatic display right.
12827
12828 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12829 keystrokes.
12830
12831 2006-04-13 Romain Francoise <romain@orebokech.com>
12832
12833 TODO: Backport to v5-10!
12834
12835 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12836 Move here (and rename) from gnus-registry.el.
12837
12838 * gnus-registry.el: Require gnus-util.
12839 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12840
12841 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12842
12843 * gnus-group.el (gnus-group-catchup-current):
12844 Change if-then-else-if-then-else into cond.
12845 (gnus-group-catchup): Indent.
12846 (group-name-at-point): New function.
12847 (gnus-fetch-group): Provide default from thing at point.
12848
12849 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12850
12851 * message.el (message-display-abbrev): Fix regexp.
12852
12853 * ecomplete.el (ecomplete-highlight-match-line):
12854 Reimplement choosing.
12855 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12856 dead variables.
12857
12858 * message.el (message-newline-and-indent): Remove debugging.
12859 (message-display-abbrev): Use new implementation.
12860
12861 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12862
12863 * gnus-art.el (gnus-article-mode):
12864 Set cursor-in-non-selected-windows to nil.
12865
12866 * smiley.el: Revert previous change.
12867 (smiley-data-directory): defvar it before using it in the
12868 defcustom of `smiley-style'.
12869
12870 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12871
12872 * message.el (message-newline-and-indent): New function.
12873
12874 * ecomplete.el: Implement more bits.
12875
12876 * message.el (message-put-addresses-in-ecomplete): Clean up the
12877 string.
12878
12879 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12880
12881 * gnus-sum.el (gnus-summary-save-parts):
12882 Bind gnus-summary-save-parts-counter and use it to make unique file
12883 names.
12884
12885 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12886
12887 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12888 parameter to say whether to actually parse the individual
12889 addresses.
12890
12891 * message.el (message-put-addresses-in-ecomplete): New function.
12892 (ecomplete): Require.
12893 (message-mail-alias-type): Add ecomplete as an option.
12894
12895 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12896
12897 * flow-fill.el (fill-flowed): Remove trailing space from blank
12898 quoted lines.
12899
12900 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12901
12902 * smiley.el (smiley-style): Move definition later to avoid a
12903 compilation warning.
12904
12905 2006-04-12 Kenichi Handa <handa@m17n.org>
12906
12907 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12908 buffer and then decode the buffer text if necessary.
12909 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12910 first, and after mm-encode-body, change the buffer to unibyte.
12911 Use mm-disable-multibyte instead of set-buffer-multibyte.
12912
12913 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12914
12915 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12916 Content-Type header instead of Content-Disposition header.
12917 (gnus-mime-inline-part): Ditto.
12918 (gnus-mime-view-part-as-charset): Ignore charset that the part
12919 specifies.
12920
12921 * mm-decode.el (mm-display-part): Work with external parts and
12922 usual parts similarly.
12923
12924 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12925 instead of gnus-display-mime.
12926
12927 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12928 instead of with-temp-buffer.
12929
12930 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12931 tag to summarized topics part in order to encode non-ASCII text.
12932
12933 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12934
12935 * smiley.el (smiley-style): New variable.
12936 (smiley-directory): New function.
12937 (smiley-data-directory): Derive from `smiley-style' using
12938 `smiley-directory'.
12939 (smiley-regexp-alist): Add new entries.
12940
12941 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12942 (gnus-article-browse-delete-temp): Add :version.
12943
12944 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12945
12946 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12947 the sieve region.
12948
12949 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12950
12951 * gnus.el (gnus-version-number): Bump version.
12952
12953 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12954
12955 * gnus.el: No Gnus v0.4 is released.
12956
12957 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12958
12959 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12960 layout.
12961
12962 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12963 unknown charset.
12964
12965 * message.el (message-header-synonyms): Add Original-To to the
12966 default.
12967
12968 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12969 optional parameter.
12970
12971 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12972
12973 * gnus-fun.el (gnus): Require it for gnus-directory.
12974
12975 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12976
12977 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12978
12979 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12980
12981 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12982
12983 2006-04-05 Simon Josefsson <jas@extundo.com>
12984
12985 * password.el (password-reset): New function.
12986
12987 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12988
12989 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12990 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12991
12992 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12993
12994 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12995 Some whitespace was matched into the url, which broke browsing hits
12996 > 100 when mm-url-use-external was nil.
12997
12998 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12999
13000 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13001 Check gnus-extra-headers for 'Newsgroups.
13002
13003 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13004 bound.
13005
13006 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13007
13008 * pgg-gpg.el: Clean up process buffers every time gpg processes
13009 complete.
13010
13011 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13012
13013 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13014 doc string.
13015
13016 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13017
13018 * pgg-gpg.el (pgg-gpg-process-filter)
13019 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13020
13021 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13022 lines, temporary fix.
13023
13024 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13025
13026 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13027
13028 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13029
13030 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13031 default-enable-multibyte-characters. This reverts the change from
13032 revision 6.17 which is no longer necessary because the passphrase
13033 is sent separately now. GnuPG messages are unreadable under
13034 multibyte locales with default-enable-multibyte-characters set to
13035 nil.
13036
13037 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13038
13039 * message.el (message-tool-bar-gnome): Move "spell".
13040
13041 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13042
13043 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13044 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13045 instead.
13046
13047 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13048
13049 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13050 Improve newsgroups handling for NNTP overviews which don't include
13051 Newsgroups.
13052
13053 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13054
13055 * message.el (message-resend): Bind message-generate-hashcash to nil.
13056
13057 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13058
13059 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13060 when searching for already-paid recipients.
13061
13062 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13063
13064 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13065 passphrases when it is not needed.
13066 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13067 passphrase stuff from gpg, should only be necessary when you use
13068 gpg with a smartcard.
13069
13070 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13071
13072 * mml.el (mml-insert-mime): Ignore cached contents of
13073 message/external-body part.
13074
13075 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13076 (mm-insert-part): Ditto.
13077
13078 2006-03-23 Simon Josefsson <jas@extundo.com>
13079
13080 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13081 Reiner.
13082 (pgg-gpg-use-agent-p): Use it again.
13083
13084 2006-03-23 Simon Josefsson <jas@extundo.com>
13085
13086 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13087 older emacsen.
13088 (pgg-gpg-use-agent-p): Don't use it.
13089
13090 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13091
13092 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13093 if we can.
13094
13095 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13096
13097 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13098 (pgg-gpg-update-agent): New function.
13099 (pgg-gpg-use-agent-p): New function.
13100 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13101 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13102 (pgg-gpg-sign-region): Use it.
13103
13104 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13105
13106 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13107 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13108
13109 2006-03-21 Simon Josefsson <jas@extundo.com>
13110
13111 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13112 <wilde@sha-bang.de>.
13113 (pgg-gpg-use-agent): New variable.
13114 (pgg-gpg-process-region): Use it.
13115 (pgg-gpg-encrypt-region): Likewise.
13116 (pgg-gpg-encrypt-symmetric-region): Likewise.
13117 (pgg-gpg-decrypt-region): Likewise.
13118 (pgg-gpg-sign-region): Likewise.
13119 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13120
13121 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13122
13123 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13124
13125 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13126 Add comment on version.
13127
13128 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13129
13130 * smiley.el: Add missing test smiley.
13131
13132 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13133
13134 * mm-decode.el (mm-with-part): New macro.
13135 (mm-get-part): Use it; work with message/external-body as well.
13136 (mm-save-part): Treat name and filename equally.
13137
13138 * mm-extern.el (mm-extern-cache-contents): New function.
13139 (mm-inline-external-body): Use it; force the part to be displayed;
13140 move undisplayer added to the cached handle to the parent.
13141
13142 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13143 (gnus-mime-view-part-as-type): Work with message/external-body.
13144
13145 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13146
13147 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13148
13149 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13150 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13151 Emacs.]
13152
13153 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13154
13155 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13156 path rather than symbol. Always return list of directories.
13157 Guarantee that image directory comes first. [Sync with image.el,
13158 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13159
13160 * message.el (message-make-tool-bar): Adjust to new API of
13161 `gmm-image-load-path-for-library'.
13162
13163 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13164
13165 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13166
13167 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13168
13169 * gnus-art.el (gnus-article-only-boring-p):
13170 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13171 intangible text.
13172 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13173
13174 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13175
13176 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13177 Use `defun' instead of `gmm-defun-compat'.
13178
13179 2006-03-14 Simon Josefsson <jas@extundo.com>
13180
13181 * message.el (message-unique-id): Don't use message-number-base36
13182 if (user-uid) is a float.
13183 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13184
13185 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13186
13187 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13188
13189 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13190 empty line between a part and a message part.
13191
13192 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13193
13194 * smiley.el: Add more test smileys.
13195 (smiley-data-directory, smiley-regexp-alist)
13196 (gnus-smiley-file-types): Fix doc strings.
13197 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13198 adding new elements.
13199 (smiley-mouse-map): Unused code. Make it a comment.
13200
13201 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13202
13203 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13204 scan latest NoCeM messages instead of old ones.
13205 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13206 delimiters that are recently used.
13207 (gnus-nocem-load-cache): Add autoload cookie.
13208
13209 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13210
13211 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13212 level which is larger than gnus-use-nocem is specified.
13213
13214 * gnus-group.el (gnus-group-get-new-news): Ditto.
13215
13216 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13217
13218 * gnus-util.el (gnus-tool-bar-update): New function.
13219
13220 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13221 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13222
13223 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13224
13225 * gnus-group.el (gnus-group-redraw-when-idle)
13226 (gnus-group-redraw-check): Remove.
13227 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13228
13229 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13230
13231 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13232 if optional last element is specified in splits (FIELD VALUE...).
13233
13234 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13235
13236 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13237 to gmm-image-load-path-for-library. Call with no-error argument.
13238 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13239
13240 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13241
13242 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13243
13244 * gmm-utils.el (gmm-image-load-path): Remove alias.
13245
13246 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13247
13248 * gmm-utils.el (gmm-image-load-path): Add alias.
13249
13250 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13251 nnml-generate-nov-databases-1.
13252 (nnml-generate-nov-databases): Use it.
13253 (nnml-generate-nov-databases-directory): Document no-active
13254 argument.
13255
13256 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13257 directory if path is t. Add no-error.
13258
13259 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13260 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13261
13262 * gnus-art.el (gnus-article-browse-delete-temp-files):
13263 Simplify resetting gnus-article-browse-html-temp-list.
13264
13265 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13266 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13267 Add example to docstring. Rename local variables. Move error
13268 checks to default case in cond and simplify.
13269
13270 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13271
13272 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13273 handle is multipart when calling it recursively.
13274 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13275
13276 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13277
13278 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13279 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13280
13281 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13282
13283 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13284 is loaded.
13285
13286 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13287 loaded.
13288
13289 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13290
13291 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13292 to "Emacs 23 (unicode)" in doc string.
13293
13294 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13295 "Emacs 23 (unicode)" in comment.
13296
13297 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13298
13299 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13300
13301 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13302 characters 160 through 255 in Emacs 23.
13303
13304 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13305
13306 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13307 gnus-article-browse-html-temp.
13308 (gnus-article-browse-delete-temp): Make it customizable.
13309 Add `file'. Adjust doc string.
13310 (gnus-article-browse-delete-temp-files): Add argument.
13311 Allow query for each file. Adjust doc string.
13312 (gnus-article-browse-html-parts):
13313 Add `gnus-article-browse-delete-temp-files' to
13314 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13315
13316 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13317
13318 * gnus-art.el (gnus-article-browse-html-temp)
13319 (gnus-article-browse-delete-temp): New variables.
13320 (gnus-article-browse-delete-temp-files): New function.
13321 (gnus-article-browse-html-parts): Use it.
13322
13323 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13324
13325 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13326
13327 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13328 string.
13329
13330 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13331 gnus-summary-insert-new-articles when unplugged.
13332 Remove gnus-summary-search-article-forward.
13333
13334 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13335 display-visual-class instead of display-color-cells.
13336
13337 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13338
13339 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13340 message/* containing non-ASCII text properly.
13341
13342 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13343
13344 * message.el: Require gmm-utils, remove autoloads.
13345 (message-tool-bar): Set default based on
13346 gmm-tool-bar-style.
13347 (message-tool-bar-gnome): Add gmm-customize-mode.
13348
13349 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13350 gmm-tool-bar-style.
13351 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13352
13353 * gnus-group.el (gnus-group-tool-bar): Set default based on
13354 gmm-tool-bar-style.
13355 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13356
13357 * gmm-utils.el (gmm-image-directory): Rename variable from
13358 gmm-image-load-path.
13359 (gmm-image-load-path): Use gmm-image-directory.
13360 (gmm-customize-mode): New function.
13361 (gmm-tool-bar-style): New variable.
13362
13363 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13364 gnus-group-redraw-line-number.
13365 (gnus-group-redraw-check): Simplify.
13366 (gnus-group-tool-bar-update): Remove redraw check.
13367 (gnus-group-make-tool-bar): Add redraw check.
13368
13369 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13370
13371 * gnus-art.el (gnus-button): Add missing parentheses.
13372
13373 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13374
13375 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13376
13377 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13378
13379 * gnus-art.el (gnus-button): New face.
13380 (gnus-article-button-face): Use it.
13381
13382 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13383 Add gnus-summary-next-page. Re-order.
13384
13385 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13386 next-node are now included.
13387 (gnus-group-redraw-line-number): New internal variable.
13388 (gnus-group-redraw-check): Helper function for updating the tool
13389 bar.
13390 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13391
13392 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13393
13394 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13395 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13396 Use it to match format of Spamassassin 3.0 and later.
13397 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13398 (spam-check-bogofilter)
13399 (spam-bogofilter-register-with-bogofilter): Fix args of
13400 `gnus-error' calls.
13401
13402 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13403
13404 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13405 unnecessary interaction when sending queued mails.
13406 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13407
13408 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13409
13410 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13411 first or last are nil.
13412
13413 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13414
13415 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13416
13417 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13418
13419 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13420
13421 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13422
13423 * dns.el (query-dns): Protect more against buggy tcp output.
13424
13425 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13426
13427 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13428 nov.php.
13429
13430 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13431
13432 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13433 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13434 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13435 output on the server side.
13436 (nnweb-google-create-mapping): Update regexps and add some
13437 progress indication.
13438
13439 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13440
13441 * gnus-group.el (gnus-group-tool-bar-gnome):
13442 Fix gnus-agent-toggle-plugged. Re-order icons.
13443 (gnus-group-tool-bar-gnome):
13444 Add gnus-group-{prev,next}-unread-group.
13445 (gnus-group-tool-bar-gnome): Re-order icons.
13446
13447 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13448 Move gnus-summary-insert-new-articles.
13449
13450 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13451 Fix comments.
13452
13453 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13454 also available in Emacs 21.3.
13455
13456 * message.el (message-fix-before-sending): Change "Emacs 22" to
13457 "Emacs 23 (unicode)" in comment.
13458
13459 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13460 "Emacs 23 (unicode)" in comment.
13461
13462 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13463 comment.
13464 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13465
13466 * mm-view.el (mm-fill-flowed): Add :version.
13467
13468 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13469
13470 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13471 and load-path.
13472
13473 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13474
13475 * message.el: Autoload gmm-image-load-path.
13476 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13477 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13478 consitency.
13479
13480 * gmm-utils.el (gmm-image-load-path): Also search in
13481 "../etc/images". Don't set gmm-image-load-path if we don't find
13482 the image.
13483
13484 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13485
13486 * gmm-utils.el (gmm-image-load-path): Don't make
13487 `gmm-image-load-path' include subdirectories which the second arg
13488 `image' might specify.
13489
13490 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13491 subdirectory to icon file names.
13492
13493 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13494
13495 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13496
13497 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13498 gmm-image-load-path calls.
13499
13500 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13501
13502 * message.el (message-make-tool-bar): Ditto.
13503
13504 * mml.el (mml-preview): Add comment concerning tool bar icons.
13505
13506 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13507 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13508
13509 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13510 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13511
13512 * message.el (message-tool-bar-gnome): Use new icon names.
13513 (message-make-tool-bar): Use `gmm-image-load-path'.
13514
13515 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13516 New functions from MH-E.
13517 (gmm-image-load-path): New variable from MH-E.
13518 (gmm-image-load-path): New function from MH-E. Add arguments
13519 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13520 *-image-load-path-called-flag.
13521
13522 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13523
13524 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13525
13526 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13527
13528 * nnimap.el (nnimap-request-move-article): Change folder back to
13529 source group before deleting.
13530
13531 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13532
13533 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13534
13535 * gnus-art.el (mm-url-insert-file-contents-external):
13536 Autoload mm-url.
13537
13538 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13539
13540 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13541
13542 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13543 coding system which mm-charset-to-coding-system returns for a
13544 given charset is valid.
13545
13546 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13547
13548 * html2text.el (html2text-remove-tag-list):
13549 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13550
13551 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13552
13553 * gnus-cus.el: Revert 2005-10-17 change.
13554
13555 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13556
13557 * gnus-art.el (article-strip-banner):
13558 Call article-really-strip-banner only when the regexp match is made.
13559
13560 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13561
13562 * gnus-art.el (article-strip-banner):
13563 Use gnus-extract-address-components instead of
13564 mail-header-parse-addresses to make it work with non-ASCII text;
13565 remove mail-encode-encoded-word-string.
13566
13567 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13568 values which are surrounded with \"...\"; make it never cause a
13569 Lisp error; give up parsing of parameters if it failed in
13570 extracting type.
13571
13572 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13573
13574 * smime.el (smime-cert-by-ldap-1): Fix bug where
13575 `smime-ldap-search' returns results without userCertificates.
13576
13577 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13578
13579 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13580
13581 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13582
13583 * spam.el (spam-check-spamassassin-headers): Adapt format for
13584 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13585 <ari@mbf.ocn.ne.jp>.
13586 (spam-list-of-processors): Add spam-use-gmane.
13587
13588 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13589
13590 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13591 make-temp-file; make it work with XEmacs as well.
13592
13593 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13594 mm-make-temp-file.
13595
13596 * mm-decode.el (mm-display-external): Use the 3rd arg of
13597 mm-make-temp-file.
13598 (mm-create-image-xemacs): Ditto.
13599
13600 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13601
13602 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13603 with message-narrow-to-headers.
13604 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13605 (gnus-draft-check-draft-articles): New function.
13606 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13607
13608 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13609
13610 * gnus-art.el (gnus-article-browse-html-parts):
13611 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13612 Don't use suffix argument for mm-make-temp-file for Emacs 21
13613 compatibility. Remove useless `format'.
13614
13615 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13616
13617 * nnweb.el (nnweb-google-wash-article): Update regexps.
13618 (nnweb-group-alist): Use defvoo instead of defvar.
13619
13620 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13621
13622 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13623 re-loading nn* modules.
13624
13625 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13626
13627 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13628 for `tool-bar-mode' and don't check it's default-value.
13629
13630 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13631
13632 * message.el (message-make-tool-bar): Ditto.
13633
13634 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13635 `substring'. Shorten tmp-file name.
13636
13637 * gnus.el: Remove bogus comment.
13638
13639 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13640
13641 * gnus-art.el (gnus-article-browse-html-parts): New function.
13642 (gnus-article-browse-html-article): New function for viewing html
13643 articles with a browser.
13644
13645 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13646
13647 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13648 (mml2015-pgg-encrypt): Ditto.
13649
13650 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13651 (mml1991-pgg-encrypt): Ditto.
13652
13653 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13654
13655 * nnfolder.el (nnfolder-insert-newsgroup-line):
13656 Use message-make-date instead of current-time-string.
13657
13658 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13659 to gnus-decoded which mm-uu might set.
13660
13661 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13662
13663 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13664 don't decode quoted parameters; remove misimported Emacs code.
13665 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13666 (rfc2231-decode-encoded-string): Don't use split-string which
13667 behaves differently according to Emacs version; use
13668 mm-decode-coding-region to convert charset to coding-system.
13669 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13670 (rfc2231-encode-string): Remove misimported Emacs code.
13671
13672 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13673
13674 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13675 when calling mail-header-parse-content-type.
13676 (article-de-quoted-unreadable): Ditto.
13677 (article-de-base64-unreadable): Ditto.
13678 (article-wash-html): Ditto.
13679
13680 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13681 calling mail-header-parse-content-type and
13682 mail-header-parse-content-disposition.
13683 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13684 mail-header-parse-content-type.
13685
13686 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13687 insert charset and format parameters; encode description after
13688 inserting it to buffer.
13689 (mml-insert-parameter): Fold lines properly even if a parameter is
13690 segmented into two or more lines; change the max column to 76.
13691
13692 * rfc1843.el (rfc1843-decode-article-body): Don't use
13693 ignore-errors when calling mail-header-parse-content-type.
13694
13695 * rfc2231.el (rfc2231-parse-string): Return at least type if
13696 possible; don't cause an error even if it fails in parsing of
13697 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13698 (rfc2231-encode-string): Don't break lines at the beginning, leave
13699 it to mml-insert-parameter.
13700
13701 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13702 calling mail-header-parse-content-type.
13703
13704 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13705
13706 * spam-report.el (spam-report-gmane-use-article-number):
13707 Improve doc string.
13708 (spam-report-gmane-internal): Check if a suitable header was found
13709 in the article.
13710
13711 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13712
13713 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13714 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13715
13716 2006-02-05 Romain Francoise <romain@orebokech.com>
13717
13718 Update copyright notices of all files in the gnus directory.
13719
13720 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13721
13722 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13723
13724 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13725
13726 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13727 segmented lines of parameter value to cope with Thunderbird 1.5
13728 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13729 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13730 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13731
13732 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13733
13734 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13735 parts.
13736
13737 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13738
13739 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13740 there's only one active file for all servers.
13741 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13742 solid groups. Gnus might have used a FAST request to select the group.
13743 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13744 and nnweb-search redundantly in the active file.
13745 (nnweb-request-list): Don't list bogus groups. There can only be one.
13746 (nnweb-request-create-group): Don't use ARGS.
13747 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13748 initialisations. Let nnoo do the work.
13749
13750 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13751
13752 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13753 Say the part has been decoded.
13754
13755 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13756
13757 2006-01-31 Kevin Ryde <user42@zip.com.au>
13758
13759 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13760 mailcap-viewer-test-cache when there's no 'test clause, since that
13761 will invert the meaning of a "nil" test previously determined by
13762 mailcap-mailcap-entry-passes-test.
13763
13764 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13765
13766 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13767 compiling.
13768
13769 * gnus-sum.el: Ditto.
13770
13771 * message.el: Don't bind tool-bar-map when compiling.
13772
13773 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13774
13775 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13776
13777 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13778
13779 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13780 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13781 current Google Groups.
13782
13783 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13784
13785 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13786 and tool-bar-mode.
13787
13788 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13789 and tool-bar-mode.
13790
13791 * message.el (message-tool-bar-update): Simplify.
13792 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13793
13794 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13795 gnus-summary-buffer.
13796 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13797 gnus-summary-reply.
13798
13799 * gmm-utils.el (gmm): Add :version.
13800
13801 2006-01-26 Steve Youngs <steve@sxemacs.org>
13802
13803 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13804 Don't autoload.
13805
13806 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13807
13808 * gmm-utils.el (gmm-verbose): Add :group.
13809
13810 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13811
13812 * message.el: Change some comments WRT tool-bars.
13813
13814 * gnus-sum.el (gnus-summary-tool-bar)
13815 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13816 (gnus-summary-tool-bar-zap-list): New variables.
13817 (gnus-summary-make-tool-bar): Complete rewrite using
13818 `gmm-tool-bar-from-list'.
13819
13820 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13821 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13822 New variables.
13823 (gnus-group-make-tool-bar): Complete rewrite using
13824 `gmm-tool-bar-from-list'.
13825 (gnus-group-tool-bar-update): New function.
13826
13827 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13828
13829 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13830
13831 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13832 is dissected into a single part of which the type is the same as
13833 the given one; decode charset.
13834
13835 2006-01-21 Kevin Ryde <user42@zip.com.au>
13836
13837 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13838 into alists as symbol not string, since that's what
13839 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13840 look for.
13841
13842 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13843
13844 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13845 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13846
13847 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13848
13849 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13850
13851 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13852 (gnus-mime-security-button-menu): New definition.
13853 (gnus-mime-security-button-map): Use them.
13854 (gnus-mime-security-button-menu): New function.
13855 (gnus-insert-mime-security-button): Addition to help echo.
13856 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13857 (gnus-mime-security-pipe-part): New functions.
13858
13859 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13860 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13861
13862 * mm-decode.el (mm-handle-set-disposition): Remove.
13863 (mm-handle-set-description): Remove.
13864
13865 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13866
13867 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13868 (mm-w3m-standalone-supports-m17n-p): New function.
13869 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13870 w3m usage.
13871
13872 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13873 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13874
13875 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13876
13877 * message.el (message-tool-bar-zap-list):
13878 Use gmm-tool-bar-zap-list as custom type.
13879 (message-tool-bar-update): New function.
13880 (message-tool-bar, message-tool-bar-gnome)
13881 (message-tool-bar-retro): Add message-tool-bar-update.
13882 (message-tool-bar-gnome): Add flyspell-buffer.
13883
13884 * gnus-util.el (gnus-error): Describe `args'.
13885
13886 * gmm-utils.el (gmm-error): Describe `args'.
13887 (gmm-tool-bar-zap-list): New widget.
13888 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13889
13890 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13891
13892 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13893 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13894 the number of recursive calls.
13895
13896 * mm-decode.el (mm-handle-set-disposition): New macro.
13897 (mm-handle-set-description): New macro.
13898
13899 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13900
13901 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13902 encoding.
13903
13904 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13905
13906 * message.el (message-tool-bar-zap-list, message-tool-bar)
13907 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13908 (message-tool-bar-local-item-from-menu): Remove.
13909 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13910 (message-make-tool-bar): New function.
13911 (message-mode): Use `message-make-tool-bar'.
13912
13913 * gmm-utils.el: New file.
13914 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13915 (gmm-lazy): New widget copied from `nnmail.el'.
13916 (gmm-tool-bar-from-list): New function for creating customizable
13917 tool bars.
13918 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13919 output.
13920 (gmm): Add :prefix to defgroup.
13921
13922 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13923
13924 * gmm-utils.el (gmm-widget-p): New function.
13925
13926 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13927
13928 * mml.el (mml-attach-file): Describe `description' in doc string.
13929 (mml-menu): Add Emacs MIME manual and PGG manual.
13930
13931 2006-01-20 Richard M. Stallman <rms@gnu.org>
13932
13933 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13934
13935 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13936
13937 * nntp.el (nntp-end-of-line): Doc fix.
13938
13939 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13940
13941 * imap.el (imap-open): Handle case where buffer is a buffer
13942 object.
13943
13944 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * gnus-delay.el (gnus-delay): Don't autoload.
13947 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13948 to be re-loaded when customizing the `gnus-delay' group.
13949
13950 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13951
13952 * message.el (message-insert-citation-line): Use newlines.
13953
13954 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13955
13956 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13957
13958 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13959
13960 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13961
13962 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13963
13964 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13965
13966 * mm-decode.el (mm-inlined-types): Add application/pgp.
13967 (mm-automatic-display): Ditto.
13968
13969 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13970 part as text.
13971
13972 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13973
13974 * nnrss.el: Update copyright.
13975 (nnrss-opml-import): Query whether to subscribe to each entry.
13976
13977 * gnus-art.el:
13978 * gnus-sum.el:
13979 * mm-uu.el:
13980 * mm-view.el: Update copyright.
13981
13982 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13983
13984 * message.el (message-info): New function.
13985 (message-mode-menu): Add it.
13986 Update copyright.
13987
13988 * ChangeLog: Fix and update copyright.
13989
13990 2006-01-13 Romain Francoise <romain@orebokech.com>
13991
13992 * message.el (message-forward-subject-name-subject): Prefer the
13993 address to 'nowhere' if the sender has no name.
13994 Fix typo. Update copyright year.
13995
13996 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13997
13998 * gnus-art.el (article-wash-html):
13999 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14000 (gnus-article-wash-html-with-w3m-standalone): New function.
14001
14002 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14003 mm-inline-text-html-render-with-w3m-standalone.
14004 (mm-text-html-washer-alist): Map w3m-standalone to
14005 gnus-article-wash-html-with-w3m-standalone.
14006 (mm-inline-text-html-render-with-w3m-standalone): New function.
14007
14008 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14009
14010 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14011 Improve LaTeX.
14012
14013 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14014
14015 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14016 (nnrss-request-article): Render text/plain parts as HTML.
14017
14018 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14019 the buffer.
14020
14021 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14022
14023 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14024 custom definition of `gnus-posting-styles'.
14025
14026 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14027 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14028
14029 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14030
14031 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14032 Use nntp for bug archive.
14033
14034 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14035
14036 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14037 parts.
14038 (nnrss-normalize-date): New function converts ISO 8601 date into
14039 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14040 (nnrss-check-group): Use it.
14041
14042 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14043
14044 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14045
14046 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14047 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14048 (nnrss-insert-w3): Ditto.
14049
14050 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14051
14052 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14053 the articles to be forwarded including the case where neither a
14054 number of articles nor a region is specified.
14055
14056 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14057
14058 * nnrss.el (nnrss-request-article): Fix last change; fill
14059 text/plain parts.
14060
14061 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14062
14063 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14064 in text/plain part.
14065 (nnrss-check-group): Don't add excessive newline to dc:subject.
14066
14067 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14068
14069 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14070 article.
14071
14072 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14073
14074 * nnml.el: Don't require gnus-bcklg. Autoload it.
14075 (nnml-use-compressed-files, nnml-save-mail): Support other
14076 comression programs such as bzip2.
14077
14078 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14079
14080 * dns.el (query-dns): Make sure we check the buffer size before
14081 removing tcp headers.
14082
14083 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14084
14085 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14086 remove MIME buttons associated with multipart/alternative parts.
14087 (gnus-mime-display-alternative): Tag buttons using `article-type'
14088 text property.
14089
14090 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14091 associated with multipart/alternative parts.
14092
14093 * gnus-art.el (gnus-signature-separator): Fix custom type.
14094
14095 * mm-decode.el (mm-inlined-types): Fix custom type.
14096 (mm-keep-viewer-alive-types): Ditto.
14097 (mm-automatic-display): Ditto.
14098 (mm-attachment-override-types): Ditto.
14099 (mm-inline-override-types): Ditto.
14100 (mm-automatic-external-display): Ditto.
14101
14102 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14103
14104 * spam-report.el (spam-report-user-mail-address)
14105 (spam-report-user-agent): New variables.
14106 (spam-report-url-ping-plain): Use spam-report-user-agent.
14107
14108 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14109
14110 * gnus-art.el (gnus-button-handle-custom): Do not just use
14111 `customize-apropos' for any "M-x customize-*" button but the
14112 function called for. Accept both the function name and its
14113 argument in order to achieve this.
14114 (gnus-button-alist): Remove support for "custom:" URL's.
14115 Pass function name to `gnus-button-handle-custom' in case of "M-x
14116 customize-*" buttons.
14117
14118 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14119
14120 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14121 multipart/alternative and add xref to mm-discouraged-alternatives
14122 in doc string.
14123
14124 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14125 gnus-buttonized-mime-types in doc string.
14126
14127 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14128
14129 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14130 Suggest image/.* in the doc string.
14131
14132 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14133
14134 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14135 message-marks (Debian bug #342521).
14136
14137 2005-12-12 Simon Josefsson <jas@extundo.com>
14138
14139 * password.el (password-read-from-cache): Add.
14140 (password-read): Use it.
14141
14142 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14143
14144 * rfc2047.el (rfc2047-charset-to-coding-system):
14145 Recognize us-ascii as a MIME charset.
14146
14147 * mm-bodies.el (mm-decode-content-transfer-encoding):
14148 Protect against the case where the 2nd arg TYPE is nil.
14149
14150 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14151
14152 * pop3.el (pop3-stream-type): Fix custom version.
14153
14154 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14155
14156 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14157
14158 * mm-decode.el (mm-display-external): Add missing cdr.
14159
14160 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14161
14162 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14163 RFC1524) if it is in mailcap or add a suffix according to
14164 mailcap-mime-extensions when generating a temp filename; postpone
14165 deleting a temp file for 2 seconds for some wrappers, shell
14166 scripts, and so on, which might exit right after having started a
14167 viewer command as a background job.
14168
14169 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14170
14171 * nntp.el (nntp-marks-directory): Fix custom group.
14172
14173 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14174 steps when < 10.
14175
14176 * gnus-start.el (gnus-no-server-1):
14177 Mention `gnus-level-default-subscribed' in doc string.
14178
14179 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14180
14181 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14182 parens.
14183
14184 2005-11-26 Dave Love <fx@gnu.org>
14185
14186 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14187 (tls-program, tls-success): Provide openssl alternative.
14188
14189 * starttls.el: Doc fixes.
14190 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14191 SERVICE to PORT.
14192
14193 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14194 port null or service name.
14195 (starttls-negotiate): Autoload.
14196
14197 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14198
14199 * message.el (message-kill-to-signature): Fix interactive spec.
14200
14201 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14202
14203 * pop3.el (pop3-open-server): Recognize a string as a service name.
14204
14205 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14206
14207 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14208
14209 2005-11-23 Dave Love <fx@gnu.org>
14210
14211 Add pop3s, pop3/starttls.
14212
14213 * pop3.el (pop3-authentication-scheme): Clarify doc.
14214 (open-tls-stream, starttls-open-stream): Autoload.
14215 (pop3-stream-type): New.
14216 (pop3-open-server): Use it.
14217
14218 * mail-source.el (mail-sources): Fix some :types. Add stream type
14219 for POP.
14220 (mail-source-keyword-map): Add :stream for POP.
14221 (mail-source-fetch-pop): Use pop3-stream-type.
14222
14223 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14224
14225 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14226 of current-time-string.
14227
14228 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14229
14230 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14231 date header.
14232
14233 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14234
14235 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14236 it can seriously impact performance as it bypasses the agent's
14237 local caches.
14238
14239 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14240
14241 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14242 must be explicitly online rather than "not explicitly offline" for
14243 its flags to be synchronized.
14244
14245 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14246 that gnus-uu-unmark-thread will function correctly.
14247
14248 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14249 1024K is instead displayed as 1M.
14250
14251 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14252
14253 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14254
14255 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14256
14257 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14258
14259 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14260
14261 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14262 error message to display actual error condition.
14263 (gnus-agent-save-local): Avoid saving symbols that are bound to
14264 nil as they simply result in a warning message in
14265 gnus-agent-read-local.
14266
14267 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14268
14269 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14270 rather than make-variable-buffer-local for file-precious-flag.
14271
14272 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14273
14274 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14275 for duplicates which are removed. The invalid sort check then
14276 triggers a rescan after the sort as sorting may have moved
14277 duplicate entries such that they can be cheaply detected.
14278
14279 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14280
14281 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14282
14283 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14284
14285 * gnus-agent.el (gnus-agent-article-alist-save-format):
14286 Change internal variable to a custom variable. Change default value
14287 from compressed(2) to uncompressed(1).
14288 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14289 support for uncompressed agentview files. Taken together, reading
14290 the agentview file should now be 6-7 times faster.
14291
14292 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14293
14294 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14295 as a buffer-local variable. This avoids creating truncated
14296 dribble files as a result of a hang up, eg.
14297
14298 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14299
14300 * gnus-start.el (gnus-start-draft-setup):
14301 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14302
14303 * gnus.el (gnus-splash): Change custom group.
14304 (gnus-group-get-parameter, gnus-group-parameter-value):
14305 Describe allow-list argument.
14306
14307 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14308 string.
14309
14310 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14311
14312 * gnus-art.el (gnus-default-article-saver): Add user-defined
14313 `function' to custom type.
14314
14315 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14316
14317 * imap.el (imap-open): Handle case where buffer is a buffer
14318 object.
14319
14320 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14321
14322 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14323 long lines.
14324 (gnus-cache-delete-group): Wrap doc strings.
14325
14326 * gnus-agent.el (gnus-agent-rename-group)
14327 (gnus-agent-delete-group): Wrap doc strings.
14328
14329 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14330
14331 * gnus-start.el (gnus-1): Add "native" to
14332 gnus-predefined-server-alist.
14333
14334 * gnus.el (gnus-method-to-server): Don't add "native" to the
14335 lists here, because that leads to problems when
14336 gnus-select-method is bound.
14337
14338 2005-11-09 Simon Josefsson <jas@extundo.com>
14339
14340 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14341 use (not sort-by-date) instead.
14342
14343 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * gnus-delay.el (gnus-delay-group): Don't autoload.
14346 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14347 to be re-loaded when customizing the `gnus-delay' group.
14348
14349 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14350
14351 * message.el: Revert last changes.
14352 (message-insert-citation-line): Use newlines.
14353
14354 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14355
14356 * message.el (message-courtesy-message)
14357 (message-mark-insert-begin, message-mark-insert-end)
14358 (message-elide-ellipsis, message-cancel-message)
14359 (message-add-header, message-change-subject)
14360 (message-cross-post-followup-to-header)
14361 (message-cross-post-insert-note, message-reduce-to-to-cc)
14362 (message-widen-reply, message-delete-not-region)
14363 (message-kill-to-signature, message-insert-signature)
14364 (message-insert-importance-high, message-insert-importance-low)
14365 (message-insert-or-toggle-importance)
14366 (message-insert-disposition-notification-to)
14367 (message-indent-citation, message-yank-original)
14368 (message-cite-original-without-signature, message-cite-original)
14369 (message-insert-citation-line, message-position-on-field)
14370 (message-fix-before-sending, message-send-mail-partially)
14371 (message-send-mail, message-send-mail-with-sendmail)
14372 (message-send-mail-with-qmail, message-send-news)
14373 (message-check-news-header-syntax, message-generate-headers)
14374 (message-insert-courtesy-copy, message-fill-address)
14375 (message-fill-header, message-shorten-references)
14376 (message-setup-1, message-cancel-news)
14377 (message-forward-make-body-plain, message-forward-make-body-mime)
14378 (message-forward-make-body-mml, message-encode-message-body)
14379 (message-forward-make-body-digest-plain)
14380 (message-forward-make-body-digest-mime)
14381 (message-use-alternative-email-as-from): Insert `hard-newline'
14382 instead of ordinary newlines.
14383
14384 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14385
14386 * message.el (message-generate-headers): Downcase the argument
14387 given to message-check-element.
14388
14389 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14390
14391 * nntp.el (nntp-authinfo-rejected): New error condition.
14392 (nntp-wait-for): Use new error condition to signal authentication
14393 error.
14394 (nntp-retrieve-data): Rethrow new error condition to break out of
14395 recursive call to nntp-send-authinfo.
14396
14397 2005-11-08 Romain Francoise <romain@orebokech.com>
14398
14399 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14400 (gnus-summary-exit-map): Bind to `Z p'.
14401 (gnus-summary-make-menu-bar): Add menu item.
14402
14403 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14404
14405 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14406 (gnus-treat-*): Add `first' in all doc strings.
14407
14408 * gnus-group.el (gnus-group-compact-group): Fix typo.
14409
14410 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14411
14412 * gnus.el (gnus-parameters-case-fold-search): New variable.
14413 (gnus-parameters-get-parameter): Use it.
14414
14415 * gnus-score.el (gnus-home-score-file): Doc fix.
14416
14417 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14418
14419 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14420
14421 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14422
14423 * mm-util.el (mm-special-display-p): New function.
14424
14425 * mml.el (mml-preview): Use it; doc fix.
14426
14427 2005-10-29 Romain Francoise <romain@orebokech.com>
14428
14429 * message.el (message-fix-before-sending): Fix comment.
14430
14431 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14432
14433 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14434
14435 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14436
14437 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14438 Used in gnus-score.el.
14439
14440 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14441
14442 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14443
14444 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14445
14446 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14447 whitespace removed in revision 7.8. Use concatenated string to
14448 protect trailing whitespace.
14449
14450 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14451
14452 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14453 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14454 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14455 Courier IMAP ("some version from 2004"). Mostly based on similar
14456 code in the same function.
14457
14458 2005-10-26 Didier Verna <didier@xemacs.org>
14459
14460 * gnus-group.el (gnus-group-compact-group): Invalidate original
14461 article buffer.
14462 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14463 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14464 NOV database and in article itself.
14465 Invalidate article backlog.
14466
14467 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14468
14469 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14470
14471 2005-10-26 Simon Josefsson <jas@extundo.com>
14472
14473 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14474 part of 2004-07-25 change.
14475
14476 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14477
14478 * message.el (message-display-completion-list): New function.
14479 (message-expand-group): Use it; make sure the Completions buffer
14480 is modifiable.
14481
14482 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14483
14484 * imap.el (imap-open): Handle case where buffer is a buffer object.
14485
14486 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14487
14488 * pgg-def.el:
14489 * pgg-gpg.el:
14490 * pgg-parse.el:
14491 * pgg-pgp.el:
14492 * pgg-pgp5.el:
14493 * pgg.el: Move to the parent lisp directory.
14494
14495 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14496
14497 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14498 user-mail-name is an empty string.
14499
14500 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14501
14502 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14503 depending on gnus-score-decay-constant.
14504
14505 * encrypt.el (encrypt-insert-file-contents)
14506 (encrypt-write-file-contents): Don't use `gnus-message'.
14507
14508 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14509 arguments.
14510 (mm-uu-type-alist): Add message-marks and insert-marks.
14511 Pass arguments to mm-uu-verbatim-marks-extract.
14512 (mm-uu-hide-markers): New variable.
14513 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14514
14515 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14516 (gnus-convert-image-to-face-command): Use "convert" by default to
14517 allow other input image formats.
14518 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14519 accordingly.
14520
14521 2005-10-23 Simon Josefsson <jas@extundo.com>
14522
14523 * imap.el (imap-gssapi-program): Align command line parameters
14524 with latest GNU SASL.
14525 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14526
14527 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14528
14529 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14530 HTML.
14531 (nnslashdot-request-article): Ditto.
14532
14533 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14534
14535 * mail-source.el (mail-source-fetch-pop): Require pop3.
14536 (mail-source-check-pop): Ditto.
14537
14538 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14539
14540 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14541 errors.
14542
14543 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14544
14545 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14546 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14547
14548 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14549
14550 * mm-bodies.el (mm-decode-string):
14551 Call `mm-charset-to-coding-system' with allow-override argument.
14552
14553 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14554
14555 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14556 (rfc2047-charset-to-coding-system): New function.
14557 (rfc2047-decode-encoded-words): New function.
14558 (rfc2047-decode-region): Use them.
14559 (rfc2047-decode-cte): Remove.
14560 (rfc2047-parse-and-decode): Remove.
14561 (rfc2047-decode): Remove.
14562
14563 2005-10-15 Kenichi Handa <handa@m17n.org>
14564
14565 * rfc2047.el (rfc2047-decode-cte): New function.
14566 (rfc2047-decode-region): Change the way to decode successive
14567 encoded-words: decode B- or Q-encoding in each encoded-word,
14568 concatenate them, and decode it as charset.
14569
14570 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14571
14572 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14573 widget-move-and-invoke.
14574 (gnus-custom-mode): Use gnus-custom-map.
14575
14576 2005-10-15 Bill Wohler <wohler@newt.com>
14577
14578 * message.el (message-tool-bar-map): Rename image file from
14579 mail_send to mail/send.
14580
14581 2005-10-16 Masatake YAMATO <jet@gyve.org>
14582
14583 * message.el (message-expand-group): Pass the common
14584 prefix substring of completion to `display-completion-list'.
14585
14586 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14587
14588 * mml-sec.el (mml-secure-method): New internal variable.
14589 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14590 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14591 New functions using mml-secure-method.
14592
14593 * mml.el (mml-mode-map): Add key bindings for those functions.
14594 (mml-menu): Simplify security menu entries. Suggested by Jesper
14595 Harder <harder@myrealbox.com>.
14596 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14597 Goto end of message if point is the headers of the message.
14598
14599 * message.el (message-in-body-p): New function.
14600
14601 * assistant.el: Autoload gnus-util and netrc.
14602
14603 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14604 Use `mm-charset-override-alist' only when decoding.
14605
14606 * mm-bodies.el (mm-decode-body):
14607 Call `mm-charset-to-coding-system' with allow-override argument.
14608
14609 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14610 `filename' from Content-Disposition if Content-Type doesn't
14611 provide `name'.
14612 (gnus-mime-view-part-as-type): Set default instead of
14613 initial-input.
14614
14615 2005-10-09 Daniel Brockman <daniel@brockman.se>
14616
14617 * format-spec.el (format-spec): Propagate text properties of % spec.
14618
14619 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14620
14621 * gnus-art.el (gnus-treat-predicate): Add `first'.
14622
14623 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14624
14625 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14626 (mm-charset-override-alist): New variable.
14627 (mm-charset-to-coding-system): Use it.
14628 (mm-codepage-setup): New helper function.
14629 (mm-charset-eval-alist): New variable.
14630 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14631 Warn about unknown charsets.
14632
14633 2005-10-04 David Hansen <david.hansen@gmx.net>
14634
14635 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14636 (nnrss-check-group): Ditto.
14637
14638 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14639
14640 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14641 Rename x-gnus-verbatim to x-verbatim.
14642 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14643
14644 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14645 x-verbatim.
14646
14647 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14648
14649 * gnus-util.el (gnus-remove-duplicates): Remove.
14650
14651 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14652 instead of gnus-remove-duplicates.
14653
14654 * message.el (message-remove-duplicates): Remove.
14655 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14656 message-remove-duplicates.
14657
14658 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14659 available, else use implementation from `delete-dups'.
14660
14661 * message.el (message-insert-expires): New function.
14662 (message-mode-map): Add key binding.
14663 (message-mode-field-menu): Add menu entry.
14664 (message-mode): Document it.
14665 (message-make-expires-date): Use `message-make-date'.
14666
14667 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14668
14669 * message.el (message-make-expires-date): New function.
14670
14671 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14672
14673 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14674
14675 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14676
14677 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14678 function rather than the diff-mode.el package.
14679 (mm-display-external): Use with-current-buffer.
14680 (mm-viewer-completion-map, mm-viewer-completion-map):
14681 Move initialization inside declaration.
14682
14683 2005-09-29 Simon Josefsson <jas@extundo.com>
14684
14685 * spam.el: Load hashcash when compiling, to avoid warnings.
14686 Don't autoload mail-check-payment.
14687 (spam-check-hashcash): Define unconditionally, since hashcash.el
14688 is part of Gnus now. Ignore errors from payment checking.
14689
14690 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14691
14692 * message.el (message-bold-region, message-unbold-region):
14693 Rename from `bold-region' and `unbold-region'.
14694
14695 * message.el: Remove useless autoloads.
14696
14697 2005-09-28 Simon Josefsson <jas@extundo.com>
14698
14699 * message.el (message-use-idna): Default to t.
14700 (message-use-idna): Test whether encoding works too. Doc fix.
14701
14702 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14703
14704 * nntp.el (nntp-warn-about-losing-connection): Remove.
14705
14706 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14707
14708 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14709 customizable. Change default value.
14710 (mm-uu-diff-groups-regexp): Change default value.
14711 (mm-uu-type-alist): Add doc string.
14712 (mm-uu-configure): Add doc string. Make it interactive.
14713 (mm-uu-tex-groups-regexp): New variable.
14714 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14715 (mm-uu-type-alist): Add LaTeX documents.
14716 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14717 of "text/verbatim".
14718 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14719
14720 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14721 instead of "text/verbatim".
14722
14723 * message.el (message-mark-inserted-region)
14724 (message-mark-insert-file): Use slrn style marks when called with
14725 prefix argument.
14726
14727 2005-09-27 Simon Josefsson <jas@extundo.com>
14728
14729 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14730
14731 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14732
14733 * message.el (message-remove-duplicates): New function.
14734 Implementation borrowed from `gnus-remove-duplicates'.
14735 (message-idna-to-ascii-rhs): Also encode idna addresses in
14736 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14737 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14738 only ask about the same idna domain once per header and also tell
14739 in what header to replace the idna domain.
14740
14741 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14742 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14743 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14744 a header is decoded and not just the last one.
14745
14746 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14747
14748 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14749 has been decoded.
14750
14751 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14752 (mm-insert-part): Don't modify text if it has been decoded.
14753
14754 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14755 decoded.
14756
14757 * mm-view.el (mm-inline-text): Don't strip text props unless
14758 decoding enriched or richtext parts.
14759
14760 2005-09-25 Romain Francoise <romain@orebokech.com>
14761
14762 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14763 * gnus-start.el (gnus-subscribe-interactively):
14764 * gnus-uu.el (gnus-uu-grab-articles):
14765 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14766 space.
14767
14768 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14769
14770 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14771 * mm-view.el (mm-view-pkcs7-decrypt):
14772 * gnus-sum.el (gnus-summary-limit-to-extra)
14773 (gnus-summary-respool-article, gnus-read-move-group-name):
14774 * gnus-score.el (gnus-summary-increase-score):
14775 * gnus-util.el (gnus-completing-read-with-default):
14776 * gnus-art.el (gnus-read-save-file-name)
14777 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14778 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14779 * message.el (message-check-news-header-syntax):
14780 Follow convention for reading with the minibuffer.
14781
14782 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14783
14784 * spam-report.el (spam-report-url-ping-plain):
14785 Use gnus-extended-version as User-Agent.
14786
14787 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14788 default value is nil.
14789
14790 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14791 (mm-uu-verbatim-marks-extract): New function.
14792 (mm-uu-extract): New face.
14793 (mm-uu-copy-to-buffer): Use it.
14794
14795 * spam-report.el (spam-report-gmane-ham): Rename from
14796 `spam-report-gmane-unspam'.
14797 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14798 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14799
14800 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14801 Autoload.
14802 (spam-report-gmane-unregister-routine):
14803 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14804
14805 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14806
14807 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14808 (spam-report-gmane-unregister-routine): Add support for gmane
14809 unregistration.
14810
14811 * spam-report.el (spam-report-gmane-unspam)
14812 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14813 (spam-report-gmane): Change to take a single article and do unspam
14814 registration.
14815
14816 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14817
14818 * mm-url.el (mm-url-decode-entities): Fix regexp.
14819
14820 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14821
14822 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14823 default to nil, to be able to use Gnus at all. If the default
14824 switches to something else, then the function should be fixed not
14825 be exceedingly slow.
14826
14827 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14828
14829 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14830 fail hard.
14831
14832 * spam-report.el: Add better Keywords line.
14833
14834 * spam.el: Add Maintainer and better Keywords line.
14835
14836 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14837
14838 * gnus-art.el (gnus-article-replace-part)
14839 (gnus-mime-replace-part): New functions.
14840 (gnus-mime-action-alist, gnus-mime-button-commands)
14841 (gnus-mime-save-part-and-strip): Add file argument.
14842 (gnus-article-part-wrapper): Add interactive argument.
14843
14844 * gnus-sum.el (gnus-summary-mime-map):
14845 Add `gnus-article-replace-part'.
14846
14847 2005-09-19 Didier Verna <didier@xemacs.org>
14848
14849 The nnml compaction feature:
14850 * nnml.el (nnml-request-compact-group): New function.
14851 * nnml.el (nnml-request-compact): New function.
14852 * gnus-int.el (gnus-request-compact-group): New function.
14853 * gnus-int.el (gnus-request-compact): New function.
14854 * gnus-group.el (gnus-group-compact-group): New function.
14855 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14856 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14857 * gnus-srvr.el (gnus-server-compact-server): New function.
14858 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14859 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14860
14861 2005-09-18 Deepak Goel <deego@gnufans.org>
14862
14863 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14864 format spec.
14865
14866 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14867
14868 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14869
14870 2005-09-15 Romain Francoise <romain@orebokech.com>
14871
14872 * message.el (message-fill-paragraph): Clarify docstring.
14873
14874 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14875
14876 * gnus-art.el (gnus-mime-display-part): Protect against broken
14877 MIME messages.
14878
14879 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14880
14881 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14882 before parsing header.
14883
14884 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14885
14886 * html2text.el (html2text-replace-list): Add new entities.
14887
14888 2005-09-11 Romain Francoise <romain@orebokech.com>
14889
14890 * message.el (message-alternative-emails): Improve docstring.
14891 (message-setup-1): Call `message-use-alternative-email-as-from'
14892 after `message-setup-hook' to give it precedence over posting
14893 styles, etc.
14894 (message-use-alternative-email-as-from): Add docstring.
14895 Remove the original From header if present.
14896
14897 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14898 (nnml-save-mail): Use it.
14899
14900 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14901 articles. Add new argument `silent'.
14902 (gnus-uu-mark-all): Report the total number of marked articles.
14903
14904 2005-09-10 Romain Francoise <romain@orebokech.com>
14905
14906 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14907 (gnus-uu-mark-series): Likewise.
14908
14909 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14910
14911 * spam-report.el (spam-report-gmane): Fix generation of spam
14912 report URL.
14913
14914 2005-09-10 Simon Josefsson <jas@extundo.com>
14915
14916 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14917 t, based on discussion on the ding list with Robert Epprecht
14918 <epprecht@solnet.ch>.
14919
14920 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14921
14922 * spam-report.el (spam-report-gmane): Make it work without
14923 X-Report-Spam header. Gmane now only provides Archived-At.
14924 This is only used if `spam-report-gmane-use-article-number' is nil.
14925 (spam-report-gmane-spam-header): Remove. Not used anymore.
14926
14927 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14928 make `gnus-summary-sort-by-recipient' work with threading.
14929
14930 * nnweb.el (nnweb-google-wash-article): Print a message if article
14931 is not available.
14932
14933 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14934
14935 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14936 change. Decode text/* parts content before displaying.
14937
14938 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14939
14940 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14941
14942 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14943
14944 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14945
14946 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14947
14948 * message.el (message-tab-body-function): Fix mismatched custom type.
14949
14950 * gnus.el (gnus-group-change-level-function): Ditto.
14951
14952 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14953
14954 * gnus-art.el (gnus-signature-limit)
14955 (gnus-article-mime-part-function): Ditto.
14956
14957 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14958
14959 * mml.el (mml-mode): Silence the byte compiler.
14960
14961 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14962 using `(sit-for 0)' before moving the point to the specified part;
14963 skip unbuttonized parts.
14964 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14965 return to the summary window if gnus-auto-select-part is non-nil.
14966
14967 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14968
14969 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14970 New variables.
14971 (mml-dnd-attach-file, mml-mode): Use them.
14972
14973 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14974 Make fetching article by MID work again for Google Groups.
14975 Add FIXME concerning gnus-group-make-web-group.
14976
14977 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14978 Don't depend on Gnus by using mail-extract-address-components if
14979 gnus-extract-address-components is not bound.
14980
14981 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14982
14983 * gnus-art.el (gnus-mime-display-security): Don't display the
14984 signature, but only the signed part.
14985
14986 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14987
14988 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14989
14990 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14991 list, not listp.
14992
14993 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14994
14995 * mm-encode.el (mm-encode-content-transfer-encoding):
14996 Likewise when encoding.
14997
14998 * mm-bodies.el (mm-decode-content-transfer-encoding):
14999 De-canonicalize CRLF for all text content types, not just
15000 text/plain.
15001
15002 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15003
15004 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15005 valid article; point arrow and cursor at the MIME button.
15006
15007 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15008
15009 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15010 Suggested by Dan Christensen <jdc@uwo.ca>.
15011
15012 * mm-decode.el (mm-save-part): Enable change of prompt.
15013
15014 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15015
15016 * gnus-msg.el (gnus-inews-add-send-actions):
15017 Make `message-post-method' lambda parameter ARG `&optional'.
15018
15019 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15020
15021 * gnus-sum.el (gnus-summary-mime-map):
15022 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15023 gnus-article-jump-to-part.
15024
15025 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15026 (gnus-article-edit-part): Use it.
15027 (gnus-article-part-wrapper): Add no-handle argument.
15028 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15029 New functions.
15030
15031 2005-08-29 Romain Francoise <romain@orebokech.com>
15032
15033 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15034 docstring.
15035 (gnus-face-from-file): Likewise.
15036
15037 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15038
15039 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15040 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15041 non-nil.
15042 (gnus-auto-select-part): New variable.
15043 (gnus-article-jump-to-part): New function.
15044 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15045 (gnus-mime-delete-part): Allow selecting specified part after
15046 deleting or stripping parts.
15047 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15048 part if argument is bogus.
15049
15050 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15051
15052 * gnus-art.el (w3m-minor-mode-map):
15053 * gnus-spec.el (gnus-newsrc-file-version):
15054 * gnus-util.el (nnmail-active-file-coding-system)
15055 (gnus-original-article-buffer, gnus-user-agent):
15056 * gnus.el (gnus-ham-process-destinations)
15057 (gnus-parameter-ham-marks-alist)
15058 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15059 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15060 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15061 * mm-decode.el (gnus-current-window-configuration):
15062 * mm-extern.el (gnus-article-mime-handles):
15063 * mm-url.el (url-current-object, url-package-name)
15064 (url-package-version):
15065 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15066 (smime-keys, w3m-cid-retrieve-function-alist)
15067 (w3m-current-buffer, w3m-display-inline-images)
15068 (w3m-minor-mode-map):
15069 * mml-smime.el (gnus-extract-address-components):
15070 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15071 (gnus-newsrc-hashtb, message-default-charset)
15072 (message-deletable-headers, message-options)
15073 (message-posting-charset, message-required-mail-headers)
15074 (message-required-news-headers):
15075 * mml1991.el (mc-pgp-always-sign):
15076 * mml2015.el (mc-pgp-always-sign):
15077 * nnheader.el (nnmail-extra-headers):
15078 * rfc1843.el (gnus-decode-encoded-word-function)
15079 (gnus-decode-header-function, gnus-newsgroup-name):
15080 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15081
15082 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15083
15084 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15085 the end of the date treatments.
15086
15087 2005-08-15 Simon Josefsson <jas@extundo.com>
15088
15089 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15090 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15091 Capello and Romain Francoise.
15092 (pgg-fetch-key-function): Remove, not used?
15093 (pgg-insert-url-with-w3): Require url, to get
15094 url-insert-file-contents regardless of where it is defined.
15095
15096 2005-08-13 Romain Francoise <romain@orebokech.com>
15097
15098 * message.el (message-cite-original-1): New function.
15099 (message-cite-original): Use it.
15100 (message-cite-original-without-signature): Ditto.
15101
15102 2005-08-08 Romain Francoise <romain@orebokech.com>
15103
15104 * message.el (message-yank-empty-prefix): New variable.
15105 (message-indent-citation): Use it.
15106 (message-cite-original-without-signature): Respect X-No-Archive.
15107
15108 2005-08-08 Simon Josefsson <jas@extundo.com>
15109
15110 * pgg.el: Autoload url-insert-file-contents instead of loading
15111 w3/url.
15112 (pgg-insert-url-with-w3): Don't load url here.
15113
15114 2005-08-07 Jesper Harder <harder@phys.au.dk>
15115
15116 * message.el (message-kill-to-signature): Don't insert newline at
15117 bol.
15118 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15119
15120 2005-08-06 Romain Francoise <romain@orebokech.com>
15121
15122 * message.el (message-user-fqdn): Fix typo in docstring.
15123
15124 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15125
15126 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15127
15128 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15129
15130 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15131
15132 * mm-bodies.el (mm-encode-body): Use coding system rather than
15133 charset to encode text.
15134
15135 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15136 number of charsets if utf-8 is available (XEmacs).
15137
15138 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15139
15140 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15141 taken from `gnus-button-mid-or-mail-regexp'.
15142 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15143 (gnus-button-alist): Improve regexp for domain part of the MIDs
15144 for news:localpart@domain buttons.
15145 (gnus-button-ctan-directory-regexp): Update.
15146
15147 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15148
15149 * sieve-manage.el (sieve-manage-interactive-login):
15150 Use make-local-variable rather than make-variable-buffer-local.
15151 (sieve-manage-open): Ditto.
15152 (sieve-manage-authenticate): Ditto.
15153
15154 * mml.el (mml-generate-mime-1): Make the content type default to
15155 text/plain if the filename is not specified.
15156
15157 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15158
15159 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15160 instead of insert-buffer.
15161
15162 * message.el (message-yank-original): Ditto; set the mark at the
15163 end of the yanked message.
15164
15165 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15166
15167 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15168 lines to scroll rather than to stop it.
15169
15170 * mml.el (mml-generate-default-type): Add doc string.
15171 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15172 default to application/octet-stream when determining the content
15173 type if it is not specified for the part or the mml contents; add
15174 a comment about mml-generate-default-type.
15175
15176 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15177
15178 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15179 make it default to application/octet-stream when determining the
15180 content type if it is not specified for the external contents.
15181
15182 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15183
15184 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15185 segmented parameter but also other parameters might be there.
15186
15187 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15188
15189 * mm-decode.el (mm-display-external): Delete temp file, directory
15190 and buffer immediately if the external process is exited.
15191
15192 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15193
15194 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15195 fewer lines than that of scroll-margin.
15196 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15197
15198 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15199
15200 * gnus-art.el (gnus-article-next-page): Revert.
15201 (gnus-article-beginning-of-window): New macro.
15202 (gnus-article-next-page-1): Use it.
15203 (gnus-article-prev-page): Ditto.
15204 (gnus-article-edit-part): Use insert-buffer-substring instead of
15205 insert-buffer.
15206 (gnus-article-edit-exit): Ditto.
15207
15208 * gnus-util.el (gnus-beginning-of-window): Remove.
15209 (gnus-end-of-window): Remove.
15210
15211 2005-07-25 Simon Josefsson <jas@extundo.com>
15212
15213 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15214 to have the url package without w3. Reported by Daiki Ueno
15215 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15216
15217 2005-07-20 Didier Verna <didier@xemacs.org>
15218
15219 * gnus-diary.el: Remove the description comment (nndiary is now
15220 properly documented in the Gnus manual).
15221 Fix the spelling of "Back End".
15222 * nndiary.el: Ditto.
15223 Fix the copyright notice.
15224
15225 2005-07-18 Romain Francoise <romain@orebokech.com>
15226
15227 * gnus-sum.el (gnus-summary-to-prefix)
15228 (gnus-summary-newsgroup-prefix): New variables.
15229 (gnus-summary-from-or-to-or-newsgroups): Use them.
15230
15231 2005-07-17 Romain Francoise <romain@orebokech.com>
15232
15233 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15234 space as it's generally not especially interesting to the user.
15235
15236 2005-07-16 Romain Francoise <romain@orebokech.com>
15237
15238 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15239 nil to avoid prompting and file modification if one of the
15240 messages at the top of the nnfolder file contains a copyright
15241 notice.
15242 Update copyright notice.
15243
15244 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15245 instead of `current-time-string' as the latter creates a time
15246 string that is not RFC 2822 compliant (it lacks the zone).
15247 Update copyright notice.
15248
15249 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15252 for text/rtf. Display default in prompt. Pass default for M-n.
15253
15254 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15255
15256 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15257
15258 * gnus-msg.el (gnus-button-mailto):
15259 Remove save-selected-window-window hackery because it relies on
15260 save-selected-window internals.
15261
15262 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15263
15264 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15265 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15266 (gnus-article-prev-page): Ditto.
15267
15268 * gnus-util.el (gnus-beginning-of-window): New function.
15269 (gnus-end-of-window): New function.
15270
15271 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15272
15273 * gnus-score.el (gnus-score-edit-all-score):
15274 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15275 gnus-message.
15276
15277 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15278
15279 * gnus-msg.el (gnus-button-mailto):
15280 Remove save-selected-window-window hackery because it relies on
15281 save-selected-window internals.
15282
15283 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15284
15285 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15286 add-minor-mode.
15287 (gnus-binary-mode): Ditto.
15288
15289 * gnus-topic.el (gnus-topic-mode): Ditto.
15290
15291 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15292
15293 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15294 (gnus-article-prev-page): Take scroll-margin into consideration.
15295
15296 2005-07-04 Lute Kamstra <lute@gnu.org>
15297
15298 Update FSF's address in GPL notices.
15299
15300 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15301
15302 * gnus.el (gnus-exit):
15303 * gnus-group.el (gnus-group-icons):
15304 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15305
15306 * gnus-nocem.el (gnus-nocem):
15307 * message.el (message-various, message-buffers, message-sending)
15308 (message-interface, message-forwarding, message-insertion)
15309 (message-headers, message-news, message-mail):
15310 * pgg-gpg.el (pgg-gpg):
15311 * pgg-parse.el (pgg-parse):
15312 * pgg-pgp.el (pgg-pgp):
15313 * pgg-pgp5.el (pgg-pgp5):
15314 * pop3.el (pop3): Finish `defgroup' description with period.
15315
15316 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15317
15318 * gnus-art.el (article-display-face): Improve the efficiency.
15319 (article-display-x-face): Ditto; remove grey x-face stuff.
15320
15321 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15322
15323 * gnus-art.el (article-display-face): Correct the position in
15324 which Faces are inserted.
15325
15326 2005-06-29 Didier Verna <didier@xemacs.org>
15327
15328 * gnus-art.el (article-display-face): Display faces in correct
15329 order.
15330
15331 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15332
15333 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15334 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15335 (gnus-nocem-check-article): Fetch the Type header.
15336 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15337 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15338 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15339 make sure gnus-nocem-hashtb is initialized.
15340 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15341 (gnus-nocem-unwanted-article-p): Ditto.
15342
15343 * pgg.el (pgg-verify): Return the verification result.
15344
15345 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15346
15347 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15348 is ascii.
15349
15350 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15351
15352 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15353 `show-nonbreak-escape'.
15354
15355 2005-06-23 Lute Kamstra <lute@gnu.org>
15356
15357 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15358
15359 * dig.el (dig-mode):
15360 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15361
15362 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15363
15364 * nnimap.el (nnimap-split-download-body): Fix spellings.
15365
15366 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15367
15368 * gnus-art.el (gnus-article-encrypt-body):
15369 * gnus-cus.el (gnus-score-customize):
15370 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15371 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15372
15373 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15374
15375 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15376 header by looking for magic "MII" at the beginnig.
15377
15378 2005-06-16 Miles Bader <miles@gnu.org>
15379
15380 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15381 (assistant-field-face): New backward-compatibility alias for renamed
15382 face.
15383 (assistant-render-text): Use renamed assistant-field face.
15384
15385 * spam.el (spam): Remove "-face" suffix from face name.
15386 (spam-face): New backward-compatibility alias for renamed face.
15387 (spam-face, spam-initialize): Use renamed spam face.
15388
15389 * message.el (message-header-to, message-header-cc)
15390 (message-header-subject, message-header-newsgroups)
15391 (message-header-other, message-header-name)
15392 (message-header-xheader, message-separator, message-cited-text)
15393 (message-mml): Remove "-face" suffix from face names.
15394 (message-header-to-face, message-header-cc-face)
15395 (message-header-subject-face, message-header-newsgroups-face)
15396 (message-header-other-face, message-header-name-face)
15397 (message-header-xheader-face, message-separator-face)
15398 (message-cited-text-face, message-mml-face):
15399 New backward-compatibility aliases for renamed faces.
15400 (message-font-lock-keywords): Use renamed message faces.
15401
15402 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15403 (sieve-test-commands, sieve-tagged-arguments):
15404 Remove "-face" suffix from face names.
15405 (sieve-control-commands-face, sieve-action-commands-face)
15406 (sieve-test-commands-face, sieve-tagged-arguments-face):
15407 New backward-compatibility aliases for renamed faces.
15408 (sieve-control-commands-face, sieve-action-commands-face)
15409 (sieve-test-commands-face, sieve-tagged-arguments-face):
15410 Use renamed sieve faces.
15411
15412 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15413 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15414 (gnus-group-news-3-empty, gnus-group-news-4)
15415 (gnus-group-news-4-empty, gnus-group-news-5)
15416 (gnus-group-news-5-empty, gnus-group-news-6)
15417 (gnus-group-news-6-empty, gnus-group-news-low)
15418 (gnus-group-news-low-empty, gnus-group-mail-1)
15419 (gnus-group-mail-1-empty, gnus-group-mail-2)
15420 (gnus-group-mail-2-empty, gnus-group-mail-3)
15421 (gnus-group-mail-3-empty, gnus-group-mail-low)
15422 (gnus-group-mail-low-empty, gnus-summary-selected)
15423 (gnus-summary-cancelled, gnus-summary-high-ticked)
15424 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15425 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15426 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15427 (gnus-summary-low-undownloaded)
15428 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15429 (gnus-summary-low-unread, gnus-summary-normal-unread)
15430 (gnus-summary-high-read, gnus-summary-low-read)
15431 (gnus-summary-normal-read, gnus-splash):
15432 Remove "-face" suffix from face names.
15433 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15434 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15435 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15436 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15437 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15438 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15439 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15440 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15441 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15442 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15443 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15444 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15445 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15446 (gnus-summary-normal-ticked-face)
15447 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15448 (gnus-summary-normal-ancient-face)
15449 (gnus-summary-high-undownloaded-face)
15450 (gnus-summary-low-undownloaded-face)
15451 (gnus-summary-normal-undownloaded-face)
15452 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15453 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15454 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15455 (gnus-splash-face):
15456 New backward-compatibility aliases for renamed faces.
15457 (gnus-group-startup-message): Use renamed gnus faces.
15458
15459 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15460 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15461 (gnus-server-agent): Remove "-face" suffix from face names.
15462 (gnus-server-agent-face, gnus-server-opened-face)
15463 (gnus-server-closed-face, gnus-server-denied-face)
15464 (gnus-server-offline-face):
15465 New backward-compatibility aliases for renamed faces.
15466 (gnus-server-agent-face, gnus-server-opened-face)
15467 (gnus-server-closed-face, gnus-server-denied-face)
15468 (gnus-server-offline-face): Use renamed gnus faces.
15469
15470 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15471 Remove "-face" suffix from face names.
15472 (gnus-picon-xbm-face, gnus-picon-face):
15473 New backward-compatibility aliases for renamed faces.
15474
15475 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15476 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15477 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15478 (gnus-cite-11): Remove "-face" suffix from face names.
15479 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15480 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15481 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15482 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15483 New backward-compatibility aliases for renamed faces.
15484 (gnus-cite-attribution-face, gnus-cite-face-list)
15485 (gnus-article-boring-faces): Use renamed gnus faces.
15486
15487 * gnus-art.el (gnus-signature, gnus-header-from)
15488 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15489 (gnus-header-content): Remove "-face" suffix from face names.
15490 (gnus-signature-face, gnus-header-from-face)
15491 (gnus-header-subject-face, gnus-header-newsgroups-face)
15492 (gnus-header-name-face, gnus-header-content-face):
15493 New backward-compatibility aliases for renamed faces.
15494 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15495
15496 * gnus-sum.el (gnus-summary-selected-face)
15497 (gnus-summary-highlight): Use renamed gnus faces.
15498 * gnus-group.el (gnus-group-highlight): Likewise.
15499
15500 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15501
15502 * gnus-sieve.el (gnus-sieve-article-add-rule):
15503 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15504 * spam-stat.el (spam-stat-buffer-change-to-spam)
15505 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15506
15507 * message.el (message-is-yours-p):
15508 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15509
15510 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15511
15512 * mm-view.el (mm-inline-text): Withdraw the last change.
15513
15514 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15515
15516 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15517 executing enriched-decode.
15518
15519 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15520
15521 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15522 charset of tar files.
15523
15524 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15525
15526 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15527
15528 2005-06-04 Lute Kamstra <lute@gnu.org>
15529
15530 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15531 information is never recorded.
15532
15533 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15536
15537 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15538
15539 * pop3.el (pop3-apop): Run md5 in the binary mode.
15540
15541 * starttls.el (starttls-set-process-query-on-exit-flag):
15542 Use eval-and-compile.
15543
15544 2005-05-31 Simon Josefsson <jas@extundo.com>
15545
15546 * smime.el (smime-replace-in-string): Define.
15547 (smime-cert-by-ldap-1): Use it.
15548
15549 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15550
15551 * gnus-art.el (article-display-x-face): Replace
15552 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15553
15554 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15555 set-process-query-on-exit-flag or process-kill-without-query.
15556
15557 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15558 loop instead of replace-regexp.
15559
15560 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15561 instead of process-kill-without-query if it is available.
15562
15563 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15564 instead of find-file-hooks if it is available.
15565
15566 * mml1991.el: Bind pgg-default-user-id when compiling.
15567
15568 * mml2015.el: Bind pgg-default-user-id when compiling.
15569
15570 * nndraft.el (nndraft-request-associate-buffer):
15571 Use write-contents-functions instead of write-contents-hooks if it is
15572 available.
15573
15574 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15575 instead of find-file-hooks if it is available.
15576
15577 * nntp.el (nntp-open-connection): Replace
15578 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15579 (nntp-open-ssl-stream): Ditto.
15580 (nntp-open-tls-stream): Ditto.
15581
15582 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15583 set-process-query-on-exit-flag or process-kill-without-query.
15584 (starttls-open-stream-gnutls): Use it instead of
15585 process-kill-without-query.
15586 (starttls-open-stream): Ditto.
15587
15588 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15589
15590 * smime.el (smime-cert-by-ldap-1): Don't use
15591 replace-regexp-in-string.
15592
15593 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15594
15595 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15596
15597 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15598 in PEM format. Adjust to the XEmacs compatibility.
15599
15600 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15601
15602 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15603 by `string-to-number'.
15604 * gnus-agent.el (gnus-agent-regenerate-group)
15605 (gnus-agent-fetch-articles): Ditto.
15606 * gnus-art.el (gnus-button-fetch-group): Ditto.
15607 * gnus-cache.el (gnus-cache-generate-active)
15608 (gnus-cache-articles-in-group): Ditto.
15609 * gnus-group.el (gnus-group-set-current-level)
15610 (gnus-group-insert-group-line): Ditto.
15611 * gnus-score.el (gnus-score-set-expunge-below)
15612 (gnus-score-set-mark-below, gnus-summary-score-effect)
15613 (gnus-summary-score-entry): Ditto.
15614 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15615 (gnus-soup-pack): Ditto.
15616 * gnus-spec.el (gnus-xmas-format): Ditto.
15617 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15618 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15619 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15620 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15621 * nndb.el (nndb-get-remote-expire-response): Ditto.
15622 * nndiary.el (nndiary-parse-schedule-value)
15623 (nndiary-string-to-number, nndiary-request-replace-article)
15624 (nndiary-request-article): Ditto.
15625 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15626 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15627 * nneething.el (nneething-make-head): Ditto.
15628 * nnfolder.el (nnfolder-request-article)
15629 (nnfolder-retrieve-headers): Ditto.
15630 * nnheader.el (nnheader-file-to-number): Ditto.
15631 * nnkiboze.el (nnkiboze-request-article): Ditto.
15632 * nnmail.el (nnmail-process-unix-mail-format)
15633 (nnmail-process-babyl-mail-format): Ditto.
15634 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15635 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15636 (nnmh-request-create-group, nnmh-request-list-1)
15637 (nnmh-request-group, nnmh-request-article): Ditto.
15638 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15639 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15640 * nnsoup.el (nnsoup-make-active): Ditto.
15641 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15642 * nntp.el (nntp-find-group-and-number)
15643 (nntp-retrieve-headers-with-xover): Ditto.
15644 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15645 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15646 (pgg-format-key-identifier): Ditto.
15647 * pop3.el (pop3-last, pop3-stat): Ditto.
15648 * qp.el (quoted-printable-decode-region): Ditto.
15649
15650 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15651 of concat.
15652
15653 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15654
15655 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15656
15657 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15658
15659 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15660
15661 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15662
15663 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15664
15665 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15666
15667 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15668 (gnus-carpal-mode): Ditto.
15669
15670 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15671 (gnus-browse-mode): Ditto.
15672
15673 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15674
15675 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15676
15677 2005-05-29 Richard M. Stallman <rms@gnu.org>
15678
15679 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15680
15681 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15682
15683 * gnus-util.el (gnus-run-mode-hooks): New function.
15684
15685 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15686
15687 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15688
15689 * gnus-agent.el (gnus-agent-make-mode-line-string):
15690 Use mode-line-highlight as mouse-face.
15691
15692 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15693
15694 * canlock.el (canlock): Change the parent group to news.
15695
15696 * deuglify.el (gnus-outlook-deuglify): Add :group.
15697
15698 * dig.el (dig): Add :group.
15699
15700 * dns-mode.el (dns-mode): Add :group.
15701
15702 * encrypt.el (encrypt): Add :group.
15703
15704 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15705 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15706 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15707 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15708 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15709
15710 * gnus-diary.el (gnus-diary): Add :group.
15711
15712 * gnus.el (gnus-group-news-1-face): Add :group.
15713 (gnus-group-news-1-empty-face): Ditto.
15714 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15715 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15716 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15717 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15718 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15719 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15720 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15721 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15722 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15723 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15724 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15725 (gnus-summary-high-ticked-face): Ditto.
15726 (gnus-summary-low-ticked-face): Ditto.
15727 (gnus-summary-normal-ticked-face): Ditto.
15728 (gnus-summary-high-ancient-face): Ditto.
15729 (gnus-summary-low-ancient-face): Ditto.
15730 (gnus-summary-normal-ancient-face): Ditto.
15731 (gnus-summary-high-undownloaded-face): Ditto.
15732 (gnus-summary-low-undownloaded-face): Ditto.
15733 (gnus-summary-normal-undownloaded-face): Ditto.
15734 (gnus-summary-high-unread-face): Ditto.
15735 (gnus-summary-low-unread-face): Ditto.
15736 (gnus-summary-normal-unread-face): Ditto.
15737 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15738 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15739
15740 * hashcash.el (hashcash): New custom group.
15741 (hashcash-default-payment): Add :group.
15742 (hashcash-payment-alist): Ditto.
15743 (hashcash-default-accept-payment): Ditto.
15744 (hashcash-accept-resources): Ditto.
15745 (hashcash-path): Ditto.
15746 (hashcash-extra-generate-parameters): Ditto.
15747 (hashcash-double-spend-database): Ditto.
15748 (hashcash-in-news): Ditto.
15749
15750 * message.el (message-minibuffer-local-map): Add :group.
15751
15752 * netrc.el (netrc): Add :group.
15753
15754 * sieve-manage.el (sieve-manage-log): Add :group.
15755 (sieve-manage-default-user): Diito.
15756 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15757 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15758 (sieve-manage-authenticators): Ditto.
15759 (sieve-manage-authenticator-alist): Ditto.
15760 (sieve-manage-default-port): Ditto.
15761
15762 * sieve-mode.el (sieve-control-commands-face): Add :group.
15763 (sieve-action-commands-face): Ditto.
15764 (sieve-test-commands-face): Ditto.
15765 (sieve-tagged-arguments-face): Ditto.
15766
15767 * smime.el (smime): Add :group.
15768
15769 * spam-report.el (spam-report): Add :group.
15770
15771 * spam.el (spam, spam-face): Add :group.
15772
15773 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15774
15775 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15776 return \n.\n.\n at the end of articles. Protect against that.
15777 (nntp-with-open-group): Allow debugging.
15778
15779 * nnheader.el (mail-header-set-extra): Make into a function
15780 because I just could't understand how to quote the list properly.
15781
15782 * dns.el (query-dns-cached): New function.
15783
15784 2005-05-26 Lute Kamstra <lute@gnu.org>
15785
15786 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15787
15788 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15789
15790 * gnus-art.el: Don't autoload mail-extract-address-components.
15791
15792 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15793 eval-and-compile to evaluate it.
15794
15795 * hashcash.el: Don't autoload executable-find.
15796
15797 * nndb.el: Don't declare the nndb back end two or more times; don't
15798 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15799
15800 * nntp.el: Autoload format-spec instead of format; use
15801 eval-and-compile to evaluate autoload forms.
15802
15803 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15804
15805 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15806
15807 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15808
15809 * gnus.el (gnus-version-number): Bump version.
15810
15811 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15812
15813 * gnus.el: No Gnus v0.3 is released.
15814
15815 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15816
15817 * gnus-art.el (gnus-article-edit-part): Disable undo.
15818
15819 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15820
15821 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15822 gnus-article-date-lapsed-new-header is t if date timer is active;
15823 skip headers in which the original date value is empty.
15824 (gnus-article-save-original-date): Redefine it as a macro.
15825 (gnus-display-mime): Use it.
15826
15827 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15828
15829 * gnus-art.el (article-date-ut): Support converting date in
15830 forwarded parts as well.
15831 (gnus-article-save-original-date): New function.
15832 (gnus-display-mime): Use it.
15833
15834 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15835
15836 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15837 enclosure element of <item>.
15838
15839 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15840
15841 * message.el (message-kill-buffer-query): Rename from
15842 `message-kill-buffer-query-if-modified'. Add :version.
15843
15844 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15845
15846 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15847 window layout.
15848
15849 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15850
15851 * mml.el: Autoload dnd when compiling.
15852
15853 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15854
15855 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15856 x-dnd-*.
15857
15858 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15859
15860 * qp.el (quoted-printable-encode-region): Save excursion.
15861
15862 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15863
15864 * message.el (message-kill-buffer-query-if-modified): Add new variable
15865 so the user can kill a modified message buffer quickly.
15866 (message-kill-buffer): Use it.
15867
15868 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15869
15870 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15871 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15872
15873 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15874
15875 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15876 contained in text because xml.el decodes entities) with LFs.
15877
15878 2005-04-11 Lute Kamstra <lute@gnu.org>
15879
15880 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15881 differently.
15882
15883 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15884
15885 * mm-util.el (mm-detect-coding-region): Typo.
15886
15887 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15888
15889 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15890
15891 2005-04-06 Deepak Goel <deego@gnufans.org>
15892
15893 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15894 user-function allow user modifications of the scores.
15895 (spam-stat-score-buffer-user): New function, to allow
15896 user-computed modifications to the score.
15897 (spam-stat-score-buffer-user-functions): List of additional
15898 scoring functions.
15899 (spam-stat-error-holder): Global temporary error holder.
15900 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15901 variable.
15902
15903 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15904
15905 * gnus-registry.el (gnus-registry-clean-empty-function)
15906 (gnus-registry-trim, gnus-registry-fetch-groups)
15907 (gnus-registry-delete-group): Groups that match
15908 `gnus-registry-ignored-groups' are removed from the registry
15909 entries, not just ignored for splitting. This helps clean up the
15910 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15911 to get all the groups a message ID is in.
15912
15913 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15914 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15915 (spam-stat-score-buffer-user-functions): Add :number custom type.
15916
15917 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15918
15919 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15920 argument in XEmacs.
15921
15922 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15923 (nnrss-request-group): Decode group name first.
15924 (nnrss-request-article): Make a text/plain article if mml-to-mime
15925 failed.
15926 (nnrss-get-encoding): Return a compatible encoding according to
15927 nnrss-compatible-encoding-alist.
15928 (nnrss-find-el): Use consp instead of listp.
15929 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15930
15931 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15932
15933 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15934 which Emacs 20 doesn't support.
15935 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15936
15937 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15938
15939 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15940 silence the byte compiler inside the defun.
15941
15942 * gnus-demon.el (parse-time-string): Add autoload.
15943
15944 * gnus-delay.el (parse-time-string): Add autoload.
15945
15946 * gnus-art.el (parse-time-string): Add autoload.
15947
15948 * nnultimate.el (parse-time): Require for `parse-time-string'.
15949
15950 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15951
15952 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15953
15954 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15955
15956 * smime.el (smime-ldap-host-list): Add :version.
15957
15958 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15959
15960 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15961 pass it to `gnus-browse-read-group'.
15962 (gnus-browse-read-group): Add NUMBER argument and pass it to
15963 `gnus-group-read-ephemeral-group'.
15964
15965 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15966 argument and pass it to `gnus-group-read-group'.
15967
15968 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15969
15970 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15971 mm-xemacs-find-mime-charset-1 if we have the mule feature
15972 available at runtime.
15973
15974 2005-03-25 Werner Lemberg <wl@gnu.org>
15975
15976 * nnmaildir.el: Replace `illegal' with `invalid'.
15977
15978 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15979
15980 * gnus-start.el (gnus-display-time-event-handler):
15981 Check display-time-timer at runtime rather than only at load time
15982 in case display-time-mode is turned off in the mean time.
15983
15984 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15985
15986 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15987 used.
15988
15989 * nneething.el (nneething-map-file-directory): Derive from
15990 `gnus-directory'.
15991
15992 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15993 the To/Cc button.
15994
15995 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15996
15997 * nnmaildir.el (nnmaildir-request-accept-article):
15998 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15999
16000 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16001
16002 * gnus-async.el: Require timer-funcs at compile time when in
16003 XEmacs for `run-with-idle-timer'.
16004
16005 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16006
16007 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16008 autoloaded function.
16009
16010 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16011
16012 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16013
16014 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16015
16016 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16017
16018 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16019
16020 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16021 Add gnus-expert-user to default.
16022
16023 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16024
16025 * nnimap.el (nnimap-open-server): Ditto.
16026
16027 * imap.el (imap-authenticate): Fix typo.
16028
16029 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16030
16031 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16032 buffer (since IMAP server might return FETCH response out of
16033 order, and the nntp buffer must be sorted).
16034
16035 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16036
16037 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16038 comparison on string.
16039
16040 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16041 (gnus-agent-score): Rename category keywords to match gnus-cus.
16042 (gnus-agent-summary-fetch-series): Modify to protect against
16043 gnus-agent-summary-fetch-group clearing processable flags.
16044 (gnus-agent-synchronize-group-flags): Update live group buffer as
16045 synchronization may occur due to the user toggle the plugged
16046 status.
16047 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16048 successfully downloaded.
16049 (gnus-agent-expire-group-1): Avoid using markers when the overview
16050 is in ascending order; greatly improves performance.
16051 (gnus-agent-regenerate-group):
16052 Use gnus-agent-synchronize-group-flags to reset read status in both
16053 gnus and server.
16054 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16055
16056 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16057
16058 * message.el: Don't autoload former message-utils variables.
16059 (message-strip-subject-trailing-was): Change doc string.
16060
16061 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16062 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16063 (nnweb-google-search): Add "hl=en" here.
16064 (nnweb-google-parse-1, nnweb-google-create-mapping):
16065 Don't hardcode URL.
16066
16067 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16068
16069 * message.el (message-get-reply-headers, message-followup):
16070 Mention related variables `message-use-followup-to' and
16071 `message-use-mail-followup-to', in the information buffer.
16072
16073 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16074 of broken groups(-beta).google.com.
16075
16076 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16077
16078 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16079 parameter to invoked gnus-request-move-article; remove the
16080 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16081 all at once instead of once per article.
16082 (gnus-summary-remove-process-mark): Accept a list of articles as
16083 well as a single article for processing.
16084
16085 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16086 parameter.
16087
16088 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16089
16090 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16091
16092 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16093 parameter.
16094
16095 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16096 parameter.
16097
16098 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16099 parameter and remove the gnus-sum-hint-move-is-internal variable.
16100
16101 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16102 parameter.
16103
16104 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16105 parameter.
16106
16107 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16108 parameter.
16109
16110 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16111
16112 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16113 parameter.
16114
16115 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16116 parameter.
16117
16118 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16119
16120 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16121 a more conservative way.
16122
16123 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16126 buffer, so it moves the window's cursor.
16127
16128 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16129
16130 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16131 `mm-dissect-multipart' and receive the from field as an (optional)
16132 argument from `mm-dissect-multipart'.
16133 (mm-dissect-multipart): Receive the from field as an argument and
16134 pass it on when we call `mm-dissect-buffer' on MIME parts.
16135 Fixes verification/decryption of signed/encrypted MIME parts.
16136
16137 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16138
16139 * gnus-sum.el (gnus-summary-move-article):
16140 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16141 whatever it calls (right now, only nnimap-request-move article
16142 respects it).
16143
16144 * nnimap.el (nnimap-request-move-article):
16145 When gnus-sum-hint-move-is-internal is set, don't do the extra
16146 nnimap-request-article.
16147
16148 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16149
16150 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16151
16152 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16153 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16154
16155 * gnus-sum.el (gnus-summary-caesar-message):
16156 Apply `gnus-treat-article' after rotation.
16157
16158 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16159 doc string.
16160
16161 2005-02-22 Simon Josefsson <jas@extundo.com>
16162
16163 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16164 `password-cache-expiry' instead). Reported by Arne Jørgensen
16165 <arne@arnested.dk>.
16166 (encrypt): Add password-cache and password-cache-expiry as group
16167 members.
16168
16169 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16170
16171 * smime.el (smime-ldap-host-list): Doc fix.
16172 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16173 cache) password.
16174 (smime-sign-region): Use it.
16175 (smime-decrypt-region): Use it.
16176 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16177 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16178 fails.
16179 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16180 certificate from DER to PEM format rather than calling openssl.
16181
16182 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16183
16184 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16185 for signing/encryption.
16186
16187 * mml.el (mml-parse-1): Use them.
16188
16189 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16190
16191 * nnrss.el (nnrss-verbose): Remove.
16192 (nnrss-request-group): Use `nnheader-message' instead.
16193
16194 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16195
16196 * nnrss.el (nnrss-verbose): New variable.
16197 (nnrss-request-group): Make it say nnrss is requesting a group.
16198
16199 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16200
16201 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16202 Handle news URL with given port correctly.
16203
16204 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16205
16206 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16207 containing special characters.
16208
16209 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16210
16211 * mml.el (mime-to-mml): Ditto.
16212
16213 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16214 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16215 (rfc2047-decode-region): Quote decoded words containing special
16216 characters when rfc2047-quote-decoded-words-containing-tspecials
16217 is non-nil.
16218
16219 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16220
16221 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16222
16223 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16224
16225 2005-02-15 Simon Josefsson <jas@extundo.com>
16226
16227 * nnimap.el (nnimap-debug): Doc fix.
16228
16229 * imap.el (imap-debug): Doc fix.
16230
16231 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16232
16233 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16234
16235 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16236
16237 * gnus.el (spam-contents): Improve docs for spam-contents
16238 parameter in its variable incarnation.
16239
16240 2005-02-14 Simon Josefsson <jas@extundo.com>
16241
16242 * smime-ldap.el: Use require instead of load-library for ldap.
16243 (smime-ldap-search): Indent.
16244 (smime-ldap-search-internal): Shorten line.
16245
16246 * smime.el (smime-cert-by-dns): Add doc-string.
16247 (smime-cert-by-ldap-1): Indent.
16248
16249 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16250 mml-smime-get-dns-ldap.
16251 (mml-smime-encrypt-query): Use new function. Default to ldap.
16252
16253 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16254
16255 * smime.el: Require smime-ldap.
16256 (smime-ldap-host-list): New variable.
16257 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16258
16259 * mml-smime.el (mml-smime-encrypt-query): New function.
16260 (mml-smime-encrypt-query): Use it.
16261
16262 * smime-ldap.el: New file.
16263
16264 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16265
16266 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16267
16268 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16269
16270 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16271 argument in doc string. Make query for type more clear.
16272
16273 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16274
16275 * gnus.el (gnus-group-startup-message): Search for gnus images in
16276 etc/images/gnus.
16277 * mm-util.el (mm-image-load-path): Likewise.
16278 * smiley.el (smiley-data-directory): Search for smilies in
16279 etc/images/smilies.
16280
16281 2005-02-09 Kim F. Storm <storm@cua.dk>
16282
16283 Change Emacs release version from 21.4 to 22.1 throughout.
16284 Change Emacs development version from 21.3.50 to 22.0.50.
16285
16286 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16287
16288 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16289
16290 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16291 non-Mule XEmacs as well.
16292 (mm-decompress-buffer): Signal an error intentionally if it does
16293 not decompress compressed data because auto-compression-mode is
16294 disabled.
16295
16296 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16297
16298 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16299 an ID in the registry even if it has no groups.
16300
16301 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16302
16303 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16304 merge it into mm-decompress-buffer.
16305 (gnus-mime-copy-part): Use the MIME part charset, the value which
16306 a user specified or gnus-newsgroup-charset for decoding, like
16307 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16308 save-buffer what was used. Suggested by Kevin Ryde
16309 <user42@zip.com.au>.
16310 (gnus-mime-inline-part): Allow the name parameter as well as the
16311 filename parameter; force decompressing of compressed data; always
16312 display contents being not decoded as unibyte.
16313
16314 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16315 as well as the filename parameter.
16316
16317 * mm-util.el (mm-decompress-buffer):
16318 Merge gnus-mime-jka-compr-maybe-uncompress.
16319 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16320 of compressed data.
16321
16322 2005-02-08 Simon Josefsson <jas@extundo.com>
16323
16324 * imap.el (imap-log): Doc fix.
16325
16326 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16327
16328 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16329 the coding cookies; decompress compressed parts.
16330
16331 * mml.el (mml-generate-mime-1): Add the charset parameter according
16332 to the value which a user specified manually or the coding cookie.
16333
16334 * mm-util.el (mm-string-to-multibyte): New function.
16335 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16336 (mm-coding-system-to-mime-charset): New function.
16337 (mm-decompress-buffer): New function.
16338 (mm-find-buffer-file-coding-system): New function.
16339
16340 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16341 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16342 parts.
16343
16344 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16345
16346 * mm-view.el (mm-display-inline-fontify): Decode a part according
16347 to the charset parameter.
16348
16349 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16350
16351 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16352 prefix arg is neither nil nor a number, as info specifies.
16353
16354 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16355
16356 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16357 timestamps.
16358
16359 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16360
16361 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16362 groups error checking and notify user.
16363
16364 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16365
16366 * message.el (message-send-mail-function): Check existence of
16367 sendmail-program first before using default value
16368 `message-send-mail-with-sendmail'. Otherwise use more generic
16369 `smtpmail-send-it'.
16370
16371 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16372
16373 * nntp.el (nntp-request-update-info): Always return nil.
16374
16375 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16376
16377 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16378
16379 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16380
16381 * message.el (message-beginning-of-line): Change the behavior when
16382 invoked between BOL and : so that it first moves backward.
16383
16384 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16385
16386 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16387 article buffer when editing of the article is discarded.
16388 (gnus-article-prepare): Revert.
16389
16390 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16391
16392 * gnus-art.el (gnus-article-prepare):
16393 Remove message-strip-forbidden-properties from the local hook.
16394
16395 2005-01-27 Simon Josefsson <jas@extundo.com>
16396
16397 * password.el (password-cache-add): Only start one timer per key.
16398 Reported by Derek Atkins <warlord@MIT.EDU>.
16399
16400 2005-01-26 Steve Youngs <steve@sxemacs.org>
16401
16402 * run-at-time.el: Remove. It is no longer needed as
16403 timer-funcs.el in the xemacs-base package has a working version of
16404 `run-at-time'.
16405
16406 * password.el: Require timer-funcs instead of run-at-time in
16407 XEmacs.
16408 Remove `password-run-at-time' macro.
16409 (password-cache-add): Use `run-at-time' instead of
16410 `password-run-at-time'.
16411
16412 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16413 for `run-with-idle-timer'.
16414
16415 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16416 for `run-at-time'.
16417
16418 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16419 for `with-timeout'.
16420
16421 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16422
16423 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16424 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16425
16426 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16427
16428 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16429 sensitively.
16430
16431 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16432
16433 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16434
16435 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16436
16437 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16438 which will be inserted according to the multibyteness of a buffer
16439 rather than the type of contents. Suggested by ARISAWA Akihiro
16440 <ari@mbf.ocn.ne.jp>.
16441
16442 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16443 of string which old xml.el may return rather than a string.
16444
16445 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16446
16447 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16448
16449 2005-01-16 Simon Josefsson <jas@extundo.com>
16450
16451 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16452 idn/idna.el isn't available.
16453 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16454 <michael@waxrat.com>.
16455
16456 * hashcash.el: Remove non-FSF copyright header.
16457
16458 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16459 (hashcash-generate-payment): Use it.
16460 (hashcash-generate-payment-async): Use it.
16461
16462 2005-01-15 Simon Josefsson <jas@extundo.com>
16463
16464 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16465 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16466
16467 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16468 gnus-summary-idna-message.
16469 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16470 (gnus-summary-idna-message): New function.
16471
16472 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16473
16474 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16475 gnus-novice-user.
16476
16477 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16478
16479 * nnrss.el (nnrss-request-delete-group): Delete entries in
16480 nnrss-group-alist as well.
16481 (nnrss-save-server-data): Insert newline.
16482
16483 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16484
16485 * gnus.el (gnus-user-agent): Use list of symbols instead of
16486 symbols. Display full version number for (S)XEmacs.
16487 Optionally display (S)XEmacs codename.
16488
16489 * gnus-util.el (gnus-emacs-version): Update for new
16490 `gnus-user-agent'.
16491
16492 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16493 Gnus version.
16494
16495 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16496
16497 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16498 which is unreadable in some setups.
16499
16500 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16501
16502 * gnus-spec.el (gnus-update-format-specifications): Flush the
16503 group format spec cache if it doesn't support decoded group names.
16504
16505 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16506
16507 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16508 Allow to apply decay on score files matching a regexp.
16509
16510 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16511
16512 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16513 compatibility in %g and %c.
16514
16515 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16516
16517 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16518 name for only %g and %c.
16519 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16520 of gnus-tmp-group to decoded group name.
16521 (gnus-group-make-rss-group): Exclude `/'s from group names.
16522
16523 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16524
16525 * nnrss.el (nnrss-get-encoding): Fix regexp.
16526
16527 2004-12-27 Simon Josefsson <jas@extundo.com>
16528
16529 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16530 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16531 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16532
16533 2004-12-17 Kim F. Storm <storm@cua.dk>
16534
16535 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16536
16537 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16538
16539 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16540
16541 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16542
16543 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16544
16545 * nnrss.el: Require rfc2047 and mml.
16546 (nnrss-file-coding-system): New variable.
16547 (nnrss-format-string): Redefine it as an inline function.
16548 (nnrss-decode-group-name): New function.
16549 (nnrss-string-as-multibyte): Remove.
16550 (nnrss-retrieve-headers): Decode group name; don't use
16551 nnrss-format-string.
16552 (nnrss-request-group): Decode group name.
16553 (nnrss-request-article): Decode group name; allow a Message-ID as
16554 well as an article number; don't use nnrss-format-string; encode a
16555 Message-ID string which may contain non-ASCII characters; use
16556 mml-to-mime to compose a MIME article.
16557 (nnrss-request-expire-articles): Decode group name.
16558 (nnrss-request-delete-group): Decode group name.
16559 (nnrss-fetch): Clarify error message.
16560 (nnrss-read-server-data): Use insert-file-contents instead of load;
16561 bind file-name-coding-system; use multibyte buffer.
16562 (nnrss-save-server-data): Bind coding-system-for-write to the
16563 value of nnrss-file-coding-system; bind file-name-coding-system;
16564 add coding cookie.
16565 (nnrss-read-group-data): Use insert-file-contents instead of load;
16566 bind file-name-coding-system; use multibyte buffer.
16567 (nnrss-save-group-data): Bind coding-system-for-write to the
16568 value of nnrss-file-coding-system; bind file-name-coding-system.
16569 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16570 make it work with non-ASCII text.
16571 (nnrss-find-el): Make it work with old xml.el as well.
16572
16573 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16574
16575 * nnrss.el (nnrss-get-encoding): New function.
16576 (nnrss-fetch): Use unibyte buffer initially; bind
16577 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16578 decode contents according to the encoding attribute.
16579 (nnrss-save-group-data): Add coding cookie.
16580 (nnrss-mime-encode-string): New function.
16581 (nnrss-check-group): Use it to encode subject and author.
16582
16583 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16584
16585 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16586 imaginary variable.
16587
16588 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16589
16590 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16591 correctly even if there are wide characters.
16592
16593 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16594
16595 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16596 downcased symbol names; make a new cache instead of reusing
16597 bbdb-hashtable.
16598
16599 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16600
16601 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16602 concatenating segments rather than before concatenating them.
16603 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16604
16605 * message.el (message-get-reply-headers): Bind `extra'.
16606
16607 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16608
16609 * message.el (message-extra-wide-headers): New variable.
16610 (message-get-reply-headers): Use it.
16611
16612 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16613
16614 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16615 (gnus-agent-group-pathname): Ditto.
16616
16617 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16618
16619 * gnus-group.el (gnus-group-make-group): Decode group name.
16620 (gnus-group-make-rss-group): Register the group data after opening
16621 the nnrss group.
16622
16623 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16624
16625 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16626 by expiry now get marked as read.
16627
16628 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16629
16630 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16631
16632 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16633
16634 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16635 unify Latin characters in XEmacs.
16636 (mm-find-mime-charset-region): Use it.
16637
16638 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16639
16640 * gnus-util.el (gnus-delete-directory): New function.
16641
16642 * gnus-agent.el (gnus-agent-delete-group): Use it.
16643
16644 * gnus-cache.el (gnus-cache-delete-group): Use it.
16645
16646 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16647
16648 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16649 names.
16650
16651 2004-12-16 Simon Josefsson <jas@extundo.com>
16652
16653 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16654
16655 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16656
16657 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16658
16659 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16660 (gnus-group-set-current-level): Decode group name.
16661
16662 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16663
16664 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16665 failed.
16666
16667 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16668
16669 * gnus-group.el (gnus-group-delete-group): Decode group name.
16670 (gnus-group-make-rss-group): Encode group name.
16671 (gnus-group-catchup-current): Decode group name.
16672 (gnus-group-kill-group): Decode group name.
16673
16674 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16675
16676 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16677
16678 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16679
16680 * gnus-group.el (gnus-group-make-rss-group):
16681 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16682
16683 * gnus-start.el (gnus-setup-news): Honor user's setting to
16684 gnus-message-archive-method. Suggested by Lute Kamstra
16685 <lute@gnu.org>.
16686
16687 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16688
16689 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16690 global counterparts of the buffer-local variables.
16691
16692 2004-11-16 Romain Francoise <romain@orebokech.com>
16693
16694 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16695 counterparts of the buffer-local variables.
16696
16697 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16698
16699 * message.el (message-forbidden-properties): Fix typo in doc
16700 string.
16701
16702 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16703
16704 * gnus-util.el (gnus-replace-in-string): Add doc string.
16705
16706 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16707 to avoid problems when splitting mails with many recipients.
16708
16709 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16710
16711 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16712 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16713
16714 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16715
16716 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16717 if there is no hashtable in memory or file modification time is
16718 newer than cached timestamp.
16719
16720 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16721
16722 * gnus-sum.el (gnus-summary-limit-to-recipient):
16723 Implement not-matching option.
16724
16725 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16726
16727 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16728 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16729 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16730 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16731 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16732 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16733
16734 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16735
16736 * message.el (message-forward-make-body-mml): Remove headers
16737 according to message-forward-ignored-headers if a message is decoded.
16738
16739 2004-12-02 Romain Francoise <romain@orebokech.com>
16740
16741 * message.el (message-forward-make-body-plain): Always remove
16742 headers according to message-forward-ignored-headers.
16743
16744 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16745
16746 * spam.el (spam-summary-prepare-exit): Remove the
16747 gnus-summary-limit pop for now, it has problems with ham marks for
16748 me.
16749
16750 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16751
16752 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16753 correctly.
16754
16755 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16756
16757 * format-spec.el (format-spec): Message the char.
16758
16759 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16760
16761 * gnus-art.el (gnus-split-methods): Reformat comments.
16762
16763 * spam.el (spam-summary-prepare-exit): Remove article limits
16764 before exiting the summary buffer.
16765
16766 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16767
16768 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16769 order to silence the byte compiler.
16770
16771 * spam.el: Fix the way to silence the byte compiler, which
16772 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16773 bbdb-search-simple, spam-BBDB-register-routine,
16774 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16775 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16776 spam-stat-buffer-is-spam, spam-stat-load,
16777 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16778 spam-stat-save and spam-stat-split-fancy.
16779
16780 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16781
16782 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16783 which may confuse users.
16784 (canlock-password-for-verify): Ditto.
16785
16786 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16787
16788 * gnus-art.el (gnus-emphasis-alist): Ditto.
16789
16790 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16791
16792 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16793
16794 * gnus-start.el (gnus-save-killed-list): Ditto.
16795
16796 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16797 (gnus-sum-thread-tree-root): Ditto.
16798 (gnus-sum-thread-tree-false-root): Ditto.
16799 (gnus-sum-thread-tree-single-indent): Ditto.
16800
16801 * message.el (message-courtesy-message): Ditto.
16802 (message-archive-note): Ditto.
16803 (message-subscribed-address-file): Ditto.
16804 (message-user-fqdn): Ditto.
16805
16806 * spam-report.el (spam-report-gmane-regex): Ditto.
16807
16808 * spam.el (spam-blackhole-good-server-regex): Ditto.
16809
16810 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16811
16812 * mml.el (mml-preview): Widen the message buffer before copying
16813 the contents to the preview buffer; sort headers before previewing.
16814
16815 * message.el (message-hidden-headers): Fix the way to avoid a bug
16816 in the `repeat' widget in Emacs 21.3 or earlier.
16817
16818 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16819
16820 * message.el (message-hidden-headers): Default to "^References:".
16821 Improve customization type. Suggested by Reiner Steib
16822 <Reiner.Steib@gmx.de>.
16823
16824 2004-11-25 Romain Francoise <romain@orebokech.com>
16825
16826 * message.el (message-strip-forbidden-properties): Remove check for
16827 obsolete `message-hidden' text property, hidden headers are not
16828 accessible in the buffer anymore.
16829
16830 2004-11-22 Romain Francoise <romain@orebokech.com>
16831
16832 * message.el (message-header-format-alist): Add `From' in list
16833 so that it can be sorted.
16834 (message-fix-before-sending): Widen and sort headers before
16835 sending.
16836 (message-hide-headers): Use narrowing to hide headers by moving
16837 them to the top of the buffer and narrowing to the region
16838 underneath.
16839
16840 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16841
16842 * message.el (message-strip-forbidden-properties):
16843 Bind buffer-read-only (etc) to nil.
16844
16845 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16846
16847 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16848 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16849
16850 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16851
16852 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16853
16854 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16855
16856 * dns.el (query-dns): Use sit-for to time instead of
16857 accept-process-output, since that doesn't seem to work on udp
16858 sockets.
16859
16860 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16861
16862 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16863
16864 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16865
16866 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16867 doc string. Improve doc string.
16868
16869 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16870
16871 * nntp.el (nntp-request-update-info): Return nil if
16872 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16873 may not call gnus-activate-group which uselessly issues the GROUP
16874 commands for all nntp groups and wastes time. Reported by Romain
16875 Francoise <romain@orebokech.com>.
16876
16877 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16878
16879 2004-11-15 Simon Josefsson <jas@extundo.com>
16880
16881 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16882 headers separately.
16883 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16884 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16885
16886 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16887
16888 * gnus-start.el (gnus-convert-old-newsrc):
16889 Assign legacy-gnus-agent to 5.10.7.
16890
16891 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16892
16893 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16894 start of the lines.
16895
16896 2004-11-14 Magnus Henoch <mange@freemail.hu>
16897
16898 * hashcash.el (hashcash-default-payment): Change default to 20.
16899 (hashcash-default-accept-payment): Change default to 20.
16900 (hashcash-process-alist): New variable.
16901 (hashcash-generate-payment-async): Add.
16902 (hashcash-already-paid-p): Add.
16903 (hashcash-insert-payment): Don't generate payments twice.
16904 (hashcash-insert-payment-async): Add.
16905 (hashcash-insert-payment-async-2): Add.
16906 (hashcash-cancel-async): Add.
16907 (hashcash-wait-async): Add.
16908 (hashcash-processes-running-p): Add.
16909 (hashcash-wait-or-cancel): Add.
16910 (mail-add-payment): New optional argument. Conditionally start
16911 asynchronous calculation.
16912 (mail-add-payment-async): Add.
16913
16914 * message.el (message-send-mail): Wait for asynchronous hashcash
16915 results. Don't clobber existing X-Hashcash headers.
16916 (message-setup-1): Call mail-add-payment-async when
16917 message-generate-hashcash is non-nil.
16918
16919 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16920
16921 * message.el (message-use-alternative-email-as-from): Examine the
16922 From header as well; use message-make-from in order to include a
16923 user's full name.
16924
16925 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16926
16927 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16928 default; improve customization type.
16929 (gnus-emphasis-custom-with-format): New macro.
16930 (gnus-emphasis-custom-value-to-external): New function.
16931 (gnus-emphasis-custom-value-to-internal): New function.
16932
16933 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16934
16935 * dns.el (query-dns): Resolve reverse addresses.
16936
16937 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16938
16939 * gnus-group.el (gnus-group-get-new-news): Use it.
16940
16941 * gnus-start.el (gnus-check-reasonable-setup): New function.
16942
16943 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16944
16945 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16946 "Args out of range" error. Reported by Arnaud Giersch
16947 <arnaud.giersch@free.fr>.
16948
16949 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16950
16951 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16952
16953 2004-11-04 Richard M. Stallman <rms@gnu.org>
16954
16955 * spam.el (spam group): Add :version.
16956
16957 * pgg-def.el (pgg group): Add :version.
16958
16959 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16960
16961 * gnus-art.el (gnus-article-edit-article): Don't associate the
16962 article buffer with a draft file. This is a temporary measure
16963 against the 2004-08-22 change to gnus-article-edit-mode.
16964
16965 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16966
16967 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16968 (html2text-format-tags): Remove unused variable `attr'.
16969
16970 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16971
16972 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16973
16974 * spam-stat.el (spam-stat): Add :version.
16975
16976 * sieve.el (sieve): Add :version.
16977
16978 * sha1.el (sha1): Add :version.
16979 (sha1-use-external): Remove redundant version.
16980
16981 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16982 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16983 (nnmail-split-fancy-match-partial-words)
16984 (nnmail-split-lowercase-expanded): Add :version.
16985
16986 * nndiary.el (nndiary): Add :version.
16987
16988 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16989
16990 * mml-sec.el (mml-default-sign-method)
16991 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16992 Add :version.
16993
16994 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16995
16996 * mm-url.el (mm-url-use-external, mm-url-program)
16997 (mm-url-arguments): Add :version.
16998
16999 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17000 (mm-attachment-file-modes, mm-decrypt-option)
17001 (mm-w3m-safe-url-regexp): Add :version.
17002
17003 * message.el (message-cite-prefix-regexp)
17004 (message-sendmail-envelope-from, message-minibuffer-local-map)
17005 (message-user-fqdn, message-completion-alist): Add :version.
17006
17007 * gnus-win.el (gnus-configure-windows-hook)
17008 (gnus-use-frames-on-any-display): Add :version.
17009
17010 * gnus-art.el (gnus-article-address-banner-alist)
17011 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17012 (gnus-treat-from-picon, gnus-treat-mail-picon)
17013 (gnus-treat-x-pgp-sig): Add :version.
17014
17015 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17016 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17017 (gnus-summary-article-delete-hook)
17018 (gnus-summary-display-while-building): Add :version.
17019
17020 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17021 (gnus-get-top-new-news-hook): Add :version.
17022
17023 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17024 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17025
17026 * gnus-registry.el (gnus-registry): Add :version.
17027
17028 * gnus-spec.el (gnus-use-correct-string-widths)
17029 (gnus-make-format-preserve-properties): Add :version.
17030
17031 * gnus.el (gnus-group-charter-alist)
17032 (gnus-group-fetch-control-use-browse-url)
17033 (gnus-install-group-spam-parameters): Add :version.
17034
17035 * gnus-diary.el (gnus-diary): Add :version.
17036
17037 * gnus-delay.el (gnus-delay): Add :version.
17038
17039 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17040 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17041 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17042 Add :version.
17043
17044 * gnus-agent.el (gnus-agent-max-fetch-size)
17045 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17046 (gnus-agent-prompt-send-queue): Add :version.
17047
17048 * deuglify.el (gnus-outlook-deuglify): Add :version.
17049
17050 * html2text.el: Beautify code. Improve doc strings.
17051 Some checkdoc cleanup.
17052 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17053
17054 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17055
17056 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17057
17058 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17059
17060 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17061 when package is loaded.
17062
17063 * spam.el (spam-summary-score-preferred-header): Add global preference
17064 for people who want to override the default SpamAssassin over
17065 Bogofilter preference (when both are set).
17066 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17067 (spam-user-format-function-S):
17068 Check spam-summary-score-preferred-header.
17069 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17070 (spam-user-format-function-S): Format the score correctly.
17071
17072 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17073
17074 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17075 signature file. Suggested by Manoj Srivastava
17076 <srivasta@golden-gryphon.com>.
17077
17078 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17079 iso-2022-jp even in the Japanese language environment.
17080 Suggested by Jason Rumney <jasonr@gnu.org>.
17081
17082 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17083
17084 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17085 use the same characters as the dummy marks; make it free from
17086 getting affected by the language environment.
17087 (gnus-summary-read-group-1): Update mark positions only when the
17088 format spec is updated.
17089
17090 * gnus-spec.el (gnus-update-format-specifications): Return a list
17091 of updated types.
17092
17093 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17094
17095 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17096 of boundp to check if display-warning is available.
17097
17098 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17099
17100 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17101
17102 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17103
17104 * nnspool.el (nnspool-spool-directory): Use news-path if the
17105 news-directory variable is not bound.
17106
17107 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17108 function instead of display-warning if it is not available.
17109
17110 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17111
17112 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17113 v5-10: Use `point-at-bol'.
17114
17115 2004-10-26 Simon Josefsson <jas@extundo.com>
17116
17117 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17118 <chenggao@gmail.com>.
17119
17120 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17121
17122 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17123 instead.
17124
17125 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17126
17127 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17128 to remove a server from the nnimap-server-buffer-alist.
17129 (nnimap-open-connection, nnimap-close-server): Use it.
17130
17131 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17132
17133 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17134
17135 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17136 running the major-mode function.
17137
17138 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17139
17140 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17141 dummy marks in the right way.
17142
17143 2004-10-18 David Edmondson <dme@dme.org>
17144
17145 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17146 excessively.
17147
17148 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17149
17150 * gnus-util.el (gnus-split-references): Accept a nil references
17151 string and go on blissfully.
17152
17153 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17154 cases where the references string is non-nil but has no references.
17155
17156 * encrypt.el: Add autoload tags.
17157
17158 * spam.el (spam-resolve-registrations-routine): Remove article
17159 from unregistration list too. Reported by David Hanak
17160 <dhanak@isis.vanderbilt.edu>
17161
17162 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17163
17164 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17165 nil. Change custom type.
17166
17167 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17168
17169 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17170
17171 * gnus-sum.el (gnus-summary-move-article): Use it.
17172
17173 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17174
17175 * encrypt.el: Add autoload cookies.
17176
17177 * spam.el (spam-backend-article-list-property)
17178 (spam-backend-get-article-todo-list)
17179 (spam-backend-put-article-todo-list)
17180 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17181 Resolve registrations separately.
17182 (spam-register-routine): Format comments.
17183 (spam-unregister-routine, spam-register-routine): Always call with
17184 specific-articles, no default list.
17185 (spam-summary-prepare-exit): Use the spam-classifications function.
17186
17187 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17188 gnus-encrypt.el.
17189
17190 * encrypt.el: Copied from gnus-encrypt.el.
17191
17192 * gnus-encrypt.el: Commented that it's obsolete.
17193
17194 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17195
17196 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17197 (gnus-score-save): Use it.
17198
17199 * message.el (message-bury): Use `window-dedicated-p'.
17200
17201 2004-10-15 Simon Josefsson <jas@extundo.com>
17202
17203 * pop3.el (top-level): Don't require nnheader.
17204 (pop3-read-timeout): Add.
17205 (pop3-accept-process-output): Add.
17206 (pop3-read-response, pop3-retr): Use it.
17207
17208 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17209
17210 * spam.el (spam-register-routine): Move comment.
17211 (spam-verify-bogofilter): Use 'unknown for the initial
17212 spam-bogofilter-valid state, not 'never.
17213
17214 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17215 for netrc-machine.
17216
17217 * nnimap.el (nnimap-open-connection):
17218 Use netrc-machine-user-or-password.
17219
17220 2004-10-17 Richard M. Stallman <rms@gnu.org>
17221
17222 * gnus-registry.el (gnus-registry-unload-hook):
17223 Set as a variable with add-hook.
17224
17225 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17226 of news-path.
17227
17228 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17229
17230 * spam.el: Delete duplicate `provide'.
17231 (spam-unload-hook): Set as a variable with add-hook.
17232
17233 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17234
17235 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17236 in the doc string.
17237
17238 * message.el (message-ignored-news-headers)
17239 (message-ignored-supersedes-headers)
17240 (message-ignored-resent-headers)
17241 (message-forward-ignored-headers): Improve custom type.
17242
17243 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17244
17245 * message.el (message-tokenize-header): Fix 2004-09-06 change
17246 which used point-min in the wrong place.
17247
17248 2004-10-12 Simon Josefsson <jas@extundo.com>
17249
17250 * tls.el (tls-certtool-program): New variable.
17251 (tls-certificate-information): New function, based on
17252 ssl-certificate-information.
17253
17254 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17255
17256 * compface.el: Move the version of ELisp-based uncompface program
17257 to the contrib directory because of the copyright problem.
17258
17259 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17260
17261 * message.el (message-kill-buffer): Raise the current frame.
17262
17263 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17264
17265 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17266
17267 * gnus.el (message-y-or-n-p): Autoload.
17268
17269 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17270 (pop3-password-required, pop3-authentication-scheme)
17271 (pop3-leave-mail-on-server): Make customizable.
17272 (pop3): New custom group.
17273 (pop3-retr): Remove `sleep-for' statements.
17274 Suggested by Dave Love <fx@gnu.org>.
17275
17276 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17277 Windows/DOS.
17278
17279 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17280 (imap-parse-body): Fix incorrect use of `assert'.
17281 Suggested by Dave Love <fx@gnu.org>.
17282
17283 * mml.el (mml-minibuffer-read-disposition): Require match.
17284 Suggested by Dave Love <fx@gnu.org>.
17285
17286 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17287
17288 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17289 doc string.
17290
17291 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17292
17293 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17294
17295 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17296
17297 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17298 instead of calling `mm-insert-inline', to decode text/* parts
17299 before displaying them.
17300
17301 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17302
17303 * mm-uu.el (mm-uu-text-plain-type): New variable.
17304 (mm-uu-pgp-signed-extract-1): Use it.
17305 (mm-uu-pgp-encrypted-extract-1): Use it.
17306 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17307 bind mm-uu-text-plain-type with that value.
17308 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17309 mm-uu-dissect.
17310
17311 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17312
17313 * gnus-group.el (gnus-update-group-mark-positions):
17314 * gnus-sum.el (gnus-update-summary-mark-positions):
17315 * message.el (message-check-news-body-syntax):
17316 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17317 of string-as-multibyte.
17318
17319 2004-10-05 Juri Linkov <juri@jurta.org>
17320
17321 * gnus-group.el (gnus-update-group-mark-positions):
17322 * gnus-sum.el (gnus-update-summary-mark-positions):
17323 * message.el (message-check-news-body-syntax):
17324 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17325 8-bit unibyte values to a multibyte string for search functions.
17326
17327 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17328
17329 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17330 (mm-uu-dissect-text-parts): New function.
17331
17332 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17333 dissect text parts.
17334
17335 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17336 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17337
17338 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17339
17340 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17341 Use gnus-current-topics instead of gnus-current-topic.
17342
17343 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17344
17345 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17346
17347 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17348
17349 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17350 where approriate.
17351
17352 * nnml.el (nnml-generate-active-info): do.
17353
17354 * nndiary.el (nndiary-generate-active-info): do.
17355
17356 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17357 (gnus-topic-move): do.
17358
17359 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17360 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17361
17362 * gnus-srvr.el (gnus-server-prepare)
17363 (gnus-server-open-all-servers): do.
17364
17365 * gnus-msg.el (gnus-summary-cancel-article)
17366 (gnus-summary-resend-message)
17367 (gnus-summary-mail-crosspost-complaint): do.
17368
17369 * gnus-move.el (gnus-change-server): do.
17370
17371 * gnus-group.el (gnus-group-unmark-all-groups)
17372 (gnus-group-set-current-level): do.
17373
17374 2004-10-04 Simon Josefsson <jas@extundo.com>
17375
17376 * message.el (message-generate-hashcash): Doc fix.
17377
17378 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17379
17380 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17381 avoid infinite recursion via gnus-get-function.
17382
17383 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17384
17385 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17386
17387 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17388
17389 * nnmail.el (nnmail-split-history): do.
17390
17391 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17392 (nnml-request-delete-group): do.
17393
17394 * nnslashdot.el (nnslashdot-read-groups): do.
17395
17396 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17397 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17398
17399 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17400 (nnspool-sift-nov-with-sed): Use last.
17401 (nnspool-retrieve-headers-with-nov): Use mapc.
17402 (nnspool-request-newgroups): Use dolist.
17403 (nnspool-request-group): Use last.
17404
17405 * nntp.el (nntp-read-server-type): Use dolist.
17406
17407 * nnvirtual.el (nnvirtual-create-mapping)
17408 (nnvirtual-update-read-and-marked): Use dolist.
17409 (nnvirtual-convert-headers): Simplify.
17410
17411 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17412
17413 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17414 Add support for sync'ing tick marks.
17415
17416 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17417
17418 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17419 there's no visible header.
17420
17421 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17422
17423 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17424 When necessary, pass full group name to gnus-request-set-marks.
17425
17426 2004-10-01 Simon Josefsson <jas@extundo.com>
17427
17428 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17429 acroread.
17430
17431 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17432
17433 * spam-report.el (spam-report-gmane): Fix interactive.
17434
17435 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17436
17437 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17438 when writing file.
17439 (gnus-agent-synchronize-flags): Don't default to being
17440 interactive.
17441
17442 2004-09-30 Simon Josefsson <jas@extundo.com>
17443
17444 * message.el (message-generate-hashcash): Add.
17445 (message-send-mail): Use it, call mail-add-payment.
17446
17447 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17448
17449 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17450
17451 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17452
17453 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17454 gnus-requst-update-info with explicit code to sync the in-memory
17455 info read flags with the marks being sync'd to the backend.
17456
17457 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17458
17459 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17460
17461 * spam.el (spam-verify-bogofilter): Add new function.
17462 (spam-check-bogofilter)
17463 (spam-bogofilter-register-with-bogofilter): Use it.
17464 (spam-verify-bogofilter): Add small fixes.
17465
17466 2004-09-28 Simon Josefsson <jas@extundo.com>
17467
17468 * hashcash.el (hashcash-generate-payment): Revert.
17469
17470 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17471
17472 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17473 Use gnus-extract-references instead of gnus-split-references.
17474
17475 * gnus-util.el (gnus-extract-references): Add new function, analogous
17476 to gnus-split-references but extracts only the message-ID without
17477 anything extra.
17478
17479 * hashcash.el (hashcash-generate-payment)
17480 (hashcash-check-payment): Do the right thing if hashcash-path is
17481 nil (because the hashcash program could not be found).
17482
17483 * spam.el (spam-use-hashcash): Remove comment.
17484
17485 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17486
17487 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17488 (gnus-cache-enter-article, gnus-cache-remove-article)
17489 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17490
17491 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17492
17493 * gnus-art.el (article-hide-boring-headers)
17494 (article-translate-strings, article-display-face)
17495 (gnus-article-mime-match-handle-first)
17496 (gnus-article-highlight-headers)
17497 (gnus-article-add-buttons-to-head): do.
17498
17499 2004-09-27 Simon Josefsson <jas@extundo.com>
17500
17501 * hashcash.el: New version, from
17502 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17503 ../contrib/.
17504
17505 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17506
17507 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17508
17509 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17510
17511 * gnus-dup.el (gnus-dup-open): Use mapc.
17512 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17513
17514 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17515 Reported by Stefan Wiens <s.wi@gmx.net>.
17516
17517 * gnus.el (gnus-shutdown): Use dolist.
17518
17519 * gnus-undo.el (gnus-undo): Use mapc.
17520
17521 * nnrss.el (nnrss-generate-active): do.
17522
17523 * message.el (message-cite-original-without-signature)
17524 (message-cite-original): Use mapc.
17525 (message-do-actions, message-make-forward-subject): Use dolist.
17526
17527 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17528
17529 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17530 deletion to remove entire duplicate line. Fixes merged article
17531 number bug.
17532
17533 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17534
17535 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17536 servers that are offline. Avoids having gnus-agent-toggle-plugged
17537 first ask if you want to open a server and then, even when you
17538 responded with no, asking if you want to synchronize the server's
17539 flags.
17540 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17541 multi-line expressions.
17542 (gnus-agent-synchronize-group-flags): New internal function.
17543 Updates marks in memory (in the info structure) AND in the
17544 backend.
17545
17546 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17547
17548 * nnagent.el (nnagent-request-set-mark):
17549 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17550 method, to ensure that synchronization updates marks in the
17551 backend and in the info (in memory) structure.
17552
17553 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17554
17555 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17556 convention fully; don't miss the root article of a thread; make
17557 the X-Draft-From header with correct article numbers.
17558
17559 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17560
17561 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17562 unless plugged. Disable the agent so that an open failure causes
17563 an error.
17564
17565 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17566 Revert 2004-09-21 change. The backend must be opened while
17567 synchronizing flags even when the backend stores the flags
17568 locally.
17569
17570 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17571
17572 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17573 in `header' match. Reported by Svend Tollak Munkejord.
17574
17575 * message.el (message-cite-original): Fix use of
17576 `message-cite-articles-with-x-no-archive'.
17577
17578 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17579
17580 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17581 (gnus-window-to-buffer): Ditto.
17582
17583 * mml.el (mml-preview-buffer): New variable.
17584 (mml-preview): Manage window layout with gnus-buffer-configuration.
17585
17586 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17587 X-Draft-From header even if those articles aren't quoted.
17588
17589 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17590
17591 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17592 (gnus-request-set-mark, gnus-request-update-mark): Use new
17593 g-s-t-u-l-m to decide to use backend even when unplugged.
17594
17595 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17596
17597 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17598 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17599
17600 2004-09-20 Simon Josefsson <jas@extundo.com>
17601
17602 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17603 "utf-16-le".
17604
17605 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17606
17607 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17608
17609 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17610
17611 * uudecode.el (uudecode-use-external): Add :version.
17612
17613 * smime.el (smime-CA-file, smime-encrypt-cipher)
17614 (smime-dns-server): Add :version.
17615
17616 * smiley.el (gnus-smiley-file-types): Add :version.
17617
17618 * sha1.el (sha1-use-external): Add :version.
17619
17620 * pgg-def.el (pgg-query-keyserver): Add :version.
17621
17622 * nnmail.el (nnmail-fancy-expiry-targets)
17623 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17624 Add :version.
17625
17626 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17627 (nnimap-retrieve-groups-asynchronous): Add :version.
17628 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17629
17630 * mml.el (mml-content-disposition-parameters)
17631 (mml-insert-mime-headers-always): Add :version.
17632
17633 * mm-util.el (mm-coding-system-priorities): Add :version.
17634
17635 * mm-decode.el (mm-inline-text-html-with-images)
17636 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17637 (mm-verify-option): Add :version.
17638 (mm-text-html-renderer): Change :version.
17639
17640 * message.el (message-fcc-externalize-attachments)
17641 (message-required-headers, message-draft-headers)
17642 (message-subject-trailing-was-query)
17643 (message-subject-trailing-was-ask-regexp)
17644 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17645 (message-mark-insert-end, message-archive-header)
17646 (message-archive-note, message-cross-post-default)
17647 (message-cross-post-note, message-followup-to-note)
17648 (message-cross-post-note-function, message-use-mail-followup-to)
17649 (message-subscribed-address-functions)
17650 (message-subscribed-address-file, message-subscribed-addresses)
17651 (message-subscribed-regexps, message-allow-no-recipients)
17652 (message-yank-cited-prefix, message-signature-insert-empty-line)
17653 (message-hidden-headers, message-hierarchical-addresses)
17654 (message-mail-user-agent, message-use-idna)
17655 (message-valid-fqdn-regexp)
17656 (message-strip-special-text-properties, message-header-synonyms)
17657 (message-beginning-of-line, message-tab-body-function): Add :version.
17658 (message-insert-canlock, message-wide-reply-confirm-recipients):
17659 Change :version.
17660
17661 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17662 and :version.
17663 (mail-source-delete-old-incoming-confirm)
17664 (mail-source-movemail-program): Add :version.
17665
17666 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17667 (gnus-agent-cache, gnus-agent): Change :version.
17668
17669 * gnus-util.el (gnus-use-byte-compile): Change :version.
17670
17671 * gnus-sum.el (gnus-summary-make-false-root-always)
17672 (gnus-summary-default-high-score)
17673 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17674 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17675 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17676 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17677 (gnus-sum-thread-tree-single-indent)
17678 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17679 (gnus-sum-thread-tree-leaf-with-other)
17680 (gnus-sum-thread-tree-single-leaf): Add :version.
17681 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17682 (gnus-article-loose-mime): Change :version.
17683
17684 * gnus-start.el (gnus-backup-startup-file)
17685 (gnus-save-startup-file-via-temp-buffer): Add :version.
17686
17687 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17688 (gnus-server-offline-face): Add :version.
17689
17690 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17691
17692 * gnus-msg.el (gnus-gcc-externalize-attachments)
17693 (gnus-debug-files, gnus-debug-exclude-variables)
17694 (gnus-discouraged-post-methods): Change :version.
17695 (gnus-confirm-mail-reply-to-news)
17696 (gnus-confirm-treat-mail-like-news): Add :version.
17697
17698 * gnus-int.el (gnus-server-unopen-status): Add :version.
17699
17700 * gnus-group.el (gnus-group-jump-to-group-prompt)
17701 (gnus-large-ephemeral-newsgroup)
17702 (gnus-fetch-old-ephemeral-headers): Add :version.
17703
17704 * gnus-fun.el (gnus-x-face-directory)
17705 (gnus-convert-pbm-to-x-face-command)
17706 (gnus-convert-image-to-x-face-command)
17707 (gnus-convert-image-to-face-command): Add :version.
17708
17709 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17710
17711 * gnus-cite.el (gnus-cite-blank-line-after-header)
17712 (gnus-article-boring-faces): Add :version.
17713
17714 * gnus-art.el (gnus-buttonized-mime-types)
17715 (gnus-inhibit-mime-unbuttonizing)
17716 (gnus-treat-display-face)
17717 (gnus-treat-body-boundary): Change :version.
17718 (gnus-body-boundary-delimiter, gnus-picon-databases)
17719 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17720 (gnus-treat-date-english, gnus-treat-fold-headers)
17721 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17722 (gnus-treat-mail-picon, gnus-treat-wash-html)
17723 (gnus-article-encrypt-protocol)
17724 (gnus-use-idna, gnus-article-over-scroll)
17725 (gnus-mime-display-multipart-alternative-as-mixed)
17726 (gnus-mime-display-multipart-related-as-mixed)
17727 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17728 (gnus-ctan-url, gnus-button-ctan-handler)
17729 (gnus-button-handle-ctan-bogus-regexp)
17730 (gnus-button-ctan-directory-regexp)
17731 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17732 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17733 (gnus-button-man-level, gnus-button-emacs-level)
17734 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17735
17736 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17737 (gnus-agent-go-online): Change :version.
17738 (gnus-agent-expire-unagentized-dirs)
17739 (gnus-agent-auto-agentize-methods): Add :version.
17740
17741 * flow-fill.el (fill-flowed-display-column)
17742 (fill-flowed-encode-column): Add :version.
17743
17744 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17745 (gnus-outlook-deuglify-unwrap-max)
17746 (gnus-outlook-deuglify-cite-marks)
17747 (gnus-outlook-deuglify-unwrap-stop-chars)
17748 (gnus-outlook-deuglify-no-wrap-chars)
17749 (gnus-outlook-deuglify-attrib-cut-regexp)
17750 (gnus-outlook-deuglify-attrib-verb-regexp)
17751 (gnus-outlook-deuglify-attrib-end-regexp)
17752 (gnus-outlook-display-hook): Add :version.
17753
17754 * binhex.el (binhex-use-external): Add :version.
17755
17756 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17757
17758 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17759 and `invisible'.
17760
17761 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17762
17763 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17764 in gnus-registry-trim.
17765
17766 2004-09-13 Simon Josefsson <jas@extundo.com>
17767
17768 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17769
17770 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17771
17772 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17773 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17774 <yamaoka@jpl.org>.
17775 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17776 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17777 <yamaoka@jpl.org>.
17778
17779 * sieve.el (sieve-manage-mode): Ditto.
17780
17781 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17782
17783 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17784
17785 2004-09-11 Simon Josefsson <jas@extundo.com>
17786
17787 * dns-mode.el: Add.
17788
17789 * mm-view.el (mm-display-dns-inline): Add.
17790
17791 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17792 (mm-automatic-display): Ditto.
17793
17794 * mailcap.el (mailcap-mime-data): Add text/dns.
17795 (mailcap-mime-extensions): Map .soa to text/dns.
17796
17797 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17798
17799 * gnus-art.el (article-decode-mime-words, article-babel)
17800 (gnus-article-highlight-signature, gnus-article-add-buttons)
17801 (gnus-signature-toggle): Remove unnecessary bindings of
17802 `inhibit-read-only' inherited from v5.10 merge.
17803
17804 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17805
17806 * nntp.el (nntp): New customization group.
17807 (nntp-authinfo-file): Add customization group.
17808
17809 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17810
17811 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17812
17813 * gnus.el (to-address, to-list, subscribed)
17814 (large-newsgroup-initial): Ditto.
17815
17816 * flow-fill.el (fill-flowed-display-column)
17817 (fill-flowed-encode-column): Ditto.
17818
17819 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17820
17821 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17822 Use point-min rather than 1.
17823 (message-send-mail): Use buffer-size rather than point-max.
17824
17825 * gnus-sum.el (gnus-summary-search-article-forward):
17826 Signal a specific `search-failed' rather than a generic `error'.
17827
17828 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17829 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17830 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17831
17832 2004-09-10 Simon Josefsson <jas@extundo.com>
17833
17834 * nndb.el (require): Remove tcp and duplicate cl.
17835
17836 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17837
17838 * gnus-agent.el (directory-files-and-attributes): Move forward.
17839
17840 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17841
17842 * gnus-agent.el (directory-files-and-attributes):
17843 Optionally defined to support XEmacs.
17844
17845 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17846
17847 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17848 to avoid run-time CL dependencies.
17849 (gnus-agent-unfetch-articles): New function.
17850 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17851 article numbers even when local .overview file is missing.
17852 (gnus-agent-read-article-number): New function. Only accepts
17853 27-bit article numbers.
17854 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17855 Use gnus-agent-read-article-number.
17856 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17857 from backend while recognizing that article numbers in .overview
17858 must be valid.
17859 (gnus-agent-update-files-total-fetched-for):
17860 Use directory-files-and-attributes to improve performance.
17861 * gnus-int.el (gnus-request-move-article):
17862 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17863 improve performance.
17864
17865 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17866 some users confused by references to .newsrc when they only have a
17867 .newsrc.eld file.
17868 (gnus-convert-mark-converter-prompt)
17869 (gnus-convert-converter-needs-prompt): Fix use of property list.
17870 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17871 New function. Used internally to only display 'gnus converting
17872 files' message when actually necessary.
17873
17874 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17875 methods now autoloaded.
17876
17877 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17878
17879 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17880 identifiers.
17881
17882 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17883
17884 * gnus-picon.el: Fix indentation and closing parenthesis.
17885
17886 2004-09-01 Simon Josefsson <jas@extundo.com>
17887
17888 * message.el (message-canlock-generate): Require sha1, not
17889 sha1-el. (Can we get rid of this require altogether? It is ugly
17890 to require within a function. Sadly, if sha1.el isn't loaded, the
17891 let binding in m-c-g will hide the defcustom definition, which is
17892 bad.)
17893
17894 * canlock.el: Require sha1, not sha1-el.
17895
17896 * message.el: Don't autoload sha1 (there is a autoload cookie in
17897 sha1.el).
17898
17899 * sha1-el.el: Rename to sha1.el.
17900
17901 2004-08-30 Juanma Barranquero <lektu@terra.es>
17902
17903 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17904
17905 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17906
17907 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17908
17909 2004-08-30 Kim F. Storm <storm@cua.dk>
17910
17911 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17912
17913 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17914 Add :group 'nnimap.
17915
17916 2004-08-30 Andreas Schwab <schwab@suse.de>
17917
17918 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17919 ?* and ?\;.
17920
17921 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17922 and ?\' to symbol instead of whitespace.
17923
17924 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17925
17926 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17927
17928 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17929 instead of re-search-forward.
17930
17931 * gnus-uu.el (gnus-uu-save-article): Ditto.
17932 (gnus-uu-post-encode-uuencode): Ditto.
17933
17934 * html2text.el (html2text-clean-list-items): Ditto.
17935 (html2text-clean-dtdd): Ditto.
17936 (html2text-format-tags): Ditto.
17937
17938 * message.el (message-send-mail-with-sendmail): Fix regexp.
17939 (message-fill-field-general): Use search-forward instead of
17940 re-search-forward.
17941 (unbold-region): Ditto.
17942
17943 * nnrss.el (nnrss-request-article): Ditto.
17944
17945 * nnslashdot.el (nnslashdot-request-article): Ditto.
17946
17947 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17948
17949 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17950 "Unrecognized menu descriptor" error in XEmacs.
17951
17952 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17953
17954 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17955 parent article of a sparse article in the thread hashtb.
17956
17957 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17958
17959 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17960 (nnmail-expand-newtext): Lowercase expanded entries if
17961 nnmail-split-lowercase-expanded is non-nil.
17962
17963 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17964
17965 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17966
17967 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17968 of gnus-tmp-news-method into string under XEmacs. It will be
17969 passed to gnus-correct-length which takes only a string argument.
17970
17971 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17972
17973 * gnus-util.el (gnus-bind-print-variables): New macro.
17974 (gnus-prin1): Use it.
17975 (gnus-prin1-to-string): Use it.
17976 (gnus-pp): New function.
17977 (gnus-pp-to-string): New function.
17978
17979 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17980 Replace pp-to-string with gnus-pp-to-string.
17981 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17982 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17983 * gnus-msg.el (gnus-debug): Ditto.
17984 * gnus-score.el (gnus-score-save): Ditto.
17985 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17986 gnus-pp-to-string.
17987 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17988 with gnus-pp.
17989 * score-mode.el (gnus-score-pretty-print): Ditto.
17990 * webmail.el (webmail-debug): Ditto.
17991
17992 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17993
17994 * gnus-art.el (article-display-face, article-display-x-face):
17995 Use buffer-read-only.
17996
17997 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17998
17999 * gnus-art.el (article-hide-list-identifiers):
18000 Bind inhibit-read-only as t.
18001
18002 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18003
18004 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18005
18006 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18007
18008 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18009 (gnus-narrow-to-page): Don't assume point-min == 1.
18010 (gnus-article-edit-mode): Derive from message-mode.
18011
18012 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18013 point-min == 1.
18014
18015 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18016 Disable incorrect use of `assert'.
18017
18018 * message.el (message-mode): Set comment-start-skip.
18019
18020 2004-08-22 Sam Steingold <sds@gnu.org>
18021
18022 * pop3.el (pop3-leave-mail-on-server): New user variable.
18023 (pop3-movemail): Delete mail only when it is nil.
18024
18025 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18026
18027 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18028
18029 * mml.el (mml-preview): Use `pop-to-buffer'.
18030
18031 * message.el (message-goto-mail-followup-to): Insert after "To".
18032 (message-carefully-insert-headers): Add comment.
18033
18034 * gnus.el: Remove unused variable `gnus-article-check-size'.
18035
18036 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18037
18038 * gnus-art.el (gnus-button-alist):
18039 Improve `gnus-button-handle-library' entry.
18040
18041 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18042
18043 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18044 Use downcase, since XEmacs capitalizes error messages differently.
18045
18046 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18047
18048 * nntp.el: Add (require 'gnus) due to reference to
18049 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18050
18051 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18052
18053 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18054 Bind `mm-fill-flowed'.
18055
18056 * mm-decode.el (mm-dissect-singlepart): Check it.
18057
18058 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18059
18060 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18061 'imap' for netrc parsing.
18062
18063 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18064
18065 * mailcap.el (mailcap-mime-data): Mark as risky.
18066
18067 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18068
18069 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18070 may be included in the encoded word.
18071 (rfc2047-encode): Don't append a space if the encoded word
18072 includes close parenthesis.
18073
18074 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18075
18076 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18077 of text within parentheses.
18078
18079 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18080
18081 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18082 (gnus-encrypt-write-file-contents): Make the password key the file
18083 name PLUS the cipher, not just the cipher. Also remove failed
18084 passwords from the cache.
18085
18086 2004-08-06 Simon Josefsson <jas@extundo.com>
18087
18088 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18089 Doc fix.
18090
18091 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18092
18093 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18094 LWSP.
18095
18096 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18097
18098 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18099 Try to append in-reply-to: data to the references: header.
18100
18101 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18102 (netrc-parse): Use gnus-encrypt.el functions.
18103
18104 * gnus-encrypt.el: Add new file for encryption support; currently
18105 does only a few GPG ciphers and an internal XOR cipher.
18106
18107 * password.el: Add comments on using password-read-and-add.
18108 (password-read-and-add): Add function to read and add the
18109 password to the cache at once.
18110
18111 2004-07-28 Simon Josefsson <jas@extundo.com>
18112
18113 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18114 parameter (but don't use it, for now).
18115
18116 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18117 instead of hard coding to nil.
18118
18119 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18120
18121 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18122 as mm-inline-image-xemacs does.
18123
18124 2004-07-26 Simon Josefsson <jas@extundo.com>
18125
18126 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18127 Revert part of 2004-07-17 change below.
18128
18129 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18130
18131 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18132 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18133
18134 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18135
18136 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18137 quotes that actually start with ">" at the beginning of the
18138 lines.
18139
18140 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18141
18142 * rfc2047.el (rfc2047-encode-region): Fix last change.
18143 (rfc2047-encode-parameter): Remove useless concat.
18144
18145 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18146
18147 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18148 encode special characters; fix some kind of misconfigured headers;
18149 signal a real error if debug-on-quit or debug-on-error is non-nil.
18150 (rfc2047-encode-max-chars): New variable.
18151 (rfc2047-encode-1): Use it.
18152 (rfc2047-encode-parameter): New function.
18153
18154 * mml.el (mml-insert-parameter): Remove an excessive space.
18155
18156 2004-07-17 Simon Josefsson <jas@extundo.com>
18157
18158 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18159 Kai Grossjohann <kai@emptydomain.de>.
18160 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18161 (gnus-group-make-menu-bar): Ditto.
18162
18163 * gnus-util.el (gnus-group-server): Add.
18164
18165 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18166
18167 * message.el (message-clone-locals): Clone sendmail and smtp
18168 variables.
18169
18170 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18171
18172 * rfc2047.el (rfc2047-encode-region): Fix last change.
18173
18174 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18175
18176 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18177 characters as non-special.
18178
18179 2004-07-09 Simon Josefsson <jas@extundo.com>
18180
18181 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18182 Users will lose all flag changes made while unplugged with
18183 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18184 good default. See numerous reports on ding mailing list.
18185
18186 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18187
18188 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18189 add generate-head-function and generate-article-function to the
18190 rfc822-forward entry.
18191 (nndoc-rfc822-forward-generate-article): New function.
18192 (nndoc-rfc822-forward-generate-head): New function.
18193
18194 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18195
18196 2004-07-06 Dan Christensen <jdc@uwo.ca>
18197
18198 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18199 respect display group parameter and gnus-summary-expunge-below.
18200 (gnus-articles-to-read): Remove unused reference to display group
18201 parameter.
18202
18203 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18204
18205 * nnheader.el (nnheader-uniquify-message-id): New experimental
18206 variable.
18207 (nnheader-nov-read-message-id): Use it.
18208
18209 * spam-report.el (spam-report-gmane): Add interactive.
18210
18211 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18212
18213 * mm-encode.el (mm-content-transfer-encoding-defaults):
18214 Use qp-or-base64 for the application/* types.
18215
18216 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18217
18218 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18219
18220 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18221
18222 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18223 trim value.
18224
18225 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18226
18227 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18228 New macro and function.
18229 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18230
18231 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18232
18233 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18234 after-load-alist.
18235
18236 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18237
18238 * gnus-group.el (gnus-group-get-new-news-this-group):
18239 Don't update info that isn't there.
18240
18241 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18242
18243 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18244 entry.
18245
18246 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18247
18248 * mm-view.el (mm-inline-render-with-function): Use multibyte
18249 buffer; decode html source by charset.
18250
18251 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18252
18253 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18254 Mule-UCS is loaded under XEmacs.
18255 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18256
18257 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18258
18259 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18260
18261 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18262
18263 * mm-util.el (mm-coding-system-p): Return a coding-system.
18264 (mm-mime-mule-charset-alist): Use shift_jis instead of
18265 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18266 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18267 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18268 instead of japanese-shift-jis and iso-latin-1 respectively in
18269 order to share the default value with both Emacs and XEmacs-mule.
18270 (mm-mule-charset-to-mime-charset):
18271 Make mm-coding-system-priorities effective.
18272 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18273 while predicating of candidates upon the priorities.
18274
18275 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18276
18277 * gnus-sum.el (gnus-summary-make-menu-bar):
18278 Add gnus-uu-invert-processable.
18279
18280 * gnus.el: Autoload gnus-uu-invert-processable.
18281
18282 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18283
18284 * mm-util.el (mm-with-multibyte-buffer): New macro.
18285
18286 * rfc2047.el (rfc2047-encode-string): Use it.
18287 (rfc2047-encode-region): Move point to the end of the region after
18288 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18289
18290 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18291
18292 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18293 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18294
18295 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18296
18297 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18298 (gnus-cite-parse): Ignore quoted envelope From_.
18299 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18300
18301 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18302
18303 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18304 invalid addresses.
18305
18306 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18307
18308 * spam.el: Change section markers, revise TODO list.
18309 (spam-backends): Make new master list of all installed backends.
18310 (spam-summary-exit-behavior): Add new variable to determine how
18311 messages moves are done at summary exit.
18312 (spam-move-spam-nonspam-groups-only)
18313 (spam-process-ham-in-nonham-groups)
18314 (spam-process-ham-in-spam-groups): Remove variables, the
18315 spam-summary-exit-behavior variable should be used to manage this
18316 behavior.
18317 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18318 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18319 and spam-old-spam-articles.
18320 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18321 Add empty variables, placeholders for the backends they represent.
18322 (spam-set-difference): Move, unchanged.
18323 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18324 unless the user has a processor variable.
18325 (spam-classifications, spam-classification-valid-p)
18326 (spam-backend-properties, spam-backend-property-valid-p)
18327 (spam-backend-function-type-valid-p)
18328 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18329 (spam-report-articles-gmane, spam-report-articles-resend):
18330 Remove functions, they are not needed.
18331 (spam-install-backend-super, spam-backend-list)
18332 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18333 (spam-backend-function, spam-backend-ham-registration-function)
18334 (spam-backend-spam-registration-function)
18335 (spam-backend-ham-unregistration-function)
18336 (spam-backend-spam-unregistration-function)
18337 (spam-backend-statistical-p, spam-backend-mover-p)
18338 (spam-install-backend-alias, spam-install-checkonly-backend)
18339 (spam-install-mover-backend, spam-install-nocheck-backend)
18340 (spam-install-backend, spam-install-statistical-backend)
18341 (spam-install-statistical-checkonly-backend): Add backend installation
18342 support.
18343 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18344 (spam-group-processor-p): Use the new backend code and respect the
18345 summary exit behavior.
18346 (spam-mark-spam-as-expired-and-move-routine): Remove.
18347 (spam-summary-prepare): Change to use the new spam-old-articles
18348 variable.
18349 (spam-copy-or-move-routine, spam-copy-spam-routine)
18350 (spam-move-spam-routine, spam-copy-ham-routine)
18351 (spam-move-ham-routine): Add code to copy/move ham or spam.
18352 (spam-fetch-field-fast): Improve doc and code, plus allow the
18353 'number request.
18354 (spam-list-of-checks, spam-list-of-statistical-checks):
18355 Remove variables.
18356 (spam-split, spam-find-spam): Use the new backend code.
18357 (spam-registration-functions): Remove variable.
18358 (spam-unregister-routine): Add convenience wrapper.
18359 (spam-log-undo-registration, spam-register-routine)
18360 (spam-log-processing-to-registry)
18361 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18362 where possible.
18363 (spam-check-gmane-xref, spam-check-regex-headers)
18364 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18365 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18366 (spam-check-bogofilter-headers, spam-check-spamoracle)
18367 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18368 (spam-check-crm114-headers): Use the spam-split-group that
18369 spam-split prepares, no need to determine it every time.
18370
18371 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18372 to the nnheader-parse-naked-head call.
18373
18374 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18375
18376 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18377 the nnheader-nov-read-message-id call.
18378
18379 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18380
18381 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18382 gnus-activate-group twice. Suggested by Markus Peter
18383 <warp@spin.de>.
18384
18385 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18386
18387 * gnus-art.el (gnus-article-time-format): Exchange the order of
18388 day and month in the default value; fix customization type.
18389 (article-date-ut): Use add-text-properties.
18390 (article-make-date-line): Use message-make-date instead of
18391 current-time-string.
18392
18393 * message.el (message-fetch-field): Don't use set-text-properties.
18394 (message-make-date): Simplify.
18395
18396 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18397
18398 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18399 (rfc2047-encode-region): Treat text within parentheses as special;
18400 show the original text when error has occurred.
18401
18402 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18403 already-computed method to gnus-activate-group.
18404
18405 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18406 same select-methods identical Lisp objects.
18407
18408 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18409 object when modifying the info.
18410
18411 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18412
18413 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18414 gnus-opened-servers since it has never been opened with the new
18415 configuration yet.
18416
18417 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18418
18419 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18420 arg to nnheader-generate-fake-message-id.
18421
18422 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18423
18424 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18425 number and build a fake message ID localized to a group and
18426 article number (so it's repeatable from that point on).
18427 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18428 ID format.
18429
18430 * gnus-sum.el (gnus-get-newsgroup-headers):
18431 Call nnheader-generate-fake-message-id with the article number.
18432
18433 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18434
18435 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18436 end-of-buffer.
18437
18438 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18439
18440 * message.el (message-ignored-supersedes-headers): Add Approved.
18441
18442 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18443
18444 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18445 goto-char.
18446 (rfc2047-encode): Fold the line before encoding.
18447
18448 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18449
18450 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18451 folding -- not all headers can be folded, and this should be done
18452 by the message composition mode. Probably. I think.
18453
18454 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18455
18456 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18457 fast.
18458
18459 * gnus-ems.el (gnus-remove-image): Don't use
18460 message-text-with-property; remove only the image found first.
18461
18462 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18463
18464 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18465
18466 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18467
18468 * message.el (message-text-with-property): Make it fast and accept
18469 optional arguments.
18470 (message-strip-forbidden-properties): Use it.
18471 (message-fix-before-sending): Follow the m-t-w-p change.
18472
18473 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18474
18475 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18476
18477 * gnus-art.el (article-hide-headers): Don't change the buffer
18478 mistakenly when performing mml-preview even if
18479 gnus-single-article-buffer is nil.
18480
18481 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18482
18483 * message.el (message-expand-name-databases): New user option.
18484 (message-expand-name): Use it.
18485
18486 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18487
18488 * spam.el (spam-report-articles-resend)
18489 (spam-report-resend-register-routine): Allow ham reporting.
18490 (spam-report-resend-register-ham-routine): Add wrapper.
18491 (spam-registration-functions): Add ham resending functions.
18492 (spam-list-of-processors): Add ham resend processor.
18493
18494 * gnus.el (ham-resend-to): Add new group parameter.
18495 (spam-process): Add ham resend option.
18496
18497 * spam-report.el (spam-report-resend): Allow reporting ham.
18498 (spam-report-resend-ham): Add wrapper.
18499
18500 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18501
18502 * message.el (message-cite-articles-with-x-no-archive):
18503 New variable.
18504 (message-cite-original): Use it.
18505
18506 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18507
18508 * message.el (message-cite-original): Respect X-No-Archive.
18509
18510 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18511
18512 * gnus-art.el (article-hide-headers): Refer to the values for
18513 gnus-ignored-headers and gnus-visible-headers in the summary
18514 buffer since a user may have set them as group parameters.
18515
18516 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18517
18518 * assistant.el (assistant-node-name): Add convenience function.
18519 (assistant-render-text, assistant-render-node): Add error handling,
18520 plus handle multiple next nodes.
18521 (assistant-find-next-node): Comment out for now.
18522 (assistant-find-next-nodes): Add function, returns list of next
18523 nodes.
18524
18525 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18526
18527 * mail-source.el (mail-source-directory): Fix doc-string.
18528
18529 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18530
18531 * assistant.el (assistant-render-text, assistant-eval): Add :set
18532 widget type, which is different because it takes and returns a
18533 list. Much hilarity ensues.
18534
18535 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18536
18537 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18538
18539 * gnus-group.el (gnus-group-get-new-news-this-group):
18540 Add doc-string.
18541
18542 * gnus-start.el (gnus-activate-group): Add doc-string.
18543
18544 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18545
18546 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18547
18548 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18549
18550 * assistant.el (assistant-render-text): Try to add a :set
18551 widget, more to come.
18552
18553 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18554 strings.
18555 (spam-report-articles-resend)
18556 (spam-register-routine): Do registration iff any articles warrant
18557 it.
18558 (spam-summary-prepare-exit): Change log message for nil group
18559 destinations.
18560
18561 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18562
18563 * spam.el (spam-report-resend-register-routine):
18564 Allow spam-report-resend-to to be a group parameter or a global value.
18565
18566 2004-05-26 Simon Josefsson <jas@extundo.com>
18567
18568 * starttls.el: Merge with my GNUTLS based starttls.el.
18569 (starttls-gnutls-program, starttls-use-gnutls)
18570 (starttls-extra-arguments, starttls-process-connection-type)
18571 (starttls-connect, starttls-failure, starttls-success):
18572 New variables.
18573 (starttls-program, starttls-extra-args): Doc fix.
18574 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18575 New functions.
18576 (starttls-negotiate, starttls-open-stream):
18577 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18578 function if it is set.
18579
18580 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18581
18582 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18583 structured fields.
18584
18585 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18586
18587 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18588
18589 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18590
18591 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18592 Add variable.
18593 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18594 assigning the spam-mark to new messages.
18595
18596 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18597
18598 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18599
18600 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18601
18602 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18603 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18604 default.
18605
18606 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18607
18608 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18609 correct data.
18610
18611 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18612
18613 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18614 (spam-group-processor-p): Fix function.
18615 (spam-group-processor-multiple-p)
18616 (spam-group-spam-processor-report-gmane-p)
18617 (spam-group-spam-processor-report-resend-p)
18618 (spam-group-spam-processor-bogofilter-p)
18619 (spam-group-spam-processor-blacklist-p)
18620 (spam-group-spam-processor-ifile-p)
18621 (spam-group-ham-processor-ifile-p)
18622 (spam-group-spam-processor-spamoracle-p)
18623 (spam-group-spam-processor-crm114-p)
18624 (spam-group-ham-processor-bogofilter-p)
18625 (spam-group-spam-processor-stat-p)
18626 (spam-group-ham-processor-stat-p)
18627 (spam-group-ham-processor-whitelist-p)
18628 (spam-group-ham-processor-BBDB-p)
18629 (spam-group-ham-processor-spamoracle-p)
18630 (spam-group-ham-processor-copy-p): Remove functions with some
18631 prejudice against unneeded code.
18632 (spam-report-articles-resend)
18633 (spam-report-resend-register-routine): Allow the group/topic
18634 spam-resend-to value to override spam-report-resend-to.
18635 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18636 properly now.
18637
18638 * gnus.el (spam-resend-to): Add group/topic parameter.
18639 (spam-process): Move the OBSOLETE processors to the end of the
18640 choices.
18641
18642 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18643
18644 * spam-report.el (spam-report-resend-to, spam-report-resend):
18645 Start with resend-to set to nil, and then ask the user if necessary.
18646 (spam-report-resend): spam-report-resend takes a list of articles, not
18647 separate article numbers.
18648
18649 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18650
18651 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18652 addition to emacs-w3m.
18653
18654 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18655
18656 * assistant.el (assistant-authinfo-data): New function.
18657 (assistant-eval): Eval for entire assistant.
18658
18659 * netrc.el (netrc-services-file): New variable.
18660 (netrc-parse-services): New function.
18661 (netrc-find-service-name): New function.
18662 (netrc-find-service-number): New function.
18663 (netrc-port-equal): New function.
18664 (netrc-machine): Use it.
18665
18666 * nnimap.el (nnimap-open-connection): Use netrc.
18667
18668 * gnus-util.el (gnus-netrc-get): Remove aliases.
18669
18670 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18671
18672 * assistant.el (wid-edit): Fix compilation.
18673
18674 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18675
18676 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18677
18678 * gnus-util.el (gnus-set-file-modes): New function. (small
18679 patch).
18680
18681 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18682
18683 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18684
18685 * assistant.el (assistant-render-node): Fix up rendering and
18686 read-only text.
18687 (assistant-render-node): Reset.
18688 (assistant-make-read-only): Not sticky.
18689
18690 2004-05-20 Danny Siu <dsiu@adobe.com>
18691
18692 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18693 centered even when gnus-auto-center-summary is t
18694
18695 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18696
18697 * dns.el (dns-get-txt-answer): New function.
18698 (dns-read-txt): Ditto.
18699 (query-dns): Use it.
18700
18701 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18702
18703 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18704 active for foreign groups even if the group level is higher than
18705 the specified value.
18706
18707 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18708
18709 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18710 non-active groups.
18711
18712 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18713
18714 2004-05-20 Magnus Henoch <mange@freemail.hu>
18715
18716 * dns.el (dns-read-type): Add support for SVR. (small patch)
18717
18718 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18719
18720 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18721 (spam-crm114-header, spam-crm114-spam-switch)
18722 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18723 (spam-crm114-positive-spam-header)
18724 (spam-crm114-database-directory, spam-list-of-processors)
18725 (spam-group-spam-processor-crm114-p)
18726 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18727 (spam-generic-score, spam-list-of-checks)
18728 (spam-list-of-statistical-checks, spam-registration-functions)
18729 (spam-check-crm114-headers, spam-crm114-score)
18730 (spam-check-crm114, spam-crm114-register-with-crm114)
18731 (spam-crm114-register-spam-routine)
18732 (spam-crm114-unregister-spam-routine)
18733 (spam-crm114-register-ham-routine)
18734 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18735 From asjo@koldfront.dk (Adam Sjøgren).
18736
18737 * gnus.el: Add spam-use-crm114.
18738
18739 * spam.el (spam-list-of-processors, spam-registration-functions):
18740 Add spam-use-resend.
18741 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18742 (spam-report-articles-gmane): Add doc fix.
18743 (spam-report-articles-resend, spam-report-resend-register-routine):
18744 Add wrappers around spam-report-resend-to.
18745
18746 * spam-report.el (spam-report-resend-to, spam-report-resend):
18747 Add support for resending spam.
18748 (spam-report-gmane): Fix line length >80.
18749
18750 * gnus.el (spam-process): Add spam-use-resend.
18751
18752 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18753
18754 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18755 number of processed spam messages.
18756 (spam-ham-copy-or-move-routine): Return the number of processed
18757 ham messages.
18758 (spam-summary-prepare-exit): Use the above values to decide
18759 whether status messages shouled be displayed.
18760
18761 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18762
18763 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18764 `rfc2047-encoding-function-alist' in order to avoid conflicting
18765 with the old version.
18766 (rfc2047-encode-region): Concatenate words containing non-ASCII
18767 characters in structured fields; don't encode space-delimited
18768 ASCII words even in unstructured fields; don't break words at
18769 char-category boundaries.
18770 (rfc2047-encode-1): New function.
18771 (rfc2047-encode): Use it; encode text so that it occupies the
18772 maximum width within 76-column; work correctly on Q encoding for
18773 iso-2022-* charsets.
18774 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18775 sure not to break a line just after the header name.
18776 (rfc2047-b-encode-region): Remove.
18777 (rfc2047-b-encode-string): New function.
18778 (rfc2047-q-encode-region): Remove.
18779 (rfc2047-q-encode-string): New function.
18780
18781 * mm-util.el (mm-replace-in-string): New function.
18782
18783 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18784
18785 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18786 Really get it right.
18787 (gnus-inews-make-draft): Really.
18788
18789 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18790
18791 * nnmh.el (nnmh-request-list-1): Don't check the link count
18792 before descending. (small patch)
18793
18794 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18795
18796 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18797 stuff.
18798
18799 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18800 Match on real group name.
18801
18802 * gnus-art.el (gnus-signature-limit): Doc fix.
18803
18804 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18805
18806 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18807
18808 * gnus-draft.el (gnus-draft-send):
18809 Bind rfc2047-encode-encoded-words.
18810
18811 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18812 (rfc2047-encodable-p): Say that =? needs encoding.
18813 (rfc2047-encode-encoded-words): New variable.
18814
18815 * gnus-group.el (gnus-group-select-group): Doc fix.
18816
18817 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18818
18819 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18820 to nil.
18821
18822 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18823
18824 * nnheader.el (nnheader-get-lines-and-char): New function.
18825
18826 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18827
18828 * gnus-msg.el (gnus-summary-followup-with-original):
18829 Document yanking of region when active.
18830
18831 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18832
18833 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18834 groups if the group level is higher than the specified value.
18835
18836 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18837
18838 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18839 (gnus-group-jump-to-group): Add prefix argument using
18840 `gnus-group-jump-to-group-prompt'. Query before jumping to
18841 non-active group.
18842
18843 * compface.el (uncompface): Be verbose when changing
18844 `uncompface-use-external'.
18845
18846 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18847 handle manual section.
18848
18849 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18850
18851 * gnus-art.el (gnus-button-alist): Revert previous change.
18852
18853 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18854
18855 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18856
18857 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18858
18859 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18860 whether backend can accept message.
18861
18862 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18863
18864 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18865
18866 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18867 Avoid creating directory when nntp-marks-is-evil is true.
18868 Reported by Reiner Steib.
18869
18870 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18871
18872 * gnus-picon.el (gnus-picon-style): New variable.
18873 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18874 (gnus-picon-transform-address): Support `gnus-picon-style'.
18875 From Jesper Harder <harder@ifa.au.dk>.
18876
18877 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18878
18879 * message.el (message-fill-field): Return point.
18880 (message-generate-headers): Go to end of field.
18881
18882 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18883 stuff for non-living groups.
18884
18885 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18886
18887 * gnus-art.el (gnus-article-followup-with-original)
18888 (gnus-article-reply-with-original): gnus-mark-active-p ->
18889 gnus-region-active-p.
18890
18891 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18892
18893 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18894 only when there is spam or ham to be processed.
18895
18896 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18897
18898 * mail-source.el (mail-source-delete-crash-box): Refactor.
18899 (mail-source-fetch): Use it.
18900 (mail-source-fetch-file): Ditto.
18901 (mail-source-fetch-directory): Run postscript in loop.
18902 (mail-source-fetch-pop): Delete.
18903 (mail-source-fetch-maildir): Ditto.
18904 (mail-source-fetch-imap): Ditto.
18905
18906 * imap.el (imap-authenticators): Comment out sasl.
18907
18908 * message.el (message-skip-to-next-address): New function.
18909 (message-fill-header-address): Refactor.
18910 (message-fill-address): Use it.
18911 (message-delete-address): Use it.
18912 (message-fill-header-general): Refactor.
18913 (message-fill-field-address): Rename.
18914 (message-narrow-to-field): Find the start of the header.
18915 (message-header-format-alist): Don't pre-fill.
18916 (message-fill-header): Remove.
18917 (message-insert-header): New function.
18918 (message-shorten-references): Use it.
18919
18920 * rfc2047.el (rfc2047-field-value): Strip props.
18921
18922 * mail-parse.el (mail-header-make-address): New alias.
18923
18924 * ietf-drums.el (ietf-drums-make-address): New function.
18925
18926 * imap.el: Add compiler directives.
18927
18928 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18929
18930 * gnus-art.el (article-decode-idna-rhs): Don't use
18931 message-idna-inside-rhs-p.
18932
18933 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18934
18935 * message.el (message-idna-inside-rhs-p): Remove.
18936 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18937
18938 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18939 false positives.
18940
18941 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18942
18943 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18944
18945 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18946
18947 * nneething.el (nneething-file-name): Don't create spurious
18948 files.
18949
18950 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18951 (gnus-inews-do-gcc): Remove sleep.
18952
18953 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18954 part under point.
18955
18956 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18957 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18958
18959 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18960
18961 * spam.el (spam-summary-prepare-exit): Fix (length).
18962
18963 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18964
18965 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18966 as expired without moving it" message when there are spam
18967 messages left.
18968
18969 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18970
18971 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18972 header is not nil.
18973
18974 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18975
18976 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18977 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18978 (nntp-marks-changed-p): New arg SERVER.
18979 (nntp-request-update-info): Adjust caller.
18980
18981 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18982
18983 * nntp.el (nntp-save-marks): Pass missing arg.
18984
18985 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18986
18987 * nntp.el: Support marks.
18988 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18989 (nntp-marks-modtime, nntp-marks-directory): New variables.
18990 (nntp-request-set-mark, nntp-request-update-info)
18991 (nntp-possibly-create-directory, nntp-marks-changed-p)
18992 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18993 New functions.
18994
18995 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18996
18997 * gnus-score.el (gnus-score-insert-help):
18998 Use gnus-select-lowest-window.
18999
19000 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19001 appt-select-lowest-window and rename to gnus-select-lowest-window.
19002
19003 * gnus.el: do.
19004
19005 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19006
19007 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19008 encodings of MIME-encoded words, in order to improve
19009 interoperability with several broken MUAs.
19010
19011 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19012
19013 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19014 tags, only when charsets are not specified in headers.
19015 (mm-inline-text-html-render-with-w3m): Ditto.
19016
19017 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19018
19019 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19020 instead of MIME-decoded from fields when checking
19021 `gnus-article-address-banner-alist'.
19022
19023 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19024
19025 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19026 description rather than subject.
19027
19028 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19029
19030 * gnus.el (gnus-version-number): Bump.
19031
19032 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19033
19034 * gnus.el: No Gnus v0.2 is released.
19035
19036 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19037
19038 * gnus-agent.el (gnus-agent-read-agentview):
19039 Inline gnus-uncompress-range.
19040
19041 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19042
19043 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19044 `exec-installed-p'.
19045
19046 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19047
19048 * gnus.el (spam-process, spam-autodetect-methods):
19049 Add bsfilter and bsfilter-headers.
19050
19051 * spam.el (spam-bsfilter): New customize group.
19052 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19053 (spam-bsfilter-header, spam-bsfilter-probability-header)
19054 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19055 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19056 (spam-bsfilter-database-directory): New options.
19057 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19058 (spam-list-of-statistical-checks, spam-registration-functions):
19059 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19060 (spam-bsfilter-score): New command.
19061 (spam-check-bsfilter-headers, spam-check-bsfilter)
19062 (spam-bsfilter-register-with-bsfilter)
19063 (spam-bsfilter-register-spam-routine)
19064 (spam-bsfilter-unregister-spam-routine)
19065 (spam-bsfilter-register-ham-routine)
19066 (spam-bsfilter-unregister-ham-routine): New functions.
19067 (spam-generic-score): Support bsfilter; Accept an optional argument
19068 to recalcurate spam score even if scoring header has already been
19069 added.
19070 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19071 optional argument to recalcurate spam score even if scoring header
19072 has already been added.
19073
19074 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19075
19076 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19077 strings! Reported by David D. Smith <davidsmith@acm.org>.
19078 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19079 link is missing.
19080
19081 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19082
19083 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19084 (html2text-get-attr): Rewrite.
19085
19086 * message.el (message-setup-1): Remove redundant put-text-property
19087 on mail-header-separator.
19088
19089 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19090
19091 * gnus-registry.el (gnus-registry-cache-whitespace)
19092 (gnus-registry-action, gnus-registry-spool-action)
19093 (gnus-registry-split-fancy-with-parent): Change message levels
19094 from 5 to 3 or 7, as needed.
19095
19096 * spam.el (spam-summary-prepare-exit)
19097 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19098 (spam-split, spam-find-spam, spam-log-undo-registration)
19099 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19100 level from 5 to 6.
19101
19102 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19103
19104 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19105 2004-03-04 change).
19106
19107 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19108
19109 * sieve-manage.el (sieve-manage-open):
19110 * nnweb.el (nnweb-insert-html):
19111 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19112 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19113 * nnspool.el (nnspool-request-group):
19114 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19115 * nnml.el (nnml-request-update-info):
19116 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19117 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19118 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19119 (nnimap-request-set-mark):
19120 * nnfolder.el (nnfolder-request-update-info):
19121 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19122 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19123 * gnus-uu.el (gnus-uu-find-articles-matching):
19124 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19125 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19126 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19127 * gnus-nocem.el (gnus-nocem-scan-groups):
19128 * gnus-int.el (gnus-start-news-server):
19129 * gnus-group.el (gnus-group-make-kiboze-group)
19130 (gnus-group-browse-foreign-server):
19131 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19132 Use mapc when appropriate.
19133
19134 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19135
19136 FIXME: Make separate entries for each person.
19137
19138 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19139 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19140 <shields@msrl.com>:
19141
19142 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19143 may need for spam sorting and scoring.
19144 (spam-user-format-function-S): Add user format function suitable for
19145 general use.
19146 (spam-article-sort-by-spam-status): Add sorting function for summary
19147 sorting.
19148 (spam-extra-header-to-number): Add function to get a score from a
19149 header.
19150 (spam-summary-score): Add function to get a numeric score from the
19151 headers.
19152 (spam-generic-score): Fix function doc, was in wrong place.
19153 (spam-initialize): Take symbols when it's run, and install the
19154 extra headers that spam-necessary-extra-headers thinks we need.
19155
19156 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19157
19158 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19159 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19160
19161 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19162
19163 * gnus-sum.el (gnus-set-global-variables)
19164 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19165 (gnus-article-get-xrefs, gnus-summary-best-group)
19166 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19167 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19168 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19169 Use with-current-buffer.
19170
19171 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19172
19173 * spam.el (spam-summary-prepare-exit): Simplify logic.
19174 (spam-fetch-article-header): Read the article header if it's not
19175 available.
19176 (spam-list-articles): Simplify logic.
19177 (spam-filelist-register-routine): Fix bug with unregister-list.
19178
19179 * gnus-registry.el: Fix comments at beginning.
19180
19181 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19182
19183 * message.el (message-cater-to-broken-inn): Remove.
19184 (message-shorten-references): Make sure the total folded length of
19185 References is shorter than 998 characters to cater to a bug in INN
19186 2.3. Also, don't pretend that references aren't folded -- this
19187 hasn't worked for a while.
19188
19189 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19190
19191 * gnus-agent.el (gnus-agentize):
19192 gnus-agent-send-mail-real-function no longer set to current value
19193 of message-send-mail-function but rather a lambda that calls
19194 message-send-mail-function. The change makes the agent real-time
19195 responsive to user changes to message-send-mail-function.
19196
19197 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19198
19199 * legacy-gnus-agent.el
19200 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19201 help from Florian Weimer <fw@deneb.enyo.de>
19202
19203 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19204
19205 * nnmail.el (nnmail-cache-insert): Revert last change.
19206
19207 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19208
19209 * nnmail.el (nnmail-cache-insert): Always check whether
19210 nnmail-cache-ignore-groups matches a group name.
19211
19212 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19213
19214 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19215 (spam-find-spam, spam-log-processing-to-registry)
19216 (spam-log-registered-p, spam-log-unregistration-needed-p)
19217 (spam-log-undo-registration): Use gnus-message instead of
19218 gnus-error, none of these errors are fatal.
19219
19220 * gnus-registry.el (gnus-registry-clean-empty-function)
19221 (gnus-registry-clean-empty): Remove only empty entries without
19222 extra data.
19223
19224 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19225
19226 * spam-stat.el (spam-stat-buffer-change-to-spam)
19227 (spam-stat-buffer-change-to-non-spam): Change (error) to
19228 (gnus-message 8) invocation.
19229
19230 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19231
19232 * nntp.el (nntp-via-netcat-command): New variable.
19233 (nntp-via-netcat-switches): New variable.
19234 (nntp-open-via-rlogin-and-netcat): New function.
19235 (nntp-open-connection-function): Doc fix.
19236 (nntp-telnet-command): Doc fix.
19237 (nntp-end-of-line): Doc fix.
19238 (nntp-via-rlogin-command): Doc fix.
19239 (nntp-via-user-name): Doc fix.
19240 (nntp-via-address): Doc fix.
19241
19242 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19243
19244 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19245 error in Emacs 21.1.
19246
19247 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19248
19249 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19250
19251 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19252
19253 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19254 (gnus-agent-with-refreshed-group): New macro.
19255 (gnus-agent-rename-group): New function.
19256 (gnus-agent-delete-group): New function.
19257 (gnus-agent-save-group-info): Use gnus-command-method when
19258 `method' parameter is nil. Don't write nil entries into the
19259 active file.
19260 (gnus-agent-get-group-info): New function.
19261 (gnus-agent-fetch-articles):
19262 Use gnus-agent-update-files-total-fetched-for to increment disk space
19263 used.
19264 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19265 Use gnus-agent-update-view-total-fetched-for to increment disk space
19266 used.
19267 (gnus-agent-get-local): Add optional parameters to avoid calling
19268 gnus-group-real-name and gnus-find-method-for-group.
19269 (gnus-agent-set-local): Delete stored entry if either min, or max,
19270 are nil.
19271 (gnus-agent-fetch-session): Reworded error/quit messages.
19272 On quit, use gnus-agent-regenerate-group to record existence of any
19273 articles fetched to disk before the quit occurred.
19274 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19275 gnus-agent-update-view-total-fetched-for, and
19276 gnus-agent-update-files-total-fetched-for to decrement disk space
19277 used.
19278 (gnus-agent-retrieve-headers):
19279 Use gnus-agent-update-view-total-fetched-for to increment disk space
19280 used.
19281 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19282 with gnus-agent-update-files-total-fetched-for to decrement disk
19283 space and fresh group buffer.
19284 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19285 (gnus-agent-need-update-total-fetched-for): New variable.
19286 (gnus-agent-update-files-total-fetched-for): New function.
19287 (gnus-agent-update-view-total-fetched-for): New function.
19288 (gnus-agent-total-fetched-for): New function.
19289
19290 * gnus-cache.el (gnus-cache-save-buffers):
19291 Use gnus-cache-update-overview-total-fetched-for to change disk space
19292 used by this group.
19293 (gnus-cache-possibly-enter-article):
19294 Use gnus-cache-update-file-total-fetched-for to increment disk space
19295 used by this group.
19296 (gnus-cache-possibly-remove-article):
19297 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19298 used by this group.
19299 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19300 (gnus-cache-rename-group): New function.
19301 (gnus-cache-delete-group): New function.
19302 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19303 (gnus-cache-need-update-total-fetched-for): New variable.
19304 (gnus-cache-with-refreshed-group): New macro.
19305 (gnus-cache-update-file-total-fetched-for): New function.
19306 (gnus-cache-update-overview-total-fetched-for): New function.
19307 (gnus-cache-rename-group-total-fetched-for): New function.
19308 (gnus-cache-delete-group-total-fetched-for): New function.
19309 (gnus-cache-total-fetched-for): New function.
19310
19311 * gnus-group.el: Require gnus-sum and autoload functions to
19312 resolve warnings when gnus-group.el compiled alone.
19313 (gnus-group-line-format): Documented new %F.
19314 (size of Fetched data) group line format; identifies disk space
19315 used by agent and cache.
19316 (gnus-group-line-format-alist): Defined new F format.
19317 (gnus-total-fetched-for): New function.
19318 (gnus-group-delete-group): No longer update
19319 gnus-cache-active-altered as gnus-request-delete-group now keeps
19320 the cache in sync.
19321 (gnus-group-list-active): Let the agent store a server's active
19322 list if currently plugged.
19323
19324 * gnus-int.el (gnus-request-delete-group):
19325 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19326 local disk in sync with the server.
19327 (gnus-request-rename-group):
19328 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19329 local disk in sync with the server.
19330
19331 * gnus-start.el (gnus-get-unread-articles):
19332 Cosmetic simplification to logic.
19333
19334 * gnus-util.el (gnus-rename-file): New function.
19335
19336 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19337
19338 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19339
19340 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19341
19342 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19343 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19344
19345 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19346
19347 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19348 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19349
19350 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19351
19352 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19353
19354 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19355
19356 * spam.el (spam-set-difference): Add function to replace
19357 gnus-set-difference in spam.el.
19358 (spam-summary-prepare-exit): Use spam-set-difference.
19359
19360 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19361
19362 * gnus-registry.el (gnus-registry-cache-file): Update to use
19363 gnus-dribble-directory OR gnus-home-directory OR ~.
19364 (gnus-registry-split-fancy-with-parent): Fix doc.
19365
19366 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19367
19368 * message.el (message-exchange-point-and-mark):
19369 Use message-mark-active-p. Suggested by Jesper Harder
19370 <harder@ifa.au.dk>.
19371
19372 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19373
19374 * message.el (message-exchange-point-and-mark): Don't activate
19375 region if it was inactive. Suggested by Hiroshi Fujishima
19376 <pooh@nature.tsukuba.ac.jp>.
19377
19378 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19379
19380 * gnus-art.el (article-display-face): Display Faces in the same
19381 order as X-Faces.
19382
19383 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19384
19385 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19386
19387 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19388
19389 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19390 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19391 (gnus-article-mime-hierarchy): Remove.
19392 (gnus-article-mime-hierarchy-next): Remove.
19393 (gnus-article-mode): Revert 2004-03-19 change.
19394 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19395 (gnus-insert-mime-button): Revert 2004-03-19 change.
19396 (gnus-mime-accumulate-hierarchy): Remove.
19397 (gnus-mime-enter-multipart): Remove.
19398 (gnus-mime-leave-multipart): Remove.
19399 (gnus-mime-display-part): Revert 2004-03-19 change.
19400 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19401
19402 * mml.el (mml-preview): Revert 2004-03-19 change.
19403
19404 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19405
19406 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19407
19408 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19409
19410 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19411 t while entering a file name using the mm-with-multibyte macro.
19412 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19413
19414 * mm-util.el (mm-with-multibyte): New macro.
19415
19416 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19417
19418 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19419 New user option.
19420 (gnus-mime-multipart-functions): Doc and customization fix.
19421 (gnus-article-mime-hierarchy): New variable.
19422 (gnus-article-mime-hierarchy-next): New variable.
19423 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19424 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19425 gnus-article-mime-hierarchy-next to nil.
19426 (gnus-insert-mime-button): Show hierarchy numbers.
19427 (gnus-mime-accumulate-hierarchy): New function.
19428 (gnus-mime-enter-multipart): New function.
19429 (gnus-mime-leave-multipart): New function.
19430 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19431 (gnus-mime-display-alternative): Show hierarchy numbers.
19432
19433 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19434 gnus-article-mime-hierarchy-next to nil.
19435
19436 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19437
19438 * dns.el: Don't require gnus-xmas.
19439
19440 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19441
19442 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19443 inline PGP.
19444 (mml-menu): Disable mml-quote-region if mark is inactive.
19445
19446 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19447
19448 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19449 when the group's active is not available.
19450
19451 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19452
19453 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19454 error.
19455
19456 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19457
19458 * imap.el (imap-store-password): New variable.
19459 (imap-interactive-login): Use it.
19460 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19461
19462 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19463
19464 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19465 window-start and hscroll to summary window.
19466
19467 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19468
19469 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19470 conversion message to newsrc-dribble when an actual conversion is
19471 performed.
19472
19473 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19474
19475 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19476
19477 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19478
19479 * mm-decode.el (mm-complicated-handles): New function reviving
19480 former definition of mm-multiple-handles.
19481
19482 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19483 (gnus-mime-delete-part): Use it.
19484
19485 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19486
19487 * gnus-agent.el (gnus-agent-read-local):
19488 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19489 avoid the implicit assumption that they will always be equal.
19490 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19491 coding-system-for-write, as the with-temp-file macro first prints
19492 to a buffer then saves the buffer.
19493
19494 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19495
19496 * gnus-art.el (gnus-article-edit-part): New function.
19497 (gnus-mime-save-part-and-strip): Use it; do query instead of
19498 signaling an error; don't use mm-multiple-handles.
19499 (gnus-mime-delete-part): Ditto.
19500
19501 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19502
19503 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19504 old file versions.
19505 (gnus-group-prepare-hook): Remove function that converted list
19506 form of gnus-agent-expire-days to group properties.
19507
19508 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19509 (gnus-request-accept-article): Re-indented.
19510
19511 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19512 converters to handle old agent file formats. Add logic for a
19513 "backup before upgrading warning".
19514 (gnus-convert-mark-converter-prompt): Developers can mark
19515 functions as needing (default), or not needing,
19516 gnus-convert-old-newsrc's "backup before upgrading warning".
19517 (gnus-convert-converter-needs-prompt): Tests whether the user
19518 should be protected from potentially irreversable changes by the
19519 function.
19520
19521 * legacy-gnus-agent.el: New. Provides converters that are only
19522 loaded when gnus-convert-old-newsrc needs to call them.
19523
19524 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19525
19526 * mail-source.el (mail-source-touch-pop): Doc fix.
19527
19528 * message.el (message-smtpmail-send-it): Doc fix.
19529
19530 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19531
19532 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19533
19534 * nnmail.el (nnmail-split-fancy): do.
19535
19536 * gnus-kill.el (gnus-kill, gnus-execute): do.
19537
19538 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19539
19540 * gnus-sum.el (gnus-widget-reversible-match)
19541 (gnus-widget-reversible-to-internal)
19542 (gnus-widget-reversible-to-external): New functions.
19543 (gnus-widget-reversible): New widget.
19544 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19545
19546 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19547
19548 * gnus-sum.el (gnus-thread-sort-functions)
19549 (gnus-article-sort-functions): Document `(not F)' items.
19550
19551 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19552
19553 * spam.el (spam-use-gmane-xref): Add new backend.
19554 (spam-gmane-xref-spam-group): Add variable to control the name of the
19555 Gmane spam group.
19556 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19557 (spam-regex-headers-spam, spam-regex-headers-ham)
19558 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19559 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19560 backends and checks.
19561 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19562
19563 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19564 an autodetect method.
19565
19566 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19567
19568 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19569 articles are being added to a group.
19570 (gnus-request-replace-article): Inform the agent that articles
19571 need to be uncached as the cached contents are no longer valid.
19572
19573 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19574
19575 * binhex.el: Don't autoload executable-find.
19576
19577 * canlock.el: Don't autoload mail-fetch-field.
19578
19579 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19580
19581 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19582 rmail-dont-reply-to and rmail-output.
19583
19584 * gnus-score.el: Don't autoload ffap-string-at-point.
19585
19586 * gnus-setup.el: Don't autoload sc-cite-original.
19587
19588 * imap.el: Don't autoload base64-decode-string,
19589 base64-encode-string and md5.
19590
19591 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19592 and rmail-msg-restore-non-pruned-header.
19593
19594 * mm-decode.el: Don't autoload executable-find.
19595
19596 * mm-url.el: Don't autoload executable-find.
19597
19598 * mm-view.el: Don't autoload diff-mode.
19599
19600 * nndb.el: Don't autoload news-reply-mode, news-setup,
19601 cancel-timer and telnet.
19602
19603 * password.el: Don't autoload run-at-time for Emacs.
19604
19605 * sha1-el.el: Don't autoload executable-find.
19606
19607 * sieve-mode.el: Don't autoload c-mode.
19608
19609 * uudecode.el: Don't autoload executable-find.
19610
19611 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19612
19613 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19614 (gnus-agent-possibly-alter-active): Avoid null in numeric
19615 comparison.
19616 (gnus-agent-set-local): Refuse to save null in local object table.
19617 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19618 list of articles that will be marked as unread.
19619
19620 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19621
19622 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19623
19624 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19625
19626 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19627 language tags.
19628
19629 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19630
19631 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19632 Don't bind "obarray".
19633
19634 * gnus-sum.el (gnus-thread-sort-functions):
19635 Add `gnus-thread-sort-by-most-recent-number' and
19636 `gnus-thread-sort-by-most-recent-date'.
19637 Reported by Kai Grossjohann <kai@emptydomain.de>.
19638
19639 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19640
19641 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19642
19643 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19644
19645 * gnus-cus.el (gnus-agent-customize-category):
19646 Remove ignore-errors macro reference that required cl to be loaded at
19647 run-time.
19648
19649 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19650 single-interval range of the form (min . max). Previously the
19651 range had to look like ((min . max)). Likewise, return
19652 (min . max) rather than ((min . max)).
19653 (gnus-range-map): Use gnus-range-normalize to accept
19654 single-interval range.
19655
19656 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19657 the cache, but not the agent, now appear with their usual face.
19658
19659 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19660
19661 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19662 w3m-safe-url-regexp variable buffer-local.
19663
19664 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19665
19666 2004-02-27 Simon Josefsson <jas@extundo.com>
19667
19668 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19669 gnus-group-real-prefix.
19670 (gnus-summary-move-article): Use it, instead of
19671 gnus-group-real-prefix.
19672
19673 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19674
19675 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19676 w3m-safe-url-regexp variable buffer-local and set it as the value
19677 of mm-w3m-safe-url-regexp.
19678
19679 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19680
19681 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19682 parsing gnus-posting-styles when the message is not for replying.
19683
19684 * nnrss.el (nnrss-opml-export):
19685 Use mm-set-buffer-file-coding-system instead of
19686 set-buffer-file-coding-system.
19687
19688 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19689
19690 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19691 of checkdoc.el).
19692 * nnrss.el: do.
19693 * gnus-mlspl.el: do.
19694 * gnus-ml.el: do.
19695 * gnus-srvr.el: do.
19696
19697 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19698
19699 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19700
19701 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19702 Corrections to custom-manual links.
19703
19704 * gnus-art.el (gnus-article): Ditto.
19705
19706 * mm-decode.el (mime-display, mime-security): Ditto.
19707
19708 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19709
19710 * flow-fill.el: Typo.
19711
19712 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19713
19714 * spam-wash.el: New file.
19715
19716 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19717
19718 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19719
19720 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19721
19722 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19723 to be run with new-articles as LIST1, not LIST2.
19724 (spam-registration-functions): Add spam-use-ham-copy as a nil
19725 registration backend.
19726
19727 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19728
19729 * spam-stat.el (spam-stat-washing-hook): New option.
19730 (spam-stat-buffer-words): Use it.
19731 (spam-stat-process-directory, spam-stat-test-directory):
19732 Use insert-file-contents-literally.
19733 (spam-stat-coding-system): New variable.
19734 (spam-stat-load, spam-stat-save): Use it.
19735
19736 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19737
19738 * spam-report.el (spam-report-plug-agent):
19739 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19740
19741 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19742
19743 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19744 Allow / in mailto URLs.
19745
19746 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19747
19748 * spam-report.el (spam-report-process-queue): Fix interactive use.
19749 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19750 (spam-report-unplug-agent): Doc fixes.
19751 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19752 (spam-report-agentize, spam-report-deagentize):
19753 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19754
19755 * message.el (message-setup-fill-variables): Add mml tags to
19756 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19757 <ajk@iu.edu>.
19758 (message-mode): Don't modify paragraph-separate there.
19759
19760 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19761
19762 * compface.el (uncompface-use-external): Default to undecided.
19763 (uncompface-use-external-threshold): New variable.
19764 (uncompface-float-time): New macro.
19765 (uncompface): Determine whether to use the external decoder if
19766 uncompface-use-external is undecided.
19767
19768 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19769
19770 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19771 after images.
19772
19773 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19774
19775 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19776
19777 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19778
19779 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19780
19781 * gnus-sum.el (gnus-summary-limit-to-age)
19782 (gnus-summary-limit-children): do.
19783
19784 * gnus-int.el (gnus-request-scan): do.
19785
19786 * gnus-group.el (gnus-group-suspend): do.
19787
19788 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19789
19790 * gnus-cite.el (gnus-cite-parse-attributions): do.
19791
19792 * gnus-agent.el (gnus-summary-set-agent-mark)
19793 (gnus-agent-regenerate-group): do.
19794
19795 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19796
19797 * binhex.el (binhex-decode-region-internal): do.
19798
19799 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19800
19801 * gnus-fun.el (gnus-face-properties-alist): New user option.
19802 (gnus-display-x-face-in-from): Use it.
19803
19804 * gnus-art.el (article-display-face): Ditto.
19805
19806 * compface.el (uncompface-use-external): Default to nil.
19807
19808 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19809
19810 * nntp.el (nntp-erase-buffer): New function.
19811 (nntp-retrieve-data, nntp-send-command)
19812 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19813 (nntp-possibly-change-group): Use it.
19814
19815 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19816 Use with-current-buffer.
19817
19818 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19819
19820 * compface.el: Merge the ELisp-based uncompface program.
19821 (compface): New customization group.
19822 (uncompface-use-external): New user option.
19823 (uncompface): Call uncompface-internal if uncompface-use-external
19824 is nil.
19825 (uncompface-internal): New function. Note that there are also
19826 some other functions and variables added for this function.
19827
19828 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19829
19830 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19831 if necessary.
19832
19833 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19834
19835 * spam-report.el (spam-report-unplug-agent)
19836 (spam-report-plug-agent, spam-report-deagentize)
19837 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19838 Add support for the Agent in spam-report: when unplugged, report to a
19839 file; when plugged, submit all the requests.
19840
19841 * spam.el (spam-register-routine): Fix message about
19842 registration.
19843
19844 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19845
19846 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19847 dependencies.
19848 (rfc2047-encode): Use it.
19849
19850 * gnus-art.el (gnus-button-marker-list): Move before first
19851 reference.
19852
19853 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19854 (imap-parse-body): Fix format string mismatch.
19855
19856 * gnus-score.el (gnus-summary-increase-score): do.
19857
19858 * nnrss.el (nnrss-close): New function.
19859
19860 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19861
19862 * nnrss.el (nnrss-make-filename): New function.
19863 (nnrss-request-delete-group, nnrss-read-server-data)
19864 (nnrss-save-server-data, nnrss-read-group-data)
19865 (nnrss-save-group-data): Use it.
19866 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19867 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19868 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19869
19870 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19871
19872 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19873
19874 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19875
19876 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19877 files.
19878
19879 * message.el (message-generate-headers-first): Don't quote nil
19880 and t in docstrings.
19881
19882 * imap.el (imap-id): do.
19883
19884 * gnus-agent.el (gnus-agent-consider-all-articles)
19885 (gnus-agent-queue-mail): do.
19886
19887 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19888
19889 * spam-report.el (spam-report-process-queue): New function.
19890 Process requests from `spam-report-requests-file'.
19891 (spam-report-process-queue): Doc fix.
19892
19893 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19894
19895 * spam.el (spam-register-routine)
19896 (spam-log-processing-to-registry, spam-log-registered-p)
19897 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19898 Change "check" to "spam-check" for semi-clarity.
19899
19900 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19901
19902 * pop3.el: Require nnheader.
19903
19904 * mml-smime.el: Require cl. Autoload message-fetch-field.
19905
19906 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19907
19908 * gnus-picon.el: Require cl.
19909
19910 * gnus-fun.el: Require gnus-ems and gnus-util.
19911
19912 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19913
19914 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19915
19916 * gnus-art.el (gnus-article-edit-mode): Define before first
19917 reference.
19918
19919 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19920
19921 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19922 (gnus-uu-post-encoded): Use point-at-bol.
19923
19924 * gnus-topic.el (gnus-group-active-topic-p): do.
19925
19926 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19927
19928 * gnus-group.el (gnus-group-kill-region): do.
19929
19930 * gnus-art.el (article-date-ut): do.
19931
19932 * message.el (message-fetch-field): Remove redundant
19933 case-fold-search binding.
19934 (message-narrow-to-field): Simplify.
19935
19936 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19937
19938 * spam.el (spam-directory): Derive from `gnus-directory'.
19939
19940 * spam-report.el (spam-report-url-to-file)
19941 (spam-report-requests-file): New function and variable for offline
19942 reporting.
19943 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19944 and user defined function.
19945 (spam-report-url-ping-mm-url): Remove doubled slash.
19946
19947 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19948
19949 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19950
19951 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19952
19953 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19954 Fix format string mismatch.
19955
19956 * sieve.el (sieve-deactivate-all): do.
19957
19958 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19959
19960 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19961
19962 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19963
19964 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19965
19966 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19967
19968 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19969 the list of checks.
19970
19971 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19972
19973 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19974 padding.
19975
19976 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19977
19978 * mm-view.el (mm-fill-flowed): New variable.
19979 (mm-inline-text): Use it.
19980
19981 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19982
19983 * spam.el (spam-spamassassin-register-ham-routine)
19984 (spam-spamassassin-register-spam-routine): Fix function names.
19985
19986 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19987
19988 * gnus.el (gnus-tmp-grouplens): Remove.
19989 (gnus-summary-line-format): Remove grouplens.
19990
19991 * gnus-group.el (gnus-group-line-format): Ditto.
19992
19993 * gnus-spec.el (gnus-format-specs): Ditto.
19994 (gnus-update-format-specifications): Flush the group format spec
19995 cache if there's the grouplens stuff.
19996 (gnus-parse-simple-format): Replace %l with the empty string.
19997
19998 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19999
20000 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20001 omission.
20002
20003 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
20004
20005 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20006 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20007
20008 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20009
20010 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20011 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20012 New macros and functions.
20013 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20014 Handle > NLINK_MAX messages.
20015 * nnmaildir.el (nnmaildir-request-set-mark):
20016 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20017
20018 2004-01-25 Alex Schroeder <alex@gnu.org>
20019
20020 * spam-stat.el (spam-stat-process-directory-age): New option.
20021 (spam-stat-process-directory): Use it.
20022
20023 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20024
20025 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20026 (spam-stat-save): Accept prefix argument.
20027
20028 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20029
20030 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20031 links" error.
20032
20033 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20034
20035 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20036 compatibility with old .newsrc.eld files.
20037
20038 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20039
20040 * gnus-start.el (gnus-1): do.
20041
20042 * gnus-group.el (gnus-group-line-format-alist): do.
20043
20044 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20045
20046 * gnus-gl.el: Remove.
20047
20048 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20049
20050 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20051 marks consisting of a single range {for example, (3 . 5)} rather
20052 than a list of a single range { ((3 . 5)) }.
20053
20054 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20055
20056 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20057 Use with-current-buffer.
20058 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20059 avoid consing a string.
20060
20061 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20062 Remove obsolete entries for big5 and gb2312.
20063
20064 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20065
20066 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20067 uncompressed list.
20068
20069 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20070
20071 * spam-stat.el (spam-stat-strip-xref): New function.
20072 (spam-stat-process-directory): Use it.
20073
20074 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20075 here -- it's done in message-fetch-field.
20076
20077 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20078
20079 * gnus-agent.el (gnus-agent-queue-mail)
20080 (gnus-agent-prompt-send-queue): New variables.
20081 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20082 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20083 "nndraft:queue" along to gnus-draft-send.
20084 Use gnus-agent-prompt-send-queue.
20085 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20086 is "nndraft:queue". Suggested by Gaute Strokkenes
20087 <gs234@srcf.ucam.org>
20088
20089 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20090 (agent-enable-undownloaded-faces): Add.
20091 (gnus-agent-cat-groups): Use eval-and-compile, not
20092 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20093 method of gnus-agent-cat-groups even when the buffer has been
20094 evaled.
20095 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20096 delete gnus-agent-save-active-1.
20097 (gnus-agent-save-groups): Delete. Identical to
20098 gnus-agent-save-active.
20099 (gnus-agent-write-active): No longer adjust agent's copy of active
20100 file as agent's adjustments are now stored in their own
20101 file. Remove optional parameter.
20102 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20103 servers. Add use of min/max range limits from server's local
20104 file.
20105 (gnus-agent-save-alist): Remove unused optional argument.
20106 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20107 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20108 (gnus-agent-set-local): A per-server file that keeps min/max range
20109 limits for articles known to the agent. Provides a fast mechanism
20110 for altering many active ranges.
20111 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20112 active file (local makes it unnecessary).
20113 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20114
20115 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20116 (agent-enable-undownloaded-faces): Add.
20117
20118 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20119 disable it when sending to "nndraft:queue".
20120 (gnus-group-send-queue): Add safety check to avoid sending queue
20121 when unplugged.
20122
20123 * gnus-group.el (gnus-group-catchup): Use new
20124 gnus-sequence-of-unread-articles, not
20125 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20126 numbers of articles. Use gnus-range-map to avoid having to
20127 uncompress the unread list.
20128 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20129 Fix invalid ange-ftp reference.
20130
20131 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20132 (gnus-sorted-range-intersection): Intersection of two ranges
20133 without requiring that they first be uncompressed.
20134
20135 * gnus-start.el (gnus-activate-group): Unless blocked by the
20136 caller, possibly expand the active range to include both cached
20137 and agentized articles.
20138 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20139 multiple version-dependent converters.
20140 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20141 gnus-agent-save-active.
20142 (gnus-save-newsrc-file): Save dirty agent range limits.
20143
20144 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20145 gnus-agent-possibly-alter-active.
20146 (gnus-adjust-marked-articles): Faster handling of simple lists
20147
20148 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20149
20150 * spam-stat.el (spam-stat-test-directory): New optional argument
20151 displays a list of files detected. Suggested by Andrew Cohen
20152 <cohen@andy.bu.edu>.
20153 (spam-stat-buffer-words-with-scores): Don't narrow and change
20154 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20155
20156 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20157
20158 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20159 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20160 (spam-spamassassin-arguments)
20161 (spam-spamassassin-spam-flag-header)
20162 (spam-spamassassin-positive-spam-flag-header)
20163 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20164 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20165 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20166 (spam-list-of-processors, spam-list-of-checks)
20167 (spam-list-of-statistical-checks, spam-registration-functions)
20168 (spam-check-spamassassin-headers, spam-check-spamassassin)
20169 (spam-spamassassin-score)
20170 (spam-spamassassin-register-with-sa-learn)
20171 (spam-spamassassin-register-spam-routine)
20172 (spam-spamassassin-register-ham-routine)
20173 (spam-assassin-register-spam-routine)
20174 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20175 (spam-bogofilter-score): Fix to show article before scoring.
20176
20177 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20178
20179 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20180 default scoring function.
20181 (spam-generic-score): Call spam-spamassassin-score if
20182 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20183 spam-bogofilter-score otherwise.
20184
20185 * gnus.el (spam-process, spam-autodetect-methods):
20186 Add spamassassin and spamassassin-headers.
20187
20188 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20189
20190 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20191 Suppress unnecessary messages.
20192
20193 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20194
20195 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20196 make-hash-table.
20197
20198 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20199
20200 * canlock.el (base64-encode-string): Don't autoload it.
20201
20202 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20203
20204 * run-at-time.el: Remove useless (require 'itimer),
20205 eval-and-compile and (featurep 'xemacs).
20206
20207 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20208
20209 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20210 GROUP is a virtual group.
20211
20212 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20213
20214 * gnus.el: Autoload `message-y-or-n-p'.
20215
20216 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20217
20218 * pgg-parse.el: Remove unnecessary (require 'custom).
20219
20220 * pgg-def.el: do.
20221
20222 * nnmail.el: do.
20223
20224 * gnus-undo.el: do.
20225
20226 * gnus-picon.el: do.
20227
20228 * gnus-util.el: do.
20229
20230 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20231
20232 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20233
20234 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20235
20236 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20237 handle, as well as a list.
20238
20239 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20240 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20241 (mm-w3m-cid-retrieve): Simplify.
20242
20243 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20244
20245 * message.el (message-kill-to-signature): Allow prefix arg to
20246 specify number of lines to keep before signature.
20247
20248 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20249
20250 * message.el (message-kill-to-signature): Change docstring.
20251
20252 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20253
20254 * canlock.el: Always require sha1-el.
20255 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20256
20257 * message.el: Autoload sha1 only when compiling.
20258
20259 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20260
20261 * message.el (message-canlock-generate): Require sha1-el.
20262
20263 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20264
20265 * message.el (message-expand-name): Silence the byte compiler.
20266
20267 2004-01-13 Simon Josefsson <jas@extundo.com>
20268
20269 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20270 Invoke gnus-score-mode.
20271 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20272
20273 * gnus-range.el (gnus-compress-sequence): Doc fix.
20274 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20275
20276 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20277
20278 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20279
20280 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20281
20282 * spam.el (spam-get-article-as-string): Update to use
20283 gnus-request-article-this-buffer, much simpler.
20284 (spam-get-article-as-buffer): Remove.
20285
20286 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20287
20288 * message.el (message-expand-name): Use EUDC if the user uses that.
20289
20290 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20291
20292 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20293 character for the encoding to avoid consing a string.
20294
20295 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20296 unnecessarily.
20297
20298 * mm-util.el (mm-replace-chars-in-string): Remove.
20299
20300 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20301 of mm-replace-chars-in-string.
20302
20303 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20304
20305 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20306
20307 * mm-util.el (mm-subst-char-in-string): Support inplace.
20308
20309 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20310 a new string in every iteration. Use shy groups.
20311
20312 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20313
20314 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20315 * gnus-soup.el (gnus-soup-group-brew):
20316 * gnus-msg.el (gnus-put-message):
20317 * gnus-move.el (gnus-group-move-group-to-server):
20318 * gnus-kill.el (gnus-batch-score):
20319 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20320 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20321 (gnus-group-update-group, gnus-group-read-group)
20322 (gnus-group-make-group, gnus-group-make-help-group)
20323 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20324 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20325 (gnus-group-sort-by-unread, gnus-group-catchup)
20326 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20327 (gnus-group-yank-group, gnus-group-set-info)
20328 (gnus-group-list-groups):
20329 * gnus.el (gnus-generate-new-group-name):
20330 * gnus-delay.el (gnus-delay-send-queue):
20331 * nnvirtual.el (nnvirtual-catchup-group):
20332 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20333 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20334 (gnus-group-prepare-topics, gnus-topic-check-topology):
20335 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20336 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20337 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20338 (gnus-group-make-articles-read):
20339 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20340 (gnus-group-change-level, gnus-kill-newsgroup)
20341 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20342 (gnus-get-unread-articles, gnus-make-articles-unread)
20343 (gnus-make-ascending-articles-unread): Use accessor
20344 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20345 to get group information for improved readability.
20346
20347 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20348
20349 * gnus-art.el (article-decode-mime-words, article-babel)
20350 (gnus-article-highlight-signature, gnus-article-add-buttons)
20351 (gnus-signature-toggle): Use gnus-with-article-buffer.
20352
20353 * gnus-art.el (gnus-article-highlight-headers)
20354 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20355
20356 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20357 (gnus-article-set-globals, gnus-request-article-this-buffer)
20358 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20359 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20360 (gnus-mime-display-alternative): Use with-current-buffer.
20361
20362 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20363
20364 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20365 also under 80 char limit, and call gnus-error if needed.
20366 (spam-fetch-article-header): Fix - it was a
20367 buffer-local variable (gnus-newsgroup-data).
20368 (spam-find-spam): Use spam-generate-fake-headers, forget about
20369 spam-insert-fake-headers.
20370 (spam-insert-fake-headers): Remove.
20371
20372 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20373
20374 * deuglify.el (gnus-article-outlook-unwrap-lines)
20375 (gnus-outlook-rearrange-article)
20376 (gnus-outlook-repair-attribution-outlook)
20377 (gnus-outlook-repair-attribution-block)
20378 (gnus-outlook-repair-attribution-other): Remove redundant
20379 save-excursion.
20380
20381 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20382
20383 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20384 (spam-fetch-field-subject-fast)
20385 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20386 (spam-fetch-article-header): Add functions to deal with Gnus
20387 internals for fast retrieval of article header data.
20388 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20389
20390 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20391
20392 * pop3.el (pop3-md5): Remove.
20393 (pop3-apop): Replace pop3-md5 with md5.
20394
20395 * mm-bodies.el: base64 is always built-in.
20396
20397 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20398 Use with-current-buffer.
20399
20400 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20401
20402 * canlock.el (canlock-insert-header): Remove excessive grouping in
20403 regexp.
20404
20405 * gnus-sum.el (gnus-summary-read-document): Ditto.
20406
20407 * gnus-uu.el (gnus-uu-part-number): Ditto.
20408
20409 * html2text.el (html2text-remove-tags): Ditto.
20410 (html2text-format-tags): Ditto.
20411 (html2text-format-single-elements): Ditto.
20412
20413 * mml.el (mml-parse-1): Ditto.
20414
20415 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20416
20417 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20418
20419 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20420
20421 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20422
20423 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20424
20425 2003-11-15 Simon Josefsson <jas@extundo.com>
20426
20427 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20428 (pgg-gpg-lookup-key): Use regexp match instead of
20429 split-string (split-string is different between emacs 21.2 and
20430 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20431
20432 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20433
20434 * gnus-art.el (gnus-mime-view-all-parts)
20435 (gnus-article-part-wrapper, gnus-article-view-part):
20436 Use with-current-buffer.
20437
20438 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20439
20440 * spam.el (spam-disable-spam-split-during-ham-respool)
20441 (spam-spamoracle-database, spam-cache-lookups)
20442 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20443 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20444 (spam-group-ham-marks, spam-group-spam-marks)
20445 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20446 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20447 also add spam-use-blackholes to the statistical checks.
20448 (spam-fetch-field-fast): Add interface to fetching fields, may
20449 become a macro.
20450 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20451 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20452 (spam-insert-fake-headers): Fake an article when needed.
20453 (spam-find-spam): Fake article when possible.
20454 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20455 (spam-check-bogofilter-headers): Use message-fetch-field instead
20456 of nnmail-fetch-field.
20457
20458 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20459
20460 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20461
20462 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20463
20464 * spam.el (spam-split): Do not require spam-use-CHECK to be
20465 enabled if that check is passed to spam-split explicitly; also
20466 fix so 'spam doesn't get converted to spam-split-group when
20467 spam-split-symbolic-return is t.
20468 (spam-find-spam): Find registrations of the article and use those
20469 instead of re-running spam-split to find the spam/ham
20470 classification of the article.
20471 (spam-log-processing-to-registry, spam-log-registered-p)
20472 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20473 Use gnus-error instead of gnus-message.
20474 (spam-log-registration-type): Add function to determine the
20475 classification of a message based on registry entries; will
20476 return nil if both 'spam and 'ham are found.
20477 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20478 a reasonably fast local cache without the loading errors.
20479 (spam-cache-lookups): Set to t by default.
20480 (spam-find-spam): Don't try to guess spam-cache-lookups.
20481 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20482 spam-caches entry.
20483 (spam-filelist-build-cache, spam-filelist-check-cache):
20484 Fix caching of whitelist/blacklist entries.
20485 (spam-check-whitelist, spam-check-blacklist):
20486 Invoke spam-from-listed-p with a type, not a cache variable.
20487 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20488
20489 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20490
20491 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20492
20493 * nnmail.el (nnmail-split-fancy): do.
20494
20495 * mml.el (mml-parse): do.
20496
20497 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20498 (gnus-score-adaptive): do.
20499
20500 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20501
20502 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20503 (gnus-mime-button-map): Don't set keymap parent.
20504 (gnus-button-ctan-directory-regexp): Use shy grouping.
20505 (gnus-prev-page-map): Don't set keymap parent.
20506 (gnus-prev-page-map): Remove duplicated one.
20507 (gnus-next-page-map): Don't set keymap parent.
20508 (gnus-mime-security-button-map): Ditto.
20509
20510 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20511 version number.
20512
20513 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20514
20515 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20516
20517 * canlock.el (canlock-sha1-function): Remove.
20518 (canlock-sha1-function-for-verify): Remove.
20519 (canlock-openssl-program): Remove.
20520 (canlock-openssl-args): Remove.
20521 (canlock-ignore-errors): Remove.
20522 (canlock-sha1-with-openssl): Remove.
20523 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20524 (canlock-verify): Don't use canlock-ignore-errors.
20525
20526 * sha1-el.el (sha1-string-external): Make it can return a string
20527 in binary form.
20528 (sha1-region-external): Ditto.
20529 (sha1-string-internal): Ditto.
20530 (sha1-region-internal): Ditto.
20531 (sha1-region): Ditto.
20532 (sha1-string): Ditto.
20533 (sha1): Ditto.
20534
20535 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20536
20537 * spam.el (spam-report-articles-gmane): New command.
20538
20539 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20540
20541 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20542
20543 * run-at-time.el (run-at-time-saved): Remove.
20544 (run-at-time): Doc fix.
20545
20546 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20547
20548 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20549 (gnus-summary-limit-map): Add it.
20550 (gnus-summary-make-menu-bar): do.
20551
20552 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20553
20554 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20555 Make attempt at some caching support (done for BBDB only now).
20556 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20557 addresses to be checked.
20558 (spam-clear-cache-BBDB): Add function, to be invoked by
20559 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20560 (spam-check-BBDB): Check and use the caches, if
20561 spam-cache-lookups is on, remove superfluous (provide).
20562
20563 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20564
20565 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20566
20567 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20568
20569 * run-at-time.el (run-at-time-saved): Move to after the definition
20570 of `run-at-time'.
20571
20572 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20573
20574 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20575 mm-w3m-local-map-property.
20576
20577 * mm-view.el (mm-w3m-mode-map): Remove.
20578 (mm-w3m-local-map-property): Remove.
20579 (mm-inline-text-html-render-with-w3m): Don't use
20580 mm-w3m-local-map-property.
20581
20582 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20583
20584 * run-at-time.el: New file.
20585
20586 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20587 of gnus-set-text-properties.
20588
20589 * gnus-uu.el (gnus-uu-save-article): Ditto.
20590
20591 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20592
20593 * gnus-cite.el (gnus-cite-parse): Ditto.
20594
20595 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20596 of gnus-.
20597
20598 * gnus.el: Change calls to nnheader-run-at-time and
20599 password-run-at-time throughout to use run-at-time directly.
20600
20601 * password.el: Remove definition of run-at-time.
20602
20603 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20604
20605 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20606 in prompt.
20607
20608 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20609
20610 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20611 XEmacs version.
20612
20613 * dns.el (dns-make-network-process): Use `open-network-stream'
20614 instead of `gnus-xmas-open-network-stream'.
20615
20616 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20617
20618 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20619
20620 * gnus-art.el (gnus-mime-display-alternative)
20621 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20622 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20623 Don't use gnus-local-map-property.
20624
20625 * gnus-util.el (gnus-local-map-property): Remove.
20626
20627 * mm-view.el (mm-view-pkcs7-decrypt):
20628 Replace gnus-completing-read-maybe-default with completing-read.
20629
20630 * gnus-util.el (gnus-completing-read): do.
20631 (gnus-completing-read-maybe-default): Remove.
20632
20633 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20634
20635 * password.el: Only autoload `run-at-time' if not XEmacs.
20636 Only autoload the itimer functions if XEmacs.
20637
20638 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20639
20640 * gnus-art.el (gnus-read-string): Remove.
20641 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20642 read-string.
20643
20644 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20645
20646 * netrc.el: Autoload password-read.
20647 (netrc): Add configuration group.
20648 (netrc-encoding-method, netrc-openssl-path):
20649 Add variables for encoding and decoding of files with symmetric
20650 ciphers.
20651 (netrc-encode): Add assistant function to encode a file with
20652 netrc-encoding-method.
20653 (netrc-parse): Add interactive parameter, added optional
20654 decoding if netrc-encoding-method is non-nil but otherwise
20655 behavior is standard.
20656 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20657 Do s/encode/encrypt/ everywhere.
20658
20659 * spam.el: Remove executable-find autoload.
20660
20661 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20662
20663 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20664
20665 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20666
20667 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20668
20669 * gnus-art.el (gnus-treat-ansi-sequences)
20670 (article-treat-ansi-sequences): New variable and function.
20671 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20672
20673 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20674 Use it.
20675
20676 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20677
20678 * mm-util.el (mm-quote-arg): Remove.
20679
20680 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20681 shell-quote-argument.
20682
20683 * gnus-uu.el (gnus-uu-command): do.
20684
20685 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20686
20687 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20688 with make-char.
20689
20690 * mm-util.el (mm-make-char): Remove.
20691
20692 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20693 add-minor-mode.
20694
20695 * gnus-undo.el (gnus-undo-mode): do.
20696
20697 * gnus-topic.el (gnus-topic-mode): do.
20698
20699 * gnus-sum.el (gnus-dead-summary-mode): do.
20700
20701 * gnus-start.el (gnus-slave-mode): do.
20702
20703 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20704
20705 * gnus-ml.el (gnus-mailing-list-mode): do.
20706
20707 * gnus-gl.el (gnus-grouplens-mode): do.
20708
20709 * gnus-draft.el (gnus-draft-mode): do.
20710
20711 * gnus-dired.el (gnus-dired-mode): do.
20712
20713 * gnus-ems.el (gnus-add-minor-mode): Remove.
20714
20715 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20716 Replace gnus-char-width with char-width.
20717
20718 * gnus-ems.el (gnus-char-width): Remove.
20719
20720 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20721 Replace gnus-char-width with char-width.
20722
20723 * gnus-ems.el (gnus-char-width): Remove.
20724
20725 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20726 definition.
20727 Remove Emacs 20 hash table compatibility code.
20728
20729 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20730 20 compatibility code.
20731
20732 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20733
20734 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20735
20736 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20737 Replace with point-at-{eol,bol}.
20738
20739 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20740
20741 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20742
20743 * flow-fill.el (fill-flowed-point-at-bol)
20744 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20745
20746 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20747 Replace with point-at-{eol,bol} throughout all files.
20748
20749 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20750
20751 * ntlm.el (ntlm-string-as-unibyte): New macro.
20752 (ntlm-build-auth-response): Use it.
20753
20754 Remove Emacs 20 stuff:
20755 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20756 of delq and copy-sequence.
20757 * gnus-art.el (popup-menu): Remove the compiler macro.
20758 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20759 Emacs 20.
20760
20761 2004-01-05 Simon Josefsson <jas@extundo.com>
20762
20763 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20764 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20765 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20766 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20767 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20768 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20769 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20770 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20771 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20772 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20773 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20774 string-xor into ntlm-string-xor.
20775 Suggested by Jesper Harder <harder@myrealbox.com>.
20776
20777 * ntlm.el: Don't include poem.
20778
20779 * md4.el (print-int32, print-string-hexa): Remove.
20780 Suggested by Jesper Harder <harder@myrealbox.com>.
20781
20782 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20783
20784 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20785 probably breaks emacs with DL patch, but do we care? Is anyone
20786 still using the DL stuff?)
20787
20788 * sieve-manage.el: Use the password package.
20789 (sieve-manage-read-passwd): Remove.
20790 (sieve-manage-interactive-login): Use password. Re-add
20791 condition-case around loop.
20792
20793 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20794 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20795 Use the password package.
20796
20797 2003-02-19 Simon Josefsson <jas@extundo.com>
20798
20799 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20800 token.
20801
20802 2002-08-07 Simon Josefsson <jas@extundo.com>
20803
20804 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20805 (sieve-manage-authenticators):
20806 (sieve-manage-authenticator-alist): Add some SASL mechs.
20807 (sieve-sasl-auth): New function.
20808 (sieve-manage-cram-md5-auth):
20809 (sieve-manage-plain-auth): Rewrite using SASL library.
20810 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20811 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20812 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20813 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20814
20815 2004-01-05 Simon Josefsson <jas@extundo.com>
20816
20817 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20818 New files.
20819
20820 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20821
20822 * gnus-group.el (gnus-no-groups-message): Update.
20823
20824 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20825
20826 2003-11-09 Simon Josefsson <jas@extundo.com>
20827
20828 * imap.el: Support for ID IMAP extension (RFC 2971).
20829 (imap-local-variables): Add imap-id.
20830 (imap-id): New variable.
20831 (imap-id): New function.
20832 (imap-parse-response): Parse untagged ID response.
20833 * nnimap.el (nnimap-id): New variable.
20834 (nnimap-open-connection): Use it.
20835
20836 2003-12-28 Simon Josefsson <jas@extundo.com>
20837
20838 * gnus-score.el (gnus-score-edit-all-score): New.
20839 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20840
20841 2004-01-04 Simon Josefsson <jas@extundo.com>
20842
20843 * password.el: Add.
20844
20845 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20846
20847 * dns.el (dns-query-types): Fix typo.
20848 (dns-query-types): New function.
20849 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20850 PTR and SOA replies, see RFC 1035.
20851
20852 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20853
20854 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20855
20856 * Move to Changelog.2.
20857
20858 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20859
20860 * gnus.el (gnus-version-number): Bump version.
20861
20862 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20863
20864 * gnus.el: No Gnus v0.1 is released.
20865
20866 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20867
20868 * gnus.el: No Gnus v0.0 is released.
20869
20870 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20871
20872 * gnus.el (gnus-version-number): Bump.
20873 (gnus-version): No.
20874
20875 See ChangeLog.2 for earlier changes.
20876
20877 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20878
20879 This file is part of GNU Emacs.
20880
20881 GNU Emacs is free software: you can redistribute it and/or modify
20882 it under the terms of the GNU General Public License as published by
20883 the Free Software Foundation, either version 3 of the License, or
20884 (at your option) any later version.
20885
20886 GNU Emacs is distributed in the hope that it will be useful,
20887 but WITHOUT ANY WARRANTY; without even the implied warranty of
20888 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20889 GNU General Public License for more details.
20890
20891 You should have received a copy of the GNU General Public License
20892 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20893
20894 ;; Local Variables:
20895 ;; coding: utf-8
20896 ;; fill-column: 79
20897 ;; add-log-time-zone-rule: t
20898 ;; End: