pop3.el (pop3-open-server): Error messages are "-ERR".
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * pop3.el (pop3-open-server): Error messages are "-ERR".
4
5 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
8 (open-tls-stream): Remove superfluous tls/starttls autoloads.
9
10 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
13 buffer has moved to a different frame.
14
15 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16
17 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
18 to get the conversion from unibyte to multibyte buffers to work on
19 Emacs 22.
20
21 * nntp.el (nntp-request-article): Slight clean-up.
22
23 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
24
25 * shr.el (shr-strike-through): New face.
26 (shr-tag-s): Use it to provide <s> support.
27 (shr-tag-s): Remove duplicate definition.
28
29 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
30
31 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
32 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
33
34 2011-04-23 Glenn Morris <rgm@gnu.org>
35
36 * gnus-sum.el (gnus-extra-headers): Bump :version.
37
38 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
39
40 * shr.el (shr-tag-sup): New function.
41 (shr-tag-sub): Ditto.
42
43 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
44
45 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
46 for the case where `gnus-registry-ignored-groups' is a list of lists,
47 and don't call `gnus-parameter-registry-ignore' otherwise.
48
49 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
50
51 * nnimap.el (nnimap-user): New backend variable.
52 (nnimap-open-connection-1): Use it.
53 (nnimap-credentials): Accept user parameter so it's explicit what user
54 name is desired.
55
56 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
57 default.
58
59 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
60 not gnus-registry.el.
61
62 * gnus-registry.el: Mention in comments how to modify
63 `gnus-extra-headers' for proper recipient tracking and that it may
64 already have To and Cc recently, which it does as of this commit.
65 (gnus-registry-ignored-groups): Remove defcustom.
66 Explain why in comments.
67 (gnus-registry-action): Fix data-header reference to use the extra
68 headers. Explain in package commentary how to add To and Cc headers to
69 the gnus-extra-headers.
70 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
71 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
72 parameter list or a string list in `gnus-registry-ignored-groups'. Fix
73 logic error.
74
75 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
76
77 * shr.el (shr-expand-url): Protect against null urls.
78
79 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
80
81 * shr.el (shr-base): New binding.
82 (shr-tag-base): Keep track of <base>.
83 (shr-expand-url): New function used throughout.
84
85 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
86
87 * gnus-registry.el
88 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
89 (gnus-registry-ignored-groups): New variable.
90 (gnus-registry-ignore-group-p): Use it.
91 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
92 set the destination group to nil (same as delete) if it's ignored.
93
94 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
95
96 * gnus-registry.el (gnus-registry-action)
97 (gnus-registry-fetch-header-fast):
98 Don't use mail-header that looks an internal function of mailheader.el.
99
100 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
101
102 * gnus-registry.el: Eliminate cl functions.
103 (gnus-registry-sort-addresses): New function that replaces mapcan.
104 (gnus-registry-action, gnus-registry-spool-action)
105 (gnus-registry-split-fancy-with-parent)
106 (gnus-registry-fetch-recipients-fast): Use it.
107 (gnus-registry-import-eld): Replace delete* with dolist + delq.
108
109 * registry.el (initialize-instance, registry-lookup)
110 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
111 (registry-lookup-secondary-value, registry-search, registry-delete)
112 (registry-insert, registry-reindex, registry-size, registry-prune):
113 Use eval-and-compile.
114
115 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
116
117 * registry.el (registry-reindex): New method to recreate the secondary
118 registry indices.
119
120 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
121 tracked field changes.
122 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
123 (gnus-registry-action, gnus-registry-spool-action)
124 (gnus-registry-handle-action)
125 (gnus-registry--split-fancy-with-parent-internal)
126 (gnus-registry-split-fancy-with-parent)
127 (gnus-registry-register-message-ids): Add recipient tracking on spool,
128 move, and delete actions, and for fancy splitting with parent.
129 (gnus-registry-extract-addresses)
130 (gnus-registry-fetch-recipients-fast)
131 (gnus-registry-fetch-header-fast): Convenience functions.
132 (gnus-registry-misc-test): ERT test of
133 `gnus-registry-extract-addresses'.
134
135 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
136
137 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
138 Track by subject first, then sender.
139
140 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
143
144 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
145 Lisp.
146
147 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
148 (gnus-draft-send): Use it to avoid popping
149 up frames from gnus-group-send-queue.
150
151 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
152
153 * gnus-registry.el: Updated gnus-registry docs.
154
155 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
156
157 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
158 Fix logic bug.
159 (gnus-registry-post-process-groups): Fix logging of no results and
160 quote sender and subject.
161
162 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
163
164 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
165 (gnus-read-active-for-groups): Don't try to finish getting stuff where
166 we had no early-data returned.
167 (gnus-get-unread-articles): Add a sanity check so that we don't issue
168 two async commands to the same server at the same time.
169
170 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
171
172 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
173
174 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
175
176 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
177 "warning" level.
178
179 * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
180 (mm-url-insert-file-contents): Don't set the package names.
181
182 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
183
184 * gnus-registry.el (gnus-registry-action): Remove properties and
185 simplify subject in `gnus-registry-handle-action'.
186 (gnus-registry-spool-action): Get subject and sender from message if
187 they are not passed in.
188 (gnus-registry-handle-action): Remove properties and simplify subject
189 consistently.
190
191 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * registry.el: Require CL before using defmacro*.
194
195 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
196
197 * gnus-art.el (article-treat-date): Assume that
198 gnus-article-date-headers may be a group parameter.
199
200 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
201
202 * gnus-registry.el (gnus-registry-handle-action): More debugging.
203
204 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
205 interactively so the newsrc file can contain foreign groups too.
206 Useful for debugging but not much for users.
207
208 2011-04-07 David Engster <dengste@eml.cc>
209
210 * registry.el (registry-usage-test): Only do
211 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
212 lexical binding.
213
214 2011-04-06 David Engster <dengste@eml.cc>
215
216 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
217 argument NOERROR for `require', since XEmacs 21.4 does not support it.
218
219 2011-04-06 David Engster <dengste@eml.cc>
220
221 * registry.el (initialize-instance): Change :after to :AFTER to be
222 compatible with old EIEIO version in XEmacs.
223
224 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
225
226 * gnus-registry.el (gnus-registry-post-process-groups)
227 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
228 and provide better messaging.
229
230 2011-04-06 David Engster <dengste@eml.cc>
231
232 * Makefile.in (fail-on-warning): New rule to compile with warnings as
233 errors.
234
235 * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
236 dgnushack-compile with error-on-warn enabled, and to signal an error if
237 clean compilation failed.
238 (dgnushack-compile): New argument 'error-on-warn'. If non-nil, compile
239 with `byte-compile-error-on-warn'. Return nil if errors occured.
240
241 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
242
243 * gnus-registry.el: Don't use ERT if it's not available. Load it
244 unconditionally anyway, discarding errors.
245 (gnus-registry-delete-entries): New convenience function.
246 (gnus-registry-import-eld): Import from old .eld registry.
247
248 * registry.el: Don't use ERT if it's not available. Load it
249 unconditionally anyway, discarding errors.
250
251 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
252 version from the Claudio Bley GnuTLS patch (extra optional parameters
253 and host name).
254
255 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
256
257 * gnus-registry.el (gnus-registry-fixup-registry): New function to
258 fixup the parameters that can be customized by the user between
259 save/read cycles.
260 (gnus-registry-read): Use it.
261 (gnus-registry-make-db): Use it.
262 (gnus-registry-spool-action, gnus-registry-handle-action): Fix
263 messaging.
264 (gnus-registry--split-fancy-with-parent-internal): Fix loop. Map
265 references to actual group names with sender and subject tracking.
266 (gnus-registry-post-process-groups): Use `cond' for better messaging.
267 (gnus-registry-usage-test): Add subject lookup test.
268
269 * registry.el (registry-db, initialize-instance): Set up constructor
270 instead of :initform arguments for the sake of older Emacsen.
271 (registry-lookup-breaks-before-lexbind): New method to demonstrate
272 pre-lexbind merge bug.
273 (registry-usage-test): Use it.
274 (initialize-instance, registry-db): Move the non-function initforms
275 back to the class definition.
276
277 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
278
279 * registry.el: New library to manage gnus-registry-style data.
280
281 * gnus-registry.el: Use it (major rewrite).
282
283 * nnregistry.el: Use it.
284
285 * spam.el: Use it.
286
287 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
288
289 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
290 marks on non-selected articles.
291
292 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
293
294 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
295
296 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
297 parameter to open-protocol-stream.
298
299 2011-04-01 Julien Danjou <julien@danjou.info>
300
301 * mm-view.el (mm-display-inline-fontify): Do not fontify with
302 fundamental-mode.
303
304 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
305
306 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
307 servers.
308
309 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
310
311 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
312 made marks not propagate, again.
313
314 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
315
316 * proto-stream.el (open-protocol-stream): Bring back `network' type.
317 Make this the default type.
318 (proto-stream-open-plain): Rename from proto-stream-open-default.
319 (open-protocol-stream, proto-stream-open-starttls)
320 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
321 with `plain'.
322
323 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
324 value.
325
326 * nntp.el (nntp-open-connection-function): Document the fact that some
327 values are not functions but are instead handled specially. Recognize
328 nntp-open-plain-stream value.
329 (nntp-open-connection): Recognize that value.
330
331 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
332
333 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
334 stuff.
335
336 * gnus-score.el (gnus-score-string): Fix calling convention of
337 `gnus-simplify-buffer-fuzzy' after last patches.
338
339 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
340 server for articles we didn't get any headers for. This is a sanity
341 check.
342
343 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
344
345 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
346 new CAPABILITY, use it.
347
348 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
349
350 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
351 downloading anything.
352
353 * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
354
355 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
356
357 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
358 colors.
359 (gnus-splash-svg-color-symbols): New function.
360
361 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
362
363 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
364 instead of using the global gnus-simplify-subject-fuzzy-regexp.
365 (gnus-simplify-subject-fuzzy): Use the local
366 gnus-simplify-subject-fuzzy-regex instead of the global one. This
367 makes using this variable in group parameters work.
368
369 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
370
371 * gnus-registry.el (gnus-registry-unfollowed-groups): Add
372 "archive:sent" to the unfollowed group regex (for the recent Gnus
373 archive:sent-YYYY-MM-DD groups).
374 (gnus-registry-split-fancy-with-parent): Bail out early in sender
375 tracking if there are more than `gnus-registry-max-track-groups'
376 matches.
377
378 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * message.el (message--yank-original-internal): New function to do the
381 insertion cleanly inside eval in `message-yank-original'.
382 (message-yank-original): Use it.
383
384 2011-03-29 Julien Danjou <julien@danjou.info>
385
386 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
387 local variables disabled rather than `normal-mode'.
388
389 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
390
391 * proto-stream.el: Changes preparatory to merging open-protocol-stream
392 with open-network-stream.
393 (proto-stream-always-use-starttls): Option removed.
394 (open-protocol-stream): Return a process object by default. Provide a
395 new parameter :return-list specifying a list-type return value, which
396 now has the form (PROP . PLIST) instead of a fixed-length list. Change
397 :type `network' to `try-starttls', and `network-only' to `default'.
398 Make `default' the default, for compatibility with open-network-stream.
399 Handle the no-parameter case exactly as open-network-stream, with no
400 additional stream processing. Search plists using plist-get.
401 Explicitly add :end-of-commend parameter if it is missing.
402 (proto-stream-open-default): Renamed from
403 proto-stream-open-network-only. Return 'default as the type.
404 (proto-stream-open-starttls): Rename from proto-stream-open-network.
405 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
406 failed. Always return a list with a (possibly dead) process as the
407 first element, for compatibility with open-network-stream.
408 (proto-stream-open-tls): Use plist-get. Always return a list.
409 (proto-stream-open-shell): Return `default' as connection type.
410 (proto-stream-capability-open): Use plist-get.
411 (proto-stream-eoc): Function deleted.
412
413 * nnimap.el (nnimap-stream, nnimap-open-connection)
414 (nnimap-open-connection-1): Handle renaming of :type parameter for
415 open-protocol-stream.
416 (nnimap-open-connection-1): Pass a :return-list parameter
417 open-protocol-stream to obtain a list return value. Parse this list
418 using plist-get.
419
420 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
421 for open-protocol-stream. Accept open-protocol-stream return value
422 that is a subprocess object instead of a list. Handle the case of a
423 dead returned process.
424
425 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
426
427 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
428
429 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
430
431 2011-03-21 Julien Danjou <julien@danjou.info>
432
433 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
434 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
435 query.
436 (mm-inline-text): Render normal text with fontification whenever
437 possible.
438
439 * gnus-sum.el (gnus-summary-save-parts-1):
440 * gnus-art.el (gnus-article-browse-html-save-cid-content)
441 (gnus-article-browse-html-parts, gnus-mime-delete-part)
442 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
443 Use `mm-handle-filename'.
444
445 * mm-util.el (mm-handle-filename): New function, return the filename of
446 an handle.
447
448 2011-03-18 Julien Danjou <julien@danjou.info>
449
450 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
451 (gnus-buffer-live-p): Check that buffer is not nil.
452
453 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
454
455 * gnus-art.el: Require mouse, which the build bot seems to say is
456 needed.
457
458 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
459 XEmacs, since it doesn't have url-retrieve-synchronously.
460
461 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
462
463 * gnus-group.el (gnus-group-list-ticked): New function.
464 (gnus-group-make-menu-bar): Provide a menu entry for it.
465 (gnus-group-list-map): Provide a binding for it.
466
467 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
468
469 * shr.el (shr-visit-file): New command.
470
471 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
472
473 2011-03-17 Bjørn Mork <bjorn@mork.no>
474
475 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
476 servers.
477
478 2011-03-16 Julien Danjou <julien@danjou.info>
479
480 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
481 inline.
482
483 * gnus-art.el (article-hide-list-identifiers): Use
484 gnus-group-get-list-identifiers.
485
486 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
487 (gnus-summary-remove-list-identifiers): Use
488 gnus-group-get-list-identifiers to get regexp.
489 (gnus-select-newsgroup, gnus-summary-insert-subject)
490 (gnus-summary-insert-articles): Call
491 gnus-summary-remove-list-identifiers unconditionally.
492
493 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
494
495 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
496 we're selecting a group with unread articles.
497
498 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
499
500 * gssapi.el: New file separated out from imap.el to provide a general
501 Kerberos 5 connection facility for Emacs.
502
503 * message.el (message-elide-ellipsis): Document the format spec
504 ellipsis.
505
506 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
507
508 * message.el (message-elide-region): Allow the ellipsis to say how many
509 lines were removed.
510
511 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
512
513 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
514 window configurations containing buffers that are now dead.
515
516 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
517 parsing to avoid integer overflows.
518 (nnimap-parse-flags): Simplify the last change.
519 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
520 too large for 32-bit Emacsen.
521
522 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * auth-source.el (auth-source-netrc-create):
525 * message.el (message-yank-original): Fix use of `case'.
526
527 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
528
529 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
530 XEmacs, which was one character too wide.
531
532 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
533
534 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
535 default number of articles to display.
536 (gnus-articles-to-read): Use pretty names for prompt.
537
538 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
539
540 * gnus-int.el (gnus-open-server): Ditto.
541
542 * gnus-start.el (gnus-activate-group): Give a backtrace if
543 debug-on-quit is set and the user hits `C-g'.
544 (gnus-read-active-file): Ditto.
545
546 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
547
548 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
549
550 * message.el (message-yank-original): Use cond instead of CL case.
551
552 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * auth-source.el (auth-source-netrc-create): Use usual format for the
555 default in prompts.
556
557 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
558
559 * auth-source.el (auth-source-netrc-create): Show the default in the
560 prompt when prompting for token creation.
561
562 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
563
564 * auth-source.el (auth-source-format-prompt): Always convert the value
565 to a string to avoid evaluating non-string arguments.
566 (auth-source-netrc-create): Offer default properly, not as initial
567 content in `read-string'.
568 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
569 of line to determine if we've been run before. If so, don't run again,
570 but print a trivial message to indicate the cache was hit instead.
571
572 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
573
574 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
575 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
576 The user will have to run `gnus-sync-read' manually and wait for Cloudy
577 Gnus.
578
579 2011-03-11 Julien Danjou <julien@danjou.info>
580
581 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
582 modified file".
583
584 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
585
586 * auth-source.el (auth-source-read-char-choice): New function to read a
587 character choice using `dropdown-list', `read-char-choice', or
588 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
589 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
590 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
591 (auth-source-netrc-saver): Use it.
592 (auth-source-pick-first-password): New convenience function.
593
594 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
595
596 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
597 parameter in the credentials.
598 (nnimap-open-connection-1): Use it after a successful login.
599 (nnimap-credentials): Add IMAP-specific user and password prompt.
600
601 * auth-source.el (auth-source-search): Add :require parameter, taking a
602 list. Document it and the :save-function return token. Pass :require
603 down. Change the CREATED message from a warning to a debug statement.
604 (auth-source-search-backends): Pass :require down.
605 (auth-source-netrc-search): Pass :require down.
606 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
607 Change save prompt to indicate all modifications saved here are
608 deletions.
609 (auth-source-netrc-create): Take user login name as default in user
610 prompt. Move all the save functionality to a lexically bound function
611 under the :save-function token in the returned list. Set up clearer
612 default prompts for user, host, port, and secret.
613 (auth-source-netrc-saver): New function, intended to be wrapped for
614 :save-function.
615
616 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
617
618 * Version 23.3 released.
619
620 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
621
622 * shr.el (shr-table-horizontal-line): Change the defaults for the table
623 lines to be spaces instead.
624
625 2011-03-07 Julien Danjou <julien@danjou.info>
626
627 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
628 (sieve-sasl-auth): Check that auth-source-search did return something,
629 or just return an empty string.
630
631 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
632
633 * gnus.el (gnus-interactive): Use read-directory-name.
634
635 * gnus-uu.el (gnus-uu-decode-uu-and-save)
636 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
637 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
638 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
639 Likewise.
640
641 * gnus-group.el (gnus-group-make-directory-group): Likewise.
642
643 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
644
645 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
646 onto the list of killed groups, too. This makes killed nnimap groups,
647 for instance, more reliably not reappear.
648
649 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
650 the parent.
651
652 * gnus-sum.el (gnus-update-read-articles): Fix typo.
653
654 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
655 really have server-side marks.
656
657 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
658 since most backends do not usefully have server-side marks.
659 (gnus-update-read-articles): Propagate marks to all backends that
660 really have server-side marks.
661
662 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
663
664 * message.el (message-cite-reply-position, message-cite-style):
665 New variables.
666 (message-yank-original): Use the new citation styles.
667
668 2011-03-04 Daiki Ueno <ueno@unixuser.org>
669
670 * message.el (message-options): Revert the change that's a workaround
671 for XEmacs buffer-local issue; don't mark it buffer-local when running
672 under XEmacs.
673
674 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
675
676 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
677 numbers too big to be `read'.
678
679 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
680
681 * message.el (message-options): Make buffer-local two ways to attempt
682 to fix a XEmacs bug.
683
684 2011-03-02 Julien Danjou <julien@danjou.info>
685
686 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
687
688 2011-03-01 Julien Danjou <julien@danjou.info>
689
690 * gnus-art.el (list-identifier): Add list-identifier as a parameter
691 group.
692 (article-hide-list-identifiers): Use list-identifier group parameter.
693
694 2011-02-28 Julien Danjou <julien@danjou.info>
695
696 * sieve.el (sieve-buffer-script-name): New local variable to store
697 sieve script name.
698 (sieve-edit-script): Store sieve script name.
699 (sieve-upload): Use sieve script name when uploading.
700 (sieve-upload): Use substitute-command-keys.
701 (sieve-edit-script): Use substitute-command-keys.
702 (sieve-refresh-scriptlist): Use substitute-command-keys.
703 (sieve-manage-mode-map): Define keymap properly.
704 (sieve-manage-mode): Do not set mode name manually, change mode-name to
705 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
706 Remove commented code about cvs.
707 (sieve-manage-quit): New function.
708 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
709
710 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
711
712 * gnus-group.el (gnus-import-other-newsrc-file): New function.
713
714 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
715
716 * auth-source.el (auth-source-search): Cache empty result sets.
717
718 * auth-source.el (auth-source-save-behavior): New variable to replace
719 `auth-source-never-create'.
720 (auth-source-netrc-create): Use it.
721 (auth-source-never-save): Remove.
722
723 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
724
725 * nnimap.el (nnimap-stream): Doc fix.
726 (nnimap-open-connection-1): Reverse the order of the ports to that the
727 prompted-for port is first.
728
729 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
730 retrieval by the no-group selection.
731
732 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
733 numerical parameters.
734
735 2011-02-25 Julien Danjou <julien@danjou.info>
736
737 * gnus-gravatar.el: Use gnus-with-article-buffer.
738
739 * gnus-art.el (gnus-with-article-buffer): Check that the
740 gnus-article-buffer is alive.
741
742 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
743
744 * auth-source.el (auth-source-creation-prompts): New variable to manage
745 creation-time prompts.
746 (auth-source-search): Document it.
747 (auth-source-format-prompt): Add utility function.
748 (auth-source-netrc-create): Don't default the user name to
749 user-login-name. Use `auth-source-creation-prompts' and some default
750 prompts for user, host, port, and password (the default generic prompt
751 remains ugly).
752 (auth-source-never-save): Add customizable option to never save info.
753 (auth-source-netrc-create): Use it and improve save prompts. Fix help
754 mode excursion.
755
756 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
757
758 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
759 argument that XEmacs doesn't support.
760
761 2011-02-23 Julien Danjou <julien@danjou.info>
762
763 * gnus-art.el (article-make-date-line): Ignore errors if time is
764 invalid and not convertible.
765 (article-make-date-line): Only add lapsed time if time is not nil.
766
767 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
768
769 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
770 `read-char-choice' for backwards compatibility.
771 (auth-source-netrc-element-or-first): New function to DTRT for
772 parameter extraction.
773 (auth-source-netrc-create): Use it and fix multiple parameter print
774 bug. Use the default passed from above (given-default) or the
775 built-in (user-login-name for :user).
776
777 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
778
779 * gnus-start.el (gnus-dribble-read-file):
780 Set buffer-save-without-query, since we always want to save the dribble
781 file, probably.
782
783 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
784 nnimap.
785
786 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
787 -summary- since it's a user-visible variable.
788
789 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
790 first time you use the new Gnus.
791
792 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
793
794 * auth-source.el: Don't load netrc.el.
795 (auth-sources): Search ~/.netrc as well by default.
796 (auth-source-debug): Add 'trivia option for extra output.
797 (auth-source-do-trivia): Use it.
798 (auth-source-search): Simplify logic to use
799 `auth-source-search-backends'. Use `auth-source-do-trivia' where
800 appropriate. Don't keep a running count at this level. Layer :create
801 and :delete options appropriately on the first and second passes.
802 Don't track the backend with the search results.
803 (auth-source-search-backends): New function to search a list of
804 backends for a processed spec.
805 (auth-source-netrc-parse): Cache all netrc files, making
806 auth-source-netrc-cache an alist keyed by the file name and using the
807 file mtime as the caching criterion. Keep the obfuscated data secret
808 with a lexical bind.
809 (auth-source-netrc-search): Don't calculate the length of the results
810 unnecessarily.
811 (auth-source-search-backends): Fix bug.
812 (auth-source-netrc-create): Rework prompts.
813
814 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
815
816 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
817 Lower case names of search constraints.
818 (nnir-run-query): Cache and reuse search constraints for all imap
819 servers.
820
821 2011-02-22 Sam Steingold <sds@gnu.org>
822
823 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
824
825 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
826
827 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
828 after exit.
829 (gnus-setup-message): Define missing variable from last checkin.
830
831 * gnus-sum.el (gnus-summary-show-article): When called with t as the
832 value, show the raw article.
833
834 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
835
836 * nnimap.el (nnimap-open-connection-1): Revert last change, since
837 auth-source now accepts numbers.
838
839 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
840 spec, too.
841 (auth-source-ensure-strings): New function.
842
843 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
844 (gnus-article-setup-buffer): Always restart the date timer so that user
845 changes to the frequency is respected.
846
847 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
848 port numbers, so make sure it gets that if nnimap-server-port is
849 explicit.
850
851 2011-02-21 Simon Josefsson <simon@josefsson.org>
852
853 * nnimap.el (nnimap-inbox): Doc fix.
854
855 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
856
857 * shr-color.el (shr-color->hexadecimal): Use renamed function names
858 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
859 color-lab-to-srgb.
860
861 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
862
863 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
864 given method as in the group name if we're using an extended method.
865 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
866 command, if we're using that, instead of waiting for the beginning.
867
868 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
869 we're sure to get unique server names, and we don't output two async
870 commands in the same buffer. This fixes an NNTP hang for some users.
871
872 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
873
874 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
875 summary buffer before reading going to the next buffer. This avoids
876 putting the point in the group buffer if you `C-g' the command.
877
878 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
879 cache (for now) to make ~/.authinfo.gpg files usable.
880
881 * nnfolder.el (copyright-update): Define for the compiler.
882
883 * auth-source.el (auth-source-search): Fix unbound variable.
884
885 2011-02-19 Glenn Morris <rgm@gnu.org>
886
887 * gnus.el (gnus-meta): Doc fix.
888
889 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
890
891 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
892 in case it's not yet loaded.
893
894 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
895
896 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
897 line we're waiting for.
898
899 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
900
901 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
902 face with line-width greater than zero will cause RET in gnus summary
903 buffer to scroll down article page-wise because auto vscroll happens,
904 it should be temporalily disabled when doing a scroll-up.
905
906 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
907
908 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
909 outputs from the server.
910
911 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
912
913 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
914 later so that bbdb can hook in easier.
915
916 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
917
918 * auth-source.el (auth-source-search): Don't try to create credentials
919 if the caller doesn't want that.
920 (auth-source-search): If we don't find a match, don't bug out on
921 non-bound variables.
922 (auth-source-search): Only ask a single backend to create the
923 credentials.
924
925 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
926 logging.
927 (nnimap-credentials): Protect against auth-source-search returning nil.
928 (nnimap-request-list): Protect against not being able to open the
929 server.
930
931 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
932
933 * auth-source.el (auth-source-search): Do a two-phase search, one with
934 no :create to get the responses from all backends.
935
936 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
937 when getting credentials.
938
939 * gnus-util.el (gnus-delete-duplicates): New function.
940
941 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
942
943 * nnimap.el (nnimap-credentials): Instead of picking the first port as
944 a creation default, pass the whole port list down. It will be
945 completed.
946
947 * auth-source.el (auth-source-search): Updated docs to talk about
948 multiple creation choices.
949 (auth-source-netrc-create): Accept a list as a value (from the search
950 parameters) and do completion on that list. Keep a separate netrc line
951 with the password obscured for showing the user.
952
953 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
954 first choice to `auth-source-search' so it will be used for entry
955 creation instead of the server's Gnus-specific name.
956 (nnimap-credentials): Rely on the auth-source library to select which
957 port is actually wanted in the new netrc entry, so don't override
958 `auth-source-creation-defaults'.
959
960 * auth-source.el (auth-source-netrc-parse): Use :port instead of
961 :protocol and accept a missing user, host, or port as a wildcard match.
962 (auth-source-debug): Default to off.
963
964 (auth-source-netrc-search, auth-source-netrc-create)
965 (auth-source-secrets-search, auth-source-secrets-create)
966 (auth-source-user-or-password, auth-source-backend, auth-sources)
967 (auth-source-backend-parse-parameters, auth-source-search): Use :port
968 instead of :protocol.
969
970 * nnimap.el (nnimap-credentials): Pass a port default to
971 `auth-source-search' in case an entry needs to be created.
972 (nnimap-open-connection-1): Use :port instead of :protocol.
973
974 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
975
976 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
977 instead of delete-dups that is not available in XEmacs 21.4.
978
979 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
980
981 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
982 nil means that nnimap doesn't get updated.
983
984 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
985
986 * auth-source.el (auth-source-netrc-create): Return a synthetic search
987 result when the user doesn't want to write to the file.
988 (auth-source-netrc-search): Expect a synthetic result and proceed
989 accordingly.
990 (auth-source-cache-expiry): New variable to override
991 `password-cache-expiry'.
992 (auth-source-remember): Use it.
993
994 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
995 parameter. Create entry if necessary by using :create t.
996 (nnimap-open-connection-1): Don't pass `inhibit-create'.
997
998 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
999
1000 * auth-source.el (auth-source-debug): Enable by default and don't
1001 mention the obsolete `auth-source-hide-passwords'.
1002 (auth-source-do-warn): New function to debug unconditionally.
1003 (auth-source-do-debug): Use it.
1004 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1005 and for Secrets API entries when the secrets.el library is not
1006 available.
1007
1008 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1009
1010 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1011 (gnus-summary-exit): Kill the correct article buffer on exit from a
1012 `C-d' group.
1013
1014 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1015 gnus-propagate-marks.
1016
1017 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1018 before killing the buffers so that a non-full window conf gets handled
1019 correctly.
1020 (gnus-summary-exit): Ditto.
1021 (gnus-summary-read-group-1): Ditto.
1022
1023 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1024 async code again so that we can debug it properly.
1025
1026 * message.el (message-reply): Take an optional switch-buffer parameter
1027 so that Gnus window confs are respected better.
1028
1029 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1030
1031 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1032 `plist-get' to accept non-list parameters (XEmacs issue).
1033 Fix docstring.
1034 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1035 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1036 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1037 Login collection is "Login" and not "login".
1038
1039 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1040
1041 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1042 multiple headers.
1043
1044 * nnimap.el (nnimap-inhibit-logging): New variable.
1045 (nnimap-log-command): Don't log login commands.
1046
1047 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1048 to have more parameters.
1049
1050 * nnimap.el (nnimap-send-command): Mark the command time for each
1051 command, so that we don't get NOOPs stepping on our toes.
1052
1053 * gnus-art.el (article-date-ut): Get the date from the Date header on
1054 `t'.
1055
1056 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1057
1058 * auth-source.el (auth-source-search): Use copy-sequence instead of
1059 the cl.el copy-list.
1060
1061 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1062
1063 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1064 Improve prompt.
1065
1066 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1067
1068 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1069 washing status from the default format. It isn't very informative.
1070
1071 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1072
1073 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1074 Fix Gcc processing on imap.
1075
1076 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * message.el (message-bury): Don't pop up a new window when selected
1079 window is dedicated.
1080
1081 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1082
1083 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1084
1085 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1086
1087 * sieve-manage.el: Autoload `auth-source-search'.
1088 (sieve-sasl-auth): Use it.
1089
1090 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1091
1092 * nnimap.el: Autoload `auth-source-forget+'.
1093 (nnimap-open-connection-1): Use it if the connection fails.
1094
1095 * auth-source.el: Require `password-cache'.
1096 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1097 obsolete.
1098 (auth-source-magic): Marker for `password-cache' keys.
1099 (auth-source-do-cache): Update docstring.
1100 (auth-source-search): Use and check cache.
1101 (auth-source-forget-all-cached, auth-source-remember)
1102 (auth-source-recall, auth-source-forget, auth-source-forget+)
1103 (auth-source-specmatchp): Caching support functions.
1104 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1105 Remove and obsolete.
1106 (auth-source-user-or-password): Remove caching to further discourage
1107 using it. Always hide passwords.
1108
1109 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1110
1111 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1112 code for now, since it doesn't work for all users.
1113
1114 2011-02-09 Julien Danjou <julien@danjou.info>
1115
1116 * message.el (message-options): Make message-options really buffer
1117 local.
1118
1119 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1120
1121 * mail-source.el: Autoload `auth-source-search'.
1122 (mail-source-keyword-map): Note order matters.
1123 (mail-source-set-1): Get all the mail-source source values and
1124 defaults and search auth-source on those if needed. This can all
1125 probably be simplified.
1126
1127 * nnimap.el: Autoload `auth-source-search'.
1128 (nnimap-credentials): Use it.
1129 (nnimap-open-connection-1): Ask for the virtual server and physical
1130 address in one shot.
1131
1132 * nntp.el: Autoload `auth-source-search'.
1133 (nntp-send-authinfo): Use it. Note TODO.
1134
1135 2011-02-08 Julien Danjou <julien@danjou.info>
1136
1137 * shr.el (shr-tag-body): Add support for text attribute in body
1138 markups.
1139
1140 * message.el (message-options): Make message-options a local variable.
1141
1142 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1143
1144 * auth-source.el (auth-source-secrets-search)
1145 (auth-source-user-or-password): Use `append' instead of `nconc'.
1146 (auth-source-user-or-password): Build return list better and protect
1147 against nil :secret.
1148
1149 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1150
1151 * nnimap.el (nnimap-update-info): Refactor slightly.
1152 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1153 (nnimap-update-info): Clean up slightly.
1154 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1155 characters.
1156 (nnimap-process-quirk): Rename function to avoid collision.
1157 (nnimap-update-info): Fix macrology bug-out.
1158 (nnimap-update-info): Simplify split history test.
1159
1160 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1161
1162 * auth-source.el (top): Require 'eieio unconditionally.
1163 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1164 (auth-source-secrets-search): Limit search when `max' is greater than
1165 number of results.
1166
1167 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1168
1169 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1170 part not returning any data.
1171
1172 * proto-stream.el (open-protocol-stream): Document the return value.
1173
1174 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1175
1176 * auth-source.el (auth-source-secrets-search): Add examples.
1177
1178 2011-02-06 Julien Danjou <julien@danjou.info>
1179
1180 * message.el (message-setup-1): Handle message-generate-headers-first
1181 set to t.
1182
1183 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1184
1185 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1186 API with a string "secrets:collection-name" and with 'default.
1187 (auth-source-backend-parse): Parse "secrets:collection-name" and
1188 'default. Recurse on parses instead of repeating code. Use the
1189 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1190 message when ignoring a source.
1191 (auth-source-search): List ignored search keys at the top level.
1192 (auth-source-netrc-create): Use `case' instead of `cond'.
1193 (auth-source-secrets-search): Created with TODOs.
1194 (auth-source-secrets-create): Created with TODOs.
1195 (auth-source-retrieve, auth-source-create, auth-source-delete)
1196 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1197 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1198 (auth-source-user-or-password-sftp)
1199 (auth-source-user-or-password-smtp): Remove.
1200 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1201 around `auth-source-search'. Not tested thoroughly.
1202
1203 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1204
1205 * auth-source.el: Bring in assoc and eioeio libraries.
1206 (secrets-enabled): New variable to track the status of the Secrets API.
1207 (auth-source-backend): New EIOEIO class to represent a backend.
1208 (auth-source-creation-defaults): New variable to set prompt defaults
1209 during token creation (see the `auth-source-search' docstring for
1210 details).
1211 (auth-sources): Simplify to allow a simple string as a netrc backend
1212 spec.
1213 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1214 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1215 (auth-source-search): Main auth-source API entry point.
1216 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1217 (auth-source-search-collection): Helper function for searching.
1218 (auth-source-netrc-parse, auth-source-netrc-normalize)
1219 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1220 Supports search, create, and delete.
1221 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1222 backend stubs.
1223 (auth-source-user-or-password): Call `auth-source-search' but it's not
1224 ready yet.
1225
1226 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1227
1228 * message.el (message-setup-1): Remove the read-only stuff, since it
1229 doesn't work under XEmacs, for some reason.
1230
1231 * gnus-sum.el (gnus-user-date): Rename back from
1232 gnus-summary-user-date since user code refers to it.
1233
1234 * shr.el (shr-render-td): Store the actual background colour used.
1235
1236 * message.el (message-setup-1): Don't bind the constant
1237 -forbidden-properties.
1238 (message-setup-1): Revert previous change, since it needs to bind the
1239 props to insert them.
1240 (message-resend): Allow removing the read-only separator line.
1241
1242 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1243
1244 * nnimap.el (nnimap-request-accept-article): Give an error message if
1245 the APPEND wasn't successful.
1246
1247 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1248
1249 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1250 that have no groups.
1251
1252 2011-02-03 Julien Danjou <julien@danjou.info>
1253
1254 * gnus-draft.el: Remove progn around gnus-draft-setup.
1255
1256 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1257
1258 * gnus-start.el (gnus-read-active-for-groups): This function is never
1259 called with a nil `infos', so clean that up.
1260 (gnus-get-unread-articles): Request active files from primary/secondary
1261 methods that have no groups (yet).
1262
1263 2011-02-03 Julien Danjou <julien@danjou.info>
1264
1265 * message.el (message-setup-1): Always generate References first.
1266 (message-mail): Return the return value of message-setup, not always t.
1267 (message-setup-1): Insert mail-header-separator with read-only and
1268 intangible properties set.
1269
1270 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1271 user-date in docstring.
1272
1273 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1274
1275 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1276 docstring.
1277
1278 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1279 defcustom, with type and group. Move from gnus-util.el. Rename to
1280 gnus-summary-user-date-format-alist.
1281
1282 2011-02-03 Glenn Morris <rgm@gnu.org>
1283
1284 * nnimap.el (gnus-fetch-headers): Declare.
1285
1286 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1287
1288 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1289
1290 * message.el (message-forward-make-body-digest-plain)
1291 (message-followup, message-reply): Clean up things noted by Stefan.
1292
1293 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1294 gnus-article-update-date-headers is nil.
1295 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1296 it didn't really work with defcustom.
1297 (article-update-date-lapsed): Make sure the window start doesn't move,
1298 either.
1299
1300 2011-02-01 Julien Danjou <julien@danjou.info>
1301
1302 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1303 format.
1304
1305 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1306 standard in Emacs nowadays.
1307
1308 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * message.el (message-expand-name): Don't trust the return value of
1311 bbdb-complete-name.
1312 (message-check-news-header-syntax): Remove unused var `start'.
1313 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1314 (message-inhibit-body-encoding): Move to before first use.
1315 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1316 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1317 (Organization, Message-ID, Date, mh-previous-window-config):
1318 Defvar the vars using dynamic scoping.
1319
1320 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1321
1322 * shr.el (shr-render-td): Only do colours at the final rendering.
1323 Should be slightly faster.
1324 (shr-insert-table): Fix up TD background colours when doing the
1325 vertical padding.
1326
1327 * gnus-art.el (article-date-ut): Protect against articles with no Date
1328 header.
1329 (article-update-date-lapsed): Don't use current-column to find the
1330 horizontal position. It's fragile in the presence of \003 characters.
1331
1332 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1333
1334 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1335
1336 * gnus-art.el (article-transform-date): Rewrite to still work when
1337 there are several rfc2822 parts.
1338 (article-transform-date): Fix infinite recursion.
1339 (article-date-ut): Replace infinitely many Date headers with a single
1340 one when called interactively.
1341
1342 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1343 secure manner.
1344
1345 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1346 move around by not using save-window-excursion. It seems to work...
1347
1348 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1349
1350 * gnus-art.el (article-make-date-line): Work for user-defined format.
1351
1352 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1353
1354 * nntp.el (nntp-retrieve-group-data-early)
1355 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1356 fetching functions.
1357
1358 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1359 thoroughly for all backends that have no known groups. This should
1360 allow new nnml methods to retrieve mail.
1361
1362 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1363 that Gnus doesn't know exists again.
1364
1365 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1366 (gnus-treat-date-ut): Ditto.
1367 (gnus-article-update-date-header): Rename.
1368 (gnus-treat-date-local): Remove.
1369 (gnus-treat-date-english): Remove.
1370 (gnus-treat-date-lapsed): Remove.
1371 (gnus-treat-date-combined-lapsed): Remove.
1372 (gnus-treat-date-original): Remove.
1373 (gnus-treat-date-iso8601): Remove.
1374 (gnus-treat-date-user-defined): Remove.
1375 (gnus-article-date-headers): New variable to control all the date
1376 header options.
1377 (article-date-ut): Rewrite to allow using the new way to format date
1378 headers(s).
1379
1380 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1381
1382 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1383 method.
1384 (nnmail-article-group): A better test for fanciness.
1385
1386 * nnimap.el (nnimap-request-head): Protect against not finding the
1387 article by Message-ID.
1388
1389 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1390
1391 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1392 keep point at the "same place".
1393
1394 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1395
1396 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1397 data if the group is unactivated.
1398
1399 2011-01-28 Julien Danjou <julien@danjou.info>
1400
1401 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1402 (gnus-all-windows-visible-p): Remove old compatibility code.
1403 (gnus-window-top-edge): Add docstring.
1404
1405 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1406
1407 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1408
1409 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1410 older request-update-info.
1411
1412 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1413
1414 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1415
1416 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1417 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1418
1419 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1420
1421 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1422 groups. This makes the nndraft:queue group pop up if it's not already
1423 there.
1424
1425 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1426 messages" logic, which was reversed.
1427
1428 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1429 the "same place" even if point is on the line being replaced.
1430 (article-update-date-lapsed): Allow updating both the combined lapsed
1431 and the lapsed headers.
1432 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1433 (article-make-date-line): Limit the number of segments dynamically to
1434 avoid too-long lines.
1435
1436 2011-01-27 Julien Danjou <julien@danjou.info>
1437
1438 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1439 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1440
1441 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1442
1443 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1444 Use plist-get instead of the cl function getf.
1445
1446 2011-01-27 Glenn Morris <rgm@gnu.org>
1447
1448 * gnus-util.el (float-time): Get rid of compiler warning, again.
1449
1450 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1451
1452 * shr.el (shr-put-color): Special-case background colours: Do put them
1453 at the blank parts at the front of the lines.
1454
1455 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1456 exit hook to nix out all data on readedness on group exit.
1457
1458 * gnus-util.el (float-time): If float-time is bound, always use it on
1459 all Emacsen. It's unclear why the subrp check was there.
1460 (time-date): Require to make some autoload issues on XEmacs go away.
1461
1462 * shr.el (shr-put-color): Don't do the box padding in tables, since
1463 they're already padded.
1464
1465 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1466
1467 * gnus-art.el (gnus-article-next-page): When the last line of the
1468 article is displayed, scroll down once more instead of going to the
1469 next article at once.
1470 (article-lapsed-string): Refactor out and allow specifying how many
1471 segments you want.
1472 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1473 (gnus-article-update-lapsed-header): New variable.
1474
1475 * shr.el: Revert change that made headings use different-sized faces.
1476 The Emacs display engine isn't advanced enough that, for instance,
1477 tables can comfortably use differently-sized faces.
1478
1479 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1480
1481 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1482 used.
1483 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1484 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1485 we're using an encrypted connection.
1486
1487 * proto-stream.el: Alter the interface functions to also return the
1488 actual stream type used: network or tls.
1489
1490 2011-01-25 Julien Danjou <julien@danjou.info>
1491
1492 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1493 (mm-display-javascript-inline): New function.
1494
1495 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1496 viewing function.
1497
1498 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1499
1500 * shr.el (shr-expand-newlines): Fix variable name.
1501
1502 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1503
1504 * shr.el (shr-expand-newlines): Make nested boxes work.
1505
1506 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1507
1508 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1509 backgrounds.
1510 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1511 in a more sensible manner.
1512
1513 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1514
1515 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1516 if EPG is loaded.
1517
1518 2011-01-24 Julien Danjou <julien@danjou.info>
1519
1520 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1521 tags.
1522
1523 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1524
1525 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1526 commands.
1527
1528 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1529 in the article buffer.
1530 (gnus-gravatar-insert): Use blank space from the current buffer to
1531 avoid breaking text properties. This makes X-Sent updating work again.
1532
1533 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1534
1535 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1536
1537 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1538 fix the bug in url-http.el instead.
1539
1540 * shr.el (shr-image-fetched): Ditto.
1541
1542 * shr.el (shr-image-fetched): Avoid having point move in the article
1543 buffer.
1544
1545 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1546 buffer after being called. It's apparently being killed by url.el, and
1547 killing it made point move to end-of-buffer in a random buffer.
1548
1549 * shr.el (shr-image-fetched): Ditto.
1550
1551 2011-01-23 Julien Danjou <julien@danjou.info>
1552
1553 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1554
1555 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1556 text/x-org.
1557
1558 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1559
1560 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1561 (i.e., nnimap) returning nil as the article number.
1562
1563 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1564
1565 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1566 "DelSp" parameter in RFC3676.
1567
1568 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1569
1570 * message.el (message-check-recipients): Display the encoded version of
1571 the bogus address if they differ.
1572
1573 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1574 after sending.
1575
1576 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1577
1578 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1579
1580 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1581 group buffer after sending the queue.
1582
1583 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1584
1585 2011-01-22 Julien Danjou <julien@danjou.info>
1586
1587 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1588
1589 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1590
1591 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1592 nested related parts.
1593
1594 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1595 unexpired articles. This fixes the regression that led expiry marks to
1596 disappear from nnfolder groups.
1597
1598 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1601 Don't confuse the "ret" of "retrograde" with RET.
1602
1603 2011-01-21 Julien Danjou <julien@danjou.info>
1604
1605 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1606 than mm-insert-inline.
1607
1608 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1609
1610 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1611 Widen article buffer.
1612
1613 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1616 the temp buffer.
1617 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1618
1619 2011-01-20 Julien Danjou <julien@danjou.info>
1620
1621 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1622
1623 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1624 than mm-insert-inline to insert inline part: this respect
1625 mm-inline-media-tests displayers.
1626
1627 * mm-view.el (mm-display-shell-script-inline): New function.
1628
1629 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1630
1631 * mm-uu.el (mm-uu-type-alist): Add org block.
1632 (mm-uu-org-src-code-block-extract): New function.
1633
1634 * mm-view.el (mm-display-org-inline): New function.
1635
1636 * mm-decode.el (mm-automatic-display): Add text/org.
1637
1638 * mailcap.el (mailcap-mime-extensions): Add .org.
1639
1640 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1641
1642 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1643 gnus-article-add-buttons.
1644
1645 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1646
1647 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1648 From header with a date and "nobody" as the sender.
1649
1650 2011-01-19 Julien Danjou <julien@danjou.info>
1651
1652 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1653 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1654 if you have the same regexp several times.
1655 (gnus-button-push): Fix matching when regexp is symbol.
1656
1657 2011-01-15 Glenn Morris <rgm@gnu.org>
1658
1659 * message.el (message-mail): A compose-mail function should
1660 accept headers as strings.
1661
1662 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1665 Add :vert-only tags.
1666 (message-mail): New arg RETURN-ACTION.
1667 (message-return-action): New var.
1668 (message-bury): Use it.
1669 (message-mode): Make it buffer-local.
1670 (message-send-and-exit): Always call message-bury.
1671
1672 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1673 message-mail.
1674
1675 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1676
1677 * nnimap.el (nnimap-convert-partial-article): Protect against
1678 zero-length body parts.
1679
1680 * mm-decode.el (mm-preferred-alternative-precedence):
1681 Discourage showing empty parts.
1682
1683 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1684 and stuff if the backend didn't return the article number. This fixes
1685 an Exchange-related nnimap bug.
1686
1687 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1688 group window, because it does the wrong thing when a separate frame
1689 displays the group buffer.
1690
1691 * proto-stream.el (open-protocol-stream): Protect against the low-level
1692 transport functions returning nil.
1693
1694 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1695
1696 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1697 (mml2015-epg-find-usable-secret-key): New function.
1698 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1699 mml2015-epg-find-usable-key (Bug#7797).
1700 (mml2015-epg-encrypt): Ditto.
1701
1702 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1703
1704 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1705
1706 2011-01-03 Glenn Morris <rgm@gnu.org>
1707
1708 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1709
1710 * sieve.el (sieve-open-server): Give a more explicit error if
1711 sieve-manage-open returns nil. (Bug#7720)
1712
1713 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1714
1715 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1716
1717 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1718
1719 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1720 This avoids sending passwords in plain text over non-encrypted
1721 channels.
1722
1723 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1724
1725 * nnimap.el (nnimap-login): Refactored out into own function, and
1726 implement CRAM-MD5.
1727 (nnimap-wait-for-line): Refactored out.
1728
1729 * mm-view.el (mml-smime): Require.
1730
1731 2010-12-20 David Engster <deng@eml.cc>
1732
1733 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1734 use EPG to decrypt S/MIME messages instead of openssl.
1735
1736 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1737
1738 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1739
1740 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1741 status is the group clearly is unreachable.
1742
1743 * auth-source.el (auth-source-create): Add the optional second
1744 parameter to `local-variable-p' to be compatible with XEmacs.
1745
1746 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1747
1748 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1749 work when using a compressed nnml folder.
1750
1751 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1752
1753 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1754 backends after sanitising on entry, because this never makes sense:
1755 If the articles have gone missing, then the data no longer exists on
1756 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1757 overwrite anything anyway.
1758
1759 * shr.el (shr-insert-document): Bind shr-width dynamically to
1760 window-width if it's nil.
1761
1762 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1763
1764 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1765 with the meaning of using the full emacs window width for rendering.
1766
1767 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1768
1769 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1770 case when sender is not given.
1771
1772 2010-12-23 Julien Danjou <julien@danjou.info>
1773
1774 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1775 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1776 the addresses, otherwise we might misplaced the gravatar.
1777
1778 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1779
1780 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1781 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1782 obsolete in Emacs.
1783
1784 2010-12-20 Julien Danjou <julien@danjou.info>
1785
1786 * gnus-util.el (gnus-rescale-image): Revert last change.
1787
1788 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1789
1790 * gnus-group.el (gnus-group-delete-articles): New command.
1791
1792 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1793
1794 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1795
1796 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1797
1798 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1799 here, since it's up to the backends to do CRLF removal if their
1800 protocol has it.
1801
1802 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1803
1804 2010-12-17 Julien Danjou <julien@danjou.info>
1805
1806 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1807 they are from file. Can also scale up.
1808
1809 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1810
1811 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1812 gnus-use-agent.
1813 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1814
1815 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1816
1817 2010-12-17 Julien Danjou <julien@danjou.info>
1818
1819 * gravatar.el (gravatar-retrieve-synchronously): New function.
1820 (gravatar-get-data): Make more robust.
1821
1822 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1823
1824 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1825 to really consider the last line.
1826
1827 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1828
1829 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1830 list of recipient keys, or use symmetric encryption if not a list.
1831 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1832 EPA override, replacing the call to `netrc-store-data'.
1833
1834 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1835
1836 * gnus-srvr.el: Avoid passing nil regexp argument to
1837 delete-matching-lines.
1838
1839 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1840
1841 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1842 fetching stops when Gnus exits.
1843
1844 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1845 function.
1846 (nnfolder-request-expire-articles): Save all the buffers after doing
1847 expiry.
1848
1849 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1850 the last article", since that led to serious performance regressions
1851 when expiring nnml groups.
1852
1853 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1854
1855 * nnir.el: Improve customizations.
1856
1857 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1858
1859 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1860
1861 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1862 group has been killed.
1863 (gnus-group-yank-group): Ditto.
1864
1865 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1866
1867 * nnimap.el (nnimap-request-update-group-status): New function.
1868
1869 * gnus-int.el (gnus-request-update-group-status): New interface
1870 function.
1871
1872 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1873 copying read-ness to the backends.
1874
1875 * nnimap.el (nnimap-quirk): New function.
1876 (nnimap-retrieve-group-data-early): Use it.
1877 (nnimap-quirks): New alist.
1878
1879 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1880
1881 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1882 don't delete it within indentation.
1883
1884 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1885
1886 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1887 previous line.
1888
1889 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1890
1891 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1892 QRESYNC command by deleting a superfluous space which broke Cyrus
1893 servers. This change will break other servers that are buggy the other
1894 way around.
1895
1896 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1897
1898 * spam.el: Reindent and fix long lines.
1899 (spam-copy-or-move-routine): Exclude invalid move destinations.
1900
1901 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1902
1903 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1904 installed the registry.
1905
1906 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1907
1908 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1909 groupname doesn't contain "gmane".
1910
1911 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1912
1913 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1914 (gnus-1): Don't create the nndrafts group twice.
1915 (gnus-setup-news): There's no need to read the active file here, since
1916 that's done again later on a per-backend basis.
1917 (gnus-start-draft-setup): Make sure that the new group is started out
1918 empty.
1919
1920 * gnus-agent.el (gnus-agentize): Don't create the queue group
1921 automatically on startup. It'll be created later, if needed.
1922
1923 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1924 of automatically subscribed groups.
1925 (gnus-auto-subscribed-categories): New variable.
1926 (gnus-matches-options-n): Use it.
1927 (gnus-default-subscribed-newsgroups): Remove unused variable.
1928 (gnus-start-draft-setup): Message a bit less.
1929
1930 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1931
1932 * nnir.el (nnir-run-imap): Return article list in order of increasing
1933 UID.
1934
1935 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1936
1937 * gnus-sum.el (gnus-summary-enter-digest-group):
1938 Mention gnus-auto-select-on-ephemeral-exit.
1939
1940 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1941 convention of the network-only option.
1942
1943 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1944
1945 * proto-stream.el (proto-stream-open-network-only): New function to
1946 have a way to specify non-STARTTLS upgrade connections.
1947
1948 2010-12-10 Julien Danjou <julien@danjou.info>
1949
1950 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1951 email address is nil.
1952
1953 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1954
1955 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1956
1957 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1958 deletion.
1959 (nnir-run-imap): Only need to parse list once.
1960
1961 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1962
1963 * shr.el (shr-tag-script): Ignore <script>.
1964 (shr-tag-label): Add <label> support.
1965
1966 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1967
1968 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1969
1970 * shr.el (shr-image-displayer): Work for images lined side by side.
1971
1972 2010-12-08 Robert Pluim <rpluim@gmail.com>
1973
1974 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1975 parameter, since XEmacs doesn't accept t as a parameter.
1976
1977 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
1978
1979 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1980 ids.
1981 (nnir-run-gmane): Simplify groupspec formatting.
1982 (nnir-request-expire-articles): New function.
1983
1984 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1985
1986 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1987 overflow, possibly.
1988
1989 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1990 (shr-render-td): Handle td style="" better.
1991 (shr-tag-table): Use the color from the style sheet.
1992 (shr-render-td): Make sure we copy over all the overlays, too.
1993
1994 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
1995
1996 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1997 (nnir-request-article): Improve article retrieval.
1998
1999 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2000
2001 * mm-util.el (mm-extra-numeric-entities): New variable.
2002
2003 * mm-url.el (mm-url-decode-entities):
2004 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2005
2006 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * message.el: Use completion-at-point.
2009 (message-completion-function): New fun, extracted from message-tab.
2010 (message-mode): Use it for completion-at-point-functions.
2011 (message-tab): Use it and completion-at-point.
2012
2013 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2014
2015 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2016 character if a non-breakable character follows.
2017
2018 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2019
2020 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2021 any stream.
2022
2023 * shr.el (shr-tag-font): Colorize the region.
2024 (shr-tag-body): Ditto.
2025 (shr-tag-font): Actually let the styles be inherited instead of
2026 overwriting them.
2027 (shr-tag-font): Get the background color right.
2028 (shr-tag-style): Ignore all <style> tags for the moment.
2029
2030 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2031 a Message-ID to avoid having nnimap depend on gnus-sum.
2032
2033 * shr.el (shr-descend): Only colorize something if we have a node that
2034 sets colors.
2035
2036 2010-12-06 Julien Danjou <julien@danjou.info>
2037
2038 * shr.el (shr-render-td): Render td content with shr-descend, so style
2039 will be applied to <td> too.
2040 (shr-colorize-region): Colorize region even if we only have a background.
2041 (shr-tag-body): Fix color and background color inheritance.
2042 Do not recolorize after shr-generic.
2043 (shr-tag-font): Let shr-generic colorize via inheritance.
2044
2045 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2046
2047 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2048
2049 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2050
2051 * nnir.el (nnir-request-move-article): Remove obsolete code.
2052
2053 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2054
2055 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2056
2057 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2058
2059 * gnus-sum.el (gnus-summary-respool-article): The completion function
2060 expects a list instead of an alist.
2061
2062 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2063 string as the parameter.
2064
2065 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2066
2067 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2068 styles.
2069 (shr-colorize-region): New function.
2070 (shr-insert-background-overlay): Remove.
2071 (shr-render-td): Background setting should be taken care of on a higher
2072 level.
2073 (shr-tag-body): Use post-hoc colorizations.
2074 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2075 (shr-put-color-1): Don't overwrite old colors.
2076 (shr-colorize-region): When the background color isn't explicit, use
2077 a fixed background.
2078
2079 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2080 nnmail variables.
2081
2082 2010-12-05 Bjørn Mork <bjorn@mork.no>
2083
2084 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2085 unless necessary.
2086
2087 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2088
2089 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2090 server.
2091
2092 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2093
2094 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2095 so that TAB works.
2096
2097 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2098 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2099
2100 * shr.el (shr-urlify): Show the URL before the title to avoid
2101 misleading URLs.
2102
2103 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2104
2105 * shr.el (shr-urlify): Display the title in <a> tags.
2106
2107 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2108
2109 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2110
2111 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2112
2113 * nnir.el: Rearrange code to allow macros to be autoloaded by
2114 gnus-sum.el.
2115 (nnir-retrieve-headers-override-function): Make this variable
2116 customizable.
2117 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2118
2119 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2120 from nnir.el.
2121
2122 2010-12-03 Julien Danjou <julien@danjou.info>
2123
2124 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2125
2126 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2127
2128 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2129 allow optional argument `environment'.
2130
2131 2010-12-03 Glenn Morris <rgm@gnu.org>
2132
2133 * mm-extern.el (message-goto-body): Update declaration.
2134
2135 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2136
2137 * gnus-util.el (gnus-macroexpand-all): New function.
2138
2139 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2140 instead of macroexpand-all that is unavailable in XEmacs.
2141
2142 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2143
2144 * nnir.el (nnir-summary-line-format): New variable.
2145 (nnir-mode): Use it.
2146 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2147 (nnir-article-ids): Reimplement as defsubst.
2148 (nnir-retrieve-headers): Don't mangle the subject header.
2149 (nnir-run-imap): Use 100 as RSV score.
2150 (nnir-run-find-grep): Fix for full server searching.
2151 (nnir-run-gmane): Better restriction to gmane groups.
2152
2153 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2154 summary buffers.
2155
2156 2010-12-02 Julien Danjou <julien@danjou.info>
2157
2158 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2159
2160 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2161
2162 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2163 support.
2164
2165 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2166
2167 * nnir.el: Update to handle the registry better.
2168 (autoload): Silence byte-compiler.
2169 (nnir-open-server): Add a hook for nnir groups.
2170 (nnir-request-move-article): Don't mangle the header. Better to use
2171 formating variables (which will be added in the future).
2172 (nnir-registry-action): Update the registry using the original article
2173 group name.
2174 (nnir-mode): Install nnir-specific hooks for updating the registry.
2175
2176 * gnus-sum.el
2177 (gnus-article-original-subject,gnus-newsgroup-original-name):
2178 Remove obsolete variables.
2179 (gnus-summary-move-article): Remove use of obsolete variables.
2180 (gnus-summary-local-variables): Make move and delete hooks local to
2181 summary buffers.
2182
2183 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2184
2185 * rtree.el: New file.
2186
2187 2010-12-01 Julien Danjou <julien@danjou.info>
2188
2189 * message.el (message-user-organization): Do not use
2190 gnus-local-organization.
2191
2192 * gnus.el: Remove gnus-local-organization.
2193
2194 * gnus-msg.el: Remove nastygram thing.
2195
2196 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2197
2198 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2199 funcall.
2200
2201 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2202
2203 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2204 names.
2205
2206 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2207 characters.
2208
2209 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2210 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2211 Suggested by Štěpán Němec <stepnem@gmail.com>.
2212 (gnus-gravatar-transform-address): Use mail-extract-address-components
2213 that supports non-ASCII names rather than mail-header-parse-addresses.
2214
2215 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
2217 * proto-stream.el (open-protocol-stream): All starttls connections are
2218 handled by the network handler.
2219
2220 2010-11-30 Julien Danjou <julien@danjou.info>
2221
2222 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2223 (nnimap-open-connection-1): Fix PREAUTH.
2224
2225 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2226
2227 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2228
2229 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2230 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2231 (shr-insert): Use them.
2232 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2233
2234 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2235
2236 * nnir.el (nnir-request-move-article): Bail out if original group
2237 doesn't support article moves.
2238 (nnir-get-active): Improve active list retrieval.
2239
2240 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2241
2242 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2243
2244 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2245
2246 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2247 seem to accept strings-with-numbers as port numbers,
2248
2249 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2250
2251 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2252 change the registry.
2253
2254 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2255
2256 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2257 delete-dups that is not available in XEmacs 21.4.
2258
2259 * mm-util.el (mm-delete-duplicates): Add comment.
2260
2261 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2262
2263 * nnir.el (nnir-ignored-newsgroups): New variable.
2264 (nnir-get-active): Use it.
2265
2266 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2267
2268 * proto-stream.el (proto-stream-open-network): Add some comments.
2269
2270 * nntp.el (nntp-open-connection): Provide a :success condition.
2271
2272 * nnimap.el (nnimap-open-connection-1): Ditto.
2273
2274 * proto-stream.el (proto-stream-open-network): See what the response to
2275 the STARTTLS command is.
2276
2277 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2278 backwards compatibility).
2279 (nnimap-open-connection-1): Really respect nnimap-server-port.
2280
2281 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2282 TLS upgrades we don't really care about the identity of the peer.
2283 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2284 that what we've checked for.
2285 (proto-stream-always-use-starttls): Only default to t if
2286 open-gnutls-stream exists.
2287 (proto-stream-open-network): If STARTTLS failed, then just open a
2288 normal connection.
2289 (proto-stream-open-network): Wait until the greeting before doing
2290 STARTTLS.
2291
2292 * nntp.el (nntp-open-connection): Report what the connection error is.
2293
2294 * proto-stream.el (open-protocol-stream): Rename from
2295 open-proto-stream.
2296
2297 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2298
2299 * nnimap.el (nnimap-stream): Change default to `undecided'.
2300 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2301 first, and then network.
2302 (nnimap-open-connection-1): Respect nnimap-server-port.
2303 (nnimap-open-connection): Be more backwards-compatible.
2304
2305 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2306 (proto-stream-open-starttls): De-duplicate the starttls code.
2307 (proto-stream-open-starttls): Folded back into the main function.
2308 (proto-stream-open-network): Fix typo in the gnutls path.
2309 (proto-stream-command): Refactor out.
2310
2311 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2312
2313 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2314 starttls.el STARTTLS.
2315
2316 * color.el (color-lab->srgb): Fix function call name.
2317
2318 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2319 if we're using tls.el.
2320 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2321 built in, then don't try to establish a STARTTLS connection.
2322
2323 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2324 servers.
2325
2326 * proto-stream.el (open-proto-stream): Use network, not stream.
2327 (open-proto-stream): Add a way to specify what the end of a command is.
2328
2329 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2330 connections types.
2331 (nntp-open-network-stream): Remove.
2332 (nntp-open-ssl-stream): Remove.
2333 (nntp-open-tls-stream): Remove.
2334 (nntp-ssl-program): Remove.
2335
2336 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2337
2338 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2339
2340 * nnir.el: Fix typos.
2341 (nnir-retrieve-headers-override-function): Rename variable to reflect
2342 new semantics.
2343 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2344 macros.
2345 (nnir-request-article, nnir-request-move-article): Use them.
2346 (nnir-categorize): New function.
2347 (nnir-run-query): Use it.
2348 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2349 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2350 sorted.
2351 (nnir-group-full-name): Use gnus-group-full-name instead.
2352 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2353 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2354
2355 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2356
2357 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2358
2359 * proto-stream.el: New library to provide protocol-specific
2360 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2361 protocols.
2362 (open-proto-stream): Complete the documentation.
2363 (proto-stream-open-network): Fix some typos.
2364
2365 * nnimap.el (nnimap-open-connection): Use it.
2366
2367 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2368
2369 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2370 negotiation.
2371
2372 2010-11-26 Julien Danjou <julien@danjou.info>
2373
2374 * color.el: Rename various rgb functions to srgb.
2375
2376 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2377
2378 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2379 names.
2380
2381 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2382
2383 * shr.el (shr-insert): Revert last change.
2384 (shr-find-fill-point): Never leave point being at bol;
2385 relax the kinsoku limitation when rendering tables.
2386
2387 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2388
2389 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2390 results from -accept-article.
2391
2392 * shr-color.el: Require cl when compiling.
2393
2394 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2395 checkin.
2396
2397 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2398
2399 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2400
2401 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2402 'add and 'delete to set backend marks.
2403
2404 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2405
2406 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2407
2408 * nntp.el (nntp-request-set-mark): Use it.
2409
2410 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2411
2412 * nnml.el (nnml-request-set-mark): Ditto.
2413
2414 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2415 introduces regressions in article selection.
2416 (nnimap-find-uid-response): New function.
2417 (nnimap-request-accept-article): Use the UID returned, if any.
2418 (nnimap-request-move-article): Use the UID returned, if any.
2419 (nnimap-get-groups): Reimplement to work with folded lines.
2420 (nnimap-find-uid-response): The UID is the last element in the list.
2421 (nnimap-request-set-mark): Extend syntax with 'set.
2422
2423 * nnml.el (nnml-request-set-mark): Ditto.
2424
2425 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2426
2427 * nntp.el (nntp-request-set-mark): Ditto.
2428
2429 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2430
2431 * message.el (message-called-interactively-p): A temporary macro.
2432 (message-goto-body): Use it temporarily.
2433
2434 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2435
2436 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2437 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2438 (nnimap-last-response-string): Fix last unfolding fix.
2439
2440 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2441
2442 * shr.el (shr-insert): Fix the way to fold lines.
2443
2444 2010-11-25 Julien Danjou <julien@danjou.info>
2445
2446 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2447
2448 * color.el: Rename from color-lab.el
2449 (color-rgb->hex): Add.
2450 (color-complement): Add.
2451 (color-complement-hex): Add.
2452
2453 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2454
2455 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2456
2457 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2458 don't exist.
2459
2460 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2461
2462 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2463 assuming that article displaying or another mml-preview may be
2464 interrupted for an error or for the like.
2465
2466 * shr.el (shr-get-background): Fix argument name.
2467
2468 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2469
2470 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2471
2472 * gnus-sum.el (gnus-summary-include-articles): New function.
2473
2474 * message.el (message-goto-body): called-interactively-p needs a
2475 parameter, so use `any'.
2476
2477 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2478 clear marks before moving, since they're synced from the Gnus side
2479 first.
2480
2481 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2482 (gnus-summary-move-article): Copy over all marks before moving, so that
2483 IMAP doesn't think a new article has arrived.
2484
2485 2010-11-24 Julien Danjou <julien@danjou.info>
2486
2487 * shr.el (shr-insert-background-overlay): Fix typo.
2488 (shr-render-td): Copy the background before rendering.
2489
2490 * shr-color.el (shr-color-visible): Fix docstring.
2491
2492 * shr.el (shr-tag-table): Add bgcolor support.
2493 (shr-render-td): Add bgcolor support.
2494 (shr-get-background): Add.
2495 (shr-insert-foreground-overlay): Use shr-get-background.
2496
2497 * message.el (message-goto-body): Use called-interactively-p.
2498 (message-in-body-p): message-goto-body returns point.
2499
2500 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2501
2502 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2503 Fixes something or other in Emacs 23, and is backwards compatible.
2504
2505 * message.el (message-goto-body): Remove the <#secure special-casing,
2506 which is too special.
2507
2508 * shr.el (shr-parse-style): Drop !important from styles.
2509
2510 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2511
2512 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2513 this function to return incorrect results when calling it with an
2514 explicit article argument different from
2515 (gnus-summary-article-number).
2516
2517 2010-11-24 Julien Danjou <julien@danjou.info>
2518
2519 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2520 (shr-tag-body): Add background support.
2521 (shr-descend): Add background support.
2522 (shr-tag-title): Add.
2523
2524 * shr-color.el (shr-color-visible): Really return original background
2525 if fixed.
2526
2527 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2528
2529 * shr.el (shr-color-check): Protect against non-existent colour names.
2530
2531 2010-11-24 Julien Danjou <julien@danjou.info>
2532
2533 * color-lab.el: Require 'cl when compiling.
2534
2535 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2536
2537 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2538 matched part.
2539
2540 * color-lab.el: Fix all expt calls to use float type.
2541
2542 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2543
2544 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2545 expression to shr-color-check as is.
2546
2547 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2548
2549 * color-lab.el: Add coding cookie.
2550 (float-pi): Use eval-and-compile.
2551
2552 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2553
2554 * shr.el (shr-insert-color-overlay): Split stuff like
2555 "#444444 !important" to find the real colour.
2556 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2557 parse <font color="red"> entries.
2558
2559 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2560
2561 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2562 point when parsing headers.
2563
2564 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2565 is positioned properly when parsing headers.
2566
2567 2010-11-23 Julien Danjou <julien@danjou.info>
2568
2569 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2570
2571 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2572
2573 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2574
2575 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2576 Use shr-color-hue-to-rgb.
2577 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2578
2579 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2580
2581 * shr.el (shr-color->hexadecimal): Autoload.
2582 (shr-descend): Add color to all tags.
2583
2584 2010-11-22 Julien Danjou <julien@danjou.info>
2585
2586 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2587 shr-color->hexadecimal.
2588
2589 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2590 RGB() or HSL() color representation.
2591
2592 * shr.el (shr-tag-font): Add.
2593 (shr-tag-color-check): New function to get better colors.
2594 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2595 tag-span.
2596
2597 * shr-color.el: New file.
2598
2599 * color-lab.el: New file.
2600
2601 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2602
2603 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2604
2605 * nnir.el: Fix typo in comments.
2606 (nnir-run-imap): Simplify code. No need to reverse artlist.
2607 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2608
2609 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2610
2611 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2612
2613 * nnimap.el (nnimap-get-capabilities): Refactor out.
2614 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2615
2616 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2617
2618 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2619 appearing when `mm-uu-hide-markers' is nil.
2620
2621 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2622
2623 * nnimap.el (nnimap-unselect-group): Make into its own function.
2624 (nnimap-request-rename-group): Unselect group before renaming.
2625 This had gotten lost somewhere.
2626 (nnimap-request-accept-article): Keep track of examined groups, and
2627 unselect the group before APPENDing to read-only groups.
2628 (nnimap-request-move-article): Clear flags before moving so that they
2629 can be re-set later.
2630
2631 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2632
2633 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2634 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2635
2636 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2637
2638 * gnus-art.el (gnus-mime-display-single)
2639 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2640 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2641 parameter.
2642
2643 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2644
2645 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2646 (shr-table-vertical-line): New variable.
2647 (shr-insert-table): Use it.
2648
2649 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * gnus-html.el (gnus-html-wash-images): Don't display images if
2652 gnus-inhibit-images is non-nil; register displayer for cid images.
2653 (gnus-html-display-image): Work for cid image.
2654 (gnus-html-insert-image): Allow arguments.
2655 (gnus-html-put-image): Inhibit read-only.
2656 (gnus-html-prefetch-images): Don't prefetch images if
2657 gnus-inhibit-images is non-nil.
2658
2659 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2660
2661 * shr.el (shr-put-image): Break lines when inserting big pictures.
2662
2663 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2664
2665 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2666 sender, thanks Katsumi Yamaoka.
2667
2668 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2669
2670 * nnir.el (nnir-run-imap): Reverse the article list for each group
2671 rather than the whole list.
2672
2673 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2674
2675 * shr.el (shr-image-displayer): Protect function against non-existent
2676 image source.
2677
2678 * gnus-art.el (gnus-inhibit-images): New user option.
2679 (gnus-mime-display-single): Don't display image if it is non-nil.
2680
2681 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2682 gnus-inhibit-images.
2683
2684 * shr.el (shr-image-displayer): New function.
2685 (shr-tag-img): Use it.
2686
2687 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2688
2689 * mml2015.el (mml2015-epg-sign): Use From header.
2690
2691 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2692
2693 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2694
2695 * gnus-util.el (gnus-find-text-property-region): Return markers.
2696
2697 * shr.el (shr-tag-img): Put a displayer in the text property.
2698
2699 * gnus-util.el (gnus-find-text-property-region): New utility function.
2700
2701 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2702 (gnus-html-show-images): Remove.
2703
2704 * gnus-art.el (gnus-article-show-images): New, more general function.
2705
2706 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2707 image url text properties.
2708
2709 * shr.el: Ditto.
2710
2711 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2712 gnus-agent-auto-agentize-methods is set. Which it isn't.
2713
2714 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2715
2716 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2717 work for two or more articles.
2718
2719 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2720
2721 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2722 divide an image that's in an html article to two or more when washing
2723 non-ASCII characters in alt text of it.
2724
2725 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2726
2727 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2728 smime-decrypt-region using function argument.
2729 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2730
2731 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2732
2733 * smime.el (smime-decrypt-region): Catch it.
2734
2735 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * smime.el (smime-mode-map): Move initialization into declaration.
2738 (gnus-run-mode-hooks): Don't autoload.
2739 (smime-mode): Use define-derived-mode.
2740
2741 2010-11-11 Glenn Morris <rgm@gnu.org>
2742
2743 * smime.el (from): Restrict declaration to XEmacs.
2744
2745 * nnir.el (gnus-group-topic-name): Autoload.
2746
2747 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2748
2749 * shr.el (shr-insert): Don't break long line if it is because of
2750 kinsoku-bol characters in the line end.
2751
2752 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2753
2754 * nnir.el (nnir-request-move-article): Fix to provide original group
2755 and subject.
2756 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2757 been retrieved.
2758
2759 * gnus-sum.el (gnus-summary-move-article): Use original group and
2760 subject for virtual articles such as those in an nnir summary buffer.
2761
2762 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2763
2764 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2765 least 21.5).
2766
2767 * smime.el (from): Declare it again for XEmacs.
2768
2769 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770
2771 * message.el (message-resend): Don't disable encoding unless it's
2772 already encoded.
2773
2774 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2775 low-numbered articles.
2776
2777 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2778
2779 * rfc2047.el (rfc2047-syntax-table): Simplify.
2780
2781 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2782 set-char-table-range for XEmacs.
2783
2784 2010-11-10 Glenn Morris <rgm@gnu.org>
2785
2786 * smime.el (from): Remove unused declaration.
2787
2788 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2789 (gnus-float-time): On Emacs, always an alias.
2790
2791 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2792 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2793
2794 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2795
2796 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2797
2798 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2799
2800 * shr.el (browse-url-mailto): Autoload.
2801
2802 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2803
2804 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2805 regexp doesn't need quoting.
2806
2807 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2808
2809 * message.el (message-subject-trailing-was-ask-regexp)
2810 (message-subject-trailing-was-regexp): Match was: in addition to was.
2811
2812 2010-11-09 Glenn Morris <rgm@gnu.org>
2813
2814 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2815 (nnbabyl-check-mbox): Use point-at-bol.
2816
2817 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2818
2819 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2820
2821 * message.el (message-mailto): New function.
2822 (message-mailto): Should accept other parameters.
2823 (message-mailto): Remove since it duplicates browse-url-mailto
2824 functionality.
2825
2826 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2827
2828 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2829 methods.
2830 (gnus-read-active-file): Ditto.
2831
2832 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2833 ": " from the prompt.
2834 (gnus-group-make-group): Ditto.
2835
2836 2010-11-07 Glenn Morris <rgm@gnu.org>
2837
2838 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2839 (gnus-bookmark-kill-line): Use point-at-eol.
2840
2841 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2842
2843 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2844 asterisks in From header.
2845
2846 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2847
2848 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2849 string to avoid making the From headers syntactically invalid.
2850
2851 * message.el (message-send-mail): Don't insert courtesy messages if the
2852 message already has List-Post and List-ID messages.
2853
2854 2010-11-06 Glenn Morris <rgm@gnu.org>
2855
2856 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2857 `condition', `type', `length' a prefix.
2858 (gnus-treat-predicate): Update for above name changes.
2859
2860 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2861
2862 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2863 binding. Handled by `gnus-summary-refer-thread' instead.
2864 (nnir-warp-to-article): New backend function.
2865
2866 * nnimap.el (nnimap-request-thread): Force dependency updating.
2867
2868 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2869 (gnus-summary-refer-thread): Rework to improve thread-referral.
2870
2871 * gnus-int.el (gnus-warp-to-article): New function.
2872
2873 * gnus-sum.el (gnus-summary-article-map): Bind it.
2874
2875 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2876
2877 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2878 gnus-summary-refer-thread.
2879
2880 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2881 headers.
2882 (gnus-summary-limit-include-thread): Prevent articles in thread from
2883 being cut in gnus-cut-threads.
2884 (gnus-summary-refer-thread): Limit retrieved headers to those in
2885 thread.
2886
2887 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2888
2889 * message.el (message-send-mail): Use the value of
2890 message-courtesy-message from the message buffer.
2891
2892 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2893
2894 * shr.el (shr-browse-url): Implement mailto: URLs.
2895
2896 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2897 "raw".
2898
2899 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2900 if it's already selected.
2901
2902 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2903
2904 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2905
2906 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2907 to measure the length and truncate alt text.
2908
2909 2010-11-03 Glenn Morris <rgm@gnu.org>
2910
2911 * nndiary.el (nndiary-generate-nov-databases-1)
2912 (nndiary-generate-active-info): Rename dynamic variable `files' to
2913 something less generic.
2914
2915 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2916
2917 * nnir.el (nnir-request-move-article): Call the underlying backend to
2918 move articles from nnir.
2919
2920 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2921
2922 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2923
2924 2010-11-02 Julien Danjou <julien@danjou.info>
2925
2926 * nnir.el: Remove wais support.
2927
2928 2010-11-02 Glenn Morris <rgm@gnu.org>
2929
2930 * gnus-html.el: Reorder requirements to quieten compiler.
2931
2932 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2933
2934 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2935 properly for XEmacs as well.
2936 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2937 (gnus-article-natural-long-line-p): Use window-width rather than
2938 frame-width.
2939
2940 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2941
2942 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2943 (nnir-read-parms): Don't modify query.
2944 (nnir-run-query): Add ability to search topic on current line.
2945 (nnir-get-active): Clean up.
2946
2947 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2948
2949 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2950 degenerate articles.
2951
2952 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2953 (gnus-print-buffer): Just print the buffer as is, without any copying
2954 to a buffer and then re-highlighting.
2955
2956 * nnimap.el (nnimap-request-group): Store the new updated info.
2957 (nnimap-request-group): Select the group when we don't know whether it
2958 exists or not.
2959
2960 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2961 groups.
2962
2963 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2964 groups.
2965
2966 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2967 groups.
2968
2969 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2970 long-lines case by only filling the long lines.
2971
2972 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2973 (bug #7311).
2974
2975 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2976
2977 * shr.el: No need to declare `declare-function' since shr.el is for
2978 only Emacsen that provide `libxml-parse-html-region'.
2979
2980 2010-11-01 Glenn Morris <rgm@gnu.org>
2981
2982 * mm-util.el (gnus-completing-read): Autoload.
2983 (mm-read-coding-system): Simplify Emacs definition.
2984
2985 * nnmail.el (gnus-activate-group):
2986 * nnimap.el (gnutls-negotiate):
2987 * nntp.el (netrc-parse): Fix declarations.
2988
2989 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2990
2991 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2992 string-match-p in Emacs >=23.
2993
2994 * gnus-msg.el (gnus-configure-posting-styles)
2995 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2996
2997 2010-11-01 Glenn Morris <rgm@gnu.org>
2998
2999 * nnir.el (declare-function): Add compat stub.
3000 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3001 (nnir-run-gmane): Require 'mm-url.
3002
3003 * mm-util.el (mm-string-to-multibyte): Simplify.
3004
3005 * shr.el (declare-function): Add compat stub.
3006 (url-cache-create-filename): Declare.
3007 (mm-disable-multibyte, widget-convert-button): Autoload.
3008
3009 * smime.el (ldap-search): Declare.
3010 (smime-cert-by-ldap-1): Require ldap on Emacs.
3011
3012 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3013 (nnimap-keepalive): Use gnus-float-time.
3014
3015 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3016 (mail-source-delete-crash-box): Use gnus-float-time.
3017
3018 * gnus-dired.el (gnus-completing-read): Autoload.
3019
3020 * mm-view.el (gnus-rescale-image): Autoload.
3021
3022 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3023
3024 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3025
3026 * sieve-manage.el: Require 'cl when compiling.
3027
3028 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3029 (gnus-iswitchb-completing-read): Require iswitchb.
3030 (gnus-select-frame-set-input-focus): Silence compiler.
3031
3032 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3033
3034 * message.el (message-subject-trailing-was-query): Change default to t,
3035 since I think that's what most people want.
3036
3037 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3038 appending for easier debugging.
3039 (nnimap-wait-for-connection): Take a regexp.
3040 (nnimap-request-accept-article): Wait for the continuation line before
3041 sending anything unless we're streaming.
3042
3043 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3044 leave the header washing to take place.
3045
3046 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3047
3048 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3049 regular expression match and replace in posting styles.
3050
3051 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3052
3053 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3054 an entire server.
3055 (nnir-get-active): New function.
3056 (nnir-run-imap): Use it.
3057 (nnir-run-gmane): Who knew, gmane search returns an article score!
3058
3059 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3060 server on the current line with nnir.
3061
3062 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3063
3064 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3065 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3066 left edge.
3067 (gnus-article-foldable-buffer): Skip past the prefix when determining
3068 raggedness.
3069
3070 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3071 the raw article, and change `C-u g' to show the article without doing
3072 treatments.
3073
3074 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3075 on to `gnus-treat-article'.
3076 (gnus-inhibit-article-treatments): New variable.
3077
3078 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3079
3080 * gnus-art.el (gnus-treatment-function-alist): Have
3081 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3082 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3083 sections.
3084
3085 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3086 parameter.
3087 (gnus-article-fill-cited-long-lines): New function.
3088 (gnus-article-fill-cited-article): Allow filling only long sections.
3089
3090 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3091 and non-punctuation (like after the apostrophe in "'We").
3092
3093 * gnus-sum.el (gnus-summary-select-article): Make sure
3094 gnus-original-article-buffer is alive.
3095
3096 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3097 reflect the order they're in in the digest.
3098
3099 * gnus.el (gnus-group-startup-message): Move point to the start of the
3100 buffer.
3101
3102 * nnimap.el (nnimap-capability): New function.
3103 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3104 is set.
3105
3106 2010-10-31 David Engster <dengste@eml.cc>
3107
3108 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3109 conform with changes to gnus-completing-read.
3110
3111 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3112
3113 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3114
3115 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3116
3117 * nnir.el: Move defvar, defcustom around to keep file organized
3118 and keep byte-compiler quiet.
3119 (nnir-read-parms): Accept search-engine as arg.
3120 (nnir-run-query): Pass search-engine as arg.
3121 (nnir-search-engine): Remove.
3122
3123 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3124
3125 * shr.el (shr-generic): The text nodes should be text, not :text.
3126
3127 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3128 later in the file.
3129
3130 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3131
3132 * nnir.el: General clean up. Allow searching with multiple engines.
3133 Allow separate extra-parameters for each engine.
3134 Batch queries when possible.
3135 (nnir-imap-default-search-key,nnir-method-default-engines):
3136 Add customize interface.
3137 (nnir-run-gmane): New engine.
3138 (nnir-engines): Use it. Qualify all prompts with engine name.
3139 (nnir-search-engine): Remove global variable.
3140 (nnir-run-hyrex): Restore for now.
3141 (nnir-extra-parms,nnir-search-history): New variables.
3142 (gnus-group-make-nnir-group): Use them.
3143 (nnir-group-server): Remove in favor of gnus-group-server.
3144 (nnir-request-group): Avoid searching twice.
3145 (nnir-sort-groups-by-server): New function.
3146
3147 2010-10-30 Julien Danjou <julien@danjou.info>
3148
3149 * gnus-group.el: Remove gnus-group-fetch-control.
3150
3151 * gnus-start.el (gnus-find-new-newsgroups):
3152 Remove gnus-check-first-time-used.
3153
3154 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3155
3156 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3157
3158 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3159 set on groups that don't have \* permanentflags.
3160
3161 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3162
3163 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3164 control the background color.
3165 (shr-tag-img): Ignore very small web bug type images.
3166 (shr-put-image): Add help-echo alt texts to the images.
3167 (shr-tag-video): Show the video poster image.
3168
3169 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3170
3171 * shr.el (shr-table-depth): New variable.
3172 (shr-tag-table-1): Only insert the images after the top-level table.
3173
3174 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3175
3176 * gnus-util.el (gnus-list-memq-of-list): New function.
3177
3178 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3179 selected.
3180 (nnimap-unsplittable-articles): New slot.
3181 (nnimap-new-articles): Use it.
3182
3183 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3184
3185 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3186 move to the previous line on `M-g'.
3187
3188 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3189
3190 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3191 *-request-group, which seems unnecessary.
3192
3193 * nnimap.el (nnimap-quote-specials): Function copied over from
3194 imap.el.
3195 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3196 they support that. Suggested by Tom Regner.
3197
3198 2010-10-29 Julien Danjou <julien@danjou.info>
3199
3200 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3201 defalias.
3202 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3203
3204 * gnus.el: Remove `gnus-nntp-service' variable.
3205 (gnus-secondary-servers): Make obsolete.
3206 (gnus-nntp-server): Make obsolete.
3207
3208 * gnus-start.el (gnus-1): Remove x-splash calls.
3209
3210 * gnus-ems.el (gnus-x-splash): Remove.
3211
3212 * gnus.el (gnus-group-startup-message): Simplify/update code.
3213
3214 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3215 capability before doing anything.
3216 (gnus-group-insert-group-line): Remove useless
3217 gnus-group-remove-excess-properties.
3218
3219 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3220
3221 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3222
3223 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3224
3225 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3226 config after reselecting.
3227
3228 2010-10-28 Julien Danjou <julien@danjou.info>
3229
3230 * shr.el (shr-put-image): Use point even if only inserting text.
3231 (shr-put-image): Save excursion when inserting alt text on non-graphic
3232 display, so the behaviour is the same when we are on a graphic display.
3233
3234 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3235
3236 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3237
3238 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3239 (gnus-mime-copy-part): Check coding system, not charset.
3240 (gnus-mime-view-part-externally): Never remove part.
3241 (gnus-mime-view-part-internally): Don't remove part here.
3242 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3243 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3244 multipart/alternative.
3245
3246 * mm-decode.el (mm-display-part): Take optional arg `force'.
3247
3248 2010-10-26 Julien Danjou <julien@danjou.info>
3249
3250 * gnus-group.el (gnus-group-default-list-level): Add this function to
3251 compute the default list level.
3252 (gnus-group-default-list-level): Add possibility to use a function.
3253
3254 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3255
3256 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3257
3258 * gnus-group.el (gnus-group-completing-read)
3259 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3260 gnus-replace-in-string.
3261
3262 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3263
3264 * shr.el (shr-tag-div): Add.
3265
3266 2010-10-25 Julien Danjou <julien@danjou.info>
3267
3268 * gnus-util.el: Remove `gnus-with-local-quit'.
3269
3270 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3271
3272 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3273
3274 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3275 the original article buffer.
3276
3277 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3278
3279 * nnimap.el (nnimap-request-head): New function.
3280 (nnimap-request-move-article): Try to be slighly faster by not
3281 requesting the entire message when moving.
3282 (nnimap-transform-headers): Don't bug out on bodiless articles.
3283 (nnimap-send-command): Have no outstanding messages if the IMAP server
3284 doesn't support streaming.
3285 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3286
3287 2010-10-24 Julien Danjou <julien@danjou.info>
3288
3289 * message.el (message-default-headers): Fix type.
3290
3291 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3292
3293 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3294 prefetching images.
3295
3296 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3297 backend for unknown groups. This is mainly useful for nnimap groups.
3298
3299 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3300 group isn't covered by the agent.
3301
3302 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3303
3304 * nnir.el (nnir-method-default-engines): New variable.
3305 (nnir-run-query): Use it.
3306 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3307 (gnus-summary-nnir-goto-thread): Change group if needed.
3308
3309 * gnus-group.el (gnus-group-group-map): Add key binding for
3310 gnus-group-make-nnir-group.
3311
3312 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3313
3314 * shr.el (shr-tag-object): Add.
3315
3316 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3317 original article buffer live.
3318 (gnus-summary-select-article-buffer):
3319 Mention gnus-widen-article-buffer.
3320
3321 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3322
3323 * shr.el (shr-tag-strong): Add.
3324
3325 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3326
3327 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3328 group names. They mess up the group buffer badly.
3329
3330 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3331
3332 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3333 instead of the summary one.
3334
3335 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3336
3337 * mml.el (mml-preview): Work properly when editing article.
3338
3339 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3340 gnus-have-read-active-file if it's already been in.
3341
3342 2010-10-22 Tom Tromey <tromey@redhat.com>
3343
3344 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3345 gnus-group-completing-read.
3346
3347 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3348
3349 * message.el (message-mode-map): Don't bind M-; to comment region, to
3350 allow the global comment-dwim to work.
3351
3352 2010-10-21 Julien Danjou <julien@danjou.info>
3353
3354 * message.el (message-setup-1): Allow message-default-headers to be a
3355 function.
3356
3357 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3358
3359 * shr.el (shr-tag-table): Simplify.
3360
3361 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3362
3363 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3364 to avoid trying to snarf invalid stuff.
3365
3366 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3367
3368 * gnus.el (gnus-message-archive-group): Quote value.
3369 (gnus-message-archive-group): Mark as changed.
3370
3371 * shr.el (shr-add-font): Don't put the font properties on the newline
3372 or the indentation.
3373
3374 * message.el (message-fix-before-sending): Change options when sending
3375 non-printable characters.
3376
3377 * gnus.el (gnus-message-archive-method): Change the default to
3378 monthly outgoing groups.
3379
3380 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3381 that have gotten new numbers.
3382
3383 * nnimap.el (nnimap-request-replace-article): New function.
3384
3385 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3386
3387 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3388 (nnrss-request-article): Don't use special html washing code.
3389
3390 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3391
3392 * shr.el (shr-tag-table): Remove useless nconc.
3393
3394 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3395
3396 * gnus-art.el (article-wash-html): Simplify and remove the charset
3397 stuff. Use the normal html rendering code instead of the special html
3398 washing code.
3399
3400 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3401 `gnus-w3m' symbols.
3402 (mm-text-html-washer-alist): Remove.
3403
3404 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3405 (mm-inline-media-tests): Remove use.
3406 (mm-text-html-renderer): Change default to the `shr' symbol.
3407
3408 * mm-view.el (mm-inline-text-html): Remove use.
3409
3410 * gnus-art.el (gnus-blocked-images): New function. Allow the
3411 `gnus-blocked-images' to be a function.
3412 (gnus-article-wash-function): Remove.
3413
3414 2010-10-20 Julien Danjou <julien@danjou.info>
3415
3416 * spam.el (spam-list-of-processors): Mark as obsolete.
3417
3418 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3419 (nnimap-insert-partial-structure): Fix boundary detection.
3420
3421 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3422
3423 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3424 run file-truename on remote files. This can be expensive and even
3425 prevent one from editing drafts if some unrelated buffer has a stale
3426 connection.
3427
3428 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3429
3430 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3431 kinsoku-eol regardless of shr-kinsoku-shorten.
3432 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3433 (shr-tag-table): Support caption, thead, and tfoot.
3434
3435 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3436
3437 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3438 lines.
3439 (shr-save-contents): New command and keystroke.
3440
3441 * nndoc.el (nndoc-type-alist): Add git support.
3442 (nndoc-git-type-p): New function.
3443 (nndoc-transform-git-article): Ditto.
3444 (nndoc-transform-git-headers): Ditto.
3445 (nndoc-transform-git-headers): Generate Subject headers.
3446
3447 * shr.el (shr-parse-style): New function.
3448 (shr-tag-span): Ditto.
3449
3450 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3451 to `G G' to avoid collisions.
3452
3453 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3454
3455 * shr.el: Load kinsoku if necessary.
3456 (shr-kinsoku-shorten): New internal variable.
3457 (shr-find-fill-point): Make kinsoku shorten text line if
3458 shr-kinsoku-shorten is bound to non-nil.
3459 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3460 shr-indentation too when testing if table is wider than frame width.
3461 (shr-insert-table): Use `string-width' instead of `length' to measure
3462 text width.
3463 (shr-insert-table-ruler): Make sure indentation is done at bol.
3464
3465 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3468 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3469 undecoded network data.
3470
3471 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3472
3473 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3474 name in the mode line spec so that the mode line menu works
3475 (bug #2431).
3476
3477 * message.el (message-get-reply-headers): If we're fed `to-address',
3478 then always use that.
3479
3480 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3481 aren't so wide as to need to switch off the edit menu.
3482
3483 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3484 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3485
3486 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3487 `M-g'.
3488 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3489 the permanent marks.
3490
3491 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3492
3493 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3494 Splitting according to references/in-reply-to obeys the ignore-groups
3495 variable, while splitting by sender and subject do not.
3496
3497 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3498
3499 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3500 alist, so that we can look for non-Unicode chars.
3501 (article-translate-strings): Allow both character and string maps.
3502
3503 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3504
3505 * shr.el (shr-insert): Don't insert space behind a wide character
3506 categorized as kinsoku-bol, or between characters both categorized as
3507 nospace.
3508
3509 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3510
3511 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3512 headers to gnus-newsgroup-headers.
3513
3514 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3515
3516 * shr.el (shr-tag-img): Don't align images -- since we're not
3517 rescaling, this often leads to ugly displays.
3518
3519 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3520
3521 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3522 duplicates.
3523
3524 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3525
3526 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3527 call.
3528
3529 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3530
3531 * gnus.el: Autoload gnus-html-show-images.
3532
3533 * nnimap.el: Use nnheader-message throughout.
3534
3535 * shr.el (shr-tag-img): Ignore images with no data.
3536
3537 2010-10-15 Julien Danjou <julien@danjou.info>
3538
3539 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3540 a possibility to disable format=flow encoding when using hard newlines.
3541
3542 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3543
3544 * shr.el (shr-insert): Remove space inserted before or after a
3545 breakable character or at the beginning or the end of a line.
3546 (shr-find-fill-point): Do kinsoku; find the second best point or give
3547 it up if there's no breakable point.
3548
3549 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3550
3551 * nnimap.el (nnimap-open-connection): Message when opening connection
3552 for debugging purposes.
3553
3554 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3555 on every setup buffer call to allow this to change from article to
3556 article.
3557
3558 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3559 buffers where we have a wide table.
3560
3561 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3562
3563 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3564 uses *-request-thread.
3565
3566 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3567
3568 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3569 incantation, which is no longer valid.
3570
3571 2010-10-14 Julien Danjou <julien@danjou.info>
3572
3573 * shr.el: Fix defcustom type (char -> character).
3574
3575 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3576
3577 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3578 programs.
3579
3580 2010-10-14 Julien Danjou <julien@danjou.info>
3581
3582 * shr.el (shr-tag-a): Use url-link as widget type.
3583
3584 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3585 `gnus-group-get-icon'.
3586
3587 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3588
3589 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3590 This should make server editing work better.
3591
3592 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3593
3594 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3595 (nnimap-parse-flags): Fix regexp.
3596
3597 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3598 probably work for CJVK text, too.
3599
3600 * nnimap.el (nnimap-extend-tls-programs): Remove.
3601 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3602
3603 2010-10-13 Julien Danjou <julien@danjou.info>
3604
3605 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3606 responses.
3607
3608 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3609
3610 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3611
3612 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3613 anything in Emacs.
3614
3615 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3616
3617 2010-10-13 Julien Danjou <julien@danjou.info>
3618
3619 * shr.el (shr-width): Make shr-width a defcustom with default to
3620 fill-column.
3621 (shr-tag-img): Use shr-width rather than fill-column.
3622
3623 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3624
3625 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3626
3627 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3628 position when (X-)Faces exist.
3629 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3630 avatars when called interactively.
3631
3632 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3633
3634 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3635 gnus-article-x-face-too-ugly is bound.
3636
3637 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3638
3639 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3640
3641 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3642 mailbox that doesn't exist.
3643
3644 2010-10-12 Julien Danjou <julien@danjou.info>
3645
3646 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3647 (shr-get-image-data): Encode URL properly when fetching from cache.
3648 (shr-tag-img): Use aligned-to spaces to align correctly images.
3649
3650 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3651 before inserting the Gravatar.
3652
3653 * shr.el (shr-tag-img): Add align attribute support for <img>.
3654
3655 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3656
3657 * gnus-gravatar.el (gnus-art): Require.
3658
3659 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3660 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3661 Remove long obsoleted functions.
3662
3663 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3664
3665 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3666
3667 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3668 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3669 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3670 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3671 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3672 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3673 Fix comment for declare-function.
3674
3675 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3676
3677 * nnimap.el (nnimap-request-rename-group): Select group read-only
3678 before renaming it.
3679
3680 * shr.el (shr-insert): Fix up the white space only regexp.
3681
3682 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3683 bodies. Protect against this. Reported by Michael Welsh Duggan.
3684
3685 * shr.el (shr-current-column): New function.
3686 (shr-find-fill-point): New function.
3687
3688 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3689
3690 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3691 numbers.
3692
3693 2010-10-11 Julien Danjou <julien@danjou.info>
3694
3695 * shr.el (shr-hr-line): Add.
3696 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3697 display hr lines.
3698 (shr-max-columns): Do not change state to nil if we just inserting
3699 spaces.
3700
3701 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3702
3703 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3704 select the last group.
3705
3706 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3707
3708 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3709
3710 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3711
3712 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3713 for Gnus.
3714 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3715 (nnimap-update-qresync-info): Mark \Seen articles as read.
3716
3717 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3718 non-variable, too.
3719
3720 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3721 available.
3722 (nnimap-update-info): Rely more on the current active than the param
3723 active to avoid marking articles as read too much.
3724
3725 * auth-source.el (auth-source-create): Use (user-login-name) for the
3726 user name default.
3727
3728 * nnimap.el (nnimap-update-info): If the server doesn't return any
3729 useful info, just use the previous info.
3730 (nnimap-update-info): Prefer old info over start-article.
3731 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3732
3733 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3734
3735 * nnir.el (autoload): Clean up autoloads.
3736 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3737 Use key rather than value.
3738 (nnir-imap-search-other): New variable.
3739 (nnir-read-parm): Use it.
3740 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3741 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3742
3743 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3746 the process, too.
3747
3748 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3749
3750 * spam.el (gnus-summary-mode-map): Bind to "$".
3751 Suggested by Russ Allbery.
3752
3753 * shr.el: Rework the way things are indented by <li> slightly.
3754
3755 * gnus.el (gnus-group-set-parameter): Fix typo.
3756
3757 * nnimap.el: Start implementing QRESYNC support.
3758
3759 2010-10-09 Julien Danjou <julien@danjou.info>
3760
3761 * nnir.el (nnir-engines): Fix too many arguments.
3762
3763 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3764
3765 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3766 group is the "last", so that the backends like nnfolder actually save
3767 their folders.
3768
3769 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3770 try to use that for the tls stream.
3771 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3772 UIDVALIDITY and find out which groups are read-only and not.
3773 (nnimap-get-flags): Use the same marks parsing code as the rest of
3774 nnimap.
3775
3776 2010-10-09 Julien Danjou <julien@danjou.info>
3777
3778 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3779
3780 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3781 retrieving gravatars.
3782
3783 * shr.el (shr-table-corner): Add.
3784 (shr-table-line): Add.
3785 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3786
3787 2010-10-08 Julien Danjou <julien@danjou.info>
3788
3789 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3790
3791 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3792
3793 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3794
3795 * gnus-sum.el (gnus-mark-article-as-unread)
3796 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3797 (gnus-summary-set-bookmark): Use it.
3798
3799 * gnus-msg.el (gnus-setup-message): Use it.
3800
3801 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3802
3803 * gnus.el (gnus-group-remove-parameter): Use it.
3804
3805 * gnus-group.el (gnus-group-make-web-group): Use it.
3806
3807 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3808
3809 * nnregistry.el: Update docs to mention manual.
3810
3811 * gnus-registry.el: Update docs to mention nnregistry.el.
3812 (gnus-registry-initialize): Don't install nnregistry refer method
3813 automatically.
3814 (gnus-registry-install-nnregistry): Remove it.
3815
3816 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3817
3818 * shr.el (shr-insert): Don't insert double spaces.
3819
3820 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3821
3822 * gnus-gravatar.el (gnus-treat-from-gravatar)
3823 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3824 called interactively.
3825
3826 * gnus-art.el (gnus-mime-view-part-externally)
3827 (gnus-mime-view-part-internally): Make predicate function passed to
3828 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3829 of a mime type.
3830
3831 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3832
3833 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3834
3835 * shr.el (require): Require cl when compiling.
3836 (shr-tag-hr): New function.
3837
3838 * nnimap.el (nnimap-update-info): Remove double setting of high.
3839 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3840 This makes nnimap work properly on Courier again.
3841
3842 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3843 the variable for backwards compatibility.
3844
3845 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3846 the file name before using to avoid setting mm-default-directory to
3847 nil.
3848
3849 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3850 bidning gnus-agent variables.
3851
3852 * shr.el (shr-render-td): Use a cache for the table rendering function
3853 to avoid getting an exponential rendering behaviour in nested tables.
3854 (shr-insert): Rework the line-breaking algorithm.
3855 (shr-insert): Don't leave trailing spaces.
3856 (shr-insert-table): Also insert empty TDs.
3857 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3858
3859 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3860
3861 * gnus-sum.el (gnus-number): Rename from `number'.
3862 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3863 (gnus-summary-limit-children): Update uses correspondingly.
3864
3865 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3866
3867 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3868 (gnus-gravatar-transform-address): Don't show avatars of people of
3869 which mail addresses match gnus-gravatar-too-ugly.
3870
3871 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3872
3873 * shr.el (shr-table-widths): Expand TD elements to fill available
3874 space.
3875
3876 2010-10-07 Julien Danjou <julien@danjou.info>
3877
3878 * nnimap.el (nnimap-request-rename-group): Add this method.
3879
3880 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3881
3882 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3883 name from XEmacs' function-arglist.
3884
3885 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3886 gravatar under XEmacs.
3887
3888 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3889
3890 * auth-source.el: Update docs with TODO items.
3891
3892 * gnus-sync.el: Update docs to explain state and plans.
3893
3894 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3895 Hooks for mark updates.
3896 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3897
3898 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3899 hooks with arguments, which is needed for mark update hooks.
3900
3901 2010-10-06 Julien Danjou <julien@danjou.info>
3902
3903 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3904 was matched.
3905
3906 * sieve-manage.el: Update example in `Commentary'.
3907
3908 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3909
3910 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3911 not 2000.
3912 (sieve-manage-authenticate): Re-add function.
3913
3914 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3915
3916 * shr.el (shr-insert): Get 'space transition right.
3917 (shr-render-td): Only delete space at the end of the TD.
3918
3919 * nnimap.el (nnimap-open-connection): Prepare to support
3920 open-gnutls-stream.
3921
3922 * shr.el: Rearrange function order to be more logical.
3923
3924 2010-10-06 Julien Danjou <julien@danjou.info>
3925
3926 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3927 (nnrss-discover-feed): Remove 404 URL in docstring.
3928
3929 * nnir.el: Fix Swish-E URL.
3930 Fix Namazu URL.
3931
3932 * message.el (message-change-subject): Remove 404 URL in a comment.
3933
3934 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3935
3936 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3937 called interactively.
3938
3939 * gnus-util.el (gnus-remove-if): Allow hash table.
3940 (gnus-remove-if-not): New function.
3941
3942 * gnus-art.el (gnus-mime-view-part-as-type)
3943 * gnus-score.el (gnus-summary-score-effect)
3944 * gnus-sum.el (gnus-read-move-group-name):
3945 Replace remove-if-not with gnus-remove-if-not.
3946
3947 * gnus-group.el (gnus-group-completing-read):
3948 Regard collection as a hash table if it is not a list.
3949
3950 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3951
3952 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3953
3954 * shr.el: Document the table-rendering algorithm.
3955
3956 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3957 invalid URLs.
3958
3959 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3960 line-broken.
3961 (shr-tag-img): Ignore image fetching errors.
3962 (shr-overlays-in-region): Compute overlay positions correctly.
3963
3964 * mm-decode.el (mm-shr): Require shr.
3965
3966 * gnus-art.el (gnus-blocked-images): Move variable here.
3967
3968 * shr.el (shr-insert-table): Bind free variable.
3969
3970 * mm-decode.el (mm-shr): Bind shr-content-function.
3971
3972 * shr.el (shr-content-function): New variable.
3973
3974 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3975 added for symmetry.
3976
3977 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3978
3979 * gnus-group.el (gnus-group-make-group): Doc fix.
3980
3981 * nnimap.el (nnimap-request-newgroups): Return success.
3982
3983 * shr.el (shr-find-elements): New function.
3984 (shr-tag-table): Put all the images after the table.
3985 (shr-tag-table): Really inhibit images inside the table.
3986 (shr-collect-overlays): Copy over overlays from the TD elements to the
3987 main document.
3988
3989 * mm-decode.el (mm-shr): Bind shr-blocked-images to
3990 gnus-blocked-images.
3991
3992 2010-10-05 Julien Danjou <julien@danjou.info>
3993
3994 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3995
3996 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3997 (gnus-html-maximum-image-size): Add this function.
3998 (gnus-html-put-image): Use gnus-html-maximum-image-size.
3999
4000 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4001 server-value of the capability is nil.
4002
4003 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4004
4005 * shr.el (shr-tag-em): Add <EM> tag.
4006
4007 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4008
4009 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4010 customizable.
4011
4012 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4013 handing broken links to browse-url.
4014
4015 2010-10-05 Julien Danjou <julien@danjou.info>
4016
4017 * gnus-util.el (gnus-emacs-completing-read)
4018 (gnus-iswitchb-completing-read): Use autoload rather than require.
4019
4020 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4021
4022 * gnus-util.el (gnus-completing-read-function): Exclude
4023 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4024 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4025 XEmacs.
4026
4027 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4028 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4029
4030 * gnus-html.el: Don't require help-fns under XEmacs.
4031 (gnus-html-schedule-image-fetching): Work for XEmacs.
4032
4033 * mm-decode.el (mm-shr): Decode contents by charset.
4034
4035 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4036
4037 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4038 unknown.
4039
4040 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4041 (shr-get-image-data): Ensure against the cache file missing.
4042
4043 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4044 for data.
4045
4046 * spam-report.el (spam-report-url-ping-plain): Don't query about
4047 killing the process.
4048
4049 * shr.el (shr-render-td): Protect against too-wide text.
4050
4051 2010-10-04 Julien Danjou <julien@danjou.info>
4052
4053 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4054 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4055
4056 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4057 retrieved.
4058
4059 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4060
4061 * shr.el (browse-url): Require.
4062 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4063 lines.
4064 (shr-show-alt-text, shr-browse-image): New commands.
4065 (shr-browse-url, shr-copy-url): New commands.
4066
4067 * gnus-sum.el (gnus-widen-article-window): New variable.
4068 (gnus-summary-select-article-buffer): Use it.
4069
4070 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4071 without @ signs.
4072
4073 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4074
4075 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4076
4077 2010-10-04 Julien Danjou <julien@danjou.info>
4078
4079 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4080 for XEmacs.
4081
4082 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4083
4084 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4085
4086 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4087 (nnimap-close-server): Implement.
4088
4089 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4090 (shr-insert): Tweak line breaking.
4091 (shr-insert): Handle <pre> better.
4092 (shr-tag-li): Get <li> indentation right.
4093 (shr-tag-li): Get <li> indentation even righter.
4094 (shr-tag-blockquote): Ensure paragraph start.
4095 (shr-make-table): Tweak table generation.
4096 (shr-make-table): Fix typo.
4097
4098 * shr.el: Implement table rendering.
4099
4100 2010-10-04 Julien Danjou <julien@danjou.info>
4101
4102 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4103
4104 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4105
4106 * shr.el (shr-insert): Use string anchors instead of line anchors.
4107
4108 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4109
4110 * shr.el: Add headings.
4111 (shr-ensure-paragraph): Actually work.
4112 (shr-tag-li): Make <ul> prettier.
4113 (shr-insert): Get white space at the beginning/end of elements right.
4114 (shr-tag-p): Collapse subsequent <p>s.
4115 (shr-ensure-paragraph): Don't insert double line feeds after blank
4116 lines.
4117 (shr-insert): \t is also space.
4118 (shr-tag-s): Fix "s" tag name function.
4119 (shr-tag-s): Fix face prop name.
4120
4121 2010-10-03 Julien Danjou <julien@danjou.info>
4122
4123 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4124
4125 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4126 gnus-window-inside-pixel-edges.
4127
4128 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4129 gnus-ems.
4130
4131 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4132
4133 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4134 function.
4135
4136 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4137 resize choice.
4138
4139 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4140
4141 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4142 beginning of the buffer.
4143
4144 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4145 article buffer again.
4146
4147 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4148
4149 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4150 when it's at the start of the buffer.
4151
4152 * shr.el (shr-tag-blockquote): Convert name.
4153 (shr-rescale-image): Use the right image-size variant.
4154
4155 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4156 buffer isn't shown, then select the current article first instead of
4157 bugging out.
4158 (gnus-summary-select-article-buffer): Show both the article and summary
4159 buffers again.
4160
4161 * shr.el (shr-fontize-cont): Protect against regions with no text.
4162 Rename tag functions to shr-tag-* for enhanced security.
4163 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4164
4165 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4166
4167 * shr.el (shr-insert):
4168 * pop3.el (pop3-movemail):
4169 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4170 loaded.
4171
4172 2010-10-03 Glenn Morris <rgm@gnu.org>
4173
4174 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4175
4176 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4177
4178 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4179
4180 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4181
4182 * gnus-util.el (gnus-make-local-hook): Simplify.
4183
4184 2010-10-02 Julien Danjou <julien@danjou.info>
4185
4186 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4187 (gnus-ido-completing-read): New function.
4188 (gnus-emacs-completing-read): New function.
4189 (gnus-completing-read): Use gnus-completing-read-function.
4190 Add gnus-completing-read-function.
4191
4192 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4193
4194 * shr.el (shr-insert-document): Autoload.
4195 (shr-img): Be silent.
4196 (shr-insert): Add a newline after every picture before text.
4197 (shr-add-font): Use overlays for combining faces.
4198 (shr-insert): Pass upwards the text start point.
4199
4200 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4201 possible.
4202 (mm-shr): New function.
4203
4204 2010-10-02 Julien Danjou <julien@danjou.info>
4205
4206 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4207 should go backward.
4208
4209 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4210
4211 * shr.el (shr): Fix typo in provide call.
4212
4213 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4214
4215 * shr.el: New file.
4216
4217 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4218
4219 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4220 completing read.
4221
4222 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4223
4224 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4225 we're being queried about. Suggested by Dan Jacobson.
4226
4227 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4228 Suggested by Jason Eisner.
4229
4230 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4231 table, too. Suggested by Stefan Wiens.
4232 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4233 the table unnecessary. Suggested by Stefan Wiens.
4234
4235 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4236 longer needed, and probably doesn't work either, as pointed out by
4237 Stefan Wiens.
4238 (gnus-summary-exit): Remove call to the clearing function.
4239 (gnus-summary-exit-no-update): Ditto.
4240
4241 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4242 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4243 Reported by Stefan Monnier.
4244 (gnus-summary-save-in-rmail): Ditto.
4245
4246 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4247 article buffer, instead of both the article buffer and the summary
4248 buffer. Sort of suggested by Dan Jacobson.
4249
4250 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4251
4252 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4253 Suggested by Dan Jacobson.
4254
4255 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4256 documentation clearer.
4257
4258 * message.el (message-shorten-references): Comment on the number "21".
4259 Suggested by Stefan Monnier.
4260
4261 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4262 Suggested by Dan Jacobson.
4263
4264 * gnus.el (gnus-large-newsgroup):
4265 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4266
4267 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4268 externalize attachments. Bug reported by Steve Wen.
4269
4270 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4271 really message anything to the user.
4272
4273 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4274 directly.
4275
4276 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4277 messages in empty groups.
4278
4279 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4280
4281 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4282 non-UIDNEXT group.
4283
4284 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4285
4286 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4287 not the value from the collection.
4288
4289 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4290 values. This sometimes happens on some groups that have no info.
4291 (nnimap-request-newgroups): New function.
4292
4293 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4294
4295 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4296 check into `gnus-registry-initialize'.
4297 (gnus-registry-initialize): Ditto.
4298 Fix and extend header docs.
4299
4300 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4301
4302 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4303 regexp backtrace overflows.
4304
4305 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4306 for starttls that tls.el implements; i.e. openssl.
4307
4308 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4309
4310 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4311 (gravatar-create-image): New function that's an alias to
4312 gnus-xmas-create-image, gnus-create-image, or create-image.
4313 (gravatar-data->image): Use it.
4314
4315 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4316
4317 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4318 install the nnregistry refer method.
4319 (gnus-registry-install-hooks): Use it.
4320 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4321 unfollowed groups.
4322
4323 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4324
4325 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4326 expanding threads.
4327
4328 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4329
4330 * nnir.el: Use the server names without suffixes (bug #7009).
4331
4332 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4333 unencrypted to STARTTLS, if possible.
4334
4335 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4336
4337 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4338 headers before superseding.
4339
4340 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4341
4342 * nnrss.el (nnrss-use-local): Add documentation.
4343
4344 * nnimap.el (nnimap-extend-tls-programs): New function.
4345 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4346 (nnimap-wait-for-connection): Accept the greeting from the stupid
4347 output from openssl s_client -starttls, too.
4348
4349 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4350 article number.
4351 (nnimap-split-fancy): New variable.
4352 (nnimap-split-incoming-mail): Use it.
4353
4354 * nntp.el (nntp-server-list-active-group): Document.
4355
4356 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4357 SELECT to get the message-id.
4358
4359 * mail-source.el (mail-sources): Remove webmail support.
4360 (defvar): Ditto.
4361 (mail-source-fetcher-alist): Ditto.
4362 (mail-source-fetch-webmail): Remove.
4363
4364 * webmail.el: Remove -- doesn't seem relevant any more.
4365
4366 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4367
4368 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4369 the \r.
4370
4371 2010-09-30 Julien Danjou <julien@danjou.info>
4372
4373 * gnus-agent.el (gnus-agent-add-group): Fix call to
4374 gnus-completing-read.
4375
4376 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4377
4378 * nndoc.el (nndoc-retrieve-groups): New function.
4379
4380 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4381 `default', use nnmail-split-methods.
4382 (nnimap-request-article): Downcase the NILs so that they are nil.
4383
4384 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4385 symbol.
4386
4387 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4388 code, since if the user has requested network, that's what they ought
4389 to get.
4390 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4391 (nnimap-split-rule): Mark as obsolete.
4392
4393 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4394 New variable.
4395
4396 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4397 correct slot, too.
4398
4399 2010-09-29 Julien Danjou <julien@danjou.info>
4400
4401 * gnus.el (gnus-local-domain): Declare variable obsolete.
4402
4403 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4404 Fix history computing.
4405 (gnus-ido-completing-read): Require ido.
4406
4407 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4408
4409 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4410 build Gnus.
4411
4412 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4413 when interpreting the structures.
4414 (nnimap-request-accept-article): Add \r\n to the lines to make this
4415 work with Cyrus.
4416
4417 * nndraft.el (nndraft-request-expire-articles): Use the group name
4418 instead if "nndraft". Fix found by Nils Ackermann.
4419
4420 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4421
4422 * nnregistry.el: Add.
4423
4424 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4425
4426 * nnmail.el (group, group-art-list, group-art):
4427 Remove unneeded directives.
4428
4429 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4430
4431 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4432 (mm-mime-charset)
4433 * rfc2047.el (rfc2047-syntax-table)
4434 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4435
4436 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4437 rather than `insert-file-contents' and `eval-region'.
4438
4439 2010-09-29 Julien Danjou <julien@danjou.info>
4440
4441 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4442 replacement of `gnus-gravatar-relief' to mimic
4443 `gnus-faces-properties-alist'.
4444 Add :version property.
4445
4446 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4447
4448 * mail-source.el (mail-source-report-new-mail)
4449 * message.el (message-default-mail-headers)
4450 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4451
4452 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4453
4454 2010-09-28 Julien Danjou <julien@danjou.info>
4455
4456 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4457 mail-address contains the same string as real-name.
4458
4459 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4460 non-blank in header, otherwise it'll get stripped.
4461
4462 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4463 real-name, and then for mail address rather than doing : or , search.
4464
4465 2010-09-27 Julien Danjou <julien@danjou.info>
4466
4467 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4468 right completing-read function.
4469 (gnus-use-ido): New variable
4470 (gnus-completing-read-with-default): Remove.
4471 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4472 (gnus-agent-add-group):
4473 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4474 * mm-view.el (mm-view-pkcs7-decrypt):
4475 * mm-util.el (mm-codepage-setup):
4476 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4477 * mml-smime.el (mml-smime-openssl-sign-query):
4478 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4479 (mml-insert-multipart):
4480 * gnus-msg.el (gnus-summary-yank-message):
4481 * gnus-int.el (gnus-start-news-server):
4482 * mm-decode.el (mm-interactively-view-part):
4483 * gnus-dired.el (gnus-dired-attach):
4484 * gnus.el (gnus-read-method):
4485 * gnus-bookmark.el (gnus-bookmark-jump):
4486 * gnus-art.el (gnus-mime-view-part-as-type)
4487 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4488 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4489 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4490 * nnmairix.el (nnmairix-create-server-and-default-group)
4491 (nnmairix-update-groups, nnmairix-get-server)
4492 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4493 (nnmairix-get-group-from-file-path):
4494 * nnrss.el (nnrss-find-rss-via-syndic8):
4495 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4496 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4497 (gnus-group-browse-foreign-server):
4498 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4499 (gnus-summary-execute-command, gnus-summary-respool-article)
4500 (gnus-read-move-group-name):
4501 * gnus-score.el (gnus-summary-increase-score)
4502 (gnus-summary-score-effect):
4503 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4504
4505 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4506
4507 * nnimap.el (auth-source-forget-user-or-password)
4508 (auth-source-user-or-password): Autoload.
4509
4510 * message.el (message-from-style, message-interactive)
4511 (message-signature): Remove comment.
4512 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4513 always.
4514 (message-sendmail-envelope-from): Comment fix.
4515 (message-yank-prefix): Default to mail-yank-prefix always.
4516 (message-indentation-spaces):
4517 Default to mail-indentation-spaces always.
4518 (message-signature-file): Default to mail-signature-file always.
4519
4520 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4521
4522 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4523 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4524 new articles.
4525
4526 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4527 parts.
4528 (nnimap-request-article): Work with the t setting, too.
4529
4530 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4531 that you don't get flashes of other buffers.
4532 (gnus-summary-show-complete-article): Intern before setting.
4533
4534 2010-09-27 David Engster <dengste@eml.cc>
4535
4536 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4537 well as HEADERS.
4538 (nnmairix-retrieve-headers): Provide new argument for the above.
4539
4540 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4541
4542 * gnus-sum.el (gnus-summary-move-article): Don't alter
4543 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4544 group.
4545
4546 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4547
4548 * message.el (message-cite-prefix-regexp): Revert my last edit.
4549
4550 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4551 variable instead of the Gnus variable.
4552
4553 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4554
4555 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4556
4557 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4558 since some servers don't like it.
4559 (nnimap-open-connection): Forget credentials if the server says the
4560 password was wrong.
4561 (nnimap-parse-line): Protect against invalid data.
4562
4563 * gnus-sum.el (gnus-summary-move-article): Add comment.
4564 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4565 nothing alters it while scanning for new messages.
4566
4567 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4568 which may or may not help.
4569 (nnimap-open-connection): If we're doing a stream connection, and then
4570 discover we're on a STARTTLS-capable server, then open a STARTTLS
4571 connection instead.
4572
4573 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4574
4575 * nnimap.el (utf7): Require.
4576
4577 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4578 prefix.
4579
4580 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4581
4582 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4583
4584 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4585
4586 * nnimap.el (nnimap-request-accept-article): Message the error on
4587 error.
4588
4589 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4590
4591 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4592
4593 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4594
4595 * nndoc.el (nndoc-request-list): Return success always.
4596
4597 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4598 `fetch-old' -- we only want to fetch the articles we've requested.
4599 The rest are in the agent, probably.
4600 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4601 disappeared server" to something low. It's not important.
4602
4603 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4604 arrived before the FETCH data.
4605
4606 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4607 target here, because we don't know the Gnus name of the group.
4608
4609 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4610 for the correct group.
4611
4612 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4613
4614 * gnus.el (gnus): Give a final warning after startup.
4615
4616 * gnus-util.el (gnus-action-message-log): New variable.
4617 (gnus-message): Use it.
4618 (gnus-final-warning): New function.
4619
4620 * nnimap.el (nnimap-open-connection): Record the greeting.
4621 (nnimap): Add greeting.
4622
4623 2010-09-26 Julien Danjou <julien@danjou.info>
4624
4625 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4626 arguments.
4627 (gnus-html-wash-images): Fix spec computing to include start/end.
4628
4629 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4630
4631 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4632
4633 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4634 deletion.
4635 (nnimap-retrieve-headers): Don't select the group, because that's
4636 already done by nnimap-possibly-change-group.
4637
4638 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4639 (gnus-picon-transform-address): Use it.
4640
4641 * mail-source.el (mail-source-value): Revert previous patch.
4642
4643 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4644 on failure.
4645 (nnimap-open-connection): Look up both virtual and physical server name
4646 credentials.
4647
4648 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4649
4650 2009-02-08 Dave Love <fx@gnu.org>
4651
4652 * gnus-win.el (gnus-window-to-buffer-helper)
4653 (gnus-all-windows-visible-p): Function needn't be a symbol.
4654
4655 * mail-source.el (mail-source-value): Function needn't be a symbol.
4656
4657 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4658
4659 * message.el (message-cite-prefix-regexp): Remove } from the cite
4660 prefix.
4661
4662 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4663 highlight again, so that the highlight is correct.
4664
4665 * gnus-picon.el (gnus-picon): Remove again.
4666 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4667
4668 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4669 doing the header highlightling, so that the background colour of the
4670 picon is correct.
4671
4672 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4673 (gnus-picon): Ditto.
4674 (gnus-picon): Reinstate. The background colour for picons is white.
4675 (gnus-picon-insert-glyph): Make the background white.
4676
4677 * nnml.el (nnml-open-nov): Don't return dead buffers.
4678
4679 * auth-source.el (auth-source-create): Query the user for whether to
4680 store the credentials.
4681
4682 * auth-source.el (auth-source-user-or-password): Use the existing auth
4683 sources, if any, for creation.
4684
4685 * gnus.el (gnus-group-fast-parameter): Return the last matching
4686 parameter instead of the first matching parameter.
4687
4688 2010-09-26 Julien Danjou <julien@danjou.info>
4689
4690 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4691
4692 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4693
4694 * mml2015.el (mml2015-use): Remove gpg support.
4695
4696 * mml1991.el (mml1991-function-alist): Remove gpg function.
4697 (mml1991-gpg-sign): Remove.
4698
4699 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4700
4701 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4702 (gnus-browse-unsubscribe-current-group): Document it.
4703 (gnus-browse-unsubscribe-group): Use it.
4704
4705 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4706
4707 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4708 address to the To list for easier response.
4709
4710 * gnus.el (gnus-play-startup-jingle): Remove.
4711 (gnus-splash): Don't play jingle.
4712 (gnus): Silence gnus-load message.
4713
4714 * gnus-art.el (gnus-treat-play-sounds): Remove.
4715
4716 * gnus.el (gnus-play-jingle): Remove audio support.
4717
4718 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4719
4720 * earcon.el: Remove -- no users.
4721
4722 * gnus-audio.el: Remove -- no users of this package.
4723
4724 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4725
4726 * gnus-start.el (gnus-setup-news): Remove nocem support.
4727
4728 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4729
4730 * gnus.el (gnus-use-nocem): Remove.
4731
4732 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4733 Remove.
4734
4735 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4736 uses NoCeM any more.
4737
4738 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4739 (gnus-button-ctan-handler): Ditto.
4740 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4741 (gnus-button-ctan-directory-regexp): Ditto.
4742 (gnus-button-handle-ctan): Ditto.
4743 (gnus-button-tex-level): Ditto.
4744 (gnus-button-alist): Remove CTAN stuff.
4745
4746 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4747
4748 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4749 nnimap-streaming test.
4750
4751 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4752 servers twice.
4753
4754 * nnimap.el (nnimap-open-connection): Add more error reporting when
4755 nnimap fails early.
4756
4757 * nnheader.el (nnheader-get-report-string): New function.
4758 (nnheader-get-report): Use it.
4759
4760 * gnus-int.el (gnus-check-server): Say what the error was when opening
4761 failed.
4762
4763 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4764 using streaming.
4765
4766 2010-09-25 Julien Danjou <julien@danjou.info>
4767
4768 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4769 gnus-window-inside-pixel-edges.
4770
4771 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4772
4773 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4774
4775 * mm-decode.el (mm-save-part): Allow saving to other directories the
4776 normal Emacs way.
4777
4778 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4779 Suggested by Jay Berkenbilt.
4780
4781 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4782 there isn't a single byte.
4783
4784 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4785 just do it. It doesn't really seem to matter what the user responds
4786 here, I think, so it's just a confusing question.
4787
4788 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4789 non-streaming case.
4790
4791 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4792 (gnus-article-encrypt-body): Use it.
4793
4794 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4795 keystroke.
4796
4797 * nnimap.el (nnimap-find-wanted-parts-1):
4798 Use gnus-fetch-partial-articles.
4799
4800 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4801
4802 * nnimap.el (nnimap-insert-partial-structure): New function.
4803 (nnimap-get-partial-article): New function.
4804 (nnimap-request-article): Use it.
4805 (nnimap-wait-for-response): Return whether the wait was successful.
4806 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4807 retrieval wasn't successful.
4808 (nnimap-retrieve-group-data-early): Allow throttling servers.
4809 (nnimap-streaming): New variable.
4810 (nnimap-fetch-partial-articles): Remove.
4811
4812 * mm-decode.el (mm-with-part): Protect against killed buffers.
4813
4814 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4815 for prettier summary display.
4816
4817 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4818
4819 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4820
4821 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4822
4823 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4824 apparently third-party libraries depend on it.
4825
4826 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4827 before starting negotiation.
4828
4829 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4830 privacy reasons.
4831 (gnus-treat-mail-gravatar): Ditto.
4832
4833 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4834 buffer when inserting images. Inserting text into the headers, for
4835 instance, can make them invalid.
4836
4837 2010-09-25 Julien Danjou <julien@danjou.info>
4838
4839 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4840 variables.
4841
4842 * nnheader.el: Remove useless variables news-reply-yank-from and
4843 news-reply-yank-message-id.
4844
4845 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4846 variables.
4847
4848 * mml1991.el: Remove useless mml1991-verbose.
4849
4850 * gnus.el: Remove useless variable gnus-use-generic-from.
4851 Remove obsolete variable gnus-topic-indentation.
4852
4853 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4854
4855 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4856
4857 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4858
4859 * gnus-group.el: Remove useless gnus-group-icon-cache.
4860 Remove useless gnus-ephemeral-group-server.
4861
4862 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4863
4864 * mml2015.el: Remove useless mml2015-verbose.
4865
4866 * mml-smime.el: Remove useless mml-smime-verbose.
4867
4868 * gnus.el: Remove useless gnus-local-domain.
4869
4870 * gnus-gravatar.el (gnus-gravatar-transform-address):
4871 Use gnus-gravatar-size.
4872
4873 * gnus-art.el: Remove useless gnus-treat-translate.
4874
4875 2010-09-24 Julien Danjou <julien@danjou.info>
4876
4877 * gnus-sum.el: Add support for Gravatars.
4878
4879 * gnus-art.el: Add support for Gravatars.
4880
4881 * gnus-gravatar.el: Add this file.
4882
4883 * gravatar.el: Add this file.
4884
4885 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4886
4887 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4888
4889 * gnus-group.el (gnus-group-fetch-faq): Remove.
4890
4891 * gnus.el (gnus-group-faq-directory): Remove.
4892
4893 * gnus-group.el (gnus-group-fetch-charter): Remove.
4894
4895 * gnus.el (gnus-group-charter-alist): Remove.
4896
4897 * gnus-group.el (gnus-group-archive-directory): Remove.
4898 (gnus-group-recent-archive-directory): Ditto.
4899 (gnus-group-make-archive-group): Remove.
4900
4901 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4902
4903 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4904 use the same article number for all the cached articles.
4905
4906 * nnimap.el (nnimap-command): Register the last command time so
4907 that we can use it for idling NOOPs.
4908 (nnimap-open-connection): Start the keeplive timer.
4909 (nnimap-make-process-buffer): Store all the process buffers.
4910 (nnimap-keepalive): New function.
4911
4912 * starttls.el (starttls-open-stream): Add autoload cookie.
4913
4914 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4915
4916 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4917 handling.
4918
4919 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4920
4921 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4922 its data structures.
4923
4924 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4925 instead of the cl.el copy-list.
4926 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4927 equalp.
4928
4929 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4930
4931 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4932 and tool-bar-local-item-from-menu.
4933
4934 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4935 mode-line-highlight face for Emacs.
4936
4937 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4938 loading gnus-sum.elc; fix comment for canlock-verify.
4939 (gnus-article-jump-to-part): Use read-number.
4940 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4941 Remove Emacs pre-21 compatible code for help-echo.
4942 (gnus-article-next-page-1): No need to adjust the number of lines.
4943 (gnus-article-describe-bindings): Always use help-buffer.
4944
4945 * gnus-audio.el (gnus-audio-inline-sound)
4946 * gnus-cus.el (gnus-custom-mode)
4947 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4948
4949 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4950
4951 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4952 compatible code.
4953
4954 2010-09-24 Glenn Morris <rgm@gnu.org>
4955
4956 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4957 visiting the fcc file in rmail-mode.
4958
4959 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4960
4961 * nnir.el: Silence the byte compiler.
4962
4963 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4964 alias to browse-url-url-encode-chars if any.
4965 (gnus-html-encode-url): Use it.
4966
4967 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4968
4969 * gnus-start.el (gnus-use-backend-marks): New variable.
4970 (gnus-get-unread-articles-in-group): Use it.
4971
4972 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4973 makeover.
4974
4975 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4976
4977 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4978
4979 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4980
4981 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4982 Remove.
4983 (gnus-setup-news-hook):
4984 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4985
4986 * gnus-int.el (gnus-request-update-info): Protect against backends not
4987 having the function.
4988
4989 * nnimap.el (nnimap-stream): Mention starttls.
4990 (nnimap-open-connection): Add starttls support.
4991
4992 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4993
4994 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4995
4996 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4997
4998 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4999 BODYSTRUCTUREs.
5000 (nnimap-transform-headers): Unfold quoted {42} headers.
5001
5002 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5003 the info.
5004 (gnus-get-unread-articles): Only call updatep on backends that support
5005 it.
5006
5007 * nnweb.el (nnweb-request-update-info): NOOP.
5008
5009 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5010
5011 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5012 since it only deals with marks.
5013
5014 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5015 gnus-request-marks, and make a new gnus-request-update-info.
5016
5017 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5018 the active instead of the high number, which is usually too low.
5019
5020 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5021
5022 * encrypt.el: Remove.
5023
5024 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5025
5026 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5027 server in symbolic form.
5028
5029 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5030
5031 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5032
5033 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5034 (nnimap-update-info): Fix up code slightly.
5035
5036 * gnus-int.el (gnus-open-server): Add tracing for performance
5037 debugging.
5038
5039 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5040 (gnus-group-insert-group-line): Pass the real group name so that it
5041 gets the right data.
5042
5043 * gnus-start.el (gnus-get-unread-articles): Don't have
5044 `gnus-get-unread-articles-in-group' update info, since that can be
5045 really slow and doesn't seem to be needed?
5046
5047 2010-09-22 Julien Danjou <julien@danjou.info>
5048
5049 * gnus-group.el (gnus-group-insert-group-line):
5050 Call gnus-group-highlight-line.
5051 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5052 default hook list.
5053 (gnus-group-update-eval-form): Add new function.
5054 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5055 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5056
5057 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5058
5059 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5060 immediate, then expire all articles.
5061 (nnimap-update-info): Fix off-by-one errors.
5062 (nnimap-flags-to-marks): Would return no marks lists for group with no
5063 flags. Instead return the other data.
5064
5065 2010-09-22 Julien Danjou <julien@danjou.info>
5066
5067 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5068 Only return an icon.
5069 (gnus-group-insert-group-line): Compute icon to return.
5070
5071 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5072 (gnus-html-image-fetched): Only cache if
5073 gnus-html-image-automatic-caching is set.
5074 (gnus-html-image-fetched): Check for errors.
5075
5076 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5077
5078 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5079 once per method on `g'. This ensures that backends like nnfolder don't
5080 open all their folders.
5081
5082 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5083 (nnimap-request-list): Nix out group in the correct buffer.
5084 (nnimap-parse-flags): Implement by using `read' instead of
5085 hand-parsing.
5086 (nnimap-flags-to-marks): Pass on permanent-flags.
5087 (nnimap-make-process-buffer): Record the server name.
5088 (nnimap-parse-flags): Fix typo.
5089 (nnimap-request-scan): Run split on the server in general, not just a
5090 single group.
5091
5092 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5093 parameter, and propagate this downwards.
5094
5095 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5096 since EXAMINE changes it on the server.
5097
5098 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5099 this command might take a while.
5100
5101 2010-09-22 Julien Danjou <julien@danjou.info>
5102
5103 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5104 harmful if you have 2 images side-by-side, they can't be properly
5105 update on text deletion. Using text-property is safer here.
5106 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5107 data.
5108
5109 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5110
5111 * nnimap.el (nnimap-expunge-inbox): Remove.
5112 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5113 (nnimap-expunge): Flip default to t.
5114
5115 * gnus.el (gnus-method-to-server): Don't push things to the cache
5116 unless it's unique.
5117 (gnus-server-to-method): Ditto.
5118
5119 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5120
5121 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5122
5123 2010-09-22 Julien Danjou <julien@danjou.info>
5124
5125 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5126 get the start of data.
5127 (gnus-html-encode-url): Add this function to encode special chars in
5128 URL.
5129 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5130 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5131
5132 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5133 default.
5134 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5135
5136 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5137 images alt-text.
5138 (gnus-html-put-image): Put alt-text as help-echo.
5139
5140 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5141
5142 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5143 * mm-util.el (mm-decompress-buffer)
5144 * nnir.el (nnir-run-find-grep)
5145 * pop3.el (pop3-list): Use 3rd arg of split-string.
5146
5147 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5148
5149 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5150 outside the active range. Suggested by Dan Christensen.
5151
5152 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5153 slightly later to avoid double-getting it.
5154
5155 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5156 previous patch.
5157
5158 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5159
5160 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5161
5162 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5163
5164 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5165
5166 * gnus-int.el (gnus-open-server): Give a better error message in the
5167 "go offline" case.
5168
5169 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5170 marks for nnimap, which is seldom the right thing to do.
5171
5172 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5173 (gnus-same-method-different-name): New function.
5174
5175 * nnimap.el (parse-time): Require.
5176
5177 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5178 method in the presence of many similar methods.
5179
5180 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5181
5182 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5183 nnml-inhibit-expiry.
5184
5185 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5186 find out whether methods are equal.
5187
5188 * nnimap.el (nnimap-find-expired-articles): New function.
5189 (nnimap-process-expiry-targets): New function.
5190 (nnimap-request-move-article): Request the article before looking at
5191 what the Message-ID is. Fix found by Andrew Cohen.
5192 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5193
5194 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5195 for oldness in addition to being a predicate.
5196
5197 * nnimap.el (nnimap-request-group): When we have zero articles, return
5198 the right data to Gnus.
5199 (nnimap-request-expire-articles): Only delete articles immediately if
5200 the target is 'delete.
5201
5202 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5203 method, this would bug out.
5204
5205 * gnus-group.el (gnus-group-expunge-group): Rename from
5206 gnus-group-nnimap-expunge, and implemented as a normal interface
5207 function.
5208
5209 * gnus-int.el (gnus-request-expunge-group): New function.
5210
5211 * nnimap.el (nnimap-request-create-group): Implement.
5212 (nnimap-request-expunge-group): New function.
5213
5214 2010-09-21 Julien Danjou <julien@danjou.info>
5215
5216 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5217 (gnus-html-cache-expired): Add new function.
5218 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5219 wethever we should display image for fetch it.
5220 Compute alt-text earlier to pass it to the fetching function too.
5221 (gnus-html-schedule-image-fetching): Change function argument to only
5222 get one image at a time, not a list.
5223 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5224 cache.
5225 (gnus-html-get-image-data): New function to retrieve image data from
5226 cache.
5227 (gnus-html-put-image): Change buffer argument to use image data rather
5228 than file, and place image above region rather than inserting a new
5229 one. Do not take alt-text as argument, since it's useless now: we place
5230 the image above alt-text.
5231 (gnus-html-prune-cache): Remove.
5232 (gnus-html-show-images): Start to fetch image when we find one, do not
5233 push into a temporary list.
5234 (gnus-html-prefetch-images): Only fetch image if they have expired.
5235 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5236 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5237
5238 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5239
5240 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5241
5242 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5243
5244 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5245 spec inser "*" if the group isn't active instead of 0.
5246
5247 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5248 opening the server.
5249 (nnimap-request-delete-group): Implement group deletion.
5250 (nnimap-transform-headers): Return the size of the entire message in
5251 the Bytes header, not just the size of the first part.
5252 (nnimap-request-move-article): When moving an article from nnimap,
5253 request the article first so the accepting form has an article to
5254 accept. Reported by Dan Christensen.
5255 (nnimap-command): Make sure that the error message doesn't error out.
5256
5257 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5258
5259 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5260 we haven't requested anything.
5261
5262 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5263
5264 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5265 "". Fix found by Andrew Cohen.
5266
5267 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5268 instead of -encode-string.
5269
5270 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5271
5272 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5273
5274 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5275 by mm-subst-char-in-string.
5276
5277 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5278
5279 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5280 waiting for the connection string.
5281
5282 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5283 arriving.
5284
5285 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5286 bogus characters. This allows selecting certain Gmail groups.
5287
5288 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5289 (nnimap-fetch-partial-articles): New variable.
5290 (nnimap-open-connection): When looking for credentials, also use the
5291 nnimap-server-port.
5292 (nnimap-request-article): Return the group/article number, so that Gnus
5293 `^' works as expected.
5294 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5295
5296 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5297 comments.
5298 (gnus-methods-sloppily-equal): New function.
5299 (gnus): When using the development version of Gnus, load the gnus-load
5300 file.
5301
5302 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5303 `gnus-open-server' on each method before trying to scan them etc.
5304 This ensures that all the backend parameters are set correctly.
5305
5306 * nnimap.el (nnimap-authenticator): New variable.
5307 (nnimap-open-connection): Allow anonymous login.
5308 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5309 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5310
5311 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5312 patch, found by Knut Anders Hatlen.
5313
5314 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5315
5316 * gnus-agent.el (gnus-agent-batch-confirmation)
5317 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5318 to gnus-message.
5319 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5320 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5321 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5322 * gnus-int.el (gnus-open-server): Likewise.
5323 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5324 (gnus-score-check-syntax): Likewise.
5325 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5326 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5327 Likewise.
5328 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5329
5330 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5331
5332 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5333 calling conventions so that prefetch doesn't bug out.
5334
5335 2010-09-19 Julien Danjou <julien@danjou.info>
5336
5337 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5338 rather than `subst-char-in-region' in order to be able to replace ASCII
5339 char by UTF-8 ones.
5340
5341 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5342 than curl.
5343 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5344 the right URL and ALT text on images.
5345 (gnus-html-wash-tags): Fix tag case.
5346 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5347 (gnus-article-html): Add -o display_ins_del=2 option.
5348 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5349
5350 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5351
5352 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5353 the extra mail headers, which sometimes seem to happen for unknown
5354 reasons.
5355
5356 * mail-parse.el (mail-header-encode-parameter): Define as
5357 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5358 (or most, perhaps?) mail readers don't understand the latter, but do
5359 understand the former.
5360
5361 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5362 to nil, so that no methods are automatically agentized. I think this
5363 is probably what most users want.
5364
5365 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5366 from url-retrieve, for instance about invalid URLs.
5367
5368 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5369 groups that have no articles.
5370 (nnimap-request-article): Check that we really got an article when we
5371 requested one.
5372
5373 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5374 doesn't exist.
5375
5376 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5377 nntp buffer so the agent can save it.
5378 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5379 that CRLF doesn't get translated to \n.
5380 (nnimap-open-connection): Don't make 'shell commands only send \n.
5381
5382 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5385 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5386 Update var name.
5387 (nnml-generate-nov-file): Use dolist.
5388 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5389 Use with-current-buffer.
5390
5391 2010-09-18 Julien Danjou <julien@danjou.info>
5392
5393 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5394 parallel.
5395
5396 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5397
5398 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5399 the range update right.
5400 (nnimap-request-group): Don't make `M-g' bug out on group with no
5401 marks.
5402 (nnoo): Require, so that other packages can require nnimap.
5403 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5404 command we're looking for. This helps when the server sends more
5405 responses after we've gotten everything we expected.
5406 (nnimap): Add a `newlinep' field to keep track of end-of-line
5407 conventions.
5408 Don't send CRLF to things that don't want it.
5409 (nnimap-request-accept-article): Ditto.
5410
5411 2010-09-18 Julien Danjou <julien@danjou.info>
5412
5413 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5414 than curl to retrieve images.
5415
5416 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5417
5418 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5419 the marks.
5420 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5421 (nnimap-wait-for-connection): New function.
5422 (nnimap-open-connection): If we have PREAUTH, don't query for login
5423 credentials.
5424 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5425 when doing a partial update.
5426
5427 2010-09-18 Julien Danjou <julien@danjou.info>
5428
5429 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5430 tags.
5431
5432 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5433
5434 * nnimap.el (nnimap-credentials): New function.
5435 (nnimap-open-connection): Use the new function to look for credentials
5436 also on the numeric equivalents of "imap" and "imaps".
5437
5438 * gnus-start.el (gnus-activate-group): Send the info to
5439 gnus-request-group.
5440
5441 * nnimap.el (nnimap-request-group): Have the "check" version of the
5442 function parse flags and update the info, so that a `M-g' get a total
5443 resync of all flags from the group.
5444
5445 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5446 to allow backends to alter the info on group selection. Also alter all
5447 the backend -request-group functions to take the parameter.
5448
5449 * nnimap.el (nnimap-store-info): New function.
5450 (nnimap-update-info): Store the info for later usage.
5451 (nnimap-request-group): Use the stored info for the dont-check case, so
5452 that we don't retrieve all marks when we enter a group.
5453
5454 * nnimap.el: Use deffoo instead of defun for interface functions.
5455
5456 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5457 update the group info. This makes the nndraft groups, for instance, go
5458 back to their old behaviour.
5459
5460 * gnus-sum.el (gnus-select-newsgroup): Indent.
5461
5462 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5463 in.
5464 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5465 nothing.
5466
5467 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5468 from methods that are denied.
5469
5470 * gnus-int.el (gnus-method-denied-p): New function.
5471
5472 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5473 store the password instead of netrc.
5474 (nnimap-open-connection): Don't error out when we can't make a
5475 connections.
5476
5477 * auth-source.el (auth-source-create): In the password prompt, say what
5478 we're querying for. Also prompt for user name if that hasn't been
5479 given.
5480
5481 * nnimap.el (nnimap-with-process-buffer): Remove.
5482
5483 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5484
5485 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5486 method when we're reading from the agent.
5487
5488 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5489
5490 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5491 that's probably most useful for users.
5492
5493 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5494 "failed" all the time.
5495
5496 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5497 ...)) with (with-current-buffer ... ).
5498
5499 * nntp.el (nntp-open-server): Return whether the open was successful or
5500 not.
5501
5502 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5503 select an unread unseen article first.
5504
5505 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5506 /etc/services, supply some sensible port defaults.
5507
5508 2010-09-17 Julien Danjou <julien@danjou.info>
5509
5510 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5511
5512 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5513
5514 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5515 doesn't have any parameters.
5516
5517 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5518
5519 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5520 only upcased checks.
5521
5522 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5523
5524 * nnimap.el (nnimap-open-shell-stream): New function.
5525 (nnimap-open-connection): Use it.
5526 (nnimap-transform-headers): Get the number of lines in each message.
5527 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5528 number of lines.
5529 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5530 problem.
5531
5532 * utf7.el (utf7-encode): Autoload.
5533
5534 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5535 to allow the mail splitting to not return a default group. This is
5536 useful for nnimap, which will leave unmatched mail in the inbox.
5537
5538 * nnimap.el: Rewritten.
5539
5540 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5541 nnimap usage.
5542
5543 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5544 if the move is internal, so that nnimap can do fast internal moves.
5545
5546 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5547 data.
5548 (gnus-read-active-for-groups): Support finishing the early retrieval of
5549 data.
5550
5551 * gnus-range.el (gnus-range-nconcat): New function.
5552
5553 * gnus-int.el (gnus-finish-retrieve-group-infos)
5554 (gnus-retrieve-group-data-early): New functions.
5555
5556 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5559 (nnrss-retrieve-groups):
5560 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5561 (pop3-quit): Use with-current-buffer.
5562
5563 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5564
5565 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5566 instead of nnheader-accept-process-output.
5567
5568 * gnus-html.el (gnus-html-schedule-image-fetching)
5569 (gnus-html-prefetch-images): Replace process-kill-without-query by
5570 gnus-set-process-query-on-exit-flag.
5571
5572 2010-09-16 Romain Francoise <romain@orebokech.com>
5573
5574 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5575
5576 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5577
5578 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5579 parameter to unintern is mandatory-ish in Emacs 24.
5580
5581 * gnus-html.el (gnus-html-schedule-image-fetching)
5582 (gnus-html-prefetch-images): Check for curl before using it.
5583
5584 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5585 depend on curl, which isn't essential.
5586
5587 * imap.el: Revert back to version
5588 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5589 seem problematic.
5590
5591 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5592
5593 * gnus-registry.el (gnus-registry-install-shortcuts):
5594 Explicitly pass `obarray' to `unintern' to avoid a warning.
5595
5596 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5597
5598 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5599 change.
5600
5601 * nnrss.el (nnrss-request-list): Remove this function and related
5602 functions, including the moreover stuff.
5603
5604 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5605
5606 * nnrss.el (nnrss-retrieve-groups): New function.
5607
5608 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5609
5610 * .dir-locals.el: Add no-byte-compile cookie.
5611
5612 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5613
5614 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5615 for back end that doesn't support request-scan.
5616
5617 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5618
5619 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5620 then do request scans from the backends.
5621
5622 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5623 avoid running a hook per line, since this takes a lot of time,
5624 profiling shows.
5625 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5626 directly if gnus-visual-p is true.
5627
5628 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5629
5630 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5631 groups; replace mapcar with dolist which is a bit faster; pass groups
5632 info to gnus-read-active-file-1.
5633 (gnus-read-active-file-1): Scan only specified groups if the new
5634 optional arg `infos' is given.
5635
5636 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5637
5638 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5639
5640 * pop3.el (pop3-movemail): Remove.
5641 (pop3-streaming-movemail): Rename to pop3-movemail.
5642
5643 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5644 don't restrict end-tag searches to the end of the line.
5645
5646 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5647
5648 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5649 articles of every unchecked group to t, which means unknown since the
5650 server has never been opened.
5651
5652 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5653
5654 * gnus-html.el (gnus-html-show-alt-text): New command.
5655 (gnus-html-browse-image): Ditto.
5656 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5657 to browse the image directly.
5658 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5659 better.
5660
5661 * gnus-async.el (gnus-async-article-callback):
5662 Call `gnus-html-prefetch-images' unconditionally.
5663
5664 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5665 before feeding URLs to curl.
5666
5667 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5668
5669 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5670 internal images as deletable by `W D D'.
5671
5672 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5673 (gnus-async-article-callback): Fix typo.
5674
5675 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5676
5677 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5678 current line to work around bugs in the output from w3m.
5679
5680 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5681 for groups that want that.
5682
5683 * nntp.el (nntp-wait-for-string): Supply a timeout for
5684 accept-process-output to ensure progress.
5685
5686 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5687 level to get unread articles from, then use that for foreign groups,
5688 too.
5689
5690 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5691 confuses the rest of the function.
5692
5693 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5694 for the methods that support -retrieve-groups, too.
5695
5696 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5697
5698 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5699
5700 * pop3.el: Require cl when compiling.
5701 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5702
5703 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5704
5705 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5706 that aren't going to be activated.
5707 (gnus-get-unread-articles): Fix up the last commit.
5708
5709 * gnus-html.el (gnus-article-html): Allow calling without specifying
5710 the handle. In that case, dissect the buffer first.
5711
5712 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5713
5714 * nnimap.el (nnimap-open-connection): Revert the change that would look
5715 into authinfo for imaps instead of imap.
5716
5717 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5718 say that you don't want to call gnus-request-group with don-check, but
5719 do check the reponse. This is for virtual groups only.
5720 (gnus-get-unread-articles): Count the archive groups as secondary, so
5721 that they're activated the same way as before.
5722
5723 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5724 case-insensitively.
5725 (nnimap-debug): Remove.
5726
5727 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5728 mail from a file, and the file doesn't exist.
5729
5730 * pop3.el (pop3-streaming-movemail): Return t for success.
5731
5732 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5733 .authinfo if we're using ssl connection.
5734
5735 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5736 already have if we're in a main Gnus `g' run.
5737
5738 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5739
5740 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5741
5742 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5743
5744 * nnmh.el (nnmh-request-list-1): Bind `file'.
5745
5746 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5747 alias to set-process-query-on-exit-flag or process-kill-without-query.
5748 (pop3-open-server): Use it.
5749
5750 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5751
5752 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5753 box to the Incoming file. Fixes mistake in previous checkin.
5754
5755 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5756 request loop (for debugging purposes) removed.
5757
5758 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5759 culprit is more visible.
5760 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5761 (nnml-add-incremental-nov): New functions to do "incremental" nov
5762 updates, where we just append to the end of the existing nov files
5763 without reading/writing them in full.
5764
5765 * mail-source.el (mail-source-delete-crash-box): Really only check the
5766 incoming files once in a while.
5767
5768 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5769
5770 * mail-source.el (mail-source-delete-crash-box): Only check the
5771 incoming files for deletion once per day to save a lot of file
5772 accesses.
5773
5774 * pop3.el (pop3-logon): Fix up unbound variable typo.
5775
5776 * mail-source.el (pop3-streaming-movemail): Autoload.
5777
5778 * pop3.el (pop3-streaming-movemail):
5779 Respect pop3-leave-mail-on-server.
5780
5781 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5782 retrieval.
5783
5784 * pop3.el (pop3-process-filter): Remove unused function.
5785 (pop3-streaming-movemail, pop3-send-streaming-command)
5786 (pop3-wait-for-messages, pop3-write-to-file)
5787 (pop3-number-of-responses): New functions for streaming pop3
5788 retrieval.
5789
5790 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5791 come from no known methods.
5792 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5793 list.
5794
5795 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5796 message sizes.
5797 (pop3-movemail): Use erase-buffer instead of looping and deleting
5798 regions, which seems rather odd.
5799
5800 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5801 file once per `g' run.
5802
5803 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5804 directories. This makes the draft queue directory work.
5805
5806 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5807 data from the backends, so that we only request the list of groups from
5808 each method once. This should speed things up considerably.
5809
5810 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5811 detect that it's not implemented.
5812
5813 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5814 we actually do recurse down into the tree, but don't stat all leaf
5815 nodes.
5816
5817 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5818 then say so instead of bugging out.
5819
5820 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5821 files exist before trying to read them.
5822
5823 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5824 around <pre_int>.
5825
5826 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5827
5828 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5829
5830 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5831
5832 * mm-util.el (mm-image-load-path): Just return the image directories,
5833 not all directories in the path in addition to the image directories.
5834 (mm-image-load-path): Maintain a cache of the image directories so that
5835 the `g' command in Gnus doesn't have to stat dozens of directories each
5836 time.
5837
5838 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5839 (gnus-html-wash-tags): Add a new `i' command to insert images.
5840 (gnus-html-insert-image): New command and keystroke.
5841 (gnus-html-redisplay-with-images): New command and keystroke.
5842 (gnus-html-show-images): Rename command.
5843 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5844 spacers.
5845 (gnus-html-wash-tags): Decode entities at the end, so that entities
5846 inside the tags don't mess up the rest of the "parsing".
5847
5848 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5849 so that nnimap methods aren't agentized by default. There's apparently
5850 many problems related to agent/imap behaviour.
5851
5852 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5853
5854 * gnus-html.el: Doc fix.
5855
5856 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5857
5858 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5859 glyph-width and glyph-height instead of display-graphic-p and
5860 image-size; make avoidance of displaying small images work for XEmacs.
5861
5862 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5863 for XEmacs.
5864
5865 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5866 of symbol that holds plist data.
5867 (gnus-process-plist): Remove plist of process after getting it.
5868
5869 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5870
5871 * message.el (message-generate-hashcash): Change default to
5872 'opportunistic if hashcash is installed.
5873
5874 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5875 (gnus-html-put-image): Only call image-size once, since it's somewhat
5876 time-consuming on remote X servers.
5877
5878 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5879
5880 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5881 decoded contents.
5882 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5883
5884 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5885
5886 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5887 group line format, since it isn't very interesting.
5888
5889 * gnus-agent.el (gnus-agent-short-article),
5890 (gnus-agent-long-article): Increase values for these two variables,
5891 since most people are likely to have more network connection and
5892 storage than before.
5893
5894 * gnus.el (gnus-refer-article-method): Change default to 'current.
5895 When referring an article, the common behaviour is to refer it from the
5896 current select method, not the native select method. The chances of
5897 the native select method having the message in question is rather slim
5898 these days.
5899
5900 * gnus-sum.el (gnus-auto-select-subject): Change default to
5901 `unseen-or-unread'. I think it's likely that most people want to
5902 select an unseen article over a previously seen, but unread one.
5903
5904 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5905 means that in the article buffer none of the minor mode elements will
5906 be shown, usually, and this is not desirable in most cases.
5907
5908 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5909 that commands like `d' (and the like) go to the next line in the
5910 buffer, instead of the next unread article. I think this is the
5911 behaviour that is most natural for most users.
5912 (gnus-single-article-buffer): Change default to nil, so that people can
5913 have as many article buffers open as they have summary buffer. I think
5914 this is the most natural way for the groups to behave.
5915
5916 * message.el (message-generate-new-buffers): Change default to
5917 `unsent', so that all new message buffers start their names with the
5918 string "*unsent", and it's easier to find the buffers if you move from
5919 them.
5920
5921 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5922
5923 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5924 small. They're probably tracking images.
5925 (gnus-html-wash-tags): Remove all <pre_int> place holders.
5926 (gnus-html-rescale-image): Yet another try at getting the image sizing
5927 right.
5928
5929 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5930 nntp-marks-file-name is nil.
5931
5932 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5933
5934 * gnus-html.el (gnus-html-wash-tags)
5935 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5936 Better logging.
5937
5938 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5939
5940 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5941
5942 * gnus-html.el (gnus-html-wash-tags): Check the value of
5943 gnus-blocked-images in the summary buffer.
5944
5945 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5946
5947 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5948
5949 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5950
5951 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5952 like "a", it seems like.
5953 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5954 since it needs to be picked from the correct buffer.
5955
5956 * nnwfm.el: Remove.
5957
5958 * nnlistserv.el: Remove.
5959
5960 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5961
5962 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5963 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5964
5965 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5966
5967 * nnkiboze.el: Remove.
5968
5969 * nndb.el: Remove.
5970
5971 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5972 alt text.
5973 (gnus-html-rescale-image): Try to get the rescaling logic right for
5974 images that are just wide and not tall.
5975
5976 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5977 overshadow variable bindings.
5978
5979 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5980
5981 * gnus-html.el (gnus-html-wash-tags)
5982 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5983 Add extra logging.
5984
5985 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5986
5987 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5988 (gnus-max-image-proportion): New variable.
5989 (gnus-html-rescale-image): New function.
5990 (gnus-html-put-image): Rescale images.
5991
5992 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5993
5994 Fix up some byte-compiler warnings.
5995 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5996 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5997 (gnus-article-fill-cited-article, gnus-article-hide-citation)
5998 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5999 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6000 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6001 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6002
6003 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6004
6005 * gnus-html.el (gnus-article-html): Decode contents by charset.
6006
6007 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6008
6009 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6010 (gnus-html-frame-width, gnus-blocked-images)
6011 * message.el (message-prune-recipient-rules): Add custom version.
6012 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6013
6014 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6015 functions.
6016
6017 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6018 gnus-process-get.
6019
6020 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6021
6022 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6023 instead of lsub directly.
6024
6025 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6026
6027 * nnwarchive.el: Remove.
6028
6029 * gnus-soup.el: Remove.
6030
6031 * nnsoup.el: Remove.
6032
6033 * nnultimate.el: Remove.
6034
6035 * gnus-html.el (gnus-blocked-images): New variable.
6036
6037 * message.el (message-prune-recipients): New function.
6038 (message-prune-recipient-rules): New variable.
6039
6040 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6041 guess whether a long line is natural text or not.
6042
6043 * gnus-html.el (gnus-html-schedule-image-fetching):
6044 Use gnus-process-plist and friends for compatibility.
6045
6046 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * gnus-html.el: Require packages that define macros used in this file.
6049 (gnus-article-mouse-face): Declare to silence byte-compiler.
6050 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6051 process-get.
6052 (gnus-html-put-image): Use plist-get to avoid getf.
6053 (gnus-html-prefetch-images): Use with-current-buffer.
6054
6055 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6056
6057 * gnus-ems.el: Provide compatibility functions for
6058 gnus-set-process-plist.
6059
6060 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6061 * gnus.el (gnus-valid-select-methods)
6062 * message.el (message-send-mail-partially-limit)
6063 * mm-decode.el (mm-text-html-renderer)
6064 * mml.el (mml-insert-mime-headers-always)
6065 * smiley.el (smiley-regexp-alist): Bump custom version.
6066
6067 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6068
6069 * gnus-html.el: require mm-url.
6070 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6071 with the url to `url'.
6072 (gnus-html-wash-tags): Support cid: URLs/images.
6073
6074 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6075
6076 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6077 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6078 bindings, as they aren't useful at all. `w' is moved to `W w'.
6079
6080 * gnus-move.el: Remove file, since it doesn't really work.
6081
6082 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6083 UTF-8. This seems to fix problems with some German web feeds.
6084
6085 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6086 at the top so that the proper colours are applied.
6087
6088 * gnus-art.el (gnus-article-view-part): Doc fix.
6089
6090 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6091 XEmacs-compatible.
6092 (gnus-html-put-image): Don't do images on non-graphic displays.
6093
6094 * nnslashdot.el: Remove this unused backend.
6095
6096 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6097 actions.
6098 (gnus-undo-register-1): Revert last change.
6099
6100 * gnus-group.el (gnus-group-completing-read): Protect against not
6101 having completion-styles bound.
6102
6103 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6104 make broken recipients happier.
6105
6106 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6107
6108 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6109 point parameter.
6110
6111 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6112 completion-styles for group selection.
6113
6114 2009-02-04 Andreas Schwab <schwab@suse.de>
6115
6116 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6117 headers and regexp-quote the match if necessary.
6118
6119 2009-03-24 Miles Bader <miles@gnu.org>
6120
6121 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6122 the blinking smiley.
6123
6124 2009-03-24 Simon Josefsson <simon@josefsson.org>
6125
6126 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6127 blink smiley.
6128
6129 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6130
6131 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6132 where the dribbel file lives exists.
6133
6134 * message.el (message-send-mail-partially-limit): Change the default to
6135 nil, since most people don't want this.
6136
6137 * mm-url.el (mm-url-decode-entities): Also decode entities like
6138 &#x3212.
6139
6140 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6141
6142 * gnus-sum.el (gnus-summary-idna-message):
6143 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6144 Hyperlink urls in docstrings with URL `...'.
6145
6146 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6147
6148 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6149 functions.
6150
6151 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6152
6153 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6154 say what the mouseover text should be.
6155
6156 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6157 version of the mm-w3m-safe-url-regexp variable to only download images
6158 in the groups where we want that to happen.
6159
6160 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6161
6162 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6163 easier debugging.
6164 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6165 big pictures in the article buffer.
6166
6167 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6168 gnus-article-html.
6169 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6170 w3m.
6171
6172 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6173
6174 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6175
6176 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6177 which doesn't exist.
6178
6179 * message.el (message-inhibit-ecomplete): New variable to allow some
6180 function to inhibit ecomplete address storage.
6181 (message-resend): Disable ecomplete message storage when resending
6182 messages.
6183
6184 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6185
6186 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6187
6188 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6189 Save excursion while copying, moving, and deleting articles in order to
6190 prevent the cursor from jumping to unforeseen place.
6191
6192 2010-08-17 Glenn Morris <rgm@gnu.org>
6193
6194 * gnus-sync.el: Require gnus components whose functions are used.
6195
6196 * gnus-art.el (bookmark-make-record-function):
6197 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6198 Declare for compiler.
6199
6200 * mm-url.el (mml-compute-boundary): Autoload.
6201
6202 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6203
6204 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6205
6206 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6207
6208 Typo fix "hoo4a" -> "hook".
6209
6210 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6211
6212 2010-08-14 Glenn Morris <rgm@gnu.org>
6213
6214 * gnus-sync.el (gnus-sync): Fix defgroup version.
6215
6216 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6217
6218 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6219
6220 * gnus-sync.el: Fix docs.
6221 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6222 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6223
6224 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6225
6226 Optimizations for gnus-sync.el.
6227
6228 * gnus-sync.el: Add docs about gnus-sync-backend
6229 possibilities.
6230 (gnus-sync-save): Remove unnecessary message.
6231 (gnus-sync-read): Optimize and show what groups were skipped.
6232
6233 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6234
6235 Minor bug fixes for gnus-sync.el.
6236
6237 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6238 Don't read the sync on get-new-news.
6239
6240 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6241 quiet.
6242
6243 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6244 (fix typo).
6245
6246 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6247
6248 Make saving and restoring of hidden threads work with overlays.
6249 Patch applied by Ted Zlatanov.
6250
6251 * gnus-sum.el (gnus-hidden-threads-configuration)
6252 (gnus-restore-hidden-threads-configuration): Update to deal with text
6253 properties, rather than searching for a magic character.
6254
6255 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6256
6257 New gnus-sync.el library for synchronization of marks.
6258
6259 * gnus-sync.el: New library for synchronization of marks.
6260
6261 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6262 renamed from `gnus-registry-grep-in-list'.
6263
6264 * gnus-registry.el (gnus-registry-follow-group-p):
6265 Use `gnus-grep-in-list'.
6266
6267 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6268
6269 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6270
6271 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6272 determining charset of text fails.
6273
6274 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6275
6276 * nnmail.el (nnmail-get-new-mail-1): Revert.
6277
6278 * nnml.el (nnml-active-number): Make sure names of newly created groups
6279 in nnml-group-alist are encoded.
6280
6281 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6282
6283 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6284 containing non-ASCII characters in active file for nnml back end.
6285
6286 2010-07-24 David Engster <dengste@eml.cc>
6287
6288 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6289 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6290
6291 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6292
6293 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6294 tag (Bug#6654).
6295
6296 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6297
6298 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6299 the article buffer, not the summary buffer.
6300
6301 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6302
6303 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6304 Emacs 23 as well.
6305
6306 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6307
6308 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6309 Patch applied by Karl Fogel.
6310
6311 * gnus-sum.el (gnus-summary-bookmark-make-record):
6312 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6313
6314 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6315
6316 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6317 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6318 C-w still not working correctly from Article buffers; Thierry's
6319 patch to fix that will be applied after this.
6320
6321 * gnus-art.el (bookmark-make-record-function): New local variable.
6322
6323 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6324 article buffer.
6325 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6326
6327 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6328
6329 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6330 on changes in bookmark.el.
6331
6332 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6333
6334 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6335 the *other* type of HTML form submission.
6336
6337 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6338
6339 * auth-source.el (auth-source-pick): If choice does not contain a
6340 questioned keyword, set the check to t.
6341
6342 2010-06-12 Romain Francoise <romain@orebokech.com>
6343
6344 * gnus-util.el (gnus-date-get-time): Move up before first use.
6345
6346 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6347
6348 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6349 (gnus-article-edit-part): Bind it to make last part that is substituted
6350 or deleted visible.
6351 (gnus-mime-display-single): Buttonize part of which id equals to
6352 gnus-mime-buttonized-part-id.
6353
6354 2010-06-10 Dan Christensen <jdc@uwo.ca>
6355
6356 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6357 (gnus-dd-mmm): Use gnus-date-get-time.
6358 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6359 simplify logic.
6360 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6361 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6362
6363 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6364
6365 * auth-source.el (top): Autoload `secrets-list-collections',
6366 `secrets-create-item', `secrets-delete-item'.
6367 (auth-sources): Fix tag string.
6368 (auth-get-source, auth-source-retrieve, auth-source-create)
6369 (auth-source-delete): New defuns.
6370 (auth-source-pick): Rewrite in order to avoid 2 passes.
6371 (auth-source-forget-user-or-password): New parameter USERNAME.
6372 (auth-source-user-or-password): New parameters CREATE-MISSING and
6373 DELETE-EXISTING. Retrieve password interactively, if needed.
6374
6375 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6376
6377 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6378 deleting unused directories when gnus-expert-user is t.
6379
6380 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6381
6382 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6383 for each temp file when gnus-article-browse-delete-temp is ask.
6384
6385 2010-05-20 Kevin Ryde <user42@zip.com.au>
6386
6387 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6388
6389 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6390
6391 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6392 article unless decoding article to be saved.
6393
6394 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6395
6396 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6397 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6398 generated within the mm-with-unibyte-current-buffer macro.
6399
6400 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6401
6402 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6403 to nil when we're in a mml-preview buffer and no group is selected.
6404
6405 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6406
6407 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6408 when catching the `C-g'. Reported by "Leo".
6409
6410 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6411
6412 * message.el (message-forward-make-body-plain)
6413 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6414 multibyte-string-p.
6415
6416 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6417
6418 * message.el (message-forward-make-body-mml): Assume original message
6419 is multibyte string; error on unibyte.
6420 (message-forward-make-body-plain): Ditto; don't add excessive newline
6421 in body end.
6422
6423 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6424
6425 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6426 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6427
6428 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6429
6430 * mm-extern.el (mm-extern-url): Don't use
6431 mm-with-unibyte-current-buffer.
6432 (mm-extern-cache-contents): Use with-current-buffer instead of
6433 save-excursion + set-buffer.
6434
6435 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6436
6437 * mm-util.el (mm-emacs-mule): Remove.
6438
6439 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6440
6441 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6442 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6443 change.
6444
6445 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6446
6447 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6448 bind the default value of enable-multibyte-characters to nil.
6449
6450 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6451
6452 * message.el (message-forward-make-body-plain)
6453 (message-forward-make-body-mml):
6454 Don't use mm-with-unibyte-current-buffer.
6455
6456 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6457
6458 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6459 (Bug#5592).
6460
6461 2010-05-07 Julien Danjou <julien@danjou.info>
6462
6463 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6464 it to mm-pipe-part.
6465
6466 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6467 it is given.
6468
6469 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6470
6471 * nnweb.el (nnweb-gmane-search)
6472 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6473 XEmacs.
6474
6475 * gnus-art.el (gnus-article-browse-html-parts)
6476 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6477 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6478 make-temp-file.
6479
6480 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6481 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6482 compiling.
6483
6484 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6485 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6486 XEmacs when compiling.
6487
6488 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6489 gnus-pick-mode-off-hook for XEmacs when compiling.
6490 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6491 gnus-binary-mode-off-hook for XEmacs when compiling.
6492
6493 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6494 Return nil if char-charset is not available.
6495
6496 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6497 macro.
6498
6499 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6500 instead of encode-coding-string.
6501
6502 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6503 'xemacs) instead of mm-emacs-mule to switch function definitions.
6504 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6505
6506 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6507
6508 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6509
6510 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6511
6512 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6513 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6514
6515 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6516
6517 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6518 alias `jka-compr-delete-temp-file' no longer exists.
6519
6520 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 Use define-minor-mode in Gnus where applicable.
6523 * mml.el (mml-mode): Use define-minor-mode.
6524 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6525 (gnus-undo-mode): Use define-minor-mode.
6526 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6527 (gnus-dead-summary-mode): Use define-minor-mode.
6528 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6529 Initialize in declaration.
6530 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6531 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6532 (gnus-mailing-list-mode): Use define-minor-mode.
6533 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6534 (gnus-draft-mode): Use define-minor-mode.
6535 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6536 (gnus-dired-mode): Use define-minor-mode.
6537
6538 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6539
6540 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6541 handles on recursive mml-to-mime translation and check them for
6542 boundary delimiter collisions. Reported by Greg Troxel.
6543
6544 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6545
6546 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6547
6548 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * mm-util.el (mm-find-buffer-file-coding-system):
6551 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6552
6553 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6554
6555 * message.el (message-generate-headers): Record insertion of optional
6556 headers as well. Otherwise the check to prevent repeated insertion of
6557 optional headers is a no-op.
6558
6559 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6560
6561 * smime.el: Don't mention CVS.
6562
6563 * nnrss.el (nnrss-fetch): Don't mention CVS.
6564
6565 * nnir.el: Don't mention CVS.
6566
6567 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * gnus-sum.el (gnus-summary-bookmark-make-record):
6570 Add `location' field.
6571
6572 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6575 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6576 Use with-current-buffer to silence the byte-compiler.
6577 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6578 bother to require `gnus'.
6579 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6580
6581 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6582
6583 * gnus-sum.el (gnus-summary-bookmark-make-record)
6584 (gnus-summary-bookmark-jump): New functions.
6585 (gnus-summary-mode): Setup bookmark support.
6586
6587 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6588
6589 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6590 if set.
6591
6592 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6593
6594 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6595 gnus-article-browse-html-save-cid-image; make it work recursively for
6596 forwarded messages as well.
6597 (gnus-article-browse-html-parts): Work when prefix arg is given.
6598 (gnus-article-browse-html-article): Doc fix.
6599
6600 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6601
6602 * message.el (message-default-mail-headers):
6603 (message-default-headers): Carry the value mail-default-headers over
6604 into message-default-mail-headers, rather than message-default-headers.
6605
6606 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6607
6608 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6609 charset.
6610
6611 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6612 charset into the <meta> tag when the article is encoded to utf-8.
6613
6614 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6615
6616 * gnus-art.el (gnus-article-browse-delete-temp-files):
6617 Delete directories as well.
6618 (gnus-article-browse-html-parts): Work for images that do not specify
6619 file names; delete temp directory when quitting; insert header at the
6620 right place; use file: scheme for image files.
6621
6622 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6623
6624 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6625 (gnus-article-browse-html-parts): Use it to make temporary cid image
6626 files in addition to html file so that browser may display them.
6627
6628 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6629
6630 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6631
6632 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6633
6634 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6635
6636 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6637
6638 * auth-source.el (auth-sources): Change default to be simpler.
6639 Explain about Secret Service API sources. Improve Customize options.
6640 (auth-source-pick): Change to accept any number of search parameters.
6641 Implement fallbacks iteratively, not recursively. Add scoring on the
6642 second pass and sort by score. Call Secret Service API when needed.
6643 (auth-source-user-or-password): Use it. Call Secret Service API
6644 directly when needed to get the user name and the password.
6645
6646 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6647
6648 * message.el (message-interactive): Doc fix.
6649 (message-qmail-inject-args): Reflow.
6650 (message-kill-to-signature): Fix typo in docstring.
6651
6652 * smiley.el (smiley-buffer): Fix typo in docstring.
6653
6654 2010-03-24 Glenn Morris <rgm@gnu.org>
6655
6656 * mail-source.el (gnus-message): Declare.
6657 (mail-source-delete-old-incoming): Require gnus-util.
6658
6659 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6660
6661 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6662
6663 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6664
6665 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6666 password-cache's default if it is not bound.
6667 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6668 password-cache-expiry's default if it is not bound.
6669
6670 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6671 available in Emacs 21.
6672
6673 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6674
6675 * auth-source.el (auth-sources): Fix up definition so extra parameters
6676 are always inline.
6677
6678 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6679
6680 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6681 wasn't updated after mismatch. Clear cached mailbox info correctly
6682 when uidvalidity changes.
6683 (nnimap-group-prefixed-name): New function to avoid some code
6684 duplication.
6685 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6686 (nnimap-request-group): Use it.
6687 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6688 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6689 with many imap folders. This is done by caching the group status from
6690 the imap server persistently in a group parameter `imap-status'. (This
6691 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6692 but not persistently, so every Gnus startup was still very slow.)
6693
6694 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6695
6696 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6697 secrets.el dependency.
6698 (auth-sources): Add optional user name. Add secrets.el configuration
6699 choice (unused right now).
6700
6701 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6702
6703 * gnus-sum.el (gnus-summary-make-menu-bar):
6704 Let `gnus-registry-install-shortcuts' fill in the functions.
6705
6706 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6707 warnings.
6708 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6709 (gnus-registry-install-shortcuts): Populate and use it in a
6710 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6711
6712 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6713
6714 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6715 In-place substitutions for the group name encoding/decoding.
6716 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6717 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6718 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6719 (nnimap-update-unseen, nnimap-request-list)
6720 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6721 (nnimap-request-set-mark, nnimap-split-to-groups)
6722 (nnimap-split-articles, nnimap-request-newgroups)
6723 (nnimap-request-create-group, nnimap-request-accept-article)
6724 (nnimap-request-delete-group, nnimap-request-rename-group)
6725 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6726 `encoded-mbx' for consistency.
6727 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6728 variable `imap-current-mailbox'.
6729
6730 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6731 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6732
6733 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6734
6735 * pop3.el (pop3-display-message-size-flag): Display message size byte
6736 counts during POP3 download.
6737 (pop3-movemail): Use it.
6738 (pop3-list): Implement listing of available messages.
6739
6740 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6741
6742 * nnir.el (nnir-get-article-nov-override-function): New function to
6743 override the normal NOV retrieval.
6744 (nnir-retrieve-headers): Use it.
6745
6746 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6747
6748 * auth-source.el (netrc-machine-user-or-password): Autoload.
6749
6750 2010-03-19 Glenn Morris <rgm@gnu.org>
6751
6752 Stop message.el from loading about 40 libraries it doesn't always need.
6753 The general approach is to autoload rather than require, and to
6754 require in the specific functions rather than the file. (Bug#5642)
6755
6756 * gmm-utils.el: Don't require wid-edit.
6757 (widget-create-child-value, widget-convert, widget-default-get):
6758 Autoload.
6759
6760 * gnus-util.el: Don't require time-date, netrc.
6761 (message-fetch-field, gnus-group-name-decode): Declare rather than
6762 autoloading.
6763 (gnus-fetch-field): Require message.
6764 (gnus-decode-newsgroups): Require gnus-group.
6765
6766 * ietf-drums.el: Don't require time-date.
6767
6768 * message.el: Don't require hashcash, canlock, ecomplete.
6769 Do require mail-utils. Require nnheader only when compiling.
6770 (smtpmail-default-smtp-server): Remove declaration.
6771 (message-send-mail-function): Check smtpmail-default-smtp-server
6772 is bound rather than requiring smtpmail.
6773 (message-auto-save-directory, message-insert-signature):
6774 Use expand-file-name rather than nnheader-concat.
6775 (nnheader-insert-file-contents): Autoload.
6776 (hashcash-wait-async): Declare.
6777 (message-send-mail): Only call gnus-setup-posting-charset if
6778 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6779 (message-send-mail-with-sendmail): Require sendmail.
6780 (canlock-password, canlock-password-for-verify): Declare.
6781 (message-canlock-password): Require canlock.
6782 (nnheader-get-report): Autoload.
6783 (gnus-setup-posting-charset): Declare.
6784 (message-send-news): Require gnus-msg.
6785 (message-make-references, message-make-in-reply-to): Use mail-header-id
6786 rather than the alias mail-header-message-id.
6787 (ecomplete-add-item, ecomplete-save): Declare.
6788 (message-put-addresses-in-ecomplete): Require ecomplete.
6789 (ecomplete-display-matches): Autoload.
6790
6791 * mm-decode.el: Don't require mailcap, gnus-util.
6792 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6793 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6794 Autoload.
6795 (mailcap-mime-extensions): Declare.
6796
6797 * mm-encode.el: Don't require mailcap.
6798 (mailcap-extension-to-mime): Autoload.
6799
6800 * mml-sec.el: Don't require password-cache.
6801
6802 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6803 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6804 (mml-minibuffer-read-type): Require mailcap.
6805 (mml-preview): Require gnus-msg.
6806
6807 * mml1991.el: Require password-cache.
6808 (password-cache-expiry): Remove declaration.
6809
6810 * mml2015.el: Require password-cache.
6811 (password-cache-expiry): Remove declaration.
6812
6813 * nneething.el (mailcap): Require mailcap.
6814
6815 * nnheader.el (declare-function): Add compatibility stub.
6816 (message-remove-header): Declare rather than autoload.
6817 (nnheader-replace-header): Require message.
6818
6819 * nnimap.el (declare-function): Add compatibility stub.
6820 (netrc-parse, netrc-machine-user-or-password): Declare.
6821 (nnimap-open-connection): Require netrc.
6822
6823 * nntp.el (declare-function): Add compatibility stub.
6824 (netrc-parse, netrc-machine, netrc-get): Declare.
6825 (nntp-send-authinfo): Require netrc.
6826
6827 * rfc2047.el: Don't require qp.
6828 (quoted-printable-encode-region, quoted-printable-decode-string):
6829 Autoload.
6830
6831 * sieve-mode.el: Don't require easymenu.
6832 (easy-menu-add-item): Autoload it.
6833
6834 * spam-stat.el (time-to-number-of-days): Autoload it.
6835
6836 2010-03-17 Kevin Ryde <user42@zip.com.au>
6837
6838 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6839 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6840 value if any backslash escapes).
6841
6842 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6843
6844 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6845 if it is available. (bug#5647)
6846
6847 2010-02-26 Glenn Morris <rgm@gnu.org>
6848
6849 * message.el (message-send-mail-function): Change the default, so that
6850 it inherits from a customized send-mail-function. (Bug#5643)
6851
6852 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6855 shell-command-to-string signals an error (bug#5299).
6856
6857 2010-02-24 Glenn Morris <rgm@gnu.org>
6858
6859 * message.el (message-smtpmail-send-it)
6860 (message-send-mail-with-mailclient): Doc fixes.
6861
6862 2010-02-16 Glenn Morris <rgm@gnu.org>
6863
6864 * message.el (message-default-mail-headers): Change the default value
6865 to ease the transition from mail-mode to message-mode. (Bug#5555)
6866
6867 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6868
6869 * message.el (message-mail): Just pass yank-action on to message-setup.
6870 (message-setup): Handle (FUN . ARGS) form of yank-action.
6871 (message-with-reply-buffer, message-widen-reply)
6872 (message-yank-original): Handle non-buffer values of
6873 message-reply-buffer (Bug#4080).
6874 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6875
6876 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6877
6878 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6879 Fix typo in docstring.
6880
6881 2010-01-08 Jason Rumney <jasonr@gnu.org>
6882
6883 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6884 response.
6885
6886 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6887
6888 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6889
6890 * message.el (message-check-news-header-syntax): Protect against a
6891 string that `rfc822-addresses' returns when parsing fails.
6892
6893 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6894
6895 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6896 (gnus-previous-char-property-change): New functions.
6897
6898 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6899
6900 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6901
6902 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6903 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6904
6905 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6906
6907 * message.el (message-exchange-point-and-mark): Rework last change to
6908 avoid using optional arg of exchange-point-and-mark, for backward
6909 compatibility.
6910
6911 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6912
6913 * message.el (message-exchange-point-and-mark):
6914 Call exchange-point-and-mark with an argument rather than setting
6915 mark-active by hand (Bug#5175).
6916
6917 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6918
6919 * nntp.el (nntp-service-to-port): Work for service expressed with
6920 numeric string; replace [:digit:] with [0-9] for XEmacs.
6921
6922 2009-12-17 Glenn Morris <rgm@gnu.org>
6923
6924 * gnus-group.el (gnus-bug-group-download-format-alist):
6925 Change emacs entry to debbugs.gnu.org. Bump :version.
6926
6927 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6928
6929 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6930
6931 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6932
6933 * message.el (message-info): Explain why we use `Info-goto-node'.
6934
6935 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * message.el (message-completion-in-region): New compatibility function.
6938 (message-expand-group): Use it.
6939
6940 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6941
6942 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6943 with no unread article should be listed if the 2nd arg `predicate' is
6944 given.
6945
6946 2009-11-29 Juri Linkov <juri@jurta.org>
6947
6948 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6949 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
6950 on `gnus-recenter'. (Bug#4698, Bug#4981)
6951
6952 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6953
6954 * message.el (message-from-style, message-interactive)
6955 (message-signature): Always set default values from the corresponding
6956 mail-* variables.
6957 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6958 (message-yank-prefix, message-indentation-spaces)
6959 (message-signature-file, message-default-headers): Use boundp rather
6960 than (featurep 'xemacs) to check if the corresponding mail-* variables
6961 exist.
6962
6963 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6964
6965 * message.el (message-send-mail-with-sendmail): Revert last change.
6966
6967 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6968
6969 * message.el (message-from-style, message-interactive)
6970 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6971 (message-yank-prefix, message-indentation-spaces, message-signature)
6972 (message-signature-file, message-default-headers): For GNU Emacs, set
6973 default values from the corresponding mail-* variables.
6974 (message-send-mail-with-sendmail): Use envelope-from only if
6975 mail-specify-envelope-from is non-nil.
6976
6977 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6978
6979 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6980 containing tspecial characters if they have been already quoted.
6981
6982 2009-10-24 Glenn Morris <rgm@gnu.org>
6983
6984 * gnus-art.el (help-xref-stack-item): Define for compiler.
6985
6986 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6987
6988 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6989
6990 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6991
6992 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6993 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6994
6995 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
6996
6997 * gnus.el (gnus-overlay-get): New alias to overlay-get.
6998 (gnus-overlays-in): New alias to overlays-in.
6999
7000 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7001 gnus-overlay-get, and gnus-delete-overlay.
7002 (gnus-summary-show-thread): Make it work as well for systems in which
7003 next-single-char-property-change is not available.
7004 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7005
7006 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7007
7008 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7009
7010 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7011
7012 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7013 and XEmacs that don't have `remove-overlays'.
7014
7015 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7018 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7019 selective display. Use overlays instead.
7020
7021 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7022
7023 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7024
7025 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7026
7027 * spam-stat.el (spam-stat-load): Fix typo in message.
7028
7029 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7030
7031 * gnus-art.el (gnus-article-encrypt-body):
7032 * message.el (message-check-recipients):
7033 * mm-util.el (mm-codepage-setup):
7034 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7035 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7036
7037 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7038
7039 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7040 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7041 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7042 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7043 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7044
7045 2009-09-18 Glenn Morris <rgm@gnu.org>
7046
7047 * gnus-diary.el (gnus-diary-check-message):
7048 * message.el (message-insert-formatted-citation-line):
7049 * nnbabyl.el (top-level):
7050 * nndiary.el (nndiary-schedule):
7051 Fix typos in condition-case handlers.
7052
7053 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7054
7055 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7056 configuration that provides the sole article window in a frame;
7057 position point correctly after deleting a part.
7058
7059 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7060
7061 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7062 (spam-resolve-registrations-routine): Use it to unregister articles
7063 that change status.
7064
7065 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7066
7067 * nnrss.el (nnrss-request-article): Remove binding of
7068 default-enable-multibyte-characters that has gotten needless by
7069 the 2007-07-13 change in rfc2047-encode-message-header.
7070
7071 * mml.el (mml-insert-multipart): Error on the message header.
7072 (mml-insert-part): Error on the message header; position point at
7073 the end of a MIME tag.
7074
7075 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7078 (gnus-float-time): Alias to float-time if it exists.
7079
7080 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7081 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7082 float-time is available; suppress compile warning for time-to-seconds.
7083
7084 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7085
7086 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7087 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7088 Add the optional argument `encoding' that overrides the default.
7089
7090 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7091 mm-encode-buffer.
7092
7093 2009-09-04 Glenn Morris <rgm@gnu.org>
7094
7095 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7096 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7097 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7098 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7099 * mm-util.el (mm-with-unibyte-current-buffer)
7100 (mm-find-buffer-file-coding-system):
7101 * yenc.el (yenc-decode-region): Use default-value rather than
7102 default-enable-multibyte-characters.
7103
7104 2009-09-03 Glenn Morris <rgm@gnu.org>
7105
7106 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7107 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7108 than default-enable-multibyte-characters.
7109
7110 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7111
7112 * gnus-art.el (gnus-article-read-summary-keys):
7113 Fix gnus-buffer-configuration's value temporarily used.
7114
7115 2009-09-02 Glenn Morris <rgm@gnu.org>
7116
7117 * gnus-util.el (gnus-float-time): New function.
7118 * gnus-delay.el (gnus-delay-article):
7119 * gnus-sum.el (gnus-thread-latest-date):
7120 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7121 * nnspool.el (nnspool-request-newgroups):
7122 Use gnus-float-time rather than time-to-seconds.
7123 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7124
7125 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7126 (gnus-header-subject-face, gnus-header-newsgroups-face)
7127 (gnus-header-name-face, gnus-header-content-face):
7128 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7129 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7130 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7131 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7132 (gnus-cite-face-11):
7133 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7134 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7135 (gnus-server-closed-face, gnus-server-denied-face)
7136 (gnus-server-offline-face):
7137 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7138 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7139 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7140 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7141 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7142 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7143 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7144 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7145 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7146 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7147 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7148 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7149 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7150 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7151 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7152 (gnus-summary-high-undownloaded-face)
7153 (gnus-summary-low-undownloaded-face)
7154 (gnus-summary-normal-undownloaded-face)
7155 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7156 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7157 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7158 (gnus-splash-face):
7159 * message.el (message-header-to-face, message-header-cc-face)
7160 (message-header-subject-face, message-header-newsgroups-face)
7161 (message-header-other-face, message-header-name-face)
7162 (message-header-xheader-face, message-separator-face)
7163 (message-cited-text-face, message-mml-face):
7164 * sieve-mode.el (sieve-control-commands-face)
7165 (sieve-action-commands-face, sieve-test-commands-face)
7166 (sieve-tagged-arguments-face):
7167 * spam.el (spam-face):
7168 Mark face aliases with "-face" in the name as obsolete.
7169
7170 2009-09-01 Glenn Morris <rgm@gnu.org>
7171
7172 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7173 than goto-line.
7174
7175 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7176
7177 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7178 Don't move point if the command is invoked inside the message header.
7179
7180 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7183 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7184 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7185 * nnir.el (nnir-swish-e-index-file):
7186 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7187 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7188 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7189 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7190 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7191 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7192
7193 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7194
7195 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7196 Don't save excursion.
7197
7198 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7199
7200 * nnheader.el (nnheader-find-file-noselect):
7201 * mm-util.el (mm-insert-file-contents):
7202 Use (default-value 'major-mode) instead of default-major-mode.
7203
7204 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7207
7208 2009-08-25 Glenn Morris <rgm@gnu.org>
7209
7210 * nnir.el (top-level): Don't require cl at run-time.
7211 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7212 Replace cl-function substitute with gnus-replace-in-string.
7213 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7214 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7215 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7216 simplified expansions.
7217
7218 2009-08-22 Glenn Morris <rgm@gnu.org>
7219
7220 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7221 goto-line.
7222
7223 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7224
7225 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7226
7227 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7228 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7229 (gnus-mm-display-part, gnus-mime-display-single)
7230 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7231 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7232
7233 * gnus-sum.el
7234 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7235 (gnus-summary-move-article): Add expirable mark to articles copied or
7236 moved to group that has auto-expire turned on if the option is non-nil.
7237
7238 2009-07-24 Glenn Morris <rgm@gnu.org>
7239
7240 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7241 Fix typo. (Bug#3903)
7242
7243 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7244
7245 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7246 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7247 that should not be used for draft articles.
7248 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7249 that has no concern in minor mode keys.
7250 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7251 Abolish.
7252
7253 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7254
7255 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7256 article without making inquiry to a user for unknown encoding.
7257
7258 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7259 (nnmaildir--scan): Assume i-node and device number that file-attributes
7260 returns might be cons-cell.
7261
7262 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7263
7264 * auth-source.el: Remove docs now in auth.texi. Don't use
7265 `gnus-message' for logging. Add new variables `auth-source-debug' and
7266 `auth-source-hide-passwords' and use them.
7267
7268 2009-07-15 Glenn Morris <rgm@gnu.org>
7269
7270 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7271
7272 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7273
7274 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7275 excessive whitespace from the default values of title and description.
7276
7277 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7278
7279 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7280 mail-fetch-field to fetch Content-Description header in order to
7281 exclude newlines.
7282
7283 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7284
7285 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7286 to deleted part.
7287
7288 2009-05-30 David Engster <dengste@eml.cc>
7289
7290 * nnmairix.el: Remove old documentation in the commentary block.
7291 (nnmairix-request-group): Do not update active file for nnml back ends.
7292 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7293 end so that overview files are ignored.
7294 (nnmairix-update-groups): Make updating the groups more robust by using
7295 marks.
7296 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7297 with dollar characters in message-id.
7298
7299 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7300
7301 * spam.el: Use dns-query instead of query-dns. Was renamed on
7302 2008-12-25 in dns.el.
7303
7304 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7307 could happen if the text is only composed of spaces and/or tabs.
7308
7309 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7310
7311 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7312 when sending a queued message to avoid extra mml tags.
7313
7314 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7315
7316 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7317
7318 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7319
7320 * gnus-dired.el: Remove autoload for gnus-setup-message.
7321 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7322 displaying Gnus logo; always use compose-mail.
7323
7324 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7325
7326 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7327
7328 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7329
7330 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7331 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7332 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7333 available.
7334 (gnus-nocem-epg-verify): New function.
7335
7336 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7337
7338 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7339
7340 2009-02-15 Glenn Morris <rgm@gnu.org>
7341
7342 * gnus-util.el (rmail-insert-rmail-file-header)
7343 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7344 autoloads.
7345 (rmail-default-rmail-file): Remove unnecessary declaration.
7346 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7347
7348 2009-02-14 Glenn Morris <rgm@gnu.org>
7349
7350 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7351 variable (only used in gnus-util, which declares it anyway).
7352 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7353 which was only needed by gnus-art (changed to not use it any more).
7354 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7355 only used in gnus-util, which autoloads it itself.
7356 (rmail-update-summary): Fix autoload.
7357
7358 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7359 rather than rmail-output-to-rmail-file.
7360
7361 2009-02-07 Glenn Morris <rgm@gnu.org>
7362
7363 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7364 autoload of function that no longer exists.
7365 (rmail-toggle-header): Declare.
7366 (message-forward-rmail-make-body): Handle mbox Rmail.
7367
7368 2009-01-31 Glenn Morris <rgm@gnu.org>
7369
7370 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7371 2009-01-09 change.
7372
7373 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7374
7375 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7376 (auth-source-forget-all-cached): New convenience function.
7377 (auth-source-user-or-password): Accept list of modes or a single mode.
7378
7379 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7380 auth-source modes.
7381
7382 * nnimap.el (nnimap-open-connection): Use list of
7383 auth-source modes.
7384
7385 * nntp.el (nntp-send-authinfo): Use list of
7386 auth-source modes.
7387
7388 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7389
7390 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7391 now.
7392
7393 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7394
7395 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7396 coding system in XEmacs; add a workaround for XEmacs.
7397
7398 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7399
7400 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7401 of current-language-environment.
7402
7403 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7404
7405 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7406 available at runtime.
7407
7408 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7409
7410 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7411
7412 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7413
7414 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7415 the greatest positive fixnum value doesn't work under an XEmacs with
7416 bignum support; use the most-positive-fixnum constant instead,
7417 available since Emacs 21.1 with cl and XEmacs 21.1.
7418
7419 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7420
7421 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7422 XEmacs gets not to work.
7423
7424 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7425
7426 * mm-util.el (mm-coding-system-priorities): Allow the value like
7427 "Japanese (UTF-8)" of current-language-environment.
7428
7429 2009-01-09 Glenn Morris <rgm@gnu.org>
7430
7431 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7432 with last-command-event.
7433
7434 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7435
7436 * message.el (message-fix-before-sending): Amend comment.
7437
7438 2009-01-07 David Engster <dengste@eml.cc>
7439
7440 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7441 simplified server definitions by converting it via
7442 gnus-server-to-method.
7443
7444 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7447 parameter's operands.
7448
7449 2009-01-06 David Engster <dengste@eml.cc>
7450
7451 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7452 primary select method (for gnus-group-mark-article-as-read).
7453
7454 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7455
7456 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7457 `(gnus)Face', not `(gnus)X-Face'.
7458
7459 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7460
7461 * mm-util.el (mm-ucs-to-char): New function.
7462
7463 * mm-url.el (mm-url-decode-entities): Use it.
7464
7465 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7466
7467 * message.el (message-fix-before-sending): Add `eight-bit' to
7468 illegible-text check.
7469
7470 2009-01-03 Michael Olson <mwolson@gnu.org>
7471
7472 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7473 `headers' is nil. This can occur if the IMAP server does not have
7474 permissions to read messages from a folder, but can write new messages
7475 to the folder.
7476 (nnimap-request-article-part): Do not insert `data' if it is nil.
7477
7478 2009-01-01 Dave Love <fx@gnu.org>
7479
7480 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7481
7482 * nnimap.el: Fix author email.
7483 (nnimap-split-rule): Add FIXME comment.
7484 (nnimap-debug): Fix doc string.
7485
7486 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7487
7488 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7489 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7490 to check if those variables exist (first appeared in Emacs 18.50).
7491
7492 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7493
7494 * mm-util.el (mm-line-number-at-pos): New function.
7495
7496 * spam-report.el (spam-report-process-queue): Use it.
7497
7498 2008-12-24 David Engster <dengste@eml.cc>
7499
7500 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7501 parameters that haven't existed as variables as buffer-local variables.
7502
7503 2008-12-23 Dave Love <fx@gnu.org>
7504
7505 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7506 cadar.
7507
7508 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7509 imap-starttls-p.
7510 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7511
7512 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7513
7514 * spam-report.el (spam-report-gmane-max-requests): New constant.
7515 (spam-report-gmane-wait): New variable.
7516 (spam-report-gmane-ham, spam-report-gmane-spam)
7517 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7518 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7519 the server.
7520
7521 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7522 Add explanations.
7523
7524 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7525 nnheader-accept-process-output and nnheader-read-timeout if available.
7526 (pop3-movemail): Use it.
7527
7528 * message.el (message-check-news-body-syntax): Fix signature check if
7529 there's an attachment.
7530
7531 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7532
7533 * mm-util.el: Add comments to the mm- emulating functions.
7534
7535 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7536
7537 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7538 Reported by Stephen Berman <stephen.berman@gmx.net>.
7539
7540 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7541
7542 * mm-util.el (mm-substring-no-properties): New function.
7543 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7544 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7545 (mm-string-to-multibyte): Doc fix.
7546
7547 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7548
7549 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7550
7551 * mml.el (mml-attach-file): Strip text properties from file name.
7552 (Bug#1574)
7553
7554 2008-12-16 Glenn Morris <rgm@gnu.org>
7555
7556 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7557
7558 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7559
7560 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7561 knows since the charset specified might be a bogus alias that
7562 mm-charset-synonym-alist provides.
7563
7564 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7565
7566 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7567 "ISO_8859-1".
7568
7569 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7570
7571 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7572
7573 * mm-util.el (mm-charset-eval-alist):
7574 Define it before mm-charset-to-coding-system.
7575 (mm-charset-to-coding-system): Add optional argument `silent';
7576 define it before mm-charset-override-alist.
7577 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7578 default value if it can be used in Emacs currently running;
7579 silence mm-charset-to-coding-system.
7580
7581 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7582
7583 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7584 `allow-override' which says whether to use `mm-charset-override-alist'.
7585 (rfc2047-decode-encoded-words): Use it.
7586
7587 * mm-util.el (mm-charset-override-alist): Fix custom type;
7588 add `(gb2312 . gbk)' to choices.
7589
7590 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7591
7592 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7593 fast.
7594
7595 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7596
7597 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7598
7599 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7600 on links.
7601
7602 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7603
7604 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7605
7606 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7607 users' addresses that don't have domain parts.
7608 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7609 rather than message-narrow-to-head since there will be the message
7610 header separator.
7611
7612 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7615 since the result is inserted in a unibyte buffer anyway.
7616 (nnimap-demule-use-string-to-multibyte): Remove.
7617 (nnimap-demule): Alias it to mm-string-to-multibyte.
7618
7619 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7620
7621 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7622 variable for debugging bug#464 and bug#1174.
7623 (nnimap-demule): Use it.
7624
7625 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7626
7627 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7628 score calculation correctly.
7629
7630 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * message.el (message-send-mail): Just set the buffer to unibyte
7633 rather than use mm-with-unibyte-current-buffer which does a lot more.
7634 (message-send-mail-partially): Don't bother with
7635 mm-with-unibyte-current-buffer since it's already been made unibyte by
7636 message-send-mail.
7637
7638 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7639
7640 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7641
7642 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7643
7644 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7645
7646 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7649 require itself and to remove `with-no-warnings'.
7650
7651 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7652
7653 * starttls.el (starttls-any-program-available): Get the name of the
7654 available TLS layer program.
7655 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7656 well as the host name in the "opening" message.
7657
7658 * auth-source.el (auth-source-cache, auth-source-do-cache)
7659 (auth-source-user-or-password): Cache passwords and logins by default,
7660 allow override with `auth-source-do-cache'.
7661 (auth-source-forget-user-or-password): Allow users to remove cache
7662 entries if needed.
7663
7664 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7665
7666 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7667 condition-case to only the forward-sexp call.
7668
7669 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7670
7671 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7672 quotes contained. Make it more robust regardless by an extra
7673 condition-case wrapper.
7674
7675 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7676
7677 * nnml.el (nnml-request-expire-articles): Check if the function set to
7678 `nnmail-expiry-target' returns the symbol `delete'.
7679
7680 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7681
7682 * nnmail.el (nnmail-expiry-target): Fix custom type.
7683
7684 2008-10-02 Glenn Morris <rgm@gnu.org>
7685
7686 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7687 Silence compiler warning.
7688
7689 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7690
7691 * mml.el (mml-menu): Don't assume mml2015 is bound.
7692
7693 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7694
7695 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7696 exists.
7697
7698 2008-09-27 Glenn Morris <rgm@gnu.org>
7699
7700 * gnus-util.el (mail-header-remove-comments): Autoload it.
7701
7702 2008-09-27 Andreas Schwab <schwab@suse.de>
7703
7704 * gnus-util.el (gnus-split-references): Strip comments.
7705 (gnus-parent-id): Likewise.
7706
7707 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7708
7709 * message.el (message-confirm-send): Fix version.
7710
7711 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7712
7713 * message.el (message-idna-to-ascii-rhs-1): Use
7714 mail-extract-address-components rather than mail-header-parse-addresses
7715 that is an alias by default to ietf-drums-parse-addresses that does not
7716 support non-ASCII names in headers' contents.
7717
7718 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7719
7720 * message.el (message-confirm-send): Fix variable documentation to
7721 avoid the "y/n" wording.
7722
7723 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7724
7725 * message.el (message-set-auto-save-file-name): Save to a different
7726 filename so multiple messages (especially drafts) can be recovered.
7727
7728 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7729
7730 * message.el (message-confirm-send): Add appropriate version.
7731
7732 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7733
7734 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7735 defvar.
7736
7737 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7738
7739 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7740 (mm-pkcs7-enveloped-magic): Ditto.
7741
7742 2008-09-17 Simon Josefsson <simon@josefsson.org>
7743
7744 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7745 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7746
7747 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7748
7749 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7750 default, it's better.
7751
7752 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7753
7754 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7755 summary line gnus-number property and ignore them (with a warning
7756 message).
7757
7758 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7759
7760 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7761 macro caddr in the interactive form since it won't be expanded.
7762
7763 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7766 `charset'; fix name of function called recursively.
7767 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7768
7769 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7770
7771 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7772 (gnus-mime-set-charset-parameters): New function.
7773 (gnus-mime-view-part-as-charset): Use it to correctly display part
7774 specifying wrong charset.
7775
7776 2008-09-08 David Engster <dengste@eml.cc>
7777
7778 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7779 in completing-read for back end server.
7780
7781 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7782
7783 * message.el (message-confirm-send): New variable to confirm sending a
7784 message.
7785 (message-send): Use it.
7786
7787 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7788
7789 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7790
7791 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7792
7793 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7794
7795 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7796
7797 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7798 prevent tracking too many groups.
7799 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7800 Use it.
7801
7802 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7803
7804 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7805 moving point to the bottom of the window in order to avoid recentering.
7806
7807 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7808
7809 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7810 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7811 (gnus-article-beginning-of-window): Fix calculation.
7812
7813 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7814
7815 * gnus-msg.el (gnus-summary-supersede-article)
7816 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7817 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7818 message header.
7819
7820 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7821
7822 * message.el:
7823 * gnus-start.el:
7824 * gnus-registry.el: Remove VMS support.
7825
7826 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7827
7828 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7829 macro.
7830 (rfc2104-hash): Use it.
7831
7832 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7833
7834 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7835 (gnus-summary-sort-by-most-recent-date): New commands.
7836 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7837 and menu entries.
7838
7839 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7840
7841 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7842 don't redisplay article for raw contents; remove plural articles stuff.
7843
7844 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7845 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7846 on gnus-summary-save-article; display results properly.
7847
7848 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7849
7850 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7851
7852 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7853
7854 * gnus-art.el (gnus-summary-save-in-pipe):
7855 Consider gnus-save-all-headers.
7856
7857 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7858
7859 * gnus-util.el (ns-focus-frame): Remove declaration.
7860 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7861 like x.
7862
7863 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7864
7865 * rfc2104.el (rfc2104-zero): Delete defconst.
7866 (rfc2104-hex-alist): Likewise.
7867 (rfc2104-hex-to-int): Delete func.
7868 (rfc2104-hexstring-to-bitstring): Likewise.
7869 (rfc2104-nybbles): New defconst.
7870 (rfc2104-hash): Rewrite for speed.
7871
7872 2008-07-16 Glenn Morris <rgm@gnu.org>
7873
7874 * gnus-util.el (ns-focus-frame): Declare for compiler.
7875
7876 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7877
7878 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7879 set as a group parameter.
7880 (gnus-summary-save-in-pipe): Work when it is called independently.
7881 (gnus-summary-pipe-to-muttprint): Don't modify
7882 gnus-summary-pipe-output-default-command.
7883
7884 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7885
7886 * message.el (message-send-mail-with-sendmail):
7887 Display the error message.
7888
7889 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7890
7891 * gnus-art.el (gnus-default-article-saver):
7892 Add gnus-summary-save-in-pipe to choices.
7893 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7894 gnus-summary-pipe-output-default-command as the default command.
7895 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7896 instead of gnus-last-shell-command.
7897
7898 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7899 New user option.
7900 (gnus-summary-muttprint-program): Mention the value will be changed.
7901 (gnus-summary-save-article): Force showing of all headers.
7902 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7903
7904 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7905
7906 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7907
7908 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
7909
7910 * nnimap.el (nnimap-id):
7911 * sieve-manage.el (sieve-manage-open): Doc fixes.
7912
7913 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7914
7915 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7916 if available.
7917
7918 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7919
7920 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7921
7922 * nnkiboze.el (nnkiboze-generate-group):
7923 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7924
7925 * nnmairix.el: Require CL.
7926
7927 2008-06-15 David Engster <dengste@eml.cc>
7928
7929 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7930
7931 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7932
7933 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7934 New macros that expand to an `aset'/`aref' call under Emacs, and to a
7935 runtime choice under XEmacs.
7936
7937 * gnus-sum.el (gnus-summary-set-display-table):
7938 Use `gnus-put-display-table', `gnus-get-display-table',
7939 `gnus-set-display-table' for the display table, instead of `aset'.
7940
7941 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7942
7943 * nnmairix.el: Add autoloads.
7944
7945 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7946
7947 * nnmairix.el (nnmairix-delete-recreate-group)
7948 (nnmairix-update-and-clear-marks): Fix error messages.
7949
7950 2008-06-14 David Engster <dengste@eml.cc>
7951
7952 * nnmairix.el: Upgrade to version 0.6.
7953 (nnmairix-group-toggle-propmarks-this-group)
7954 (nnmairix-group-toggle-readmarks-this-group)
7955 (nnmairix-group-delete-recreate-this-group)
7956 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7957 (nnmairix-remove-tick-mark-original-article): New commands.
7958 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7959 (nnmairix-propagate-marks-to-nnmairix-groups)
7960 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7961 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7962 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7963 functions needed for marks propagation and manipulation of read marks.
7964 (nnmairix-update-groups): New function.
7965 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7966 (nnmairix-determine-original-group-from-registry)
7967 (nnmairix-determine-original-group-from-path)
7968 (nnmairix-get-group-from-file-path, nnmairix-map-range)
7969 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7970 New helper functions.
7971 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7972 keystrokes for new commands.
7973 (nnmairix-delete-and-create-on-change): Doc string cleanup.
7974 (nnmairix-request-group): Check allow-fast group parameter.
7975 (nnmairix-request-create-group): Set allow-fast group parameter if
7976 nnmairix-allowfast-default is set.
7977 (nnmairix-close-group): Propagate marks upon closing if needed.
7978 (nnmairix-group-toggle-threads-this-group): Use new.
7979 nnmairix-group-toggle-parameter helper function.
7980 (nnmairix-search): Better check for empty search result.
7981 (nnmairix-goto-original-article): Use new helper functions for
7982 determining original article.
7983 (nnmairix-show-original-article): Make sure message-id is in brackets.
7984 (nnmairix-call-mairix-binary): Change variable name.
7985 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7986 helper function.
7987 (nnmairix-widget-toggle-activate): Fix doc string.
7988
7989 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7990
7991 * nnir.el: Require edmacro when compiling with XEmacs.
7992 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7993 available in Emacs 21.
7994
7995 2008-06-11 Glenn Morris <rgm@gnu.org>
7996
7997 * gnus-util.el (x-focus-frame):
7998 * gnus.el (image-size):
7999 * mm-decode.el (image-size): Declare.
8000
8001 * gnus-picon.el (declare-function): Add compat definition.
8002 (image-size): Declare.
8003
8004 * gnus-group.el (tool-bar-map):
8005 * gnus-sum.el (tool-bar-map): Define for compiler.
8006
8007 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8008
8009 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8010
8011 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8012 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8013 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8014 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8015 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8016 * sieve-manage.el, spam-report.el, spam.el:
8017 Remove unnecessary eval-and-compile of autoloads.
8018
8019 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8020
8021 * auth-source.el: Precise Tramp doc.
8022
8023 2008-06-07 Glenn Morris <rgm@gnu.org>
8024
8025 * nnmairix.el: Remove unnecessary eval-when-compile.
8026
8027 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8028
8029 * nnir.el: New file.
8030
8031 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * gnus-util.el (gnus-read-shell-command): New function.
8034 * mm-decode.el (mm-pipe-part):
8035 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8036
8037 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8038
8039 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8040
8041 2008-06-03 Glenn Morris <rgm@gnu.org>
8042
8043 * pop3.el (nnheader-accept-process-output): Autoload it.
8044
8045 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8046
8047 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8048 are not 2-digit hexadecimal characters that follow `%'s.
8049
8050 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8051
8052 * message.el (message-bogus-recipient-p): Fix type in doc string.
8053 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8054 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8055 Improve custom options.
8056 (message-bogus-recipient-p): Adjust accordingly.
8057
8058 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8059
8060 * nnmairix.el: Require edmacro when compiling with XEmacs.
8061
8062 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8063
8064 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8065 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8066
8067 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8068
8069 * auth-source.el: Add more docs.
8070
8071 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8072
8073 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8074 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8075 retrieval faster in some cases, but might make CPU usage larger.
8076 If this has any bad side effects, we might revert this change.
8077
8078 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8079 seems to make mail retrieval much, much faster.
8080 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8081 unconditionally.
8082
8083 * gnus-draft.el (gnus-group-send-queue):
8084 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8085
8086 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8087
8088 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8089
8090 * message.el (message-bogus-address-regexp): Fix and improve custom
8091 type.
8092 (message-setup-hook): Add message-check-recipients as custom option.
8093
8094 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8095
8096 * message.el (message-cite-function): Remove bogus autoload which crept
8097 in during merge from v5-10.
8098
8099 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8100
8101 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8102
8103 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8104
8105 * auth-source.el: Preliminary Tramp docs.
8106 (auth-sources): Change the default auth-sources to use
8107 EPA .gpg files.
8108
8109 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8110
8111 * nntp.el: Autoload `auth-source-user-or-password'.
8112 (nntp-send-authinfo): Use it.
8113
8114 * nnimap.el: Autoload `auth-source-user-or-password'.
8115 (nnimap-open-connection): Use it.
8116
8117 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8118 for the gnus-message function.
8119 (auth-source-user-or-password): Use it.
8120
8121 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8124 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8125 (rfc2104-hash): Use it.
8126
8127 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8128
8129 * gnus-art.el (gnus-article-toggle-truncate-lines):
8130 Don't use `iff' in docstring.
8131
8132 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8133
8134 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8135
8136 * gnus-util.el (gnus-extract-address-component-name)
8137 (gnus-extract-address-component-email): Convenience functions around
8138 `gnus-extract-address-components'.
8139
8140 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8141 Use `gnus-extract-address-component-email' to fix bug of comparing full
8142 sender name to `user-mail-address'.
8143
8144 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8145
8146 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8147 catch/throw to optimize.
8148 (gnus-registry-find-keywords): Just use member to find a keyword.
8149
8150 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8153 is current before calling gnus-server-prepare.
8154 (gnus-server-setup-buffer, gnus-server-update-server)
8155 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8156
8157 2008-05-04 Juri Linkov <juri@jurta.org>
8158
8159 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8160 (mailcap-file-default-commands): Use mailcap-replace-in-string
8161 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8162 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8163
8164 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8165
8166 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8167
8168 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8169
8170 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8171 hooks.
8172 (gnus-update-read-articles): Speed up non-marks-using users.
8173 (gnus-use-marks): Define gnus-use-marks.
8174 (gnus-propagate-marks): Rename variable to something more sensible.
8175
8176 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8177
8178 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8179 (gmm-image-load-path-for-library): Fix typos in docstrings.
8180 (gmm-message): Reflow docstring.
8181
8182 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8183
8184 * mail-source.el (mail-source-set-1, mail-source-bind):
8185 Move auth-source code out of the macro to clean it up and fix bugs.
8186
8187 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8188
8189 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8190 by sender if it's equal to user-mail-address, it's likely to be
8191 useless.
8192
8193 * mail-source.el (mail-source-bind): Don't use user or password if they
8194 are not bound. Unintern them if they are nil. Don't use server unless
8195 it's bound, and default it to empty string otherwise.
8196
8197 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8198
8199 * mail-source.el: Load auth-source.el.
8200 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8201 get user name or password, if auth-sources is set up.
8202
8203 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8204 strategy of splitting with parent.
8205 (gnus-registry-split-fancy-with-parent)
8206 (gnus-registry-post-process-groups): Use it and fix prior
8207 bug (returning a list as the split result).
8208
8209 * auth-source.el (auth-sources): Remove server parameter.
8210 (auth-source-pick, auth-source-user-or-password)
8211 (auth-source-user-or-password-imap)
8212 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8213 (auth-source-user-or-password-sftp)
8214 (auth-source-user-or-password-smtp): Remove server parameter.
8215
8216 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8217
8218 * smime.el (smime-sign-region, smime-encrypt-region)
8219 (smime-decrypt-region):
8220 Remove redundant calls to `generate-new-buffer-name'.
8221
8222 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8223
8224 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8225 Don't use QP for message/rfc822.
8226 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8227
8228 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * sieve-manage.el (sieve-string-bytes): Remove.
8231 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8232 correct byte-length only if the process's coding-system is the same as
8233 the one used internally by Emacs to represent strings.
8234
8235 2008-04-22 Juri Linkov <juri@jurta.org>
8236
8237 * mailcap.el (mailcap-file-default-commands): New function.
8238
8239 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8240
8241 * message.el (message-signature-separator, message-cite-function):
8242 Change custom version.
8243
8244 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8245
8246 * mm-decode.el (mm-display-external): Make temp file read-only.
8247
8248 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8249
8250 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8251 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8252 `C-c C-f d'.
8253
8254 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8255
8256 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8257
8258 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8259
8260 * auth-source.el: Add docs.
8261 (auth-sources): Modify format to support server.
8262 (auth-source-pick, auth-source-user-or-password)
8263 (auth-source-user-or-password-imap)
8264 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8265 (auth-source-user-or-password-sftp)
8266 (auth-source-user-or-password-smtp): Add server parameter.
8267
8268 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8269
8270 * gnus-registry.el: Initialize the registry when gnus-registry-install
8271 is t.
8272
8273 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8274
8275 * compface.el (uncompface): Make buffer unibyte.
8276
8277 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * mail-source.el (mail-source-value):
8280 Prefer fboundp to functionp so it works with macros as well.
8281
8282 2008-04-05 Glenn Morris <rgm@gnu.org>
8283
8284 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8285
8286 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8289 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8290
8291 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8292 multibyteness after rather than before erasing it.
8293
8294 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8295 mm-with-multibyte.
8296 (gnus-request-article-this-buffer): Make sure the proper decoding is
8297 used if gnus-original-article-buffer happens to be unibyte.
8298
8299 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8300 default-enable-multibyte-characters.
8301
8302 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8303 default-enable-multibyte-characters.
8304
8305 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8306
8307 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8308
8309 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8310
8311 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8312 Fix last change in case the element is not even a symbol.
8313
8314 2008-04-02 Simon Josefsson <simon@josefsson.org>
8315
8316 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8317 imap-enable-exchange-bug-workaround.
8318 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8319
8320 2008-04-01 Simon Josefsson <simon@josefsson.org>
8321
8322 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8323 a 100 byte status-checks into a 2-3MB transfer for each group.
8324 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8325 to enable bug workaround or not.
8326 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8327
8328 2008-03-31 Glenn Morris <rgm@gnu.org>
8329
8330 * message.el (mml2015-use): Declare for compiler.
8331 (message-info): Require mml2015 when appropriate.
8332
8333 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8334
8335 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8336 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8337 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8338 (nntp-service-to-port): New function.
8339 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8340 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8341 (nntp-open-netcat-stream): New function.
8342 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8343
8344 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8345
8346 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8347
8348 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8351
8352 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8353
8354 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8355
8356 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8357
8358 * message.el (message-signature-separator): Change default.
8359 Improve custom type.
8360 (message-cite-function): Change default to
8361 message-cite-original-without-signature.
8362
8363 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8364 toggle.
8365
8366 * message.el (message-check-news-body-syntax): Fix signature check.
8367 (message-setup-1): Mark buffer as unmodified _after_ running
8368 message-setup-hook and handling message-alternative-emails.
8369 (message-shorten-references): Be more strict when building list of
8370 valid references to comply with GNKSA.
8371
8372 * gnus-group.el (gnus-read-ephemeral-bug-group)
8373 (gnus-read-ephemeral-debian-bug-group)
8374 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8375
8376 * message.el (message-info): Don't use booleanp which isn't supported
8377 in Emacs 21 and XEmacs.
8378
8379 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8380
8381 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8382 gnus-group-gmane-group-download-format.
8383 (gnus-group-read-ephemeral-gmane-group): Rename from
8384 gnus-group-read-ephemeral-gmane-group.
8385 (gnus-read-ephemeral-gmane-group-url): Rename from
8386 gnus-group-read-ephemeral-gmane-group-url.
8387 (gnus-bug-group-download-format-alist): New variable.
8388 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8389 (gnus-read-ephemeral-emacs-bug-group): New commands.
8390
8391 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8392
8393 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8394 (gnus-visible-headers): Improve custom type.
8395
8396 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8397
8398 * mml.el (mml-menu): Add workarounds for XEmacs.
8399
8400 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8401 X-Boundary header.
8402
8403 * message.el (message-simplify-recipients): Fix previous commit.
8404
8405 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * mm-util.el (mm-set-buffer-multibyte): New function.
8408 * mm-decode.el (mm-copy-to-buffer): Use it.
8409
8410 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8411 Prefer fboundp to functionp so it works with macros as well.
8412
8413 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8414
8415 * message.el (message-alter-recipients-discard-bogus-full-name):
8416 New function.
8417 (message-alter-recipients-function): New variable.
8418 (message-get-reply-headers): Use it.
8419 (message-replace-header): New helper function.
8420 (message-recipients-without-full-name): New variable.
8421 (message-simplify-recipients): New command.
8422
8423 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8424
8425 * message.el (message-info): Handle EasyPG manual.
8426
8427 * mml.el (mml-menu): Add entry for EasyPG.
8428
8429 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8430
8431 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8432 parameter.
8433
8434 * message.el (message-disassociate-draft): Specify drafts group name
8435 fully.
8436
8437 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8438
8439 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8440 Eliminate unnecessary duplicates from the match list.
8441
8442 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8443
8444 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8445 args of `how-many' of which the XEmacs version doesn't take; declare
8446 Info-index-next as function.
8447
8448 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8449
8450 * gnus-score.el (gnus-score-headers): Fix handling of
8451 gnus-inhibit-slow-scoring.
8452
8453 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8454 string.
8455 (gnus-button-url-regexp): Improve handling of parenthesis.
8456 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8457 (gnus-button-handle-info-keystrokes): Handle index entries.
8458
8459 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8460
8461 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8462 Incoming* files.
8463
8464 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8465
8466 * auth-source.el (auth-sources): Rename from auth-source-choices.
8467 (auth-source-pick): Use it.
8468
8469 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8470
8471 * auth-source.el (auth-source-protocols)
8472 (auth-source-protocols-customize, auth-source-choices): Add and
8473 modified variable customizations and defaults.
8474 (auth-source-pick, auth-source-user-or-password)
8475 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8476 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8477 (auth-source-user-or-password-sftp)
8478 (auth-source-user-or-password-smtp): Use new variables and provide an
8479 interface to netrc.el.
8480
8481 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8482
8483 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8484 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8485 Make sure the nntp port to specify is a string.
8486
8487 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * nntp.el: Use with-current-buffer.
8490 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8491 dubious mm-with-unibyte-current-buffer.
8492 (nntp-with-open-group-function): New function extracted from
8493 nntp-with-open-group macro.
8494 (nntp-with-open-group): Use the function, so it's easier to debug.
8495 Add indentation and debugging info.
8496 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8497 Recommend the use of the netcat alternatives.
8498
8499 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8500 Avoid mm-string-as-multibyte as well.
8501
8502 * nnweb.el (nnweb-insert-html):
8503 Remove use of nnheader-string-as-multibyte.
8504
8505 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8506 (nnheader-string-as-multibyte): Remove.
8507
8508 * mm-view.el: Use inhibit-read-only.
8509 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8510 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8511 or unibyte-string.
8512
8513 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8514 (mm-uu-yenc-extract): Use with-current-buffer.
8515
8516 * gnus-soup.el (gnus-soup-send-packet): Don't use
8517 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8518
8519 * nnmh.el: Use with-current-buffer.
8520 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8521 mm-string-as-multibyte on the output of mm-encode-coding-string.
8522
8523 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8524 (nnimap-request-move-article): Use with-current-buffer.
8525
8526 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8527 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8528 conversion uses string-make-unibyte rather than string-as-unibyte.
8529
8530 * gnus-msg.el: Use with-current-buffer.
8531
8532 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8533
8534 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8535
8536 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8537 string for caching if it is 'PIN.
8538
8539 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8540
8541 * mail-source.el (mail-source-delete-old-incoming-confirm):
8542 Change default to nil.
8543 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8544
8545 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8546
8547 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8548 (gnus-article-goto-prev-page): Work for articles having ^L's.
8549
8550 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8551
8552 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8553
8554 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8555
8556 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8557 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8558 (gnus-bookmark-jump): Adjust some variable names.
8559
8560 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8561
8562 * auth-source.el: New package.
8563 (auth-source-choices): Add customization entry point variable.
8564
8565 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8566 bug.
8567
8568 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8569
8570 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8571 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8572 (gnus-registry-install-shortcuts): Rename from
8573 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8574 the `gnus-registry-mark-map' keymap dynamically from
8575 `gnus-registry-marks'. The generated functions update the summary line
8576 when a registry mark is added or deleted, and will call
8577 `gnus-registry-install-p' (see the comments in the code).
8578 (gnus-registry-user-format-function-M): Use concat intelligently.
8579
8580 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8581 the registry mark functions.
8582
8583 2008-03-05 Glenn Morris <rgm@gnu.org>
8584
8585 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8586 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8587 gnus-art.
8588 (top-level): No need to load own source when compiling.
8589
8590 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8591
8592 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8593 Suggested by <chris.anderton@zetnet.co.uk>.
8594
8595 2008-03-04 Glenn Morris <rgm@gnu.org>
8596
8597 * gnus-sum.el (top-level): No need to require gnus when compiling,
8598 since unconditionally required near start of file.
8599 (gnus-summary-display-while-building): Move definition before use.
8600
8601 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8602
8603 * gnus-registry.el (gnus-registry-user-format-function-M):
8604 Add formatting function.
8605
8606 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8607
8608 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8609 with plists.
8610 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8611 Use new format.
8612
8613 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8614
8615 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8616 `where-is-internal' that returns a range of key sequences.
8617
8618 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8619
8620 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8621
8622 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8623 (gnus-summary-jump-to-group): Consider windows on other displayed
8624 frames as well. Similar changes might be needed elsewhere, but that's
8625 the one I've bumped into during my use.
8626
8627 * nndoc.el (nndoc-oe-dbx-type-p):
8628 * gnus-msg.el (gnus-debug):
8629 * gnus-group.el (gnus-update-group-mark-positions):
8630 Use mm-string-to-multibyte.
8631
8632 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8633
8634 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8635 doesn't handle NotDashEscaped.
8636
8637 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8638 (mml-dnd-attach-options): Fix typo in custom choice.
8639
8640 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8641 Change nndoc-article-type to mbox.
8642 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8643
8644 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8645 to nil, instead of html2text.
8646
8647 * imap.el (imap-debug): Add `imap-ping-server'.
8648
8649 * gnus-bookmark.el: Add FIXMEs.
8650
8651 * message.el (message-form-letter-separator)
8652 (message-send-form-letter-delay): New variables.
8653 (message-send-form-letter): Use them. New command to send form
8654 letters. Requested by Uwe Siart.
8655 (message-send-mail-function): Doc fix. Add "Other" custom option.
8656
8657 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8658
8659 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8660 empty author.
8661
8662 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8663
8664 * gnus-registry.el (gnus-registry-marks): Add variable for
8665 customization of marks and their appearance.
8666 (gnus-registry-read-mark): Use it.
8667 (gnus-registry-do-marks): Add utility function to loop through
8668 `gnus-registry-marks'.
8669 (gnus-registry-install-shortcuts-and-menus): Add function to install
8670 shortcuts and menus.
8671 (gnus-registry-initialize): Use it.
8672 (gnus-registry-default-mark): Clarify documentation.
8673
8674 2008-02-29 Glenn Morris <rgm@gnu.org>
8675
8676 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8677 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8678 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8679 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8680 Change defcustom :version from 23.0 to 23.1.
8681
8682 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8683
8684 * gnus-registry.el (gnus-registry-follow-group-p)
8685 (gnus-registry-post-process-groups): Add functions to aid registry
8686 splitting and improve logging. Clarify behavior in function
8687 documentation.
8688 (gnus-registry-split-fancy-with-parent): Use them.
8689
8690 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * gnus-art.el: Use with-current-buffer.
8693
8694 2008-02-27 David Engster <dengste@eml.cc>
8695
8696 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8697 Express real group name in the response.
8698
8699 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8700
8701 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8702 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8703 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8704 autoload gnus-registry-fetch-group when compiling.
8705 (nnmairix-request-group-with-article-number-correction):
8706 Remove unreferenced argument passed to nnmairix-call-backend.
8707
8708 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8709
8710 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8711 (mm-uu-extract): Improve face for low color ttys.
8712 Reported by Sascha Wilde.
8713
8714 2008-02-27 Glenn Morris <rgm@gnu.org>
8715
8716 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8717 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8718 variables to defconsts. Convert comments to doc-strings.
8719 (nnmairix-last-server, nnmairix-current-server): Convert from free
8720 variables to defvars. Convert comments to doc-strings.
8721 (gnus-registry-fetch-group): Autoload.
8722 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8723 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8724 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8725 caddr.
8726 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8727 nnmairix-request-group-with-article-number-correction call.
8728 (nnmairix-fast, nnmairix-group): New, less general names, for free
8729 variables passed from nnmairix-request-group to
8730 nnmairix-request-group-with-article-number-correction. Declare.
8731 (nnmairix-request-group-with-article-number-correction):
8732 Use nnmairix-fast, nnmairix-group rather than fast, group.
8733
8734 2008-02-26 David Engster <dengste@eml.cc>
8735
8736 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8737 version 0.5.
8738
8739 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8740
8741 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8742 instead of making an extra function call. Don't add the current group
8743 to articles only when they have the group. Use
8744 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8745 Reported by David <de_bb@arcor.de>.
8746
8747 2008-02-24 Miles Bader <miles@gnu.org>
8748
8749 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8750 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8751 (mm-find-mime-charset-region):
8752 * mm-bodies.el (mm-encode-body):
8753 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8754
8755 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8756
8757 * mail-source.el (mail-source-delete-incoming): Change default.
8758 Supplement doc string.
8759
8760 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8761
8762 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8763
8764 * nnmail.el (nnmail-message-id-cache-file): Derive from
8765 `gnus-home-directory'.
8766
8767 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8768
8769 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8770 Document negative prefix.
8771
8772 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8773
8774 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8775
8776 * message.el (message-unsent-separator): Add the Exim bounce
8777 separator.
8778
8779 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8780
8781 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8782 list.
8783 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8784 recipient/signer list.
8785
8786 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8787
8788 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8789 fbound (Emacs 23 unicode), signal an error.
8790
8791 2008-02-08 Glenn Morris <rgm@gnu.org>
8792
8793 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8794
8795 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8796
8797 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8798 ports to the calls to `netrc-machine-user-or-password' in addition to
8799 "imap" and "imaps".
8800
8801 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8802
8803 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8804 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8805 <hanche@math.ntnu.no>.
8806
8807 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8808
8809 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8810
8811 2008-02-01 Zhang Wei <id.brep@gmail.com>
8812
8813 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8814
8815 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8816
8817 2008-02-01 Miles Bader <miles@gnu.org>
8818
8819 * mml.el (mml-parse-1): Remove apparently vestigial use of
8820 `mm-hack-charsets'.
8821 * mm-bodies.el (mm-encode-body): Likewise.
8822
8823 2008-02-01 Kenichi Handa <handa@m17n.org>
8824
8825 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8826 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8827 (rfc2104-hash): Convert the result of concat to unibyte string.
8828
8829 2008-02-01 Dave Love <fx@gnu.org>
8830
8831 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8832 coding-system-for-read.
8833 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8834
8835 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8836 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8837 (mm-find-mime-charset-region): Remove hack-charsets stuff.
8838
8839 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
8840
8841 * mail-source.el (mail-sources): Add `group' choice.
8842
8843 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8844 parameter `in-group' to control into which group the articles go.
8845 Add treatment of `group' mail-source.
8846
8847 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8848
8849 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8850 * message.el (message-beginning-of-line): Use featurep instead of bound
8851 tests in order to resolve conditionals at compile time.
8852
8853 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8854
8855 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8856
8857 * mm-decode.el (mm-dissect-buffer): Decode description.
8858
8859 * mml.el (mml-to-mime): Encode message header first.
8860
8861 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8862
8863 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8864 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8865
8866 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8867
8868 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8869
8870 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8871
8872 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8873 prefix keys.
8874 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8875 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8876 gnus-xmas.el.
8877
8878 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8879
8880 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8881 Add new variables for article mark management.
8882 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8883 list of extra data entries which, when present, will indicate that the
8884 article ID should not be trimmed from the registry.
8885 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8886 functions.
8887 (gnus-registry-read-mark): New function to read a mark name from the
8888 user.
8889 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8890 (gnus-registry-set-article-mark-internal): New functions to add and
8891 remove marks.
8892 (gnus-registry-get-article-marks): New function to show the marks for
8893 an article, or retrieve them for further use.
8894
8895 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8896
8897 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8898 keys when no argument is given.
8899
8900 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8901
8902 * gnus-sum.el (gnus-article-sort-by-random)
8903 (gnus-thread-sort-by-random): Fix doc strings.
8904 Reported by jidanni@jidanni.org.
8905
8906 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8907
8908 * gnus-art.el (gnus-article-describe-bindings): New function.
8909 (gnus-article-read-summary-keys): Use it.
8910 (gnus-article-mode-map): Bind `C-h b' to it.
8911
8912 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8913
8914 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8915 XEmacs.
8916 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8917 Protect against non-character events.
8918
8919 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8920
8921 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8922 New command.
8923 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8924 instead of END. Change name of the temp file.
8925 (gnus-group-gmane-group-download-format): Add doc string. Make it
8926 customizable.
8927
8928 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8929
8930 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8931 bind `S W' to gnus-article-wide-reply-with-original; set default
8932 binding to gnus-article-read-summary-send-keys.
8933 (gnus-article-read-summary-keys): Fix the order of keys; display
8934 continuation keys correctly in the echo area; describe bindings
8935 correctly when keys end with `C-h'.
8936 (gnus-article-read-summary-send-keys): New function.
8937 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8938 Work for gnus-article-read-summary-send-keys; display continuation keys
8939 correctly in the echo area.
8940 (gnus-article-reply-with-original): Ignore prefix argument.
8941 (gnus-article-wide-reply-with-original): New function.
8942
8943 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8944
8945 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8946 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8947
8948 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8949
8950 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8951 (gnus-group-read-ephemeral-gmane-group): New command.
8952
8953 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8954
8955 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8956
8957 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8958
8959 * message.el (message-send-mail-function): Increase custom version.
8960
8961 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8962 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8963
8964 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8965
8966 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8967 html parts correctly; support forwarded messages.
8968 (gnus-article-browse-html-article): Remove work buffers.
8969
8970 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8971 compiling.
8972 (netrc-bound-and-true-p): New macro.
8973 (netrc-parse): Use it instead of bound-and-true-p that is not available
8974 in XEmacs 21.4.
8975
8976 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
8977
8978 * gnus-registry.el (gnus-registry-mark-article)
8979 (gnus-registry-article-marks): Add functionality to mark articles
8980 through the Gnus registry.
8981
8982 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8983 (netrc-parse): Use encrypt-file-alist to determine if
8984 encrypt-find-model or encrypt-insert-file-contents should be used.
8985
8986 2007-12-19 Glenn Morris <rgm@gnu.org>
8987
8988 * mml.el (message-options-set, message-narrow-to-head)
8989 (message-in-body-p, message-mail-p, message-encode-message-body):
8990 Autoload.
8991 (message-remove-header, message-narrow-to-headers-or-head)
8992 (message-subscribed-p, message-make-mail-followup-to)
8993 (message-position-on-field, message-news-p)
8994 (message-options-set-recipient, message-generate-headers)
8995 (message-sort-headers): Declare as functions.
8996
8997 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8998
8999 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9000 convention in doc string.
9001
9002 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9003
9004 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9005 title to html parts.
9006 (gnus-article-browse-html-article): Pass message header to it.
9007
9008 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9009
9010 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9011
9012 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9013 or password compatible with XEmacs.
9014
9015 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9016
9017 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9018 format document.
9019 (gnus-mime-delete-part): Don't write description line if empty.
9020 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9021
9022 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9023
9024 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9025 (gnus-summary-mark-read-and-unread-as-read)
9026 (gnus-summary-mark-current-read-and-unread-as-read)
9027 (gnus-summary-mark-unread-as-ticked): Doc fix.
9028 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9029
9030 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9031
9032 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9033 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9034
9035 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9036
9037 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9038 yes-or-no-p.
9039
9040 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9041
9042 * mm-decode.el (mm-add-meta-html-tag): New function.
9043 (mm-save-part-to-file, mm-pipe-part): Use it.
9044
9045 * gnus-art.el (gnus-article-browse-delete-temp-files):
9046 Use gnus-y-or-n-p instead of y-or-n-p.
9047 (gnus-article-browse-html-parts): Work with message/external-body; use
9048 mm-add-meta-html-tag.
9049
9050 2007-12-11 Glenn Morris <rgm@gnu.org>
9051
9052 * gnus-cache.el: Require gnus-sum not just when compiling.
9053
9054 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9055
9056 * gnus-int.el (gnus-server-opened, gnus-status-message):
9057 Move definitions before use.
9058
9059 * mm-decode.el: Require gnus-util.
9060 (mm-remove-part): Only call delete-annotation on XEmacs.
9061
9062 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9063
9064 * nnmail.el: Require gnus-int.
9065
9066 * spam.el: Move `require's before `eval-when-compile's.
9067
9068 * gnus-ems.el (gnus-alive-p):
9069 * gnus-fun.el (message-goto-eoh):
9070 * gnus-util.el (gnus-group-name-decode):
9071 * mail-source.el (gnus-compress-sequence):
9072 * message.el (Info-goto-node, format-spec):
9073 * mm-bodies.el (message-options-get):
9074 * mm-decode.el (mm-view-pkcs7):
9075 * mm-util.el (gmm-write-region):
9076 * mml-smime.el (mml-compute-boundary)
9077 (gnus-completing-read-with-default):
9078 * mml.el (widget-button-press, gnus-make-hashtable):
9079 * mml1991.el (mm-decode-content-transfer-encoding)
9080 (mm-encode-content-transfer-encoding)
9081 (message-options-get, message-options-set):
9082 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9083 * nnfolder.el (gnus-request-group):
9084 * nnheader.el (ietf-drums-unfold-fws):
9085 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9086 * smime.el (gnus-run-mode-hooks):
9087 * spam-stat.el (gnus-message): Autoload.
9088
9089 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9090 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9091 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9092 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9093 Add declare-function compatibility definition.
9094
9095 * gnus-cache.el (nnvirtual-find-group-art):
9096 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9097 (gnus-add-image, gnus-add-wash-type):
9098 * gnus-group.el (nnkiboze-score-file):
9099 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9100 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9101 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9102 (message-tokenize-header, gnus-get-buffer-create)
9103 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9104 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9105 * gnus.el (gnus-group-decoded-name):
9106 * mail-source.el (imap-capability):
9107 * mm-bodies.el (message-options-set):
9108 * mm-decode.el (gnus-configure-windows):
9109 * mm-extern.el (message-goto-body):
9110 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9111 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9112 (epg-sub-key-validity, message-options-set):
9113 * mml.el (widget-event-point, gnus-configure-windows):
9114 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9115 * mml2015.el (epg-check-configuration, epg-configuration)
9116 (message-options-set):
9117 * nndb.el (nndb-request-article):
9118 * nnfolder.el (gnus-request-create-group):
9119 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9120 * nnmaildir.el (gnus-group-mark-article-read):
9121 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9122 * rfc1843.el (message-fetch-field):
9123 * spam.el (gnus-extract-address-components):
9124 Declare as functions.
9125
9126 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9127
9128 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9129
9130 2007-12-09 Glenn Morris <rgm@gnu.org>
9131
9132 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9133
9134 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9135 * message.el, mm-view.el, sieve-manage.el, smime.el:
9136 Add declare-function compatibility definition.
9137
9138 * gnus-art.el (w3-region, w3m-region, Info-menu):
9139 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9140 * gnus-sum.el (gnus-get-predicate):
9141 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9142 * message.el (mail-abbrev-in-expansion-header-p):
9143 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9144 (w3m-detect-meta-charset, w3m-region):
9145 * sieve-manage.el (password-read, password-cache-add)
9146 (password-cache-remove):
9147 * smime.el (password-read-and-add): Declare as functions.
9148
9149 2007-12-08 David Kastrup <dak@gnu.org>
9150
9151 * gnus-sum.el (gnus-summary-simplify-subject-query):
9152 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9153 `message'.
9154
9155 2007-12-07 Glenn Morris <rgm@gnu.org>
9156
9157 * gnus-art.el (article-make-date-line): Revert previous change.
9158
9159 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9160
9161 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9162
9163 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9164
9165 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9166 Call gnus-add-to-range ranges only once with a prepared article-list.
9167
9168 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9169
9170 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9171 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9172 group names with backslashes.
9173 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9174
9175 2007-12-06 Deepak Goel <deego3@gmail.com>
9176
9177 * gnus-art.el (article-make-date-line):
9178 * gnus-start.el (gnus-load):
9179 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9180
9181 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9182
9183 * gnus-art.el (gnus-use-idna)
9184 * gnus-start.el (gnus-site-init-file)
9185 * message.el (message-use-idna)
9186 * mm-uu.el (mm-uu-hide-markers)
9187 * smiley.el (smiley-style): Revert changes that suppress warnings.
9188
9189 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9190
9191 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9192 specify charset to html source.
9193 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9194
9195 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9196
9197 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9198 idna-program in order to suppress byte compile warning issued by XEmacs
9199 that came to byte compile the default value section of defcustom forms
9200 recently.
9201
9202 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9203 value of installation-directory.
9204
9205 * message.el (message-use-idna): Don't directly refer to the value of
9206 idna-program.
9207
9208 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9209
9210 * smiley.el (smiley-style): Don't directly call face-attribute.
9211
9212 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9213
9214 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9215
9216 * gnus-dired.el: Reduce Gnus dependencies.
9217 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9218 Don't require. Use autoloads instead.
9219 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9220 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9221 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9222 (gnus-dired-mode): Adjust doc string.
9223 (gnus-dired-mail-mode): New variable.
9224 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9225 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9226 (gnus-dired-mail-buffers): New function. Return mail or message
9227 composition buffers.
9228 (gnus-dired-attach): Use it.
9229 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9230 NO-DECODE.
9231 (gnus-dired-print): Use `gnus-print-buffer' depending on
9232 `gnus-dired-mail-mode'.
9233
9234 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9235
9236 * rfc2047.el (rfc2047-encoded-word-regexp)
9237 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9238 explaining what regexp patterns are for.
9239
9240 2007-12-04 Glenn Morris <rgm@gnu.org>
9241
9242 * password.el: Move to ../password-cache.el.
9243
9244 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9245 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9246 * mml-smime.el (password-read, password-cache-add)
9247 (password-cache-remove):
9248 No need to autoload, since mml-sec requires password.
9249
9250 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9251 * message.el (gnus-extract-address-components):
9252 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9253
9254 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9255 password.
9256
9257 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9258
9259 * mailcap.el: Reduce dependencies.
9260 (mail-header-parse-content-type): Autoload.
9261 (mailcap-delete-duplicates): New alias.
9262 (mailcap-mime-info): Add optional argument NO-DECODE.
9263 (mailcap-mime-types): Use mailcap-delete-duplicates.
9264
9265 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9266
9267 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9268
9269 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9270 function.
9271
9272 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9273 (gnus-uu-yenc-article): New function.
9274
9275 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9276
9277 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9278
9279 2007-12-02 Glenn Morris <rgm@gnu.org>
9280
9281 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9282 Move to ../net.
9283
9284 * binhex.el, uudecode.el: Move to ../mail.
9285
9286 * encrypt.el: Remove file.
9287
9288 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9289
9290 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9291 matches on patches.
9292
9293 * gnus-art.el (gnus-article-browse-html-article):
9294 Mention `mm-text-html-renderer' in the doc string.
9295
9296 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9297 string. Add comments.
9298
9299 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9300 if rhs is ASCII.
9301
9302 2007-12-01 Glenn Morris <rgm@gnu.org>
9303
9304 * dig.el, dns.el: Move to ../net.
9305 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9306
9307 * mail-source.el (top-level): Require format-spec before
9308 eval-when-compile.
9309
9310 2007-11-30 Glenn Morris <rgm@gnu.org>
9311
9312 * encrypt.el: Require password, rather than autoloading password-read.
9313
9314 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9315
9316 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9317 caller can indicate whether the cache should be disregarded for this
9318 call. This way the result of the call is reproducible at all times and
9319 can be considered a canonical server name for the supplied method.
9320 (gnus-agent-method-p): Canonicalize server names by pushing their
9321 method through `gnus-method-to-server' using the no-cache argument.
9322
9323 * gnus-srvr.el (gnus-server-insert-server-line):
9324 Call `gnus-method-to-server' with `no-cache' argument.
9325
9326 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9327 gnus-agent-possibly-synchronize-flags as this should be called when the
9328 server is actually being opened.
9329 (gnus-agent-possibly-synchronize-flags)
9330 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9331 flags file of an agentized server to the latter function.
9332
9333 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9334 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9335 after a connection has been established successfully.
9336
9337 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9338
9339 * gnus-art.el (article-display-face): Force to display face if called
9340 interactively; check if gnus-article-x-face-too-ugly matches author.
9341 (article-display-x-face): Display face even if From header is missing
9342 as article-display-face does.
9343
9344 2007-11-28 Richard Stallman <rms@gnu.org>
9345
9346 * md4.el: Move to ../.
9347 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9348
9349 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9350
9351 * mail-source.el (mail-sources): Default to fetch from file for
9352 compatibility with default of nnmail-spool-file.
9353
9354 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9355
9356 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9357 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9358 to look for encoded word that should be encoded again.
9359 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9360 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9361 encoding pattern.
9362 (rfc2047-decode-region): Switch strict regexp and loose one according
9363 to rfc2047-allow-irregular-q-encoded-words.
9364
9365 2007-11-26 Simon Josefsson <simon@josefsson.org>
9366
9367 * imap.el: Move to ../net directory.
9368
9369 2007-11-25 Romain Francoise <romain@orebokech.com>
9370
9371 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9372
9373 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9374
9375 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9376 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9377
9378 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9379 `nnmail-spool-file'.
9380
9381 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9382 `nnmail-spool-file'.
9383
9384 * gnus-move.el (gnus-change-server): Ditto.
9385
9386 * gnus-kill.el (gnus-batch-score): Ditto.
9387
9388 * gnus-cache.el (gnus-jog-cache): Ditto.
9389
9390 * gnus-msg.el (gnus-summary-reply):
9391 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9392
9393 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9394
9395 * gnus-cache.el (gnus-cache-generate-nov-databases):
9396 Use nnml-generate-nov-databases-directory instead of
9397 nnml-generate-nov-databases-1.
9398
9399 2007-11-24 Glenn Morris <rgm@gnu.org>
9400
9401 * message.el (message-tool-bar-retro): Update for rename
9402 mail_send.xpm->mail-send.xpm.
9403
9404 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9405
9406 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9407 `smime-ldap-search' for Emacs 22 and up.
9408
9409 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9410
9411 * hashcash.el: Move to ../mail directory.
9412
9413 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9414
9415 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9416 `smime-ldap-search' for Emacs 22 and up.
9417
9418 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9419
9420 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9421
9422 * message.el (message-send-mail-function): Fix error convention.
9423 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9424 (message-widen-reply, message-send-mail, message-talkative-question)
9425 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9426 (message-clone-locals, message-send-news): Use with-current-buffer.
9427 (message-insert-or-toggle-importance): Remove unused var `valid'.
9428 (message-make-references): Remove unused var `new-references'.
9429 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9430
9431 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9432
9433 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9434 (spam-split-symbolic-return-positive): Reflow docstring.
9435 (spam-backends, spam-summary-exit-behavior)
9436 (spam-mark-ham-unread-before-move-from-spam-group)
9437 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9438 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9439 (spam-clear-cache, spam-backend-check, spam-install-backend)
9440 (spam-install-statistical-backend, spam-list-of-processors)
9441 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9442 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9443 (spam-check-crm114, spam-initialize, spam-unload-hook):
9444 Fix typos in docstrings.
9445
9446 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9447
9448 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9449 been checked if they have never been read and those group levels are
9450 higher than the one that a user specified.
9451
9452 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9453
9454 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9455 foreign groups unless a group level is specified by a user.
9456 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9457
9458 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9459
9460 * message.el (message-send-mail-function): Require sendmail.
9461
9462 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9463
9464 * message.el (message-send-mail-function): Check for smtpmail too.
9465
9466 * utf7.el (utf7-encode, utf7-decode): Use coding system
9467 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9468
9469 * message.el (message-send-mail-function): New function.
9470 (message-send-mail-function): Set default using
9471 message-send-mail-function. Adjust doc string.
9472 (message-send-mail-with-mailclient): New function.
9473
9474 2007-11-17 Richard Stallman <rms@gnu.org>
9475
9476 * assistant.el: Remove file.
9477
9478 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9479
9480 * smime.el (from):
9481 * rfc2047.el (message-posting-charset):
9482 * qp.el (mm-use-ultra-safe-encoding):
9483 * pop3.el (parse-time-months):
9484 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9485 * nnml.el (files):
9486 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9487 (jka-compr-compression-info-list, ange-ftp-path-format)
9488 (efs-path-regexp):
9489 * nndiary.el (files):
9490 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9491 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9492 (epg-digest-algorithm-alist, inhibit-redisplay)
9493 (password-cache-expiry):
9494 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9495 (pgg-output-buffer, password-cache-expiry):
9496 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9497 (efs-path-regexp):
9498 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9499 (inhibit-redisplay):
9500 * mm-uu.el (file-name, start-point, end-point, entry)
9501 (gnus-newsgroup-name, gnus-newsgroup-charset):
9502 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9503 (latin-unity-ucs-list):
9504 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9505 (mm-uu-binhex-decode-function):
9506 * message.el (gnus-message-group-art, gnus-list-identifiers)
9507 (rmail-enable-mime-composing, gnus-local-organization)
9508 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9509 (gnus-read-active-file, facemenu-add-face-function)
9510 (facemenu-remove-face-function, gnus-article-decoded-p)
9511 (tool-bar-mode):
9512 * mail-source.el (display-time-mail-function):
9513 * gnus-util.el (nnmail-pathname-coding-system)
9514 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9515 (gnus-original-article-buffer, gnus-user-agent)
9516 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9517 (xemacs-codename, sxemacs-codename, emacs-program-version):
9518 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9519 * gnus-start.el (gnus-agent-covered-methods)
9520 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9521 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9522 (gnus-newsgroup-headers, gnus-group-list-mode)
9523 (gnus-group-mark-positions, gnus-newsgroup-data)
9524 (gnus-newsgroup-unreads, nnoo-state-alist)
9525 (gnus-current-select-method, mail-sources)
9526 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9527 (nnmail-spool-file, gnus-cache-active-hashtb):
9528 * gnus-mh.el (mh-lib-progs):
9529 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9530 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9531 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9532 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9533 (gnus-group-buffer):
9534 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9535 (font-lock-set-defaults):
9536 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9537 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9538 (gnus-summary-post-menu, total-parts, type, condition, length):
9539 * gnus-agent.el (gnus-agent-read-agentview):
9540 * flow-fill.el (show-trailing-whitespace):
9541 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9542 eval-and-compile wrappers for byte compiler pacifiers.
9543
9544 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9545 (mm-display-inline-fontify): Check for featurep 'xemacs not
9546 extent-list.
9547
9548 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9549 itimer-list.
9550 (mm-create-image-xemacs): Only do something for XEmacs.
9551 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9552
9553 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9554
9555 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9556 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9557
9558 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9559
9560 * nnimap.el (nnimap-split-download-body):
9561 * gnus-demon.el (gnus-demon):
9562 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9563
9564 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9565
9566 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9567 New macros.
9568 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9569 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9570 copy data from unibyte buffer to multibyte current buffer.
9571 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9572 to copy data from unibyte current buffer to multibyte buffer.
9573 (nntp-make-process-buffer): Make process buffer unibyte.
9574
9575 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9576
9577 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9578
9579 * pop3.el (pop3-open-server): Accept and process data more robustly at
9580 connexion start to avoid spurious "POP SSL connexion failed" errors.
9581
9582 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9583
9584 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9585 read group names.
9586
9587 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9588
9589 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9590
9591 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9592
9593 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9594 (nnmail-save-active): Use a unibyte buffer when saving active file,
9595 which may contain non-ASCII group names.
9596
9597 * nnml.el (nnml-request-group): Decode group names in messages.
9598
9599 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9600
9601 * message.el (message-citation-line-function)
9602 (message-insert-formatted-citation-line): Fix spelling of
9603 `message-insert-formated-citation-line'.
9604
9605 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9606
9607 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9608
9609 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9610
9611 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9612 nnmail-pathname-coding-system.
9613
9614 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9615 that a user enters; decode group names in messages.
9616
9617 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9618
9619 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9620
9621 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9622
9623 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9624
9625 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9626 risky local variable.
9627
9628 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9629
9630 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9631
9632 * encrypt.el: Improve documentation to fix function name typo.
9633 Reported by Daiki Ueno <ueno@unixuser.org>.
9634
9635 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9636
9637 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9638 even if the point is not in the last page of an article.
9639 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9640 back to the previous page.
9641
9642 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9643
9644 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9645
9646 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9647
9648 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9649
9650 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * message.el (message-check-news-body-syntax):
9653 Avoid mm-string-as-multibyte.
9654 (message-hide-headers): Don't assume (point-min)==1.
9655
9656 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9657
9658 * message.el (message-remove-blank-cited-lines): Fix if remove is
9659 given.
9660 (message-bogus-address-regexp): New variable.
9661 (message-bogus-recipient-p): New function.
9662 (message-check-recipients): New command.
9663 (message-syntax-checks): Add `bogus-recipient'.
9664 (message-fix-before-sending): Add `bogus-recipient'.
9665
9666 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9667 (gnus-treat-body-boundary): Don't test window-system.
9668
9669 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9670
9671 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9672
9673 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9674
9675 * gnus.el: Bump version to Gnus v5.13.
9676
9677 2007-10-28 Miles Bader <miles@gnu.org>
9678
9679 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9680 at compile-time too.
9681
9682 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9683
9684 * gnus-msg.el (gnus-message-setup-hook):
9685 Add `message-remove-blank-cited-lines' to options.
9686
9687 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9688
9689 * message.el (message-remove-blank-cited-lines): New function.
9690 Suggested by Karl Plästerer.
9691
9692 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9693
9694 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9695 mapc.
9696
9697 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9698 (top-level): Use mapc to set functions to be traced for debugging.
9699
9700 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9701 called for effect with while loop.
9702
9703 * message.el (message-talkative-question): Replace mapcar called for
9704 effect with mapc.
9705
9706 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9707 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9708 called for effect with dolist.
9709
9710 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9711
9712 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9713 gnus-extra-headers and nnmail-extra-headers.
9714
9715 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9716 called for effect with dolist.
9717 (top-level): Use mapc to set functions to be traced for debugging.
9718
9719 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9720 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9721 dolist.
9722
9723 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9724 Replace mapcar called for effect with mapc.
9725 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9726 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9727 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9728 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9729
9730 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9731 remove-if that's a cl function.
9732
9733 * webmail.el (webmail-debug): Replace mapcar called for effect with
9734 dolist.
9735
9736 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9737
9738 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9739 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9740 with while loop.
9741
9742 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9743 functions from article-* functions.
9744 (gnus-multi-decode-header): Replace mapcar called for effect with
9745 dolist.
9746
9747 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9748 (gnus-bookmark-show-details): Replace mapcar called for effect with
9749 while loop.
9750
9751 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9752 called for effect with while loop.
9753
9754 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9755 with dolist.
9756
9757 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9758 Replace mapcar called for effect with dolist.
9759
9760 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9761
9762 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9763 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9764 Replace mapcar called for effect with dolist.
9765 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9766 mapc.
9767
9768 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9769 Replace mapcar called for effect with dolist.
9770 (gnus-topic-list): Replace mapcar called for effect with mapc.
9771
9772 * gnus.el: Use mapc instead of mapcar to add autoloads.
9773
9774 2007-10-23 Richard Stallman <rms@gnu.org>
9775
9776 * gnus-group.el (gnus-group-highlight): Mark as risky.
9777
9778 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9779
9780 * gnus.el (gnus-server-to-method): Return method found first in
9781 gnus-newsrc-alist.
9782
9783 * gnus-art.el (gnus-article-highlight-signature)
9784 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9785 button overlay without the front stickiness.
9786
9787 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9788
9789 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9790 overview buffer needed a catch to receive its throw.
9791 (gnus-agent-flush-cache): Declare as interactive to make this function
9792 easier to use.
9793
9794 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9795
9796 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9797 `next-line'.
9798
9799 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9800
9801 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9802 exclude address matching message-dont-reply-to-names.
9803
9804 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9805
9806 * gnus-util.el (gnus-string<): New function.
9807
9808 * gnus-sum.el (gnus-article-sort-by-author)
9809 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9810
9811 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9812
9813 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9814 the frame-focus tag is set in gnus-buffer-configuration.
9815
9816 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9817
9818 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9819 the front stickiness.
9820
9821 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9822
9823 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9824 url pattern; remove duplicate one.
9825 (gnus-article-extend-url-button): New function.
9826 (gnus-article-add-buttons): Use it.
9827 (gnus-button-push): Use concatenated url that it makes.
9828
9829 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9830
9831 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9832 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9833
9834 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9837 Don't hardcode point-min==1.
9838
9839 2007-09-30 David Kastrup <dak@gnu.org>
9840
9841 * gnus-art.el (gnus-article-reply-with-original)
9842 (gnus-article-followup-with-original): When `transient-mark-mode' is
9843 off, refrain from active-region behavior for followups.
9844
9845 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9846
9847 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9848 Fix comment about "iso8859-1".
9849
9850 2007-10-08 Daiki Ueno <ueno@unixuser.org>
9851
9852 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9853 ones returned from the verify-function.
9854
9855 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9856 Call mml2015-extract-cleartext-signature if extraction failed.
9857
9858 2007-10-07 Daiki Ueno <ueno@unixuser.org>
9859
9860 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9861 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9862 failed.
9863
9864 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9865
9866 * Relicense "GPLv2 or later" files to "GPLv3 or later".
9867
9868 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9869
9870 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9871 to mark a thread as expirable. Add variable `hide' to handle hiding of
9872 thread for both the null and zero (kill/expire thread) universal prefix
9873 cases.
9874 (gnus-summary-expire-thread): Add new function to expire a thread,
9875 using gnus-summary-kill-thread.
9876 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9877 shortcuts for gnus-summary-expire-thread.
9878 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9879 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9880
9881 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9882
9883 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9884 extras value, so an extras entry can be deleted.
9885 (gnus-registry-delete-extra-entry): Use it.
9886 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9887 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9888 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9889 storage through the gnus-registry, and provide an appropriate API for
9890 it.
9891
9892 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9893
9894 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9895 Suggested by Leo <sdl.web@gmail.com>.
9896
9897 * gnus.el: Do.
9898
9899 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9900
9901 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9902 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9903
9904 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9905
9906 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9907 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9908
9909 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9910
9911 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9912 newline.
9913 (nnmbox-request-accept-article): Don't change article in source buffer;
9914 narrow to header to use message-fetch-field rather than
9915 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9916 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9917 as delimiters; make sure article ends with newline.
9918 (nnmbox-delete-mail): Correct last position of article to be deleted;
9919 ignore X-Gnus-Newsgroup header in article body.
9920 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9921 positions; make sure article ends with newline.
9922
9923 * message.el (message-display-abbrev): Don't infloop when a user
9924 inserts SPC in the beginning of header.
9925
9926 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9927
9928 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9929 list of groups not followed by default. Fix type to be regexp.
9930 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9931
9932 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9933
9934 * hmac-def.el (define-hmac-function): Switch from old-style to
9935 new-style backquotes.
9936
9937 * md4.el (md4-make-step): Likewise.
9938
9939 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9940
9941 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9942 raw-text coding system when saving .newsrc file, which may contain
9943 non-ASCII group names.
9944
9945 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9946
9947 * gnus-cus.el (gnus-score-extra): New widget.
9948 (gnus-score-extra-convert): New function.
9949 (gnus-score-customize): Use it for Extra.
9950
9951 2007-08-31 Daiki Ueno <ueno@unixuser.org>
9952
9953 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9954 (mml2015-mailcrypt-clear-verify): Use it.
9955 (mml2015-gpg-clear-verify): Use it.
9956 (mml2015-pgg-clear-verify): Use it.
9957 (mml2015-epg-clear-verify): Replace the current part with the output
9958 from GnuPG; don't extract the plaintext by itself.
9959
9960 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9961 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9962 mml2015-clear-verify-function; don't touch the armor headers or
9963 dash-escaped text here.
9964
9965 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9966
9967 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9968 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9969 parts, or application/octet-stream as a last resort.
9970 (gnus-mime-view-part-as-type): Don't toggle display.
9971 (gnus-mime-view-part-as-charset): Don't turn off display before
9972 querying charset.
9973
9974 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9975 stuff to undisplayer function in Emacs.
9976 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9977
9978 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9979 text/calendar parts.
9980
9981 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9982
9983 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9984 decoding text/calendar parts.
9985
9986 * message.el (message-forward-make-body-mime): Always mark body as
9987 having no illegible text; remove signed-or-encrypted argument.
9988 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9989
9990 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9991 (mml-generate-mime-1): Don't encode body if it is specified to be in
9992 raw form; don't make buffer be unibyte when inserting multibyte string.
9993
9994 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * sha1.el: Fix up comment style.
9997 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9998 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9999
10000 * hex-util.el: Fix up comment style.
10001 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10002
10003 * gnus-salt.el: Use with-current-buffer.
10004 (gnus-pick-setup-message): Fix long-standing typo.
10005
10006 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10007
10008 * imap.el (imap-logout-timeout): New variable.
10009 (imap-logout, imap-logout-wait): New functions.
10010 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10011
10012 * nnimap.el (nnimap-logout-timeout): New server variable.
10013 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10014 nnimap-logout-timeout.
10015
10016 * gnus-art.el (gnus-article-summary-command-nosave)
10017 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10018
10019 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10020
10021 * gnus.el (gnus-maximum-newsgroup): New variable.
10022
10023 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10024 according to gnus-maximum-newsgroup.
10025
10026 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10027 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10028 Limit the range of articles according to gnus-maximum-newsgroup.
10029
10030 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10031
10032 * gnus-art.el (gnus-sticky-article): Fix problems described in
10033 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10034 Don't perform gnus-configure-windows here; reuse existing sticky
10035 article buffer.
10036
10037 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10038 it doesn't exist in gnus-article-mode.
10039
10040 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10041
10042 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10043 (gnus-agent-decoded-group-name): New function.
10044 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10045 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10046
10047 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10048
10049 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10050 Add binding for gnus-sticky-article.
10051 (gnus-summary-exit): Don't kill sticky article buffers.
10052
10053 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10054 article buffer.
10055 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10056 (gnus-kill-sticky-article-buffers): New commands.
10057
10058 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10059
10060 * nntp.el (nntp-xref-number-is-evil): New server variable.
10061 (nntp-find-group-and-number): If it is non-nil, don't trust article
10062 numbers in the Xref header.
10063
10064 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10065
10066 * gnus-agent.el (gnus-agent-read-group): New function.
10067 (gnus-agent-flush-group, gnus-agent-expire-group)
10068 (gnus-agent-regenerate-group): Use it.
10069 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10070 nnmail-pathname-coding-system.
10071
10072 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10073
10074 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10075
10076 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10077 that are unread as unread, and also as selected so that information of
10078 marks having been changed by a user may be updated when exiting group.
10079
10080 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10081
10082 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10083
10084 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10085
10086 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10087 calculated ignoring signature parts to gnus-treat-article.
10088
10089 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10090
10091 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10092 a point here in order to keep the window start.
10093 (gnus-insert-mime-security-button): Make a button overlay without the
10094 front stickiness.
10095 (gnus-mime-display-security): Goto the end of a button.
10096
10097 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10098
10099 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10100
10101 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10102 group-name-at-point.
10103 (gnus-group-completing-read): New function that offers decoded
10104 non-ASCII group names for completion.
10105 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10106 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10107 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10108 (gnus-group-fetch-control): Use it.
10109 (gnus-fetch-group): Use group-name-at-point for the initial value
10110 rather than the default value; use gnus-alive-p.
10111
10112 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10113 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10114 (gnus-summary-post-news): Use gnus-group-completing-read.
10115
10116 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10117 (gnus-read-move-group-name): Decode group name for completion.
10118
10119 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10120
10121 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10122 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10123 Yamaoka slightly modified the code).
10124
10125 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10126
10127 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10128 (nnmail-split-incoming): Bind it.
10129
10130 * nnml.el (nnml-group-name-charset): New function.
10131 (nnml-decoded-group-name): Use it; don't decode group name if
10132 nnmail-group-names-not-encoded-p is non-nil.
10133 (nnml-encoded-group-name): New function.
10134 (nnml-group-pathname): Inline nnml-decoded-group-name.
10135 (nnml-request-expire-articles): Decode group name in message.
10136 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10137 nnmail-pathname-coding-system.
10138 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10139 not decoded ones according to nnmail-group-names-not-encoded-p.
10140 (nnml-generate-active-info): Use nnml-encoded-group-name.
10141
10142 2007-08-08 Glenn Morris <rgm@gnu.org>
10143
10144 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10145 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10146 doc-strings and comments.
10147
10148 2007-07-25 Glenn Morris <rgm@gnu.org>
10149
10150 * Relicense all FSF files to GPLv3 or later.
10151
10152 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10153
10154 * gnus-sum.el (gnus-summary-move-article):
10155 Make gnus-summary-respool-article work.
10156
10157 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10158
10159 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10160 string.
10161
10162 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10163
10164 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10165 that should be ignored when comparing distant RSS articles with local
10166 ones.
10167 (nnrss-make-hash-index): New function. Create a hash index according
10168 to the ignored fields.
10169 (nnrss-check-group): Use it.
10170
10171 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10172
10173 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10174
10175 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10176
10177 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10178 the new optional argument ENCODED is non-nil.
10179 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10180 coding system for encoding group name.
10181 (gnus-group-make-rss-group): Pass un-encoded group name to
10182 gnus-group-make-group.
10183 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10184 encoded.
10185
10186 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10187 Encode group name to which articles are moved or copied.
10188 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10189 coding system for encoding Newsgroup, Followup-To and Xref headers.
10190
10191 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10192 marks; use nnheader-file-coding-system to write a file.
10193 (nnagent-retrieve-headers): Bind file-name-coding-system to
10194 nnmail-pathname-coding-system.
10195
10196 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10197
10198 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10199 (nnml-request-article, nnml-request-create-group)
10200 (nnml-request-rename-group, nnml-find-id)
10201 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10202 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10203 (nnml-save-marks): Use nnml-group-pathname instead of
10204 nnmail-group-pathname.
10205
10206 (nnml-request-create-group, nnml-request-expire-articles)
10207 (nnml-request-move-article, nnml-request-delete-group)
10208 (nnml-deletable-article-p, nnml-possibly-create-directory)
10209 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10210 (nnml-open-marks): Bind file-name-coding-system to
10211 nnmail-pathname-coding-system.
10212
10213 (nnml-request-article): Pass server argument to nnml-find-group-number.
10214 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10215 Pass server argument to nnml-possibly-create-directory.
10216 (nnml-request-accept-article): Pass server argument to
10217 nnml-active-number and nnml-save-mail.
10218 (nnml-find-group-number): Pass server argument to nnml-find-id.
10219 (nnml-request-update-info): Pass server argument to
10220 nnml-marks-changed-p.
10221
10222 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10223 (nnml-save-mail, nnml-active-number): Add server argument.
10224
10225 (nnml-request-delete-group): Warn if group is missing.
10226 (nnml-get-nov-buffer): Decode group name.
10227 (nnml-generate-active-info): Encode group name.
10228 (nnml-open-marks): Decode group name in messages.
10229
10230 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10231
10232 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10233 if it is not specified.
10234 (gnus-article-pipe-part, gnus-article-save-part)
10235 (gnus-article-interactively-view-part, gnus-article-copy-part)
10236 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10237 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10238 (gnus-article-replace-part, gnus-article-delete-part)
10239 (gnus-article-view-part-as-type): Pass raw prefix argument to
10240 gnus-article-part-wrapper.
10241
10242 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10243
10244 * gnus-agent.el (gnus-agent-save-active):
10245 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10246
10247 * gnus-cache.el (gnus-cache-save-buffers)
10248 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10249 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10250 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10251 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10252 (gnus-cache-generate-active, gnus-cache-rename-group)
10253 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10254 (gnus-cache-update-overview-total-fetched-for):
10255 Bind file-name-coding-system to nnmail-pathname-coding-system.
10256 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10257 New variables.
10258 (gnus-cache-decoded-group-name): New function.
10259 (gnus-cache-file-name): Use it.
10260 (gnus-cache-generate-active): Use non-decoded group name for active.
10261
10262 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10263 right place.
10264 (gnus-write-active-file): Don't break non-ASCII group names.
10265
10266 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10267 nnmail-pathname-coding-system.
10268
10269 * gnus-uu.el (gnus-uu-decode-save): Typo.
10270
10271 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10272
10273 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10274
10275 2007-07-14 David Kastrup <dak@gnu.org>
10276
10277 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10278 finishing actions if we did not edit the article.
10279
10280 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10281
10282 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10283 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10284 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10285 (gnus-agent-flush-group, gnus-agent-flush-cache)
10286 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10287 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10288 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10289 (gnus-agent-regenerate-group)
10290 (gnus-agent-update-files-total-fetched-for)
10291 (gnus-agent-update-view-total-fetched-for):
10292 Bind file-name-coding-system to nnmail-pathname-coding-system.
10293 (gnus-agent-group-pathname): Don't encode file names by
10294 nnmail-pathname-coding-system.
10295 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10296 coding-system-for-write instead of buffer-file-coding-system to
10297 gnus-agent-file-coding-system.
10298
10299 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10300 Decode group name.
10301
10302 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10303
10304 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10305 (gnus-read-newsrc-el-file): Make group names unibyte.
10306
10307 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10308 nnmail-pathname-coding-system.
10309
10310 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10311 (nnrss-request-delete-group): Bind file-name-coding-system to
10312 nnmail-pathname-coding-system.
10313 (nnrss-read-server-data, nnrss-read-group-data):
10314 Bind file-name-coding-system correctly.
10315 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10316
10317 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10318 (nntp-server-to-method-cache): New variable.
10319 (nntp-group-pathname): New function that decodes non-ASCII group names.
10320 (nntp-possibly-create-directory, nntp-marks-changed-p)
10321 (nntp-save-marks, nntp-open-marks): Use it.
10322 (nntp-possibly-create-directory, nntp-open-marks):
10323 Bind file-name-coding-system to nnmail-pathname-coding-system.
10324 (nntp-open-marks): Decode group names when bootstrapping marks.
10325
10326 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10327 Newsgroups and Folowup-To headers.
10328
10329 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10330
10331 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10332 (gnus-server-closed-face, gnus-server-denied-face)
10333 (gnus-server-offline-face): Remove variable.
10334 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10335
10336 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10337 of modifying message-stack directly for XEmacs.
10338
10339 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10340 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10341 if the coding-system argument is nil for XEmacs.
10342
10343 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10344 mm-charset-override-alist.
10345
10346 * rfc2047.el: Don't require base64; require rfc2045 for the function
10347 rfc2045-encode-string.
10348 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10349 to quote the parameter value.
10350
10351 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10352
10353 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10354 form in gnus-group-name-charset-method-alist.
10355
10356 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10357 overrides the default layout edit-form.
10358
10359 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10360
10361 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10362
10363 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10364
10365 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10366 as unfetched articles.
10367
10368 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10369
10370 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10371
10372 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10373
10374 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10375 original back end that keeps marks in the local system.
10376
10377 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10378
10379 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10380 arg of pop-to-buffer for XEmacs.
10381 (gnus-article-read-summary-keys): Ditto; don't restore window
10382 configuration if summary command ends up with neither article buffer
10383 nor summary buffer; describe bindings if summary keys end with C-h.
10384
10385 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10386
10387 * message.el (message-fix-before-sending): Skip raw message part to be
10388 forwarded while checking illegible text.
10389 (message-forward-make-body-mime, message-forward-make-body):
10390 Mark signed or encrypted raw message as having no illegible text.
10391
10392 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10393
10394 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10395 (gnus-message-with-timestamp-1): New macro.
10396 (gnus-message-with-timestamp): New function.
10397 (gnus-message): Use them.
10398
10399 * nnheader.el (nnheader-message): Use them.
10400
10401 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10402
10403 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10404 .newsrc.eld file.
10405
10406 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10407
10408 * gnus-agent.el (gnus-agent-fetch-headers)
10409 (gnus-agent-retrieve-headers):
10410 Bind gnus-decode-encoded-address-function to identity.
10411
10412 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10413 available also when the server returns simply a dot.
10414
10415 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10416
10417 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10418
10419 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10420
10421 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10422
10423 * gnus-ems.el (gnus-x-splash): Make it work.
10424
10425 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10426 from being used.
10427
10428 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10429
10430 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10431 the front stickiness.
10432 (gnus-article-summary-command-nosave): Correct the order of the
10433 arguments passed to pop-to-buffer.
10434 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10435 summary command ends up with the article buffer.
10436
10437 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10438 the same faces.
10439
10440 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10441
10442 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10443
10444 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10445
10446 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10447 * gnus-sum.el (gnus-summary-highlight):
10448 * mail-source.el (mail-source-delete-old-incoming-confirm):
10449 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10450
10451 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10452
10453 * gnus-art.el (gnus-mime-view-part-externally)
10454 (gnus-mime-view-part-internally): Fix predicate function passed to
10455 completing-read.
10456
10457 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10458
10459 * gnus.el (gnus-update-message-archive-method): Add :version.
10460
10461 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10462
10463 * gnus.el (gnus-update-message-archive-method): New variable.
10464
10465 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10466 according to gnus-message-archive-method if
10467 gnus-update-message-archive-method is non-nil.
10468
10469 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10470
10471 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10472 Suggested by Loic Dachary <loic@dachary.org>.
10473 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10474
10475 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10476
10477 * message.el (message-pop-to-buffer): Add switch-function argument.
10478 (message-mail): Pass switch-function argument to it.
10479
10480 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10481
10482 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10483 Improve doc string.
10484
10485 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10486
10487 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10488 (gnus-header-content)
10489 * gnus-cite.el (gnus-cite-10)
10490 * gnus-srvr.el (gnus-server-closed)
10491 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10492 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10493 (gnus-group-mail-3-empty, gnus-group-mail-low)
10494 (gnus-group-mail-low-empty, gnus-splash)
10495 * message.el (message-header-to, message-header-cc)
10496 (message-header-subject, message-header-other, message-header-name)
10497 (message-header-xheader, message-separator, message-cited-text)
10498 (message-mml): Lighten colors of faces used for dark background.
10499
10500 2007-05-24 Simon Josefsson <simon@josefsson.org>
10501
10502 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10503 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10504
10505 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10506
10507 * message.el (message-narrow-to-headers-or-head):
10508 Ignore mail-header-separator in the body.
10509
10510 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10511
10512 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10513 same as window size.
10514
10515 2007-05-22 Kevin Ryde <user42@zip.com.au>
10516
10517 * message.el (message-font-lock-keywords): Use message-header-xheader
10518 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10519 ahead of the anything pattern, to get it recognised.
10520
10521 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10522
10523 * gnus-sum.el (gnus-articles-to-read)
10524 (gnus-summary-insert-old-articles): Don't truncate group name for
10525 `read-string'.
10526
10527 * gnus-util.el (gnus-limit-string): Delete this function.
10528
10529 * gnus-sum.el (gnus-simplify-subject-fully):
10530 Use `truncate-string-to-width' instead.
10531
10532 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10533
10534 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10535 Tell if, on summary exit, the next group has to be selected.
10536 (gnus-summary-exit): Use it.
10537
10538 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10539
10540 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10541 non-break space.
10542
10543 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10544
10545 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10546 Check if group is not a directory.
10547 (nnfolder-request-expire-articles): Don't delete articles if the target
10548 group is not available.
10549
10550 * nnml.el (nnml-request-create-group): Properly check if group is not a
10551 file.
10552 (nnml-request-expire-articles): Don't delete articles if the target
10553 group is not available.
10554
10555 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10556 Don't quote characters that are within parentheses.
10557
10558 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10559
10560 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10561 (gnus-handle-ephemeral-exit): Select article according to it.
10562
10563 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10564
10565 * message.el (message-insert-formated-citation-line): Remove newline.
10566 (message-citation-line-format): Add final \n here so that the user can
10567 avoid a blank line.
10568
10569 2007-05-03 Dan Christensen <jdc@uwo.ca>
10570
10571 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10572 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10573 Update lanl/arXiv support.
10574
10575 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10576
10577 * gnus.el: Bump version number.
10578
10579 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10580
10581 * gnus.el (gnus-version-number): Bump version.
10582
10583 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10584
10585 * gnus.el: No Gnus v0.6 is released.
10586
10587 2007-04-27 Didier Verna <didier@xemacs.org>
10588
10589 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10590 * gmm-utils.el (gmm-regexp-concat): ... here.
10591 * message.el: Don't require 'gnus-util.
10592 (message-dont-reply-to-names): Handle name change above.
10593 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10594
10595 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10596
10597 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10598 since the initial value varies according to the system.
10599
10600 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10601
10602 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10603
10604 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10605
10606 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10607
10608 2007-04-24 Didier Verna <didier@xemacs.org>
10609
10610 Improve the type of gnus-ignored-from-addresses.
10611 * gnus-util.el (gnus-orify-regexp): New function.
10612 * message.el (gnus-util): Require it.
10613 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10614 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10615 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10616
10617 2007-04-24 Didier Verna <didier@xemacs.org>
10618
10619 * gnus-sum.el:
10620 * gnus-utils.el: Fix some trailing whitespaces.
10621
10622 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10623
10624 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10625 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10626 article's Message-ID; refer parent article in summary buffer.
10627
10628 * message.el (message-bounce): Call mime-to-mml.
10629
10630 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10631
10632 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10633
10634 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10635
10636 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10637 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10638 displayed of multipart/alternative part if it is invoked from summary
10639 buffer.
10640
10641 * mm-view.el (mm-inline-text-html-render-with-w3m)
10642 (mm-inline-text-html-render-with-w3m-standalone)
10643 (mm-inline-render-with-function): Use mail-parse-charset by default.
10644
10645 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10646
10647 * parse-time.el (parse-time-string-chars): Check if CHAR
10648 is less than the length of parse-time-syntax.
10649
10650 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10651
10652 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10653 from gnus-newsgroup-processable.
10654
10655 2007-04-16 Didier Verna <didier@xemacs.org>
10656
10657 * gnus-msg.el (gnus-configure-posting-styles):
10658 Handle message-signature-directory properly with :file syntax.
10659 Reported by "Leo".
10660
10661 2007-04-11 Didier Verna <didier@xemacs.org>
10662
10663 New user option: message-signature-directory.
10664 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10665 * message.el (message-insert-signature): Ditto.
10666 * message.el (message-signature-file): Doc update.
10667 * message.el (message-signature-directory): New.
10668
10669 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10670
10671 * gnus-msg.el (gnus-inews-yank-articles):
10672 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10673
10674 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10675
10676 * message.el (message-yank-original): Make sure cited text ends with
10677 newline; don't exchange point and mark.
10678
10679 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10680
10681 * tls.el (open-tls-stream): Properly handle case where there
10682 is no associated buffer.
10683
10684 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10685
10686 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10687 message-yank-original, make sure (< mark TEXT point).
10688
10689 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10690
10691 * message.el (message-fill-column): New variable.
10692 (message-mode): Use it. Add comment on a possible new hook.
10693
10694 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10695 (nnmail-get-new-mail): Reformat.
10696
10697 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10698
10699 * gmm-utils.el: Fix Commentary.
10700 (gmm-tool-bar-from-list): Fix typo in doc string.
10701
10702 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10703
10704 * message.el (message-yank-original): Don't switch point and mark
10705 unnecessarily to put point and mark as documented.
10706
10707 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10708
10709 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10710 from the message heads.
10711
10712 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10713
10714 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10715 article buffer does not have a window. This may not be the best
10716 solution but is certainly better than setting the start of the null,
10717 that is the current, window.
10718
10719 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10720
10721 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10722 (gnus-draft-setup): Run it.
10723
10724 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10725 gnus-score-fast-scoring. Allow regexp.
10726 (gnus-score-headers): Use it.
10727
10728 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10729 XEmacs.
10730
10731 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10732 string.
10733 (gnus-button-alist): Also catch `<f1> k ...'.
10734 (gnus-treat-display-x-face): Fix doc string.
10735
10736 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10737
10738 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10739 evaluation of gnus-extended-version to ensure correct generation of the
10740 User-Agent header when message-generate-headers-first is used.
10741
10742 2007-03-24 Simon Josefsson <simon@josefsson.org>
10743
10744 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10745 hashcash-path is nil. Don't call callback with incorrect number of
10746 parameters if val is 0.
10747
10748 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10749
10750 * message.el (message-required-news-headers):
10751 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10752
10753 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10754
10755 * message.el (message-generate-new-buffers): Change the meaning of the
10756 nil value; add `standard' to the choices; treat t as `unique'; improve
10757 doc string.
10758 (gnus-select-frame-set-input-focus): Autoload.
10759 (message-buffer-name): Search for the existing message buffer if
10760 message-generate-new-buffers is nil or `standard'; treat the value t of
10761 message-generate-new-buffers as `unique'.
10762 (message-pop-to-buffer): Raise the frame already displaying the message
10763 buffer; clear the echo area after querying.
10764 (message-setup): Pass the `continue' argument to compose-mail.
10765 (message-mail): Prefer `switch-function' if it is given; search for the
10766 existing message buffer if the `continue' argument is non-nil; pass
10767 continue and switch-function arguments to compose-mail by way of
10768 message-setup.
10769 (message-mail-other-window): Adjust argument of message-setup.
10770 (message-mail-other-frame): Ditto.
10771
10772 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10773
10774 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10775 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10776 to turn font-lock on when turning gnus-message-citation-mode on.
10777
10778 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10779
10780 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10781 (mml-smime-function-alist): New variable; add epg as the backend.
10782 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10783 mml-smime- functions instead.
10784 * mm-view.el: Require smime.
10785
10786 2007-03-05 Didier Verna <didier@xemacs.org>
10787
10788 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10789 instead of just inheritance for posting styles.
10790 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10791
10792 2007-02-24 John Paul Wallington <jpw@pobox.com>
10793
10794 * tls.el (tls-certtool-program): Fix custom type.
10795
10796 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10797
10798 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10799 and point-at-eol instead of line-(beginning|end)-position.
10800
10801 * assistant.el (assistant-parse-buffer): Ditto.
10802
10803 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10804
10805 * mml2015.el (mml2015-epg-find-usable-key): New function.
10806 (mml2015-epg-sign): Use it.
10807 (mml2015-epg-encrypt): Use it.
10808
10809 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10810
10811 * message.el (message-make-in-reply-to): Quote name containing
10812 non-ASCII characters. It will make the RFC2047 encoder cause an error
10813 if there are special characters. Reported by NAKAJI Hiroyuki
10814 <nakaji@jp.freebsd.org>.
10815
10816 2007-02-27 Didier Verna <didier@xemacs.org>
10817
10818 Include the group parameters as well as the topic ones in the
10819 inheritance filter process.
10820 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10821 argument GROUP-PARAMS-LIST.
10822 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10823
10824 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10825
10826 * nntp.el (nntp-never-echoes-commands)
10827 (nntp-open-connection-functions-never-echo-commands): New variables.
10828 (nntp-send-command): Use them.
10829
10830 2007-02-20 Daiki Ueno <ueno@unixuser.org>
10831
10832 * mml2015.el (mml2015-epg-verify): Simplify.
10833
10834 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10835
10836 * mml.el (mml-content-disposition-alist): New user option.
10837 (mml-content-disposition): New function.
10838 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10839 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10840
10841 2007-02-19 Daiki Ueno <ueno@unixuser.org>
10842
10843 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10844 verification.
10845
10846 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10847
10848 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10849 articles posted in the last 24 hours.
10850
10851 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
10852
10853 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10854
10855 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
10856
10857 * nntp.el (nntp-send-command): Don't wait for echoes when
10858 nntp-open-ssl-stream is used.
10859
10860 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10861
10862 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10863 (gnus-message-add-citation-keywords)
10864 (gnus-message-remove-citation-keywords): Remove.
10865 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10866 directly, make the variables in font-lock-defaults buffer-local, add
10867 gnus-message-citation-keywords to them and then update the value of
10868 font-lock-keywords.
10869
10870 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10871
10872 * message.el (message-cite-original-1): Don't call
10873 gnus-article-highlight-citation.
10874
10875 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10876 citations; fix line count.
10877
10878 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10879
10880 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10881 (gnus-message-add-citation-keywords)
10882 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10883 versions of font-lock-add-keywords and font-lock-remove-keywords to
10884 work with XEmacs correctly.
10885
10886 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10887
10888 * gnus-cite.el (gnus-cite-face-list): Set the values of
10889 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10890 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10891 (gnus-message-cite-prefix-regexp): New variable.
10892 (gnus-message-search-citation-line): Use it; protect against long
10893 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10894 the 0th match data for Emacs.
10895 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10896 (gnus-message-add-citation-keywords): Append keywords rather than
10897 prepending; emulate font-lock-add-keywords if it is not available.
10898 (gnus-message-remove-citation-keywords):
10899 Emulate font-lock-remove-keywords if it is not available.
10900
10901 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10902
10903 * message.el (message-cite-prefix-regexp): Set the value of
10904 gnus-message-cite-prefix-regexp.
10905
10906 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10907
10908 * nnweb.el (nnweb-google-parse-1): Update parser.
10909
10910 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
10911
10912 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10913
10914 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10915
10916 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10917 regexp.
10918
10919 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10920
10921 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10922 string-to-multibyte.
10923 (uudecode-decode-region-internal): Use it.
10924
10925 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10926
10927 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10928 Fix custom choice.
10929
10930 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10931
10932 2007-01-22 Daiki Ueno <ueno@unixuser.org>
10933
10934 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10935
10936 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10937 `write-region' to respect `mm-inhibit-file-name-handlers'.
10938
10939 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10940
10941 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10942 Use gnus-home-directory instead of "~/" or "$HOME".
10943
10944 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10945
10946 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10947 to mention filename.
10948 Add comments at beginning regarding usage.
10949 (encrypt-write-file-contents): Change interactive so a string is
10950 acceptable. If the file has no associated model, show an error instead
10951 of a nonsense prompt.
10952
10953 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10954
10955 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10956 Thanks to Yoshihiko Yamada for kind notification of this typo.
10957
10958 2007-01-12 Kenichi Handa <handa@m17n.org>
10959
10960 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10961 multibyte buffer.
10962
10963 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10964
10965 * gnus-score.el (gnus-score-fast-scoring): New variable.
10966 (gnus-score-headers): Use it.
10967
10968 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10969
10970 * message.el (message-cite-original-1):
10971 Call gnus-article-highlight-citation if requested.
10972 (message-make-from): Allow name and address as optional arguments.
10973
10974 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10975
10976 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10977 bugs to doc string.
10978 (gnus-button-alist): Add mid\\|message-id.
10979 (gnus-button-fetch-group): Extend for use in
10980 `browse-url-browser-function'.
10981 (gnus-button-url-regexp): Try to catch paired parentheses like in
10982 Wikipedia URLs.
10983
10984 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10985 Suggested by Simon Krahnke <overlord@gmx.li>.
10986
10987 2007-01-13 Romain Francoise <romain@orebokech.com>
10988
10989 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10990 Update copyright.
10991
10992 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
10993
10994 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10995
10996 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
10997
10998 * gnus-registry.el (gnus-registry-unfollowed-groups)
10999 (gnus-registry-split-fancy-with-parent): Fix documentation.
11000
11001 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11002
11003 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11004 from nnweb groups.
11005
11006 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11007
11008 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11009 Xref urls. Erase buffer before requesting head.
11010
11011 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11012
11013 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11014
11015 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11016 customizable.
11017
11018 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11019
11020 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11021 no signing key is found.
11022 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11023 no encrypting and/or signing key is found.
11024
11025 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11026
11027 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11028
11029 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11030
11031 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11032 headers read from disk with the ones newly found in the current search.
11033 This should no longer cause problems, because the article numbers in
11034 Gmane's `nov.php' output are ignored since the previous change.
11035
11036 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11037
11038 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11039
11040 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11041
11042 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11043
11044 2007-01-01 Romain Francoise <romain@orebokech.com>
11045
11046 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11047
11048 2006-12-31 Steve Youngs <steve@sxemacs.org>
11049
11050 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11051 `define-minor-mode' macro definition expanded properly.
11052 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11053 exclude it there.
11054
11055 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11056 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11057 `fboundp' test.
11058 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11059 This is OK to autoload in (S)XEmacs now.
11060
11061 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11062
11063 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11064 keystroke.
11065 (gnus-summary-limit-to-singletons): Fix typo.
11066
11067 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11068 else fails.
11069
11070 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11071
11072 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11073 docstring.
11074
11075 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11076 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11077 (gnus-summary-insert-dormant-articles): Fix typo in message.
11078
11079 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11080
11081 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11082 nil for XEmacs.
11083 (gnus-message-citation-mode): Don't autoload in XEmacs.
11084
11085 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11086
11087 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11088
11089 * nnimap.el (nnimap-expunge-search-string):
11090 Mention nnimap-search-uids-not-since-is-evil in docstring.
11091
11092 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11093
11094 * spam.el: Revert to make-obsolete-variable because
11095 define-obsolete-variable-alias is not supported in Emacs 21.
11096
11097 * spam.el (spam-ifile-path, spam-ifile-database-path)
11098 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11099 make-obsolete-variable.
11100 (spam-bsfilter-path, spam-bsfilter-program)
11101 (spam-spamassassin-path, spam-spamassassin-program)
11102 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11103 Don't use "path" inappropriately.
11104 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11105 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11106 variable names.
11107
11108 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11109
11110 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11111 summary buffer.
11112
11113 * password.el (password-cache-remove): Use clear-string to burn
11114 password, if available.
11115
11116 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11117
11118 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11119
11120 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11121
11122 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11123 (gnus-message-highlight-citation): Move defcustom here from
11124 gnus-cite.el.
11125 (gnus-message-citation-mode): Autoload.
11126
11127 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11128 checks to make it compile with XEmacs.
11129 (gnus-message-citation-mode): New minor mode.
11130 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11131 (gnus-message-highlight-citation): New variables.
11132 (gnus-message-search-citation-line)
11133 (gnus-message-add-citation-keywords)
11134 (gnus-message-remove-citation-keywords)
11135 (turn-on-gnus-message-citation-mode)
11136 (turn-off-gnus-message-citation-mode): New functions.
11137
11138 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11139
11140 * gnus-cite.el: Enable highlighting of different citation levels in
11141 message-mode.
11142
11143 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11144
11145 * message.el (message-make-fqdn): Fix comment.
11146 (message-bogus-system-names): Add ".local".
11147
11148 * spam.el (spam-ifile-path, spam-ifile-program)
11149 (spam-ifile-database-path, spam-ifile-database)
11150 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11151 Don't use "path" inappropriately.
11152 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11153 strings.
11154 (spam-check-ifile, spam-ifile-register-with-ifile)
11155 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11156 Use new variable names.
11157
11158 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11159 (gnus-treat-display-smileys): Simplify using
11160 gnus-image-type-available-p.
11161
11162 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11163 available.
11164
11165 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11166
11167 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11168 one after turning on the buffer's multibyteness instead of decoding
11169 them directly in the unibyte buffer that causes unexpected conversion
11170 in Emacs 23 (unicode).
11171
11172 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11173
11174 * message.el (message-generate-hashcash): Fix custom type.
11175
11176 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11177
11178 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11179
11180 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11181
11182 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11183 disconnect icons. Add help text.
11184
11185 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11186
11187 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11188 negated to be consistent with the others we handle.
11189
11190 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11191
11192 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11193 version of gnus-summary-buffer to something, so that we can use two
11194 article buffers at the same time.
11195
11196 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11197
11198 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11199 trigger all the extra headers.
11200 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11201 sorting.
11202
11203 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11204
11205 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11206 solid groups.
11207
11208 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11209
11210 * legacy-gnus-agent.el: Add Copyright notice.
11211
11212 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11213
11214 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11215
11216 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11217
11218 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11219
11220 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11221 to make it work reliably in CVS Emacs.
11222 (gnus-summary-limit-strange-charsets-predicate)
11223 (gnus-summary-limit-to-predicate): New functions.
11224
11225 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11226
11227 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11228 specifying array size.
11229 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11230 array if it is too small.
11231 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11232 (gnus-sort-threads-loop): New function.
11233
11234 2006-12-06 Chris Moore <dooglus@gmail.com>
11235
11236 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11237 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11238
11239 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11240
11241 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11242 options.
11243
11244 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11245
11246 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11247 DOS-ing the recipient.
11248
11249 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11250 the headers when creating the mapping to avoid mismappings.
11251 (nnweb-gmane-create-mapping): Always nix out old mapping.
11252
11253 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11254
11255 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11256 and mm-verify-option to never.
11257
11258 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11259
11260 * message.el (message-signed-or-encrypted-p): New function.
11261 (message-forward-make-body): Use it.
11262
11263 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11264 Replace encode-coding-string with mm-encode-coding-string.
11265
11266 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11267
11268 * nneething.el (nneething-decode-file-name):
11269 Replace decode-coding-string with mm-decode-coding-string.
11270
11271 * gnus-int.el (gnus-open-server): Say failed server's name.
11272
11273 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11274
11275 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11276 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11277
11278 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11279 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11280 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11281 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11282 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11283 (gnus-subscribe-newsgroup, gnus-1):
11284 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11285 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11286 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11287 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11288
11289 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11290
11291 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11292 keystroke.
11293 (gnus-summary-limit-to-bodies): Implement headersp.
11294
11295 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11296
11297 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11298
11299 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11300
11301 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11302
11303 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11304
11305 * message.el (message-generate-hashcash): Expand range of values to
11306 include `opportunistic'.
11307 (message-send-mail): Use it.
11308
11309 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11310
11311 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11312 and comment it.
11313
11314 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11315
11316 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11317
11318 * gnus-util.el (gnus-extract-address-components): Improve comment.
11319
11320 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11321
11322 * gnus-util.el (gnus-extract-address-components): Work with address in
11323 which the name portion contains @.
11324
11325 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11326
11327 * gnus.el (gnus-start): Move custom group up.
11328 (gnus-select-method): Don't autoload, but make it available for
11329 `customize-variable'.
11330 (gnus-getenv-nntpserver): Don't autoload.
11331
11332 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11333
11334 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11335
11336 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11337
11338 * message.el (message-sendmail-extra-arguments): New variable.
11339 (message-send-mail-with-sendmail): Use it.
11340
11341 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11342
11343 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11344 mm-with-unibyte-current-buffer to make string unibyte.
11345
11346 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11347 mm-string-as-multibyte.
11348
11349 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11350
11351 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11352 Reported by Werner Koch <wk@gnupg.org>.
11353
11354 2006-11-14 Daiki Ueno <ueno@p360>
11355
11356 * mml2015.el: Autoload epa-select-keys when compiling.
11357
11358 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11359
11360 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11361 message-options.
11362 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11363
11364 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11365
11366 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11367 EasyPG (< 0.0.6).
11368 (mml2015-always-trust): New user option.
11369 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11370 prompt.
11371
11372 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11373
11374 * nntp.el (nntp-authinfo-force): New variable.
11375 (nntp-send-authinfo): Use it.
11376
11377 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11378
11379 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11380 decode encoded words. Improve prompt. Add comment about forwarding.
11381 (message-replacement-char): Move up.
11382
11383 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11384
11385 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11386 instead of gnus-intersection because arguments of gnus-sorted-nunion
11387 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11388
11389 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11390
11391 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11392 (message-simplify-subject-functions):
11393 Enable message-strip-subject-encoded-words by default.
11394
11395 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11396
11397 * message.el (message-strip-subject-encoded-words): New function.
11398 (message-simplify-subject-functions): New variable.
11399 (message-simplify-subject): Use it. Fix typo in doc string.
11400 Support message-strip-subject-encoded-words.
11401
11402 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11403
11404 * gnus-diary.el (gnus-diary-delay-format-function):
11405 * nndiary.el (nndiary-reminders):
11406 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11407
11408 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11409
11410 * gnus-art.el (article-hide-boring-headers): Fetch date from
11411 gnus-original-article-buffer to avoid problems with localized date
11412 strings.
11413
11414 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11415
11416 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11417
11418 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11419
11420 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11421 New variables.
11422 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11423 (mm-charset-synonym-alist): Move some entries to
11424 mm-codepage-iso-8859-list.
11425 (mm-charset-synonym-alist, mm-charset-override-alist):
11426 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11427
11428 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11429
11430 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11431
11432 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11433
11434 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11435 with Emacs 21 and XEmacs.
11436
11437 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11438
11439 * spam.el (spam-parse-address): New function for better parsing,
11440 catching errors, etc.
11441 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11442
11443 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11444
11445 * mm-view.el: Add interactive arg to html2text autoload.
11446
11447 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11448
11449 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11450
11451 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11452
11453 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11454 New variables.
11455 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11456 (mm-charset-synonym-alist): Move some entries to
11457 mm-codepage-iso-8859-list.
11458
11459 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11460
11461 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11462
11463 * message.el (message-citation-line-format)
11464 (message-insert-formated-citation-line): Fix implementation of %E, %N
11465 and %n according to the doc string.
11466
11467 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11468
11469 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11470 Use car-safe to avoid bad parses.
11471
11472 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11473
11474 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11475 names.
11476
11477 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11478
11479 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11480
11481 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11482 header.
11483
11484 * message.el (message-draft-headers): Add Date.
11485 (message-headers-to-generate): Fix typo in docstring.
11486
11487 * nndraft.el (nndraft-required-headers): New variable.
11488 (nndraft-generate-headers): Use it.
11489
11490 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11491
11492 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11493
11494 * gnus-registry.el (gnus-registry-wash-for-keywords)
11495 (gnus-registry-find-keywords): New functions to allow easy searching of
11496 articles that are in the registry.
11497
11498 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11499
11500 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11501 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11502 Reported by Damien Elmes <damien@repose.cx>.
11503
11504 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11505
11506 * gnus.el (gnus-mime): Remove unused custom group.
11507
11508 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11509
11510 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11511 "blank line" when searching for end of armor headers.
11512
11513 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11514
11515 * gmm-utils.el (gmm-write-region): Fix variable name.
11516
11517 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11518
11519 * gmm-utils.el (gmm-write-region): New function based on compatibility
11520 code from `mm-make-temp-file'.
11521
11522 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11523
11524 * nnmaildir.el (nnmaildir--update-nov)
11525 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11526 Use `gmm-write-region'.
11527
11528 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11529
11530 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11531 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11532
11533 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11534
11535 * message.el (message-replacement-char): New variable.
11536 (message-fix-before-sending): Use it.
11537 (message-simplify-subject): New function to remove duplicate code.
11538 (message-reply, message-followup): Use it.
11539
11540 * gnus-sum.el (gnus-summary-make-menu-bar):
11541 Clarify gnus-summary-limit-to-articles.
11542
11543 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11544
11545 * gnus-util.el (gnus-with-local-quit): New macro.
11546
11547 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11548
11549 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11550
11551 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11552 ignore non-string data.
11553
11554 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11555
11556 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11557 non-string data (needs to be done in the registry too).
11558
11559 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11560
11561 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11562 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11563 (gnus-registry-split-fancy-with-parent)
11564 (gnus-registry-fetch-simplified-message-subject-fast)
11565 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11566 Remove text properties on ingress into the registry and when it's saved.
11567 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11568 registry from entries with no groups.
11569
11570 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11571
11572 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11573 function to remove string properties.
11574
11575 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11576
11577 * gmm-utils.el (gmm): Adjust custom version.
11578
11579 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11580 Adjust custom version.
11581
11582 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11583
11584 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11585
11586 * gnus-art.el (gnus-insert-prev-page-button)
11587 (gnus-insert-next-page-button): Simplify. Reformat.
11588
11589 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11590
11591 * gnus-art.el (gnus-insert-prev-page-button)
11592 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11593
11594 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11595
11596 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11597
11598 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11599
11600 * gnus-art.el (gnus-insert-mime-button)
11601 (gnus-insert-mime-security-button):
11602 Apply gnus-article-button-face to MIME and security buttons.
11603
11604 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11605
11606 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11607 readable.
11608
11609 2006-09-20 Steve Youngs <steve@sxemacs.org>
11610
11611 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11612 `browse-url-of-file' instead of `browse-url'.
11613
11614 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11615
11616 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11617 regexp. Articles containing quotation were cut prematurely.
11618
11619 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11620
11621 * message.el (message-cite-original-1): Use nobody by default for the
11622 value of From header.
11623 (message-reply): Ditto.
11624
11625 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11626
11627 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11628 to the gnus-info. This fixes a bug of inline-PGP message verification.
11629 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11630
11631 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11632
11633 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11634 mails in the doc string. Add some URLs in comment.
11635 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11636
11637 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11638
11639 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11640 backslashes handling and the way to find boundaries of quoted strings.
11641
11642 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11643
11644 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11645 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11646 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11647 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11648
11649 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11650
11651 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11652 doc string.
11653 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11654
11655 2006-09-06 Simon Josefsson <jas@extundo.com>
11656
11657 * mml2015.el (mml2015-use): Doc fix, mention epg.
11658
11659 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11660
11661 * mml2015.el (mml2015-use): Default to epg, if available.
11662
11663 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11664
11665 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11666 message-sender.
11667 (mml1991-epg-encrypt): Ditto.
11668 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11669 message-sender.
11670 (mml2015-epg-encrypt): Ditto.
11671
11672 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11673
11674 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11675 several common directories.
11676
11677 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11678
11679 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11680 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11681
11682 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11683
11684 * gnus-art.el (article-decode-encoded-words): Make it fast.
11685
11686 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11687
11688 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11689
11690 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11691 in quoted string into `\'.
11692
11693 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11694
11695 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11696 Use standard-syntax-table.
11697
11698 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11699
11700 * gnus-art.el (gnus-decode-address-function): New variable.
11701 (article-decode-encoded-words): Use it to decode headers which are
11702 assumed to contain addresses.
11703 (gnus-mime-delete-part): Remove useless `or'.
11704
11705 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11706 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11707 (gnus-nov-parse-line): Use it to decode From header.
11708 (gnus-get-newsgroup-headers): Ditto.
11709 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11710
11711 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11712 (mail-decode-encoded-address-string): New alias.
11713
11714 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11715 New function.
11716 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11717 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11718 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11719 (rfc2047-decode-string): Ditto.
11720 (rfc2047-decode-address-region): New function.
11721 (rfc2047-decode-address-string): New function.
11722
11723 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11724
11725 * message.el (message-caesar-buffer-body): Allow rotating headers.
11726
11727 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11728
11729 * message.el (message-insert-formated-citation-line): Fix %f.
11730 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11731
11732 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11733
11734 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11735 (gnus-bookmark-mouse-available-p): New macro.
11736 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11737 (gnus-bookmark-bmenu-show-infos): Use it.
11738 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11739 (gnus-bookmark-bmenu-hide-infos): Ditto.
11740 (gnus-bookmark-remove-properties): New function.
11741 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11742 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11743 (gnus-bookmark-write-file): Bind coding-system-for-write.
11744 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11745 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11746 group before selecting it.
11747 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11748 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11749 quit-window if it is not available; use gnus-mouse-2 and bind it to
11750 gnus-bookmark-bmenu-select-by-mouse.
11751 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11752 (gnus-bookmark-bmenu-select-by-mouse): New function.
11753
11754 2006-08-13 Romain Francoise <romain@orebokech.com>
11755
11756 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11757 space.
11758
11759 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11760
11761 * compface.el (uncompface): Use binary rather than raw-text-unix.
11762
11763 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11764
11765 * compface.el (uncompface): Make sure the eol conversion doesn't take
11766 place when communicating with the external programs.
11767 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11768
11769 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11770
11771 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11772
11773 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11774
11775 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11776 Make it more robust by parsing author and date independently.
11777
11778 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11779
11780 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11781
11782 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11783
11784 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11785 first matching secret key.
11786 (mml2015-epg-encrypt): Ditto.
11787
11788 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11789 first matching secret key.
11790 (mml1991-epg-encrypt): Ditto.
11791
11792 * mml2015.el (mml2015-encrypt-to-self): New user option.
11793 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11794 mml2015-epg-encrypt-to-self is set.
11795
11796 * mml1991.el (mml1991-encrypt-to-self): New variable.
11797 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11798 mml1991-epg-encrypt-to-self is set.
11799
11800 * mml2015.el (mml2015-signers): New user option.
11801 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11802 (mml2015-epg-encrypt): Allow to select signing keys.
11803
11804 * mml1991.el (mml1991-signers): New variable.
11805 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11806 (mml1991-epg-encrypt): Allow to select signing keys.
11807
11808 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11809
11810 * nnheader.el (nnheader-insert-head): Make it work even if the file
11811 uses CRLF for the line-break code.
11812
11813 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11814
11815 * mml2015.el: Require mml-sec instead of password.
11816 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11817 (mml2015-cache-passphrase): Inherit the default value from
11818 mml-secure-cache-passphrase.
11819 (mml2015-passphrase-cache-expiry): Inherit the default value from
11820 mml-secure-passphrase-cache-expiry.
11821
11822 * mml1991.el: Require mml-sec instead of password.
11823 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11824 (mml1991-cache-passphrase): Inherit the default value from
11825 mml-secure-cache-passphrase.
11826 (mml1991-passphrase-cache-expiry): Inherit the default value from
11827 mml-secure-passphrase-cache-expiry.
11828
11829 * mml-sec.el: Require password.
11830 (mml-secure-verbose): New user option.
11831 (mml-secure-cache-passphrase): New user option.
11832 (mml-secure-passphrase-cache-expiry): New user option.
11833
11834 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11835
11836 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11837 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
11838 andreas@altroot.de (Andreas Vögele).
11839
11840 FIXME: Use `tiny change'?
11841
11842 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11843
11844 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11845 workaround for the url package included with Emacs.
11846
11847 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11848
11849 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11850
11851 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11852 correctly. This fixes a bug caused by the 2006-05-12 change.
11853
11854 2006-07-18 Karl Fogel <kfogel@red-bean.com>
11855
11856 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11857 some information about the error when saying that the `bogus' mail
11858 group will be used.
11859
11860 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11861
11862 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11863 string.
11864
11865 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11866
11867 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11868
11869 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11870
11871 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11872
11873 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11874
11875 * mml1991.el (mml1991-function-alist): Add epg.
11876 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11877 (mml1991-epg-encrypt): New functions.
11878
11879 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11880
11881 * mml2015.el (mml2015-verbose): New variable.
11882 (mml2015-cache-passphrase): Ditto.
11883 (mml2015-passphrase-cache-expiry): Ditto.
11884 (mml2015-function-alist): Add epg.
11885 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11886 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11887 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11888 New functions.
11889
11890 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11891
11892 * message.el (message-cite-original-1): Preserve region when removing
11893 quoted text due to X-No-Archive in order to avoid bogus attribution
11894 when citing multiple messages.
11895
11896 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11897
11898 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11899 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11900
11901 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11902
11903 * gnus-diary.el (gnus-user-format-function-d)
11904 (gnus-user-format-function-D): Autoload.
11905
11906 * imap.el (Commentary): Fix typo.
11907
11908 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11909 2006-04-22 contribution.
11910
11911 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11912
11913 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11914 It didn't really fix the bogosity I'm seeing with solid web groups.
11915
11916 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11917
11918 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11919 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11920 created using server names. If we use the feature without declaring
11921 it, Gnus does not properly manage server and group state.
11922
11923 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11924 bound.
11925
11926 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11927
11928 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11929 looking up the method using GROUP's prefix before inventing a new one.
11930 It is used on killed/unknown groups in various places where returning
11931 an all-new method isn't expected by the caller.
11932
11933 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11934 and match semantics of gnus-group-real-prefix.
11935
11936 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11937
11938 * nnmail.el (nnmail-broken-references-mailers): New variable.
11939 (nnmail-ignore-broken-references): New function generalizing
11940 nnmail-fix-eudora-headers.
11941 (nnmail-fix-eudora-headers): Now obsolete.
11942
11943 * gnus-art.el (gnus-button-handle-custom):
11944 Support `customize-apropos*'.
11945
11946 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11947
11948 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11949
11950 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11951 articles.
11952
11953 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11954
11955 * message.el (message-cite-reply-above): New variable.
11956 (message-yank-original): Use it.
11957
11958 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11959
11960 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11961
11962 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11963
11964 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11965 as read.
11966
11967 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11968
11969 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11970
11971 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11972 (gnus-bookmark-default-file): Use gnus-directory.
11973 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11974 Remove "*" in doc string.
11975 (gnus-bookmark-write-file): Simplify.
11976 (gnus-bookmark-maybe-sort-alist): Use `when'.
11977 (gnus-bookmark-get-bookmark): Fix typo in doc string.
11978 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11979 Add FIXME about Emacs 21 and XEmacs compatibility.
11980 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11981 compatibility.
11982 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11983 compatibility.
11984 (gnus-bookmark-menu-heading): Fix version.
11985
11986 2006-06-19 Bastien Guerry <bzg@altern.org>
11987
11988 * gnus-bookmark.el: New file.
11989
11990 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11991
11992 * message.el (message-syntax-checks): Doc fix.
11993
11994 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11995
11996 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11997 unsubscribed groups as if they were killed ones. It causes duplicate
11998 entries in gnus-newsrc-alist.
11999
12000 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12001
12002 * message.el (message-syntax-checks): Doc fix.
12003 (message-send-mail): Add check for continuation headers.
12004 (message-check-news-header-syntax): Fix regexp used to check for
12005 continuation headers.
12006
12007 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12008
12009 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12010
12011 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12012
12013 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12014
12015 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12016
12017 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12018 default-truncate-lines.
12019
12020 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12021
12022 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12023 to fill the utf-8 entry.
12024
12025 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12026
12027 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12028
12029 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12030
12031 * gnus-agent.el (directory-files-and-attributes): Move all the way
12032 forward (the third and final move).
12033 (gnus-agent-read-agentview): Trap reconstruction errors due to
12034 nonexistent directory. Handle by returning nil.
12035
12036 2006-05-30 Didier Verna <didier@xemacs.org>
12037
12038 * message.el (message-dont-reply-to-names): Update the custom type.
12039 * message.el (message-dont-reply-to-names): New defsubst: potentially
12040 convert a list of regexps into a single one.
12041 * message.el (message-get-reply-headers): Use it.
12042 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12043
12044 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12045
12046 * gnus-agent.el (directory-files-and-attributes): Move forward.
12047
12048 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12049
12050 * gnus-ml.el (gnus-mailing-list-subscribe)
12051 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12052 (gnus-mailing-list-message): Fix doc strings.
12053
12054 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12055
12056 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12057 of doing it manually.
12058
12059 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12060
12061 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12062 comment.
12063
12064 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12065
12066 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12067 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12068 (gnus-agent-read-local): All symbols allocated in my-obarray.
12069 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12070 (gnus-agent-regenerate-group): Check numeric names to see if they are
12071 messages or groups.
12072 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12073 better way of do this...)
12074
12075 * gnus-cache.el (gnus-agent-total-fetched-for):
12076 Ignore 'dummy.group' (there should be a better way of do this...)
12077
12078 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12079
12080 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12081 (gnus-saved-headers): Ditto.
12082 (gnus-default-article-saver): Mention functions may have properties.
12083 (gnus-article-save): Override gnus-save-all-headers and
12084 gnus-saved-headers by :headers property which saver function may have.
12085 (gnus-summary-save-in-file): Add :headers property.
12086 (gnus-summary-write-to-file): Ditto.
12087
12088 * gnus-sum.el (gnus-summary-save-article): Bind
12089 gnus-prompt-before-saving to t when saving many articles in a file;
12090 always show all headers.
12091
12092 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12093
12094 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12095 marks.
12096
12097 * message.el (message-indent-citation): Add optional arguments to allow
12098 using it outside of message buffers.
12099
12100 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12101 (gnus-article-treat-unfold-headers): Use it.
12102 (gnus-article-truncate-lines): New variable.
12103 (gnus-article-mode): Use it.
12104 (gnus-article-toggle-truncate-lines): New function.
12105
12106 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12107 Add gnus-article-toggle-truncate-lines.
12108
12109 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12110 coding system in XEmacs, use binary.
12111
12112 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12113
12114 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12115 after-load-alist.
12116
12117 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12118 this function should save decoded articles.
12119 (gnus-summary-write-to-file): Use property to specify this function
12120 should save decoded articles and specify gnus-summary-save-in-file
12121 should be used to save articles other than the first one when saving
12122 many articles.
12123 (gnus-summary-save-body-in-file): Use property to specify this
12124 function should save decoded articles.
12125 (gnus-summary-write-body-to-file): Use property to specify this
12126 function should save decoded articles and specify
12127 gnus-summary-save-body-in-file should be used to save articles other
12128 than the first one when saving many articles.
12129
12130 * gnus-sum.el (gnus-summary-save-article): Simplify.
12131
12132 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12133
12134 * gnus-art.el (gnus-default-article-saver):
12135 Add gnus-summary-write-body-to-file.
12136 (gnus-article-save-coding-system): Don't use coding system object
12137 in XEmacs.
12138 (gnus-read-save-file-name): Add optional `dir-var' argument which
12139 specifies directory in which files are saved; work even if optional
12140 `variable' argument is not specified.
12141 (gnus-summary-write-to-file): Read file name.
12142 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12143 (gnus-summary-write-body-to-file): New function.
12144
12145 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12146 (gnus-summary-local-variables): Add it.
12147 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12148 (gnus-summary-save-article): Remove optional `decode' argument;
12149 determine whether to decode articles by the value of
12150 gnus-default-article-saver; when saving many files using
12151 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12152 it first and use gnus-summary-save-in-file or
12153 gnus-summary-save-body-in-file thereafter unless
12154 gnus-prompt-before-saving is always; move point to article which
12155 will be saved.
12156 (gnus-summary-save-article-file): Revert.
12157 (gnus-summary-write-article-file): Revert.
12158 (gnus-summary-save-article-body-file): Revert.
12159 (gnus-summary-write-article-body-file): New function.
12160
12161 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12162
12163 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12164
12165 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12166
12167 * gnus-art.el (gnus-default-article-saver): Doc fix.
12168 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12169 from gnus-summary-save-article-coding-system, and default to a
12170 certain coding system.
12171 (gnus-output-to-file): Add coding cookie and encode text according
12172 to gnus-article-save-coding-system; don't use mm-append-to-file.
12173
12174 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12175 gnus-art.el and rename to gnus-article-save-coding-system.
12176 (gnus-summary-save-article): Require gnus-art; don't show all
12177 headers if it decodes articles; don't add coding cookie here;
12178 don't bind mm-text-coding-system-for-write.
12179 (gnus-summary-save-article-file): Save decoded articles.
12180 (gnus-summary-write-article-file): When saving many files, use
12181 gnus-summary-write-to-file first and gnus-summary-save-in-file
12182 thereafter unless gnus-prompt-before-saving is always.
12183 (gnus-summary-save-article-body-file): Save decoded articles.
12184
12185 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12186
12187 * nnrss.el (nnrss-check-group): Bind hash-index.
12188
12189 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12190
12191 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12192 its hash index. Store this hash in `nnrss-group-data'.
12193 (nnrss-read-group-data): Update accordingly.
12194
12195 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12196
12197 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12198 entry.
12199
12200 * gnus-sum.el (gnus-summary-make-menu-bar):
12201 Add gnus-article-browse-html-article.
12202
12203 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12204
12205 * gnus-sum.el (gnus-summary-mime-map):
12206 Add gnus-article-browse-html-article.
12207
12208 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12209
12210 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12211 suitable coding systems in customize.
12212
12213 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12214
12215 * mail-source.el (mail-sources): Fix custom type.
12216
12217 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12218
12219 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12220 (gnus-summary-expire-articles-now): Shorten prompt.
12221
12222 * gmm-utils.el (wid-edit): Require.
12223 (defun-gmm): Rename from `gmm-defun-compat'.
12224 (gmm-image-search-load-path): Use it.
12225 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12226
12227 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12228
12229 * gnus-sum.el (gnus-summary-save-article-coding-system):
12230 New variable.
12231 (gnus-summary-save-article): Add optional `decode' argument.
12232 If it is set and gnus-summary-save-article-coding-system is non-nil,
12233 save decoded article.
12234 (gnus-summary-write-article-file): Save decoded article if
12235 gnus-summary-save-article-coding-system is non-nil.
12236
12237 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12238 type.
12239
12240 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12241
12242 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12243
12244 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12245
12246 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12247 first to test gnus-single-article-buffer which may be buffer-local.
12248
12249 * gnus-sum.el (gnus-summary-setup-buffer):
12250 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12251 group; make gnus-article-buffer, gnus-article-current, and
12252 gnus-original-article-buffer always buffer-local.
12253 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12254 group.
12255 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12256
12257 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12258
12259 * nnml.el (nnml-request-compact-group): Compressed files might not
12260 have .gz extension.
12261
12262 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12265 (mm-copy-to-buffer): Use with-current-buffer.
12266 (mm-display-part): Simplify.
12267 (mm-inlinable-p): Add optional arg `type'.
12268
12269 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12272 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12273 Try harder to show the attachment internally or externally using
12274 gnus-mime-view-part-as-type.
12275
12276 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12277
12278 * message.el (message-from-style, message-signature-separator)
12279 (message-user-organization-file, message-send-mail-function)
12280 (message-citation-line-function, message-yank-prefix)
12281 (message-indent-citation-function, message-signature)
12282 (message-signature-file, message-signature-insert-empty-line):
12283 Remove autoloads.
12284
12285 * gnus-art.el (gnus-buttonized-mime-types):
12286 Remove "multipart/signed". Revert 2006-04-26 change.
12287
12288 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12289
12290 * gnus.el (gnus-version-number): Bump version.
12291
12292 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12293
12294 * gnus.el: No Gnus v0.5 is released.
12295
12296 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12297
12298 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12299 fetching articles by message-id.
12300
12301 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12302
12303 * message.el (hashcash): Require hashcash as normal.
12304
12305 * ecomplete.el (ecomplete-highlight-match-line):
12306 Use point-at-eol.
12307 (ecomplete-highlight-match-line): Use `highlight', because that
12308 face exists in both Emacs and XEmacs.
12309
12310 * message.el (message-display-abbrev): Use point-at-bol.
12311
12312 * mail-source.el: Don't require timer/timer-funcs.
12313
12314 * gnus-async.el: Ditto.
12315
12316 * password.el: Ditto.
12317
12318 * mm-url.el: Ditto.
12319
12320 * mm-util.el: Require timer/timer-funcs.
12321
12322 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12323
12324 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12325 Close.
12326
12327 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12328
12329 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12330 unibyte after clear-decrypt function runs.
12331
12332 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12333 returns as a unibyte string.
12334
12335 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12336
12337 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12338 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12339 (mml1991-pgg-encrypt): Ditto.
12340
12341 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12342
12343 * message.el (message-user-organization-file): Check several
12344 locations of the organization file.
12345
12346 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12347 Add gnus-article-view-part-as-type.
12348
12349 * gnus-art.el (gnus-article-view-part-as-type): New function.
12350
12351 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12352 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12353
12354 * mml.el: Simplify autoload.
12355 (mml-mode): defvar dnd-protocol-alist instead of using
12356 symbol-value.
12357 (mml-default-directory): New variable.
12358 (mml-minibuffer-read-file): Use it.
12359 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12360
12361 * message.el (message-citation-line-format): New variable.
12362 (message-insert-formated-citation-line): New function.
12363 (message-citation-line-function):
12364 Add `message-insert-formated-citation-line' to custom type.
12365
12366 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12367 to doc string.
12368
12369 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12370 depending on mm-verify-option.
12371
12372 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12373
12374 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12375 binding pgg-* variables; reimplement the section which prevents
12376 MIME header from being signed.
12377 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12378 pgg-text-mode; remove a blank line at the top of body.
12379
12380 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12381 lines at the top of body; use gnus-newsgroup-charset if there's no
12382 Charset header.
12383
12384 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12385
12386 * message.el (message-self-insert-commands): Doc fix.
12387
12388 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12389 (mm-uu-pgp-encrypted-test): Ditto.
12390 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12391 between header and body; return application/pgp-encrypted handle
12392 if decryption failed; decode decrypted body by charset.
12393
12394 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12395 element match to application/pgp-*.
12396
12397 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12398
12399 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12400 HTML.
12401
12402 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12403
12404 * mail-source.el (mail-source-call-script): Message the error
12405 string.
12406
12407 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12408
12409 * gnus-util.el (gnus-byte-compile): Use it.
12410
12411 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12412
12413 * gnus-util.el (kill-empty-logs): New function.
12414
12415 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12416
12417 * message.el (message-mail-alias-type): Doc fix.
12418 (message-mail-alias-type-p): New function.
12419 (message-send): Use it.
12420 (message-mode): Ditto.
12421 (message-strip-forbidden-properties): Ditto.
12422
12423 * ecomplete.el (ecomplete-database-file-coding-system):
12424 New variable.
12425 (ecomplete-save): Use it.
12426 (ecomplete-setup): Use it.
12427
12428 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12429
12430 * message.el (message-self-insert-commands): New variable.
12431 (message-strip-forbidden-properties): Use it.
12432
12433 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12434
12435 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12436 that doesn't make XEmacs choke.
12437
12438 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12439
12440 * gnus-util.el (gnus-replace-in-string):
12441 Prefer replace-regexp-in-string over of replace-in-string.
12442
12443 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12444
12445 * gnus-util.el (gnus-select-frame-set-input-focus):
12446 Use select-frame-set-input-focus if it is available in XEmacs; use
12447 definition defined in Emacs 22 for old Emacsen.
12448
12449 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12450
12451 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12452
12453 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12454
12455 * gnus-registry.el (gnus-registry-cache-save): Remove text
12456 properties when saving via the temp buffer.
12457
12458 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12459
12460 * message.el (message-generate-hashcash): Honor custom type.
12461
12462 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12463
12464 * message.el (message-generate-hashcash): Default to non-nil when
12465 hashcash is found.
12466
12467 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12468 (gnus-refer-thread-limit): Increase default to 500.
12469
12470 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12471
12472 * flow-fill.el (fill-flowed): Allow delete-space.
12473
12474 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12475
12476 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12477 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12478 Remove autoloads.
12479
12480 2006-04-18 Simon Josefsson <jas@extundo.com>
12481
12482 * message.el (message-generate-hashcash): Default to.
12483
12484 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12485
12486 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12487 concatenating segments rather than before concatenating them.
12488
12489 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12490
12491 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12492
12493 * imap.el (imap-quote-specials): New function.
12494 (imap-login-auth): Quote specials.
12495
12496 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12497
12498 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12499
12500 * message.el (message-forward-make-body-plain):
12501 Allow message-forward-ignored-headers to be a list.
12502 (message-remove-ignored-headers): Factor out into function.
12503 (message-forward-make-body-mml): Use it.
12504 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12505 (rfc2231-parse-string): Allow concatanation of parameters that
12506 aren't contiguous. The test case is
12507 (mail-header-parse-content-type "message/external-body;
12508 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12509 access-type=LOCAL-FILE;
12510 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12511
12512 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12513
12514 * nntp.el (nntp-accept-process-output): Return the value of
12515 `nnheader-accept-process-output'.
12516
12517 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12518
12519 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12520 (gnus-button-alist): Recognize more diff formats.
12521 (gnus-button-patch): Strip directory.
12522
12523 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12524
12525 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12526 Emacs 22 when setting focus.
12527
12528 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12529
12530 * gnus-art.el (gnus-article-treat-types): Do treatment of
12531 text/x-verbatim parts.
12532 (gnus-button-patch): New command.
12533
12534 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12535 addresses that contain invalid characters.
12536
12537 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12538
12539 * message.el (message-put-addresses-in-ecomplete):
12540 Use gnus-replace-in-string.
12541 (message-is-yours-p): Use the more correct
12542 mail-header-parse-address instead of
12543 mail-extract-address-components.
12544 (message-put-addresses-in-ecomplete): Fix typo.
12545
12546 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12547 keystroke.
12548
12549 * gnus-art.el (gnus-treatment-function-alist): Change order of
12550 newsgroups/generic header folding to avoid double-folding.
12551
12552 * message.el (message-hidden-headers): Add X-Draft-From.
12553
12554 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12555 New command.
12556 (gnus-summary-repeat-search-article-backward): New command.
12557
12558 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12559 groups in the parent topic.
12560
12561 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12562
12563 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12564 (spam-extra-header-to-number): Return the CRM114 number as a
12565 number instead of a string.
12566
12567 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12568
12569 * gnus-art.el (gnus-face-properties-alist): Move here from
12570 gnus-fun.
12571
12572 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12573
12574 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12575
12576 * message.el (message-strip-forbidden-properties): Only display on
12577 self-insert-command.
12578
12579 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12580 reindent.
12581 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12582
12583 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12584
12585 * smiley.el (smiley-style): Fix typo.
12586
12587 2006-03-23 Kenichi Handa <handa@m17n.org>
12588
12589 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12590 instead of set-buffer-multibyte.
12591
12592 2006-03-23 Kenichi Handa <handa@m17n.org>
12593
12594 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12595 buffer and then decode the buffer text if necessary.
12596 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12597 first, and after mm-encode-body, change the buffer to unibyte.
12598
12599 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12600
12601 * hashcash.el (hashcash-insert-payment-async-2):
12602 Use message-goto-eoh instead of doing it manually.
12603 (mail-add-payment): Use message-narrow-to-header instead of trying
12604 to do the same itself.
12605
12606 * message.el (message-hidden-headers): Add Face.
12607
12608 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12609 reparenting code.
12610 (gnus-summary-reparent-children): Refactored out code.
12611 (gnus-summary-thread-map): New keystroke.
12612 (gnus-summary-reparent-children): Make into command.
12613
12614 * smiley.el (smiley-style): Default to `medium' if using a large
12615 font.
12616
12617 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12618 does it itself.
12619
12620 * message.el (message-point-in-header-p): Simplify definition.
12621
12622 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12623
12624 * nnagent.el (nnagent-request-set-mark): Silence log file
12625 writing.
12626 (nnagent-request-set-mark): Use write-region instead of
12627 append-to-file.
12628
12629 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12630 strange select method.
12631
12632 * ecomplete.el (ecomplete-display-matches): Get highlightling
12633 right.
12634 (ecomplete-display-matches): Use literals.
12635 (ecomplete-display-matches): Disable message logging.
12636
12637 * message.el (message-display-abbrev): Small optimization.
12638
12639 * ecomplete.el (ecomplete-display-matches): Allow automatic
12640 display.
12641
12642 * message.el (message-strip-forbidden-properties):
12643 Display abbrevs.
12644 (message-display-abbrev): Get automatic display right.
12645
12646 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12647 keystrokes.
12648
12649 2006-04-13 Romain Francoise <romain@orebokech.com>
12650
12651 TODO: Backport to v5-10!
12652
12653 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12654 Move here (and rename) from gnus-registry.el.
12655
12656 * gnus-registry.el: Require gnus-util.
12657 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12658
12659 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12660
12661 * gnus-group.el (gnus-group-catchup-current):
12662 Change if-then-else-if-then-else into cond.
12663 (gnus-group-catchup): Indent.
12664 (group-name-at-point): New function.
12665 (gnus-fetch-group): Provide default from thing at point.
12666
12667 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12668
12669 * message.el (message-display-abbrev): Fix regexp.
12670
12671 * ecomplete.el (ecomplete-highlight-match-line):
12672 Reimplement choosing.
12673 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12674 dead variables.
12675
12676 * message.el (message-newline-and-indent): Remove debugging.
12677 (message-display-abbrev): Use new implementation.
12678
12679 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12680
12681 * gnus-art.el (gnus-article-mode):
12682 Set cursor-in-non-selected-windows to nil.
12683
12684 * smiley.el: Revert previous change.
12685 (smiley-data-directory): defvar it before using it in the
12686 defcustom of `smiley-style'.
12687
12688 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12689
12690 * message.el (message-newline-and-indent): New function.
12691
12692 * ecomplete.el: Implement more bits.
12693
12694 * message.el (message-put-addresses-in-ecomplete): Clean up the
12695 string.
12696
12697 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12698
12699 * gnus-sum.el (gnus-summary-save-parts):
12700 Bind gnus-summary-save-parts-counter and use it to make unique file
12701 names.
12702
12703 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12704
12705 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12706 parameter to say whether to actually parse the individual
12707 addresses.
12708
12709 * message.el (message-put-addresses-in-ecomplete): New function.
12710 (ecomplete): Require.
12711 (message-mail-alias-type): Add ecomplete as an option.
12712
12713 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12714
12715 * flow-fill.el (fill-flowed): Remove trailing space from blank
12716 quoted lines.
12717
12718 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12719
12720 * smiley.el (smiley-style): Move definition later to avoid a
12721 compilation warning.
12722
12723 2006-04-12 Kenichi Handa <handa@m17n.org>
12724
12725 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12726 buffer and then decode the buffer text if necessary.
12727 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12728 first, and after mm-encode-body, change the buffer to unibyte.
12729 Use mm-disable-multibyte instead of set-buffer-multibyte.
12730
12731 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12732
12733 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12734 Content-Type header instead of Content-Disposition header.
12735 (gnus-mime-inline-part): Ditto.
12736 (gnus-mime-view-part-as-charset): Ignore charset that the part
12737 specifies.
12738
12739 * mm-decode.el (mm-display-part): Work with external parts and
12740 usual parts similarly.
12741
12742 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12743 instead of gnus-display-mime.
12744
12745 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12746 instead of with-temp-buffer.
12747
12748 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12749 tag to summarized topics part in order to encode non-ASCII text.
12750
12751 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12752
12753 * smiley.el (smiley-style): New variable.
12754 (smiley-directory): New function.
12755 (smiley-data-directory): Derive from `smiley-style' using
12756 `smiley-directory'.
12757 (smiley-regexp-alist): Add new entries.
12758
12759 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12760 (gnus-article-browse-delete-temp): Add :version.
12761
12762 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12763
12764 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12765 the sieve region.
12766
12767 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12768
12769 * gnus.el (gnus-version-number): Bump version.
12770
12771 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12772
12773 * gnus.el: No Gnus v0.4 is released.
12774
12775 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12776
12777 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12778 layout.
12779
12780 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12781 unknown charset.
12782
12783 * message.el (message-header-synonyms): Add Original-To to the
12784 default.
12785
12786 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12787 optional parameter.
12788
12789 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12790
12791 * gnus-fun.el (gnus): Require it for gnus-directory.
12792
12793 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12794
12795 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12796
12797 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12798
12799 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12800
12801 2006-04-05 Simon Josefsson <jas@extundo.com>
12802
12803 * password.el (password-reset): New function.
12804
12805 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12806
12807 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12808 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12809
12810 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12811
12812 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12813 Some whitespace was matched into the url, which broke browsing hits
12814 > 100 when mm-url-use-external was nil.
12815
12816 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12817
12818 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12819 Check gnus-extra-headers for 'Newsgroups.
12820
12821 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12822 bound.
12823
12824 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12825
12826 * pgg-gpg.el: Clean up process buffers every time gpg processes
12827 complete.
12828
12829 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12830
12831 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12832 doc string.
12833
12834 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12835
12836 * pgg-gpg.el (pgg-gpg-process-filter)
12837 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12838
12839 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12840 lines, temporary fix.
12841
12842 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12843
12844 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12845
12846 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12847
12848 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12849 default-enable-multibyte-characters. This reverts the change from
12850 revision 6.17 which is no longer necessary because the passphrase
12851 is sent separately now. GnuPG messages are unreadable under
12852 multibyte locales with default-enable-multibyte-characters set to
12853 nil.
12854
12855 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
12856
12857 * message.el (message-tool-bar-gnome): Move "spell".
12858
12859 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
12860
12861 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12862 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12863 instead.
12864
12865 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
12866
12867 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12868 Improve newsgroups handling for NNTP overviews which don't include
12869 Newsgroups.
12870
12871 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12872
12873 * message.el (message-resend): Bind message-generate-hashcash to nil.
12874
12875 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12876
12877 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12878 when searching for already-paid recipients.
12879
12880 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12881
12882 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12883 passphrases when it is not needed.
12884 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12885 passphrase stuff from gpg, should only be necessary when you use
12886 gpg with a smartcard.
12887
12888 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12889
12890 * mml.el (mml-insert-mime): Ignore cached contents of
12891 message/external-body part.
12892
12893 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12894 (mm-insert-part): Ditto.
12895
12896 2006-03-23 Simon Josefsson <jas@extundo.com>
12897
12898 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12899 Reiner.
12900 (pgg-gpg-use-agent-p): Use it again.
12901
12902 2006-03-23 Simon Josefsson <jas@extundo.com>
12903
12904 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12905 older emacsen.
12906 (pgg-gpg-use-agent-p): Don't use it.
12907
12908 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
12909
12910 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12911 if we can.
12912
12913 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12914
12915 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12916 (pgg-gpg-update-agent): New function.
12917 (pgg-gpg-use-agent-p): New function.
12918 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12919 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12920 (pgg-gpg-sign-region): Use it.
12921
12922 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12923
12924 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12925 Reported by Ralf Wachinger <rwachinger@gmx.de>.
12926
12927 2006-03-21 Simon Josefsson <jas@extundo.com>
12928
12929 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12930 <wilde@sha-bang.de>.
12931 (pgg-gpg-use-agent): New variable.
12932 (pgg-gpg-process-region): Use it.
12933 (pgg-gpg-encrypt-region): Likewise.
12934 (pgg-gpg-encrypt-symmetric-region): Likewise.
12935 (pgg-gpg-decrypt-region): Likewise.
12936 (pgg-gpg-sign-region): Likewise.
12937 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12938
12939 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12940
12941 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12942
12943 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12944 Add comment on version.
12945
12946 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12947
12948 * smiley.el: Add missing test smiley.
12949
12950 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12951
12952 * mm-decode.el (mm-with-part): New macro.
12953 (mm-get-part): Use it; work with message/external-body as well.
12954 (mm-save-part): Treat name and filename equally.
12955
12956 * mm-extern.el (mm-extern-cache-contents): New function.
12957 (mm-inline-external-body): Use it; force the part to be displayed;
12958 move undisplayer added to the cached handle to the parent.
12959
12960 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12961 (gnus-mime-view-part-as-type): Work with message/external-body.
12962
12963 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12964
12965 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12966
12967 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12968 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12969 Emacs.]
12970
12971 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12972
12973 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12974 path rather than symbol. Always return list of directories.
12975 Guarantee that image directory comes first. [Sync with image.el,
12976 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
12977
12978 * message.el (message-make-tool-bar): Adjust to new API of
12979 `gmm-image-load-path-for-library'.
12980
12981 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12982
12983 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12984
12985 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12986
12987 * gnus-art.el (gnus-article-only-boring-p):
12988 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12989 intangible text.
12990 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12991
12992 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
12993
12994 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12995 Use `defun' instead of `gmm-defun-compat'.
12996
12997 2006-03-14 Simon Josefsson <jas@extundo.com>
12998
12999 * message.el (message-unique-id): Don't use message-number-base36
13000 if (user-uid) is a float.
13001 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13002
13003 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13004
13005 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13006
13007 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13008 empty line between a part and a message part.
13009
13010 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13011
13012 * smiley.el: Add more test smileys.
13013 (smiley-data-directory, smiley-regexp-alist)
13014 (gnus-smiley-file-types): Fix doc strings.
13015 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13016 adding new elements.
13017 (smiley-mouse-map): Unused code. Make it a comment.
13018
13019 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13020
13021 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13022 scan latest NoCeM messages instead of old ones.
13023 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13024 delimiters that are recently used.
13025 (gnus-nocem-load-cache): Add autoload cookie.
13026
13027 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13028
13029 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13030 level which is larger than gnus-use-nocem is specified.
13031
13032 * gnus-group.el (gnus-group-get-new-news): Ditto.
13033
13034 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13035
13036 * gnus-util.el (gnus-tool-bar-update): New function.
13037
13038 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13039 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13040
13041 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13042
13043 * gnus-group.el (gnus-group-redraw-when-idle)
13044 (gnus-group-redraw-check): Remove.
13045 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13046
13047 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13048
13049 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13050 if optional last element is specified in splits (FIELD VALUE...).
13051
13052 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13053
13054 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13055 to gmm-image-load-path-for-library. Call with no-error argument.
13056 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13057
13058 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13059
13060 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13061
13062 * gmm-utils.el (gmm-image-load-path): Remove alias.
13063
13064 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13065
13066 * gmm-utils.el (gmm-image-load-path): Add alias.
13067
13068 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13069 nnml-generate-nov-databases-1.
13070 (nnml-generate-nov-databases): Use it.
13071 (nnml-generate-nov-databases-directory): Document no-active
13072 argument.
13073
13074 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13075 directory if path is t. Add no-error.
13076
13077 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13078 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13079
13080 * gnus-art.el (gnus-article-browse-delete-temp-files):
13081 Simplify resetting gnus-article-browse-html-temp-list.
13082
13083 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13084 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13085 Add example to docstring. Rename local variables. Move error
13086 checks to default case in cond and simplify.
13087
13088 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13089
13090 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13091 handle is multipart when calling it recursively.
13092 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13093
13094 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13095
13096 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13097 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13098
13099 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13100
13101 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13102 is loaded.
13103
13104 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13105 loaded.
13106
13107 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13108
13109 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13110 to "Emacs 23 (unicode)" in doc string.
13111
13112 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13113 "Emacs 23 (unicode)" in comment.
13114
13115 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13116
13117 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13118
13119 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13120 characters 160 through 255 in Emacs 23.
13121
13122 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13123
13124 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13125 gnus-article-browse-html-temp.
13126 (gnus-article-browse-delete-temp): Make it customizable.
13127 Add `file'. Adjust doc string.
13128 (gnus-article-browse-delete-temp-files): Add argument.
13129 Allow query for each file. Adjust doc string.
13130 (gnus-article-browse-html-parts):
13131 Add `gnus-article-browse-delete-temp-files' to
13132 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13133
13134 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13135
13136 * gnus-art.el (gnus-article-browse-html-temp)
13137 (gnus-article-browse-delete-temp): New variables.
13138 (gnus-article-browse-delete-temp-files): New function.
13139 (gnus-article-browse-html-parts): Use it.
13140
13141 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13142
13143 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13144
13145 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13146 string.
13147
13148 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13149 gnus-summary-insert-new-articles when unplugged.
13150 Remove gnus-summary-search-article-forward.
13151
13152 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13153 display-visual-class instead of display-color-cells.
13154
13155 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13156
13157 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13158 message/* containing non-ASCII text properly.
13159
13160 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13161
13162 * message.el: Require gmm-utils, remove autoloads.
13163 (message-tool-bar): Set default based on
13164 gmm-tool-bar-style.
13165 (message-tool-bar-gnome): Add gmm-customize-mode.
13166
13167 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13168 gmm-tool-bar-style.
13169 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13170
13171 * gnus-group.el (gnus-group-tool-bar): Set default based on
13172 gmm-tool-bar-style.
13173 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13174
13175 * gmm-utils.el (gmm-image-directory): Rename variable from
13176 gmm-image-load-path.
13177 (gmm-image-load-path): Use gmm-image-directory.
13178 (gmm-customize-mode): New function.
13179 (gmm-tool-bar-style): New variable.
13180
13181 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13182 gnus-group-redraw-line-number.
13183 (gnus-group-redraw-check): Simplify.
13184 (gnus-group-tool-bar-update): Remove redraw check.
13185 (gnus-group-make-tool-bar): Add redraw check.
13186
13187 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13188
13189 * gnus-art.el (gnus-button): Add missing parentheses.
13190
13191 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13192
13193 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13194
13195 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13196
13197 * gnus-art.el (gnus-button): New face.
13198 (gnus-article-button-face): Use it.
13199
13200 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13201 Add gnus-summary-next-page. Re-order.
13202
13203 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13204 next-node are now included.
13205 (gnus-group-redraw-line-number): New internal variable.
13206 (gnus-group-redraw-check): Helper function for updating the tool
13207 bar.
13208 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13209
13210 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13211
13212 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13213 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13214 Use it to match format of Spamassassin 3.0 and later.
13215 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13216 (spam-check-bogofilter)
13217 (spam-bogofilter-register-with-bogofilter): Fix args of
13218 `gnus-error' calls.
13219
13220 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13221
13222 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13223 unnecessary interaction when sending queued mails.
13224 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13225
13226 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13227
13228 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13229 first or last are nil.
13230
13231 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13232
13233 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13234
13235 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13236
13237 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13238
13239 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13240
13241 * dns.el (query-dns): Protect more against buggy tcp output.
13242
13243 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13244
13245 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13246 nov.php.
13247
13248 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13249
13250 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13251 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13252 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13253 output on the server side.
13254 (nnweb-google-create-mapping): Update regexps and add some
13255 progress indication.
13256
13257 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13258
13259 * gnus-group.el (gnus-group-tool-bar-gnome):
13260 Fix gnus-agent-toggle-plugged. Re-order icons.
13261 (gnus-group-tool-bar-gnome):
13262 Add gnus-group-{prev,next}-unread-group.
13263 (gnus-group-tool-bar-gnome): Re-order icons.
13264
13265 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13266 Move gnus-summary-insert-new-articles.
13267
13268 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13269 Fix comments.
13270
13271 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13272 also available in Emacs 21.3.
13273
13274 * message.el (message-fix-before-sending): Change "Emacs 22" to
13275 "Emacs 23 (unicode)" in comment.
13276
13277 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13278 "Emacs 23 (unicode)" in comment.
13279
13280 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13281 comment.
13282 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13283
13284 * mm-view.el (mm-fill-flowed): Add :version.
13285
13286 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13287
13288 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13289 and load-path.
13290
13291 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13292
13293 * message.el: Autoload gmm-image-load-path.
13294 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13295 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13296 consitency.
13297
13298 * gmm-utils.el (gmm-image-load-path): Also search in
13299 "../etc/images". Don't set gmm-image-load-path if we don't find
13300 the image.
13301
13302 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13303
13304 * gmm-utils.el (gmm-image-load-path): Don't make
13305 `gmm-image-load-path' include subdirectories which the second arg
13306 `image' might specify.
13307
13308 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13309 subdirectory to icon file names.
13310
13311 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13312
13313 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13314
13315 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13316 gmm-image-load-path calls.
13317
13318 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13319
13320 * message.el (message-make-tool-bar): Ditto.
13321
13322 * mml.el (mml-preview): Add comment concerning tool bar icons.
13323
13324 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13325 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13326
13327 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13328 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13329
13330 * message.el (message-tool-bar-gnome): Use new icon names.
13331 (message-make-tool-bar): Use `gmm-image-load-path'.
13332
13333 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13334 New functions from MH-E.
13335 (gmm-image-load-path): New variable from MH-E.
13336 (gmm-image-load-path): New function from MH-E. Add arguments
13337 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13338 *-image-load-path-called-flag.
13339
13340 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13341
13342 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13343
13344 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13345
13346 * nnimap.el (nnimap-request-move-article): Change folder back to
13347 source group before deleting.
13348
13349 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13350
13351 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13352
13353 * gnus-art.el (mm-url-insert-file-contents-external):
13354 Autoload mm-url.
13355
13356 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13357
13358 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13359
13360 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13361 coding system which mm-charset-to-coding-system returns for a
13362 given charset is valid.
13363
13364 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13365
13366 * html2text.el (html2text-remove-tag-list):
13367 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13368
13369 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13370
13371 * gnus-cus.el: Revert 2005-10-17 change.
13372
13373 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13374
13375 * gnus-art.el (article-strip-banner):
13376 Call article-really-strip-banner only when the regexp match is made.
13377
13378 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13379
13380 * gnus-art.el (article-strip-banner):
13381 Use gnus-extract-address-components instead of
13382 mail-header-parse-addresses to make it work with non-ASCII text;
13383 remove mail-encode-encoded-word-string.
13384
13385 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13386 values which are surrounded with \"...\"; make it never cause a
13387 Lisp error; give up parsing of parameters if it failed in
13388 extracting type.
13389
13390 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13391
13392 * smime.el (smime-cert-by-ldap-1): Fix bug where
13393 `smime-ldap-search' returns results without userCertificates.
13394
13395 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13396
13397 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13398
13399 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13400
13401 * spam.el (spam-check-spamassassin-headers): Adapt format for
13402 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13403 <ari@mbf.ocn.ne.jp>.
13404 (spam-list-of-processors): Add spam-use-gmane.
13405
13406 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13407
13408 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13409 make-temp-file; make it work with XEmacs as well.
13410
13411 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13412 mm-make-temp-file.
13413
13414 * mm-decode.el (mm-display-external): Use the 3rd arg of
13415 mm-make-temp-file.
13416 (mm-create-image-xemacs): Ditto.
13417
13418 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13419
13420 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13421 with message-narrow-to-headers.
13422 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13423 (gnus-draft-check-draft-articles): New function.
13424 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13425
13426 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13427
13428 * gnus-art.el (gnus-article-browse-html-parts):
13429 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13430 Don't use suffix argument for mm-make-temp-file for Emacs 21
13431 compatibility. Remove useless `format'.
13432
13433 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13434
13435 * nnweb.el (nnweb-google-wash-article): Update regexps.
13436 (nnweb-group-alist): Use defvoo instead of defvar.
13437
13438 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13439
13440 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13441 re-loading nn* modules.
13442
13443 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13444
13445 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13446 for `tool-bar-mode' and don't check it's default-value.
13447
13448 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13449
13450 * message.el (message-make-tool-bar): Ditto.
13451
13452 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13453 `substring'. Shorten tmp-file name.
13454
13455 * gnus.el: Remove bogus comment.
13456
13457 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13458
13459 * gnus-art.el (gnus-article-browse-html-parts): New function.
13460 (gnus-article-browse-html-article): New function for viewing html
13461 articles with a browser.
13462
13463 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13464
13465 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13466 (mml2015-pgg-encrypt): Ditto.
13467
13468 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13469 (mml1991-pgg-encrypt): Ditto.
13470
13471 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13472
13473 * nnfolder.el (nnfolder-insert-newsgroup-line):
13474 Use message-make-date instead of current-time-string.
13475
13476 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13477 to gnus-decoded which mm-uu might set.
13478
13479 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13480
13481 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13482 don't decode quoted parameters; remove misimported Emacs code.
13483 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13484 (rfc2231-decode-encoded-string): Don't use split-string which
13485 behaves differently according to Emacs version; use
13486 mm-decode-coding-region to convert charset to coding-system.
13487 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13488 (rfc2231-encode-string): Remove misimported Emacs code.
13489
13490 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13491
13492 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13493 when calling mail-header-parse-content-type.
13494 (article-de-quoted-unreadable): Ditto.
13495 (article-de-base64-unreadable): Ditto.
13496 (article-wash-html): Ditto.
13497
13498 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13499 calling mail-header-parse-content-type and
13500 mail-header-parse-content-disposition.
13501 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13502 mail-header-parse-content-type.
13503
13504 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13505 insert charset and format parameters; encode description after
13506 inserting it to buffer.
13507 (mml-insert-parameter): Fold lines properly even if a parameter is
13508 segmented into two or more lines; change the max column to 76.
13509
13510 * rfc1843.el (rfc1843-decode-article-body): Don't use
13511 ignore-errors when calling mail-header-parse-content-type.
13512
13513 * rfc2231.el (rfc2231-parse-string): Return at least type if
13514 possible; don't cause an error even if it fails in parsing of
13515 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13516 (rfc2231-encode-string): Don't break lines at the beginning, leave
13517 it to mml-insert-parameter.
13518
13519 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13520 calling mail-header-parse-content-type.
13521
13522 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13523
13524 * spam-report.el (spam-report-gmane-use-article-number):
13525 Improve doc string.
13526 (spam-report-gmane-internal): Check if a suitable header was found
13527 in the article.
13528
13529 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13530
13531 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13532 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13533
13534 2006-02-05 Romain Francoise <romain@orebokech.com>
13535
13536 Update copyright notices of all files in the gnus directory.
13537
13538 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13539
13540 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13541
13542 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13543
13544 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13545 segmented lines of parameter value to cope with Thunderbird 1.5
13546 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13547 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13548 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13549
13550 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13551
13552 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13553 parts.
13554
13555 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13556
13557 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13558 there's only one active file for all servers.
13559 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13560 solid groups. Gnus might have used a FAST request to select the group.
13561 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13562 and nnweb-search redundantly in the active file.
13563 (nnweb-request-list): Don't list bogus groups. There can only be one.
13564 (nnweb-request-create-group): Don't use ARGS.
13565 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13566 initialisations. Let nnoo do the work.
13567
13568 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13569
13570 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13571 Say the part has been decoded.
13572
13573 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13574
13575 2006-01-31 Kevin Ryde <user42@zip.com.au>
13576
13577 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13578 mailcap-viewer-test-cache when there's no 'test clause, since that
13579 will invert the meaning of a "nil" test previously determined by
13580 mailcap-mailcap-entry-passes-test.
13581
13582 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13583
13584 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13585 compiling.
13586
13587 * gnus-sum.el: Ditto.
13588
13589 * message.el: Don't bind tool-bar-map when compiling.
13590
13591 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13592
13593 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13594
13595 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13596
13597 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13598 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13599 current Google Groups.
13600
13601 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13602
13603 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13604 and tool-bar-mode.
13605
13606 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13607 and tool-bar-mode.
13608
13609 * message.el (message-tool-bar-update): Simplify.
13610 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13611
13612 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13613 gnus-summary-buffer.
13614 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13615 gnus-summary-reply.
13616
13617 * gmm-utils.el (gmm): Add :version.
13618
13619 2006-01-26 Steve Youngs <steve@sxemacs.org>
13620
13621 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13622 Don't autoload.
13623
13624 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13625
13626 * gmm-utils.el (gmm-verbose): Add :group.
13627
13628 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13629
13630 * message.el: Change some comments WRT tool-bars.
13631
13632 * gnus-sum.el (gnus-summary-tool-bar)
13633 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13634 (gnus-summary-tool-bar-zap-list): New variables.
13635 (gnus-summary-make-tool-bar): Complete rewrite using
13636 `gmm-tool-bar-from-list'.
13637
13638 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13639 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13640 New variables.
13641 (gnus-group-make-tool-bar): Complete rewrite using
13642 `gmm-tool-bar-from-list'.
13643 (gnus-group-tool-bar-update): New function.
13644
13645 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13646
13647 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13648
13649 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13650 is dissected into a single part of which the type is the same as
13651 the given one; decode charset.
13652
13653 2006-01-21 Kevin Ryde <user42@zip.com.au>
13654
13655 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13656 into alists as symbol not string, since that's what
13657 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13658 look for.
13659
13660 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13661
13662 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13663 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13664
13665 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13666
13667 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13668
13669 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13670 (gnus-mime-security-button-menu): New definition.
13671 (gnus-mime-security-button-map): Use them.
13672 (gnus-mime-security-button-menu): New function.
13673 (gnus-insert-mime-security-button): Addition to help echo.
13674 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13675 (gnus-mime-security-pipe-part): New functions.
13676
13677 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13678 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13679
13680 * mm-decode.el (mm-handle-set-disposition): Remove.
13681 (mm-handle-set-description): Remove.
13682
13683 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13684
13685 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13686 (mm-w3m-standalone-supports-m17n-p): New function.
13687 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13688 w3m usage.
13689
13690 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13691 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13692
13693 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13694
13695 * message.el (message-tool-bar-zap-list):
13696 Use gmm-tool-bar-zap-list as custom type.
13697 (message-tool-bar-update): New function.
13698 (message-tool-bar, message-tool-bar-gnome)
13699 (message-tool-bar-retro): Add message-tool-bar-update.
13700 (message-tool-bar-gnome): Add flyspell-buffer.
13701
13702 * gnus-util.el (gnus-error): Describe `args'.
13703
13704 * gmm-utils.el (gmm-error): Describe `args'.
13705 (gmm-tool-bar-zap-list): New widget.
13706 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13707
13708 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13709
13710 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13711 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13712 the number of recursive calls.
13713
13714 * mm-decode.el (mm-handle-set-disposition): New macro.
13715 (mm-handle-set-description): New macro.
13716
13717 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13718
13719 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13720 encoding.
13721
13722 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13723
13724 * message.el (message-tool-bar-zap-list, message-tool-bar)
13725 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13726 (message-tool-bar-local-item-from-menu): Remove.
13727 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13728 (message-make-tool-bar): New function.
13729 (message-mode): Use `message-make-tool-bar'.
13730
13731 * gmm-utils.el: New file.
13732 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13733 (gmm-lazy): New widget copied from `nnmail.el'.
13734 (gmm-tool-bar-from-list): New function for creating customizable
13735 tool bars.
13736 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13737 output.
13738 (gmm): Add :prefix to defgroup.
13739
13740 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13741
13742 * gmm-utils.el (gmm-widget-p): New function.
13743
13744 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13745
13746 * mml.el (mml-attach-file): Describe `description' in doc string.
13747 (mml-menu): Add Emacs MIME manual and PGG manual.
13748
13749 2006-01-20 Richard M. Stallman <rms@gnu.org>
13750
13751 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13752
13753 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13754
13755 * nntp.el (nntp-end-of-line): Doc fix.
13756
13757 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13758
13759 * imap.el (imap-open): Handle case where buffer is a buffer
13760 object.
13761
13762 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13763
13764 * gnus-delay.el (gnus-delay): Don't autoload.
13765 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13766 to be re-loaded when customizing the `gnus-delay' group.
13767
13768 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13769
13770 * message.el (message-insert-citation-line): Use newlines.
13771
13772 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13773
13774 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13775
13776 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13777
13778 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13779
13780 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13781
13782 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13783
13784 * mm-decode.el (mm-inlined-types): Add application/pgp.
13785 (mm-automatic-display): Ditto.
13786
13787 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13788 part as text.
13789
13790 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13791
13792 * nnrss.el: Update copyright.
13793 (nnrss-opml-import): Query whether to subscribe to each entry.
13794
13795 * gnus-art.el:
13796 * gnus-sum.el:
13797 * mm-uu.el:
13798 * mm-view.el: Update copyright.
13799
13800 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13801
13802 * message.el (message-info): New function.
13803 (message-mode-menu): Add it.
13804 Update copyright.
13805
13806 * ChangeLog: Fix and update copyright.
13807
13808 2006-01-13 Romain Francoise <romain@orebokech.com>
13809
13810 * message.el (message-forward-subject-name-subject): Prefer the
13811 address to 'nowhere' if the sender has no name.
13812 Fix typo. Update copyright year.
13813
13814 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13815
13816 * gnus-art.el (article-wash-html):
13817 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13818 (gnus-article-wash-html-with-w3m-standalone): New function.
13819
13820 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13821 mm-inline-text-html-render-with-w3m-standalone.
13822 (mm-text-html-washer-alist): Map w3m-standalone to
13823 gnus-article-wash-html-with-w3m-standalone.
13824 (mm-inline-text-html-render-with-w3m-standalone): New function.
13825
13826 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13827
13828 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13829 Improve LaTeX.
13830
13831 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13832
13833 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13834 (nnrss-request-article): Render text/plain parts as HTML.
13835
13836 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13837 the buffer.
13838
13839 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13840
13841 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13842 custom definition of `gnus-posting-styles'.
13843
13844 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13845 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13846
13847 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13848
13849 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13850 Use nntp for bug archive.
13851
13852 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13853
13854 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13855 parts.
13856 (nnrss-normalize-date): New function converts ISO 8601 date into
13857 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13858 (nnrss-check-group): Use it.
13859
13860 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13861
13862 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13863
13864 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13865 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13866 (nnrss-insert-w3): Ditto.
13867
13868 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13869
13870 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13871 the articles to be forwarded including the case where neither a
13872 number of articles nor a region is specified.
13873
13874 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13875
13876 * nnrss.el (nnrss-request-article): Fix last change; fill
13877 text/plain parts.
13878
13879 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13880
13881 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13882 in text/plain part.
13883 (nnrss-check-group): Don't add excessive newline to dc:subject.
13884
13885 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
13886
13887 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13888 article.
13889
13890 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13891
13892 * nnml.el: Don't require gnus-bcklg. Autoload it.
13893 (nnml-use-compressed-files, nnml-save-mail): Support other
13894 comression programs such as bzip2.
13895
13896 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13897
13898 * dns.el (query-dns): Make sure we check the buffer size before
13899 removing tcp headers.
13900
13901 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13902
13903 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13904 remove MIME buttons associated with multipart/alternative parts.
13905 (gnus-mime-display-alternative): Tag buttons using `article-type'
13906 text property.
13907
13908 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13909 associated with multipart/alternative parts.
13910
13911 * gnus-art.el (gnus-signature-separator): Fix custom type.
13912
13913 * mm-decode.el (mm-inlined-types): Fix custom type.
13914 (mm-keep-viewer-alive-types): Ditto.
13915 (mm-automatic-display): Ditto.
13916 (mm-attachment-override-types): Ditto.
13917 (mm-inline-override-types): Ditto.
13918 (mm-automatic-external-display): Ditto.
13919
13920 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13921
13922 * spam-report.el (spam-report-user-mail-address)
13923 (spam-report-user-agent): New variables.
13924 (spam-report-url-ping-plain): Use spam-report-user-agent.
13925
13926 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
13927
13928 * gnus-art.el (gnus-button-handle-custom): Do not just use
13929 `customize-apropos' for any "M-x customize-*" button but the
13930 function called for. Accept both the function name and its
13931 argument in order to achieve this.
13932 (gnus-button-alist): Remove support for "custom:" URL's.
13933 Pass function name to `gnus-button-handle-custom' in case of "M-x
13934 customize-*" buttons.
13935
13936 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13937
13938 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13939 multipart/alternative and add xref to mm-discouraged-alternatives
13940 in doc string.
13941
13942 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13943 gnus-buttonized-mime-types in doc string.
13944
13945 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13946
13947 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13948 Suggest image/.* in the doc string.
13949
13950 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
13951
13952 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13953 message-marks (Debian bug #342521).
13954
13955 2005-12-12 Simon Josefsson <jas@extundo.com>
13956
13957 * password.el (password-read-from-cache): Add.
13958 (password-read): Use it.
13959
13960 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13961
13962 * rfc2047.el (rfc2047-charset-to-coding-system):
13963 Recognize us-ascii as a MIME charset.
13964
13965 * mm-bodies.el (mm-decode-content-transfer-encoding):
13966 Protect against the case where the 2nd arg TYPE is nil.
13967
13968 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13969
13970 * pop3.el (pop3-stream-type): Fix custom version.
13971
13972 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13973
13974 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13975
13976 * mm-decode.el (mm-display-external): Add missing cdr.
13977
13978 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
13979
13980 * mm-decode.el (mm-display-external): Use nametemplate (defined in
13981 RFC1524) if it is in mailcap or add a suffix according to
13982 mailcap-mime-extensions when generating a temp filename; postpone
13983 deleting a temp file for 2 seconds for some wrappers, shell
13984 scripts, and so on, which might exit right after having started a
13985 viewer command as a background job.
13986
13987 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13988
13989 * nntp.el (nntp-marks-directory): Fix custom group.
13990
13991 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13992 steps when < 10.
13993
13994 * gnus-start.el (gnus-no-server-1):
13995 Mention `gnus-level-default-subscribed' in doc string.
13996
13997 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13998
13999 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14000 parens.
14001
14002 2005-11-26 Dave Love <fx@gnu.org>
14003
14004 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14005 (tls-program, tls-success): Provide openssl alternative.
14006
14007 * starttls.el: Doc fixes.
14008 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14009 SERVICE to PORT.
14010
14011 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14012 port null or service name.
14013 (starttls-negotiate): Autoload.
14014
14015 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14016
14017 * message.el (message-kill-to-signature): Fix interactive spec.
14018
14019 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14020
14021 * pop3.el (pop3-open-server): Recognize a string as a service name.
14022
14023 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14024
14025 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14026
14027 2005-11-23 Dave Love <fx@gnu.org>
14028
14029 Add pop3s, pop3/starttls.
14030
14031 * pop3.el (pop3-authentication-scheme): Clarify doc.
14032 (open-tls-stream, starttls-open-stream): Autoload.
14033 (pop3-stream-type): New.
14034 (pop3-open-server): Use it.
14035
14036 * mail-source.el (mail-sources): Fix some :types. Add stream type
14037 for POP.
14038 (mail-source-keyword-map): Add :stream for POP.
14039 (mail-source-fetch-pop): Use pop3-stream-type.
14040
14041 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14042
14043 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14044 of current-time-string.
14045
14046 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14047
14048 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14049 date header.
14050
14051 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14052
14053 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14054 it can seriously impact performance as it bypasses the agent's
14055 local caches.
14056
14057 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14058
14059 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14060 must be explicitly online rather than "not explicitly offline" for
14061 its flags to be synchronized.
14062
14063 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14064 that gnus-uu-unmark-thread will function correctly.
14065
14066 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14067 1024K is instead displayed as 1M.
14068
14069 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14070
14071 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14072
14073 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14074
14075 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14076
14077 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14078
14079 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14080 error message to display actual error condition.
14081 (gnus-agent-save-local): Avoid saving symbols that are bound to
14082 nil as they simply result in a warning message in
14083 gnus-agent-read-local.
14084
14085 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14086
14087 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14088 rather than make-variable-buffer-local for file-precious-flag.
14089
14090 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14091
14092 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14093 for duplicates which are removed. The invalid sort check then
14094 triggers a rescan after the sort as sorting may have moved
14095 duplicate entries such that they can be cheaply detected.
14096
14097 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14098
14099 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14100
14101 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14102
14103 * gnus-agent.el (gnus-agent-article-alist-save-format):
14104 Change internal variable to a custom variable. Change default value
14105 from compressed(2) to uncompressed(1).
14106 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14107 support for uncompressed agentview files. Taken together, reading
14108 the agentview file should now be 6-7 times faster.
14109
14110 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14111
14112 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14113 as a buffer-local variable. This avoids creating truncated
14114 dribble files as a result of a hang up, eg.
14115
14116 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14117
14118 * gnus-start.el (gnus-start-draft-setup):
14119 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14120
14121 * gnus.el (gnus-splash): Change custom group.
14122 (gnus-group-get-parameter, gnus-group-parameter-value):
14123 Describe allow-list argument.
14124
14125 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14126 string.
14127
14128 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14129
14130 * gnus-art.el (gnus-default-article-saver): Add user-defined
14131 `function' to custom type.
14132
14133 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14134
14135 * imap.el (imap-open): Handle case where buffer is a buffer
14136 object.
14137
14138 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14139
14140 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14141 long lines.
14142 (gnus-cache-delete-group): Wrap doc strings.
14143
14144 * gnus-agent.el (gnus-agent-rename-group)
14145 (gnus-agent-delete-group): Wrap doc strings.
14146
14147 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14148
14149 * gnus-start.el (gnus-1): Add "native" to
14150 gnus-predefined-server-alist.
14151
14152 * gnus.el (gnus-method-to-server): Don't add "native" to the
14153 lists here, because that leads to problems when
14154 gnus-select-method is bound.
14155
14156 2005-11-09 Simon Josefsson <jas@extundo.com>
14157
14158 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14159 use (not sort-by-date) instead.
14160
14161 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14162
14163 * gnus-delay.el (gnus-delay-group): Don't autoload.
14164 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14165 to be re-loaded when customizing the `gnus-delay' group.
14166
14167 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14168
14169 * message.el: Revert last changes.
14170 (message-insert-citation-line): Use newlines.
14171
14172 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14173
14174 * message.el (message-courtesy-message)
14175 (message-mark-insert-begin, message-mark-insert-end)
14176 (message-elide-ellipsis, message-cancel-message)
14177 (message-add-header, message-change-subject)
14178 (message-cross-post-followup-to-header)
14179 (message-cross-post-insert-note, message-reduce-to-to-cc)
14180 (message-widen-reply, message-delete-not-region)
14181 (message-kill-to-signature, message-insert-signature)
14182 (message-insert-importance-high, message-insert-importance-low)
14183 (message-insert-or-toggle-importance)
14184 (message-insert-disposition-notification-to)
14185 (message-indent-citation, message-yank-original)
14186 (message-cite-original-without-signature, message-cite-original)
14187 (message-insert-citation-line, message-position-on-field)
14188 (message-fix-before-sending, message-send-mail-partially)
14189 (message-send-mail, message-send-mail-with-sendmail)
14190 (message-send-mail-with-qmail, message-send-news)
14191 (message-check-news-header-syntax, message-generate-headers)
14192 (message-insert-courtesy-copy, message-fill-address)
14193 (message-fill-header, message-shorten-references)
14194 (message-setup-1, message-cancel-news)
14195 (message-forward-make-body-plain, message-forward-make-body-mime)
14196 (message-forward-make-body-mml, message-encode-message-body)
14197 (message-forward-make-body-digest-plain)
14198 (message-forward-make-body-digest-mime)
14199 (message-use-alternative-email-as-from): Insert `hard-newline'
14200 instead of ordinary newlines.
14201
14202 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14203
14204 * message.el (message-generate-headers): Downcase the argument
14205 given to message-check-element.
14206
14207 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14208
14209 * nntp.el (nntp-authinfo-rejected): New error condition.
14210 (nntp-wait-for): Use new error condition to signal authentication
14211 error.
14212 (nntp-retrieve-data): Rethrow new error condition to break out of
14213 recursive call to nntp-send-authinfo.
14214
14215 2005-11-08 Romain Francoise <romain@orebokech.com>
14216
14217 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14218 (gnus-summary-exit-map): Bind to `Z p'.
14219 (gnus-summary-make-menu-bar): Add menu item.
14220
14221 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14222
14223 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14224 (gnus-treat-*): Add `first' in all doc strings.
14225
14226 * gnus-group.el (gnus-group-compact-group): Fix typo.
14227
14228 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14229
14230 * gnus.el (gnus-parameters-case-fold-search): New variable.
14231 (gnus-parameters-get-parameter): Use it.
14232
14233 * gnus-score.el (gnus-home-score-file): Doc fix.
14234
14235 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14236
14237 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14238
14239 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14240
14241 * mm-util.el (mm-special-display-p): New function.
14242
14243 * mml.el (mml-preview): Use it; doc fix.
14244
14245 2005-10-29 Romain Francoise <romain@orebokech.com>
14246
14247 * message.el (message-fix-before-sending): Fix comment.
14248
14249 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14250
14251 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14252
14253 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14254
14255 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14256 Used in gnus-score.el.
14257
14258 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14259
14260 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14261
14262 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14263
14264 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14265 whitespace removed in revision 7.8. Use concatenated string to
14266 protect trailing whitespace.
14267
14268 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14269
14270 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14271 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14272 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14273 Courier IMAP ("some version from 2004"). Mostly based on similar
14274 code in the same function.
14275
14276 2005-10-26 Didier Verna <didier@xemacs.org>
14277
14278 * gnus-group.el (gnus-group-compact-group): Invalidate original
14279 article buffer.
14280 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14281 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14282 NOV database and in article itself.
14283 Invalidate article backlog.
14284
14285 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14286
14287 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14288
14289 2005-10-26 Simon Josefsson <jas@extundo.com>
14290
14291 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14292 part of 2004-07-25 change.
14293
14294 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14295
14296 * message.el (message-display-completion-list): New function.
14297 (message-expand-group): Use it; make sure the Completions buffer
14298 is modifiable.
14299
14300 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14301
14302 * imap.el (imap-open): Handle case where buffer is a buffer object.
14303
14304 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14305
14306 * pgg-def.el:
14307 * pgg-gpg.el:
14308 * pgg-parse.el:
14309 * pgg-pgp.el:
14310 * pgg-pgp5.el:
14311 * pgg.el: Move to the parent lisp directory.
14312
14313 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14314
14315 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14316 user-mail-name is an empty string.
14317
14318 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14319
14320 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14321 depending on gnus-score-decay-constant.
14322
14323 * encrypt.el (encrypt-insert-file-contents)
14324 (encrypt-write-file-contents): Don't use `gnus-message'.
14325
14326 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14327 arguments.
14328 (mm-uu-type-alist): Add message-marks and insert-marks.
14329 Pass arguments to mm-uu-verbatim-marks-extract.
14330 (mm-uu-hide-markers): New variable.
14331 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14332
14333 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14334 (gnus-convert-image-to-face-command): Use "convert" by default to
14335 allow other input image formats.
14336 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14337 accordingly.
14338
14339 2005-10-23 Simon Josefsson <jas@extundo.com>
14340
14341 * imap.el (imap-gssapi-program): Align command line parameters
14342 with latest GNU SASL.
14343 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14344
14345 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14346
14347 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14348 HTML.
14349 (nnslashdot-request-article): Ditto.
14350
14351 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14352
14353 * mail-source.el (mail-source-fetch-pop): Require pop3.
14354 (mail-source-check-pop): Ditto.
14355
14356 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14357
14358 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14359 errors.
14360
14361 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14362
14363 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14364 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14365
14366 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14367
14368 * mm-bodies.el (mm-decode-string):
14369 Call `mm-charset-to-coding-system' with allow-override argument.
14370
14371 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14372
14373 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14374 (rfc2047-charset-to-coding-system): New function.
14375 (rfc2047-decode-encoded-words): New function.
14376 (rfc2047-decode-region): Use them.
14377 (rfc2047-decode-cte): Remove.
14378 (rfc2047-parse-and-decode): Remove.
14379 (rfc2047-decode): Remove.
14380
14381 2005-10-15 Kenichi Handa <handa@m17n.org>
14382
14383 * rfc2047.el (rfc2047-decode-cte): New function.
14384 (rfc2047-decode-region): Change the way to decode successive
14385 encoded-words: decode B- or Q-encoding in each encoded-word,
14386 concatenate them, and decode it as charset.
14387
14388 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14389
14390 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14391 widget-move-and-invoke.
14392 (gnus-custom-mode): Use gnus-custom-map.
14393
14394 2005-10-15 Bill Wohler <wohler@newt.com>
14395
14396 * message.el (message-tool-bar-map): Rename image file from
14397 mail_send to mail/send.
14398
14399 2005-10-16 Masatake YAMATO <jet@gyve.org>
14400
14401 * message.el (message-expand-group): Pass the common
14402 prefix substring of completion to `display-completion-list'.
14403
14404 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14405
14406 * mml-sec.el (mml-secure-method): New internal variable.
14407 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14408 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14409 New functions using mml-secure-method.
14410
14411 * mml.el (mml-mode-map): Add key bindings for those functions.
14412 (mml-menu): Simplify security menu entries. Suggested by Jesper
14413 Harder <harder@myrealbox.com>.
14414 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14415 Goto end of message if point is the headers of the message.
14416
14417 * message.el (message-in-body-p): New function.
14418
14419 * assistant.el: Autoload gnus-util and netrc.
14420
14421 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14422 Use `mm-charset-override-alist' only when decoding.
14423
14424 * mm-bodies.el (mm-decode-body):
14425 Call `mm-charset-to-coding-system' with allow-override argument.
14426
14427 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14428 `filename' from Content-Disposition if Content-Type doesn't
14429 provide `name'.
14430 (gnus-mime-view-part-as-type): Set default instead of
14431 initial-input.
14432
14433 2005-10-09 Daniel Brockman <daniel@brockman.se>
14434
14435 * format-spec.el (format-spec): Propagate text properties of % spec.
14436
14437 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14438
14439 * gnus-art.el (gnus-treat-predicate): Add `first'.
14440
14441 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14442
14443 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14444 (mm-charset-override-alist): New variable.
14445 (mm-charset-to-coding-system): Use it.
14446 (mm-codepage-setup): New helper function.
14447 (mm-charset-eval-alist): New variable.
14448 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14449 Warn about unknown charsets.
14450
14451 2005-10-04 David Hansen <david.hansen@gmx.net>
14452
14453 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14454 (nnrss-check-group): Ditto.
14455
14456 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14457
14458 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14459 Rename x-gnus-verbatim to x-verbatim.
14460 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14461
14462 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14463 x-verbatim.
14464
14465 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14466
14467 * gnus-util.el (gnus-remove-duplicates): Remove.
14468
14469 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14470 instead of gnus-remove-duplicates.
14471
14472 * message.el (message-remove-duplicates): Remove.
14473 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14474 message-remove-duplicates.
14475
14476 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14477 available, else use implementation from `delete-dups'.
14478
14479 * message.el (message-insert-expires): New function.
14480 (message-mode-map): Add key binding.
14481 (message-mode-field-menu): Add menu entry.
14482 (message-mode): Document it.
14483 (message-make-expires-date): Use `message-make-date'.
14484
14485 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14486
14487 * message.el (message-make-expires-date): New function.
14488
14489 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14490
14491 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14492
14493 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14494
14495 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14496 function rather than the diff-mode.el package.
14497 (mm-display-external): Use with-current-buffer.
14498 (mm-viewer-completion-map, mm-viewer-completion-map):
14499 Move initialization inside declaration.
14500
14501 2005-09-29 Simon Josefsson <jas@extundo.com>
14502
14503 * spam.el: Load hashcash when compiling, to avoid warnings.
14504 Don't autoload mail-check-payment.
14505 (spam-check-hashcash): Define unconditionally, since hashcash.el
14506 is part of Gnus now. Ignore errors from payment checking.
14507
14508 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14509
14510 * message.el (message-bold-region, message-unbold-region):
14511 Rename from `bold-region' and `unbold-region'.
14512
14513 * message.el: Remove useless autoloads.
14514
14515 2005-09-28 Simon Josefsson <jas@extundo.com>
14516
14517 * message.el (message-use-idna): Default to t.
14518 (message-use-idna): Test whether encoding works too. Doc fix.
14519
14520 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14521
14522 * nntp.el (nntp-warn-about-losing-connection): Remove.
14523
14524 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14525
14526 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14527 customizable. Change default value.
14528 (mm-uu-diff-groups-regexp): Change default value.
14529 (mm-uu-type-alist): Add doc string.
14530 (mm-uu-configure): Add doc string. Make it interactive.
14531 (mm-uu-tex-groups-regexp): New variable.
14532 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14533 (mm-uu-type-alist): Add LaTeX documents.
14534 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14535 of "text/verbatim".
14536 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14537
14538 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14539 instead of "text/verbatim".
14540
14541 * message.el (message-mark-inserted-region)
14542 (message-mark-insert-file): Use slrn style marks when called with
14543 prefix argument.
14544
14545 2005-09-27 Simon Josefsson <jas@extundo.com>
14546
14547 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14548
14549 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14550
14551 * message.el (message-remove-duplicates): New function.
14552 Implementation borrowed from `gnus-remove-duplicates'.
14553 (message-idna-to-ascii-rhs): Also encode idna addresses in
14554 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14555 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14556 only ask about the same idna domain once per header and also tell
14557 in what header to replace the idna domain.
14558
14559 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14560 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14561 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14562 a header is decoded and not just the last one.
14563
14564 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14565
14566 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14567 has been decoded.
14568
14569 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14570 (mm-insert-part): Don't modify text if it has been decoded.
14571
14572 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14573 decoded.
14574
14575 * mm-view.el (mm-inline-text): Don't strip text props unless
14576 decoding enriched or richtext parts.
14577
14578 2005-09-25 Romain Francoise <romain@orebokech.com>
14579
14580 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14581 * gnus-start.el (gnus-subscribe-interactively):
14582 * gnus-uu.el (gnus-uu-grab-articles):
14583 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14584 space.
14585
14586 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14587
14588 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14589 * mm-view.el (mm-view-pkcs7-decrypt):
14590 * gnus-sum.el (gnus-summary-limit-to-extra)
14591 (gnus-summary-respool-article, gnus-read-move-group-name):
14592 * gnus-score.el (gnus-summary-increase-score):
14593 * gnus-util.el (gnus-completing-read-with-default):
14594 * gnus-art.el (gnus-read-save-file-name)
14595 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14596 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14597 * message.el (message-check-news-header-syntax):
14598 Follow convention for reading with the minibuffer.
14599
14600 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14601
14602 * spam-report.el (spam-report-url-ping-plain):
14603 Use gnus-extended-version as User-Agent.
14604
14605 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14606 default value is nil.
14607
14608 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14609 (mm-uu-verbatim-marks-extract): New function.
14610 (mm-uu-extract): New face.
14611 (mm-uu-copy-to-buffer): Use it.
14612
14613 * spam-report.el (spam-report-gmane-ham): Rename from
14614 `spam-report-gmane-unspam'.
14615 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14616 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14617
14618 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14619 Autoload.
14620 (spam-report-gmane-unregister-routine):
14621 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14622
14623 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14624
14625 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14626 (spam-report-gmane-unregister-routine): Add support for gmane
14627 unregistration.
14628
14629 * spam-report.el (spam-report-gmane-unspam)
14630 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14631 (spam-report-gmane): Change to take a single article and do unspam
14632 registration.
14633
14634 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14635
14636 * mm-url.el (mm-url-decode-entities): Fix regexp.
14637
14638 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14639
14640 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14641 default to nil, to be able to use Gnus at all. If the default
14642 switches to something else, then the function should be fixed not
14643 be exceedingly slow.
14644
14645 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14646
14647 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14648 fail hard.
14649
14650 * spam-report.el: Add better Keywords line.
14651
14652 * spam.el: Add Maintainer and better Keywords line.
14653
14654 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14655
14656 * gnus-art.el (gnus-article-replace-part)
14657 (gnus-mime-replace-part): New functions.
14658 (gnus-mime-action-alist, gnus-mime-button-commands)
14659 (gnus-mime-save-part-and-strip): Add file argument.
14660 (gnus-article-part-wrapper): Add interactive argument.
14661
14662 * gnus-sum.el (gnus-summary-mime-map):
14663 Add `gnus-article-replace-part'.
14664
14665 2005-09-19 Didier Verna <didier@xemacs.org>
14666
14667 The nnml compaction feature:
14668 * nnml.el (nnml-request-compact-group): New function.
14669 * nnml.el (nnml-request-compact): New function.
14670 * gnus-int.el (gnus-request-compact-group): New function.
14671 * gnus-int.el (gnus-request-compact): New function.
14672 * gnus-group.el (gnus-group-compact-group): New function.
14673 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14674 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14675 * gnus-srvr.el (gnus-server-compact-server): New function.
14676 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14677 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14678
14679 2005-09-18 Deepak Goel <deego@gnufans.org>
14680
14681 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14682 format spec.
14683
14684 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14685
14686 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14687
14688 2005-09-15 Romain Francoise <romain@orebokech.com>
14689
14690 * message.el (message-fill-paragraph): Clarify docstring.
14691
14692 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14693
14694 * gnus-art.el (gnus-mime-display-part): Protect against broken
14695 MIME messages.
14696
14697 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14698
14699 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14700 before parsing header.
14701
14702 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14703
14704 * html2text.el (html2text-replace-list): Add new entities.
14705
14706 2005-09-11 Romain Francoise <romain@orebokech.com>
14707
14708 * message.el (message-alternative-emails): Improve docstring.
14709 (message-setup-1): Call `message-use-alternative-email-as-from'
14710 after `message-setup-hook' to give it precedence over posting
14711 styles, etc.
14712 (message-use-alternative-email-as-from): Add docstring.
14713 Remove the original From header if present.
14714
14715 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14716 (nnml-save-mail): Use it.
14717
14718 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14719 articles. Add new argument `silent'.
14720 (gnus-uu-mark-all): Report the total number of marked articles.
14721
14722 2005-09-10 Romain Francoise <romain@orebokech.com>
14723
14724 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14725 (gnus-uu-mark-series): Likewise.
14726
14727 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14728
14729 * spam-report.el (spam-report-gmane): Fix generation of spam
14730 report URL.
14731
14732 2005-09-10 Simon Josefsson <jas@extundo.com>
14733
14734 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14735 t, based on discussion on the ding list with Robert Epprecht
14736 <epprecht@solnet.ch>.
14737
14738 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14739
14740 * spam-report.el (spam-report-gmane): Make it work without
14741 X-Report-Spam header. Gmane now only provides Archived-At.
14742 This is only used if `spam-report-gmane-use-article-number' is nil.
14743 (spam-report-gmane-spam-header): Remove. Not used anymore.
14744
14745 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14746 make `gnus-summary-sort-by-recipient' work with threading.
14747
14748 * nnweb.el (nnweb-google-wash-article): Print a message if article
14749 is not available.
14750
14751 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14752
14753 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14754 change. Decode text/* parts content before displaying.
14755
14756 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14757
14758 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14759
14760 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14761
14762 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14763
14764 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14765
14766 * message.el (message-tab-body-function): Fix mismatched custom type.
14767
14768 * gnus.el (gnus-group-change-level-function): Ditto.
14769
14770 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14771
14772 * gnus-art.el (gnus-signature-limit)
14773 (gnus-article-mime-part-function): Ditto.
14774
14775 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14776
14777 * mml.el (mml-mode): Silence the byte compiler.
14778
14779 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14780 using `(sit-for 0)' before moving the point to the specified part;
14781 skip unbuttonized parts.
14782 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14783 return to the summary window if gnus-auto-select-part is non-nil.
14784
14785 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14786
14787 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14788 New variables.
14789 (mml-dnd-attach-file, mml-mode): Use them.
14790
14791 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14792 Make fetching article by MID work again for Google Groups.
14793 Add FIXME concerning gnus-group-make-web-group.
14794
14795 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14796 Don't depend on Gnus by using mail-extract-address-components if
14797 gnus-extract-address-components is not bound.
14798
14799 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14800
14801 * gnus-art.el (gnus-mime-display-security): Don't display the
14802 signature, but only the signed part.
14803
14804 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14805
14806 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14807
14808 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14809 list, not listp.
14810
14811 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14812
14813 * mm-encode.el (mm-encode-content-transfer-encoding):
14814 Likewise when encoding.
14815
14816 * mm-bodies.el (mm-decode-content-transfer-encoding):
14817 De-canonicalize CRLF for all text content types, not just
14818 text/plain.
14819
14820 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14821
14822 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14823 valid article; point arrow and cursor at the MIME button.
14824
14825 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14826
14827 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14828 Suggested by Dan Christensen <jdc@uwo.ca>.
14829
14830 * mm-decode.el (mm-save-part): Enable change of prompt.
14831
14832 2005-08-29 Jari Aalto <jari.aalto@cante.net>
14833
14834 * gnus-msg.el (gnus-inews-add-send-actions):
14835 Make `message-post-method' lambda parameter ARG `&optional'.
14836
14837 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14838
14839 * gnus-sum.el (gnus-summary-mime-map):
14840 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14841 gnus-article-jump-to-part.
14842
14843 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14844 (gnus-article-edit-part): Use it.
14845 (gnus-article-part-wrapper): Add no-handle argument.
14846 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14847 New functions.
14848
14849 2005-08-29 Romain Francoise <romain@orebokech.com>
14850
14851 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14852 docstring.
14853 (gnus-face-from-file): Likewise.
14854
14855 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14856
14857 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14858 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14859 non-nil.
14860 (gnus-auto-select-part): New variable.
14861 (gnus-article-jump-to-part): New function.
14862 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14863 (gnus-mime-delete-part): Allow selecting specified part after
14864 deleting or stripping parts.
14865 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14866 part if argument is bogus.
14867
14868 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14869
14870 * gnus-art.el (w3m-minor-mode-map):
14871 * gnus-spec.el (gnus-newsrc-file-version):
14872 * gnus-util.el (nnmail-active-file-coding-system)
14873 (gnus-original-article-buffer, gnus-user-agent):
14874 * gnus.el (gnus-ham-process-destinations)
14875 (gnus-parameter-ham-marks-alist)
14876 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14877 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14878 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14879 * mm-decode.el (gnus-current-window-configuration):
14880 * mm-extern.el (gnus-article-mime-handles):
14881 * mm-url.el (url-current-object, url-package-name)
14882 (url-package-version):
14883 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14884 (smime-keys, w3m-cid-retrieve-function-alist)
14885 (w3m-current-buffer, w3m-display-inline-images)
14886 (w3m-minor-mode-map):
14887 * mml-smime.el (gnus-extract-address-components):
14888 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14889 (gnus-newsrc-hashtb, message-default-charset)
14890 (message-deletable-headers, message-options)
14891 (message-posting-charset, message-required-mail-headers)
14892 (message-required-news-headers):
14893 * mml1991.el (mc-pgp-always-sign):
14894 * mml2015.el (mc-pgp-always-sign):
14895 * nnheader.el (nnmail-extra-headers):
14896 * rfc1843.el (gnus-decode-encoded-word-function)
14897 (gnus-decode-header-function, gnus-newsgroup-name):
14898 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14899
14900 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14901
14902 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14903 the end of the date treatments.
14904
14905 2005-08-15 Simon Josefsson <jas@extundo.com>
14906
14907 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14908 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14909 Capello and Romain Francoise.
14910 (pgg-fetch-key-function): Remove, not used?
14911 (pgg-insert-url-with-w3): Require url, to get
14912 url-insert-file-contents regardless of where it is defined.
14913
14914 2005-08-13 Romain Francoise <romain@orebokech.com>
14915
14916 * message.el (message-cite-original-1): New function.
14917 (message-cite-original): Use it.
14918 (message-cite-original-without-signature): Ditto.
14919
14920 2005-08-08 Romain Francoise <romain@orebokech.com>
14921
14922 * message.el (message-yank-empty-prefix): New variable.
14923 (message-indent-citation): Use it.
14924 (message-cite-original-without-signature): Respect X-No-Archive.
14925
14926 2005-08-08 Simon Josefsson <jas@extundo.com>
14927
14928 * pgg.el: Autoload url-insert-file-contents instead of loading
14929 w3/url.
14930 (pgg-insert-url-with-w3): Don't load url here.
14931
14932 2005-08-07 Jesper Harder <harder@phys.au.dk>
14933
14934 * message.el (message-kill-to-signature): Don't insert newline at
14935 bol.
14936 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14937
14938 2005-08-06 Romain Francoise <romain@orebokech.com>
14939
14940 * message.el (message-user-fqdn): Fix typo in docstring.
14941
14942 2005-08-05 Daiki Ueno <ueno@unixuser.org>
14943
14944 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14945
14946 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14947
14948 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14949
14950 * mm-bodies.el (mm-encode-body): Use coding system rather than
14951 charset to encode text.
14952
14953 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14954 number of charsets if utf-8 is available (XEmacs).
14955
14956 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14957
14958 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14959 taken from `gnus-button-mid-or-mail-regexp'.
14960 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14961 (gnus-button-alist): Improve regexp for domain part of the MIDs
14962 for news:localpart@domain buttons.
14963 (gnus-button-ctan-directory-regexp): Update.
14964
14965 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14966
14967 * sieve-manage.el (sieve-manage-interactive-login):
14968 Use make-local-variable rather than make-variable-buffer-local.
14969 (sieve-manage-open): Ditto.
14970 (sieve-manage-authenticate): Ditto.
14971
14972 * mml.el (mml-generate-mime-1): Make the content type default to
14973 text/plain if the filename is not specified.
14974
14975 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14976
14977 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14978 instead of insert-buffer.
14979
14980 * message.el (message-yank-original): Ditto; set the mark at the
14981 end of the yanked message.
14982
14983 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
14984
14985 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14986 lines to scroll rather than to stop it.
14987
14988 * mml.el (mml-generate-default-type): Add doc string.
14989 (mml-generate-mime-1): Use mm-default-file-encoding or make it
14990 default to application/octet-stream when determining the content
14991 type if it is not specified for the part or the mml contents; add
14992 a comment about mml-generate-default-type.
14993
14994 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
14995
14996 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14997 make it default to application/octet-stream when determining the
14998 content type if it is not specified for the external contents.
14999
15000 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15001
15002 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15003 segmented parameter but also other parameters might be there.
15004
15005 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15006
15007 * mm-decode.el (mm-display-external): Delete temp file, directory
15008 and buffer immediately if the external process is exited.
15009
15010 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15011
15012 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15013 fewer lines than that of scroll-margin.
15014 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15015
15016 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15017
15018 * gnus-art.el (gnus-article-next-page): Revert.
15019 (gnus-article-beginning-of-window): New macro.
15020 (gnus-article-next-page-1): Use it.
15021 (gnus-article-prev-page): Ditto.
15022 (gnus-article-edit-part): Use insert-buffer-substring instead of
15023 insert-buffer.
15024 (gnus-article-edit-exit): Ditto.
15025
15026 * gnus-util.el (gnus-beginning-of-window): Remove.
15027 (gnus-end-of-window): Remove.
15028
15029 2005-07-25 Simon Josefsson <jas@extundo.com>
15030
15031 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15032 to have the url package without w3. Reported by Daiki Ueno
15033 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15034
15035 2005-07-20 Didier Verna <didier@xemacs.org>
15036
15037 * gnus-diary.el: Remove the description comment (nndiary is now
15038 properly documented in the Gnus manual).
15039 Fix the spelling of "Back End".
15040 * nndiary.el: Ditto.
15041 Fix the copyright notice.
15042
15043 2005-07-18 Romain Francoise <romain@orebokech.com>
15044
15045 * gnus-sum.el (gnus-summary-to-prefix)
15046 (gnus-summary-newsgroup-prefix): New variables.
15047 (gnus-summary-from-or-to-or-newsgroups): Use them.
15048
15049 2005-07-17 Romain Francoise <romain@orebokech.com>
15050
15051 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15052 space as it's generally not especially interesting to the user.
15053
15054 2005-07-16 Romain Francoise <romain@orebokech.com>
15055
15056 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15057 nil to avoid prompting and file modification if one of the
15058 messages at the top of the nnfolder file contains a copyright
15059 notice.
15060 Update copyright notice.
15061
15062 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15063 instead of `current-time-string' as the latter creates a time
15064 string that is not RFC 2822 compliant (it lacks the zone).
15065 Update copyright notice.
15066
15067 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15070 for text/rtf. Display default in prompt. Pass default for M-n.
15071
15072 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15073
15074 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15075
15076 * gnus-msg.el (gnus-button-mailto):
15077 Remove save-selected-window-window hackery because it relies on
15078 save-selected-window internals.
15079
15080 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15081
15082 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15083 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15084 (gnus-article-prev-page): Ditto.
15085
15086 * gnus-util.el (gnus-beginning-of-window): New function.
15087 (gnus-end-of-window): New function.
15088
15089 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15090
15091 * gnus-score.el (gnus-score-edit-all-score):
15092 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15093 gnus-message.
15094
15095 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15096
15097 * gnus-msg.el (gnus-button-mailto):
15098 Remove save-selected-window-window hackery because it relies on
15099 save-selected-window internals.
15100
15101 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15102
15103 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15104 add-minor-mode.
15105 (gnus-binary-mode): Ditto.
15106
15107 * gnus-topic.el (gnus-topic-mode): Ditto.
15108
15109 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15110
15111 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15112 (gnus-article-prev-page): Take scroll-margin into consideration.
15113
15114 2005-07-04 Lute Kamstra <lute@gnu.org>
15115
15116 Update FSF's address in GPL notices.
15117
15118 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15119
15120 * gnus.el (gnus-exit):
15121 * gnus-group.el (gnus-group-icons):
15122 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15123
15124 * gnus-nocem.el (gnus-nocem):
15125 * message.el (message-various, message-buffers, message-sending)
15126 (message-interface, message-forwarding, message-insertion)
15127 (message-headers, message-news, message-mail):
15128 * pgg-gpg.el (pgg-gpg):
15129 * pgg-parse.el (pgg-parse):
15130 * pgg-pgp.el (pgg-pgp):
15131 * pgg-pgp5.el (pgg-pgp5):
15132 * pop3.el (pop3): Finish `defgroup' description with period.
15133
15134 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15135
15136 * gnus-art.el (article-display-face): Improve the efficiency.
15137 (article-display-x-face): Ditto; remove grey x-face stuff.
15138
15139 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15140
15141 * gnus-art.el (article-display-face): Correct the position in
15142 which Faces are inserted.
15143
15144 2005-06-29 Didier Verna <didier@xemacs.org>
15145
15146 * gnus-art.el (article-display-face): Display faces in correct
15147 order.
15148
15149 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15150
15151 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15152 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15153 (gnus-nocem-check-article): Fetch the Type header.
15154 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15155 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15156 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15157 make sure gnus-nocem-hashtb is initialized.
15158 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15159 (gnus-nocem-unwanted-article-p): Ditto.
15160
15161 * pgg.el (pgg-verify): Return the verification result.
15162
15163 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15164
15165 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15166 is ascii.
15167
15168 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15169
15170 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15171 `show-nonbreak-escape'.
15172
15173 2005-06-23 Lute Kamstra <lute@gnu.org>
15174
15175 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15176
15177 * dig.el (dig-mode):
15178 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15179
15180 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15181
15182 * nnimap.el (nnimap-split-download-body): Fix spellings.
15183
15184 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15185
15186 * gnus-art.el (gnus-article-encrypt-body):
15187 * gnus-cus.el (gnus-score-customize):
15188 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15189 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15190
15191 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15192
15193 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15194 header by looking for magic "MII" at the beginnig.
15195
15196 2005-06-16 Miles Bader <miles@gnu.org>
15197
15198 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15199 (assistant-field-face): New backward-compatibility alias for renamed
15200 face.
15201 (assistant-render-text): Use renamed assistant-field face.
15202
15203 * spam.el (spam): Remove "-face" suffix from face name.
15204 (spam-face): New backward-compatibility alias for renamed face.
15205 (spam-face, spam-initialize): Use renamed spam face.
15206
15207 * message.el (message-header-to, message-header-cc)
15208 (message-header-subject, message-header-newsgroups)
15209 (message-header-other, message-header-name)
15210 (message-header-xheader, message-separator, message-cited-text)
15211 (message-mml): Remove "-face" suffix from face names.
15212 (message-header-to-face, message-header-cc-face)
15213 (message-header-subject-face, message-header-newsgroups-face)
15214 (message-header-other-face, message-header-name-face)
15215 (message-header-xheader-face, message-separator-face)
15216 (message-cited-text-face, message-mml-face):
15217 New backward-compatibility aliases for renamed faces.
15218 (message-font-lock-keywords): Use renamed message faces.
15219
15220 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15221 (sieve-test-commands, sieve-tagged-arguments):
15222 Remove "-face" suffix from face names.
15223 (sieve-control-commands-face, sieve-action-commands-face)
15224 (sieve-test-commands-face, sieve-tagged-arguments-face):
15225 New backward-compatibility aliases for renamed faces.
15226 (sieve-control-commands-face, sieve-action-commands-face)
15227 (sieve-test-commands-face, sieve-tagged-arguments-face):
15228 Use renamed sieve faces.
15229
15230 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15231 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15232 (gnus-group-news-3-empty, gnus-group-news-4)
15233 (gnus-group-news-4-empty, gnus-group-news-5)
15234 (gnus-group-news-5-empty, gnus-group-news-6)
15235 (gnus-group-news-6-empty, gnus-group-news-low)
15236 (gnus-group-news-low-empty, gnus-group-mail-1)
15237 (gnus-group-mail-1-empty, gnus-group-mail-2)
15238 (gnus-group-mail-2-empty, gnus-group-mail-3)
15239 (gnus-group-mail-3-empty, gnus-group-mail-low)
15240 (gnus-group-mail-low-empty, gnus-summary-selected)
15241 (gnus-summary-cancelled, gnus-summary-high-ticked)
15242 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15243 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15244 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15245 (gnus-summary-low-undownloaded)
15246 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15247 (gnus-summary-low-unread, gnus-summary-normal-unread)
15248 (gnus-summary-high-read, gnus-summary-low-read)
15249 (gnus-summary-normal-read, gnus-splash):
15250 Remove "-face" suffix from face names.
15251 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15252 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15253 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15254 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15255 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15256 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15257 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15258 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15259 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15260 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15261 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15262 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15263 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15264 (gnus-summary-normal-ticked-face)
15265 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15266 (gnus-summary-normal-ancient-face)
15267 (gnus-summary-high-undownloaded-face)
15268 (gnus-summary-low-undownloaded-face)
15269 (gnus-summary-normal-undownloaded-face)
15270 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15271 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15272 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15273 (gnus-splash-face):
15274 New backward-compatibility aliases for renamed faces.
15275 (gnus-group-startup-message): Use renamed gnus faces.
15276
15277 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15278 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15279 (gnus-server-agent): Remove "-face" suffix from face names.
15280 (gnus-server-agent-face, gnus-server-opened-face)
15281 (gnus-server-closed-face, gnus-server-denied-face)
15282 (gnus-server-offline-face):
15283 New backward-compatibility aliases for renamed faces.
15284 (gnus-server-agent-face, gnus-server-opened-face)
15285 (gnus-server-closed-face, gnus-server-denied-face)
15286 (gnus-server-offline-face): Use renamed gnus faces.
15287
15288 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15289 Remove "-face" suffix from face names.
15290 (gnus-picon-xbm-face, gnus-picon-face):
15291 New backward-compatibility aliases for renamed faces.
15292
15293 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15294 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15295 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15296 (gnus-cite-11): Remove "-face" suffix from face names.
15297 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15298 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15299 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15300 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15301 New backward-compatibility aliases for renamed faces.
15302 (gnus-cite-attribution-face, gnus-cite-face-list)
15303 (gnus-article-boring-faces): Use renamed gnus faces.
15304
15305 * gnus-art.el (gnus-signature, gnus-header-from)
15306 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15307 (gnus-header-content): Remove "-face" suffix from face names.
15308 (gnus-signature-face, gnus-header-from-face)
15309 (gnus-header-subject-face, gnus-header-newsgroups-face)
15310 (gnus-header-name-face, gnus-header-content-face):
15311 New backward-compatibility aliases for renamed faces.
15312 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15313
15314 * gnus-sum.el (gnus-summary-selected-face)
15315 (gnus-summary-highlight): Use renamed gnus faces.
15316 * gnus-group.el (gnus-group-highlight): Likewise.
15317
15318 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15319
15320 * gnus-sieve.el (gnus-sieve-article-add-rule):
15321 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15322 * spam-stat.el (spam-stat-buffer-change-to-spam)
15323 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15324
15325 * message.el (message-is-yours-p):
15326 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15327
15328 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15329
15330 * mm-view.el (mm-inline-text): Withdraw the last change.
15331
15332 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15333
15334 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15335 executing enriched-decode.
15336
15337 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15338
15339 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15340 charset of tar files.
15341
15342 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15343
15344 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15345
15346 2005-06-04 Lute Kamstra <lute@gnu.org>
15347
15348 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15349 information is never recorded.
15350
15351 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15352
15353 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15354
15355 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15356
15357 * pop3.el (pop3-apop): Run md5 in the binary mode.
15358
15359 * starttls.el (starttls-set-process-query-on-exit-flag):
15360 Use eval-and-compile.
15361
15362 2005-05-31 Simon Josefsson <jas@extundo.com>
15363
15364 * smime.el (smime-replace-in-string): Define.
15365 (smime-cert-by-ldap-1): Use it.
15366
15367 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15368
15369 * gnus-art.el (article-display-x-face): Replace
15370 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15371
15372 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15373 set-process-query-on-exit-flag or process-kill-without-query.
15374
15375 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15376 loop instead of replace-regexp.
15377
15378 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15379 instead of process-kill-without-query if it is available.
15380
15381 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15382 instead of find-file-hooks if it is available.
15383
15384 * mml1991.el: Bind pgg-default-user-id when compiling.
15385
15386 * mml2015.el: Bind pgg-default-user-id when compiling.
15387
15388 * nndraft.el (nndraft-request-associate-buffer):
15389 Use write-contents-functions instead of write-contents-hooks if it is
15390 available.
15391
15392 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15393 instead of find-file-hooks if it is available.
15394
15395 * nntp.el (nntp-open-connection): Replace
15396 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15397 (nntp-open-ssl-stream): Ditto.
15398 (nntp-open-tls-stream): Ditto.
15399
15400 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15401 set-process-query-on-exit-flag or process-kill-without-query.
15402 (starttls-open-stream-gnutls): Use it instead of
15403 process-kill-without-query.
15404 (starttls-open-stream): Ditto.
15405
15406 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15407
15408 * smime.el (smime-cert-by-ldap-1): Don't use
15409 replace-regexp-in-string.
15410
15411 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15412
15413 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15414
15415 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15416 in PEM format. Adjust to the XEmacs compatibility.
15417
15418 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15419
15420 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15421 by `string-to-number'.
15422 * gnus-agent.el (gnus-agent-regenerate-group)
15423 (gnus-agent-fetch-articles): Ditto.
15424 * gnus-art.el (gnus-button-fetch-group): Ditto.
15425 * gnus-cache.el (gnus-cache-generate-active)
15426 (gnus-cache-articles-in-group): Ditto.
15427 * gnus-group.el (gnus-group-set-current-level)
15428 (gnus-group-insert-group-line): Ditto.
15429 * gnus-score.el (gnus-score-set-expunge-below)
15430 (gnus-score-set-mark-below, gnus-summary-score-effect)
15431 (gnus-summary-score-entry): Ditto.
15432 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15433 (gnus-soup-pack): Ditto.
15434 * gnus-spec.el (gnus-xmas-format): Ditto.
15435 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15436 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15437 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15438 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15439 * nndb.el (nndb-get-remote-expire-response): Ditto.
15440 * nndiary.el (nndiary-parse-schedule-value)
15441 (nndiary-string-to-number, nndiary-request-replace-article)
15442 (nndiary-request-article): Ditto.
15443 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15444 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15445 * nneething.el (nneething-make-head): Ditto.
15446 * nnfolder.el (nnfolder-request-article)
15447 (nnfolder-retrieve-headers): Ditto.
15448 * nnheader.el (nnheader-file-to-number): Ditto.
15449 * nnkiboze.el (nnkiboze-request-article): Ditto.
15450 * nnmail.el (nnmail-process-unix-mail-format)
15451 (nnmail-process-babyl-mail-format): Ditto.
15452 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15453 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15454 (nnmh-request-create-group, nnmh-request-list-1)
15455 (nnmh-request-group, nnmh-request-article): Ditto.
15456 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15457 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15458 * nnsoup.el (nnsoup-make-active): Ditto.
15459 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15460 * nntp.el (nntp-find-group-and-number)
15461 (nntp-retrieve-headers-with-xover): Ditto.
15462 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15463 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15464 (pgg-format-key-identifier): Ditto.
15465 * pop3.el (pop3-last, pop3-stat): Ditto.
15466 * qp.el (quoted-printable-decode-region): Ditto.
15467
15468 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15469 of concat.
15470
15471 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15472
15473 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15474
15475 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15476
15477 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15478
15479 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15480
15481 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15482
15483 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15484
15485 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15486 (gnus-carpal-mode): Ditto.
15487
15488 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15489 (gnus-browse-mode): Ditto.
15490
15491 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15492
15493 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15494
15495 2005-05-29 Richard M. Stallman <rms@gnu.org>
15496
15497 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15498
15499 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15500
15501 * gnus-util.el (gnus-run-mode-hooks): New function.
15502
15503 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15504
15505 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15506
15507 * gnus-agent.el (gnus-agent-make-mode-line-string):
15508 Use mode-line-highlight as mouse-face.
15509
15510 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15511
15512 * canlock.el (canlock): Change the parent group to news.
15513
15514 * deuglify.el (gnus-outlook-deuglify): Add :group.
15515
15516 * dig.el (dig): Add :group.
15517
15518 * dns-mode.el (dns-mode): Add :group.
15519
15520 * encrypt.el (encrypt): Add :group.
15521
15522 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15523 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15524 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15525 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15526 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15527
15528 * gnus-diary.el (gnus-diary): Add :group.
15529
15530 * gnus.el (gnus-group-news-1-face): Add :group.
15531 (gnus-group-news-1-empty-face): Ditto.
15532 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15533 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15534 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15535 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15536 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15537 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15538 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15539 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15540 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15541 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15542 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15543 (gnus-summary-high-ticked-face): Ditto.
15544 (gnus-summary-low-ticked-face): Ditto.
15545 (gnus-summary-normal-ticked-face): Ditto.
15546 (gnus-summary-high-ancient-face): Ditto.
15547 (gnus-summary-low-ancient-face): Ditto.
15548 (gnus-summary-normal-ancient-face): Ditto.
15549 (gnus-summary-high-undownloaded-face): Ditto.
15550 (gnus-summary-low-undownloaded-face): Ditto.
15551 (gnus-summary-normal-undownloaded-face): Ditto.
15552 (gnus-summary-high-unread-face): Ditto.
15553 (gnus-summary-low-unread-face): Ditto.
15554 (gnus-summary-normal-unread-face): Ditto.
15555 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15556 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15557
15558 * hashcash.el (hashcash): New custom group.
15559 (hashcash-default-payment): Add :group.
15560 (hashcash-payment-alist): Ditto.
15561 (hashcash-default-accept-payment): Ditto.
15562 (hashcash-accept-resources): Ditto.
15563 (hashcash-path): Ditto.
15564 (hashcash-extra-generate-parameters): Ditto.
15565 (hashcash-double-spend-database): Ditto.
15566 (hashcash-in-news): Ditto.
15567
15568 * message.el (message-minibuffer-local-map): Add :group.
15569
15570 * netrc.el (netrc): Add :group.
15571
15572 * sieve-manage.el (sieve-manage-log): Add :group.
15573 (sieve-manage-default-user): Diito.
15574 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15575 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15576 (sieve-manage-authenticators): Ditto.
15577 (sieve-manage-authenticator-alist): Ditto.
15578 (sieve-manage-default-port): Ditto.
15579
15580 * sieve-mode.el (sieve-control-commands-face): Add :group.
15581 (sieve-action-commands-face): Ditto.
15582 (sieve-test-commands-face): Ditto.
15583 (sieve-tagged-arguments-face): Ditto.
15584
15585 * smime.el (smime): Add :group.
15586
15587 * spam-report.el (spam-report): Add :group.
15588
15589 * spam.el (spam, spam-face): Add :group.
15590
15591 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15592
15593 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15594 return \n.\n.\n at the end of articles. Protect against that.
15595 (nntp-with-open-group): Allow debugging.
15596
15597 * nnheader.el (mail-header-set-extra): Make into a function
15598 because I just could't understand how to quote the list properly.
15599
15600 * dns.el (query-dns-cached): New function.
15601
15602 2005-05-26 Lute Kamstra <lute@gnu.org>
15603
15604 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15605
15606 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15607
15608 * gnus-art.el: Don't autoload mail-extract-address-components.
15609
15610 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15611 eval-and-compile to evaluate it.
15612
15613 * hashcash.el: Don't autoload executable-find.
15614
15615 * nndb.el: Don't declare the nndb back end two or more times; don't
15616 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15617
15618 * nntp.el: Autoload format-spec instead of format; use
15619 eval-and-compile to evaluate autoload forms.
15620
15621 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15622
15623 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15624
15625 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15626
15627 * gnus.el (gnus-version-number): Bump version.
15628
15629 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15630
15631 * gnus.el: No Gnus v0.3 is released.
15632
15633 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15634
15635 * gnus-art.el (gnus-article-edit-part): Disable undo.
15636
15637 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15638
15639 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15640 gnus-article-date-lapsed-new-header is t if date timer is active;
15641 skip headers in which the original date value is empty.
15642 (gnus-article-save-original-date): Redefine it as a macro.
15643 (gnus-display-mime): Use it.
15644
15645 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15646
15647 * gnus-art.el (article-date-ut): Support converting date in
15648 forwarded parts as well.
15649 (gnus-article-save-original-date): New function.
15650 (gnus-display-mime): Use it.
15651
15652 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15653
15654 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15655 enclosure element of <item>.
15656
15657 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15658
15659 * message.el (message-kill-buffer-query): Rename from
15660 `message-kill-buffer-query-if-modified'. Add :version.
15661
15662 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15663
15664 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15665 window layout.
15666
15667 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15668
15669 * mml.el: Autoload dnd when compiling.
15670
15671 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15672
15673 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15674 x-dnd-*.
15675
15676 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15677
15678 * qp.el (quoted-printable-encode-region): Save excursion.
15679
15680 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15681
15682 * message.el (message-kill-buffer-query-if-modified): Add new variable
15683 so the user can kill a modified message buffer quickly.
15684 (message-kill-buffer): Use it.
15685
15686 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15687
15688 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15689 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15690
15691 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15692
15693 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15694 contained in text because xml.el decodes entities) with LFs.
15695
15696 2005-04-11 Lute Kamstra <lute@gnu.org>
15697
15698 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15699 differently.
15700
15701 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * mm-util.el (mm-detect-coding-region): Typo.
15704
15705 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15706
15707 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15708
15709 2005-04-06 Deepak Goel <deego@gnufans.org>
15710
15711 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15712 user-function allow user modifications of the scores.
15713 (spam-stat-score-buffer-user): New function, to allow
15714 user-computed modifications to the score.
15715 (spam-stat-score-buffer-user-functions): List of additional
15716 scoring functions.
15717 (spam-stat-error-holder): Global temporary error holder.
15718 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15719 variable.
15720
15721 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15722
15723 * gnus-registry.el (gnus-registry-clean-empty-function)
15724 (gnus-registry-trim, gnus-registry-fetch-groups)
15725 (gnus-registry-delete-group): Groups that match
15726 `gnus-registry-ignored-groups' are removed from the registry
15727 entries, not just ignored for splitting. This helps clean up the
15728 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15729 to get all the groups a message ID is in.
15730
15731 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15732 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15733 (spam-stat-score-buffer-user-functions): Add :number custom type.
15734
15735 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15736
15737 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15738 argument in XEmacs.
15739
15740 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15741 (nnrss-request-group): Decode group name first.
15742 (nnrss-request-article): Make a text/plain article if mml-to-mime
15743 failed.
15744 (nnrss-get-encoding): Return a compatible encoding according to
15745 nnrss-compatible-encoding-alist.
15746 (nnrss-find-el): Use consp instead of listp.
15747 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15748
15749 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15750
15751 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15752 which Emacs 20 doesn't support.
15753 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15754
15755 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15756
15757 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15758 silence the byte compiler inside the defun.
15759
15760 * gnus-demon.el (parse-time-string): Add autoload.
15761
15762 * gnus-delay.el (parse-time-string): Add autoload.
15763
15764 * gnus-art.el (parse-time-string): Add autoload.
15765
15766 * nnultimate.el (parse-time): Require for `parse-time-string'.
15767
15768 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15769
15770 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15771
15772 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15773
15774 * smime.el (smime-ldap-host-list): Add :version.
15775
15776 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15777
15778 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15779 pass it to `gnus-browse-read-group'.
15780 (gnus-browse-read-group): Add NUMBER argument and pass it to
15781 `gnus-group-read-ephemeral-group'.
15782
15783 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15784 argument and pass it to `gnus-group-read-group'.
15785
15786 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15787
15788 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15789 mm-xemacs-find-mime-charset-1 if we have the mule feature
15790 available at runtime.
15791
15792 2005-03-25 Werner Lemberg <wl@gnu.org>
15793
15794 * nnmaildir.el: Replace `illegal' with `invalid'.
15795
15796 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * gnus-start.el (gnus-display-time-event-handler):
15799 Check display-time-timer at runtime rather than only at load time
15800 in case display-time-mode is turned off in the mean time.
15801
15802 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15803
15804 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15805 used.
15806
15807 * nneething.el (nneething-map-file-directory): Derive from
15808 `gnus-directory'.
15809
15810 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15811 the To/Cc button.
15812
15813 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15814
15815 * nnmaildir.el (nnmaildir-request-accept-article):
15816 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15817
15818 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15819
15820 * gnus-async.el: Require timer-funcs at compile time when in
15821 XEmacs for `run-with-idle-timer'.
15822
15823 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15824
15825 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15826 autoloaded function.
15827
15828 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15831
15832 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
15833
15834 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15835
15836 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15837
15838 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15839 Add gnus-expert-user to default.
15840
15841 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15842
15843 * nnimap.el (nnimap-open-server): Ditto.
15844
15845 * imap.el (imap-authenticate): Fix typo.
15846
15847 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15848
15849 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15850 buffer (since IMAP server might return FETCH response out of
15851 order, and the nntp buffer must be sorted).
15852
15853 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15854
15855 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15856 comparison on string.
15857
15858 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15859 (gnus-agent-score): Rename category keywords to match gnus-cus.
15860 (gnus-agent-summary-fetch-series): Modify to protect against
15861 gnus-agent-summary-fetch-group clearing processable flags.
15862 (gnus-agent-synchronize-group-flags): Update live group buffer as
15863 synchronization may occur due to the user toggle the plugged
15864 status.
15865 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15866 successfully downloaded.
15867 (gnus-agent-expire-group-1): Avoid using markers when the overview
15868 is in ascending order; greatly improves performance.
15869 (gnus-agent-regenerate-group):
15870 Use gnus-agent-synchronize-group-flags to reset read status in both
15871 gnus and server.
15872 (gnus-agent-update-files-total-fetched-for): Fix initial size.
15873
15874 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15875
15876 * message.el: Don't autoload former message-utils variables.
15877 (message-strip-subject-trailing-was): Change doc string.
15878
15879 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15880 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15881 (nnweb-google-search): Add "hl=en" here.
15882 (nnweb-google-parse-1, nnweb-google-create-mapping):
15883 Don't hardcode URL.
15884
15885 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15886
15887 * message.el (message-get-reply-headers, message-followup):
15888 Mention related variables `message-use-followup-to' and
15889 `message-use-mail-followup-to', in the information buffer.
15890
15891 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15892 of broken groups(-beta).google.com.
15893
15894 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15895
15896 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15897 parameter to invoked gnus-request-move-article; remove the
15898 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15899 all at once instead of once per article.
15900 (gnus-summary-remove-process-mark): Accept a list of articles as
15901 well as a single article for processing.
15902
15903 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15904 parameter.
15905
15906 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15907
15908 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15909
15910 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15911 parameter.
15912
15913 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15914 parameter.
15915
15916 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15917 parameter and remove the gnus-sum-hint-move-is-internal variable.
15918
15919 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15920 parameter.
15921
15922 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15923 parameter.
15924
15925 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15926 parameter.
15927
15928 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15929
15930 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15931 parameter.
15932
15933 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15934 parameter.
15935
15936 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15937
15938 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15939 a more conservative way.
15940
15941 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15942
15943 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15944 buffer, so it moves the window's cursor.
15945
15946 2005-02-26 Arne Jørgensen <arne@arnested.dk>
15947
15948 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15949 `mm-dissect-multipart' and receive the from field as an (optional)
15950 argument from `mm-dissect-multipart'.
15951 (mm-dissect-multipart): Receive the from field as an argument and
15952 pass it on when we call `mm-dissect-buffer' on MIME parts.
15953 Fixes verification/decryption of signed/encrypted MIME parts.
15954
15955 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15956
15957 * gnus-sum.el (gnus-summary-move-article):
15958 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15959 whatever it calls (right now, only nnimap-request-move article
15960 respects it).
15961
15962 * nnimap.el (nnimap-request-move-article):
15963 When gnus-sum-hint-move-is-internal is set, don't do the extra
15964 nnimap-request-article.
15965
15966 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15967
15968 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15969
15970 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15971 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15972
15973 * gnus-sum.el (gnus-summary-caesar-message):
15974 Apply `gnus-treat-article' after rotation.
15975
15976 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15977 doc string.
15978
15979 2005-02-22 Simon Josefsson <jas@extundo.com>
15980
15981 * encrypt.el (encrypt-password-cache-expiry): Remove (use
15982 `password-cache-expiry' instead). Reported by Arne Jørgensen
15983 <arne@arnested.dk>.
15984 (encrypt): Add password-cache and password-cache-expiry as group
15985 members.
15986
15987 2005-02-22 Arne Jørgensen <arne@arnested.dk>
15988
15989 * smime.el (smime-ldap-host-list): Doc fix.
15990 (smime-ask-passphrase): Use `password-read-and-add' to read (and
15991 cache) password.
15992 (smime-sign-region): Use it.
15993 (smime-decrypt-region): Use it.
15994 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15995 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15996 fails.
15997 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15998 certificate from DER to PEM format rather than calling openssl.
15999
16000 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16001
16002 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16003 for signing/encryption.
16004
16005 * mml.el (mml-parse-1): Use them.
16006
16007 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16008
16009 * nnrss.el (nnrss-verbose): Remove.
16010 (nnrss-request-group): Use `nnheader-message' instead.
16011
16012 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16013
16014 * nnrss.el (nnrss-verbose): New variable.
16015 (nnrss-request-group): Make it say nnrss is requesting a group.
16016
16017 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16018
16019 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16020 Handle news URL with given port correctly.
16021
16022 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16023
16024 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16025 containing special characters.
16026
16027 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16028
16029 * mml.el (mime-to-mml): Ditto.
16030
16031 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16032 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16033 (rfc2047-decode-region): Quote decoded words containing special
16034 characters when rfc2047-quote-decoded-words-containing-tspecials
16035 is non-nil.
16036
16037 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16038
16039 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16040
16041 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16042
16043 2005-02-15 Simon Josefsson <jas@extundo.com>
16044
16045 * nnimap.el (nnimap-debug): Doc fix.
16046
16047 * imap.el (imap-debug): Doc fix.
16048
16049 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16050
16051 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16052
16053 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16054
16055 * gnus.el (spam-contents): Improve docs for spam-contents
16056 parameter in its variable incarnation.
16057
16058 2005-02-14 Simon Josefsson <jas@extundo.com>
16059
16060 * smime-ldap.el: Use require instead of load-library for ldap.
16061 (smime-ldap-search): Indent.
16062 (smime-ldap-search-internal): Shorten line.
16063
16064 * smime.el (smime-cert-by-dns): Add doc-string.
16065 (smime-cert-by-ldap-1): Indent.
16066
16067 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16068 mml-smime-get-dns-ldap.
16069 (mml-smime-encrypt-query): Use new function. Default to ldap.
16070
16071 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16072
16073 * smime.el: Require smime-ldap.
16074 (smime-ldap-host-list): New variable.
16075 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16076
16077 * mml-smime.el (mml-smime-encrypt-query): New function.
16078 (mml-smime-encrypt-query): Use it.
16079
16080 * smime-ldap.el: New file.
16081
16082 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16083
16084 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16085
16086 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16087
16088 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16089 argument in doc string. Make query for type more clear.
16090
16091 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16092
16093 * gnus.el (gnus-group-startup-message): Search for gnus images in
16094 etc/images/gnus.
16095 * mm-util.el (mm-image-load-path): Likewise.
16096 * smiley.el (smiley-data-directory): Search for smilies in
16097 etc/images/smilies.
16098
16099 2005-02-09 Kim F. Storm <storm@cua.dk>
16100
16101 Change Emacs release version from 21.4 to 22.1 throughout.
16102 Change Emacs development version from 21.3.50 to 22.0.50.
16103
16104 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16105
16106 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16107
16108 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16109 non-Mule XEmacs as well.
16110 (mm-decompress-buffer): Signal an error intentionally if it does
16111 not decompress compressed data because auto-compression-mode is
16112 disabled.
16113
16114 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16115
16116 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16117 an ID in the registry even if it has no groups.
16118
16119 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16120
16121 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16122 merge it into mm-decompress-buffer.
16123 (gnus-mime-copy-part): Use the MIME part charset, the value which
16124 a user specified or gnus-newsgroup-charset for decoding, like
16125 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16126 save-buffer what was used. Suggested by Kevin Ryde
16127 <user42@zip.com.au>.
16128 (gnus-mime-inline-part): Allow the name parameter as well as the
16129 filename parameter; force decompressing of compressed data; always
16130 display contents being not decoded as unibyte.
16131
16132 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16133 as well as the filename parameter.
16134
16135 * mm-util.el (mm-decompress-buffer):
16136 Merge gnus-mime-jka-compr-maybe-uncompress.
16137 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16138 of compressed data.
16139
16140 2005-02-08 Simon Josefsson <jas@extundo.com>
16141
16142 * imap.el (imap-log): Doc fix.
16143
16144 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16145
16146 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16147 the coding cookies; decompress compressed parts.
16148
16149 * mml.el (mml-generate-mime-1): Add the charset parameter according
16150 to the value which a user specified manually or the coding cookie.
16151
16152 * mm-util.el (mm-string-to-multibyte): New function.
16153 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16154 (mm-coding-system-to-mime-charset): New function.
16155 (mm-decompress-buffer): New function.
16156 (mm-find-buffer-file-coding-system): New function.
16157
16158 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16159 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16160 parts.
16161
16162 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16163
16164 * mm-view.el (mm-display-inline-fontify): Decode a part according
16165 to the charset parameter.
16166
16167 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16168
16169 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16170 prefix arg is neither nil nor a number, as info specifies.
16171
16172 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16173
16174 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16175 timestamps.
16176
16177 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16178
16179 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16180 groups error checking and notify user.
16181
16182 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16183
16184 * message.el (message-send-mail-function): Check existence of
16185 sendmail-program first before using default value
16186 `message-send-mail-with-sendmail'. Otherwise use more generic
16187 `smtpmail-send-it'.
16188
16189 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16190
16191 * nntp.el (nntp-request-update-info): Always return nil.
16192
16193 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16194
16195 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16196
16197 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16198
16199 * message.el (message-beginning-of-line): Change the behavior when
16200 invoked between BOL and : so that it first moves backward.
16201
16202 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16203
16204 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16205 article buffer when editing of the article is discarded.
16206 (gnus-article-prepare): Revert.
16207
16208 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16209
16210 * gnus-art.el (gnus-article-prepare):
16211 Remove message-strip-forbidden-properties from the local hook.
16212
16213 2005-01-27 Simon Josefsson <jas@extundo.com>
16214
16215 * password.el (password-cache-add): Only start one timer per key.
16216 Reported by Derek Atkins <warlord@MIT.EDU>.
16217
16218 2005-01-26 Steve Youngs <steve@sxemacs.org>
16219
16220 * run-at-time.el: Remove. It is no longer needed as
16221 timer-funcs.el in the xemacs-base package has a working version of
16222 `run-at-time'.
16223
16224 * password.el: Require timer-funcs instead of run-at-time in
16225 XEmacs.
16226 Remove `password-run-at-time' macro.
16227 (password-cache-add): Use `run-at-time' instead of
16228 `password-run-at-time'.
16229
16230 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16231 for `run-with-idle-timer'.
16232
16233 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16234 for `run-at-time'.
16235
16236 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16237 for `with-timeout'.
16238
16239 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16240
16241 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16242 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16243
16244 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16245
16246 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16247 sensitively.
16248
16249 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16250
16251 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16252
16253 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16254
16255 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16256 which will be inserted according to the multibyteness of a buffer
16257 rather than the type of contents. Suggested by ARISAWA Akihiro
16258 <ari@mbf.ocn.ne.jp>.
16259
16260 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16261 of string which old xml.el may return rather than a string.
16262
16263 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16264
16265 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16266
16267 2005-01-16 Simon Josefsson <jas@extundo.com>
16268
16269 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16270 idn/idna.el isn't available.
16271 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16272 <michael@waxrat.com>.
16273
16274 * hashcash.el: Remove non-FSF copyright header.
16275
16276 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16277 (hashcash-generate-payment): Use it.
16278 (hashcash-generate-payment-async): Use it.
16279
16280 2005-01-15 Simon Josefsson <jas@extundo.com>
16281
16282 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16283 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16284
16285 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16286 gnus-summary-idna-message.
16287 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16288 (gnus-summary-idna-message): New function.
16289
16290 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16291
16292 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16293 gnus-novice-user.
16294
16295 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16296
16297 * nnrss.el (nnrss-request-delete-group): Delete entries in
16298 nnrss-group-alist as well.
16299 (nnrss-save-server-data): Insert newline.
16300
16301 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16302
16303 * gnus.el (gnus-user-agent): Use list of symbols instead of
16304 symbols. Display full version number for (S)XEmacs.
16305 Optionally display (S)XEmacs codename.
16306
16307 * gnus-util.el (gnus-emacs-version): Update for new
16308 `gnus-user-agent'.
16309
16310 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16311 Gnus version.
16312
16313 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16314
16315 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16316 which is unreadable in some setups.
16317
16318 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16319
16320 * gnus-spec.el (gnus-update-format-specifications): Flush the
16321 group format spec cache if it doesn't support decoded group names.
16322
16323 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16324
16325 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16326 Allow to apply decay on score files matching a regexp.
16327
16328 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16329
16330 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16331 compatibility in %g and %c.
16332
16333 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16334
16335 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16336 name for only %g and %c.
16337 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16338 of gnus-tmp-group to decoded group name.
16339 (gnus-group-make-rss-group): Exclude `/'s from group names.
16340
16341 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16342
16343 * nnrss.el (nnrss-get-encoding): Fix regexp.
16344
16345 2004-12-27 Simon Josefsson <jas@extundo.com>
16346
16347 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16348 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16349 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16350
16351 2004-12-17 Kim F. Storm <storm@cua.dk>
16352
16353 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16354
16355 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16356
16357 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16358
16359 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16360
16361 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16362
16363 * nnrss.el: Require rfc2047 and mml.
16364 (nnrss-file-coding-system): New variable.
16365 (nnrss-format-string): Redefine it as an inline function.
16366 (nnrss-decode-group-name): New function.
16367 (nnrss-string-as-multibyte): Remove.
16368 (nnrss-retrieve-headers): Decode group name; don't use
16369 nnrss-format-string.
16370 (nnrss-request-group): Decode group name.
16371 (nnrss-request-article): Decode group name; allow a Message-ID as
16372 well as an article number; don't use nnrss-format-string; encode a
16373 Message-ID string which may contain non-ASCII characters; use
16374 mml-to-mime to compose a MIME article.
16375 (nnrss-request-expire-articles): Decode group name.
16376 (nnrss-request-delete-group): Decode group name.
16377 (nnrss-fetch): Clarify error message.
16378 (nnrss-read-server-data): Use insert-file-contents instead of load;
16379 bind file-name-coding-system; use multibyte buffer.
16380 (nnrss-save-server-data): Bind coding-system-for-write to the
16381 value of nnrss-file-coding-system; bind file-name-coding-system;
16382 add coding cookie.
16383 (nnrss-read-group-data): Use insert-file-contents instead of load;
16384 bind file-name-coding-system; use multibyte buffer.
16385 (nnrss-save-group-data): Bind coding-system-for-write to the
16386 value of nnrss-file-coding-system; bind file-name-coding-system.
16387 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16388 make it work with non-ASCII text.
16389 (nnrss-find-el): Make it work with old xml.el as well.
16390
16391 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16392
16393 * nnrss.el (nnrss-get-encoding): New function.
16394 (nnrss-fetch): Use unibyte buffer initially; bind
16395 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16396 decode contents according to the encoding attribute.
16397 (nnrss-save-group-data): Add coding cookie.
16398 (nnrss-mime-encode-string): New function.
16399 (nnrss-check-group): Use it to encode subject and author.
16400
16401 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16402
16403 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16404 imaginary variable.
16405
16406 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16407
16408 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16409 correctly even if there are wide characters.
16410
16411 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16412
16413 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16414 downcased symbol names; make a new cache instead of reusing
16415 bbdb-hashtable.
16416
16417 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16418
16419 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16420 concatenating segments rather than before concatenating them.
16421 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16422
16423 * message.el (message-get-reply-headers): Bind `extra'.
16424
16425 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16426
16427 * message.el (message-extra-wide-headers): New variable.
16428 (message-get-reply-headers): Use it.
16429
16430 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16431
16432 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16433 (gnus-agent-group-pathname): Ditto.
16434
16435 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16436
16437 * gnus-group.el (gnus-group-make-group): Decode group name.
16438 (gnus-group-make-rss-group): Register the group data after opening
16439 the nnrss group.
16440
16441 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16442
16443 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16444 by expiry now get marked as read.
16445
16446 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16447
16448 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16449
16450 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16451
16452 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16453 unify Latin characters in XEmacs.
16454 (mm-find-mime-charset-region): Use it.
16455
16456 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16457
16458 * gnus-util.el (gnus-delete-directory): New function.
16459
16460 * gnus-agent.el (gnus-agent-delete-group): Use it.
16461
16462 * gnus-cache.el (gnus-cache-delete-group): Use it.
16463
16464 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16465
16466 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16467 names.
16468
16469 2004-12-16 Simon Josefsson <jas@extundo.com>
16470
16471 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16472
16473 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16474
16475 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16476
16477 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16478 (gnus-group-set-current-level): Decode group name.
16479
16480 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16481
16482 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16483 failed.
16484
16485 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16486
16487 * gnus-group.el (gnus-group-delete-group): Decode group name.
16488 (gnus-group-make-rss-group): Encode group name.
16489 (gnus-group-catchup-current): Decode group name.
16490 (gnus-group-kill-group): Decode group name.
16491
16492 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16495
16496 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16497
16498 * gnus-group.el (gnus-group-make-rss-group):
16499 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16500
16501 * gnus-start.el (gnus-setup-news): Honor user's setting to
16502 gnus-message-archive-method. Suggested by Lute Kamstra
16503 <lute@gnu.org>.
16504
16505 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16506
16507 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16508 global counterparts of the buffer-local variables.
16509
16510 2004-11-16 Romain Francoise <romain@orebokech.com>
16511
16512 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16513 counterparts of the buffer-local variables.
16514
16515 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16516
16517 * message.el (message-forbidden-properties): Fix typo in doc
16518 string.
16519
16520 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16521
16522 * gnus-util.el (gnus-replace-in-string): Add doc string.
16523
16524 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16525 to avoid problems when splitting mails with many recipients.
16526
16527 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16530 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16531
16532 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16533
16534 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16535 if there is no hashtable in memory or file modification time is
16536 newer than cached timestamp.
16537
16538 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16539
16540 * gnus-sum.el (gnus-summary-limit-to-recipient):
16541 Implement not-matching option.
16542
16543 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16544
16545 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16546 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16547 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16548 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16549 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16550 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16551
16552 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16553
16554 * message.el (message-forward-make-body-mml): Remove headers
16555 according to message-forward-ignored-headers if a message is decoded.
16556
16557 2004-12-02 Romain Francoise <romain@orebokech.com>
16558
16559 * message.el (message-forward-make-body-plain): Always remove
16560 headers according to message-forward-ignored-headers.
16561
16562 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16563
16564 * spam.el (spam-summary-prepare-exit): Remove the
16565 gnus-summary-limit pop for now, it has problems with ham marks for
16566 me.
16567
16568 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16569
16570 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16571 correctly.
16572
16573 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16574
16575 * format-spec.el (format-spec): Message the char.
16576
16577 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16578
16579 * gnus-art.el (gnus-split-methods): Reformat comments.
16580
16581 * spam.el (spam-summary-prepare-exit): Remove article limits
16582 before exiting the summary buffer.
16583
16584 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16585
16586 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16587 order to silence the byte compiler.
16588
16589 * spam.el: Fix the way to silence the byte compiler, which
16590 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16591 bbdb-search-simple, spam-BBDB-register-routine,
16592 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16593 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16594 spam-stat-buffer-is-spam, spam-stat-load,
16595 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16596 spam-stat-save and spam-stat-split-fancy.
16597
16598 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16599
16600 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16601 which may confuse users.
16602 (canlock-password-for-verify): Ditto.
16603
16604 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16605
16606 * gnus-art.el (gnus-emphasis-alist): Ditto.
16607
16608 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16609
16610 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16611
16612 * gnus-start.el (gnus-save-killed-list): Ditto.
16613
16614 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16615 (gnus-sum-thread-tree-root): Ditto.
16616 (gnus-sum-thread-tree-false-root): Ditto.
16617 (gnus-sum-thread-tree-single-indent): Ditto.
16618
16619 * message.el (message-courtesy-message): Ditto.
16620 (message-archive-note): Ditto.
16621 (message-subscribed-address-file): Ditto.
16622 (message-user-fqdn): Ditto.
16623
16624 * spam-report.el (spam-report-gmane-regex): Ditto.
16625
16626 * spam.el (spam-blackhole-good-server-regex): Ditto.
16627
16628 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16629
16630 * mml.el (mml-preview): Widen the message buffer before copying
16631 the contents to the preview buffer; sort headers before previewing.
16632
16633 * message.el (message-hidden-headers): Fix the way to avoid a bug
16634 in the `repeat' widget in Emacs 21.3 or earlier.
16635
16636 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16637
16638 * message.el (message-hidden-headers): Default to "^References:".
16639 Improve customization type. Suggested by Reiner Steib
16640 <Reiner.Steib@gmx.de>.
16641
16642 2004-11-25 Romain Francoise <romain@orebokech.com>
16643
16644 * message.el (message-strip-forbidden-properties): Remove check for
16645 obsolete `message-hidden' text property, hidden headers are not
16646 accessible in the buffer anymore.
16647
16648 2004-11-22 Romain Francoise <romain@orebokech.com>
16649
16650 * message.el (message-header-format-alist): Add `From' in list
16651 so that it can be sorted.
16652 (message-fix-before-sending): Widen and sort headers before
16653 sending.
16654 (message-hide-headers): Use narrowing to hide headers by moving
16655 them to the top of the buffer and narrowing to the region
16656 underneath.
16657
16658 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16659
16660 * message.el (message-strip-forbidden-properties):
16661 Bind buffer-read-only (etc) to nil.
16662
16663 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16664
16665 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16666 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16667
16668 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16669
16670 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16671
16672 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16673
16674 * dns.el (query-dns): Use sit-for to time instead of
16675 accept-process-output, since that doesn't seem to work on udp
16676 sockets.
16677
16678 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16679
16680 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16681
16682 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16683
16684 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16685 doc string. Improve doc string.
16686
16687 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16688
16689 * nntp.el (nntp-request-update-info): Return nil if
16690 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16691 may not call gnus-activate-group which uselessly issues the GROUP
16692 commands for all nntp groups and wastes time. Reported by Romain
16693 Francoise <romain@orebokech.com>.
16694
16695 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16696
16697 2004-11-15 Simon Josefsson <jas@extundo.com>
16698
16699 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16700 headers separately.
16701 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16702 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16703
16704 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16705
16706 * gnus-start.el (gnus-convert-old-newsrc):
16707 Assign legacy-gnus-agent to 5.10.7.
16708
16709 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16710
16711 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16712 start of the lines.
16713
16714 2004-11-14 Magnus Henoch <mange@freemail.hu>
16715
16716 * hashcash.el (hashcash-default-payment): Change default to 20.
16717 (hashcash-default-accept-payment): Change default to 20.
16718 (hashcash-process-alist): New variable.
16719 (hashcash-generate-payment-async): Add.
16720 (hashcash-already-paid-p): Add.
16721 (hashcash-insert-payment): Don't generate payments twice.
16722 (hashcash-insert-payment-async): Add.
16723 (hashcash-insert-payment-async-2): Add.
16724 (hashcash-cancel-async): Add.
16725 (hashcash-wait-async): Add.
16726 (hashcash-processes-running-p): Add.
16727 (hashcash-wait-or-cancel): Add.
16728 (mail-add-payment): New optional argument. Conditionally start
16729 asynchronous calculation.
16730 (mail-add-payment-async): Add.
16731
16732 * message.el (message-send-mail): Wait for asynchronous hashcash
16733 results. Don't clobber existing X-Hashcash headers.
16734 (message-setup-1): Call mail-add-payment-async when
16735 message-generate-hashcash is non-nil.
16736
16737 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16738
16739 * message.el (message-use-alternative-email-as-from): Examine the
16740 From header as well; use message-make-from in order to include a
16741 user's full name.
16742
16743 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16744
16745 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16746 default; improve customization type.
16747 (gnus-emphasis-custom-with-format): New macro.
16748 (gnus-emphasis-custom-value-to-external): New function.
16749 (gnus-emphasis-custom-value-to-internal): New function.
16750
16751 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16752
16753 * dns.el (query-dns): Resolve reverse addresses.
16754
16755 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16756
16757 * gnus-group.el (gnus-group-get-new-news): Use it.
16758
16759 * gnus-start.el (gnus-check-reasonable-setup): New function.
16760
16761 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16762
16763 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16764 "Args out of range" error. Reported by Arnaud Giersch
16765 <arnaud.giersch@free.fr>.
16766
16767 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16768
16769 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16770
16771 2004-11-04 Richard M. Stallman <rms@gnu.org>
16772
16773 * spam.el (spam group): Add :version.
16774
16775 * pgg-def.el (pgg group): Add :version.
16776
16777 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16778
16779 * gnus-art.el (gnus-article-edit-article): Don't associate the
16780 article buffer with a draft file. This is a temporary measure
16781 against the 2004-08-22 change to gnus-article-edit-mode.
16782
16783 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16784
16785 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16786 (html2text-format-tags): Remove unused variable `attr'.
16787
16788 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16789
16790 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16791
16792 * spam-stat.el (spam-stat): Add :version.
16793
16794 * sieve.el (sieve): Add :version.
16795
16796 * sha1.el (sha1): Add :version.
16797 (sha1-use-external): Remove redundant version.
16798
16799 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16800 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16801 (nnmail-split-fancy-match-partial-words)
16802 (nnmail-split-lowercase-expanded): Add :version.
16803
16804 * nndiary.el (nndiary): Add :version.
16805
16806 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16807
16808 * mml-sec.el (mml-default-sign-method)
16809 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16810 Add :version.
16811
16812 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16813
16814 * mm-url.el (mm-url-use-external, mm-url-program)
16815 (mm-url-arguments): Add :version.
16816
16817 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16818 (mm-attachment-file-modes, mm-decrypt-option)
16819 (mm-w3m-safe-url-regexp): Add :version.
16820
16821 * message.el (message-cite-prefix-regexp)
16822 (message-sendmail-envelope-from, message-minibuffer-local-map)
16823 (message-user-fqdn, message-completion-alist): Add :version.
16824
16825 * gnus-win.el (gnus-configure-windows-hook)
16826 (gnus-use-frames-on-any-display): Add :version.
16827
16828 * gnus-art.el (gnus-article-address-banner-alist)
16829 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16830 (gnus-treat-from-picon, gnus-treat-mail-picon)
16831 (gnus-treat-x-pgp-sig): Add :version.
16832
16833 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16834 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16835 (gnus-summary-article-delete-hook)
16836 (gnus-summary-display-while-building): Add :version.
16837
16838 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16839 (gnus-get-top-new-news-hook): Add :version.
16840
16841 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16842 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16843
16844 * gnus-registry.el (gnus-registry): Add :version.
16845
16846 * gnus-spec.el (gnus-use-correct-string-widths)
16847 (gnus-make-format-preserve-properties): Add :version.
16848
16849 * gnus.el (gnus-group-charter-alist)
16850 (gnus-group-fetch-control-use-browse-url)
16851 (gnus-install-group-spam-parameters): Add :version.
16852
16853 * gnus-diary.el (gnus-diary): Add :version.
16854
16855 * gnus-delay.el (gnus-delay): Add :version.
16856
16857 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16858 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16859 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16860 Add :version.
16861
16862 * gnus-agent.el (gnus-agent-max-fetch-size)
16863 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16864 (gnus-agent-prompt-send-queue): Add :version.
16865
16866 * deuglify.el (gnus-outlook-deuglify): Add :version.
16867
16868 * html2text.el: Beautify code. Improve doc strings.
16869 Some checkdoc cleanup.
16870 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16871
16872 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16873
16874 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16875
16876 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16877
16878 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16879 when package is loaded.
16880
16881 * spam.el (spam-summary-score-preferred-header): Add global preference
16882 for people who want to override the default SpamAssassin over
16883 Bogofilter preference (when both are set).
16884 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16885 (spam-user-format-function-S):
16886 Check spam-summary-score-preferred-header.
16887 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16888 (spam-user-format-function-S): Format the score correctly.
16889
16890 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16891
16892 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16893 signature file. Suggested by Manoj Srivastava
16894 <srivasta@golden-gryphon.com>.
16895
16896 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16897 iso-2022-jp even in the Japanese language environment.
16898 Suggested by Jason Rumney <jasonr@gnu.org>.
16899
16900 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16901
16902 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16903 use the same characters as the dummy marks; make it free from
16904 getting affected by the language environment.
16905 (gnus-summary-read-group-1): Update mark positions only when the
16906 format spec is updated.
16907
16908 * gnus-spec.el (gnus-update-format-specifications): Return a list
16909 of updated types.
16910
16911 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16912
16913 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16914 of boundp to check if display-warning is available.
16915
16916 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16917
16918 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16919
16920 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16921
16922 * nnspool.el (nnspool-spool-directory): Use news-path if the
16923 news-directory variable is not bound.
16924
16925 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16926 function instead of display-warning if it is not available.
16927
16928 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16929
16930 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16931 v5-10: Use `point-at-bol'.
16932
16933 2004-10-26 Simon Josefsson <jas@extundo.com>
16934
16935 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16936 <chenggao@gmail.com>.
16937
16938 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16939
16940 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16941 instead.
16942
16943 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16944
16945 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16946 to remove a server from the nnimap-server-buffer-alist.
16947 (nnimap-open-connection, nnimap-close-server): Use it.
16948
16949 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16950
16951 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16952
16953 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16954 running the major-mode function.
16955
16956 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16957
16958 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16959 dummy marks in the right way.
16960
16961 2004-10-18 David Edmondson <dme@dme.org>
16962
16963 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16964 excessively.
16965
16966 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16967
16968 * gnus-util.el (gnus-split-references): Accept a nil references
16969 string and go on blissfully.
16970
16971 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16972 cases where the references string is non-nil but has no references.
16973
16974 * encrypt.el: Add autoload tags.
16975
16976 * spam.el (spam-resolve-registrations-routine): Remove article
16977 from unregistration list too. Reported by David Hanak
16978 <dhanak@isis.vanderbilt.edu>
16979
16980 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16981
16982 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16983 nil. Change custom type.
16984
16985 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16986
16987 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16988
16989 * gnus-sum.el (gnus-summary-move-article): Use it.
16990
16991 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
16992
16993 * encrypt.el: Add autoload cookies.
16994
16995 * spam.el (spam-backend-article-list-property)
16996 (spam-backend-get-article-todo-list)
16997 (spam-backend-put-article-todo-list)
16998 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16999 Resolve registrations separately.
17000 (spam-register-routine): Format comments.
17001 (spam-unregister-routine, spam-register-routine): Always call with
17002 specific-articles, no default list.
17003 (spam-summary-prepare-exit): Use the spam-classifications function.
17004
17005 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17006 gnus-encrypt.el.
17007
17008 * encrypt.el: Copied from gnus-encrypt.el.
17009
17010 * gnus-encrypt.el: Commented that it's obsolete.
17011
17012 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17013
17014 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17015 (gnus-score-save): Use it.
17016
17017 * message.el (message-bury): Use `window-dedicated-p'.
17018
17019 2004-10-15 Simon Josefsson <jas@extundo.com>
17020
17021 * pop3.el (top-level): Don't require nnheader.
17022 (pop3-read-timeout): Add.
17023 (pop3-accept-process-output): Add.
17024 (pop3-read-response, pop3-retr): Use it.
17025
17026 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17027
17028 * spam.el (spam-register-routine): Move comment.
17029 (spam-verify-bogofilter): Use 'unknown for the initial
17030 spam-bogofilter-valid state, not 'never.
17031
17032 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17033 for netrc-machine.
17034
17035 * nnimap.el (nnimap-open-connection):
17036 Use netrc-machine-user-or-password.
17037
17038 2004-10-17 Richard M. Stallman <rms@gnu.org>
17039
17040 * gnus-registry.el (gnus-registry-unload-hook):
17041 Set as a variable with add-hook.
17042
17043 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17044 of news-path.
17045
17046 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17047
17048 * spam.el: Delete duplicate `provide'.
17049 (spam-unload-hook): Set as a variable with add-hook.
17050
17051 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17052
17053 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17054 in the doc string.
17055
17056 * message.el (message-ignored-news-headers)
17057 (message-ignored-supersedes-headers)
17058 (message-ignored-resent-headers)
17059 (message-forward-ignored-headers): Improve custom type.
17060
17061 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17062
17063 * message.el (message-tokenize-header): Fix 2004-09-06 change
17064 which used point-min in the wrong place.
17065
17066 2004-10-12 Simon Josefsson <jas@extundo.com>
17067
17068 * tls.el (tls-certtool-program): New variable.
17069 (tls-certificate-information): New function, based on
17070 ssl-certificate-information.
17071
17072 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17073
17074 * compface.el: Move the version of ELisp-based uncompface program
17075 to the contrib directory because of the copyright problem.
17076
17077 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17078
17079 * message.el (message-kill-buffer): Raise the current frame.
17080
17081 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17082
17083 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17084
17085 * gnus.el (message-y-or-n-p): Autoload.
17086
17087 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17088 (pop3-password-required, pop3-authentication-scheme)
17089 (pop3-leave-mail-on-server): Make customizable.
17090 (pop3): New custom group.
17091 (pop3-retr): Remove `sleep-for' statements.
17092 Suggested by Dave Love <fx@gnu.org>.
17093
17094 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17095 Windows/DOS.
17096
17097 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17098 (imap-parse-body): Fix incorrect use of `assert'.
17099 Suggested by Dave Love <fx@gnu.org>.
17100
17101 * mml.el (mml-minibuffer-read-disposition): Require match.
17102 Suggested by Dave Love <fx@gnu.org>.
17103
17104 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17105
17106 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17107 doc string.
17108
17109 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17110
17111 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17112
17113 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17114
17115 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17116 instead of calling `mm-insert-inline', to decode text/* parts
17117 before displaying them.
17118
17119 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17120
17121 * mm-uu.el (mm-uu-text-plain-type): New variable.
17122 (mm-uu-pgp-signed-extract-1): Use it.
17123 (mm-uu-pgp-encrypted-extract-1): Use it.
17124 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17125 bind mm-uu-text-plain-type with that value.
17126 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17127 mm-uu-dissect.
17128
17129 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17130
17131 * gnus-group.el (gnus-update-group-mark-positions):
17132 * gnus-sum.el (gnus-update-summary-mark-positions):
17133 * message.el (message-check-news-body-syntax):
17134 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17135 of string-as-multibyte.
17136
17137 2004-10-05 Juri Linkov <juri@jurta.org>
17138
17139 * gnus-group.el (gnus-update-group-mark-positions):
17140 * gnus-sum.el (gnus-update-summary-mark-positions):
17141 * message.el (message-check-news-body-syntax):
17142 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17143 8-bit unibyte values to a multibyte string for search functions.
17144
17145 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17146
17147 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17148 (mm-uu-dissect-text-parts): New function.
17149
17150 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17151 dissect text parts.
17152
17153 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17154 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17155
17156 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17157
17158 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17159 Use gnus-current-topics instead of gnus-current-topic.
17160
17161 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17162
17163 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17164
17165 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17166
17167 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17168 where approriate.
17169
17170 * nnml.el (nnml-generate-active-info): do.
17171
17172 * nndiary.el (nndiary-generate-active-info): do.
17173
17174 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17175 (gnus-topic-move): do.
17176
17177 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17178 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17179
17180 * gnus-srvr.el (gnus-server-prepare)
17181 (gnus-server-open-all-servers): do.
17182
17183 * gnus-msg.el (gnus-summary-cancel-article)
17184 (gnus-summary-resend-message)
17185 (gnus-summary-mail-crosspost-complaint): do.
17186
17187 * gnus-move.el (gnus-change-server): do.
17188
17189 * gnus-group.el (gnus-group-unmark-all-groups)
17190 (gnus-group-set-current-level): do.
17191
17192 2004-10-04 Simon Josefsson <jas@extundo.com>
17193
17194 * message.el (message-generate-hashcash): Doc fix.
17195
17196 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17197
17198 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17199 avoid infinite recursion via gnus-get-function.
17200
17201 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17202
17203 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17204
17205 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17206
17207 * nnmail.el (nnmail-split-history): do.
17208
17209 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17210 (nnml-request-delete-group): do.
17211
17212 * nnslashdot.el (nnslashdot-read-groups): do.
17213
17214 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17215 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17216
17217 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17218 (nnspool-sift-nov-with-sed): Use last.
17219 (nnspool-retrieve-headers-with-nov): Use mapc.
17220 (nnspool-request-newgroups): Use dolist.
17221 (nnspool-request-group): Use last.
17222
17223 * nntp.el (nntp-read-server-type): Use dolist.
17224
17225 * nnvirtual.el (nnvirtual-create-mapping)
17226 (nnvirtual-update-read-and-marked): Use dolist.
17227 (nnvirtual-convert-headers): Simplify.
17228
17229 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17230
17231 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17232 Add support for sync'ing tick marks.
17233
17234 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17235
17236 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17237 there's no visible header.
17238
17239 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17240
17241 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17242 When necessary, pass full group name to gnus-request-set-marks.
17243
17244 2004-10-01 Simon Josefsson <jas@extundo.com>
17245
17246 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17247 acroread.
17248
17249 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17250
17251 * spam-report.el (spam-report-gmane): Fix interactive.
17252
17253 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17254
17255 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17256 when writing file.
17257 (gnus-agent-synchronize-flags): Don't default to being
17258 interactive.
17259
17260 2004-09-30 Simon Josefsson <jas@extundo.com>
17261
17262 * message.el (message-generate-hashcash): Add.
17263 (message-send-mail): Use it, call mail-add-payment.
17264
17265 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17266
17267 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17268
17269 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17270
17271 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17272 gnus-requst-update-info with explicit code to sync the in-memory
17273 info read flags with the marks being sync'd to the backend.
17274
17275 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17276
17277 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17278
17279 * spam.el (spam-verify-bogofilter): Add new function.
17280 (spam-check-bogofilter)
17281 (spam-bogofilter-register-with-bogofilter): Use it.
17282 (spam-verify-bogofilter): Add small fixes.
17283
17284 2004-09-28 Simon Josefsson <jas@extundo.com>
17285
17286 * hashcash.el (hashcash-generate-payment): Revert.
17287
17288 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17289
17290 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17291 Use gnus-extract-references instead of gnus-split-references.
17292
17293 * gnus-util.el (gnus-extract-references): Add new function, analogous
17294 to gnus-split-references but extracts only the message-ID without
17295 anything extra.
17296
17297 * hashcash.el (hashcash-generate-payment)
17298 (hashcash-check-payment): Do the right thing if hashcash-path is
17299 nil (because the hashcash program could not be found).
17300
17301 * spam.el (spam-use-hashcash): Remove comment.
17302
17303 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17304
17305 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17306 (gnus-cache-enter-article, gnus-cache-remove-article)
17307 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17308
17309 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17310
17311 * gnus-art.el (article-hide-boring-headers)
17312 (article-translate-strings, article-display-face)
17313 (gnus-article-mime-match-handle-first)
17314 (gnus-article-highlight-headers)
17315 (gnus-article-add-buttons-to-head): do.
17316
17317 2004-09-27 Simon Josefsson <jas@extundo.com>
17318
17319 * hashcash.el: New version, from
17320 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17321 ../contrib/.
17322
17323 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17324
17325 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17326
17327 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17328
17329 * gnus-dup.el (gnus-dup-open): Use mapc.
17330 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17331
17332 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17333 Reported by Stefan Wiens <s.wi@gmx.net>.
17334
17335 * gnus.el (gnus-shutdown): Use dolist.
17336
17337 * gnus-undo.el (gnus-undo): Use mapc.
17338
17339 * nnrss.el (nnrss-generate-active): do.
17340
17341 * message.el (message-cite-original-without-signature)
17342 (message-cite-original): Use mapc.
17343 (message-do-actions, message-make-forward-subject): Use dolist.
17344
17345 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17346
17347 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17348 deletion to remove entire duplicate line. Fixes merged article
17349 number bug.
17350
17351 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17352
17353 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17354 servers that are offline. Avoids having gnus-agent-toggle-plugged
17355 first ask if you want to open a server and then, even when you
17356 responded with no, asking if you want to synchronize the server's
17357 flags.
17358 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17359 multi-line expressions.
17360 (gnus-agent-synchronize-group-flags): New internal function.
17361 Updates marks in memory (in the info structure) AND in the
17362 backend.
17363
17364 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17365
17366 * nnagent.el (nnagent-request-set-mark):
17367 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17368 method, to ensure that synchronization updates marks in the
17369 backend and in the info (in memory) structure.
17370
17371 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17372
17373 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17374 convention fully; don't miss the root article of a thread; make
17375 the X-Draft-From header with correct article numbers.
17376
17377 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17378
17379 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17380 unless plugged. Disable the agent so that an open failure causes
17381 an error.
17382
17383 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17384 Revert 2004-09-21 change. The backend must be opened while
17385 synchronizing flags even when the backend stores the flags
17386 locally.
17387
17388 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17389
17390 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17391 in `header' match. Reported by Svend Tollak Munkejord.
17392
17393 * message.el (message-cite-original): Fix use of
17394 `message-cite-articles-with-x-no-archive'.
17395
17396 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17397
17398 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17399 (gnus-window-to-buffer): Ditto.
17400
17401 * mml.el (mml-preview-buffer): New variable.
17402 (mml-preview): Manage window layout with gnus-buffer-configuration.
17403
17404 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17405 X-Draft-From header even if those articles aren't quoted.
17406
17407 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17408
17409 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17410 (gnus-request-set-mark, gnus-request-update-mark): Use new
17411 g-s-t-u-l-m to decide to use backend even when unplugged.
17412
17413 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17414
17415 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17416 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17417
17418 2004-09-20 Simon Josefsson <jas@extundo.com>
17419
17420 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17421 "utf-16-le".
17422
17423 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17424
17425 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17426
17427 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17428
17429 * uudecode.el (uudecode-use-external): Add :version.
17430
17431 * smime.el (smime-CA-file, smime-encrypt-cipher)
17432 (smime-dns-server): Add :version.
17433
17434 * smiley.el (gnus-smiley-file-types): Add :version.
17435
17436 * sha1.el (sha1-use-external): Add :version.
17437
17438 * pgg-def.el (pgg-query-keyserver): Add :version.
17439
17440 * nnmail.el (nnmail-fancy-expiry-targets)
17441 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17442 Add :version.
17443
17444 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17445 (nnimap-retrieve-groups-asynchronous): Add :version.
17446 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17447
17448 * mml.el (mml-content-disposition-parameters)
17449 (mml-insert-mime-headers-always): Add :version.
17450
17451 * mm-util.el (mm-coding-system-priorities): Add :version.
17452
17453 * mm-decode.el (mm-inline-text-html-with-images)
17454 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17455 (mm-verify-option): Add :version.
17456 (mm-text-html-renderer): Change :version.
17457
17458 * message.el (message-fcc-externalize-attachments)
17459 (message-required-headers, message-draft-headers)
17460 (message-subject-trailing-was-query)
17461 (message-subject-trailing-was-ask-regexp)
17462 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17463 (message-mark-insert-end, message-archive-header)
17464 (message-archive-note, message-cross-post-default)
17465 (message-cross-post-note, message-followup-to-note)
17466 (message-cross-post-note-function, message-use-mail-followup-to)
17467 (message-subscribed-address-functions)
17468 (message-subscribed-address-file, message-subscribed-addresses)
17469 (message-subscribed-regexps, message-allow-no-recipients)
17470 (message-yank-cited-prefix, message-signature-insert-empty-line)
17471 (message-hidden-headers, message-hierarchical-addresses)
17472 (message-mail-user-agent, message-use-idna)
17473 (message-valid-fqdn-regexp)
17474 (message-strip-special-text-properties, message-header-synonyms)
17475 (message-beginning-of-line, message-tab-body-function): Add :version.
17476 (message-insert-canlock, message-wide-reply-confirm-recipients):
17477 Change :version.
17478
17479 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17480 and :version.
17481 (mail-source-delete-old-incoming-confirm)
17482 (mail-source-movemail-program): Add :version.
17483
17484 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17485 (gnus-agent-cache, gnus-agent): Change :version.
17486
17487 * gnus-util.el (gnus-use-byte-compile): Change :version.
17488
17489 * gnus-sum.el (gnus-summary-make-false-root-always)
17490 (gnus-summary-default-high-score)
17491 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17492 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17493 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17494 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17495 (gnus-sum-thread-tree-single-indent)
17496 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17497 (gnus-sum-thread-tree-leaf-with-other)
17498 (gnus-sum-thread-tree-single-leaf): Add :version.
17499 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17500 (gnus-article-loose-mime): Change :version.
17501
17502 * gnus-start.el (gnus-backup-startup-file)
17503 (gnus-save-startup-file-via-temp-buffer): Add :version.
17504
17505 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17506 (gnus-server-offline-face): Add :version.
17507
17508 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17509
17510 * gnus-msg.el (gnus-gcc-externalize-attachments)
17511 (gnus-debug-files, gnus-debug-exclude-variables)
17512 (gnus-discouraged-post-methods): Change :version.
17513 (gnus-confirm-mail-reply-to-news)
17514 (gnus-confirm-treat-mail-like-news): Add :version.
17515
17516 * gnus-int.el (gnus-server-unopen-status): Add :version.
17517
17518 * gnus-group.el (gnus-group-jump-to-group-prompt)
17519 (gnus-large-ephemeral-newsgroup)
17520 (gnus-fetch-old-ephemeral-headers): Add :version.
17521
17522 * gnus-fun.el (gnus-x-face-directory)
17523 (gnus-convert-pbm-to-x-face-command)
17524 (gnus-convert-image-to-x-face-command)
17525 (gnus-convert-image-to-face-command): Add :version.
17526
17527 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17528
17529 * gnus-cite.el (gnus-cite-blank-line-after-header)
17530 (gnus-article-boring-faces): Add :version.
17531
17532 * gnus-art.el (gnus-buttonized-mime-types)
17533 (gnus-inhibit-mime-unbuttonizing)
17534 (gnus-treat-display-face)
17535 (gnus-treat-body-boundary): Change :version.
17536 (gnus-body-boundary-delimiter, gnus-picon-databases)
17537 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17538 (gnus-treat-date-english, gnus-treat-fold-headers)
17539 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17540 (gnus-treat-mail-picon, gnus-treat-wash-html)
17541 (gnus-article-encrypt-protocol)
17542 (gnus-use-idna, gnus-article-over-scroll)
17543 (gnus-mime-display-multipart-alternative-as-mixed)
17544 (gnus-mime-display-multipart-related-as-mixed)
17545 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17546 (gnus-ctan-url, gnus-button-ctan-handler)
17547 (gnus-button-handle-ctan-bogus-regexp)
17548 (gnus-button-ctan-directory-regexp)
17549 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17550 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17551 (gnus-button-man-level, gnus-button-emacs-level)
17552 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17553
17554 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17555 (gnus-agent-go-online): Change :version.
17556 (gnus-agent-expire-unagentized-dirs)
17557 (gnus-agent-auto-agentize-methods): Add :version.
17558
17559 * flow-fill.el (fill-flowed-display-column)
17560 (fill-flowed-encode-column): Add :version.
17561
17562 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17563 (gnus-outlook-deuglify-unwrap-max)
17564 (gnus-outlook-deuglify-cite-marks)
17565 (gnus-outlook-deuglify-unwrap-stop-chars)
17566 (gnus-outlook-deuglify-no-wrap-chars)
17567 (gnus-outlook-deuglify-attrib-cut-regexp)
17568 (gnus-outlook-deuglify-attrib-verb-regexp)
17569 (gnus-outlook-deuglify-attrib-end-regexp)
17570 (gnus-outlook-display-hook): Add :version.
17571
17572 * binhex.el (binhex-use-external): Add :version.
17573
17574 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17575
17576 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17577 and `invisible'.
17578
17579 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17580
17581 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17582 in gnus-registry-trim.
17583
17584 2004-09-13 Simon Josefsson <jas@extundo.com>
17585
17586 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17587
17588 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17589
17590 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17591 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17592 <yamaoka@jpl.org>.
17593 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17594 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17595 <yamaoka@jpl.org>.
17596
17597 * sieve.el (sieve-manage-mode): Ditto.
17598
17599 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17600
17601 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17602
17603 2004-09-11 Simon Josefsson <jas@extundo.com>
17604
17605 * dns-mode.el: Add.
17606
17607 * mm-view.el (mm-display-dns-inline): Add.
17608
17609 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17610 (mm-automatic-display): Ditto.
17611
17612 * mailcap.el (mailcap-mime-data): Add text/dns.
17613 (mailcap-mime-extensions): Map .soa to text/dns.
17614
17615 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17616
17617 * gnus-art.el (article-decode-mime-words, article-babel)
17618 (gnus-article-highlight-signature, gnus-article-add-buttons)
17619 (gnus-signature-toggle): Remove unnecessary bindings of
17620 `inhibit-read-only' inherited from v5.10 merge.
17621
17622 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17623
17624 * nntp.el (nntp): New customization group.
17625 (nntp-authinfo-file): Add customization group.
17626
17627 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17628
17629 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17630
17631 * gnus.el (to-address, to-list, subscribed)
17632 (large-newsgroup-initial): Ditto.
17633
17634 * flow-fill.el (fill-flowed-display-column)
17635 (fill-flowed-encode-column): Ditto.
17636
17637 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17638
17639 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17640 Use point-min rather than 1.
17641 (message-send-mail): Use buffer-size rather than point-max.
17642
17643 * gnus-sum.el (gnus-summary-search-article-forward):
17644 Signal a specific `search-failed' rather than a generic `error'.
17645
17646 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17647 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17648 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17649
17650 2004-09-10 Simon Josefsson <jas@extundo.com>
17651
17652 * nndb.el (require): Remove tcp and duplicate cl.
17653
17654 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17655
17656 * gnus-agent.el (directory-files-and-attributes): Move forward.
17657
17658 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17659
17660 * gnus-agent.el (directory-files-and-attributes):
17661 Optionally defined to support XEmacs.
17662
17663 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17664
17665 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17666 to avoid run-time CL dependencies.
17667 (gnus-agent-unfetch-articles): New function.
17668 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17669 article numbers even when local .overview file is missing.
17670 (gnus-agent-read-article-number): New function. Only accepts
17671 27-bit article numbers.
17672 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17673 Use gnus-agent-read-article-number.
17674 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17675 from backend while recognizing that article numbers in .overview
17676 must be valid.
17677 (gnus-agent-update-files-total-fetched-for):
17678 Use directory-files-and-attributes to improve performance.
17679 * gnus-int.el (gnus-request-move-article):
17680 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17681 improve performance.
17682
17683 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17684 some users confused by references to .newsrc when they only have a
17685 .newsrc.eld file.
17686 (gnus-convert-mark-converter-prompt)
17687 (gnus-convert-converter-needs-prompt): Fix use of property list.
17688 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17689 New function. Used internally to only display 'gnus converting
17690 files' message when actually necessary.
17691
17692 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17693 methods now autoloaded.
17694
17695 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17696
17697 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17698 identifiers.
17699
17700 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17701
17702 * gnus-picon.el: Fix indentation and closing parenthesis.
17703
17704 2004-09-01 Simon Josefsson <jas@extundo.com>
17705
17706 * message.el (message-canlock-generate): Require sha1, not
17707 sha1-el. (Can we get rid of this require altogether? It is ugly
17708 to require within a function. Sadly, if sha1.el isn't loaded, the
17709 let binding in m-c-g will hide the defcustom definition, which is
17710 bad.)
17711
17712 * canlock.el: Require sha1, not sha1-el.
17713
17714 * message.el: Don't autoload sha1 (there is a autoload cookie in
17715 sha1.el).
17716
17717 * sha1-el.el: Rename to sha1.el.
17718
17719 2004-08-30 Juanma Barranquero <lektu@terra.es>
17720
17721 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17722
17723 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17726
17727 2004-08-30 Kim F. Storm <storm@cua.dk>
17728
17729 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17730
17731 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17732 Add :group 'nnimap.
17733
17734 2004-08-30 Andreas Schwab <schwab@suse.de>
17735
17736 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17737 ?* and ?\;.
17738
17739 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17740 and ?\' to symbol instead of whitespace.
17741
17742 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17743
17744 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17745
17746 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17747 instead of re-search-forward.
17748
17749 * gnus-uu.el (gnus-uu-save-article): Ditto.
17750 (gnus-uu-post-encode-uuencode): Ditto.
17751
17752 * html2text.el (html2text-clean-list-items): Ditto.
17753 (html2text-clean-dtdd): Ditto.
17754 (html2text-format-tags): Ditto.
17755
17756 * message.el (message-send-mail-with-sendmail): Fix regexp.
17757 (message-fill-field-general): Use search-forward instead of
17758 re-search-forward.
17759 (unbold-region): Ditto.
17760
17761 * nnrss.el (nnrss-request-article): Ditto.
17762
17763 * nnslashdot.el (nnslashdot-request-article): Ditto.
17764
17765 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17766
17767 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17768 "Unrecognized menu descriptor" error in XEmacs.
17769
17770 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17771
17772 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17773 parent article of a sparse article in the thread hashtb.
17774
17775 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17776
17777 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17778 (nnmail-expand-newtext): Lowercase expanded entries if
17779 nnmail-split-lowercase-expanded is non-nil.
17780
17781 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17782
17783 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17784
17785 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17786 of gnus-tmp-news-method into string under XEmacs. It will be
17787 passed to gnus-correct-length which takes only a string argument.
17788
17789 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17790
17791 * gnus-util.el (gnus-bind-print-variables): New macro.
17792 (gnus-prin1): Use it.
17793 (gnus-prin1-to-string): Use it.
17794 (gnus-pp): New function.
17795 (gnus-pp-to-string): New function.
17796
17797 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17798 Replace pp-to-string with gnus-pp-to-string.
17799 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17800 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17801 * gnus-msg.el (gnus-debug): Ditto.
17802 * gnus-score.el (gnus-score-save): Ditto.
17803 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17804 gnus-pp-to-string.
17805 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17806 with gnus-pp.
17807 * score-mode.el (gnus-score-pretty-print): Ditto.
17808 * webmail.el (webmail-debug): Ditto.
17809
17810 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17811
17812 * gnus-art.el (article-display-face, article-display-x-face):
17813 Use buffer-read-only.
17814
17815 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17816
17817 * gnus-art.el (article-hide-list-identifiers):
17818 Bind inhibit-read-only as t.
17819
17820 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17821
17822 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17823
17824 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17825
17826 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17827 (gnus-narrow-to-page): Don't assume point-min == 1.
17828 (gnus-article-edit-mode): Derive from message-mode.
17829
17830 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17831 point-min == 1.
17832
17833 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17834 Disable incorrect use of `assert'.
17835
17836 * message.el (message-mode): Set comment-start-skip.
17837
17838 2004-08-22 Sam Steingold <sds@gnu.org>
17839
17840 * pop3.el (pop3-leave-mail-on-server): New user variable.
17841 (pop3-movemail): Delete mail only when it is nil.
17842
17843 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17844
17845 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17846
17847 * mml.el (mml-preview): Use `pop-to-buffer'.
17848
17849 * message.el (message-goto-mail-followup-to): Insert after "To".
17850 (message-carefully-insert-headers): Add comment.
17851
17852 * gnus.el: Remove unused variable `gnus-article-check-size'.
17853
17854 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17855
17856 * gnus-art.el (gnus-button-alist):
17857 Improve `gnus-button-handle-library' entry.
17858
17859 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17860
17861 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17862 Use downcase, since XEmacs capitalizes error messages differently.
17863
17864 2004-08-18 Jesper Harder <harder@ifa.au.dk>
17865
17866 * nntp.el: Add (require 'gnus) due to reference to
17867 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17868
17869 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
17870
17871 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17872 Bind `mm-fill-flowed'.
17873
17874 * mm-decode.el (mm-dissect-singlepart): Check it.
17875
17876 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17877
17878 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17879 'imap' for netrc parsing.
17880
17881 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17882
17883 * mailcap.el (mailcap-mime-data): Mark as risky.
17884
17885 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17886
17887 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17888 may be included in the encoded word.
17889 (rfc2047-encode): Don't append a space if the encoded word
17890 includes close parenthesis.
17891
17892 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17893
17894 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17895 of text within parentheses.
17896
17897 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17898
17899 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17900 (gnus-encrypt-write-file-contents): Make the password key the file
17901 name PLUS the cipher, not just the cipher. Also remove failed
17902 passwords from the cache.
17903
17904 2004-08-06 Simon Josefsson <jas@extundo.com>
17905
17906 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17907 Doc fix.
17908
17909 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17910
17911 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17912 LWSP.
17913
17914 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17915
17916 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17917 Try to append in-reply-to: data to the references: header.
17918
17919 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17920 (netrc-parse): Use gnus-encrypt.el functions.
17921
17922 * gnus-encrypt.el: Add new file for encryption support; currently
17923 does only a few GPG ciphers and an internal XOR cipher.
17924
17925 * password.el: Add comments on using password-read-and-add.
17926 (password-read-and-add): Add function to read and add the
17927 password to the cache at once.
17928
17929 2004-07-28 Simon Josefsson <jas@extundo.com>
17930
17931 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17932 parameter (but don't use it, for now).
17933
17934 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17935 instead of hard coding to nil.
17936
17937 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17938
17939 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17940 as mm-inline-image-xemacs does.
17941
17942 2004-07-26 Simon Josefsson <jas@extundo.com>
17943
17944 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17945 Revert part of 2004-07-17 change below.
17946
17947 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17948
17949 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17950 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17951
17952 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17953
17954 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17955 quotes that actually start with ">" at the beginning of the
17956 lines.
17957
17958 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17959
17960 * rfc2047.el (rfc2047-encode-region): Fix last change.
17961 (rfc2047-encode-parameter): Remove useless concat.
17962
17963 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17964
17965 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17966 encode special characters; fix some kind of misconfigured headers;
17967 signal a real error if debug-on-quit or debug-on-error is non-nil.
17968 (rfc2047-encode-max-chars): New variable.
17969 (rfc2047-encode-1): Use it.
17970 (rfc2047-encode-parameter): New function.
17971
17972 * mml.el (mml-insert-parameter): Remove an excessive space.
17973
17974 2004-07-17 Simon Josefsson <jas@extundo.com>
17975
17976 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17977 Kai Grossjohann <kai@emptydomain.de>.
17978 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17979 (gnus-group-make-menu-bar): Ditto.
17980
17981 * gnus-util.el (gnus-group-server): Add.
17982
17983 2004-07-16 Jesper Harder <harder@ifa.au.dk>
17984
17985 * message.el (message-clone-locals): Clone sendmail and smtp
17986 variables.
17987
17988 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17989
17990 * rfc2047.el (rfc2047-encode-region): Fix last change.
17991
17992 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17993
17994 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17995 characters as non-special.
17996
17997 2004-07-09 Simon Josefsson <jas@extundo.com>
17998
17999 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18000 Users will lose all flag changes made while unplugged with
18001 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18002 good default. See numerous reports on ding mailing list.
18003
18004 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18005
18006 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18007 add generate-head-function and generate-article-function to the
18008 rfc822-forward entry.
18009 (nndoc-rfc822-forward-generate-article): New function.
18010 (nndoc-rfc822-forward-generate-head): New function.
18011
18012 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18013
18014 2004-07-06 Dan Christensen <jdc@uwo.ca>
18015
18016 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18017 respect display group parameter and gnus-summary-expunge-below.
18018 (gnus-articles-to-read): Remove unused reference to display group
18019 parameter.
18020
18021 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18022
18023 * nnheader.el (nnheader-uniquify-message-id): New experimental
18024 variable.
18025 (nnheader-nov-read-message-id): Use it.
18026
18027 * spam-report.el (spam-report-gmane): Add interactive.
18028
18029 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18030
18031 * mm-encode.el (mm-content-transfer-encoding-defaults):
18032 Use qp-or-base64 for the application/* types.
18033
18034 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18035
18036 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18037
18038 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18039
18040 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18041 trim value.
18042
18043 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18044
18045 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18046 New macro and function.
18047 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18048
18049 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18050
18051 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18052 after-load-alist.
18053
18054 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18055
18056 * gnus-group.el (gnus-group-get-new-news-this-group):
18057 Don't update info that isn't there.
18058
18059 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18060
18061 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18062 entry.
18063
18064 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18065
18066 * mm-view.el (mm-inline-render-with-function): Use multibyte
18067 buffer; decode html source by charset.
18068
18069 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18070
18071 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18072 Mule-UCS is loaded under XEmacs.
18073 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18074
18075 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18076
18077 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18078
18079 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18080
18081 * mm-util.el (mm-coding-system-p): Return a coding-system.
18082 (mm-mime-mule-charset-alist): Use shift_jis instead of
18083 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18084 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18085 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18086 instead of japanese-shift-jis and iso-latin-1 respectively in
18087 order to share the default value with both Emacs and XEmacs-mule.
18088 (mm-mule-charset-to-mime-charset):
18089 Make mm-coding-system-priorities effective.
18090 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18091 while predicating of candidates upon the priorities.
18092
18093 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18094
18095 * gnus-sum.el (gnus-summary-make-menu-bar):
18096 Add gnus-uu-invert-processable.
18097
18098 * gnus.el: Autoload gnus-uu-invert-processable.
18099
18100 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18101
18102 * mm-util.el (mm-with-multibyte-buffer): New macro.
18103
18104 * rfc2047.el (rfc2047-encode-string): Use it.
18105 (rfc2047-encode-region): Move point to the end of the region after
18106 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18107
18108 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18109
18110 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18111 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18112
18113 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18114
18115 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18116 (gnus-cite-parse): Ignore quoted envelope From_.
18117 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18118
18119 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18120
18121 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18122 invalid addresses.
18123
18124 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18125
18126 * spam.el: Change section markers, revise TODO list.
18127 (spam-backends): Make new master list of all installed backends.
18128 (spam-summary-exit-behavior): Add new variable to determine how
18129 messages moves are done at summary exit.
18130 (spam-move-spam-nonspam-groups-only)
18131 (spam-process-ham-in-nonham-groups)
18132 (spam-process-ham-in-spam-groups): Remove variables, the
18133 spam-summary-exit-behavior variable should be used to manage this
18134 behavior.
18135 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18136 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18137 and spam-old-spam-articles.
18138 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18139 Add empty variables, placeholders for the backends they represent.
18140 (spam-set-difference): Move, unchanged.
18141 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18142 unless the user has a processor variable.
18143 (spam-classifications, spam-classification-valid-p)
18144 (spam-backend-properties, spam-backend-property-valid-p)
18145 (spam-backend-function-type-valid-p)
18146 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18147 (spam-report-articles-gmane, spam-report-articles-resend):
18148 Remove functions, they are not needed.
18149 (spam-install-backend-super, spam-backend-list)
18150 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18151 (spam-backend-function, spam-backend-ham-registration-function)
18152 (spam-backend-spam-registration-function)
18153 (spam-backend-ham-unregistration-function)
18154 (spam-backend-spam-unregistration-function)
18155 (spam-backend-statistical-p, spam-backend-mover-p)
18156 (spam-install-backend-alias, spam-install-checkonly-backend)
18157 (spam-install-mover-backend, spam-install-nocheck-backend)
18158 (spam-install-backend, spam-install-statistical-backend)
18159 (spam-install-statistical-checkonly-backend): Add backend installation
18160 support.
18161 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18162 (spam-group-processor-p): Use the new backend code and respect the
18163 summary exit behavior.
18164 (spam-mark-spam-as-expired-and-move-routine): Remove.
18165 (spam-summary-prepare): Change to use the new spam-old-articles
18166 variable.
18167 (spam-copy-or-move-routine, spam-copy-spam-routine)
18168 (spam-move-spam-routine, spam-copy-ham-routine)
18169 (spam-move-ham-routine): Add code to copy/move ham or spam.
18170 (spam-fetch-field-fast): Improve doc and code, plus allow the
18171 'number request.
18172 (spam-list-of-checks, spam-list-of-statistical-checks):
18173 Remove variables.
18174 (spam-split, spam-find-spam): Use the new backend code.
18175 (spam-registration-functions): Remove variable.
18176 (spam-unregister-routine): Add convenience wrapper.
18177 (spam-log-undo-registration, spam-register-routine)
18178 (spam-log-processing-to-registry)
18179 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18180 where possible.
18181 (spam-check-gmane-xref, spam-check-regex-headers)
18182 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18183 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18184 (spam-check-bogofilter-headers, spam-check-spamoracle)
18185 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18186 (spam-check-crm114-headers): Use the spam-split-group that
18187 spam-split prepares, no need to determine it every time.
18188
18189 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18190 to the nnheader-parse-naked-head call.
18191
18192 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18193
18194 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18195 the nnheader-nov-read-message-id call.
18196
18197 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18198
18199 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18200 gnus-activate-group twice. Suggested by Markus Peter
18201 <warp@spin.de>.
18202
18203 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18204
18205 * gnus-art.el (gnus-article-time-format): Exchange the order of
18206 day and month in the default value; fix customization type.
18207 (article-date-ut): Use add-text-properties.
18208 (article-make-date-line): Use message-make-date instead of
18209 current-time-string.
18210
18211 * message.el (message-fetch-field): Don't use set-text-properties.
18212 (message-make-date): Simplify.
18213
18214 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18215
18216 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18217 (rfc2047-encode-region): Treat text within parentheses as special;
18218 show the original text when error has occurred.
18219
18220 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18221 already-computed method to gnus-activate-group.
18222
18223 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18224 same select-methods identical Lisp objects.
18225
18226 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18227 object when modifying the info.
18228
18229 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18230
18231 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18232 gnus-opened-servers since it has never been opened with the new
18233 configuration yet.
18234
18235 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18236
18237 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18238 arg to nnheader-generate-fake-message-id.
18239
18240 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18241
18242 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18243 number and build a fake message ID localized to a group and
18244 article number (so it's repeatable from that point on).
18245 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18246 ID format.
18247
18248 * gnus-sum.el (gnus-get-newsgroup-headers):
18249 Call nnheader-generate-fake-message-id with the article number.
18250
18251 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18252
18253 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18254 end-of-buffer.
18255
18256 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18257
18258 * message.el (message-ignored-supersedes-headers): Add Approved.
18259
18260 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18261
18262 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18263 goto-char.
18264 (rfc2047-encode): Fold the line before encoding.
18265
18266 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18267
18268 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18269 folding -- not all headers can be folded, and this should be done
18270 by the message composition mode. Probably. I think.
18271
18272 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18273
18274 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18275 fast.
18276
18277 * gnus-ems.el (gnus-remove-image): Don't use
18278 message-text-with-property; remove only the image found first.
18279
18280 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18281
18282 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18283
18284 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18285
18286 * message.el (message-text-with-property): Make it fast and accept
18287 optional arguments.
18288 (message-strip-forbidden-properties): Use it.
18289 (message-fix-before-sending): Follow the m-t-w-p change.
18290
18291 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18292
18293 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18294
18295 * gnus-art.el (article-hide-headers): Don't change the buffer
18296 mistakenly when performing mml-preview even if
18297 gnus-single-article-buffer is nil.
18298
18299 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18300
18301 * message.el (message-expand-name-databases): New user option.
18302 (message-expand-name): Use it.
18303
18304 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18305
18306 * spam.el (spam-report-articles-resend)
18307 (spam-report-resend-register-routine): Allow ham reporting.
18308 (spam-report-resend-register-ham-routine): Add wrapper.
18309 (spam-registration-functions): Add ham resending functions.
18310 (spam-list-of-processors): Add ham resend processor.
18311
18312 * gnus.el (ham-resend-to): Add new group parameter.
18313 (spam-process): Add ham resend option.
18314
18315 * spam-report.el (spam-report-resend): Allow reporting ham.
18316 (spam-report-resend-ham): Add wrapper.
18317
18318 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18319
18320 * message.el (message-cite-articles-with-x-no-archive):
18321 New variable.
18322 (message-cite-original): Use it.
18323
18324 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18325
18326 * message.el (message-cite-original): Respect X-No-Archive.
18327
18328 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18329
18330 * gnus-art.el (article-hide-headers): Refer to the values for
18331 gnus-ignored-headers and gnus-visible-headers in the summary
18332 buffer since a user may have set them as group parameters.
18333
18334 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18335
18336 * assistant.el (assistant-node-name): Add convenience function.
18337 (assistant-render-text, assistant-render-node): Add error handling,
18338 plus handle multiple next nodes.
18339 (assistant-find-next-node): Comment out for now.
18340 (assistant-find-next-nodes): Add function, returns list of next
18341 nodes.
18342
18343 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18344
18345 * mail-source.el (mail-source-directory): Fix doc-string.
18346
18347 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18348
18349 * assistant.el (assistant-render-text, assistant-eval): Add :set
18350 widget type, which is different because it takes and returns a
18351 list. Much hilarity ensues.
18352
18353 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18354
18355 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18356
18357 * gnus-group.el (gnus-group-get-new-news-this-group):
18358 Add doc-string.
18359
18360 * gnus-start.el (gnus-activate-group): Add doc-string.
18361
18362 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18363
18364 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18365
18366 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18367
18368 * assistant.el (assistant-render-text): Try to add a :set
18369 widget, more to come.
18370
18371 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18372 strings.
18373 (spam-report-articles-resend)
18374 (spam-register-routine): Do registration iff any articles warrant
18375 it.
18376 (spam-summary-prepare-exit): Change log message for nil group
18377 destinations.
18378
18379 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18380
18381 * spam.el (spam-report-resend-register-routine):
18382 Allow spam-report-resend-to to be a group parameter or a global value.
18383
18384 2004-05-26 Simon Josefsson <jas@extundo.com>
18385
18386 * starttls.el: Merge with my GNUTLS based starttls.el.
18387 (starttls-gnutls-program, starttls-use-gnutls)
18388 (starttls-extra-arguments, starttls-process-connection-type)
18389 (starttls-connect, starttls-failure, starttls-success):
18390 New variables.
18391 (starttls-program, starttls-extra-args): Doc fix.
18392 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18393 New functions.
18394 (starttls-negotiate, starttls-open-stream):
18395 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18396 function if it is set.
18397
18398 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18399
18400 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18401 structured fields.
18402
18403 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18404
18405 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18406
18407 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18408
18409 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18410 Add variable.
18411 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18412 assigning the spam-mark to new messages.
18413
18414 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18415
18416 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18417
18418 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18419
18420 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18421 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18422 default.
18423
18424 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18425
18426 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18427 correct data.
18428
18429 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18430
18431 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18432 (spam-group-processor-p): Fix function.
18433 (spam-group-processor-multiple-p)
18434 (spam-group-spam-processor-report-gmane-p)
18435 (spam-group-spam-processor-report-resend-p)
18436 (spam-group-spam-processor-bogofilter-p)
18437 (spam-group-spam-processor-blacklist-p)
18438 (spam-group-spam-processor-ifile-p)
18439 (spam-group-ham-processor-ifile-p)
18440 (spam-group-spam-processor-spamoracle-p)
18441 (spam-group-spam-processor-crm114-p)
18442 (spam-group-ham-processor-bogofilter-p)
18443 (spam-group-spam-processor-stat-p)
18444 (spam-group-ham-processor-stat-p)
18445 (spam-group-ham-processor-whitelist-p)
18446 (spam-group-ham-processor-BBDB-p)
18447 (spam-group-ham-processor-spamoracle-p)
18448 (spam-group-ham-processor-copy-p): Remove functions with some
18449 prejudice against unneeded code.
18450 (spam-report-articles-resend)
18451 (spam-report-resend-register-routine): Allow the group/topic
18452 spam-resend-to value to override spam-report-resend-to.
18453 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18454 properly now.
18455
18456 * gnus.el (spam-resend-to): Add group/topic parameter.
18457 (spam-process): Move the OBSOLETE processors to the end of the
18458 choices.
18459
18460 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18461
18462 * spam-report.el (spam-report-resend-to, spam-report-resend):
18463 Start with resend-to set to nil, and then ask the user if necessary.
18464 (spam-report-resend): spam-report-resend takes a list of articles, not
18465 separate article numbers.
18466
18467 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18468
18469 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18470 addition to emacs-w3m.
18471
18472 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18473
18474 * assistant.el (assistant-authinfo-data): New function.
18475 (assistant-eval): Eval for entire assistant.
18476
18477 * netrc.el (netrc-services-file): New variable.
18478 (netrc-parse-services): New function.
18479 (netrc-find-service-name): New function.
18480 (netrc-find-service-number): New function.
18481 (netrc-port-equal): New function.
18482 (netrc-machine): Use it.
18483
18484 * nnimap.el (nnimap-open-connection): Use netrc.
18485
18486 * gnus-util.el (gnus-netrc-get): Remove aliases.
18487
18488 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18489
18490 * assistant.el (wid-edit): Fix compilation.
18491
18492 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18493
18494 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18495
18496 * gnus-util.el (gnus-set-file-modes): New function. (small
18497 patch).
18498
18499 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18500
18501 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18502
18503 * assistant.el (assistant-render-node): Fix up rendering and
18504 read-only text.
18505 (assistant-render-node): Reset.
18506 (assistant-make-read-only): Not sticky.
18507
18508 2004-05-20 Danny Siu <dsiu@adobe.com>
18509
18510 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18511 centered even when gnus-auto-center-summary is t
18512
18513 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18514
18515 * dns.el (dns-get-txt-answer): New function.
18516 (dns-read-txt): Ditto.
18517 (query-dns): Use it.
18518
18519 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18520
18521 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18522 active for foreign groups even if the group level is higher than
18523 the specified value.
18524
18525 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18526
18527 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18528 non-active groups.
18529
18530 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18531
18532 2004-05-20 Magnus Henoch <mange@freemail.hu>
18533
18534 * dns.el (dns-read-type): Add support for SVR. (small patch)
18535
18536 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18537
18538 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18539 (spam-crm114-header, spam-crm114-spam-switch)
18540 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18541 (spam-crm114-positive-spam-header)
18542 (spam-crm114-database-directory, spam-list-of-processors)
18543 (spam-group-spam-processor-crm114-p)
18544 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18545 (spam-generic-score, spam-list-of-checks)
18546 (spam-list-of-statistical-checks, spam-registration-functions)
18547 (spam-check-crm114-headers, spam-crm114-score)
18548 (spam-check-crm114, spam-crm114-register-with-crm114)
18549 (spam-crm114-register-spam-routine)
18550 (spam-crm114-unregister-spam-routine)
18551 (spam-crm114-register-ham-routine)
18552 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18553 From asjo@koldfront.dk (Adam Sjøgren).
18554
18555 * gnus.el: Add spam-use-crm114.
18556
18557 * spam.el (spam-list-of-processors, spam-registration-functions):
18558 Add spam-use-resend.
18559 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18560 (spam-report-articles-gmane): Add doc fix.
18561 (spam-report-articles-resend, spam-report-resend-register-routine):
18562 Add wrappers around spam-report-resend-to.
18563
18564 * spam-report.el (spam-report-resend-to, spam-report-resend):
18565 Add support for resending spam.
18566 (spam-report-gmane): Fix line length >80.
18567
18568 * gnus.el (spam-process): Add spam-use-resend.
18569
18570 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18571
18572 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18573 number of processed spam messages.
18574 (spam-ham-copy-or-move-routine): Return the number of processed
18575 ham messages.
18576 (spam-summary-prepare-exit): Use the above values to decide
18577 whether status messages shouled be displayed.
18578
18579 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18580
18581 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18582 `rfc2047-encoding-function-alist' in order to avoid conflicting
18583 with the old version.
18584 (rfc2047-encode-region): Concatenate words containing non-ASCII
18585 characters in structured fields; don't encode space-delimited
18586 ASCII words even in unstructured fields; don't break words at
18587 char-category boundaries.
18588 (rfc2047-encode-1): New function.
18589 (rfc2047-encode): Use it; encode text so that it occupies the
18590 maximum width within 76-column; work correctly on Q encoding for
18591 iso-2022-* charsets.
18592 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18593 sure not to break a line just after the header name.
18594 (rfc2047-b-encode-region): Remove.
18595 (rfc2047-b-encode-string): New function.
18596 (rfc2047-q-encode-region): Remove.
18597 (rfc2047-q-encode-string): New function.
18598
18599 * mm-util.el (mm-replace-in-string): New function.
18600
18601 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18602
18603 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18604 Really get it right.
18605 (gnus-inews-make-draft): Really.
18606
18607 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18608
18609 * nnmh.el (nnmh-request-list-1): Don't check the link count
18610 before descending. (small patch)
18611
18612 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18613
18614 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18615 stuff.
18616
18617 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18618 Match on real group name.
18619
18620 * gnus-art.el (gnus-signature-limit): Doc fix.
18621
18622 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18623
18624 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18625
18626 * gnus-draft.el (gnus-draft-send):
18627 Bind rfc2047-encode-encoded-words.
18628
18629 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18630 (rfc2047-encodable-p): Say that =? needs encoding.
18631 (rfc2047-encode-encoded-words): New variable.
18632
18633 * gnus-group.el (gnus-group-select-group): Doc fix.
18634
18635 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18636
18637 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18638 to nil.
18639
18640 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18641
18642 * nnheader.el (nnheader-get-lines-and-char): New function.
18643
18644 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18645
18646 * gnus-msg.el (gnus-summary-followup-with-original):
18647 Document yanking of region when active.
18648
18649 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18650
18651 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18652 groups if the group level is higher than the specified value.
18653
18654 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18655
18656 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18657 (gnus-group-jump-to-group): Add prefix argument using
18658 `gnus-group-jump-to-group-prompt'. Query before jumping to
18659 non-active group.
18660
18661 * compface.el (uncompface): Be verbose when changing
18662 `uncompface-use-external'.
18663
18664 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18665 handle manual section.
18666
18667 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18668
18669 * gnus-art.el (gnus-button-alist): Revert previous change.
18670
18671 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18672
18673 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18674
18675 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18676
18677 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18678 whether backend can accept message.
18679
18680 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18681
18682 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18683
18684 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18685 Avoid creating directory when nntp-marks-is-evil is true.
18686 Reported by Reiner Steib.
18687
18688 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18689
18690 * gnus-picon.el (gnus-picon-style): New variable.
18691 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18692 (gnus-picon-transform-address): Support `gnus-picon-style'.
18693 From Jesper Harder <harder@ifa.au.dk>.
18694
18695 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18696
18697 * message.el (message-fill-field): Return point.
18698 (message-generate-headers): Go to end of field.
18699
18700 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18701 stuff for non-living groups.
18702
18703 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18704
18705 * gnus-art.el (gnus-article-followup-with-original)
18706 (gnus-article-reply-with-original): gnus-mark-active-p ->
18707 gnus-region-active-p.
18708
18709 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18710
18711 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18712 only when there is spam or ham to be processed.
18713
18714 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18715
18716 * mail-source.el (mail-source-delete-crash-box): Refactor.
18717 (mail-source-fetch): Use it.
18718 (mail-source-fetch-file): Ditto.
18719 (mail-source-fetch-directory): Run postscript in loop.
18720 (mail-source-fetch-pop): Delete.
18721 (mail-source-fetch-maildir): Ditto.
18722 (mail-source-fetch-imap): Ditto.
18723
18724 * imap.el (imap-authenticators): Comment out sasl.
18725
18726 * message.el (message-skip-to-next-address): New function.
18727 (message-fill-header-address): Refactor.
18728 (message-fill-address): Use it.
18729 (message-delete-address): Use it.
18730 (message-fill-header-general): Refactor.
18731 (message-fill-field-address): Rename.
18732 (message-narrow-to-field): Find the start of the header.
18733 (message-header-format-alist): Don't pre-fill.
18734 (message-fill-header): Remove.
18735 (message-insert-header): New function.
18736 (message-shorten-references): Use it.
18737
18738 * rfc2047.el (rfc2047-field-value): Strip props.
18739
18740 * mail-parse.el (mail-header-make-address): New alias.
18741
18742 * ietf-drums.el (ietf-drums-make-address): New function.
18743
18744 * imap.el: Add compiler directives.
18745
18746 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18747
18748 * gnus-art.el (article-decode-idna-rhs): Don't use
18749 message-idna-inside-rhs-p.
18750
18751 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18752
18753 * message.el (message-idna-inside-rhs-p): Remove.
18754 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18755
18756 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18757 false positives.
18758
18759 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18760
18761 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18762
18763 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18764
18765 * nneething.el (nneething-file-name): Don't create spurious
18766 files.
18767
18768 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18769 (gnus-inews-do-gcc): Remove sleep.
18770
18771 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18772 part under point.
18773
18774 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18775 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18776
18777 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18778
18779 * spam.el (spam-summary-prepare-exit): Fix (length).
18780
18781 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18782
18783 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18784 as expired without moving it" message when there are spam
18785 messages left.
18786
18787 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18788
18789 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18790 header is not nil.
18791
18792 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18793
18794 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18795 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18796 (nntp-marks-changed-p): New arg SERVER.
18797 (nntp-request-update-info): Adjust caller.
18798
18799 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18800
18801 * nntp.el (nntp-save-marks): Pass missing arg.
18802
18803 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18804
18805 * nntp.el: Support marks.
18806 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18807 (nntp-marks-modtime, nntp-marks-directory): New variables.
18808 (nntp-request-set-mark, nntp-request-update-info)
18809 (nntp-possibly-create-directory, nntp-marks-changed-p)
18810 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18811 New functions.
18812
18813 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18814
18815 * gnus-score.el (gnus-score-insert-help):
18816 Use gnus-select-lowest-window.
18817
18818 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18819 appt-select-lowest-window and rename to gnus-select-lowest-window.
18820
18821 * gnus.el: do.
18822
18823 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18824
18825 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18826 encodings of MIME-encoded words, in order to improve
18827 interoperability with several broken MUAs.
18828
18829 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18830
18831 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18832 tags, only when charsets are not specified in headers.
18833 (mm-inline-text-html-render-with-w3m): Ditto.
18834
18835 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18836
18837 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18838 instead of MIME-decoded from fields when checking
18839 `gnus-article-address-banner-alist'.
18840
18841 2004-05-03 Jesper Harder <harder@ifa.au.dk>
18842
18843 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18844 description rather than subject.
18845
18846 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18847
18848 * gnus.el (gnus-version-number): Bump.
18849
18850 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18851
18852 * gnus.el: No Gnus v0.2 is released.
18853
18854 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18855
18856 * gnus-agent.el (gnus-agent-read-agentview):
18857 Inline gnus-uncompress-range.
18858
18859 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18860
18861 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18862 `exec-installed-p'.
18863
18864 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18865
18866 * gnus.el (spam-process, spam-autodetect-methods):
18867 Add bsfilter and bsfilter-headers.
18868
18869 * spam.el (spam-bsfilter): New customize group.
18870 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18871 (spam-bsfilter-header, spam-bsfilter-probability-header)
18872 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18873 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18874 (spam-bsfilter-database-directory): New options.
18875 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18876 (spam-list-of-statistical-checks, spam-registration-functions):
18877 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18878 (spam-bsfilter-score): New command.
18879 (spam-check-bsfilter-headers, spam-check-bsfilter)
18880 (spam-bsfilter-register-with-bsfilter)
18881 (spam-bsfilter-register-spam-routine)
18882 (spam-bsfilter-unregister-spam-routine)
18883 (spam-bsfilter-register-ham-routine)
18884 (spam-bsfilter-unregister-ham-routine): New functions.
18885 (spam-generic-score): Support bsfilter; Accept an optional argument
18886 to recalcurate spam score even if scoring header has already been
18887 added.
18888 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18889 optional argument to recalcurate spam score even if scoring header
18890 has already been added.
18891
18892 2004-04-29 Jesper Harder <harder@ifa.au.dk>
18893
18894 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18895 strings! Reported by David D. Smith <davidsmith@acm.org>.
18896 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18897 link is missing.
18898
18899 2004-04-28 Jesper Harder <harder@ifa.au.dk>
18900
18901 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18902 (html2text-get-attr): Rewrite.
18903
18904 * message.el (message-setup-1): Remove redundant put-text-property
18905 on mail-header-separator.
18906
18907 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
18908
18909 * gnus-registry.el (gnus-registry-cache-whitespace)
18910 (gnus-registry-action, gnus-registry-spool-action)
18911 (gnus-registry-split-fancy-with-parent): Change message levels
18912 from 5 to 3 or 7, as needed.
18913
18914 * spam.el (spam-summary-prepare-exit)
18915 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18916 (spam-split, spam-find-spam, spam-log-undo-registration)
18917 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18918 level from 5 to 6.
18919
18920 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18921
18922 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18923 2004-03-04 change).
18924
18925 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18926
18927 * sieve-manage.el (sieve-manage-open):
18928 * nnweb.el (nnweb-insert-html):
18929 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18930 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18931 * nnspool.el (nnspool-request-group):
18932 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18933 * nnml.el (nnml-request-update-info):
18934 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18935 (nnmh-request-create-group, nnmh-update-gnus-unreads):
18936 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18937 (nnimap-request-set-mark):
18938 * nnfolder.el (nnfolder-request-update-info):
18939 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18940 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18941 * gnus-uu.el (gnus-uu-find-articles-matching):
18942 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18943 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18944 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18945 * gnus-nocem.el (gnus-nocem-scan-groups):
18946 * gnus-int.el (gnus-start-news-server):
18947 * gnus-group.el (gnus-group-make-kiboze-group)
18948 (gnus-group-browse-foreign-server):
18949 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18950 Use mapc when appropriate.
18951
18952 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
18953
18954 FIXME: Make separate entries for each person.
18955
18956 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18957 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18958 <shields@msrl.com>:
18959
18960 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18961 may need for spam sorting and scoring.
18962 (spam-user-format-function-S): Add user format function suitable for
18963 general use.
18964 (spam-article-sort-by-spam-status): Add sorting function for summary
18965 sorting.
18966 (spam-extra-header-to-number): Add function to get a score from a
18967 header.
18968 (spam-summary-score): Add function to get a numeric score from the
18969 headers.
18970 (spam-generic-score): Fix function doc, was in wrong place.
18971 (spam-initialize): Take symbols when it's run, and install the
18972 extra headers that spam-necessary-extra-headers thinks we need.
18973
18974 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18975
18976 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18977 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18978
18979 2004-04-17 Jesper Harder <harder@ifa.au.dk>
18980
18981 * gnus-sum.el (gnus-set-global-variables)
18982 (gnus-build-all-threads, gnus-get-newsgroup-headers)
18983 (gnus-article-get-xrefs, gnus-summary-best-group)
18984 (gnus-summary-next-article, gnus-summary-enter-digest-group)
18985 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18986 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18987 Use with-current-buffer.
18988
18989 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
18990
18991 * spam.el (spam-summary-prepare-exit): Simplify logic.
18992 (spam-fetch-article-header): Read the article header if it's not
18993 available.
18994 (spam-list-articles): Simplify logic.
18995 (spam-filelist-register-routine): Fix bug with unregister-list.
18996
18997 * gnus-registry.el: Fix comments at beginning.
18998
18999 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19000
19001 * message.el (message-cater-to-broken-inn): Remove.
19002 (message-shorten-references): Make sure the total folded length of
19003 References is shorter than 998 characters to cater to a bug in INN
19004 2.3. Also, don't pretend that references aren't folded -- this
19005 hasn't worked for a while.
19006
19007 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19008
19009 * gnus-agent.el (gnus-agentize):
19010 gnus-agent-send-mail-real-function no longer set to current value
19011 of message-send-mail-function but rather a lambda that calls
19012 message-send-mail-function. The change makes the agent real-time
19013 responsive to user changes to message-send-mail-function.
19014
19015 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19016
19017 * legacy-gnus-agent.el
19018 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19019 help from Florian Weimer <fw@deneb.enyo.de>
19020
19021 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19022
19023 * nnmail.el (nnmail-cache-insert): Revert last change.
19024
19025 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19026
19027 * nnmail.el (nnmail-cache-insert): Always check whether
19028 nnmail-cache-ignore-groups matches a group name.
19029
19030 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19031
19032 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19033 (spam-find-spam, spam-log-processing-to-registry)
19034 (spam-log-registered-p, spam-log-unregistration-needed-p)
19035 (spam-log-undo-registration): Use gnus-message instead of
19036 gnus-error, none of these errors are fatal.
19037
19038 * gnus-registry.el (gnus-registry-clean-empty-function)
19039 (gnus-registry-clean-empty): Remove only empty entries without
19040 extra data.
19041
19042 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19043
19044 * spam-stat.el (spam-stat-buffer-change-to-spam)
19045 (spam-stat-buffer-change-to-non-spam): Change (error) to
19046 (gnus-message 8) invocation.
19047
19048 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19049
19050 * nntp.el (nntp-via-netcat-command): New variable.
19051 (nntp-via-netcat-switches): New variable.
19052 (nntp-open-via-rlogin-and-netcat): New function.
19053 (nntp-open-connection-function): Doc fix.
19054 (nntp-telnet-command): Doc fix.
19055 (nntp-end-of-line): Doc fix.
19056 (nntp-via-rlogin-command): Doc fix.
19057 (nntp-via-user-name): Doc fix.
19058 (nntp-via-address): Doc fix.
19059
19060 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19061
19062 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19063 error in Emacs 21.1.
19064
19065 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19066
19067 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19068
19069 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19070
19071 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19072 (gnus-agent-with-refreshed-group): New macro.
19073 (gnus-agent-rename-group): New function.
19074 (gnus-agent-delete-group): New function.
19075 (gnus-agent-save-group-info): Use gnus-command-method when
19076 `method' parameter is nil. Don't write nil entries into the
19077 active file.
19078 (gnus-agent-get-group-info): New function.
19079 (gnus-agent-fetch-articles):
19080 Use gnus-agent-update-files-total-fetched-for to increment disk space
19081 used.
19082 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19083 Use gnus-agent-update-view-total-fetched-for to increment disk space
19084 used.
19085 (gnus-agent-get-local): Add optional parameters to avoid calling
19086 gnus-group-real-name and gnus-find-method-for-group.
19087 (gnus-agent-set-local): Delete stored entry if either min, or max,
19088 are nil.
19089 (gnus-agent-fetch-session): Reworded error/quit messages.
19090 On quit, use gnus-agent-regenerate-group to record existence of any
19091 articles fetched to disk before the quit occurred.
19092 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19093 gnus-agent-update-view-total-fetched-for, and
19094 gnus-agent-update-files-total-fetched-for to decrement disk space
19095 used.
19096 (gnus-agent-retrieve-headers):
19097 Use gnus-agent-update-view-total-fetched-for to increment disk space
19098 used.
19099 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19100 with gnus-agent-update-files-total-fetched-for to decrement disk
19101 space and fresh group buffer.
19102 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19103 (gnus-agent-need-update-total-fetched-for): New variable.
19104 (gnus-agent-update-files-total-fetched-for): New function.
19105 (gnus-agent-update-view-total-fetched-for): New function.
19106 (gnus-agent-total-fetched-for): New function.
19107
19108 * gnus-cache.el (gnus-cache-save-buffers):
19109 Use gnus-cache-update-overview-total-fetched-for to change disk space
19110 used by this group.
19111 (gnus-cache-possibly-enter-article):
19112 Use gnus-cache-update-file-total-fetched-for to increment disk space
19113 used by this group.
19114 (gnus-cache-possibly-remove-article):
19115 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19116 used by this group.
19117 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19118 (gnus-cache-rename-group): New function.
19119 (gnus-cache-delete-group): New function.
19120 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19121 (gnus-cache-need-update-total-fetched-for): New variable.
19122 (gnus-cache-with-refreshed-group): New macro.
19123 (gnus-cache-update-file-total-fetched-for): New function.
19124 (gnus-cache-update-overview-total-fetched-for): New function.
19125 (gnus-cache-rename-group-total-fetched-for): New function.
19126 (gnus-cache-delete-group-total-fetched-for): New function.
19127 (gnus-cache-total-fetched-for): New function.
19128
19129 * gnus-group.el: Require gnus-sum and autoload functions to
19130 resolve warnings when gnus-group.el compiled alone.
19131 (gnus-group-line-format): Documented new %F.
19132 (size of Fetched data) group line format; identifies disk space
19133 used by agent and cache.
19134 (gnus-group-line-format-alist): Defined new F format.
19135 (gnus-total-fetched-for): New function.
19136 (gnus-group-delete-group): No longer update
19137 gnus-cache-active-altered as gnus-request-delete-group now keeps
19138 the cache in sync.
19139 (gnus-group-list-active): Let the agent store a server's active
19140 list if currently plugged.
19141
19142 * gnus-int.el (gnus-request-delete-group):
19143 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19144 local disk in sync with the server.
19145 (gnus-request-rename-group):
19146 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19147 local disk in sync with the server.
19148
19149 * gnus-start.el (gnus-get-unread-articles):
19150 Cosmetic simplification to logic.
19151
19152 * gnus-util.el (gnus-rename-file): New function.
19153
19154 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19155
19156 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19157
19158 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19159
19160 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19161 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19162
19163 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19164
19165 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19166 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19167
19168 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19169
19170 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19171
19172 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19173
19174 * spam.el (spam-set-difference): Add function to replace
19175 gnus-set-difference in spam.el.
19176 (spam-summary-prepare-exit): Use spam-set-difference.
19177
19178 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19179
19180 * gnus-registry.el (gnus-registry-cache-file): Update to use
19181 gnus-dribble-directory OR gnus-home-directory OR ~.
19182 (gnus-registry-split-fancy-with-parent): Fix doc.
19183
19184 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19185
19186 * message.el (message-exchange-point-and-mark):
19187 Use message-mark-active-p. Suggested by Jesper Harder
19188 <harder@ifa.au.dk>.
19189
19190 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19191
19192 * message.el (message-exchange-point-and-mark): Don't activate
19193 region if it was inactive. Suggested by Hiroshi Fujishima
19194 <pooh@nature.tsukuba.ac.jp>.
19195
19196 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19197
19198 * gnus-art.el (article-display-face): Display Faces in the same
19199 order as X-Faces.
19200
19201 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19202
19203 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19204
19205 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19206
19207 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19208 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19209 (gnus-article-mime-hierarchy): Remove.
19210 (gnus-article-mime-hierarchy-next): Remove.
19211 (gnus-article-mode): Revert 2004-03-19 change.
19212 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19213 (gnus-insert-mime-button): Revert 2004-03-19 change.
19214 (gnus-mime-accumulate-hierarchy): Remove.
19215 (gnus-mime-enter-multipart): Remove.
19216 (gnus-mime-leave-multipart): Remove.
19217 (gnus-mime-display-part): Revert 2004-03-19 change.
19218 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19219
19220 * mml.el (mml-preview): Revert 2004-03-19 change.
19221
19222 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19223
19224 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19225
19226 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19227
19228 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19229 t while entering a file name using the mm-with-multibyte macro.
19230 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19231
19232 * mm-util.el (mm-with-multibyte): New macro.
19233
19234 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19235
19236 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19237 New user option.
19238 (gnus-mime-multipart-functions): Doc and customization fix.
19239 (gnus-article-mime-hierarchy): New variable.
19240 (gnus-article-mime-hierarchy-next): New variable.
19241 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19242 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19243 gnus-article-mime-hierarchy-next to nil.
19244 (gnus-insert-mime-button): Show hierarchy numbers.
19245 (gnus-mime-accumulate-hierarchy): New function.
19246 (gnus-mime-enter-multipart): New function.
19247 (gnus-mime-leave-multipart): New function.
19248 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19249 (gnus-mime-display-alternative): Show hierarchy numbers.
19250
19251 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19252 gnus-article-mime-hierarchy-next to nil.
19253
19254 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19255
19256 * dns.el: Don't require gnus-xmas.
19257
19258 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19259
19260 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19261 inline PGP.
19262 (mml-menu): Disable mml-quote-region if mark is inactive.
19263
19264 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19265
19266 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19267 when the group's active is not available.
19268
19269 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19270
19271 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19272 error.
19273
19274 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19275
19276 * imap.el (imap-store-password): New variable.
19277 (imap-interactive-login): Use it.
19278 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19279
19280 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19281
19282 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19283 window-start and hscroll to summary window.
19284
19285 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19286
19287 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19288 conversion message to newsrc-dribble when an actual conversion is
19289 performed.
19290
19291 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19292
19293 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19294
19295 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19296
19297 * mm-decode.el (mm-complicated-handles): New function reviving
19298 former definition of mm-multiple-handles.
19299
19300 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19301 (gnus-mime-delete-part): Use it.
19302
19303 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19304
19305 * gnus-agent.el (gnus-agent-read-local):
19306 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19307 avoid the implicit assumption that they will always be equal.
19308 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19309 coding-system-for-write, as the with-temp-file macro first prints
19310 to a buffer then saves the buffer.
19311
19312 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19313
19314 * gnus-art.el (gnus-article-edit-part): New function.
19315 (gnus-mime-save-part-and-strip): Use it; do query instead of
19316 signaling an error; don't use mm-multiple-handles.
19317 (gnus-mime-delete-part): Ditto.
19318
19319 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19320
19321 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19322 old file versions.
19323 (gnus-group-prepare-hook): Remove function that converted list
19324 form of gnus-agent-expire-days to group properties.
19325
19326 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19327 (gnus-request-accept-article): Re-indented.
19328
19329 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19330 converters to handle old agent file formats. Add logic for a
19331 "backup before upgrading warning".
19332 (gnus-convert-mark-converter-prompt): Developers can mark
19333 functions as needing (default), or not needing,
19334 gnus-convert-old-newsrc's "backup before upgrading warning".
19335 (gnus-convert-converter-needs-prompt): Tests whether the user
19336 should be protected from potentially irreversable changes by the
19337 function.
19338
19339 * legacy-gnus-agent.el: New. Provides converters that are only
19340 loaded when gnus-convert-old-newsrc needs to call them.
19341
19342 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19343
19344 * mail-source.el (mail-source-touch-pop): Doc fix.
19345
19346 * message.el (message-smtpmail-send-it): Doc fix.
19347
19348 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19349
19350 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19351
19352 * nnmail.el (nnmail-split-fancy): do.
19353
19354 * gnus-kill.el (gnus-kill, gnus-execute): do.
19355
19356 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19357
19358 * gnus-sum.el (gnus-widget-reversible-match)
19359 (gnus-widget-reversible-to-internal)
19360 (gnus-widget-reversible-to-external): New functions.
19361 (gnus-widget-reversible): New widget.
19362 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19363
19364 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19365
19366 * gnus-sum.el (gnus-thread-sort-functions)
19367 (gnus-article-sort-functions): Document `(not F)' items.
19368
19369 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19370
19371 * spam.el (spam-use-gmane-xref): Add new backend.
19372 (spam-gmane-xref-spam-group): Add variable to control the name of the
19373 Gmane spam group.
19374 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19375 (spam-regex-headers-spam, spam-regex-headers-ham)
19376 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19377 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19378 backends and checks.
19379 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19380
19381 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19382 an autodetect method.
19383
19384 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19385
19386 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19387 articles are being added to a group.
19388 (gnus-request-replace-article): Inform the agent that articles
19389 need to be uncached as the cached contents are no longer valid.
19390
19391 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19392
19393 * binhex.el: Don't autoload executable-find.
19394
19395 * canlock.el: Don't autoload mail-fetch-field.
19396
19397 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19398
19399 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19400 rmail-dont-reply-to and rmail-output.
19401
19402 * gnus-score.el: Don't autoload ffap-string-at-point.
19403
19404 * gnus-setup.el: Don't autoload sc-cite-original.
19405
19406 * imap.el: Don't autoload base64-decode-string,
19407 base64-encode-string and md5.
19408
19409 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19410 and rmail-msg-restore-non-pruned-header.
19411
19412 * mm-decode.el: Don't autoload executable-find.
19413
19414 * mm-url.el: Don't autoload executable-find.
19415
19416 * mm-view.el: Don't autoload diff-mode.
19417
19418 * nndb.el: Don't autoload news-reply-mode, news-setup,
19419 cancel-timer and telnet.
19420
19421 * password.el: Don't autoload run-at-time for Emacs.
19422
19423 * sha1-el.el: Don't autoload executable-find.
19424
19425 * sieve-mode.el: Don't autoload c-mode.
19426
19427 * uudecode.el: Don't autoload executable-find.
19428
19429 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19430
19431 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19432 (gnus-agent-possibly-alter-active): Avoid null in numeric
19433 comparison.
19434 (gnus-agent-set-local): Refuse to save null in local object table.
19435 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19436 list of articles that will be marked as unread.
19437
19438 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19439
19440 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19441
19442 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19443
19444 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19445 language tags.
19446
19447 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19448
19449 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19450 Don't bind "obarray".
19451
19452 * gnus-sum.el (gnus-thread-sort-functions):
19453 Add `gnus-thread-sort-by-most-recent-number' and
19454 `gnus-thread-sort-by-most-recent-date'.
19455 Reported by Kai Grossjohann <kai@emptydomain.de>.
19456
19457 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19458
19459 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19460
19461 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19462
19463 * gnus-cus.el (gnus-agent-customize-category):
19464 Remove ignore-errors macro reference that required cl to be loaded at
19465 run-time.
19466
19467 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19468 single-interval range of the form (min . max). Previously the
19469 range had to look like ((min . max)). Likewise, return
19470 (min . max) rather than ((min . max)).
19471 (gnus-range-map): Use gnus-range-normalize to accept
19472 single-interval range.
19473
19474 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19475 the cache, but not the agent, now appear with their usual face.
19476
19477 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19478
19479 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19480 w3m-safe-url-regexp variable buffer-local.
19481
19482 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19483
19484 2004-02-27 Simon Josefsson <jas@extundo.com>
19485
19486 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19487 gnus-group-real-prefix.
19488 (gnus-summary-move-article): Use it, instead of
19489 gnus-group-real-prefix.
19490
19491 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19492
19493 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19494 w3m-safe-url-regexp variable buffer-local and set it as the value
19495 of mm-w3m-safe-url-regexp.
19496
19497 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19498
19499 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19500 parsing gnus-posting-styles when the message is not for replying.
19501
19502 * nnrss.el (nnrss-opml-export):
19503 Use mm-set-buffer-file-coding-system instead of
19504 set-buffer-file-coding-system.
19505
19506 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19507
19508 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19509 of checkdoc.el).
19510 * nnrss.el: do.
19511 * gnus-mlspl.el: do.
19512 * gnus-ml.el: do.
19513 * gnus-srvr.el: do.
19514
19515 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19516
19517 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19518
19519 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19520 Corrections to custom-manual links.
19521
19522 * gnus-art.el (gnus-article): Ditto.
19523
19524 * mm-decode.el (mime-display, mime-security): Ditto.
19525
19526 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19527
19528 * flow-fill.el: Typo.
19529
19530 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19531
19532 * spam-wash.el: New file.
19533
19534 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19535
19536 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19537
19538 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19539
19540 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19541 to be run with new-articles as LIST1, not LIST2.
19542 (spam-registration-functions): Add spam-use-ham-copy as a nil
19543 registration backend.
19544
19545 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19546
19547 * spam-stat.el (spam-stat-washing-hook): New option.
19548 (spam-stat-buffer-words): Use it.
19549 (spam-stat-process-directory, spam-stat-test-directory):
19550 Use insert-file-contents-literally.
19551 (spam-stat-coding-system): New variable.
19552 (spam-stat-load, spam-stat-save): Use it.
19553
19554 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19555
19556 * spam-report.el (spam-report-plug-agent):
19557 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19558
19559 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19560
19561 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19562 Allow / in mailto URLs.
19563
19564 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19565
19566 * spam-report.el (spam-report-process-queue): Fix interactive use.
19567 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19568 (spam-report-unplug-agent): Doc fixes.
19569 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19570 (spam-report-agentize, spam-report-deagentize):
19571 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19572
19573 * message.el (message-setup-fill-variables): Add mml tags to
19574 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19575 <ajk@iu.edu>.
19576 (message-mode): Don't modify paragraph-separate there.
19577
19578 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19579
19580 * compface.el (uncompface-use-external): Default to undecided.
19581 (uncompface-use-external-threshold): New variable.
19582 (uncompface-float-time): New macro.
19583 (uncompface): Determine whether to use the external decoder if
19584 uncompface-use-external is undecided.
19585
19586 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19587
19588 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19589 after images.
19590
19591 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19592
19593 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19594
19595 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19596
19597 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19598
19599 * gnus-sum.el (gnus-summary-limit-to-age)
19600 (gnus-summary-limit-children): do.
19601
19602 * gnus-int.el (gnus-request-scan): do.
19603
19604 * gnus-group.el (gnus-group-suspend): do.
19605
19606 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19607
19608 * gnus-cite.el (gnus-cite-parse-attributions): do.
19609
19610 * gnus-agent.el (gnus-summary-set-agent-mark)
19611 (gnus-agent-regenerate-group): do.
19612
19613 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19614
19615 * binhex.el (binhex-decode-region-internal): do.
19616
19617 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19618
19619 * gnus-fun.el (gnus-face-properties-alist): New user option.
19620 (gnus-display-x-face-in-from): Use it.
19621
19622 * gnus-art.el (article-display-face): Ditto.
19623
19624 * compface.el (uncompface-use-external): Default to nil.
19625
19626 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19627
19628 * nntp.el (nntp-erase-buffer): New function.
19629 (nntp-retrieve-data, nntp-send-command)
19630 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19631 (nntp-possibly-change-group): Use it.
19632
19633 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19634 Use with-current-buffer.
19635
19636 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19637
19638 * compface.el: Merge the ELisp-based uncompface program.
19639 (compface): New customization group.
19640 (uncompface-use-external): New user option.
19641 (uncompface): Call uncompface-internal if uncompface-use-external
19642 is nil.
19643 (uncompface-internal): New function. Note that there are also
19644 some other functions and variables added for this function.
19645
19646 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19647
19648 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19649 if necessary.
19650
19651 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19652
19653 * spam-report.el (spam-report-unplug-agent)
19654 (spam-report-plug-agent, spam-report-deagentize)
19655 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19656 Add support for the Agent in spam-report: when unplugged, report to a
19657 file; when plugged, submit all the requests.
19658
19659 * spam.el (spam-register-routine): Fix message about
19660 registration.
19661
19662 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19663
19664 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19665 dependencies.
19666 (rfc2047-encode): Use it.
19667
19668 * gnus-art.el (gnus-button-marker-list): Move before first
19669 reference.
19670
19671 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19672 (imap-parse-body): Fix format string mismatch.
19673
19674 * gnus-score.el (gnus-summary-increase-score): do.
19675
19676 * nnrss.el (nnrss-close): New function.
19677
19678 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19679
19680 * nnrss.el (nnrss-make-filename): New function.
19681 (nnrss-request-delete-group, nnrss-read-server-data)
19682 (nnrss-save-server-data, nnrss-read-group-data)
19683 (nnrss-save-group-data): Use it.
19684 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19685 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19686 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19687
19688 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19689
19690 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19691
19692 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19693
19694 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19695 files.
19696
19697 * message.el (message-generate-headers-first): Don't quote nil
19698 and t in docstrings.
19699
19700 * imap.el (imap-id): do.
19701
19702 * gnus-agent.el (gnus-agent-consider-all-articles)
19703 (gnus-agent-queue-mail): do.
19704
19705 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19706
19707 * spam-report.el (spam-report-process-queue): New function.
19708 Process requests from `spam-report-requests-file'.
19709 (spam-report-process-queue): Doc fix.
19710
19711 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19712
19713 * spam.el (spam-register-routine)
19714 (spam-log-processing-to-registry, spam-log-registered-p)
19715 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19716 Change "check" to "spam-check" for semi-clarity.
19717
19718 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19719
19720 * pop3.el: Require nnheader.
19721
19722 * mml-smime.el: Require cl. Autoload message-fetch-field.
19723
19724 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19725
19726 * gnus-picon.el: Require cl.
19727
19728 * gnus-fun.el: Require gnus-ems and gnus-util.
19729
19730 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19731
19732 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19733
19734 * gnus-art.el (gnus-article-edit-mode): Define before first
19735 reference.
19736
19737 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19738
19739 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19740 (gnus-uu-post-encoded): Use point-at-bol.
19741
19742 * gnus-topic.el (gnus-group-active-topic-p): do.
19743
19744 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19745
19746 * gnus-group.el (gnus-group-kill-region): do.
19747
19748 * gnus-art.el (article-date-ut): do.
19749
19750 * message.el (message-fetch-field): Remove redundant
19751 case-fold-search binding.
19752 (message-narrow-to-field): Simplify.
19753
19754 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19755
19756 * spam.el (spam-directory): Derive from `gnus-directory'.
19757
19758 * spam-report.el (spam-report-url-to-file)
19759 (spam-report-requests-file): New function and variable for offline
19760 reporting.
19761 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19762 and user defined function.
19763 (spam-report-url-ping-mm-url): Remove doubled slash.
19764
19765 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19766
19767 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19768
19769 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19770
19771 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19772 Fix format string mismatch.
19773
19774 * sieve.el (sieve-deactivate-all): do.
19775
19776 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19777
19778 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19779
19780 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19781
19782 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19783
19784 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19785
19786 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19787 the list of checks.
19788
19789 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19790
19791 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19792 padding.
19793
19794 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19795
19796 * mm-view.el (mm-fill-flowed): New variable.
19797 (mm-inline-text): Use it.
19798
19799 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19800
19801 * spam.el (spam-spamassassin-register-ham-routine)
19802 (spam-spamassassin-register-spam-routine): Fix function names.
19803
19804 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19805
19806 * gnus.el (gnus-tmp-grouplens): Remove.
19807 (gnus-summary-line-format): Remove grouplens.
19808
19809 * gnus-group.el (gnus-group-line-format): Ditto.
19810
19811 * gnus-spec.el (gnus-format-specs): Ditto.
19812 (gnus-update-format-specifications): Flush the group format spec
19813 cache if there's the grouplens stuff.
19814 (gnus-parse-simple-format): Replace %l with the empty string.
19815
19816 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19817
19818 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19819 omission.
19820
19821 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19822
19823 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19824 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19825
19826 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19827
19828 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19829 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19830 New macros and functions.
19831 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19832 Handle > NLINK_MAX messages.
19833 * nnmaildir.el (nnmaildir-request-set-mark):
19834 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19835
19836 2004-01-25 Alex Schroeder <alex@gnu.org>
19837
19838 * spam-stat.el (spam-stat-process-directory-age): New option.
19839 (spam-stat-process-directory): Use it.
19840
19841 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
19842
19843 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19844 (spam-stat-save): Accept prefix argument.
19845
19846 2004-01-23 Paul Jarc <prj@po.cwru.edu>
19847
19848 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19849 links" error.
19850
19851 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19852
19853 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19854 compatibility with old .newsrc.eld files.
19855
19856 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19857
19858 * gnus-start.el (gnus-1): do.
19859
19860 * gnus-group.el (gnus-group-line-format-alist): do.
19861
19862 * gnus.el (gnus-use-grouplens, gnus-visual): do.
19863
19864 * gnus-gl.el: Remove.
19865
19866 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
19867
19868 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19869 marks consisting of a single range {for example, (3 . 5)} rather
19870 than a list of a single range { ((3 . 5)) }.
19871
19872 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19873
19874 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19875 Use with-current-buffer.
19876 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19877 avoid consing a string.
19878
19879 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19880 Remove obsolete entries for big5 and gb2312.
19881
19882 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
19883
19884 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19885 uncompressed list.
19886
19887 2004-01-22 Jesper Harder <harder@ifa.au.dk>
19888
19889 * spam-stat.el (spam-stat-strip-xref): New function.
19890 (spam-stat-process-directory): Use it.
19891
19892 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19893 here -- it's done in message-fetch-field.
19894
19895 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
19896
19897 * gnus-agent.el (gnus-agent-queue-mail)
19898 (gnus-agent-prompt-send-queue): New variables.
19899 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19900 * gnus-draft.el (gnus-group-send-queue): Pass the group name
19901 "nndraft:queue" along to gnus-draft-send.
19902 Use gnus-agent-prompt-send-queue.
19903 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19904 is "nndraft:queue". Suggested by Gaute Strokkenes
19905 <gs234@srcf.ucam.org>
19906
19907 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19908 (agent-enable-undownloaded-faces): Add.
19909 (gnus-agent-cat-groups): Use eval-and-compile, not
19910 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19911 method of gnus-agent-cat-groups even when the buffer has been
19912 evaled.
19913 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19914 delete gnus-agent-save-active-1.
19915 (gnus-agent-save-groups): Delete. Identical to
19916 gnus-agent-save-active.
19917 (gnus-agent-write-active): No longer adjust agent's copy of active
19918 file as agent's adjustments are now stored in their own
19919 file. Remove optional parameter.
19920 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19921 servers. Add use of min/max range limits from server's local
19922 file.
19923 (gnus-agent-save-alist): Remove unused optional argument.
19924 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19925 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19926 (gnus-agent-set-local): A per-server file that keeps min/max range
19927 limits for articles known to the agent. Provides a fast mechanism
19928 for altering many active ranges.
19929 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19930 active file (local makes it unnecessary).
19931 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19932
19933 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19934 (agent-enable-undownloaded-faces): Add.
19935
19936 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19937 disable it when sending to "nndraft:queue".
19938 (gnus-group-send-queue): Add safety check to avoid sending queue
19939 when unplugged.
19940
19941 * gnus-group.el (gnus-group-catchup): Use new
19942 gnus-sequence-of-unread-articles, not
19943 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19944 numbers of articles. Use gnus-range-map to avoid having to
19945 uncompress the unread list.
19946 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19947 Fix invalid ange-ftp reference.
19948
19949 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19950 (gnus-sorted-range-intersection): Intersection of two ranges
19951 without requiring that they first be uncompressed.
19952
19953 * gnus-start.el (gnus-activate-group): Unless blocked by the
19954 caller, possibly expand the active range to include both cached
19955 and agentized articles.
19956 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19957 multiple version-dependent converters.
19958 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19959 gnus-agent-save-active.
19960 (gnus-save-newsrc-file): Save dirty agent range limits.
19961
19962 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19963 gnus-agent-possibly-alter-active.
19964 (gnus-adjust-marked-articles): Faster handling of simple lists
19965
19966 2004-01-21 Jesper Harder <harder@ifa.au.dk>
19967
19968 * spam-stat.el (spam-stat-test-directory): New optional argument
19969 displays a list of files detected. Suggested by Andrew Cohen
19970 <cohen@andy.bu.edu>.
19971 (spam-stat-buffer-words-with-scores): Don't narrow and change
19972 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
19973
19974 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
19975
19976 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19977 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19978 (spam-spamassassin-arguments)
19979 (spam-spamassassin-spam-flag-header)
19980 (spam-spamassassin-positive-spam-flag-header)
19981 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19982 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19983 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19984 (spam-list-of-processors, spam-list-of-checks)
19985 (spam-list-of-statistical-checks, spam-registration-functions)
19986 (spam-check-spamassassin-headers, spam-check-spamassassin)
19987 (spam-spamassassin-score)
19988 (spam-spamassassin-register-with-sa-learn)
19989 (spam-spamassassin-register-spam-routine)
19990 (spam-spamassassin-register-ham-routine)
19991 (spam-assassin-register-spam-routine)
19992 (spam-assassin-register-ham-routine): Add SpamAssassin support.
19993 (spam-bogofilter-score): Fix to show article before scoring.
19994
19995 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
19996
19997 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19998 default scoring function.
19999 (spam-generic-score): Call spam-spamassassin-score if
20000 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20001 spam-bogofilter-score otherwise.
20002
20003 * gnus.el (spam-process, spam-autodetect-methods):
20004 Add spamassassin and spamassassin-headers.
20005
20006 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20007
20008 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20009 Suppress unnecessary messages.
20010
20011 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20012
20013 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20014 make-hash-table.
20015
20016 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20017
20018 * canlock.el (base64-encode-string): Don't autoload it.
20019
20020 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20021
20022 * run-at-time.el: Remove useless (require 'itimer),
20023 eval-and-compile and (featurep 'xemacs).
20024
20025 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20026
20027 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20028 GROUP is a virtual group.
20029
20030 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20031
20032 * gnus.el: Autoload `message-y-or-n-p'.
20033
20034 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20035
20036 * pgg-parse.el: Remove unnecessary (require 'custom).
20037
20038 * pgg-def.el: do.
20039
20040 * nnmail.el: do.
20041
20042 * gnus-undo.el: do.
20043
20044 * gnus-picon.el: do.
20045
20046 * gnus-util.el: do.
20047
20048 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20049
20050 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20051
20052 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20053
20054 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20055 handle, as well as a list.
20056
20057 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20058 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20059 (mm-w3m-cid-retrieve): Simplify.
20060
20061 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20062
20063 * message.el (message-kill-to-signature): Allow prefix arg to
20064 specify number of lines to keep before signature.
20065
20066 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20067
20068 * message.el (message-kill-to-signature): Change docstring.
20069
20070 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20071
20072 * canlock.el: Always require sha1-el.
20073 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20074
20075 * message.el: Autoload sha1 only when compiling.
20076
20077 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20078
20079 * message.el (message-canlock-generate): Require sha1-el.
20080
20081 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20082
20083 * message.el (message-expand-name): Silence the byte compiler.
20084
20085 2004-01-13 Simon Josefsson <jas@extundo.com>
20086
20087 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20088 Invoke gnus-score-mode.
20089 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20090
20091 * gnus-range.el (gnus-compress-sequence): Doc fix.
20092 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20093
20094 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20095
20096 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20097
20098 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20099
20100 * spam.el (spam-get-article-as-string): Update to use
20101 gnus-request-article-this-buffer, much simpler.
20102 (spam-get-article-as-buffer): Remove.
20103
20104 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20105
20106 * message.el (message-expand-name): Use EUDC if the user uses that.
20107
20108 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20109
20110 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20111 character for the encoding to avoid consing a string.
20112
20113 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20114 unnecessarily.
20115
20116 * mm-util.el (mm-replace-chars-in-string): Remove.
20117
20118 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20119 of mm-replace-chars-in-string.
20120
20121 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20122
20123 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20124
20125 * mm-util.el (mm-subst-char-in-string): Support inplace.
20126
20127 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20128 a new string in every iteration. Use shy groups.
20129
20130 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20131
20132 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20133 * gnus-soup.el (gnus-soup-group-brew):
20134 * gnus-msg.el (gnus-put-message):
20135 * gnus-move.el (gnus-group-move-group-to-server):
20136 * gnus-kill.el (gnus-batch-score):
20137 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20138 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20139 (gnus-group-update-group, gnus-group-read-group)
20140 (gnus-group-make-group, gnus-group-make-help-group)
20141 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20142 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20143 (gnus-group-sort-by-unread, gnus-group-catchup)
20144 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20145 (gnus-group-yank-group, gnus-group-set-info)
20146 (gnus-group-list-groups):
20147 * gnus.el (gnus-generate-new-group-name):
20148 * gnus-delay.el (gnus-delay-send-queue):
20149 * nnvirtual.el (nnvirtual-catchup-group):
20150 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20151 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20152 (gnus-group-prepare-topics, gnus-topic-check-topology):
20153 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20154 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20155 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20156 (gnus-group-make-articles-read):
20157 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20158 (gnus-group-change-level, gnus-kill-newsgroup)
20159 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20160 (gnus-get-unread-articles, gnus-make-articles-unread)
20161 (gnus-make-ascending-articles-unread): Use accessor
20162 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20163 to get group information for improved readability.
20164
20165 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20166
20167 * gnus-art.el (article-decode-mime-words, article-babel)
20168 (gnus-article-highlight-signature, gnus-article-add-buttons)
20169 (gnus-signature-toggle): Use gnus-with-article-buffer.
20170
20171 * gnus-art.el (gnus-article-highlight-headers)
20172 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20173
20174 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20175 (gnus-article-set-globals, gnus-request-article-this-buffer)
20176 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20177 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20178 (gnus-mime-display-alternative): Use with-current-buffer.
20179
20180 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20181
20182 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20183 also under 80 char limit, and call gnus-error if needed.
20184 (spam-fetch-article-header): Fix - it was a
20185 buffer-local variable (gnus-newsgroup-data).
20186 (spam-find-spam): Use spam-generate-fake-headers, forget about
20187 spam-insert-fake-headers.
20188 (spam-insert-fake-headers): Remove.
20189
20190 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20191
20192 * deuglify.el (gnus-article-outlook-unwrap-lines)
20193 (gnus-outlook-rearrange-article)
20194 (gnus-outlook-repair-attribution-outlook)
20195 (gnus-outlook-repair-attribution-block)
20196 (gnus-outlook-repair-attribution-other): Remove redundant
20197 save-excursion.
20198
20199 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20200
20201 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20202 (spam-fetch-field-subject-fast)
20203 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20204 (spam-fetch-article-header): Add functions to deal with Gnus
20205 internals for fast retrieval of article header data.
20206 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20207
20208 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20209
20210 * pop3.el (pop3-md5): Remove.
20211 (pop3-apop): Replace pop3-md5 with md5.
20212
20213 * mm-bodies.el: base64 is always built-in.
20214
20215 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20216 Use with-current-buffer.
20217
20218 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20219
20220 * canlock.el (canlock-insert-header): Remove excessive grouping in
20221 regexp.
20222
20223 * gnus-sum.el (gnus-summary-read-document): Ditto.
20224
20225 * gnus-uu.el (gnus-uu-part-number): Ditto.
20226
20227 * html2text.el (html2text-remove-tags): Ditto.
20228 (html2text-format-tags): Ditto.
20229 (html2text-format-single-elements): Ditto.
20230
20231 * mml.el (mml-parse-1): Ditto.
20232
20233 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20234
20235 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20236
20237 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20238
20239 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20240
20241 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20242
20243 2003-11-15 Simon Josefsson <jas@extundo.com>
20244
20245 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20246 (pgg-gpg-lookup-key): Use regexp match instead of
20247 split-string (split-string is different between emacs 21.2 and
20248 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20249
20250 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20251
20252 * gnus-art.el (gnus-mime-view-all-parts)
20253 (gnus-article-part-wrapper, gnus-article-view-part):
20254 Use with-current-buffer.
20255
20256 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20257
20258 * spam.el (spam-disable-spam-split-during-ham-respool)
20259 (spam-spamoracle-database, spam-cache-lookups)
20260 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20261 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20262 (spam-group-ham-marks, spam-group-spam-marks)
20263 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20264 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20265 also add spam-use-blackholes to the statistical checks.
20266 (spam-fetch-field-fast): Add interface to fetching fields, may
20267 become a macro.
20268 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20269 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20270 (spam-insert-fake-headers): Fake an article when needed.
20271 (spam-find-spam): Fake article when possible.
20272 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20273 (spam-check-bogofilter-headers): Use message-fetch-field instead
20274 of nnmail-fetch-field.
20275
20276 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20277
20278 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20279
20280 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20281
20282 * spam.el (spam-split): Do not require spam-use-CHECK to be
20283 enabled if that check is passed to spam-split explicitly; also
20284 fix so 'spam doesn't get converted to spam-split-group when
20285 spam-split-symbolic-return is t.
20286 (spam-find-spam): Find registrations of the article and use those
20287 instead of re-running spam-split to find the spam/ham
20288 classification of the article.
20289 (spam-log-processing-to-registry, spam-log-registered-p)
20290 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20291 Use gnus-error instead of gnus-message.
20292 (spam-log-registration-type): Add function to determine the
20293 classification of a message based on registry entries; will
20294 return nil if both 'spam and 'ham are found.
20295 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20296 a reasonably fast local cache without the loading errors.
20297 (spam-cache-lookups): Set to t by default.
20298 (spam-find-spam): Don't try to guess spam-cache-lookups.
20299 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20300 spam-caches entry.
20301 (spam-filelist-build-cache, spam-filelist-check-cache):
20302 Fix caching of whitelist/blacklist entries.
20303 (spam-check-whitelist, spam-check-blacklist):
20304 Invoke spam-from-listed-p with a type, not a cache variable.
20305 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20306
20307 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20308
20309 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20310
20311 * nnmail.el (nnmail-split-fancy): do.
20312
20313 * mml.el (mml-parse): do.
20314
20315 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20316 (gnus-score-adaptive): do.
20317
20318 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20319
20320 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20321 (gnus-mime-button-map): Don't set keymap parent.
20322 (gnus-button-ctan-directory-regexp): Use shy grouping.
20323 (gnus-prev-page-map): Don't set keymap parent.
20324 (gnus-prev-page-map): Remove duplicated one.
20325 (gnus-next-page-map): Don't set keymap parent.
20326 (gnus-mime-security-button-map): Ditto.
20327
20328 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20329 version number.
20330
20331 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20332
20333 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20334
20335 * canlock.el (canlock-sha1-function): Remove.
20336 (canlock-sha1-function-for-verify): Remove.
20337 (canlock-openssl-program): Remove.
20338 (canlock-openssl-args): Remove.
20339 (canlock-ignore-errors): Remove.
20340 (canlock-sha1-with-openssl): Remove.
20341 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20342 (canlock-verify): Don't use canlock-ignore-errors.
20343
20344 * sha1-el.el (sha1-string-external): Make it can return a string
20345 in binary form.
20346 (sha1-region-external): Ditto.
20347 (sha1-string-internal): Ditto.
20348 (sha1-region-internal): Ditto.
20349 (sha1-region): Ditto.
20350 (sha1-string): Ditto.
20351 (sha1): Ditto.
20352
20353 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20354
20355 * spam.el (spam-report-articles-gmane): New command.
20356
20357 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20358
20359 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20360
20361 * run-at-time.el (run-at-time-saved): Remove.
20362 (run-at-time): Doc fix.
20363
20364 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20365
20366 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20367 (gnus-summary-limit-map): Add it.
20368 (gnus-summary-make-menu-bar): do.
20369
20370 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20371
20372 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20373 Make attempt at some caching support (done for BBDB only now).
20374 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20375 addresses to be checked.
20376 (spam-clear-cache-BBDB): Add function, to be invoked by
20377 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20378 (spam-check-BBDB): Check and use the caches, if
20379 spam-cache-lookups is on, remove superfluous (provide).
20380
20381 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20382
20383 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20384
20385 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20386
20387 * run-at-time.el (run-at-time-saved): Move to after the definition
20388 of `run-at-time'.
20389
20390 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20391
20392 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20393 mm-w3m-local-map-property.
20394
20395 * mm-view.el (mm-w3m-mode-map): Remove.
20396 (mm-w3m-local-map-property): Remove.
20397 (mm-inline-text-html-render-with-w3m): Don't use
20398 mm-w3m-local-map-property.
20399
20400 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20401
20402 * run-at-time.el: New file.
20403
20404 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20405 of gnus-set-text-properties.
20406
20407 * gnus-uu.el (gnus-uu-save-article): Ditto.
20408
20409 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20410
20411 * gnus-cite.el (gnus-cite-parse): Ditto.
20412
20413 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20414 of gnus-.
20415
20416 * gnus.el: Change calls to nnheader-run-at-time and
20417 password-run-at-time throughout to use run-at-time directly.
20418
20419 * password.el: Remove definition of run-at-time.
20420
20421 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20422
20423 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20424 in prompt.
20425
20426 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20427
20428 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20429 XEmacs version.
20430
20431 * dns.el (dns-make-network-process): Use `open-network-stream'
20432 instead of `gnus-xmas-open-network-stream'.
20433
20434 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20435
20436 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20437
20438 * gnus-art.el (gnus-mime-display-alternative)
20439 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20440 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20441 Don't use gnus-local-map-property.
20442
20443 * gnus-util.el (gnus-local-map-property): Remove.
20444
20445 * mm-view.el (mm-view-pkcs7-decrypt):
20446 Replace gnus-completing-read-maybe-default with completing-read.
20447
20448 * gnus-util.el (gnus-completing-read): do.
20449 (gnus-completing-read-maybe-default): Remove.
20450
20451 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20452
20453 * password.el: Only autoload `run-at-time' if not XEmacs.
20454 Only autoload the itimer functions if XEmacs.
20455
20456 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20457
20458 * gnus-art.el (gnus-read-string): Remove.
20459 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20460 read-string.
20461
20462 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20463
20464 * netrc.el: Autoload password-read.
20465 (netrc): Add configuration group.
20466 (netrc-encoding-method, netrc-openssl-path):
20467 Add variables for encoding and decoding of files with symmetric
20468 ciphers.
20469 (netrc-encode): Add assistant function to encode a file with
20470 netrc-encoding-method.
20471 (netrc-parse): Add interactive parameter, added optional
20472 decoding if netrc-encoding-method is non-nil but otherwise
20473 behavior is standard.
20474 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20475 Do s/encode/encrypt/ everywhere.
20476
20477 * spam.el: Remove executable-find autoload.
20478
20479 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20480
20481 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20482
20483 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20484
20485 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20486
20487 * gnus-art.el (gnus-treat-ansi-sequences)
20488 (article-treat-ansi-sequences): New variable and function.
20489 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20490
20491 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20492 Use it.
20493
20494 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20495
20496 * mm-util.el (mm-quote-arg): Remove.
20497
20498 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20499 shell-quote-argument.
20500
20501 * gnus-uu.el (gnus-uu-command): do.
20502
20503 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20504
20505 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20506 with make-char.
20507
20508 * mm-util.el (mm-make-char): Remove.
20509
20510 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20511 add-minor-mode.
20512
20513 * gnus-undo.el (gnus-undo-mode): do.
20514
20515 * gnus-topic.el (gnus-topic-mode): do.
20516
20517 * gnus-sum.el (gnus-dead-summary-mode): do.
20518
20519 * gnus-start.el (gnus-slave-mode): do.
20520
20521 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20522
20523 * gnus-ml.el (gnus-mailing-list-mode): do.
20524
20525 * gnus-gl.el (gnus-grouplens-mode): do.
20526
20527 * gnus-draft.el (gnus-draft-mode): do.
20528
20529 * gnus-dired.el (gnus-dired-mode): do.
20530
20531 * gnus-ems.el (gnus-add-minor-mode): Remove.
20532
20533 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20534 Replace gnus-char-width with char-width.
20535
20536 * gnus-ems.el (gnus-char-width): Remove.
20537
20538 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20539 Replace gnus-char-width with char-width.
20540
20541 * gnus-ems.el (gnus-char-width): Remove.
20542
20543 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20544 definition.
20545 Remove Emacs 20 hash table compatibility code.
20546
20547 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20548 20 compatibility code.
20549
20550 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20551
20552 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20553
20554 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20555 Replace with point-at-{eol,bol}.
20556
20557 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20558
20559 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20560
20561 * flow-fill.el (fill-flowed-point-at-bol)
20562 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20563
20564 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20565 Replace with point-at-{eol,bol} throughout all files.
20566
20567 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20568
20569 * ntlm.el (ntlm-string-as-unibyte): New macro.
20570 (ntlm-build-auth-response): Use it.
20571
20572 Remove Emacs 20 stuff:
20573 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20574 of delq and copy-sequence.
20575 * gnus-art.el (popup-menu): Remove the compiler macro.
20576 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20577 Emacs 20.
20578
20579 2004-01-05 Simon Josefsson <jas@extundo.com>
20580
20581 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20582 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20583 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20584 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20585 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20586 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20587 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20588 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20589 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20590 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20591 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20592 string-xor into ntlm-string-xor.
20593 Suggested by Jesper Harder <harder@myrealbox.com>.
20594
20595 * ntlm.el: Don't include poem.
20596
20597 * md4.el (print-int32, print-string-hexa): Remove.
20598 Suggested by Jesper Harder <harder@myrealbox.com>.
20599
20600 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20601
20602 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20603 probably breaks emacs with DL patch, but do we care? Is anyone
20604 still using the DL stuff?)
20605
20606 * sieve-manage.el: Use the password package.
20607 (sieve-manage-read-passwd): Remove.
20608 (sieve-manage-interactive-login): Use password. Re-add
20609 condition-case around loop.
20610
20611 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20612 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20613 Use the password package.
20614
20615 2003-02-19 Simon Josefsson <jas@extundo.com>
20616
20617 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20618 token.
20619
20620 2002-08-07 Simon Josefsson <jas@extundo.com>
20621
20622 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20623 (sieve-manage-authenticators):
20624 (sieve-manage-authenticator-alist): Add some SASL mechs.
20625 (sieve-sasl-auth): New function.
20626 (sieve-manage-cram-md5-auth):
20627 (sieve-manage-plain-auth): Rewrite using SASL library.
20628 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20629 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20630 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20631 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20632
20633 2004-01-05 Simon Josefsson <jas@extundo.com>
20634
20635 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20636 New files.
20637
20638 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20639
20640 * gnus-group.el (gnus-no-groups-message): Update.
20641
20642 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20643
20644 2003-11-09 Simon Josefsson <jas@extundo.com>
20645
20646 * imap.el: Support for ID IMAP extension (RFC 2971).
20647 (imap-local-variables): Add imap-id.
20648 (imap-id): New variable.
20649 (imap-id): New function.
20650 (imap-parse-response): Parse untagged ID response.
20651 * nnimap.el (nnimap-id): New variable.
20652 (nnimap-open-connection): Use it.
20653
20654 2003-12-28 Simon Josefsson <jas@extundo.com>
20655
20656 * gnus-score.el (gnus-score-edit-all-score): New.
20657 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20658
20659 2004-01-04 Simon Josefsson <jas@extundo.com>
20660
20661 * password.el: Add.
20662
20663 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20664
20665 * dns.el (dns-query-types): Fix typo.
20666 (dns-query-types): New function.
20667 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20668 PTR and SOA replies, see RFC 1035.
20669
20670 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20671
20672 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20673
20674 * Move to Changelog.2.
20675
20676 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20677
20678 * gnus.el (gnus-version-number): Bump version.
20679
20680 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20681
20682 * gnus.el: No Gnus v0.1 is released.
20683
20684 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20685
20686 * gnus.el: No Gnus v0.0 is released.
20687
20688 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20689
20690 * gnus.el (gnus-version-number): Bump.
20691 (gnus-version): No.
20692
20693 See ChangeLog.2 for earlier changes.
20694
20695 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20696
20697 This file is part of GNU Emacs.
20698
20699 GNU Emacs is free software: you can redistribute it and/or modify
20700 it under the terms of the GNU General Public License as published by
20701 the Free Software Foundation, either version 3 of the License, or
20702 (at your option) any later version.
20703
20704 GNU Emacs is distributed in the hope that it will be useful,
20705 but WITHOUT ANY WARRANTY; without even the implied warranty of
20706 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20707 GNU General Public License for more details.
20708
20709 You should have received a copy of the GNU General Public License
20710 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20711
20712 ;; Local Variables:
20713 ;; coding: utf-8
20714 ;; fill-column: 79
20715 ;; add-log-time-zone-rule: t
20716 ;; End: