shr.el (shr-urlify, shr-link): Fix shr-link face.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4
5 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6
7 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
8 error out because the face is not a list.
9
10 2011-05-05 Glenn Morris <rgm@gnu.org>
11
12 * gnus-start.el (gnus-propagate-marks): Declare.
13
14 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
15
16 * registry.el (registry-reindex): Fix percentage message.
17
18 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
19
20 * shr.el: Add shr-link face for links.
21 (shr-urlify): Use it.
22
23 * registry.el (registry-insert): Make error message more helpful.
24
25 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
26
27 * gnus-html.el (gnus-html-schedule-image-fetching): Use
28 url-queue-retrieve, if it exists.
29
30 * shr.el (shr-tag-img): Ditto.
31
32 * gnus.el: Autoload more gnus-agent functions.
33
34 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
35 agent if we haven't already (bug#8502).
36
37 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
38 into the Agent, too.
39
40 * gnus-agent.el (gnus-agent-store-article): New function.
41
42 * nnheader.el (nnheader-insert-buffer-substring): Renamed from nntp-
43 and moved from that file for reuse.
44
45 * pop3.el (pop3-open-server): Error messages are "-ERR".
46
47 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
48
49 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
50 (open-tls-stream): Remove superfluous tls/starttls autoloads.
51
52 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
55 buffer has moved to a different frame.
56
57 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
58
59 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
60 to get the conversion from unibyte to multibyte buffers to work on
61 Emacs 22.
62
63 * nntp.el (nntp-request-article): Slight clean-up.
64
65 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
66
67 * shr.el (shr-strike-through): New face.
68 (shr-tag-s): Use it to provide <s> support.
69 (shr-tag-s): Remove duplicate definition.
70
71 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
72
73 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
74 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
75
76 2011-04-23 Glenn Morris <rgm@gnu.org>
77
78 * gnus-sum.el (gnus-extra-headers): Bump :version.
79
80 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
81
82 * shr.el (shr-tag-sup): New function.
83 (shr-tag-sub): Ditto.
84
85 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
86
87 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
88 for the case where `gnus-registry-ignored-groups' is a list of lists,
89 and don't call `gnus-parameter-registry-ignore' otherwise.
90
91 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
92
93 * nnimap.el (nnimap-user): New backend variable.
94 (nnimap-open-connection-1): Use it.
95 (nnimap-credentials): Accept user parameter so it's explicit what user
96 name is desired.
97
98 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
99 default.
100
101 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
102 not gnus-registry.el.
103
104 * gnus-registry.el: Mention in comments how to modify
105 `gnus-extra-headers' for proper recipient tracking and that it may
106 already have To and Cc recently, which it does as of this commit.
107 (gnus-registry-ignored-groups): Remove defcustom.
108 Explain why in comments.
109 (gnus-registry-action): Fix data-header reference to use the extra
110 headers. Explain in package commentary how to add To and Cc headers to
111 the gnus-extra-headers.
112 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
113 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
114 parameter list or a string list in `gnus-registry-ignored-groups'. Fix
115 logic error.
116
117 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
118
119 * shr.el (shr-expand-url): Protect against null urls.
120
121 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
122
123 * shr.el (shr-base): New binding.
124 (shr-tag-base): Keep track of <base>.
125 (shr-expand-url): New function used throughout.
126
127 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
128
129 * gnus-registry.el
130 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
131 (gnus-registry-ignored-groups): New variable.
132 (gnus-registry-ignore-group-p): Use it.
133 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
134 set the destination group to nil (same as delete) if it's ignored.
135
136 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
137
138 * gnus-registry.el (gnus-registry-action)
139 (gnus-registry-fetch-header-fast):
140 Don't use mail-header that looks an internal function of mailheader.el.
141
142 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
143
144 * gnus-registry.el: Eliminate cl functions.
145 (gnus-registry-sort-addresses): New function that replaces mapcan.
146 (gnus-registry-action, gnus-registry-spool-action)
147 (gnus-registry-split-fancy-with-parent)
148 (gnus-registry-fetch-recipients-fast): Use it.
149 (gnus-registry-import-eld): Replace delete* with dolist + delq.
150
151 * registry.el (initialize-instance, registry-lookup)
152 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
153 (registry-lookup-secondary-value, registry-search, registry-delete)
154 (registry-insert, registry-reindex, registry-size, registry-prune):
155 Use eval-and-compile.
156
157 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
158
159 * registry.el (registry-reindex): New method to recreate the secondary
160 registry indices.
161
162 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
163 tracked field changes.
164 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
165 (gnus-registry-action, gnus-registry-spool-action)
166 (gnus-registry-handle-action)
167 (gnus-registry--split-fancy-with-parent-internal)
168 (gnus-registry-split-fancy-with-parent)
169 (gnus-registry-register-message-ids): Add recipient tracking on spool,
170 move, and delete actions, and for fancy splitting with parent.
171 (gnus-registry-extract-addresses)
172 (gnus-registry-fetch-recipients-fast)
173 (gnus-registry-fetch-header-fast): Convenience functions.
174 (gnus-registry-misc-test): ERT test of
175 `gnus-registry-extract-addresses'.
176
177 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
178
179 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
180 Track by subject first, then sender.
181
182 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
185
186 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
187 Lisp.
188
189 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
190 (gnus-draft-send): Use it to avoid popping
191 up frames from gnus-group-send-queue.
192
193 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
194
195 * gnus-registry.el: Updated gnus-registry docs.
196
197 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
198
199 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
200 Fix logic bug.
201 (gnus-registry-post-process-groups): Fix logging of no results and
202 quote sender and subject.
203
204 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
205
206 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
207 (gnus-read-active-for-groups): Don't try to finish getting stuff where
208 we had no early-data returned.
209 (gnus-get-unread-articles): Add a sanity check so that we don't issue
210 two async commands to the same server at the same time.
211
212 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
213
214 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
215
216 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
217
218 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
219 "warning" level.
220
221 * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
222 (mm-url-insert-file-contents): Don't set the package names.
223
224 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
225
226 * gnus-registry.el (gnus-registry-action): Remove properties and
227 simplify subject in `gnus-registry-handle-action'.
228 (gnus-registry-spool-action): Get subject and sender from message if
229 they are not passed in.
230 (gnus-registry-handle-action): Remove properties and simplify subject
231 consistently.
232
233 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * registry.el: Require CL before using defmacro*.
236
237 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
238
239 * gnus-art.el (article-treat-date): Assume that
240 gnus-article-date-headers may be a group parameter.
241
242 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
243
244 * gnus-registry.el (gnus-registry-handle-action): More debugging.
245
246 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
247 interactively so the newsrc file can contain foreign groups too.
248 Useful for debugging but not much for users.
249
250 2011-04-07 David Engster <dengste@eml.cc>
251
252 * registry.el (registry-usage-test): Only do
253 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
254 lexical binding.
255
256 2011-04-06 David Engster <dengste@eml.cc>
257
258 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
259 argument NOERROR for `require', since XEmacs 21.4 does not support it.
260
261 2011-04-06 David Engster <dengste@eml.cc>
262
263 * registry.el (initialize-instance): Change :after to :AFTER to be
264 compatible with old EIEIO version in XEmacs.
265
266 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
267
268 * gnus-registry.el (gnus-registry-post-process-groups)
269 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
270 and provide better messaging.
271
272 2011-04-06 David Engster <dengste@eml.cc>
273
274 * Makefile.in (fail-on-warning): New rule to compile with warnings as
275 errors.
276
277 * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
278 dgnushack-compile with error-on-warn enabled, and to signal an error if
279 clean compilation failed.
280 (dgnushack-compile): New argument 'error-on-warn'. If non-nil, compile
281 with `byte-compile-error-on-warn'. Return nil if errors occured.
282
283 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
284
285 * gnus-registry.el: Don't use ERT if it's not available. Load it
286 unconditionally anyway, discarding errors.
287 (gnus-registry-delete-entries): New convenience function.
288 (gnus-registry-import-eld): Import from old .eld registry.
289
290 * registry.el: Don't use ERT if it's not available. Load it
291 unconditionally anyway, discarding errors.
292
293 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
294 version from the Claudio Bley GnuTLS patch (extra optional parameters
295 and host name).
296
297 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
298
299 * gnus-registry.el (gnus-registry-fixup-registry): New function to
300 fixup the parameters that can be customized by the user between
301 save/read cycles.
302 (gnus-registry-read): Use it.
303 (gnus-registry-make-db): Use it.
304 (gnus-registry-spool-action, gnus-registry-handle-action): Fix
305 messaging.
306 (gnus-registry--split-fancy-with-parent-internal): Fix loop. Map
307 references to actual group names with sender and subject tracking.
308 (gnus-registry-post-process-groups): Use `cond' for better messaging.
309 (gnus-registry-usage-test): Add subject lookup test.
310
311 * registry.el (registry-db, initialize-instance): Set up constructor
312 instead of :initform arguments for the sake of older Emacsen.
313 (registry-lookup-breaks-before-lexbind): New method to demonstrate
314 pre-lexbind merge bug.
315 (registry-usage-test): Use it.
316 (initialize-instance, registry-db): Move the non-function initforms
317 back to the class definition.
318
319 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
320
321 * registry.el: New library to manage gnus-registry-style data.
322
323 * gnus-registry.el: Use it (major rewrite).
324
325 * nnregistry.el: Use it.
326
327 * spam.el: Use it.
328
329 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
330
331 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
332 marks on non-selected articles.
333
334 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
335
336 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
337
338 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
339 parameter to open-protocol-stream.
340
341 2011-04-01 Julien Danjou <julien@danjou.info>
342
343 * mm-view.el (mm-display-inline-fontify): Do not fontify with
344 fundamental-mode.
345
346 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
347
348 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
349 servers.
350
351 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
352
353 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
354 made marks not propagate, again.
355
356 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
357
358 * proto-stream.el (open-protocol-stream): Bring back `network' type.
359 Make this the default type.
360 (proto-stream-open-plain): Rename from proto-stream-open-default.
361 (open-protocol-stream, proto-stream-open-starttls)
362 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
363 with `plain'.
364
365 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
366 value.
367
368 * nntp.el (nntp-open-connection-function): Document the fact that some
369 values are not functions but are instead handled specially. Recognize
370 nntp-open-plain-stream value.
371 (nntp-open-connection): Recognize that value.
372
373 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
374
375 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
376 stuff.
377
378 * gnus-score.el (gnus-score-string): Fix calling convention of
379 `gnus-simplify-buffer-fuzzy' after last patches.
380
381 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
382 server for articles we didn't get any headers for. This is a sanity
383 check.
384
385 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
386
387 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
388 new CAPABILITY, use it.
389
390 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
391
392 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
393 downloading anything.
394
395 * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
396
397 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
398
399 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
400 colors.
401 (gnus-splash-svg-color-symbols): New function.
402
403 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
404
405 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
406 instead of using the global gnus-simplify-subject-fuzzy-regexp.
407 (gnus-simplify-subject-fuzzy): Use the local
408 gnus-simplify-subject-fuzzy-regex instead of the global one. This
409 makes using this variable in group parameters work.
410
411 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
412
413 * gnus-registry.el (gnus-registry-unfollowed-groups): Add
414 "archive:sent" to the unfollowed group regex (for the recent Gnus
415 archive:sent-YYYY-MM-DD groups).
416 (gnus-registry-split-fancy-with-parent): Bail out early in sender
417 tracking if there are more than `gnus-registry-max-track-groups'
418 matches.
419
420 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
421
422 * message.el (message--yank-original-internal): New function to do the
423 insertion cleanly inside eval in `message-yank-original'.
424 (message-yank-original): Use it.
425
426 2011-03-29 Julien Danjou <julien@danjou.info>
427
428 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
429 local variables disabled rather than `normal-mode'.
430
431 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
432
433 * proto-stream.el: Changes preparatory to merging open-protocol-stream
434 with open-network-stream.
435 (proto-stream-always-use-starttls): Option removed.
436 (open-protocol-stream): Return a process object by default. Provide a
437 new parameter :return-list specifying a list-type return value, which
438 now has the form (PROP . PLIST) instead of a fixed-length list. Change
439 :type `network' to `try-starttls', and `network-only' to `default'.
440 Make `default' the default, for compatibility with open-network-stream.
441 Handle the no-parameter case exactly as open-network-stream, with no
442 additional stream processing. Search plists using plist-get.
443 Explicitly add :end-of-commend parameter if it is missing.
444 (proto-stream-open-default): Renamed from
445 proto-stream-open-network-only. Return 'default as the type.
446 (proto-stream-open-starttls): Rename from proto-stream-open-network.
447 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
448 failed. Always return a list with a (possibly dead) process as the
449 first element, for compatibility with open-network-stream.
450 (proto-stream-open-tls): Use plist-get. Always return a list.
451 (proto-stream-open-shell): Return `default' as connection type.
452 (proto-stream-capability-open): Use plist-get.
453 (proto-stream-eoc): Function deleted.
454
455 * nnimap.el (nnimap-stream, nnimap-open-connection)
456 (nnimap-open-connection-1): Handle renaming of :type parameter for
457 open-protocol-stream.
458 (nnimap-open-connection-1): Pass a :return-list parameter
459 open-protocol-stream to obtain a list return value. Parse this list
460 using plist-get.
461
462 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
463 for open-protocol-stream. Accept open-protocol-stream return value
464 that is a subprocess object instead of a list. Handle the case of a
465 dead returned process.
466
467 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
468
469 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
470
471 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
472
473 2011-03-21 Julien Danjou <julien@danjou.info>
474
475 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
476 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
477 query.
478 (mm-inline-text): Render normal text with fontification whenever
479 possible.
480
481 * gnus-sum.el (gnus-summary-save-parts-1):
482 * gnus-art.el (gnus-article-browse-html-save-cid-content)
483 (gnus-article-browse-html-parts, gnus-mime-delete-part)
484 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
485 Use `mm-handle-filename'.
486
487 * mm-util.el (mm-handle-filename): New function, return the filename of
488 an handle.
489
490 2011-03-18 Julien Danjou <julien@danjou.info>
491
492 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
493 (gnus-buffer-live-p): Check that buffer is not nil.
494
495 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
496
497 * gnus-art.el: Require mouse, which the build bot seems to say is
498 needed.
499
500 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
501 XEmacs, since it doesn't have url-retrieve-synchronously.
502
503 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
504
505 * gnus-group.el (gnus-group-list-ticked): New function.
506 (gnus-group-make-menu-bar): Provide a menu entry for it.
507 (gnus-group-list-map): Provide a binding for it.
508
509 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
510
511 * shr.el (shr-visit-file): New command.
512
513 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
514
515 2011-03-17 Bjørn Mork <bjorn@mork.no>
516
517 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
518 servers.
519
520 2011-03-16 Julien Danjou <julien@danjou.info>
521
522 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
523 inline.
524
525 * gnus-art.el (article-hide-list-identifiers): Use
526 gnus-group-get-list-identifiers.
527
528 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
529 (gnus-summary-remove-list-identifiers): Use
530 gnus-group-get-list-identifiers to get regexp.
531 (gnus-select-newsgroup, gnus-summary-insert-subject)
532 (gnus-summary-insert-articles): Call
533 gnus-summary-remove-list-identifiers unconditionally.
534
535 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
536
537 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
538 we're selecting a group with unread articles.
539
540 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
541
542 * gssapi.el: New file separated out from imap.el to provide a general
543 Kerberos 5 connection facility for Emacs.
544
545 * message.el (message-elide-ellipsis): Document the format spec
546 ellipsis.
547
548 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
549
550 * message.el (message-elide-region): Allow the ellipsis to say how many
551 lines were removed.
552
553 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
554
555 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
556 window configurations containing buffers that are now dead.
557
558 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
559 parsing to avoid integer overflows.
560 (nnimap-parse-flags): Simplify the last change.
561 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
562 too large for 32-bit Emacsen.
563
564 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * auth-source.el (auth-source-netrc-create):
567 * message.el (message-yank-original): Fix use of `case'.
568
569 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
570
571 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
572 XEmacs, which was one character too wide.
573
574 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
575
576 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
577 default number of articles to display.
578 (gnus-articles-to-read): Use pretty names for prompt.
579
580 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
581
582 * gnus-int.el (gnus-open-server): Ditto.
583
584 * gnus-start.el (gnus-activate-group): Give a backtrace if
585 debug-on-quit is set and the user hits `C-g'.
586 (gnus-read-active-file): Ditto.
587
588 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
589
590 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
591
592 * message.el (message-yank-original): Use cond instead of CL case.
593
594 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * auth-source.el (auth-source-netrc-create): Use usual format for the
597 default in prompts.
598
599 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
600
601 * auth-source.el (auth-source-netrc-create): Show the default in the
602 prompt when prompting for token creation.
603
604 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
605
606 * auth-source.el (auth-source-format-prompt): Always convert the value
607 to a string to avoid evaluating non-string arguments.
608 (auth-source-netrc-create): Offer default properly, not as initial
609 content in `read-string'.
610 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
611 of line to determine if we've been run before. If so, don't run again,
612 but print a trivial message to indicate the cache was hit instead.
613
614 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
615
616 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
617 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
618 The user will have to run `gnus-sync-read' manually and wait for Cloudy
619 Gnus.
620
621 2011-03-11 Julien Danjou <julien@danjou.info>
622
623 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
624 modified file".
625
626 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
627
628 * auth-source.el (auth-source-read-char-choice): New function to read a
629 character choice using `dropdown-list', `read-char-choice', or
630 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
631 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
632 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
633 (auth-source-netrc-saver): Use it.
634 (auth-source-pick-first-password): New convenience function.
635
636 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
637
638 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
639 parameter in the credentials.
640 (nnimap-open-connection-1): Use it after a successful login.
641 (nnimap-credentials): Add IMAP-specific user and password prompt.
642
643 * auth-source.el (auth-source-search): Add :require parameter, taking a
644 list. Document it and the :save-function return token. Pass :require
645 down. Change the CREATED message from a warning to a debug statement.
646 (auth-source-search-backends): Pass :require down.
647 (auth-source-netrc-search): Pass :require down.
648 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
649 Change save prompt to indicate all modifications saved here are
650 deletions.
651 (auth-source-netrc-create): Take user login name as default in user
652 prompt. Move all the save functionality to a lexically bound function
653 under the :save-function token in the returned list. Set up clearer
654 default prompts for user, host, port, and secret.
655 (auth-source-netrc-saver): New function, intended to be wrapped for
656 :save-function.
657
658 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
659
660 * Version 23.3 released.
661
662 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
663
664 * shr.el (shr-table-horizontal-line): Change the defaults for the table
665 lines to be spaces instead.
666
667 2011-03-07 Julien Danjou <julien@danjou.info>
668
669 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
670 (sieve-sasl-auth): Check that auth-source-search did return something,
671 or just return an empty string.
672
673 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
674
675 * gnus.el (gnus-interactive): Use read-directory-name.
676
677 * gnus-uu.el (gnus-uu-decode-uu-and-save)
678 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
679 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
680 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
681 Likewise.
682
683 * gnus-group.el (gnus-group-make-directory-group): Likewise.
684
685 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
686
687 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
688 onto the list of killed groups, too. This makes killed nnimap groups,
689 for instance, more reliably not reappear.
690
691 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
692 the parent.
693
694 * gnus-sum.el (gnus-update-read-articles): Fix typo.
695
696 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
697 really have server-side marks.
698
699 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
700 since most backends do not usefully have server-side marks.
701 (gnus-update-read-articles): Propagate marks to all backends that
702 really have server-side marks.
703
704 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
705
706 * message.el (message-cite-reply-position, message-cite-style):
707 New variables.
708 (message-yank-original): Use the new citation styles.
709
710 2011-03-04 Daiki Ueno <ueno@unixuser.org>
711
712 * message.el (message-options): Revert the change that's a workaround
713 for XEmacs buffer-local issue; don't mark it buffer-local when running
714 under XEmacs.
715
716 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
717
718 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
719 numbers too big to be `read'.
720
721 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
722
723 * message.el (message-options): Make buffer-local two ways to attempt
724 to fix a XEmacs bug.
725
726 2011-03-02 Julien Danjou <julien@danjou.info>
727
728 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
729
730 2011-03-01 Julien Danjou <julien@danjou.info>
731
732 * gnus-art.el (list-identifier): Add list-identifier as a parameter
733 group.
734 (article-hide-list-identifiers): Use list-identifier group parameter.
735
736 2011-02-28 Julien Danjou <julien@danjou.info>
737
738 * sieve.el (sieve-buffer-script-name): New local variable to store
739 sieve script name.
740 (sieve-edit-script): Store sieve script name.
741 (sieve-upload): Use sieve script name when uploading.
742 (sieve-upload): Use substitute-command-keys.
743 (sieve-edit-script): Use substitute-command-keys.
744 (sieve-refresh-scriptlist): Use substitute-command-keys.
745 (sieve-manage-mode-map): Define keymap properly.
746 (sieve-manage-mode): Do not set mode name manually, change mode-name to
747 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
748 Remove commented code about cvs.
749 (sieve-manage-quit): New function.
750 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
751
752 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
753
754 * gnus-group.el (gnus-import-other-newsrc-file): New function.
755
756 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
757
758 * auth-source.el (auth-source-search): Cache empty result sets.
759
760 * auth-source.el (auth-source-save-behavior): New variable to replace
761 `auth-source-never-create'.
762 (auth-source-netrc-create): Use it.
763 (auth-source-never-save): Remove.
764
765 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
766
767 * nnimap.el (nnimap-stream): Doc fix.
768 (nnimap-open-connection-1): Reverse the order of the ports to that the
769 prompted-for port is first.
770
771 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
772 retrieval by the no-group selection.
773
774 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
775 numerical parameters.
776
777 2011-02-25 Julien Danjou <julien@danjou.info>
778
779 * gnus-gravatar.el: Use gnus-with-article-buffer.
780
781 * gnus-art.el (gnus-with-article-buffer): Check that the
782 gnus-article-buffer is alive.
783
784 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
785
786 * auth-source.el (auth-source-creation-prompts): New variable to manage
787 creation-time prompts.
788 (auth-source-search): Document it.
789 (auth-source-format-prompt): Add utility function.
790 (auth-source-netrc-create): Don't default the user name to
791 user-login-name. Use `auth-source-creation-prompts' and some default
792 prompts for user, host, port, and password (the default generic prompt
793 remains ugly).
794 (auth-source-never-save): Add customizable option to never save info.
795 (auth-source-netrc-create): Use it and improve save prompts. Fix help
796 mode excursion.
797
798 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
799
800 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
801 argument that XEmacs doesn't support.
802
803 2011-02-23 Julien Danjou <julien@danjou.info>
804
805 * gnus-art.el (article-make-date-line): Ignore errors if time is
806 invalid and not convertible.
807 (article-make-date-line): Only add lapsed time if time is not nil.
808
809 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
810
811 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
812 `read-char-choice' for backwards compatibility.
813 (auth-source-netrc-element-or-first): New function to DTRT for
814 parameter extraction.
815 (auth-source-netrc-create): Use it and fix multiple parameter print
816 bug. Use the default passed from above (given-default) or the
817 built-in (user-login-name for :user).
818
819 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
820
821 * gnus-start.el (gnus-dribble-read-file):
822 Set buffer-save-without-query, since we always want to save the dribble
823 file, probably.
824
825 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
826 nnimap.
827
828 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
829 -summary- since it's a user-visible variable.
830
831 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
832 first time you use the new Gnus.
833
834 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
835
836 * auth-source.el: Don't load netrc.el.
837 (auth-sources): Search ~/.netrc as well by default.
838 (auth-source-debug): Add 'trivia option for extra output.
839 (auth-source-do-trivia): Use it.
840 (auth-source-search): Simplify logic to use
841 `auth-source-search-backends'. Use `auth-source-do-trivia' where
842 appropriate. Don't keep a running count at this level. Layer :create
843 and :delete options appropriately on the first and second passes.
844 Don't track the backend with the search results.
845 (auth-source-search-backends): New function to search a list of
846 backends for a processed spec.
847 (auth-source-netrc-parse): Cache all netrc files, making
848 auth-source-netrc-cache an alist keyed by the file name and using the
849 file mtime as the caching criterion. Keep the obfuscated data secret
850 with a lexical bind.
851 (auth-source-netrc-search): Don't calculate the length of the results
852 unnecessarily.
853 (auth-source-search-backends): Fix bug.
854 (auth-source-netrc-create): Rework prompts.
855
856 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
857
858 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
859 Lower case names of search constraints.
860 (nnir-run-query): Cache and reuse search constraints for all imap
861 servers.
862
863 2011-02-22 Sam Steingold <sds@gnu.org>
864
865 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
866
867 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
868
869 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
870 after exit.
871 (gnus-setup-message): Define missing variable from last checkin.
872
873 * gnus-sum.el (gnus-summary-show-article): When called with t as the
874 value, show the raw article.
875
876 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
877
878 * nnimap.el (nnimap-open-connection-1): Revert last change, since
879 auth-source now accepts numbers.
880
881 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
882 spec, too.
883 (auth-source-ensure-strings): New function.
884
885 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
886 (gnus-article-setup-buffer): Always restart the date timer so that user
887 changes to the frequency is respected.
888
889 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
890 port numbers, so make sure it gets that if nnimap-server-port is
891 explicit.
892
893 2011-02-21 Simon Josefsson <simon@josefsson.org>
894
895 * nnimap.el (nnimap-inbox): Doc fix.
896
897 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
898
899 * shr-color.el (shr-color->hexadecimal): Use renamed function names
900 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
901 color-lab-to-srgb.
902
903 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
904
905 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
906 given method as in the group name if we're using an extended method.
907 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
908 command, if we're using that, instead of waiting for the beginning.
909
910 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
911 we're sure to get unique server names, and we don't output two async
912 commands in the same buffer. This fixes an NNTP hang for some users.
913
914 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
915
916 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
917 summary buffer before reading going to the next buffer. This avoids
918 putting the point in the group buffer if you `C-g' the command.
919
920 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
921 cache (for now) to make ~/.authinfo.gpg files usable.
922
923 * nnfolder.el (copyright-update): Define for the compiler.
924
925 * auth-source.el (auth-source-search): Fix unbound variable.
926
927 2011-02-19 Glenn Morris <rgm@gnu.org>
928
929 * gnus.el (gnus-meta): Doc fix.
930
931 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
932
933 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
934 in case it's not yet loaded.
935
936 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
937
938 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
939 line we're waiting for.
940
941 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
942
943 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
944 face with line-width greater than zero will cause RET in gnus summary
945 buffer to scroll down article page-wise because auto vscroll happens,
946 it should be temporalily disabled when doing a scroll-up.
947
948 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
949
950 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
951 outputs from the server.
952
953 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
954
955 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
956 later so that bbdb can hook in easier.
957
958 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
959
960 * auth-source.el (auth-source-search): Don't try to create credentials
961 if the caller doesn't want that.
962 (auth-source-search): If we don't find a match, don't bug out on
963 non-bound variables.
964 (auth-source-search): Only ask a single backend to create the
965 credentials.
966
967 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
968 logging.
969 (nnimap-credentials): Protect against auth-source-search returning nil.
970 (nnimap-request-list): Protect against not being able to open the
971 server.
972
973 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
974
975 * auth-source.el (auth-source-search): Do a two-phase search, one with
976 no :create to get the responses from all backends.
977
978 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
979 when getting credentials.
980
981 * gnus-util.el (gnus-delete-duplicates): New function.
982
983 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
984
985 * nnimap.el (nnimap-credentials): Instead of picking the first port as
986 a creation default, pass the whole port list down. It will be
987 completed.
988
989 * auth-source.el (auth-source-search): Updated docs to talk about
990 multiple creation choices.
991 (auth-source-netrc-create): Accept a list as a value (from the search
992 parameters) and do completion on that list. Keep a separate netrc line
993 with the password obscured for showing the user.
994
995 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
996 first choice to `auth-source-search' so it will be used for entry
997 creation instead of the server's Gnus-specific name.
998 (nnimap-credentials): Rely on the auth-source library to select which
999 port is actually wanted in the new netrc entry, so don't override
1000 `auth-source-creation-defaults'.
1001
1002 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1003 :protocol and accept a missing user, host, or port as a wildcard match.
1004 (auth-source-debug): Default to off.
1005
1006 (auth-source-netrc-search, auth-source-netrc-create)
1007 (auth-source-secrets-search, auth-source-secrets-create)
1008 (auth-source-user-or-password, auth-source-backend, auth-sources)
1009 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1010 instead of :protocol.
1011
1012 * nnimap.el (nnimap-credentials): Pass a port default to
1013 `auth-source-search' in case an entry needs to be created.
1014 (nnimap-open-connection-1): Use :port instead of :protocol.
1015
1016 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1017
1018 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1019 instead of delete-dups that is not available in XEmacs 21.4.
1020
1021 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1022
1023 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1024 nil means that nnimap doesn't get updated.
1025
1026 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1027
1028 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1029 result when the user doesn't want to write to the file.
1030 (auth-source-netrc-search): Expect a synthetic result and proceed
1031 accordingly.
1032 (auth-source-cache-expiry): New variable to override
1033 `password-cache-expiry'.
1034 (auth-source-remember): Use it.
1035
1036 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1037 parameter. Create entry if necessary by using :create t.
1038 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1039
1040 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1041
1042 * auth-source.el (auth-source-debug): Enable by default and don't
1043 mention the obsolete `auth-source-hide-passwords'.
1044 (auth-source-do-warn): New function to debug unconditionally.
1045 (auth-source-do-debug): Use it.
1046 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1047 and for Secrets API entries when the secrets.el library is not
1048 available.
1049
1050 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1051
1052 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1053 (gnus-summary-exit): Kill the correct article buffer on exit from a
1054 `C-d' group.
1055
1056 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1057 gnus-propagate-marks.
1058
1059 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1060 before killing the buffers so that a non-full window conf gets handled
1061 correctly.
1062 (gnus-summary-exit): Ditto.
1063 (gnus-summary-read-group-1): Ditto.
1064
1065 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1066 async code again so that we can debug it properly.
1067
1068 * message.el (message-reply): Take an optional switch-buffer parameter
1069 so that Gnus window confs are respected better.
1070
1071 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1072
1073 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1074 `plist-get' to accept non-list parameters (XEmacs issue).
1075 Fix docstring.
1076 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1077 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1078 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1079 Login collection is "Login" and not "login".
1080
1081 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1082
1083 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1084 multiple headers.
1085
1086 * nnimap.el (nnimap-inhibit-logging): New variable.
1087 (nnimap-log-command): Don't log login commands.
1088
1089 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1090 to have more parameters.
1091
1092 * nnimap.el (nnimap-send-command): Mark the command time for each
1093 command, so that we don't get NOOPs stepping on our toes.
1094
1095 * gnus-art.el (article-date-ut): Get the date from the Date header on
1096 `t'.
1097
1098 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1099
1100 * auth-source.el (auth-source-search): Use copy-sequence instead of
1101 the cl.el copy-list.
1102
1103 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1104
1105 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1106 Improve prompt.
1107
1108 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1109
1110 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1111 washing status from the default format. It isn't very informative.
1112
1113 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1114
1115 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1116 Fix Gcc processing on imap.
1117
1118 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * message.el (message-bury): Don't pop up a new window when selected
1121 window is dedicated.
1122
1123 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1124
1125 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1126
1127 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1128
1129 * sieve-manage.el: Autoload `auth-source-search'.
1130 (sieve-sasl-auth): Use it.
1131
1132 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1133
1134 * nnimap.el: Autoload `auth-source-forget+'.
1135 (nnimap-open-connection-1): Use it if the connection fails.
1136
1137 * auth-source.el: Require `password-cache'.
1138 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1139 obsolete.
1140 (auth-source-magic): Marker for `password-cache' keys.
1141 (auth-source-do-cache): Update docstring.
1142 (auth-source-search): Use and check cache.
1143 (auth-source-forget-all-cached, auth-source-remember)
1144 (auth-source-recall, auth-source-forget, auth-source-forget+)
1145 (auth-source-specmatchp): Caching support functions.
1146 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1147 Remove and obsolete.
1148 (auth-source-user-or-password): Remove caching to further discourage
1149 using it. Always hide passwords.
1150
1151 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1152
1153 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1154 code for now, since it doesn't work for all users.
1155
1156 2011-02-09 Julien Danjou <julien@danjou.info>
1157
1158 * message.el (message-options): Make message-options really buffer
1159 local.
1160
1161 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1162
1163 * mail-source.el: Autoload `auth-source-search'.
1164 (mail-source-keyword-map): Note order matters.
1165 (mail-source-set-1): Get all the mail-source source values and
1166 defaults and search auth-source on those if needed. This can all
1167 probably be simplified.
1168
1169 * nnimap.el: Autoload `auth-source-search'.
1170 (nnimap-credentials): Use it.
1171 (nnimap-open-connection-1): Ask for the virtual server and physical
1172 address in one shot.
1173
1174 * nntp.el: Autoload `auth-source-search'.
1175 (nntp-send-authinfo): Use it. Note TODO.
1176
1177 2011-02-08 Julien Danjou <julien@danjou.info>
1178
1179 * shr.el (shr-tag-body): Add support for text attribute in body
1180 markups.
1181
1182 * message.el (message-options): Make message-options a local variable.
1183
1184 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1185
1186 * auth-source.el (auth-source-secrets-search)
1187 (auth-source-user-or-password): Use `append' instead of `nconc'.
1188 (auth-source-user-or-password): Build return list better and protect
1189 against nil :secret.
1190
1191 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1192
1193 * nnimap.el (nnimap-update-info): Refactor slightly.
1194 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1195 (nnimap-update-info): Clean up slightly.
1196 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1197 characters.
1198 (nnimap-process-quirk): Rename function to avoid collision.
1199 (nnimap-update-info): Fix macrology bug-out.
1200 (nnimap-update-info): Simplify split history test.
1201
1202 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1203
1204 * auth-source.el (top): Require 'eieio unconditionally.
1205 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1206 (auth-source-secrets-search): Limit search when `max' is greater than
1207 number of results.
1208
1209 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1210
1211 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1212 part not returning any data.
1213
1214 * proto-stream.el (open-protocol-stream): Document the return value.
1215
1216 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1217
1218 * auth-source.el (auth-source-secrets-search): Add examples.
1219
1220 2011-02-06 Julien Danjou <julien@danjou.info>
1221
1222 * message.el (message-setup-1): Handle message-generate-headers-first
1223 set to t.
1224
1225 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1226
1227 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1228 API with a string "secrets:collection-name" and with 'default.
1229 (auth-source-backend-parse): Parse "secrets:collection-name" and
1230 'default. Recurse on parses instead of repeating code. Use the
1231 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1232 message when ignoring a source.
1233 (auth-source-search): List ignored search keys at the top level.
1234 (auth-source-netrc-create): Use `case' instead of `cond'.
1235 (auth-source-secrets-search): Created with TODOs.
1236 (auth-source-secrets-create): Created with TODOs.
1237 (auth-source-retrieve, auth-source-create, auth-source-delete)
1238 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1239 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1240 (auth-source-user-or-password-sftp)
1241 (auth-source-user-or-password-smtp): Remove.
1242 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1243 around `auth-source-search'. Not tested thoroughly.
1244
1245 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1246
1247 * auth-source.el: Bring in assoc and eioeio libraries.
1248 (secrets-enabled): New variable to track the status of the Secrets API.
1249 (auth-source-backend): New EIOEIO class to represent a backend.
1250 (auth-source-creation-defaults): New variable to set prompt defaults
1251 during token creation (see the `auth-source-search' docstring for
1252 details).
1253 (auth-sources): Simplify to allow a simple string as a netrc backend
1254 spec.
1255 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1256 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1257 (auth-source-search): Main auth-source API entry point.
1258 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1259 (auth-source-search-collection): Helper function for searching.
1260 (auth-source-netrc-parse, auth-source-netrc-normalize)
1261 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1262 Supports search, create, and delete.
1263 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1264 backend stubs.
1265 (auth-source-user-or-password): Call `auth-source-search' but it's not
1266 ready yet.
1267
1268 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1269
1270 * message.el (message-setup-1): Remove the read-only stuff, since it
1271 doesn't work under XEmacs, for some reason.
1272
1273 * gnus-sum.el (gnus-user-date): Rename back from
1274 gnus-summary-user-date since user code refers to it.
1275
1276 * shr.el (shr-render-td): Store the actual background colour used.
1277
1278 * message.el (message-setup-1): Don't bind the constant
1279 -forbidden-properties.
1280 (message-setup-1): Revert previous change, since it needs to bind the
1281 props to insert them.
1282 (message-resend): Allow removing the read-only separator line.
1283
1284 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1285
1286 * nnimap.el (nnimap-request-accept-article): Give an error message if
1287 the APPEND wasn't successful.
1288
1289 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1290
1291 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1292 that have no groups.
1293
1294 2011-02-03 Julien Danjou <julien@danjou.info>
1295
1296 * gnus-draft.el: Remove progn around gnus-draft-setup.
1297
1298 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1299
1300 * gnus-start.el (gnus-read-active-for-groups): This function is never
1301 called with a nil `infos', so clean that up.
1302 (gnus-get-unread-articles): Request active files from primary/secondary
1303 methods that have no groups (yet).
1304
1305 2011-02-03 Julien Danjou <julien@danjou.info>
1306
1307 * message.el (message-setup-1): Always generate References first.
1308 (message-mail): Return the return value of message-setup, not always t.
1309 (message-setup-1): Insert mail-header-separator with read-only and
1310 intangible properties set.
1311
1312 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1313 user-date in docstring.
1314
1315 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1316
1317 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1318 docstring.
1319
1320 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1321 defcustom, with type and group. Move from gnus-util.el. Rename to
1322 gnus-summary-user-date-format-alist.
1323
1324 2011-02-03 Glenn Morris <rgm@gnu.org>
1325
1326 * nnimap.el (gnus-fetch-headers): Declare.
1327
1328 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1329
1330 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1331
1332 * message.el (message-forward-make-body-digest-plain)
1333 (message-followup, message-reply): Clean up things noted by Stefan.
1334
1335 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1336 gnus-article-update-date-headers is nil.
1337 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1338 it didn't really work with defcustom.
1339 (article-update-date-lapsed): Make sure the window start doesn't move,
1340 either.
1341
1342 2011-02-01 Julien Danjou <julien@danjou.info>
1343
1344 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1345 format.
1346
1347 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1348 standard in Emacs nowadays.
1349
1350 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * message.el (message-expand-name): Don't trust the return value of
1353 bbdb-complete-name.
1354 (message-check-news-header-syntax): Remove unused var `start'.
1355 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1356 (message-inhibit-body-encoding): Move to before first use.
1357 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1358 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1359 (Organization, Message-ID, Date, mh-previous-window-config):
1360 Defvar the vars using dynamic scoping.
1361
1362 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1363
1364 * shr.el (shr-render-td): Only do colours at the final rendering.
1365 Should be slightly faster.
1366 (shr-insert-table): Fix up TD background colours when doing the
1367 vertical padding.
1368
1369 * gnus-art.el (article-date-ut): Protect against articles with no Date
1370 header.
1371 (article-update-date-lapsed): Don't use current-column to find the
1372 horizontal position. It's fragile in the presence of \003 characters.
1373
1374 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1375
1376 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1377
1378 * gnus-art.el (article-transform-date): Rewrite to still work when
1379 there are several rfc2822 parts.
1380 (article-transform-date): Fix infinite recursion.
1381 (article-date-ut): Replace infinitely many Date headers with a single
1382 one when called interactively.
1383
1384 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1385 secure manner.
1386
1387 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1388 move around by not using save-window-excursion. It seems to work...
1389
1390 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1391
1392 * gnus-art.el (article-make-date-line): Work for user-defined format.
1393
1394 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1395
1396 * nntp.el (nntp-retrieve-group-data-early)
1397 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1398 fetching functions.
1399
1400 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1401 thoroughly for all backends that have no known groups. This should
1402 allow new nnml methods to retrieve mail.
1403
1404 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1405 that Gnus doesn't know exists again.
1406
1407 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1408 (gnus-treat-date-ut): Ditto.
1409 (gnus-article-update-date-header): Rename.
1410 (gnus-treat-date-local): Remove.
1411 (gnus-treat-date-english): Remove.
1412 (gnus-treat-date-lapsed): Remove.
1413 (gnus-treat-date-combined-lapsed): Remove.
1414 (gnus-treat-date-original): Remove.
1415 (gnus-treat-date-iso8601): Remove.
1416 (gnus-treat-date-user-defined): Remove.
1417 (gnus-article-date-headers): New variable to control all the date
1418 header options.
1419 (article-date-ut): Rewrite to allow using the new way to format date
1420 headers(s).
1421
1422 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1423
1424 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1425 method.
1426 (nnmail-article-group): A better test for fanciness.
1427
1428 * nnimap.el (nnimap-request-head): Protect against not finding the
1429 article by Message-ID.
1430
1431 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1432
1433 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1434 keep point at the "same place".
1435
1436 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1437
1438 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1439 data if the group is unactivated.
1440
1441 2011-01-28 Julien Danjou <julien@danjou.info>
1442
1443 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1444 (gnus-all-windows-visible-p): Remove old compatibility code.
1445 (gnus-window-top-edge): Add docstring.
1446
1447 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1448
1449 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1450
1451 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1452 older request-update-info.
1453
1454 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1455
1456 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1457
1458 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1459 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1460
1461 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1462
1463 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1464 groups. This makes the nndraft:queue group pop up if it's not already
1465 there.
1466
1467 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1468 messages" logic, which was reversed.
1469
1470 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1471 the "same place" even if point is on the line being replaced.
1472 (article-update-date-lapsed): Allow updating both the combined lapsed
1473 and the lapsed headers.
1474 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1475 (article-make-date-line): Limit the number of segments dynamically to
1476 avoid too-long lines.
1477
1478 2011-01-27 Julien Danjou <julien@danjou.info>
1479
1480 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1481 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1482
1483 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1484
1485 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1486 Use plist-get instead of the cl function getf.
1487
1488 2011-01-27 Glenn Morris <rgm@gnu.org>
1489
1490 * gnus-util.el (float-time): Get rid of compiler warning, again.
1491
1492 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1493
1494 * shr.el (shr-put-color): Special-case background colours: Do put them
1495 at the blank parts at the front of the lines.
1496
1497 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1498 exit hook to nix out all data on readedness on group exit.
1499
1500 * gnus-util.el (float-time): If float-time is bound, always use it on
1501 all Emacsen. It's unclear why the subrp check was there.
1502 (time-date): Require to make some autoload issues on XEmacs go away.
1503
1504 * shr.el (shr-put-color): Don't do the box padding in tables, since
1505 they're already padded.
1506
1507 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1508
1509 * gnus-art.el (gnus-article-next-page): When the last line of the
1510 article is displayed, scroll down once more instead of going to the
1511 next article at once.
1512 (article-lapsed-string): Refactor out and allow specifying how many
1513 segments you want.
1514 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1515 (gnus-article-update-lapsed-header): New variable.
1516
1517 * shr.el: Revert change that made headings use different-sized faces.
1518 The Emacs display engine isn't advanced enough that, for instance,
1519 tables can comfortably use differently-sized faces.
1520
1521 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1522
1523 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1524 used.
1525 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1526 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1527 we're using an encrypted connection.
1528
1529 * proto-stream.el: Alter the interface functions to also return the
1530 actual stream type used: network or tls.
1531
1532 2011-01-25 Julien Danjou <julien@danjou.info>
1533
1534 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1535 (mm-display-javascript-inline): New function.
1536
1537 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1538 viewing function.
1539
1540 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1541
1542 * shr.el (shr-expand-newlines): Fix variable name.
1543
1544 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1545
1546 * shr.el (shr-expand-newlines): Make nested boxes work.
1547
1548 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1549
1550 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1551 backgrounds.
1552 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1553 in a more sensible manner.
1554
1555 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1556
1557 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1558 if EPG is loaded.
1559
1560 2011-01-24 Julien Danjou <julien@danjou.info>
1561
1562 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1563 tags.
1564
1565 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1566
1567 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1568 commands.
1569
1570 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1571 in the article buffer.
1572 (gnus-gravatar-insert): Use blank space from the current buffer to
1573 avoid breaking text properties. This makes X-Sent updating work again.
1574
1575 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1576
1577 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1578
1579 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1580 fix the bug in url-http.el instead.
1581
1582 * shr.el (shr-image-fetched): Ditto.
1583
1584 * shr.el (shr-image-fetched): Avoid having point move in the article
1585 buffer.
1586
1587 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1588 buffer after being called. It's apparently being killed by url.el, and
1589 killing it made point move to end-of-buffer in a random buffer.
1590
1591 * shr.el (shr-image-fetched): Ditto.
1592
1593 2011-01-23 Julien Danjou <julien@danjou.info>
1594
1595 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1596
1597 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1598 text/x-org.
1599
1600 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1601
1602 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1603 (i.e., nnimap) returning nil as the article number.
1604
1605 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1606
1607 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1608 "DelSp" parameter in RFC3676.
1609
1610 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1611
1612 * message.el (message-check-recipients): Display the encoded version of
1613 the bogus address if they differ.
1614
1615 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1616 after sending.
1617
1618 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1619
1620 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1621
1622 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1623 group buffer after sending the queue.
1624
1625 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1626
1627 2011-01-22 Julien Danjou <julien@danjou.info>
1628
1629 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1630
1631 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1632
1633 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1634 nested related parts.
1635
1636 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1637 unexpired articles. This fixes the regression that led expiry marks to
1638 disappear from nnfolder groups.
1639
1640 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1643 Don't confuse the "ret" of "retrograde" with RET.
1644
1645 2011-01-21 Julien Danjou <julien@danjou.info>
1646
1647 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1648 than mm-insert-inline.
1649
1650 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1651
1652 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1653 Widen article buffer.
1654
1655 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1658 the temp buffer.
1659 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1660
1661 2011-01-20 Julien Danjou <julien@danjou.info>
1662
1663 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1664
1665 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1666 than mm-insert-inline to insert inline part: this respect
1667 mm-inline-media-tests displayers.
1668
1669 * mm-view.el (mm-display-shell-script-inline): New function.
1670
1671 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1672
1673 * mm-uu.el (mm-uu-type-alist): Add org block.
1674 (mm-uu-org-src-code-block-extract): New function.
1675
1676 * mm-view.el (mm-display-org-inline): New function.
1677
1678 * mm-decode.el (mm-automatic-display): Add text/org.
1679
1680 * mailcap.el (mailcap-mime-extensions): Add .org.
1681
1682 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1683
1684 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1685 gnus-article-add-buttons.
1686
1687 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1688
1689 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1690 From header with a date and "nobody" as the sender.
1691
1692 2011-01-19 Julien Danjou <julien@danjou.info>
1693
1694 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1695 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1696 if you have the same regexp several times.
1697 (gnus-button-push): Fix matching when regexp is symbol.
1698
1699 2011-01-15 Glenn Morris <rgm@gnu.org>
1700
1701 * message.el (message-mail): A compose-mail function should
1702 accept headers as strings.
1703
1704 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1705
1706 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1707 Add :vert-only tags.
1708 (message-mail): New arg RETURN-ACTION.
1709 (message-return-action): New var.
1710 (message-bury): Use it.
1711 (message-mode): Make it buffer-local.
1712 (message-send-and-exit): Always call message-bury.
1713
1714 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1715 message-mail.
1716
1717 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1718
1719 * nnimap.el (nnimap-convert-partial-article): Protect against
1720 zero-length body parts.
1721
1722 * mm-decode.el (mm-preferred-alternative-precedence):
1723 Discourage showing empty parts.
1724
1725 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1726 and stuff if the backend didn't return the article number. This fixes
1727 an Exchange-related nnimap bug.
1728
1729 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1730 group window, because it does the wrong thing when a separate frame
1731 displays the group buffer.
1732
1733 * proto-stream.el (open-protocol-stream): Protect against the low-level
1734 transport functions returning nil.
1735
1736 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1737
1738 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1739 (mml2015-epg-find-usable-secret-key): New function.
1740 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1741 mml2015-epg-find-usable-key (Bug#7797).
1742 (mml2015-epg-encrypt): Ditto.
1743
1744 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1745
1746 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1747
1748 2011-01-03 Glenn Morris <rgm@gnu.org>
1749
1750 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1751
1752 * sieve.el (sieve-open-server): Give a more explicit error if
1753 sieve-manage-open returns nil. (Bug#7720)
1754
1755 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1756
1757 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1758
1759 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1760
1761 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1762 This avoids sending passwords in plain text over non-encrypted
1763 channels.
1764
1765 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1766
1767 * nnimap.el (nnimap-login): Refactored out into own function, and
1768 implement CRAM-MD5.
1769 (nnimap-wait-for-line): Refactored out.
1770
1771 * mm-view.el (mml-smime): Require.
1772
1773 2010-12-20 David Engster <deng@eml.cc>
1774
1775 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1776 use EPG to decrypt S/MIME messages instead of openssl.
1777
1778 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1779
1780 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1781
1782 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1783 status is the group clearly is unreachable.
1784
1785 * auth-source.el (auth-source-create): Add the optional second
1786 parameter to `local-variable-p' to be compatible with XEmacs.
1787
1788 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1789
1790 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1791 work when using a compressed nnml folder.
1792
1793 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1794
1795 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1796 backends after sanitising on entry, because this never makes sense:
1797 If the articles have gone missing, then the data no longer exists on
1798 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1799 overwrite anything anyway.
1800
1801 * shr.el (shr-insert-document): Bind shr-width dynamically to
1802 window-width if it's nil.
1803
1804 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1805
1806 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1807 with the meaning of using the full emacs window width for rendering.
1808
1809 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1810
1811 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1812 case when sender is not given.
1813
1814 2010-12-23 Julien Danjou <julien@danjou.info>
1815
1816 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1817 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1818 the addresses, otherwise we might misplaced the gravatar.
1819
1820 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1821
1822 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1823 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1824 obsolete in Emacs.
1825
1826 2010-12-20 Julien Danjou <julien@danjou.info>
1827
1828 * gnus-util.el (gnus-rescale-image): Revert last change.
1829
1830 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1831
1832 * gnus-group.el (gnus-group-delete-articles): New command.
1833
1834 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1835
1836 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1837
1838 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1839
1840 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1841 here, since it's up to the backends to do CRLF removal if their
1842 protocol has it.
1843
1844 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1845
1846 2010-12-17 Julien Danjou <julien@danjou.info>
1847
1848 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1849 they are from file. Can also scale up.
1850
1851 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1852
1853 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1854 gnus-use-agent.
1855 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1856
1857 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1858
1859 2010-12-17 Julien Danjou <julien@danjou.info>
1860
1861 * gravatar.el (gravatar-retrieve-synchronously): New function.
1862 (gravatar-get-data): Make more robust.
1863
1864 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1865
1866 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1867 to really consider the last line.
1868
1869 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1870
1871 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1872 list of recipient keys, or use symmetric encryption if not a list.
1873 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1874 EPA override, replacing the call to `netrc-store-data'.
1875
1876 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1877
1878 * gnus-srvr.el: Avoid passing nil regexp argument to
1879 delete-matching-lines.
1880
1881 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1882
1883 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1884 fetching stops when Gnus exits.
1885
1886 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1887 function.
1888 (nnfolder-request-expire-articles): Save all the buffers after doing
1889 expiry.
1890
1891 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1892 the last article", since that led to serious performance regressions
1893 when expiring nnml groups.
1894
1895 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1896
1897 * nnir.el: Improve customizations.
1898
1899 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1900
1901 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1902
1903 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1904 group has been killed.
1905 (gnus-group-yank-group): Ditto.
1906
1907 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1908
1909 * nnimap.el (nnimap-request-update-group-status): New function.
1910
1911 * gnus-int.el (gnus-request-update-group-status): New interface
1912 function.
1913
1914 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1915 copying read-ness to the backends.
1916
1917 * nnimap.el (nnimap-quirk): New function.
1918 (nnimap-retrieve-group-data-early): Use it.
1919 (nnimap-quirks): New alist.
1920
1921 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1922
1923 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1924 don't delete it within indentation.
1925
1926 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1927
1928 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1929 previous line.
1930
1931 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1932
1933 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1934 QRESYNC command by deleting a superfluous space which broke Cyrus
1935 servers. This change will break other servers that are buggy the other
1936 way around.
1937
1938 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1939
1940 * spam.el: Reindent and fix long lines.
1941 (spam-copy-or-move-routine): Exclude invalid move destinations.
1942
1943 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1944
1945 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1946 installed the registry.
1947
1948 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1949
1950 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1951 groupname doesn't contain "gmane".
1952
1953 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1954
1955 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1956 (gnus-1): Don't create the nndrafts group twice.
1957 (gnus-setup-news): There's no need to read the active file here, since
1958 that's done again later on a per-backend basis.
1959 (gnus-start-draft-setup): Make sure that the new group is started out
1960 empty.
1961
1962 * gnus-agent.el (gnus-agentize): Don't create the queue group
1963 automatically on startup. It'll be created later, if needed.
1964
1965 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1966 of automatically subscribed groups.
1967 (gnus-auto-subscribed-categories): New variable.
1968 (gnus-matches-options-n): Use it.
1969 (gnus-default-subscribed-newsgroups): Remove unused variable.
1970 (gnus-start-draft-setup): Message a bit less.
1971
1972 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1973
1974 * nnir.el (nnir-run-imap): Return article list in order of increasing
1975 UID.
1976
1977 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1978
1979 * gnus-sum.el (gnus-summary-enter-digest-group):
1980 Mention gnus-auto-select-on-ephemeral-exit.
1981
1982 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1983 convention of the network-only option.
1984
1985 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1986
1987 * proto-stream.el (proto-stream-open-network-only): New function to
1988 have a way to specify non-STARTTLS upgrade connections.
1989
1990 2010-12-10 Julien Danjou <julien@danjou.info>
1991
1992 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1993 email address is nil.
1994
1995 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1996
1997 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1998
1999 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2000 deletion.
2001 (nnir-run-imap): Only need to parse list once.
2002
2003 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2004
2005 * shr.el (shr-tag-script): Ignore <script>.
2006 (shr-tag-label): Add <label> support.
2007
2008 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2009
2010 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2011
2012 * shr.el (shr-image-displayer): Work for images lined side by side.
2013
2014 2010-12-08 Robert Pluim <rpluim@gmail.com>
2015
2016 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2017 parameter, since XEmacs doesn't accept t as a parameter.
2018
2019 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2020
2021 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2022 ids.
2023 (nnir-run-gmane): Simplify groupspec formatting.
2024 (nnir-request-expire-articles): New function.
2025
2026 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2027
2028 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2029 overflow, possibly.
2030
2031 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2032 (shr-render-td): Handle td style="" better.
2033 (shr-tag-table): Use the color from the style sheet.
2034 (shr-render-td): Make sure we copy over all the overlays, too.
2035
2036 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2037
2038 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2039 (nnir-request-article): Improve article retrieval.
2040
2041 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2042
2043 * mm-util.el (mm-extra-numeric-entities): New variable.
2044
2045 * mm-url.el (mm-url-decode-entities):
2046 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2047
2048 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * message.el: Use completion-at-point.
2051 (message-completion-function): New fun, extracted from message-tab.
2052 (message-mode): Use it for completion-at-point-functions.
2053 (message-tab): Use it and completion-at-point.
2054
2055 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2056
2057 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2058 character if a non-breakable character follows.
2059
2060 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2061
2062 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2063 any stream.
2064
2065 * shr.el (shr-tag-font): Colorize the region.
2066 (shr-tag-body): Ditto.
2067 (shr-tag-font): Actually let the styles be inherited instead of
2068 overwriting them.
2069 (shr-tag-font): Get the background color right.
2070 (shr-tag-style): Ignore all <style> tags for the moment.
2071
2072 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2073 a Message-ID to avoid having nnimap depend on gnus-sum.
2074
2075 * shr.el (shr-descend): Only colorize something if we have a node that
2076 sets colors.
2077
2078 2010-12-06 Julien Danjou <julien@danjou.info>
2079
2080 * shr.el (shr-render-td): Render td content with shr-descend, so style
2081 will be applied to <td> too.
2082 (shr-colorize-region): Colorize region even if we only have a background.
2083 (shr-tag-body): Fix color and background color inheritance.
2084 Do not recolorize after shr-generic.
2085 (shr-tag-font): Let shr-generic colorize via inheritance.
2086
2087 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2088
2089 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2090
2091 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2092
2093 * nnir.el (nnir-request-move-article): Remove obsolete code.
2094
2095 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2096
2097 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2098
2099 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2100
2101 * gnus-sum.el (gnus-summary-respool-article): The completion function
2102 expects a list instead of an alist.
2103
2104 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2105 string as the parameter.
2106
2107 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2108
2109 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2110 styles.
2111 (shr-colorize-region): New function.
2112 (shr-insert-background-overlay): Remove.
2113 (shr-render-td): Background setting should be taken care of on a higher
2114 level.
2115 (shr-tag-body): Use post-hoc colorizations.
2116 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2117 (shr-put-color-1): Don't overwrite old colors.
2118 (shr-colorize-region): When the background color isn't explicit, use
2119 a fixed background.
2120
2121 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2122 nnmail variables.
2123
2124 2010-12-05 Bjørn Mork <bjorn@mork.no>
2125
2126 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2127 unless necessary.
2128
2129 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2130
2131 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2132 server.
2133
2134 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2135
2136 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2137 so that TAB works.
2138
2139 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2140 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2141
2142 * shr.el (shr-urlify): Show the URL before the title to avoid
2143 misleading URLs.
2144
2145 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2146
2147 * shr.el (shr-urlify): Display the title in <a> tags.
2148
2149 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2150
2151 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2152
2153 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2154
2155 * nnir.el: Rearrange code to allow macros to be autoloaded by
2156 gnus-sum.el.
2157 (nnir-retrieve-headers-override-function): Make this variable
2158 customizable.
2159 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2160
2161 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2162 from nnir.el.
2163
2164 2010-12-03 Julien Danjou <julien@danjou.info>
2165
2166 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2167
2168 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2169
2170 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2171 allow optional argument `environment'.
2172
2173 2010-12-03 Glenn Morris <rgm@gnu.org>
2174
2175 * mm-extern.el (message-goto-body): Update declaration.
2176
2177 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2178
2179 * gnus-util.el (gnus-macroexpand-all): New function.
2180
2181 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2182 instead of macroexpand-all that is unavailable in XEmacs.
2183
2184 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2185
2186 * nnir.el (nnir-summary-line-format): New variable.
2187 (nnir-mode): Use it.
2188 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2189 (nnir-article-ids): Reimplement as defsubst.
2190 (nnir-retrieve-headers): Don't mangle the subject header.
2191 (nnir-run-imap): Use 100 as RSV score.
2192 (nnir-run-find-grep): Fix for full server searching.
2193 (nnir-run-gmane): Better restriction to gmane groups.
2194
2195 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2196 summary buffers.
2197
2198 2010-12-02 Julien Danjou <julien@danjou.info>
2199
2200 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2201
2202 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2203
2204 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2205 support.
2206
2207 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2208
2209 * nnir.el: Update to handle the registry better.
2210 (autoload): Silence byte-compiler.
2211 (nnir-open-server): Add a hook for nnir groups.
2212 (nnir-request-move-article): Don't mangle the header. Better to use
2213 formating variables (which will be added in the future).
2214 (nnir-registry-action): Update the registry using the original article
2215 group name.
2216 (nnir-mode): Install nnir-specific hooks for updating the registry.
2217
2218 * gnus-sum.el
2219 (gnus-article-original-subject,gnus-newsgroup-original-name):
2220 Remove obsolete variables.
2221 (gnus-summary-move-article): Remove use of obsolete variables.
2222 (gnus-summary-local-variables): Make move and delete hooks local to
2223 summary buffers.
2224
2225 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2226
2227 * rtree.el: New file.
2228
2229 2010-12-01 Julien Danjou <julien@danjou.info>
2230
2231 * message.el (message-user-organization): Do not use
2232 gnus-local-organization.
2233
2234 * gnus.el: Remove gnus-local-organization.
2235
2236 * gnus-msg.el: Remove nastygram thing.
2237
2238 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2239
2240 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2241 funcall.
2242
2243 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2244
2245 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2246 names.
2247
2248 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2249 characters.
2250
2251 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2252 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2253 Suggested by Štěpán Němec <stepnem@gmail.com>.
2254 (gnus-gravatar-transform-address): Use mail-extract-address-components
2255 that supports non-ASCII names rather than mail-header-parse-addresses.
2256
2257 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2258
2259 * proto-stream.el (open-protocol-stream): All starttls connections are
2260 handled by the network handler.
2261
2262 2010-11-30 Julien Danjou <julien@danjou.info>
2263
2264 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2265 (nnimap-open-connection-1): Fix PREAUTH.
2266
2267 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2268
2269 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2270
2271 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2272 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2273 (shr-insert): Use them.
2274 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2275
2276 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2277
2278 * nnir.el (nnir-request-move-article): Bail out if original group
2279 doesn't support article moves.
2280 (nnir-get-active): Improve active list retrieval.
2281
2282 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2283
2284 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2285
2286 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2287
2288 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2289 seem to accept strings-with-numbers as port numbers,
2290
2291 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2292
2293 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2294 change the registry.
2295
2296 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2297
2298 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2299 delete-dups that is not available in XEmacs 21.4.
2300
2301 * mm-util.el (mm-delete-duplicates): Add comment.
2302
2303 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2304
2305 * nnir.el (nnir-ignored-newsgroups): New variable.
2306 (nnir-get-active): Use it.
2307
2308 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2309
2310 * proto-stream.el (proto-stream-open-network): Add some comments.
2311
2312 * nntp.el (nntp-open-connection): Provide a :success condition.
2313
2314 * nnimap.el (nnimap-open-connection-1): Ditto.
2315
2316 * proto-stream.el (proto-stream-open-network): See what the response to
2317 the STARTTLS command is.
2318
2319 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2320 backwards compatibility).
2321 (nnimap-open-connection-1): Really respect nnimap-server-port.
2322
2323 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2324 TLS upgrades we don't really care about the identity of the peer.
2325 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2326 that what we've checked for.
2327 (proto-stream-always-use-starttls): Only default to t if
2328 open-gnutls-stream exists.
2329 (proto-stream-open-network): If STARTTLS failed, then just open a
2330 normal connection.
2331 (proto-stream-open-network): Wait until the greeting before doing
2332 STARTTLS.
2333
2334 * nntp.el (nntp-open-connection): Report what the connection error is.
2335
2336 * proto-stream.el (open-protocol-stream): Rename from
2337 open-proto-stream.
2338
2339 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2340
2341 * nnimap.el (nnimap-stream): Change default to `undecided'.
2342 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2343 first, and then network.
2344 (nnimap-open-connection-1): Respect nnimap-server-port.
2345 (nnimap-open-connection): Be more backwards-compatible.
2346
2347 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2348 (proto-stream-open-starttls): De-duplicate the starttls code.
2349 (proto-stream-open-starttls): Folded back into the main function.
2350 (proto-stream-open-network): Fix typo in the gnutls path.
2351 (proto-stream-command): Refactor out.
2352
2353 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2354
2355 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2356 starttls.el STARTTLS.
2357
2358 * color.el (color-lab->srgb): Fix function call name.
2359
2360 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2361 if we're using tls.el.
2362 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2363 built in, then don't try to establish a STARTTLS connection.
2364
2365 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2366 servers.
2367
2368 * proto-stream.el (open-proto-stream): Use network, not stream.
2369 (open-proto-stream): Add a way to specify what the end of a command is.
2370
2371 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2372 connections types.
2373 (nntp-open-network-stream): Remove.
2374 (nntp-open-ssl-stream): Remove.
2375 (nntp-open-tls-stream): Remove.
2376 (nntp-ssl-program): Remove.
2377
2378 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2379
2380 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2381
2382 * nnir.el: Fix typos.
2383 (nnir-retrieve-headers-override-function): Rename variable to reflect
2384 new semantics.
2385 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2386 macros.
2387 (nnir-request-article, nnir-request-move-article): Use them.
2388 (nnir-categorize): New function.
2389 (nnir-run-query): Use it.
2390 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2391 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2392 sorted.
2393 (nnir-group-full-name): Use gnus-group-full-name instead.
2394 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2395 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2396
2397 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2398
2399 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2400
2401 * proto-stream.el: New library to provide protocol-specific
2402 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2403 protocols.
2404 (open-proto-stream): Complete the documentation.
2405 (proto-stream-open-network): Fix some typos.
2406
2407 * nnimap.el (nnimap-open-connection): Use it.
2408
2409 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2410
2411 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2412 negotiation.
2413
2414 2010-11-26 Julien Danjou <julien@danjou.info>
2415
2416 * color.el: Rename various rgb functions to srgb.
2417
2418 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2419
2420 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2421 names.
2422
2423 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2424
2425 * shr.el (shr-insert): Revert last change.
2426 (shr-find-fill-point): Never leave point being at bol;
2427 relax the kinsoku limitation when rendering tables.
2428
2429 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2430
2431 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2432 results from -accept-article.
2433
2434 * shr-color.el: Require cl when compiling.
2435
2436 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2437 checkin.
2438
2439 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2440
2441 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2442
2443 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2444 'add and 'delete to set backend marks.
2445
2446 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2447
2448 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2449
2450 * nntp.el (nntp-request-set-mark): Use it.
2451
2452 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2453
2454 * nnml.el (nnml-request-set-mark): Ditto.
2455
2456 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2457 introduces regressions in article selection.
2458 (nnimap-find-uid-response): New function.
2459 (nnimap-request-accept-article): Use the UID returned, if any.
2460 (nnimap-request-move-article): Use the UID returned, if any.
2461 (nnimap-get-groups): Reimplement to work with folded lines.
2462 (nnimap-find-uid-response): The UID is the last element in the list.
2463 (nnimap-request-set-mark): Extend syntax with 'set.
2464
2465 * nnml.el (nnml-request-set-mark): Ditto.
2466
2467 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2468
2469 * nntp.el (nntp-request-set-mark): Ditto.
2470
2471 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2472
2473 * message.el (message-called-interactively-p): A temporary macro.
2474 (message-goto-body): Use it temporarily.
2475
2476 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
2478 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2479 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2480 (nnimap-last-response-string): Fix last unfolding fix.
2481
2482 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2483
2484 * shr.el (shr-insert): Fix the way to fold lines.
2485
2486 2010-11-25 Julien Danjou <julien@danjou.info>
2487
2488 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2489
2490 * color.el: Rename from color-lab.el
2491 (color-rgb->hex): Add.
2492 (color-complement): Add.
2493 (color-complement-hex): Add.
2494
2495 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2496
2497 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2498
2499 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2500 don't exist.
2501
2502 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2503
2504 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2505 assuming that article displaying or another mml-preview may be
2506 interrupted for an error or for the like.
2507
2508 * shr.el (shr-get-background): Fix argument name.
2509
2510 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2511
2512 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2513
2514 * gnus-sum.el (gnus-summary-include-articles): New function.
2515
2516 * message.el (message-goto-body): called-interactively-p needs a
2517 parameter, so use `any'.
2518
2519 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2520 clear marks before moving, since they're synced from the Gnus side
2521 first.
2522
2523 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2524 (gnus-summary-move-article): Copy over all marks before moving, so that
2525 IMAP doesn't think a new article has arrived.
2526
2527 2010-11-24 Julien Danjou <julien@danjou.info>
2528
2529 * shr.el (shr-insert-background-overlay): Fix typo.
2530 (shr-render-td): Copy the background before rendering.
2531
2532 * shr-color.el (shr-color-visible): Fix docstring.
2533
2534 * shr.el (shr-tag-table): Add bgcolor support.
2535 (shr-render-td): Add bgcolor support.
2536 (shr-get-background): Add.
2537 (shr-insert-foreground-overlay): Use shr-get-background.
2538
2539 * message.el (message-goto-body): Use called-interactively-p.
2540 (message-in-body-p): message-goto-body returns point.
2541
2542 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2543
2544 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2545 Fixes something or other in Emacs 23, and is backwards compatible.
2546
2547 * message.el (message-goto-body): Remove the <#secure special-casing,
2548 which is too special.
2549
2550 * shr.el (shr-parse-style): Drop !important from styles.
2551
2552 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2553
2554 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2555 this function to return incorrect results when calling it with an
2556 explicit article argument different from
2557 (gnus-summary-article-number).
2558
2559 2010-11-24 Julien Danjou <julien@danjou.info>
2560
2561 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2562 (shr-tag-body): Add background support.
2563 (shr-descend): Add background support.
2564 (shr-tag-title): Add.
2565
2566 * shr-color.el (shr-color-visible): Really return original background
2567 if fixed.
2568
2569 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2570
2571 * shr.el (shr-color-check): Protect against non-existent colour names.
2572
2573 2010-11-24 Julien Danjou <julien@danjou.info>
2574
2575 * color-lab.el: Require 'cl when compiling.
2576
2577 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2578
2579 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2580 matched part.
2581
2582 * color-lab.el: Fix all expt calls to use float type.
2583
2584 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2585
2586 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2587 expression to shr-color-check as is.
2588
2589 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2590
2591 * color-lab.el: Add coding cookie.
2592 (float-pi): Use eval-and-compile.
2593
2594 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2595
2596 * shr.el (shr-insert-color-overlay): Split stuff like
2597 "#444444 !important" to find the real colour.
2598 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2599 parse <font color="red"> entries.
2600
2601 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2602
2603 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2604 point when parsing headers.
2605
2606 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2607 is positioned properly when parsing headers.
2608
2609 2010-11-23 Julien Danjou <julien@danjou.info>
2610
2611 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2612
2613 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2614
2615 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2616
2617 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2618 Use shr-color-hue-to-rgb.
2619 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2620
2621 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2622
2623 * shr.el (shr-color->hexadecimal): Autoload.
2624 (shr-descend): Add color to all tags.
2625
2626 2010-11-22 Julien Danjou <julien@danjou.info>
2627
2628 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2629 shr-color->hexadecimal.
2630
2631 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2632 RGB() or HSL() color representation.
2633
2634 * shr.el (shr-tag-font): Add.
2635 (shr-tag-color-check): New function to get better colors.
2636 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2637 tag-span.
2638
2639 * shr-color.el: New file.
2640
2641 * color-lab.el: New file.
2642
2643 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2644
2645 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2646
2647 * nnir.el: Fix typo in comments.
2648 (nnir-run-imap): Simplify code. No need to reverse artlist.
2649 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2650
2651 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2652
2653 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2654
2655 * nnimap.el (nnimap-get-capabilities): Refactor out.
2656 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2657
2658 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2659
2660 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2661 appearing when `mm-uu-hide-markers' is nil.
2662
2663 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2664
2665 * nnimap.el (nnimap-unselect-group): Make into its own function.
2666 (nnimap-request-rename-group): Unselect group before renaming.
2667 This had gotten lost somewhere.
2668 (nnimap-request-accept-article): Keep track of examined groups, and
2669 unselect the group before APPENDing to read-only groups.
2670 (nnimap-request-move-article): Clear flags before moving so that they
2671 can be re-set later.
2672
2673 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2674
2675 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2676 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2677
2678 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2679
2680 * gnus-art.el (gnus-mime-display-single)
2681 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2682 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2683 parameter.
2684
2685 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2686
2687 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2688 (shr-table-vertical-line): New variable.
2689 (shr-insert-table): Use it.
2690
2691 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2692
2693 * gnus-html.el (gnus-html-wash-images): Don't display images if
2694 gnus-inhibit-images is non-nil; register displayer for cid images.
2695 (gnus-html-display-image): Work for cid image.
2696 (gnus-html-insert-image): Allow arguments.
2697 (gnus-html-put-image): Inhibit read-only.
2698 (gnus-html-prefetch-images): Don't prefetch images if
2699 gnus-inhibit-images is non-nil.
2700
2701 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2702
2703 * shr.el (shr-put-image): Break lines when inserting big pictures.
2704
2705 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2706
2707 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2708 sender, thanks Katsumi Yamaoka.
2709
2710 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2711
2712 * nnir.el (nnir-run-imap): Reverse the article list for each group
2713 rather than the whole list.
2714
2715 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2716
2717 * shr.el (shr-image-displayer): Protect function against non-existent
2718 image source.
2719
2720 * gnus-art.el (gnus-inhibit-images): New user option.
2721 (gnus-mime-display-single): Don't display image if it is non-nil.
2722
2723 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2724 gnus-inhibit-images.
2725
2726 * shr.el (shr-image-displayer): New function.
2727 (shr-tag-img): Use it.
2728
2729 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2730
2731 * mml2015.el (mml2015-epg-sign): Use From header.
2732
2733 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2734
2735 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2736
2737 * gnus-util.el (gnus-find-text-property-region): Return markers.
2738
2739 * shr.el (shr-tag-img): Put a displayer in the text property.
2740
2741 * gnus-util.el (gnus-find-text-property-region): New utility function.
2742
2743 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2744 (gnus-html-show-images): Remove.
2745
2746 * gnus-art.el (gnus-article-show-images): New, more general function.
2747
2748 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2749 image url text properties.
2750
2751 * shr.el: Ditto.
2752
2753 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2754 gnus-agent-auto-agentize-methods is set. Which it isn't.
2755
2756 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2757
2758 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2759 work for two or more articles.
2760
2761 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2762
2763 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2764 divide an image that's in an html article to two or more when washing
2765 non-ASCII characters in alt text of it.
2766
2767 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2768
2769 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2770 smime-decrypt-region using function argument.
2771 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2772
2773 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2774
2775 * smime.el (smime-decrypt-region): Catch it.
2776
2777 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * smime.el (smime-mode-map): Move initialization into declaration.
2780 (gnus-run-mode-hooks): Don't autoload.
2781 (smime-mode): Use define-derived-mode.
2782
2783 2010-11-11 Glenn Morris <rgm@gnu.org>
2784
2785 * smime.el (from): Restrict declaration to XEmacs.
2786
2787 * nnir.el (gnus-group-topic-name): Autoload.
2788
2789 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2790
2791 * shr.el (shr-insert): Don't break long line if it is because of
2792 kinsoku-bol characters in the line end.
2793
2794 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2795
2796 * nnir.el (nnir-request-move-article): Fix to provide original group
2797 and subject.
2798 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2799 been retrieved.
2800
2801 * gnus-sum.el (gnus-summary-move-article): Use original group and
2802 subject for virtual articles such as those in an nnir summary buffer.
2803
2804 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2805
2806 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2807 least 21.5).
2808
2809 * smime.el (from): Declare it again for XEmacs.
2810
2811 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2812
2813 * message.el (message-resend): Don't disable encoding unless it's
2814 already encoded.
2815
2816 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2817 low-numbered articles.
2818
2819 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2820
2821 * rfc2047.el (rfc2047-syntax-table): Simplify.
2822
2823 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2824 set-char-table-range for XEmacs.
2825
2826 2010-11-10 Glenn Morris <rgm@gnu.org>
2827
2828 * smime.el (from): Remove unused declaration.
2829
2830 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2831 (gnus-float-time): On Emacs, always an alias.
2832
2833 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2834 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2835
2836 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2837
2838 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2839
2840 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2841
2842 * shr.el (browse-url-mailto): Autoload.
2843
2844 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2845
2846 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2847 regexp doesn't need quoting.
2848
2849 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2850
2851 * message.el (message-subject-trailing-was-ask-regexp)
2852 (message-subject-trailing-was-regexp): Match was: in addition to was.
2853
2854 2010-11-09 Glenn Morris <rgm@gnu.org>
2855
2856 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2857 (nnbabyl-check-mbox): Use point-at-bol.
2858
2859 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2860
2861 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2862
2863 * message.el (message-mailto): New function.
2864 (message-mailto): Should accept other parameters.
2865 (message-mailto): Remove since it duplicates browse-url-mailto
2866 functionality.
2867
2868 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2869
2870 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2871 methods.
2872 (gnus-read-active-file): Ditto.
2873
2874 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2875 ": " from the prompt.
2876 (gnus-group-make-group): Ditto.
2877
2878 2010-11-07 Glenn Morris <rgm@gnu.org>
2879
2880 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2881 (gnus-bookmark-kill-line): Use point-at-eol.
2882
2883 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2884
2885 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2886 asterisks in From header.
2887
2888 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2889
2890 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2891 string to avoid making the From headers syntactically invalid.
2892
2893 * message.el (message-send-mail): Don't insert courtesy messages if the
2894 message already has List-Post and List-ID messages.
2895
2896 2010-11-06 Glenn Morris <rgm@gnu.org>
2897
2898 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2899 `condition', `type', `length' a prefix.
2900 (gnus-treat-predicate): Update for above name changes.
2901
2902 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2903
2904 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2905 binding. Handled by `gnus-summary-refer-thread' instead.
2906 (nnir-warp-to-article): New backend function.
2907
2908 * nnimap.el (nnimap-request-thread): Force dependency updating.
2909
2910 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2911 (gnus-summary-refer-thread): Rework to improve thread-referral.
2912
2913 * gnus-int.el (gnus-warp-to-article): New function.
2914
2915 * gnus-sum.el (gnus-summary-article-map): Bind it.
2916
2917 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2918
2919 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2920 gnus-summary-refer-thread.
2921
2922 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2923 headers.
2924 (gnus-summary-limit-include-thread): Prevent articles in thread from
2925 being cut in gnus-cut-threads.
2926 (gnus-summary-refer-thread): Limit retrieved headers to those in
2927 thread.
2928
2929 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2930
2931 * message.el (message-send-mail): Use the value of
2932 message-courtesy-message from the message buffer.
2933
2934 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2935
2936 * shr.el (shr-browse-url): Implement mailto: URLs.
2937
2938 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2939 "raw".
2940
2941 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2942 if it's already selected.
2943
2944 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2945
2946 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2947
2948 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2949 to measure the length and truncate alt text.
2950
2951 2010-11-03 Glenn Morris <rgm@gnu.org>
2952
2953 * nndiary.el (nndiary-generate-nov-databases-1)
2954 (nndiary-generate-active-info): Rename dynamic variable `files' to
2955 something less generic.
2956
2957 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2958
2959 * nnir.el (nnir-request-move-article): Call the underlying backend to
2960 move articles from nnir.
2961
2962 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2963
2964 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2965
2966 2010-11-02 Julien Danjou <julien@danjou.info>
2967
2968 * nnir.el: Remove wais support.
2969
2970 2010-11-02 Glenn Morris <rgm@gnu.org>
2971
2972 * gnus-html.el: Reorder requirements to quieten compiler.
2973
2974 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2975
2976 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2977 properly for XEmacs as well.
2978 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2979 (gnus-article-natural-long-line-p): Use window-width rather than
2980 frame-width.
2981
2982 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2983
2984 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2985 (nnir-read-parms): Don't modify query.
2986 (nnir-run-query): Add ability to search topic on current line.
2987 (nnir-get-active): Clean up.
2988
2989 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2990
2991 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2992 degenerate articles.
2993
2994 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2995 (gnus-print-buffer): Just print the buffer as is, without any copying
2996 to a buffer and then re-highlighting.
2997
2998 * nnimap.el (nnimap-request-group): Store the new updated info.
2999 (nnimap-request-group): Select the group when we don't know whether it
3000 exists or not.
3001
3002 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3003 groups.
3004
3005 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3006 groups.
3007
3008 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3009 groups.
3010
3011 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3012 long-lines case by only filling the long lines.
3013
3014 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3015 (bug #7311).
3016
3017 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3018
3019 * shr.el: No need to declare `declare-function' since shr.el is for
3020 only Emacsen that provide `libxml-parse-html-region'.
3021
3022 2010-11-01 Glenn Morris <rgm@gnu.org>
3023
3024 * mm-util.el (gnus-completing-read): Autoload.
3025 (mm-read-coding-system): Simplify Emacs definition.
3026
3027 * nnmail.el (gnus-activate-group):
3028 * nnimap.el (gnutls-negotiate):
3029 * nntp.el (netrc-parse): Fix declarations.
3030
3031 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3032
3033 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3034 string-match-p in Emacs >=23.
3035
3036 * gnus-msg.el (gnus-configure-posting-styles)
3037 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3038
3039 2010-11-01 Glenn Morris <rgm@gnu.org>
3040
3041 * nnir.el (declare-function): Add compat stub.
3042 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3043 (nnir-run-gmane): Require 'mm-url.
3044
3045 * mm-util.el (mm-string-to-multibyte): Simplify.
3046
3047 * shr.el (declare-function): Add compat stub.
3048 (url-cache-create-filename): Declare.
3049 (mm-disable-multibyte, widget-convert-button): Autoload.
3050
3051 * smime.el (ldap-search): Declare.
3052 (smime-cert-by-ldap-1): Require ldap on Emacs.
3053
3054 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3055 (nnimap-keepalive): Use gnus-float-time.
3056
3057 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3058 (mail-source-delete-crash-box): Use gnus-float-time.
3059
3060 * gnus-dired.el (gnus-completing-read): Autoload.
3061
3062 * mm-view.el (gnus-rescale-image): Autoload.
3063
3064 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3065
3066 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3067
3068 * sieve-manage.el: Require 'cl when compiling.
3069
3070 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3071 (gnus-iswitchb-completing-read): Require iswitchb.
3072 (gnus-select-frame-set-input-focus): Silence compiler.
3073
3074 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3075
3076 * message.el (message-subject-trailing-was-query): Change default to t,
3077 since I think that's what most people want.
3078
3079 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3080 appending for easier debugging.
3081 (nnimap-wait-for-connection): Take a regexp.
3082 (nnimap-request-accept-article): Wait for the continuation line before
3083 sending anything unless we're streaming.
3084
3085 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3086 leave the header washing to take place.
3087
3088 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3089
3090 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3091 regular expression match and replace in posting styles.
3092
3093 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3094
3095 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3096 an entire server.
3097 (nnir-get-active): New function.
3098 (nnir-run-imap): Use it.
3099 (nnir-run-gmane): Who knew, gmane search returns an article score!
3100
3101 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3102 server on the current line with nnir.
3103
3104 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3105
3106 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3107 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3108 left edge.
3109 (gnus-article-foldable-buffer): Skip past the prefix when determining
3110 raggedness.
3111
3112 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3113 the raw article, and change `C-u g' to show the article without doing
3114 treatments.
3115
3116 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3117 on to `gnus-treat-article'.
3118 (gnus-inhibit-article-treatments): New variable.
3119
3120 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3121
3122 * gnus-art.el (gnus-treatment-function-alist): Have
3123 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3124 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3125 sections.
3126
3127 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3128 parameter.
3129 (gnus-article-fill-cited-long-lines): New function.
3130 (gnus-article-fill-cited-article): Allow filling only long sections.
3131
3132 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3133 and non-punctuation (like after the apostrophe in "'We").
3134
3135 * gnus-sum.el (gnus-summary-select-article): Make sure
3136 gnus-original-article-buffer is alive.
3137
3138 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3139 reflect the order they're in in the digest.
3140
3141 * gnus.el (gnus-group-startup-message): Move point to the start of the
3142 buffer.
3143
3144 * nnimap.el (nnimap-capability): New function.
3145 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3146 is set.
3147
3148 2010-10-31 David Engster <dengste@eml.cc>
3149
3150 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3151 conform with changes to gnus-completing-read.
3152
3153 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3154
3155 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3156
3157 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3158
3159 * nnir.el: Move defvar, defcustom around to keep file organized
3160 and keep byte-compiler quiet.
3161 (nnir-read-parms): Accept search-engine as arg.
3162 (nnir-run-query): Pass search-engine as arg.
3163 (nnir-search-engine): Remove.
3164
3165 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3166
3167 * shr.el (shr-generic): The text nodes should be text, not :text.
3168
3169 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3170 later in the file.
3171
3172 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3173
3174 * nnir.el: General clean up. Allow searching with multiple engines.
3175 Allow separate extra-parameters for each engine.
3176 Batch queries when possible.
3177 (nnir-imap-default-search-key,nnir-method-default-engines):
3178 Add customize interface.
3179 (nnir-run-gmane): New engine.
3180 (nnir-engines): Use it. Qualify all prompts with engine name.
3181 (nnir-search-engine): Remove global variable.
3182 (nnir-run-hyrex): Restore for now.
3183 (nnir-extra-parms,nnir-search-history): New variables.
3184 (gnus-group-make-nnir-group): Use them.
3185 (nnir-group-server): Remove in favor of gnus-group-server.
3186 (nnir-request-group): Avoid searching twice.
3187 (nnir-sort-groups-by-server): New function.
3188
3189 2010-10-30 Julien Danjou <julien@danjou.info>
3190
3191 * gnus-group.el: Remove gnus-group-fetch-control.
3192
3193 * gnus-start.el (gnus-find-new-newsgroups):
3194 Remove gnus-check-first-time-used.
3195
3196 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3197
3198 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3199
3200 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3201 set on groups that don't have \* permanentflags.
3202
3203 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3204
3205 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3206 control the background color.
3207 (shr-tag-img): Ignore very small web bug type images.
3208 (shr-put-image): Add help-echo alt texts to the images.
3209 (shr-tag-video): Show the video poster image.
3210
3211 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3212
3213 * shr.el (shr-table-depth): New variable.
3214 (shr-tag-table-1): Only insert the images after the top-level table.
3215
3216 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3217
3218 * gnus-util.el (gnus-list-memq-of-list): New function.
3219
3220 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3221 selected.
3222 (nnimap-unsplittable-articles): New slot.
3223 (nnimap-new-articles): Use it.
3224
3225 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3226
3227 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3228 move to the previous line on `M-g'.
3229
3230 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3231
3232 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3233 *-request-group, which seems unnecessary.
3234
3235 * nnimap.el (nnimap-quote-specials): Function copied over from
3236 imap.el.
3237 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3238 they support that. Suggested by Tom Regner.
3239
3240 2010-10-29 Julien Danjou <julien@danjou.info>
3241
3242 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3243 defalias.
3244 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3245
3246 * gnus.el: Remove `gnus-nntp-service' variable.
3247 (gnus-secondary-servers): Make obsolete.
3248 (gnus-nntp-server): Make obsolete.
3249
3250 * gnus-start.el (gnus-1): Remove x-splash calls.
3251
3252 * gnus-ems.el (gnus-x-splash): Remove.
3253
3254 * gnus.el (gnus-group-startup-message): Simplify/update code.
3255
3256 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3257 capability before doing anything.
3258 (gnus-group-insert-group-line): Remove useless
3259 gnus-group-remove-excess-properties.
3260
3261 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3262
3263 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3264
3265 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3266
3267 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3268 config after reselecting.
3269
3270 2010-10-28 Julien Danjou <julien@danjou.info>
3271
3272 * shr.el (shr-put-image): Use point even if only inserting text.
3273 (shr-put-image): Save excursion when inserting alt text on non-graphic
3274 display, so the behaviour is the same when we are on a graphic display.
3275
3276 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3277
3278 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3279
3280 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3281 (gnus-mime-copy-part): Check coding system, not charset.
3282 (gnus-mime-view-part-externally): Never remove part.
3283 (gnus-mime-view-part-internally): Don't remove part here.
3284 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3285 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3286 multipart/alternative.
3287
3288 * mm-decode.el (mm-display-part): Take optional arg `force'.
3289
3290 2010-10-26 Julien Danjou <julien@danjou.info>
3291
3292 * gnus-group.el (gnus-group-default-list-level): Add this function to
3293 compute the default list level.
3294 (gnus-group-default-list-level): Add possibility to use a function.
3295
3296 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3297
3298 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3299
3300 * gnus-group.el (gnus-group-completing-read)
3301 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3302 gnus-replace-in-string.
3303
3304 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3305
3306 * shr.el (shr-tag-div): Add.
3307
3308 2010-10-25 Julien Danjou <julien@danjou.info>
3309
3310 * gnus-util.el: Remove `gnus-with-local-quit'.
3311
3312 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3313
3314 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3315
3316 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3317 the original article buffer.
3318
3319 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3320
3321 * nnimap.el (nnimap-request-head): New function.
3322 (nnimap-request-move-article): Try to be slighly faster by not
3323 requesting the entire message when moving.
3324 (nnimap-transform-headers): Don't bug out on bodiless articles.
3325 (nnimap-send-command): Have no outstanding messages if the IMAP server
3326 doesn't support streaming.
3327 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3328
3329 2010-10-24 Julien Danjou <julien@danjou.info>
3330
3331 * message.el (message-default-headers): Fix type.
3332
3333 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3334
3335 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3336 prefetching images.
3337
3338 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3339 backend for unknown groups. This is mainly useful for nnimap groups.
3340
3341 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3342 group isn't covered by the agent.
3343
3344 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3345
3346 * nnir.el (nnir-method-default-engines): New variable.
3347 (nnir-run-query): Use it.
3348 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3349 (gnus-summary-nnir-goto-thread): Change group if needed.
3350
3351 * gnus-group.el (gnus-group-group-map): Add key binding for
3352 gnus-group-make-nnir-group.
3353
3354 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3355
3356 * shr.el (shr-tag-object): Add.
3357
3358 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3359 original article buffer live.
3360 (gnus-summary-select-article-buffer):
3361 Mention gnus-widen-article-buffer.
3362
3363 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3364
3365 * shr.el (shr-tag-strong): Add.
3366
3367 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3368
3369 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3370 group names. They mess up the group buffer badly.
3371
3372 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3373
3374 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3375 instead of the summary one.
3376
3377 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3378
3379 * mml.el (mml-preview): Work properly when editing article.
3380
3381 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3382 gnus-have-read-active-file if it's already been in.
3383
3384 2010-10-22 Tom Tromey <tromey@redhat.com>
3385
3386 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3387 gnus-group-completing-read.
3388
3389 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3390
3391 * message.el (message-mode-map): Don't bind M-; to comment region, to
3392 allow the global comment-dwim to work.
3393
3394 2010-10-21 Julien Danjou <julien@danjou.info>
3395
3396 * message.el (message-setup-1): Allow message-default-headers to be a
3397 function.
3398
3399 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3400
3401 * shr.el (shr-tag-table): Simplify.
3402
3403 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3404
3405 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3406 to avoid trying to snarf invalid stuff.
3407
3408 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3409
3410 * gnus.el (gnus-message-archive-group): Quote value.
3411 (gnus-message-archive-group): Mark as changed.
3412
3413 * shr.el (shr-add-font): Don't put the font properties on the newline
3414 or the indentation.
3415
3416 * message.el (message-fix-before-sending): Change options when sending
3417 non-printable characters.
3418
3419 * gnus.el (gnus-message-archive-method): Change the default to
3420 monthly outgoing groups.
3421
3422 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3423 that have gotten new numbers.
3424
3425 * nnimap.el (nnimap-request-replace-article): New function.
3426
3427 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3428
3429 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3430 (nnrss-request-article): Don't use special html washing code.
3431
3432 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3433
3434 * shr.el (shr-tag-table): Remove useless nconc.
3435
3436 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3437
3438 * gnus-art.el (article-wash-html): Simplify and remove the charset
3439 stuff. Use the normal html rendering code instead of the special html
3440 washing code.
3441
3442 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3443 `gnus-w3m' symbols.
3444 (mm-text-html-washer-alist): Remove.
3445
3446 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3447 (mm-inline-media-tests): Remove use.
3448 (mm-text-html-renderer): Change default to the `shr' symbol.
3449
3450 * mm-view.el (mm-inline-text-html): Remove use.
3451
3452 * gnus-art.el (gnus-blocked-images): New function. Allow the
3453 `gnus-blocked-images' to be a function.
3454 (gnus-article-wash-function): Remove.
3455
3456 2010-10-20 Julien Danjou <julien@danjou.info>
3457
3458 * spam.el (spam-list-of-processors): Mark as obsolete.
3459
3460 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3461 (nnimap-insert-partial-structure): Fix boundary detection.
3462
3463 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3464
3465 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3466 run file-truename on remote files. This can be expensive and even
3467 prevent one from editing drafts if some unrelated buffer has a stale
3468 connection.
3469
3470 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3471
3472 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3473 kinsoku-eol regardless of shr-kinsoku-shorten.
3474 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3475 (shr-tag-table): Support caption, thead, and tfoot.
3476
3477 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3478
3479 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3480 lines.
3481 (shr-save-contents): New command and keystroke.
3482
3483 * nndoc.el (nndoc-type-alist): Add git support.
3484 (nndoc-git-type-p): New function.
3485 (nndoc-transform-git-article): Ditto.
3486 (nndoc-transform-git-headers): Ditto.
3487 (nndoc-transform-git-headers): Generate Subject headers.
3488
3489 * shr.el (shr-parse-style): New function.
3490 (shr-tag-span): Ditto.
3491
3492 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3493 to `G G' to avoid collisions.
3494
3495 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3496
3497 * shr.el: Load kinsoku if necessary.
3498 (shr-kinsoku-shorten): New internal variable.
3499 (shr-find-fill-point): Make kinsoku shorten text line if
3500 shr-kinsoku-shorten is bound to non-nil.
3501 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3502 shr-indentation too when testing if table is wider than frame width.
3503 (shr-insert-table): Use `string-width' instead of `length' to measure
3504 text width.
3505 (shr-insert-table-ruler): Make sure indentation is done at bol.
3506
3507 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3510 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3511 undecoded network data.
3512
3513 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3514
3515 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3516 name in the mode line spec so that the mode line menu works
3517 (bug #2431).
3518
3519 * message.el (message-get-reply-headers): If we're fed `to-address',
3520 then always use that.
3521
3522 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3523 aren't so wide as to need to switch off the edit menu.
3524
3525 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3526 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3527
3528 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3529 `M-g'.
3530 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3531 the permanent marks.
3532
3533 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3534
3535 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3536 Splitting according to references/in-reply-to obeys the ignore-groups
3537 variable, while splitting by sender and subject do not.
3538
3539 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3540
3541 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3542 alist, so that we can look for non-Unicode chars.
3543 (article-translate-strings): Allow both character and string maps.
3544
3545 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3546
3547 * shr.el (shr-insert): Don't insert space behind a wide character
3548 categorized as kinsoku-bol, or between characters both categorized as
3549 nospace.
3550
3551 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3552
3553 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3554 headers to gnus-newsgroup-headers.
3555
3556 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3557
3558 * shr.el (shr-tag-img): Don't align images -- since we're not
3559 rescaling, this often leads to ugly displays.
3560
3561 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3562
3563 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3564 duplicates.
3565
3566 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3567
3568 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3569 call.
3570
3571 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3572
3573 * gnus.el: Autoload gnus-html-show-images.
3574
3575 * nnimap.el: Use nnheader-message throughout.
3576
3577 * shr.el (shr-tag-img): Ignore images with no data.
3578
3579 2010-10-15 Julien Danjou <julien@danjou.info>
3580
3581 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3582 a possibility to disable format=flow encoding when using hard newlines.
3583
3584 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3585
3586 * shr.el (shr-insert): Remove space inserted before or after a
3587 breakable character or at the beginning or the end of a line.
3588 (shr-find-fill-point): Do kinsoku; find the second best point or give
3589 it up if there's no breakable point.
3590
3591 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3592
3593 * nnimap.el (nnimap-open-connection): Message when opening connection
3594 for debugging purposes.
3595
3596 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3597 on every setup buffer call to allow this to change from article to
3598 article.
3599
3600 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3601 buffers where we have a wide table.
3602
3603 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3604
3605 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3606 uses *-request-thread.
3607
3608 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3609
3610 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3611 incantation, which is no longer valid.
3612
3613 2010-10-14 Julien Danjou <julien@danjou.info>
3614
3615 * shr.el: Fix defcustom type (char -> character).
3616
3617 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3618
3619 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3620 programs.
3621
3622 2010-10-14 Julien Danjou <julien@danjou.info>
3623
3624 * shr.el (shr-tag-a): Use url-link as widget type.
3625
3626 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3627 `gnus-group-get-icon'.
3628
3629 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3630
3631 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3632 This should make server editing work better.
3633
3634 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3635
3636 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3637 (nnimap-parse-flags): Fix regexp.
3638
3639 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3640 probably work for CJVK text, too.
3641
3642 * nnimap.el (nnimap-extend-tls-programs): Remove.
3643 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3644
3645 2010-10-13 Julien Danjou <julien@danjou.info>
3646
3647 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3648 responses.
3649
3650 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3651
3652 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3653
3654 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3655 anything in Emacs.
3656
3657 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3658
3659 2010-10-13 Julien Danjou <julien@danjou.info>
3660
3661 * shr.el (shr-width): Make shr-width a defcustom with default to
3662 fill-column.
3663 (shr-tag-img): Use shr-width rather than fill-column.
3664
3665 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3666
3667 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3668
3669 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3670 position when (X-)Faces exist.
3671 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3672 avatars when called interactively.
3673
3674 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3675
3676 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3677 gnus-article-x-face-too-ugly is bound.
3678
3679 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3680
3681 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3682
3683 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3684 mailbox that doesn't exist.
3685
3686 2010-10-12 Julien Danjou <julien@danjou.info>
3687
3688 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3689 (shr-get-image-data): Encode URL properly when fetching from cache.
3690 (shr-tag-img): Use aligned-to spaces to align correctly images.
3691
3692 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3693 before inserting the Gravatar.
3694
3695 * shr.el (shr-tag-img): Add align attribute support for <img>.
3696
3697 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3698
3699 * gnus-gravatar.el (gnus-art): Require.
3700
3701 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3702 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3703 Remove long obsoleted functions.
3704
3705 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3706
3707 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3708
3709 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3710 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3711 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3712 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3713 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3714 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3715 Fix comment for declare-function.
3716
3717 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3718
3719 * nnimap.el (nnimap-request-rename-group): Select group read-only
3720 before renaming it.
3721
3722 * shr.el (shr-insert): Fix up the white space only regexp.
3723
3724 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3725 bodies. Protect against this. Reported by Michael Welsh Duggan.
3726
3727 * shr.el (shr-current-column): New function.
3728 (shr-find-fill-point): New function.
3729
3730 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3731
3732 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3733 numbers.
3734
3735 2010-10-11 Julien Danjou <julien@danjou.info>
3736
3737 * shr.el (shr-hr-line): Add.
3738 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3739 display hr lines.
3740 (shr-max-columns): Do not change state to nil if we just inserting
3741 spaces.
3742
3743 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3744
3745 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3746 select the last group.
3747
3748 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3749
3750 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3751
3752 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3753
3754 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3755 for Gnus.
3756 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3757 (nnimap-update-qresync-info): Mark \Seen articles as read.
3758
3759 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3760 non-variable, too.
3761
3762 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3763 available.
3764 (nnimap-update-info): Rely more on the current active than the param
3765 active to avoid marking articles as read too much.
3766
3767 * auth-source.el (auth-source-create): Use (user-login-name) for the
3768 user name default.
3769
3770 * nnimap.el (nnimap-update-info): If the server doesn't return any
3771 useful info, just use the previous info.
3772 (nnimap-update-info): Prefer old info over start-article.
3773 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3774
3775 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3776
3777 * nnir.el (autoload): Clean up autoloads.
3778 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3779 Use key rather than value.
3780 (nnir-imap-search-other): New variable.
3781 (nnir-read-parm): Use it.
3782 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3783 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3784
3785 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3788 the process, too.
3789
3790 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3791
3792 * spam.el (gnus-summary-mode-map): Bind to "$".
3793 Suggested by Russ Allbery.
3794
3795 * shr.el: Rework the way things are indented by <li> slightly.
3796
3797 * gnus.el (gnus-group-set-parameter): Fix typo.
3798
3799 * nnimap.el: Start implementing QRESYNC support.
3800
3801 2010-10-09 Julien Danjou <julien@danjou.info>
3802
3803 * nnir.el (nnir-engines): Fix too many arguments.
3804
3805 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3806
3807 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3808 group is the "last", so that the backends like nnfolder actually save
3809 their folders.
3810
3811 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3812 try to use that for the tls stream.
3813 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3814 UIDVALIDITY and find out which groups are read-only and not.
3815 (nnimap-get-flags): Use the same marks parsing code as the rest of
3816 nnimap.
3817
3818 2010-10-09 Julien Danjou <julien@danjou.info>
3819
3820 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3821
3822 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3823 retrieving gravatars.
3824
3825 * shr.el (shr-table-corner): Add.
3826 (shr-table-line): Add.
3827 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3828
3829 2010-10-08 Julien Danjou <julien@danjou.info>
3830
3831 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3832
3833 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3834
3835 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3836
3837 * gnus-sum.el (gnus-mark-article-as-unread)
3838 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3839 (gnus-summary-set-bookmark): Use it.
3840
3841 * gnus-msg.el (gnus-setup-message): Use it.
3842
3843 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3844
3845 * gnus.el (gnus-group-remove-parameter): Use it.
3846
3847 * gnus-group.el (gnus-group-make-web-group): Use it.
3848
3849 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3850
3851 * nnregistry.el: Update docs to mention manual.
3852
3853 * gnus-registry.el: Update docs to mention nnregistry.el.
3854 (gnus-registry-initialize): Don't install nnregistry refer method
3855 automatically.
3856 (gnus-registry-install-nnregistry): Remove it.
3857
3858 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3859
3860 * shr.el (shr-insert): Don't insert double spaces.
3861
3862 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3863
3864 * gnus-gravatar.el (gnus-treat-from-gravatar)
3865 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3866 called interactively.
3867
3868 * gnus-art.el (gnus-mime-view-part-externally)
3869 (gnus-mime-view-part-internally): Make predicate function passed to
3870 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3871 of a mime type.
3872
3873 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3874
3875 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3876
3877 * shr.el (require): Require cl when compiling.
3878 (shr-tag-hr): New function.
3879
3880 * nnimap.el (nnimap-update-info): Remove double setting of high.
3881 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3882 This makes nnimap work properly on Courier again.
3883
3884 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3885 the variable for backwards compatibility.
3886
3887 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3888 the file name before using to avoid setting mm-default-directory to
3889 nil.
3890
3891 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3892 bidning gnus-agent variables.
3893
3894 * shr.el (shr-render-td): Use a cache for the table rendering function
3895 to avoid getting an exponential rendering behaviour in nested tables.
3896 (shr-insert): Rework the line-breaking algorithm.
3897 (shr-insert): Don't leave trailing spaces.
3898 (shr-insert-table): Also insert empty TDs.
3899 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3900
3901 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * gnus-sum.el (gnus-number): Rename from `number'.
3904 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3905 (gnus-summary-limit-children): Update uses correspondingly.
3906
3907 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3908
3909 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3910 (gnus-gravatar-transform-address): Don't show avatars of people of
3911 which mail addresses match gnus-gravatar-too-ugly.
3912
3913 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3914
3915 * shr.el (shr-table-widths): Expand TD elements to fill available
3916 space.
3917
3918 2010-10-07 Julien Danjou <julien@danjou.info>
3919
3920 * nnimap.el (nnimap-request-rename-group): Add this method.
3921
3922 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3923
3924 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3925 name from XEmacs' function-arglist.
3926
3927 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3928 gravatar under XEmacs.
3929
3930 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3931
3932 * auth-source.el: Update docs with TODO items.
3933
3934 * gnus-sync.el: Update docs to explain state and plans.
3935
3936 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3937 Hooks for mark updates.
3938 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3939
3940 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3941 hooks with arguments, which is needed for mark update hooks.
3942
3943 2010-10-06 Julien Danjou <julien@danjou.info>
3944
3945 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3946 was matched.
3947
3948 * sieve-manage.el: Update example in `Commentary'.
3949
3950 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3951
3952 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3953 not 2000.
3954 (sieve-manage-authenticate): Re-add function.
3955
3956 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3957
3958 * shr.el (shr-insert): Get 'space transition right.
3959 (shr-render-td): Only delete space at the end of the TD.
3960
3961 * nnimap.el (nnimap-open-connection): Prepare to support
3962 open-gnutls-stream.
3963
3964 * shr.el: Rearrange function order to be more logical.
3965
3966 2010-10-06 Julien Danjou <julien@danjou.info>
3967
3968 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3969 (nnrss-discover-feed): Remove 404 URL in docstring.
3970
3971 * nnir.el: Fix Swish-E URL.
3972 Fix Namazu URL.
3973
3974 * message.el (message-change-subject): Remove 404 URL in a comment.
3975
3976 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3977
3978 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3979 called interactively.
3980
3981 * gnus-util.el (gnus-remove-if): Allow hash table.
3982 (gnus-remove-if-not): New function.
3983
3984 * gnus-art.el (gnus-mime-view-part-as-type)
3985 * gnus-score.el (gnus-summary-score-effect)
3986 * gnus-sum.el (gnus-read-move-group-name):
3987 Replace remove-if-not with gnus-remove-if-not.
3988
3989 * gnus-group.el (gnus-group-completing-read):
3990 Regard collection as a hash table if it is not a list.
3991
3992 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3993
3994 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3995
3996 * shr.el: Document the table-rendering algorithm.
3997
3998 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3999 invalid URLs.
4000
4001 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4002 line-broken.
4003 (shr-tag-img): Ignore image fetching errors.
4004 (shr-overlays-in-region): Compute overlay positions correctly.
4005
4006 * mm-decode.el (mm-shr): Require shr.
4007
4008 * gnus-art.el (gnus-blocked-images): Move variable here.
4009
4010 * shr.el (shr-insert-table): Bind free variable.
4011
4012 * mm-decode.el (mm-shr): Bind shr-content-function.
4013
4014 * shr.el (shr-content-function): New variable.
4015
4016 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4017 added for symmetry.
4018
4019 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4020
4021 * gnus-group.el (gnus-group-make-group): Doc fix.
4022
4023 * nnimap.el (nnimap-request-newgroups): Return success.
4024
4025 * shr.el (shr-find-elements): New function.
4026 (shr-tag-table): Put all the images after the table.
4027 (shr-tag-table): Really inhibit images inside the table.
4028 (shr-collect-overlays): Copy over overlays from the TD elements to the
4029 main document.
4030
4031 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4032 gnus-blocked-images.
4033
4034 2010-10-05 Julien Danjou <julien@danjou.info>
4035
4036 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4037
4038 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4039 (gnus-html-maximum-image-size): Add this function.
4040 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4041
4042 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4043 server-value of the capability is nil.
4044
4045 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4046
4047 * shr.el (shr-tag-em): Add <EM> tag.
4048
4049 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4050
4051 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4052 customizable.
4053
4054 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4055 handing broken links to browse-url.
4056
4057 2010-10-05 Julien Danjou <julien@danjou.info>
4058
4059 * gnus-util.el (gnus-emacs-completing-read)
4060 (gnus-iswitchb-completing-read): Use autoload rather than require.
4061
4062 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4063
4064 * gnus-util.el (gnus-completing-read-function): Exclude
4065 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4066 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4067 XEmacs.
4068
4069 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4070 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4071
4072 * gnus-html.el: Don't require help-fns under XEmacs.
4073 (gnus-html-schedule-image-fetching): Work for XEmacs.
4074
4075 * mm-decode.el (mm-shr): Decode contents by charset.
4076
4077 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4078
4079 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4080 unknown.
4081
4082 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4083 (shr-get-image-data): Ensure against the cache file missing.
4084
4085 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4086 for data.
4087
4088 * spam-report.el (spam-report-url-ping-plain): Don't query about
4089 killing the process.
4090
4091 * shr.el (shr-render-td): Protect against too-wide text.
4092
4093 2010-10-04 Julien Danjou <julien@danjou.info>
4094
4095 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4096 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4097
4098 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4099 retrieved.
4100
4101 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4102
4103 * shr.el (browse-url): Require.
4104 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4105 lines.
4106 (shr-show-alt-text, shr-browse-image): New commands.
4107 (shr-browse-url, shr-copy-url): New commands.
4108
4109 * gnus-sum.el (gnus-widen-article-window): New variable.
4110 (gnus-summary-select-article-buffer): Use it.
4111
4112 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4113 without @ signs.
4114
4115 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4116
4117 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4118
4119 2010-10-04 Julien Danjou <julien@danjou.info>
4120
4121 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4122 for XEmacs.
4123
4124 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4125
4126 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4127
4128 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4129 (nnimap-close-server): Implement.
4130
4131 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4132 (shr-insert): Tweak line breaking.
4133 (shr-insert): Handle <pre> better.
4134 (shr-tag-li): Get <li> indentation right.
4135 (shr-tag-li): Get <li> indentation even righter.
4136 (shr-tag-blockquote): Ensure paragraph start.
4137 (shr-make-table): Tweak table generation.
4138 (shr-make-table): Fix typo.
4139
4140 * shr.el: Implement table rendering.
4141
4142 2010-10-04 Julien Danjou <julien@danjou.info>
4143
4144 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4145
4146 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4147
4148 * shr.el (shr-insert): Use string anchors instead of line anchors.
4149
4150 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4151
4152 * shr.el: Add headings.
4153 (shr-ensure-paragraph): Actually work.
4154 (shr-tag-li): Make <ul> prettier.
4155 (shr-insert): Get white space at the beginning/end of elements right.
4156 (shr-tag-p): Collapse subsequent <p>s.
4157 (shr-ensure-paragraph): Don't insert double line feeds after blank
4158 lines.
4159 (shr-insert): \t is also space.
4160 (shr-tag-s): Fix "s" tag name function.
4161 (shr-tag-s): Fix face prop name.
4162
4163 2010-10-03 Julien Danjou <julien@danjou.info>
4164
4165 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4166
4167 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4168 gnus-window-inside-pixel-edges.
4169
4170 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4171 gnus-ems.
4172
4173 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4174
4175 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4176 function.
4177
4178 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4179 resize choice.
4180
4181 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4182
4183 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4184 beginning of the buffer.
4185
4186 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4187 article buffer again.
4188
4189 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4190
4191 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4192 when it's at the start of the buffer.
4193
4194 * shr.el (shr-tag-blockquote): Convert name.
4195 (shr-rescale-image): Use the right image-size variant.
4196
4197 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4198 buffer isn't shown, then select the current article first instead of
4199 bugging out.
4200 (gnus-summary-select-article-buffer): Show both the article and summary
4201 buffers again.
4202
4203 * shr.el (shr-fontize-cont): Protect against regions with no text.
4204 Rename tag functions to shr-tag-* for enhanced security.
4205 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4206
4207 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4208
4209 * shr.el (shr-insert):
4210 * pop3.el (pop3-movemail):
4211 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4212 loaded.
4213
4214 2010-10-03 Glenn Morris <rgm@gnu.org>
4215
4216 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4217
4218 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4219
4220 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4221
4222 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4223
4224 * gnus-util.el (gnus-make-local-hook): Simplify.
4225
4226 2010-10-02 Julien Danjou <julien@danjou.info>
4227
4228 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4229 (gnus-ido-completing-read): New function.
4230 (gnus-emacs-completing-read): New function.
4231 (gnus-completing-read): Use gnus-completing-read-function.
4232 Add gnus-completing-read-function.
4233
4234 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4235
4236 * shr.el (shr-insert-document): Autoload.
4237 (shr-img): Be silent.
4238 (shr-insert): Add a newline after every picture before text.
4239 (shr-add-font): Use overlays for combining faces.
4240 (shr-insert): Pass upwards the text start point.
4241
4242 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4243 possible.
4244 (mm-shr): New function.
4245
4246 2010-10-02 Julien Danjou <julien@danjou.info>
4247
4248 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4249 should go backward.
4250
4251 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * shr.el (shr): Fix typo in provide call.
4254
4255 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4256
4257 * shr.el: New file.
4258
4259 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4260
4261 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4262 completing read.
4263
4264 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4267 we're being queried about. Suggested by Dan Jacobson.
4268
4269 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4270 Suggested by Jason Eisner.
4271
4272 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4273 table, too. Suggested by Stefan Wiens.
4274 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4275 the table unnecessary. Suggested by Stefan Wiens.
4276
4277 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4278 longer needed, and probably doesn't work either, as pointed out by
4279 Stefan Wiens.
4280 (gnus-summary-exit): Remove call to the clearing function.
4281 (gnus-summary-exit-no-update): Ditto.
4282
4283 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4284 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4285 Reported by Stefan Monnier.
4286 (gnus-summary-save-in-rmail): Ditto.
4287
4288 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4289 article buffer, instead of both the article buffer and the summary
4290 buffer. Sort of suggested by Dan Jacobson.
4291
4292 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4293
4294 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4295 Suggested by Dan Jacobson.
4296
4297 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4298 documentation clearer.
4299
4300 * message.el (message-shorten-references): Comment on the number "21".
4301 Suggested by Stefan Monnier.
4302
4303 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4304 Suggested by Dan Jacobson.
4305
4306 * gnus.el (gnus-large-newsgroup):
4307 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4308
4309 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4310 externalize attachments. Bug reported by Steve Wen.
4311
4312 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4313 really message anything to the user.
4314
4315 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4316 directly.
4317
4318 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4319 messages in empty groups.
4320
4321 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4322
4323 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4324 non-UIDNEXT group.
4325
4326 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4327
4328 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4329 not the value from the collection.
4330
4331 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4332 values. This sometimes happens on some groups that have no info.
4333 (nnimap-request-newgroups): New function.
4334
4335 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4336
4337 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4338 check into `gnus-registry-initialize'.
4339 (gnus-registry-initialize): Ditto.
4340 Fix and extend header docs.
4341
4342 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4343
4344 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4345 regexp backtrace overflows.
4346
4347 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4348 for starttls that tls.el implements; i.e. openssl.
4349
4350 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4351
4352 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4353 (gravatar-create-image): New function that's an alias to
4354 gnus-xmas-create-image, gnus-create-image, or create-image.
4355 (gravatar-data->image): Use it.
4356
4357 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4358
4359 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4360 install the nnregistry refer method.
4361 (gnus-registry-install-hooks): Use it.
4362 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4363 unfollowed groups.
4364
4365 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4366
4367 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4368 expanding threads.
4369
4370 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4371
4372 * nnir.el: Use the server names without suffixes (bug #7009).
4373
4374 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4375 unencrypted to STARTTLS, if possible.
4376
4377 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4378
4379 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4380 headers before superseding.
4381
4382 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4383
4384 * nnrss.el (nnrss-use-local): Add documentation.
4385
4386 * nnimap.el (nnimap-extend-tls-programs): New function.
4387 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4388 (nnimap-wait-for-connection): Accept the greeting from the stupid
4389 output from openssl s_client -starttls, too.
4390
4391 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4392 article number.
4393 (nnimap-split-fancy): New variable.
4394 (nnimap-split-incoming-mail): Use it.
4395
4396 * nntp.el (nntp-server-list-active-group): Document.
4397
4398 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4399 SELECT to get the message-id.
4400
4401 * mail-source.el (mail-sources): Remove webmail support.
4402 (defvar): Ditto.
4403 (mail-source-fetcher-alist): Ditto.
4404 (mail-source-fetch-webmail): Remove.
4405
4406 * webmail.el: Remove -- doesn't seem relevant any more.
4407
4408 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4409
4410 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4411 the \r.
4412
4413 2010-09-30 Julien Danjou <julien@danjou.info>
4414
4415 * gnus-agent.el (gnus-agent-add-group): Fix call to
4416 gnus-completing-read.
4417
4418 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4419
4420 * nndoc.el (nndoc-retrieve-groups): New function.
4421
4422 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4423 `default', use nnmail-split-methods.
4424 (nnimap-request-article): Downcase the NILs so that they are nil.
4425
4426 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4427 symbol.
4428
4429 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4430 code, since if the user has requested network, that's what they ought
4431 to get.
4432 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4433 (nnimap-split-rule): Mark as obsolete.
4434
4435 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4436 New variable.
4437
4438 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4439 correct slot, too.
4440
4441 2010-09-29 Julien Danjou <julien@danjou.info>
4442
4443 * gnus.el (gnus-local-domain): Declare variable obsolete.
4444
4445 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4446 Fix history computing.
4447 (gnus-ido-completing-read): Require ido.
4448
4449 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4450
4451 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4452 build Gnus.
4453
4454 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4455 when interpreting the structures.
4456 (nnimap-request-accept-article): Add \r\n to the lines to make this
4457 work with Cyrus.
4458
4459 * nndraft.el (nndraft-request-expire-articles): Use the group name
4460 instead if "nndraft". Fix found by Nils Ackermann.
4461
4462 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4463
4464 * nnregistry.el: Add.
4465
4466 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * nnmail.el (group, group-art-list, group-art):
4469 Remove unneeded directives.
4470
4471 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4472
4473 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4474 (mm-mime-charset)
4475 * rfc2047.el (rfc2047-syntax-table)
4476 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4477
4478 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4479 rather than `insert-file-contents' and `eval-region'.
4480
4481 2010-09-29 Julien Danjou <julien@danjou.info>
4482
4483 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4484 replacement of `gnus-gravatar-relief' to mimic
4485 `gnus-faces-properties-alist'.
4486 Add :version property.
4487
4488 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4489
4490 * mail-source.el (mail-source-report-new-mail)
4491 * message.el (message-default-mail-headers)
4492 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4493
4494 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4495
4496 2010-09-28 Julien Danjou <julien@danjou.info>
4497
4498 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4499 mail-address contains the same string as real-name.
4500
4501 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4502 non-blank in header, otherwise it'll get stripped.
4503
4504 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4505 real-name, and then for mail address rather than doing : or , search.
4506
4507 2010-09-27 Julien Danjou <julien@danjou.info>
4508
4509 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4510 right completing-read function.
4511 (gnus-use-ido): New variable
4512 (gnus-completing-read-with-default): Remove.
4513 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4514 (gnus-agent-add-group):
4515 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4516 * mm-view.el (mm-view-pkcs7-decrypt):
4517 * mm-util.el (mm-codepage-setup):
4518 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4519 * mml-smime.el (mml-smime-openssl-sign-query):
4520 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4521 (mml-insert-multipart):
4522 * gnus-msg.el (gnus-summary-yank-message):
4523 * gnus-int.el (gnus-start-news-server):
4524 * mm-decode.el (mm-interactively-view-part):
4525 * gnus-dired.el (gnus-dired-attach):
4526 * gnus.el (gnus-read-method):
4527 * gnus-bookmark.el (gnus-bookmark-jump):
4528 * gnus-art.el (gnus-mime-view-part-as-type)
4529 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4530 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4531 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4532 * nnmairix.el (nnmairix-create-server-and-default-group)
4533 (nnmairix-update-groups, nnmairix-get-server)
4534 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4535 (nnmairix-get-group-from-file-path):
4536 * nnrss.el (nnrss-find-rss-via-syndic8):
4537 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4538 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4539 (gnus-group-browse-foreign-server):
4540 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4541 (gnus-summary-execute-command, gnus-summary-respool-article)
4542 (gnus-read-move-group-name):
4543 * gnus-score.el (gnus-summary-increase-score)
4544 (gnus-summary-score-effect):
4545 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4546
4547 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4548
4549 * nnimap.el (auth-source-forget-user-or-password)
4550 (auth-source-user-or-password): Autoload.
4551
4552 * message.el (message-from-style, message-interactive)
4553 (message-signature): Remove comment.
4554 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4555 always.
4556 (message-sendmail-envelope-from): Comment fix.
4557 (message-yank-prefix): Default to mail-yank-prefix always.
4558 (message-indentation-spaces):
4559 Default to mail-indentation-spaces always.
4560 (message-signature-file): Default to mail-signature-file always.
4561
4562 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4563
4564 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4565 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4566 new articles.
4567
4568 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4569 parts.
4570 (nnimap-request-article): Work with the t setting, too.
4571
4572 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4573 that you don't get flashes of other buffers.
4574 (gnus-summary-show-complete-article): Intern before setting.
4575
4576 2010-09-27 David Engster <dengste@eml.cc>
4577
4578 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4579 well as HEADERS.
4580 (nnmairix-retrieve-headers): Provide new argument for the above.
4581
4582 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4583
4584 * gnus-sum.el (gnus-summary-move-article): Don't alter
4585 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4586 group.
4587
4588 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4589
4590 * message.el (message-cite-prefix-regexp): Revert my last edit.
4591
4592 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4593 variable instead of the Gnus variable.
4594
4595 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4596
4597 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4598
4599 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4600 since some servers don't like it.
4601 (nnimap-open-connection): Forget credentials if the server says the
4602 password was wrong.
4603 (nnimap-parse-line): Protect against invalid data.
4604
4605 * gnus-sum.el (gnus-summary-move-article): Add comment.
4606 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4607 nothing alters it while scanning for new messages.
4608
4609 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4610 which may or may not help.
4611 (nnimap-open-connection): If we're doing a stream connection, and then
4612 discover we're on a STARTTLS-capable server, then open a STARTTLS
4613 connection instead.
4614
4615 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4616
4617 * nnimap.el (utf7): Require.
4618
4619 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4620 prefix.
4621
4622 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4623
4624 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4625
4626 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4627
4628 * nnimap.el (nnimap-request-accept-article): Message the error on
4629 error.
4630
4631 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4632
4633 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4634
4635 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4636
4637 * nndoc.el (nndoc-request-list): Return success always.
4638
4639 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4640 `fetch-old' -- we only want to fetch the articles we've requested.
4641 The rest are in the agent, probably.
4642 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4643 disappeared server" to something low. It's not important.
4644
4645 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4646 arrived before the FETCH data.
4647
4648 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4649 target here, because we don't know the Gnus name of the group.
4650
4651 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4652 for the correct group.
4653
4654 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4655
4656 * gnus.el (gnus): Give a final warning after startup.
4657
4658 * gnus-util.el (gnus-action-message-log): New variable.
4659 (gnus-message): Use it.
4660 (gnus-final-warning): New function.
4661
4662 * nnimap.el (nnimap-open-connection): Record the greeting.
4663 (nnimap): Add greeting.
4664
4665 2010-09-26 Julien Danjou <julien@danjou.info>
4666
4667 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4668 arguments.
4669 (gnus-html-wash-images): Fix spec computing to include start/end.
4670
4671 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4672
4673 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4674
4675 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4676 deletion.
4677 (nnimap-retrieve-headers): Don't select the group, because that's
4678 already done by nnimap-possibly-change-group.
4679
4680 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4681 (gnus-picon-transform-address): Use it.
4682
4683 * mail-source.el (mail-source-value): Revert previous patch.
4684
4685 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4686 on failure.
4687 (nnimap-open-connection): Look up both virtual and physical server name
4688 credentials.
4689
4690 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4691
4692 2009-02-08 Dave Love <fx@gnu.org>
4693
4694 * gnus-win.el (gnus-window-to-buffer-helper)
4695 (gnus-all-windows-visible-p): Function needn't be a symbol.
4696
4697 * mail-source.el (mail-source-value): Function needn't be a symbol.
4698
4699 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4700
4701 * message.el (message-cite-prefix-regexp): Remove } from the cite
4702 prefix.
4703
4704 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4705 highlight again, so that the highlight is correct.
4706
4707 * gnus-picon.el (gnus-picon): Remove again.
4708 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4709
4710 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4711 doing the header highlightling, so that the background colour of the
4712 picon is correct.
4713
4714 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4715 (gnus-picon): Ditto.
4716 (gnus-picon): Reinstate. The background colour for picons is white.
4717 (gnus-picon-insert-glyph): Make the background white.
4718
4719 * nnml.el (nnml-open-nov): Don't return dead buffers.
4720
4721 * auth-source.el (auth-source-create): Query the user for whether to
4722 store the credentials.
4723
4724 * auth-source.el (auth-source-user-or-password): Use the existing auth
4725 sources, if any, for creation.
4726
4727 * gnus.el (gnus-group-fast-parameter): Return the last matching
4728 parameter instead of the first matching parameter.
4729
4730 2010-09-26 Julien Danjou <julien@danjou.info>
4731
4732 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4733
4734 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4735
4736 * mml2015.el (mml2015-use): Remove gpg support.
4737
4738 * mml1991.el (mml1991-function-alist): Remove gpg function.
4739 (mml1991-gpg-sign): Remove.
4740
4741 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4742
4743 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4744 (gnus-browse-unsubscribe-current-group): Document it.
4745 (gnus-browse-unsubscribe-group): Use it.
4746
4747 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4748
4749 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4750 address to the To list for easier response.
4751
4752 * gnus.el (gnus-play-startup-jingle): Remove.
4753 (gnus-splash): Don't play jingle.
4754 (gnus): Silence gnus-load message.
4755
4756 * gnus-art.el (gnus-treat-play-sounds): Remove.
4757
4758 * gnus.el (gnus-play-jingle): Remove audio support.
4759
4760 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4761
4762 * earcon.el: Remove -- no users.
4763
4764 * gnus-audio.el: Remove -- no users of this package.
4765
4766 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4767
4768 * gnus-start.el (gnus-setup-news): Remove nocem support.
4769
4770 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4771
4772 * gnus.el (gnus-use-nocem): Remove.
4773
4774 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4775 Remove.
4776
4777 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4778 uses NoCeM any more.
4779
4780 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4781 (gnus-button-ctan-handler): Ditto.
4782 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4783 (gnus-button-ctan-directory-regexp): Ditto.
4784 (gnus-button-handle-ctan): Ditto.
4785 (gnus-button-tex-level): Ditto.
4786 (gnus-button-alist): Remove CTAN stuff.
4787
4788 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4789
4790 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4791 nnimap-streaming test.
4792
4793 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4794 servers twice.
4795
4796 * nnimap.el (nnimap-open-connection): Add more error reporting when
4797 nnimap fails early.
4798
4799 * nnheader.el (nnheader-get-report-string): New function.
4800 (nnheader-get-report): Use it.
4801
4802 * gnus-int.el (gnus-check-server): Say what the error was when opening
4803 failed.
4804
4805 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4806 using streaming.
4807
4808 2010-09-25 Julien Danjou <julien@danjou.info>
4809
4810 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4811 gnus-window-inside-pixel-edges.
4812
4813 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4814
4815 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4816
4817 * mm-decode.el (mm-save-part): Allow saving to other directories the
4818 normal Emacs way.
4819
4820 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4821 Suggested by Jay Berkenbilt.
4822
4823 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4824 there isn't a single byte.
4825
4826 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4827 just do it. It doesn't really seem to matter what the user responds
4828 here, I think, so it's just a confusing question.
4829
4830 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4831 non-streaming case.
4832
4833 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4834 (gnus-article-encrypt-body): Use it.
4835
4836 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4837 keystroke.
4838
4839 * nnimap.el (nnimap-find-wanted-parts-1):
4840 Use gnus-fetch-partial-articles.
4841
4842 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4843
4844 * nnimap.el (nnimap-insert-partial-structure): New function.
4845 (nnimap-get-partial-article): New function.
4846 (nnimap-request-article): Use it.
4847 (nnimap-wait-for-response): Return whether the wait was successful.
4848 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4849 retrieval wasn't successful.
4850 (nnimap-retrieve-group-data-early): Allow throttling servers.
4851 (nnimap-streaming): New variable.
4852 (nnimap-fetch-partial-articles): Remove.
4853
4854 * mm-decode.el (mm-with-part): Protect against killed buffers.
4855
4856 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4857 for prettier summary display.
4858
4859 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4860
4861 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4862
4863 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4864
4865 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4866 apparently third-party libraries depend on it.
4867
4868 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4869 before starting negotiation.
4870
4871 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4872 privacy reasons.
4873 (gnus-treat-mail-gravatar): Ditto.
4874
4875 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4876 buffer when inserting images. Inserting text into the headers, for
4877 instance, can make them invalid.
4878
4879 2010-09-25 Julien Danjou <julien@danjou.info>
4880
4881 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4882 variables.
4883
4884 * nnheader.el: Remove useless variables news-reply-yank-from and
4885 news-reply-yank-message-id.
4886
4887 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4888 variables.
4889
4890 * mml1991.el: Remove useless mml1991-verbose.
4891
4892 * gnus.el: Remove useless variable gnus-use-generic-from.
4893 Remove obsolete variable gnus-topic-indentation.
4894
4895 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4896
4897 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4898
4899 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4900
4901 * gnus-group.el: Remove useless gnus-group-icon-cache.
4902 Remove useless gnus-ephemeral-group-server.
4903
4904 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4905
4906 * mml2015.el: Remove useless mml2015-verbose.
4907
4908 * mml-smime.el: Remove useless mml-smime-verbose.
4909
4910 * gnus.el: Remove useless gnus-local-domain.
4911
4912 * gnus-gravatar.el (gnus-gravatar-transform-address):
4913 Use gnus-gravatar-size.
4914
4915 * gnus-art.el: Remove useless gnus-treat-translate.
4916
4917 2010-09-24 Julien Danjou <julien@danjou.info>
4918
4919 * gnus-sum.el: Add support for Gravatars.
4920
4921 * gnus-art.el: Add support for Gravatars.
4922
4923 * gnus-gravatar.el: Add this file.
4924
4925 * gravatar.el: Add this file.
4926
4927 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4928
4929 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4930
4931 * gnus-group.el (gnus-group-fetch-faq): Remove.
4932
4933 * gnus.el (gnus-group-faq-directory): Remove.
4934
4935 * gnus-group.el (gnus-group-fetch-charter): Remove.
4936
4937 * gnus.el (gnus-group-charter-alist): Remove.
4938
4939 * gnus-group.el (gnus-group-archive-directory): Remove.
4940 (gnus-group-recent-archive-directory): Ditto.
4941 (gnus-group-make-archive-group): Remove.
4942
4943 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4944
4945 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4946 use the same article number for all the cached articles.
4947
4948 * nnimap.el (nnimap-command): Register the last command time so
4949 that we can use it for idling NOOPs.
4950 (nnimap-open-connection): Start the keeplive timer.
4951 (nnimap-make-process-buffer): Store all the process buffers.
4952 (nnimap-keepalive): New function.
4953
4954 * starttls.el (starttls-open-stream): Add autoload cookie.
4955
4956 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4957
4958 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4959 handling.
4960
4961 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4962
4963 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4964 its data structures.
4965
4966 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4967 instead of the cl.el copy-list.
4968 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4969 equalp.
4970
4971 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4972
4973 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4974 and tool-bar-local-item-from-menu.
4975
4976 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4977 mode-line-highlight face for Emacs.
4978
4979 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4980 loading gnus-sum.elc; fix comment for canlock-verify.
4981 (gnus-article-jump-to-part): Use read-number.
4982 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4983 Remove Emacs pre-21 compatible code for help-echo.
4984 (gnus-article-next-page-1): No need to adjust the number of lines.
4985 (gnus-article-describe-bindings): Always use help-buffer.
4986
4987 * gnus-audio.el (gnus-audio-inline-sound)
4988 * gnus-cus.el (gnus-custom-mode)
4989 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4990
4991 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4992
4993 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4994 compatible code.
4995
4996 2010-09-24 Glenn Morris <rgm@gnu.org>
4997
4998 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4999 visiting the fcc file in rmail-mode.
5000
5001 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5002
5003 * nnir.el: Silence the byte compiler.
5004
5005 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5006 alias to browse-url-url-encode-chars if any.
5007 (gnus-html-encode-url): Use it.
5008
5009 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5010
5011 * gnus-start.el (gnus-use-backend-marks): New variable.
5012 (gnus-get-unread-articles-in-group): Use it.
5013
5014 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5015 makeover.
5016
5017 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5018
5019 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5020
5021 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5022
5023 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5024 Remove.
5025 (gnus-setup-news-hook):
5026 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5027
5028 * gnus-int.el (gnus-request-update-info): Protect against backends not
5029 having the function.
5030
5031 * nnimap.el (nnimap-stream): Mention starttls.
5032 (nnimap-open-connection): Add starttls support.
5033
5034 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5035
5036 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5037
5038 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5039
5040 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5041 BODYSTRUCTUREs.
5042 (nnimap-transform-headers): Unfold quoted {42} headers.
5043
5044 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5045 the info.
5046 (gnus-get-unread-articles): Only call updatep on backends that support
5047 it.
5048
5049 * nnweb.el (nnweb-request-update-info): NOOP.
5050
5051 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5052
5053 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5054 since it only deals with marks.
5055
5056 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5057 gnus-request-marks, and make a new gnus-request-update-info.
5058
5059 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5060 the active instead of the high number, which is usually too low.
5061
5062 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5063
5064 * encrypt.el: Remove.
5065
5066 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5067
5068 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5069 server in symbolic form.
5070
5071 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5072
5073 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5074
5075 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5076 (nnimap-update-info): Fix up code slightly.
5077
5078 * gnus-int.el (gnus-open-server): Add tracing for performance
5079 debugging.
5080
5081 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5082 (gnus-group-insert-group-line): Pass the real group name so that it
5083 gets the right data.
5084
5085 * gnus-start.el (gnus-get-unread-articles): Don't have
5086 `gnus-get-unread-articles-in-group' update info, since that can be
5087 really slow and doesn't seem to be needed?
5088
5089 2010-09-22 Julien Danjou <julien@danjou.info>
5090
5091 * gnus-group.el (gnus-group-insert-group-line):
5092 Call gnus-group-highlight-line.
5093 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5094 default hook list.
5095 (gnus-group-update-eval-form): Add new function.
5096 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5097 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5098
5099 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5100
5101 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5102 immediate, then expire all articles.
5103 (nnimap-update-info): Fix off-by-one errors.
5104 (nnimap-flags-to-marks): Would return no marks lists for group with no
5105 flags. Instead return the other data.
5106
5107 2010-09-22 Julien Danjou <julien@danjou.info>
5108
5109 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5110 Only return an icon.
5111 (gnus-group-insert-group-line): Compute icon to return.
5112
5113 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5114 (gnus-html-image-fetched): Only cache if
5115 gnus-html-image-automatic-caching is set.
5116 (gnus-html-image-fetched): Check for errors.
5117
5118 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5119
5120 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5121 once per method on `g'. This ensures that backends like nnfolder don't
5122 open all their folders.
5123
5124 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5125 (nnimap-request-list): Nix out group in the correct buffer.
5126 (nnimap-parse-flags): Implement by using `read' instead of
5127 hand-parsing.
5128 (nnimap-flags-to-marks): Pass on permanent-flags.
5129 (nnimap-make-process-buffer): Record the server name.
5130 (nnimap-parse-flags): Fix typo.
5131 (nnimap-request-scan): Run split on the server in general, not just a
5132 single group.
5133
5134 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5135 parameter, and propagate this downwards.
5136
5137 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5138 since EXAMINE changes it on the server.
5139
5140 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5141 this command might take a while.
5142
5143 2010-09-22 Julien Danjou <julien@danjou.info>
5144
5145 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5146 harmful if you have 2 images side-by-side, they can't be properly
5147 update on text deletion. Using text-property is safer here.
5148 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5149 data.
5150
5151 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5152
5153 * nnimap.el (nnimap-expunge-inbox): Remove.
5154 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5155 (nnimap-expunge): Flip default to t.
5156
5157 * gnus.el (gnus-method-to-server): Don't push things to the cache
5158 unless it's unique.
5159 (gnus-server-to-method): Ditto.
5160
5161 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5162
5163 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5164
5165 2010-09-22 Julien Danjou <julien@danjou.info>
5166
5167 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5168 get the start of data.
5169 (gnus-html-encode-url): Add this function to encode special chars in
5170 URL.
5171 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5172 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5173
5174 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5175 default.
5176 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5177
5178 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5179 images alt-text.
5180 (gnus-html-put-image): Put alt-text as help-echo.
5181
5182 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5183
5184 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5185 * mm-util.el (mm-decompress-buffer)
5186 * nnir.el (nnir-run-find-grep)
5187 * pop3.el (pop3-list): Use 3rd arg of split-string.
5188
5189 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5190
5191 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5192 outside the active range. Suggested by Dan Christensen.
5193
5194 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5195 slightly later to avoid double-getting it.
5196
5197 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5198 previous patch.
5199
5200 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5201
5202 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5203
5204 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5205
5206 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5207
5208 * gnus-int.el (gnus-open-server): Give a better error message in the
5209 "go offline" case.
5210
5211 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5212 marks for nnimap, which is seldom the right thing to do.
5213
5214 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5215 (gnus-same-method-different-name): New function.
5216
5217 * nnimap.el (parse-time): Require.
5218
5219 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5220 method in the presence of many similar methods.
5221
5222 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5223
5224 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5225 nnml-inhibit-expiry.
5226
5227 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5228 find out whether methods are equal.
5229
5230 * nnimap.el (nnimap-find-expired-articles): New function.
5231 (nnimap-process-expiry-targets): New function.
5232 (nnimap-request-move-article): Request the article before looking at
5233 what the Message-ID is. Fix found by Andrew Cohen.
5234 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5235
5236 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5237 for oldness in addition to being a predicate.
5238
5239 * nnimap.el (nnimap-request-group): When we have zero articles, return
5240 the right data to Gnus.
5241 (nnimap-request-expire-articles): Only delete articles immediately if
5242 the target is 'delete.
5243
5244 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5245 method, this would bug out.
5246
5247 * gnus-group.el (gnus-group-expunge-group): Rename from
5248 gnus-group-nnimap-expunge, and implemented as a normal interface
5249 function.
5250
5251 * gnus-int.el (gnus-request-expunge-group): New function.
5252
5253 * nnimap.el (nnimap-request-create-group): Implement.
5254 (nnimap-request-expunge-group): New function.
5255
5256 2010-09-21 Julien Danjou <julien@danjou.info>
5257
5258 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5259 (gnus-html-cache-expired): Add new function.
5260 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5261 wethever we should display image for fetch it.
5262 Compute alt-text earlier to pass it to the fetching function too.
5263 (gnus-html-schedule-image-fetching): Change function argument to only
5264 get one image at a time, not a list.
5265 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5266 cache.
5267 (gnus-html-get-image-data): New function to retrieve image data from
5268 cache.
5269 (gnus-html-put-image): Change buffer argument to use image data rather
5270 than file, and place image above region rather than inserting a new
5271 one. Do not take alt-text as argument, since it's useless now: we place
5272 the image above alt-text.
5273 (gnus-html-prune-cache): Remove.
5274 (gnus-html-show-images): Start to fetch image when we find one, do not
5275 push into a temporary list.
5276 (gnus-html-prefetch-images): Only fetch image if they have expired.
5277 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5278 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5279
5280 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5281
5282 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5283
5284 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5285
5286 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5287 spec inser "*" if the group isn't active instead of 0.
5288
5289 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5290 opening the server.
5291 (nnimap-request-delete-group): Implement group deletion.
5292 (nnimap-transform-headers): Return the size of the entire message in
5293 the Bytes header, not just the size of the first part.
5294 (nnimap-request-move-article): When moving an article from nnimap,
5295 request the article first so the accepting form has an article to
5296 accept. Reported by Dan Christensen.
5297 (nnimap-command): Make sure that the error message doesn't error out.
5298
5299 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5300
5301 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5302 we haven't requested anything.
5303
5304 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5305
5306 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5307 "". Fix found by Andrew Cohen.
5308
5309 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5310 instead of -encode-string.
5311
5312 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5313
5314 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5315
5316 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5317 by mm-subst-char-in-string.
5318
5319 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5320
5321 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5322 waiting for the connection string.
5323
5324 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5325 arriving.
5326
5327 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5328 bogus characters. This allows selecting certain Gmail groups.
5329
5330 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5331 (nnimap-fetch-partial-articles): New variable.
5332 (nnimap-open-connection): When looking for credentials, also use the
5333 nnimap-server-port.
5334 (nnimap-request-article): Return the group/article number, so that Gnus
5335 `^' works as expected.
5336 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5337
5338 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5339 comments.
5340 (gnus-methods-sloppily-equal): New function.
5341 (gnus): When using the development version of Gnus, load the gnus-load
5342 file.
5343
5344 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5345 `gnus-open-server' on each method before trying to scan them etc.
5346 This ensures that all the backend parameters are set correctly.
5347
5348 * nnimap.el (nnimap-authenticator): New variable.
5349 (nnimap-open-connection): Allow anonymous login.
5350 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5351 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5352
5353 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5354 patch, found by Knut Anders Hatlen.
5355
5356 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5357
5358 * gnus-agent.el (gnus-agent-batch-confirmation)
5359 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5360 to gnus-message.
5361 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5362 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5363 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5364 * gnus-int.el (gnus-open-server): Likewise.
5365 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5366 (gnus-score-check-syntax): Likewise.
5367 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5368 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5369 Likewise.
5370 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5371
5372 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5373
5374 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5375 calling conventions so that prefetch doesn't bug out.
5376
5377 2010-09-19 Julien Danjou <julien@danjou.info>
5378
5379 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5380 rather than `subst-char-in-region' in order to be able to replace ASCII
5381 char by UTF-8 ones.
5382
5383 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5384 than curl.
5385 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5386 the right URL and ALT text on images.
5387 (gnus-html-wash-tags): Fix tag case.
5388 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5389 (gnus-article-html): Add -o display_ins_del=2 option.
5390 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5391
5392 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5393
5394 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5395 the extra mail headers, which sometimes seem to happen for unknown
5396 reasons.
5397
5398 * mail-parse.el (mail-header-encode-parameter): Define as
5399 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5400 (or most, perhaps?) mail readers don't understand the latter, but do
5401 understand the former.
5402
5403 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5404 to nil, so that no methods are automatically agentized. I think this
5405 is probably what most users want.
5406
5407 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5408 from url-retrieve, for instance about invalid URLs.
5409
5410 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5411 groups that have no articles.
5412 (nnimap-request-article): Check that we really got an article when we
5413 requested one.
5414
5415 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5416 doesn't exist.
5417
5418 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5419 nntp buffer so the agent can save it.
5420 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5421 that CRLF doesn't get translated to \n.
5422 (nnimap-open-connection): Don't make 'shell commands only send \n.
5423
5424 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5427 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5428 Update var name.
5429 (nnml-generate-nov-file): Use dolist.
5430 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5431 Use with-current-buffer.
5432
5433 2010-09-18 Julien Danjou <julien@danjou.info>
5434
5435 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5436 parallel.
5437
5438 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5439
5440 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5441 the range update right.
5442 (nnimap-request-group): Don't make `M-g' bug out on group with no
5443 marks.
5444 (nnoo): Require, so that other packages can require nnimap.
5445 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5446 command we're looking for. This helps when the server sends more
5447 responses after we've gotten everything we expected.
5448 (nnimap): Add a `newlinep' field to keep track of end-of-line
5449 conventions.
5450 Don't send CRLF to things that don't want it.
5451 (nnimap-request-accept-article): Ditto.
5452
5453 2010-09-18 Julien Danjou <julien@danjou.info>
5454
5455 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5456 than curl to retrieve images.
5457
5458 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5459
5460 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5461 the marks.
5462 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5463 (nnimap-wait-for-connection): New function.
5464 (nnimap-open-connection): If we have PREAUTH, don't query for login
5465 credentials.
5466 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5467 when doing a partial update.
5468
5469 2010-09-18 Julien Danjou <julien@danjou.info>
5470
5471 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5472 tags.
5473
5474 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5475
5476 * nnimap.el (nnimap-credentials): New function.
5477 (nnimap-open-connection): Use the new function to look for credentials
5478 also on the numeric equivalents of "imap" and "imaps".
5479
5480 * gnus-start.el (gnus-activate-group): Send the info to
5481 gnus-request-group.
5482
5483 * nnimap.el (nnimap-request-group): Have the "check" version of the
5484 function parse flags and update the info, so that a `M-g' get a total
5485 resync of all flags from the group.
5486
5487 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5488 to allow backends to alter the info on group selection. Also alter all
5489 the backend -request-group functions to take the parameter.
5490
5491 * nnimap.el (nnimap-store-info): New function.
5492 (nnimap-update-info): Store the info for later usage.
5493 (nnimap-request-group): Use the stored info for the dont-check case, so
5494 that we don't retrieve all marks when we enter a group.
5495
5496 * nnimap.el: Use deffoo instead of defun for interface functions.
5497
5498 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5499 update the group info. This makes the nndraft groups, for instance, go
5500 back to their old behaviour.
5501
5502 * gnus-sum.el (gnus-select-newsgroup): Indent.
5503
5504 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5505 in.
5506 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5507 nothing.
5508
5509 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5510 from methods that are denied.
5511
5512 * gnus-int.el (gnus-method-denied-p): New function.
5513
5514 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5515 store the password instead of netrc.
5516 (nnimap-open-connection): Don't error out when we can't make a
5517 connections.
5518
5519 * auth-source.el (auth-source-create): In the password prompt, say what
5520 we're querying for. Also prompt for user name if that hasn't been
5521 given.
5522
5523 * nnimap.el (nnimap-with-process-buffer): Remove.
5524
5525 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5526
5527 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5528 method when we're reading from the agent.
5529
5530 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5531
5532 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5533 that's probably most useful for users.
5534
5535 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5536 "failed" all the time.
5537
5538 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5539 ...)) with (with-current-buffer ... ).
5540
5541 * nntp.el (nntp-open-server): Return whether the open was successful or
5542 not.
5543
5544 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5545 select an unread unseen article first.
5546
5547 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5548 /etc/services, supply some sensible port defaults.
5549
5550 2010-09-17 Julien Danjou <julien@danjou.info>
5551
5552 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5553
5554 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5555
5556 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5557 doesn't have any parameters.
5558
5559 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5560
5561 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5562 only upcased checks.
5563
5564 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5565
5566 * nnimap.el (nnimap-open-shell-stream): New function.
5567 (nnimap-open-connection): Use it.
5568 (nnimap-transform-headers): Get the number of lines in each message.
5569 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5570 number of lines.
5571 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5572 problem.
5573
5574 * utf7.el (utf7-encode): Autoload.
5575
5576 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5577 to allow the mail splitting to not return a default group. This is
5578 useful for nnimap, which will leave unmatched mail in the inbox.
5579
5580 * nnimap.el: Rewritten.
5581
5582 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5583 nnimap usage.
5584
5585 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5586 if the move is internal, so that nnimap can do fast internal moves.
5587
5588 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5589 data.
5590 (gnus-read-active-for-groups): Support finishing the early retrieval of
5591 data.
5592
5593 * gnus-range.el (gnus-range-nconcat): New function.
5594
5595 * gnus-int.el (gnus-finish-retrieve-group-infos)
5596 (gnus-retrieve-group-data-early): New functions.
5597
5598 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5601 (nnrss-retrieve-groups):
5602 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5603 (pop3-quit): Use with-current-buffer.
5604
5605 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5606
5607 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5608 instead of nnheader-accept-process-output.
5609
5610 * gnus-html.el (gnus-html-schedule-image-fetching)
5611 (gnus-html-prefetch-images): Replace process-kill-without-query by
5612 gnus-set-process-query-on-exit-flag.
5613
5614 2010-09-16 Romain Francoise <romain@orebokech.com>
5615
5616 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5617
5618 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5619
5620 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5621 parameter to unintern is mandatory-ish in Emacs 24.
5622
5623 * gnus-html.el (gnus-html-schedule-image-fetching)
5624 (gnus-html-prefetch-images): Check for curl before using it.
5625
5626 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5627 depend on curl, which isn't essential.
5628
5629 * imap.el: Revert back to version
5630 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5631 seem problematic.
5632
5633 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5634
5635 * gnus-registry.el (gnus-registry-install-shortcuts):
5636 Explicitly pass `obarray' to `unintern' to avoid a warning.
5637
5638 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5639
5640 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5641 change.
5642
5643 * nnrss.el (nnrss-request-list): Remove this function and related
5644 functions, including the moreover stuff.
5645
5646 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5647
5648 * nnrss.el (nnrss-retrieve-groups): New function.
5649
5650 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5651
5652 * .dir-locals.el: Add no-byte-compile cookie.
5653
5654 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5655
5656 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5657 for back end that doesn't support request-scan.
5658
5659 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5660
5661 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5662 then do request scans from the backends.
5663
5664 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5665 avoid running a hook per line, since this takes a lot of time,
5666 profiling shows.
5667 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5668 directly if gnus-visual-p is true.
5669
5670 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5671
5672 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5673 groups; replace mapcar with dolist which is a bit faster; pass groups
5674 info to gnus-read-active-file-1.
5675 (gnus-read-active-file-1): Scan only specified groups if the new
5676 optional arg `infos' is given.
5677
5678 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5679
5680 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5681
5682 * pop3.el (pop3-movemail): Remove.
5683 (pop3-streaming-movemail): Rename to pop3-movemail.
5684
5685 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5686 don't restrict end-tag searches to the end of the line.
5687
5688 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5689
5690 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5691 articles of every unchecked group to t, which means unknown since the
5692 server has never been opened.
5693
5694 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5695
5696 * gnus-html.el (gnus-html-show-alt-text): New command.
5697 (gnus-html-browse-image): Ditto.
5698 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5699 to browse the image directly.
5700 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5701 better.
5702
5703 * gnus-async.el (gnus-async-article-callback):
5704 Call `gnus-html-prefetch-images' unconditionally.
5705
5706 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5707 before feeding URLs to curl.
5708
5709 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5710
5711 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5712 internal images as deletable by `W D D'.
5713
5714 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5715 (gnus-async-article-callback): Fix typo.
5716
5717 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5718
5719 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5720 current line to work around bugs in the output from w3m.
5721
5722 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5723 for groups that want that.
5724
5725 * nntp.el (nntp-wait-for-string): Supply a timeout for
5726 accept-process-output to ensure progress.
5727
5728 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5729 level to get unread articles from, then use that for foreign groups,
5730 too.
5731
5732 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5733 confuses the rest of the function.
5734
5735 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5736 for the methods that support -retrieve-groups, too.
5737
5738 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5739
5740 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5741
5742 * pop3.el: Require cl when compiling.
5743 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5744
5745 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5746
5747 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5748 that aren't going to be activated.
5749 (gnus-get-unread-articles): Fix up the last commit.
5750
5751 * gnus-html.el (gnus-article-html): Allow calling without specifying
5752 the handle. In that case, dissect the buffer first.
5753
5754 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5755
5756 * nnimap.el (nnimap-open-connection): Revert the change that would look
5757 into authinfo for imaps instead of imap.
5758
5759 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5760 say that you don't want to call gnus-request-group with don-check, but
5761 do check the reponse. This is for virtual groups only.
5762 (gnus-get-unread-articles): Count the archive groups as secondary, so
5763 that they're activated the same way as before.
5764
5765 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5766 case-insensitively.
5767 (nnimap-debug): Remove.
5768
5769 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5770 mail from a file, and the file doesn't exist.
5771
5772 * pop3.el (pop3-streaming-movemail): Return t for success.
5773
5774 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5775 .authinfo if we're using ssl connection.
5776
5777 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5778 already have if we're in a main Gnus `g' run.
5779
5780 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5781
5782 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5783
5784 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5785
5786 * nnmh.el (nnmh-request-list-1): Bind `file'.
5787
5788 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5789 alias to set-process-query-on-exit-flag or process-kill-without-query.
5790 (pop3-open-server): Use it.
5791
5792 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5793
5794 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5795 box to the Incoming file. Fixes mistake in previous checkin.
5796
5797 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5798 request loop (for debugging purposes) removed.
5799
5800 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5801 culprit is more visible.
5802 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5803 (nnml-add-incremental-nov): New functions to do "incremental" nov
5804 updates, where we just append to the end of the existing nov files
5805 without reading/writing them in full.
5806
5807 * mail-source.el (mail-source-delete-crash-box): Really only check the
5808 incoming files once in a while.
5809
5810 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5811
5812 * mail-source.el (mail-source-delete-crash-box): Only check the
5813 incoming files for deletion once per day to save a lot of file
5814 accesses.
5815
5816 * pop3.el (pop3-logon): Fix up unbound variable typo.
5817
5818 * mail-source.el (pop3-streaming-movemail): Autoload.
5819
5820 * pop3.el (pop3-streaming-movemail):
5821 Respect pop3-leave-mail-on-server.
5822
5823 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5824 retrieval.
5825
5826 * pop3.el (pop3-process-filter): Remove unused function.
5827 (pop3-streaming-movemail, pop3-send-streaming-command)
5828 (pop3-wait-for-messages, pop3-write-to-file)
5829 (pop3-number-of-responses): New functions for streaming pop3
5830 retrieval.
5831
5832 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5833 come from no known methods.
5834 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5835 list.
5836
5837 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5838 message sizes.
5839 (pop3-movemail): Use erase-buffer instead of looping and deleting
5840 regions, which seems rather odd.
5841
5842 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5843 file once per `g' run.
5844
5845 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5846 directories. This makes the draft queue directory work.
5847
5848 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5849 data from the backends, so that we only request the list of groups from
5850 each method once. This should speed things up considerably.
5851
5852 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5853 detect that it's not implemented.
5854
5855 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5856 we actually do recurse down into the tree, but don't stat all leaf
5857 nodes.
5858
5859 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5860 then say so instead of bugging out.
5861
5862 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5863 files exist before trying to read them.
5864
5865 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5866 around <pre_int>.
5867
5868 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5869
5870 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5871
5872 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5873
5874 * mm-util.el (mm-image-load-path): Just return the image directories,
5875 not all directories in the path in addition to the image directories.
5876 (mm-image-load-path): Maintain a cache of the image directories so that
5877 the `g' command in Gnus doesn't have to stat dozens of directories each
5878 time.
5879
5880 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5881 (gnus-html-wash-tags): Add a new `i' command to insert images.
5882 (gnus-html-insert-image): New command and keystroke.
5883 (gnus-html-redisplay-with-images): New command and keystroke.
5884 (gnus-html-show-images): Rename command.
5885 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5886 spacers.
5887 (gnus-html-wash-tags): Decode entities at the end, so that entities
5888 inside the tags don't mess up the rest of the "parsing".
5889
5890 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5891 so that nnimap methods aren't agentized by default. There's apparently
5892 many problems related to agent/imap behaviour.
5893
5894 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5895
5896 * gnus-html.el: Doc fix.
5897
5898 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5899
5900 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5901 glyph-width and glyph-height instead of display-graphic-p and
5902 image-size; make avoidance of displaying small images work for XEmacs.
5903
5904 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5905 for XEmacs.
5906
5907 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5908 of symbol that holds plist data.
5909 (gnus-process-plist): Remove plist of process after getting it.
5910
5911 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5912
5913 * message.el (message-generate-hashcash): Change default to
5914 'opportunistic if hashcash is installed.
5915
5916 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5917 (gnus-html-put-image): Only call image-size once, since it's somewhat
5918 time-consuming on remote X servers.
5919
5920 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5921
5922 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5923 decoded contents.
5924 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5925
5926 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5927
5928 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5929 group line format, since it isn't very interesting.
5930
5931 * gnus-agent.el (gnus-agent-short-article),
5932 (gnus-agent-long-article): Increase values for these two variables,
5933 since most people are likely to have more network connection and
5934 storage than before.
5935
5936 * gnus.el (gnus-refer-article-method): Change default to 'current.
5937 When referring an article, the common behaviour is to refer it from the
5938 current select method, not the native select method. The chances of
5939 the native select method having the message in question is rather slim
5940 these days.
5941
5942 * gnus-sum.el (gnus-auto-select-subject): Change default to
5943 `unseen-or-unread'. I think it's likely that most people want to
5944 select an unseen article over a previously seen, but unread one.
5945
5946 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5947 means that in the article buffer none of the minor mode elements will
5948 be shown, usually, and this is not desirable in most cases.
5949
5950 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5951 that commands like `d' (and the like) go to the next line in the
5952 buffer, instead of the next unread article. I think this is the
5953 behaviour that is most natural for most users.
5954 (gnus-single-article-buffer): Change default to nil, so that people can
5955 have as many article buffers open as they have summary buffer. I think
5956 this is the most natural way for the groups to behave.
5957
5958 * message.el (message-generate-new-buffers): Change default to
5959 `unsent', so that all new message buffers start their names with the
5960 string "*unsent", and it's easier to find the buffers if you move from
5961 them.
5962
5963 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5964
5965 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5966 small. They're probably tracking images.
5967 (gnus-html-wash-tags): Remove all <pre_int> place holders.
5968 (gnus-html-rescale-image): Yet another try at getting the image sizing
5969 right.
5970
5971 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5972 nntp-marks-file-name is nil.
5973
5974 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5975
5976 * gnus-html.el (gnus-html-wash-tags)
5977 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5978 Better logging.
5979
5980 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5981
5982 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5983
5984 * gnus-html.el (gnus-html-wash-tags): Check the value of
5985 gnus-blocked-images in the summary buffer.
5986
5987 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5988
5989 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5990
5991 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5992
5993 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5994 like "a", it seems like.
5995 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5996 since it needs to be picked from the correct buffer.
5997
5998 * nnwfm.el: Remove.
5999
6000 * nnlistserv.el: Remove.
6001
6002 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6003
6004 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6005 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6006
6007 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6008
6009 * nnkiboze.el: Remove.
6010
6011 * nndb.el: Remove.
6012
6013 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6014 alt text.
6015 (gnus-html-rescale-image): Try to get the rescaling logic right for
6016 images that are just wide and not tall.
6017
6018 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6019 overshadow variable bindings.
6020
6021 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6022
6023 * gnus-html.el (gnus-html-wash-tags)
6024 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6025 Add extra logging.
6026
6027 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6028
6029 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6030 (gnus-max-image-proportion): New variable.
6031 (gnus-html-rescale-image): New function.
6032 (gnus-html-put-image): Rescale images.
6033
6034 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 Fix up some byte-compiler warnings.
6037 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6038 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6039 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6040 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6041 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6042 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6043 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6044
6045 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6046
6047 * gnus-html.el (gnus-article-html): Decode contents by charset.
6048
6049 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6050
6051 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6052 (gnus-html-frame-width, gnus-blocked-images)
6053 * message.el (message-prune-recipient-rules): Add custom version.
6054 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6055
6056 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6057 functions.
6058
6059 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6060 gnus-process-get.
6061
6062 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6063
6064 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6065 instead of lsub directly.
6066
6067 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6068
6069 * nnwarchive.el: Remove.
6070
6071 * gnus-soup.el: Remove.
6072
6073 * nnsoup.el: Remove.
6074
6075 * nnultimate.el: Remove.
6076
6077 * gnus-html.el (gnus-blocked-images): New variable.
6078
6079 * message.el (message-prune-recipients): New function.
6080 (message-prune-recipient-rules): New variable.
6081
6082 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6083 guess whether a long line is natural text or not.
6084
6085 * gnus-html.el (gnus-html-schedule-image-fetching):
6086 Use gnus-process-plist and friends for compatibility.
6087
6088 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * gnus-html.el: Require packages that define macros used in this file.
6091 (gnus-article-mouse-face): Declare to silence byte-compiler.
6092 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6093 process-get.
6094 (gnus-html-put-image): Use plist-get to avoid getf.
6095 (gnus-html-prefetch-images): Use with-current-buffer.
6096
6097 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6098
6099 * gnus-ems.el: Provide compatibility functions for
6100 gnus-set-process-plist.
6101
6102 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6103 * gnus.el (gnus-valid-select-methods)
6104 * message.el (message-send-mail-partially-limit)
6105 * mm-decode.el (mm-text-html-renderer)
6106 * mml.el (mml-insert-mime-headers-always)
6107 * smiley.el (smiley-regexp-alist): Bump custom version.
6108
6109 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6110
6111 * gnus-html.el: require mm-url.
6112 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6113 with the url to `url'.
6114 (gnus-html-wash-tags): Support cid: URLs/images.
6115
6116 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6117
6118 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6119 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6120 bindings, as they aren't useful at all. `w' is moved to `W w'.
6121
6122 * gnus-move.el: Remove file, since it doesn't really work.
6123
6124 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6125 UTF-8. This seems to fix problems with some German web feeds.
6126
6127 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6128 at the top so that the proper colours are applied.
6129
6130 * gnus-art.el (gnus-article-view-part): Doc fix.
6131
6132 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6133 XEmacs-compatible.
6134 (gnus-html-put-image): Don't do images on non-graphic displays.
6135
6136 * nnslashdot.el: Remove this unused backend.
6137
6138 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6139 actions.
6140 (gnus-undo-register-1): Revert last change.
6141
6142 * gnus-group.el (gnus-group-completing-read): Protect against not
6143 having completion-styles bound.
6144
6145 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6146 make broken recipients happier.
6147
6148 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6149
6150 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6151 point parameter.
6152
6153 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6154 completion-styles for group selection.
6155
6156 2009-02-04 Andreas Schwab <schwab@suse.de>
6157
6158 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6159 headers and regexp-quote the match if necessary.
6160
6161 2009-03-24 Miles Bader <miles@gnu.org>
6162
6163 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6164 the blinking smiley.
6165
6166 2009-03-24 Simon Josefsson <simon@josefsson.org>
6167
6168 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6169 blink smiley.
6170
6171 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6172
6173 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6174 where the dribbel file lives exists.
6175
6176 * message.el (message-send-mail-partially-limit): Change the default to
6177 nil, since most people don't want this.
6178
6179 * mm-url.el (mm-url-decode-entities): Also decode entities like
6180 &#x3212.
6181
6182 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6183
6184 * gnus-sum.el (gnus-summary-idna-message):
6185 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6186 Hyperlink urls in docstrings with URL `...'.
6187
6188 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6189
6190 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6191 functions.
6192
6193 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6194
6195 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6196 say what the mouseover text should be.
6197
6198 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6199 version of the mm-w3m-safe-url-regexp variable to only download images
6200 in the groups where we want that to happen.
6201
6202 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6203
6204 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6205 easier debugging.
6206 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6207 big pictures in the article buffer.
6208
6209 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6210 gnus-article-html.
6211 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6212 w3m.
6213
6214 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6215
6216 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6217
6218 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6219 which doesn't exist.
6220
6221 * message.el (message-inhibit-ecomplete): New variable to allow some
6222 function to inhibit ecomplete address storage.
6223 (message-resend): Disable ecomplete message storage when resending
6224 messages.
6225
6226 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6227
6228 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6229
6230 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6231 Save excursion while copying, moving, and deleting articles in order to
6232 prevent the cursor from jumping to unforeseen place.
6233
6234 2010-08-17 Glenn Morris <rgm@gnu.org>
6235
6236 * gnus-sync.el: Require gnus components whose functions are used.
6237
6238 * gnus-art.el (bookmark-make-record-function):
6239 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6240 Declare for compiler.
6241
6242 * mm-url.el (mml-compute-boundary): Autoload.
6243
6244 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6245
6246 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6247
6248 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6249
6250 Typo fix "hoo4a" -> "hook".
6251
6252 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6253
6254 2010-08-14 Glenn Morris <rgm@gnu.org>
6255
6256 * gnus-sync.el (gnus-sync): Fix defgroup version.
6257
6258 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6259
6260 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6261
6262 * gnus-sync.el: Fix docs.
6263 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6264 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6265
6266 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6267
6268 Optimizations for gnus-sync.el.
6269
6270 * gnus-sync.el: Add docs about gnus-sync-backend
6271 possibilities.
6272 (gnus-sync-save): Remove unnecessary message.
6273 (gnus-sync-read): Optimize and show what groups were skipped.
6274
6275 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6276
6277 Minor bug fixes for gnus-sync.el.
6278
6279 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6280 Don't read the sync on get-new-news.
6281
6282 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6283 quiet.
6284
6285 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6286 (fix typo).
6287
6288 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6289
6290 Make saving and restoring of hidden threads work with overlays.
6291 Patch applied by Ted Zlatanov.
6292
6293 * gnus-sum.el (gnus-hidden-threads-configuration)
6294 (gnus-restore-hidden-threads-configuration): Update to deal with text
6295 properties, rather than searching for a magic character.
6296
6297 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6298
6299 New gnus-sync.el library for synchronization of marks.
6300
6301 * gnus-sync.el: New library for synchronization of marks.
6302
6303 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6304 renamed from `gnus-registry-grep-in-list'.
6305
6306 * gnus-registry.el (gnus-registry-follow-group-p):
6307 Use `gnus-grep-in-list'.
6308
6309 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6310
6311 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6312
6313 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6314 determining charset of text fails.
6315
6316 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6317
6318 * nnmail.el (nnmail-get-new-mail-1): Revert.
6319
6320 * nnml.el (nnml-active-number): Make sure names of newly created groups
6321 in nnml-group-alist are encoded.
6322
6323 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6324
6325 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6326 containing non-ASCII characters in active file for nnml back end.
6327
6328 2010-07-24 David Engster <dengste@eml.cc>
6329
6330 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6331 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6332
6333 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6334
6335 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6336 tag (Bug#6654).
6337
6338 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6339
6340 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6341 the article buffer, not the summary buffer.
6342
6343 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6344
6345 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6346 Emacs 23 as well.
6347
6348 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6349
6350 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6351 Patch applied by Karl Fogel.
6352
6353 * gnus-sum.el (gnus-summary-bookmark-make-record):
6354 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6355
6356 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6357
6358 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6359 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6360 C-w still not working correctly from Article buffers; Thierry's
6361 patch to fix that will be applied after this.
6362
6363 * gnus-art.el (bookmark-make-record-function): New local variable.
6364
6365 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6366 article buffer.
6367 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6368
6369 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6370
6371 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6372 on changes in bookmark.el.
6373
6374 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6375
6376 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6377 the *other* type of HTML form submission.
6378
6379 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6380
6381 * auth-source.el (auth-source-pick): If choice does not contain a
6382 questioned keyword, set the check to t.
6383
6384 2010-06-12 Romain Francoise <romain@orebokech.com>
6385
6386 * gnus-util.el (gnus-date-get-time): Move up before first use.
6387
6388 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6389
6390 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6391 (gnus-article-edit-part): Bind it to make last part that is substituted
6392 or deleted visible.
6393 (gnus-mime-display-single): Buttonize part of which id equals to
6394 gnus-mime-buttonized-part-id.
6395
6396 2010-06-10 Dan Christensen <jdc@uwo.ca>
6397
6398 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6399 (gnus-dd-mmm): Use gnus-date-get-time.
6400 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6401 simplify logic.
6402 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6403 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6404
6405 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6406
6407 * auth-source.el (top): Autoload `secrets-list-collections',
6408 `secrets-create-item', `secrets-delete-item'.
6409 (auth-sources): Fix tag string.
6410 (auth-get-source, auth-source-retrieve, auth-source-create)
6411 (auth-source-delete): New defuns.
6412 (auth-source-pick): Rewrite in order to avoid 2 passes.
6413 (auth-source-forget-user-or-password): New parameter USERNAME.
6414 (auth-source-user-or-password): New parameters CREATE-MISSING and
6415 DELETE-EXISTING. Retrieve password interactively, if needed.
6416
6417 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6418
6419 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6420 deleting unused directories when gnus-expert-user is t.
6421
6422 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6423
6424 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6425 for each temp file when gnus-article-browse-delete-temp is ask.
6426
6427 2010-05-20 Kevin Ryde <user42@zip.com.au>
6428
6429 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6430
6431 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6432
6433 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6434 article unless decoding article to be saved.
6435
6436 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6437
6438 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6439 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6440 generated within the mm-with-unibyte-current-buffer macro.
6441
6442 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6443
6444 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6445 to nil when we're in a mml-preview buffer and no group is selected.
6446
6447 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6448
6449 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6450 when catching the `C-g'. Reported by "Leo".
6451
6452 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6453
6454 * message.el (message-forward-make-body-plain)
6455 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6456 multibyte-string-p.
6457
6458 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6459
6460 * message.el (message-forward-make-body-mml): Assume original message
6461 is multibyte string; error on unibyte.
6462 (message-forward-make-body-plain): Ditto; don't add excessive newline
6463 in body end.
6464
6465 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6466
6467 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6468 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6469
6470 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6471
6472 * mm-extern.el (mm-extern-url): Don't use
6473 mm-with-unibyte-current-buffer.
6474 (mm-extern-cache-contents): Use with-current-buffer instead of
6475 save-excursion + set-buffer.
6476
6477 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6478
6479 * mm-util.el (mm-emacs-mule): Remove.
6480
6481 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6482
6483 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6484 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6485 change.
6486
6487 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6488
6489 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6490 bind the default value of enable-multibyte-characters to nil.
6491
6492 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6493
6494 * message.el (message-forward-make-body-plain)
6495 (message-forward-make-body-mml):
6496 Don't use mm-with-unibyte-current-buffer.
6497
6498 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6499
6500 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6501 (Bug#5592).
6502
6503 2010-05-07 Julien Danjou <julien@danjou.info>
6504
6505 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6506 it to mm-pipe-part.
6507
6508 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6509 it is given.
6510
6511 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6512
6513 * nnweb.el (nnweb-gmane-search)
6514 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6515 XEmacs.
6516
6517 * gnus-art.el (gnus-article-browse-html-parts)
6518 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6519 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6520 make-temp-file.
6521
6522 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6523 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6524 compiling.
6525
6526 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6527 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6528 XEmacs when compiling.
6529
6530 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6531 gnus-pick-mode-off-hook for XEmacs when compiling.
6532 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6533 gnus-binary-mode-off-hook for XEmacs when compiling.
6534
6535 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6536 Return nil if char-charset is not available.
6537
6538 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6539 macro.
6540
6541 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6542 instead of encode-coding-string.
6543
6544 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6545 'xemacs) instead of mm-emacs-mule to switch function definitions.
6546 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6547
6548 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6549
6550 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6551
6552 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6553
6554 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6555 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6556
6557 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6558
6559 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6560 alias `jka-compr-delete-temp-file' no longer exists.
6561
6562 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 Use define-minor-mode in Gnus where applicable.
6565 * mml.el (mml-mode): Use define-minor-mode.
6566 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6567 (gnus-undo-mode): Use define-minor-mode.
6568 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6569 (gnus-dead-summary-mode): Use define-minor-mode.
6570 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6571 Initialize in declaration.
6572 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6573 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6574 (gnus-mailing-list-mode): Use define-minor-mode.
6575 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6576 (gnus-draft-mode): Use define-minor-mode.
6577 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6578 (gnus-dired-mode): Use define-minor-mode.
6579
6580 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6581
6582 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6583 handles on recursive mml-to-mime translation and check them for
6584 boundary delimiter collisions. Reported by Greg Troxel.
6585
6586 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6587
6588 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6589
6590 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6591
6592 * mm-util.el (mm-find-buffer-file-coding-system):
6593 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6594
6595 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6596
6597 * message.el (message-generate-headers): Record insertion of optional
6598 headers as well. Otherwise the check to prevent repeated insertion of
6599 optional headers is a no-op.
6600
6601 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6602
6603 * smime.el: Don't mention CVS.
6604
6605 * nnrss.el (nnrss-fetch): Don't mention CVS.
6606
6607 * nnir.el: Don't mention CVS.
6608
6609 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * gnus-sum.el (gnus-summary-bookmark-make-record):
6612 Add `location' field.
6613
6614 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6617 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6618 Use with-current-buffer to silence the byte-compiler.
6619 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6620 bother to require `gnus'.
6621 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6622
6623 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6624
6625 * gnus-sum.el (gnus-summary-bookmark-make-record)
6626 (gnus-summary-bookmark-jump): New functions.
6627 (gnus-summary-mode): Setup bookmark support.
6628
6629 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6630
6631 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6632 if set.
6633
6634 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6635
6636 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6637 gnus-article-browse-html-save-cid-image; make it work recursively for
6638 forwarded messages as well.
6639 (gnus-article-browse-html-parts): Work when prefix arg is given.
6640 (gnus-article-browse-html-article): Doc fix.
6641
6642 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6643
6644 * message.el (message-default-mail-headers):
6645 (message-default-headers): Carry the value mail-default-headers over
6646 into message-default-mail-headers, rather than message-default-headers.
6647
6648 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6649
6650 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6651 charset.
6652
6653 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6654 charset into the <meta> tag when the article is encoded to utf-8.
6655
6656 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6657
6658 * gnus-art.el (gnus-article-browse-delete-temp-files):
6659 Delete directories as well.
6660 (gnus-article-browse-html-parts): Work for images that do not specify
6661 file names; delete temp directory when quitting; insert header at the
6662 right place; use file: scheme for image files.
6663
6664 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6665
6666 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6667 (gnus-article-browse-html-parts): Use it to make temporary cid image
6668 files in addition to html file so that browser may display them.
6669
6670 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6671
6672 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6673
6674 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6675
6676 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6677
6678 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6679
6680 * auth-source.el (auth-sources): Change default to be simpler.
6681 Explain about Secret Service API sources. Improve Customize options.
6682 (auth-source-pick): Change to accept any number of search parameters.
6683 Implement fallbacks iteratively, not recursively. Add scoring on the
6684 second pass and sort by score. Call Secret Service API when needed.
6685 (auth-source-user-or-password): Use it. Call Secret Service API
6686 directly when needed to get the user name and the password.
6687
6688 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6689
6690 * message.el (message-interactive): Doc fix.
6691 (message-qmail-inject-args): Reflow.
6692 (message-kill-to-signature): Fix typo in docstring.
6693
6694 * smiley.el (smiley-buffer): Fix typo in docstring.
6695
6696 2010-03-24 Glenn Morris <rgm@gnu.org>
6697
6698 * mail-source.el (gnus-message): Declare.
6699 (mail-source-delete-old-incoming): Require gnus-util.
6700
6701 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6702
6703 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6704
6705 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6706
6707 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6708 password-cache's default if it is not bound.
6709 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6710 password-cache-expiry's default if it is not bound.
6711
6712 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6713 available in Emacs 21.
6714
6715 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6716
6717 * auth-source.el (auth-sources): Fix up definition so extra parameters
6718 are always inline.
6719
6720 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6721
6722 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6723 wasn't updated after mismatch. Clear cached mailbox info correctly
6724 when uidvalidity changes.
6725 (nnimap-group-prefixed-name): New function to avoid some code
6726 duplication.
6727 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6728 (nnimap-request-group): Use it.
6729 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6730 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6731 with many imap folders. This is done by caching the group status from
6732 the imap server persistently in a group parameter `imap-status'. (This
6733 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6734 but not persistently, so every Gnus startup was still very slow.)
6735
6736 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6737
6738 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6739 secrets.el dependency.
6740 (auth-sources): Add optional user name. Add secrets.el configuration
6741 choice (unused right now).
6742
6743 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6744
6745 * gnus-sum.el (gnus-summary-make-menu-bar):
6746 Let `gnus-registry-install-shortcuts' fill in the functions.
6747
6748 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6749 warnings.
6750 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6751 (gnus-registry-install-shortcuts): Populate and use it in a
6752 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6753
6754 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6755
6756 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6757 In-place substitutions for the group name encoding/decoding.
6758 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6759 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6760 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6761 (nnimap-update-unseen, nnimap-request-list)
6762 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6763 (nnimap-request-set-mark, nnimap-split-to-groups)
6764 (nnimap-split-articles, nnimap-request-newgroups)
6765 (nnimap-request-create-group, nnimap-request-accept-article)
6766 (nnimap-request-delete-group, nnimap-request-rename-group)
6767 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6768 `encoded-mbx' for consistency.
6769 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6770 variable `imap-current-mailbox'.
6771
6772 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6773 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6774
6775 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6776
6777 * pop3.el (pop3-display-message-size-flag): Display message size byte
6778 counts during POP3 download.
6779 (pop3-movemail): Use it.
6780 (pop3-list): Implement listing of available messages.
6781
6782 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6783
6784 * nnir.el (nnir-get-article-nov-override-function): New function to
6785 override the normal NOV retrieval.
6786 (nnir-retrieve-headers): Use it.
6787
6788 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6789
6790 * auth-source.el (netrc-machine-user-or-password): Autoload.
6791
6792 2010-03-19 Glenn Morris <rgm@gnu.org>
6793
6794 Stop message.el from loading about 40 libraries it doesn't always need.
6795 The general approach is to autoload rather than require, and to
6796 require in the specific functions rather than the file. (Bug#5642)
6797
6798 * gmm-utils.el: Don't require wid-edit.
6799 (widget-create-child-value, widget-convert, widget-default-get):
6800 Autoload.
6801
6802 * gnus-util.el: Don't require time-date, netrc.
6803 (message-fetch-field, gnus-group-name-decode): Declare rather than
6804 autoloading.
6805 (gnus-fetch-field): Require message.
6806 (gnus-decode-newsgroups): Require gnus-group.
6807
6808 * ietf-drums.el: Don't require time-date.
6809
6810 * message.el: Don't require hashcash, canlock, ecomplete.
6811 Do require mail-utils. Require nnheader only when compiling.
6812 (smtpmail-default-smtp-server): Remove declaration.
6813 (message-send-mail-function): Check smtpmail-default-smtp-server
6814 is bound rather than requiring smtpmail.
6815 (message-auto-save-directory, message-insert-signature):
6816 Use expand-file-name rather than nnheader-concat.
6817 (nnheader-insert-file-contents): Autoload.
6818 (hashcash-wait-async): Declare.
6819 (message-send-mail): Only call gnus-setup-posting-charset if
6820 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6821 (message-send-mail-with-sendmail): Require sendmail.
6822 (canlock-password, canlock-password-for-verify): Declare.
6823 (message-canlock-password): Require canlock.
6824 (nnheader-get-report): Autoload.
6825 (gnus-setup-posting-charset): Declare.
6826 (message-send-news): Require gnus-msg.
6827 (message-make-references, message-make-in-reply-to): Use mail-header-id
6828 rather than the alias mail-header-message-id.
6829 (ecomplete-add-item, ecomplete-save): Declare.
6830 (message-put-addresses-in-ecomplete): Require ecomplete.
6831 (ecomplete-display-matches): Autoload.
6832
6833 * mm-decode.el: Don't require mailcap, gnus-util.
6834 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6835 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6836 Autoload.
6837 (mailcap-mime-extensions): Declare.
6838
6839 * mm-encode.el: Don't require mailcap.
6840 (mailcap-extension-to-mime): Autoload.
6841
6842 * mml-sec.el: Don't require password-cache.
6843
6844 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6845 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6846 (mml-minibuffer-read-type): Require mailcap.
6847 (mml-preview): Require gnus-msg.
6848
6849 * mml1991.el: Require password-cache.
6850 (password-cache-expiry): Remove declaration.
6851
6852 * mml2015.el: Require password-cache.
6853 (password-cache-expiry): Remove declaration.
6854
6855 * nneething.el (mailcap): Require mailcap.
6856
6857 * nnheader.el (declare-function): Add compatibility stub.
6858 (message-remove-header): Declare rather than autoload.
6859 (nnheader-replace-header): Require message.
6860
6861 * nnimap.el (declare-function): Add compatibility stub.
6862 (netrc-parse, netrc-machine-user-or-password): Declare.
6863 (nnimap-open-connection): Require netrc.
6864
6865 * nntp.el (declare-function): Add compatibility stub.
6866 (netrc-parse, netrc-machine, netrc-get): Declare.
6867 (nntp-send-authinfo): Require netrc.
6868
6869 * rfc2047.el: Don't require qp.
6870 (quoted-printable-encode-region, quoted-printable-decode-string):
6871 Autoload.
6872
6873 * sieve-mode.el: Don't require easymenu.
6874 (easy-menu-add-item): Autoload it.
6875
6876 * spam-stat.el (time-to-number-of-days): Autoload it.
6877
6878 2010-03-17 Kevin Ryde <user42@zip.com.au>
6879
6880 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6881 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6882 value if any backslash escapes).
6883
6884 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6885
6886 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6887 if it is available. (bug#5647)
6888
6889 2010-02-26 Glenn Morris <rgm@gnu.org>
6890
6891 * message.el (message-send-mail-function): Change the default, so that
6892 it inherits from a customized send-mail-function. (Bug#5643)
6893
6894 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6897 shell-command-to-string signals an error (bug#5299).
6898
6899 2010-02-24 Glenn Morris <rgm@gnu.org>
6900
6901 * message.el (message-smtpmail-send-it)
6902 (message-send-mail-with-mailclient): Doc fixes.
6903
6904 2010-02-16 Glenn Morris <rgm@gnu.org>
6905
6906 * message.el (message-default-mail-headers): Change the default value
6907 to ease the transition from mail-mode to message-mode. (Bug#5555)
6908
6909 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6910
6911 * message.el (message-mail): Just pass yank-action on to message-setup.
6912 (message-setup): Handle (FUN . ARGS) form of yank-action.
6913 (message-with-reply-buffer, message-widen-reply)
6914 (message-yank-original): Handle non-buffer values of
6915 message-reply-buffer (Bug#4080).
6916 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6917
6918 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6919
6920 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6921 Fix typo in docstring.
6922
6923 2010-01-08 Jason Rumney <jasonr@gnu.org>
6924
6925 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6926 response.
6927
6928 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6929
6930 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6931
6932 * message.el (message-check-news-header-syntax): Protect against a
6933 string that `rfc822-addresses' returns when parsing fails.
6934
6935 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6936
6937 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6938 (gnus-previous-char-property-change): New functions.
6939
6940 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6941
6942 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6943
6944 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6945 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6946
6947 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6948
6949 * message.el (message-exchange-point-and-mark): Rework last change to
6950 avoid using optional arg of exchange-point-and-mark, for backward
6951 compatibility.
6952
6953 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6954
6955 * message.el (message-exchange-point-and-mark):
6956 Call exchange-point-and-mark with an argument rather than setting
6957 mark-active by hand (Bug#5175).
6958
6959 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6960
6961 * nntp.el (nntp-service-to-port): Work for service expressed with
6962 numeric string; replace [:digit:] with [0-9] for XEmacs.
6963
6964 2009-12-17 Glenn Morris <rgm@gnu.org>
6965
6966 * gnus-group.el (gnus-bug-group-download-format-alist):
6967 Change emacs entry to debbugs.gnu.org. Bump :version.
6968
6969 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6970
6971 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6972
6973 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6974
6975 * message.el (message-info): Explain why we use `Info-goto-node'.
6976
6977 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * message.el (message-completion-in-region): New compatibility function.
6980 (message-expand-group): Use it.
6981
6982 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6983
6984 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6985 with no unread article should be listed if the 2nd arg `predicate' is
6986 given.
6987
6988 2009-11-29 Juri Linkov <juri@jurta.org>
6989
6990 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6991 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
6992 on `gnus-recenter'. (Bug#4698, Bug#4981)
6993
6994 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6995
6996 * message.el (message-from-style, message-interactive)
6997 (message-signature): Always set default values from the corresponding
6998 mail-* variables.
6999 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7000 (message-yank-prefix, message-indentation-spaces)
7001 (message-signature-file, message-default-headers): Use boundp rather
7002 than (featurep 'xemacs) to check if the corresponding mail-* variables
7003 exist.
7004
7005 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7006
7007 * message.el (message-send-mail-with-sendmail): Revert last change.
7008
7009 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * message.el (message-from-style, message-interactive)
7012 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7013 (message-yank-prefix, message-indentation-spaces, message-signature)
7014 (message-signature-file, message-default-headers): For GNU Emacs, set
7015 default values from the corresponding mail-* variables.
7016 (message-send-mail-with-sendmail): Use envelope-from only if
7017 mail-specify-envelope-from is non-nil.
7018
7019 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7020
7021 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7022 containing tspecial characters if they have been already quoted.
7023
7024 2009-10-24 Glenn Morris <rgm@gnu.org>
7025
7026 * gnus-art.el (help-xref-stack-item): Define for compiler.
7027
7028 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7029
7030 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7031
7032 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7033
7034 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7035 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7036
7037 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7038
7039 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7040 (gnus-overlays-in): New alias to overlays-in.
7041
7042 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7043 gnus-overlay-get, and gnus-delete-overlay.
7044 (gnus-summary-show-thread): Make it work as well for systems in which
7045 next-single-char-property-change is not available.
7046 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7047
7048 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7049
7050 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7051
7052 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7053
7054 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7055 and XEmacs that don't have `remove-overlays'.
7056
7057 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7060 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7061 selective display. Use overlays instead.
7062
7063 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7064
7065 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7066
7067 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7068
7069 * spam-stat.el (spam-stat-load): Fix typo in message.
7070
7071 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7072
7073 * gnus-art.el (gnus-article-encrypt-body):
7074 * message.el (message-check-recipients):
7075 * mm-util.el (mm-codepage-setup):
7076 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7077 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7078
7079 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7080
7081 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7082 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7083 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7084 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7085 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7086
7087 2009-09-18 Glenn Morris <rgm@gnu.org>
7088
7089 * gnus-diary.el (gnus-diary-check-message):
7090 * message.el (message-insert-formatted-citation-line):
7091 * nnbabyl.el (top-level):
7092 * nndiary.el (nndiary-schedule):
7093 Fix typos in condition-case handlers.
7094
7095 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7096
7097 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7098 configuration that provides the sole article window in a frame;
7099 position point correctly after deleting a part.
7100
7101 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7102
7103 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7104 (spam-resolve-registrations-routine): Use it to unregister articles
7105 that change status.
7106
7107 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7108
7109 * nnrss.el (nnrss-request-article): Remove binding of
7110 default-enable-multibyte-characters that has gotten needless by
7111 the 2007-07-13 change in rfc2047-encode-message-header.
7112
7113 * mml.el (mml-insert-multipart): Error on the message header.
7114 (mml-insert-part): Error on the message header; position point at
7115 the end of a MIME tag.
7116
7117 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7118
7119 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7120 (gnus-float-time): Alias to float-time if it exists.
7121
7122 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7123 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7124 float-time is available; suppress compile warning for time-to-seconds.
7125
7126 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7129 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7130 Add the optional argument `encoding' that overrides the default.
7131
7132 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7133 mm-encode-buffer.
7134
7135 2009-09-04 Glenn Morris <rgm@gnu.org>
7136
7137 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7138 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7139 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7140 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7141 * mm-util.el (mm-with-unibyte-current-buffer)
7142 (mm-find-buffer-file-coding-system):
7143 * yenc.el (yenc-decode-region): Use default-value rather than
7144 default-enable-multibyte-characters.
7145
7146 2009-09-03 Glenn Morris <rgm@gnu.org>
7147
7148 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7149 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7150 than default-enable-multibyte-characters.
7151
7152 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7153
7154 * gnus-art.el (gnus-article-read-summary-keys):
7155 Fix gnus-buffer-configuration's value temporarily used.
7156
7157 2009-09-02 Glenn Morris <rgm@gnu.org>
7158
7159 * gnus-util.el (gnus-float-time): New function.
7160 * gnus-delay.el (gnus-delay-article):
7161 * gnus-sum.el (gnus-thread-latest-date):
7162 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7163 * nnspool.el (nnspool-request-newgroups):
7164 Use gnus-float-time rather than time-to-seconds.
7165 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7166
7167 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7168 (gnus-header-subject-face, gnus-header-newsgroups-face)
7169 (gnus-header-name-face, gnus-header-content-face):
7170 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7171 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7172 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7173 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7174 (gnus-cite-face-11):
7175 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7176 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7177 (gnus-server-closed-face, gnus-server-denied-face)
7178 (gnus-server-offline-face):
7179 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7180 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7181 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7182 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7183 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7184 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7185 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7186 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7187 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7188 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7189 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7190 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7191 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7192 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7193 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7194 (gnus-summary-high-undownloaded-face)
7195 (gnus-summary-low-undownloaded-face)
7196 (gnus-summary-normal-undownloaded-face)
7197 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7198 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7199 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7200 (gnus-splash-face):
7201 * message.el (message-header-to-face, message-header-cc-face)
7202 (message-header-subject-face, message-header-newsgroups-face)
7203 (message-header-other-face, message-header-name-face)
7204 (message-header-xheader-face, message-separator-face)
7205 (message-cited-text-face, message-mml-face):
7206 * sieve-mode.el (sieve-control-commands-face)
7207 (sieve-action-commands-face, sieve-test-commands-face)
7208 (sieve-tagged-arguments-face):
7209 * spam.el (spam-face):
7210 Mark face aliases with "-face" in the name as obsolete.
7211
7212 2009-09-01 Glenn Morris <rgm@gnu.org>
7213
7214 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7215 than goto-line.
7216
7217 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7220 Don't move point if the command is invoked inside the message header.
7221
7222 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7225 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7226 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7227 * nnir.el (nnir-swish-e-index-file):
7228 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7229 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7230 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7231 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7232 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7233 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7234
7235 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7236
7237 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7238 Don't save excursion.
7239
7240 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * nnheader.el (nnheader-find-file-noselect):
7243 * mm-util.el (mm-insert-file-contents):
7244 Use (default-value 'major-mode) instead of default-major-mode.
7245
7246 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7247
7248 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7249
7250 2009-08-25 Glenn Morris <rgm@gnu.org>
7251
7252 * nnir.el (top-level): Don't require cl at run-time.
7253 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7254 Replace cl-function substitute with gnus-replace-in-string.
7255 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7256 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7257 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7258 simplified expansions.
7259
7260 2009-08-22 Glenn Morris <rgm@gnu.org>
7261
7262 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7263 goto-line.
7264
7265 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7266
7267 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7268
7269 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7270 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7271 (gnus-mm-display-part, gnus-mime-display-single)
7272 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7273 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7274
7275 * gnus-sum.el
7276 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7277 (gnus-summary-move-article): Add expirable mark to articles copied or
7278 moved to group that has auto-expire turned on if the option is non-nil.
7279
7280 2009-07-24 Glenn Morris <rgm@gnu.org>
7281
7282 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7283 Fix typo. (Bug#3903)
7284
7285 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7286
7287 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7288 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7289 that should not be used for draft articles.
7290 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7291 that has no concern in minor mode keys.
7292 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7293 Abolish.
7294
7295 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7296
7297 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7298 article without making inquiry to a user for unknown encoding.
7299
7300 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7301 (nnmaildir--scan): Assume i-node and device number that file-attributes
7302 returns might be cons-cell.
7303
7304 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7305
7306 * auth-source.el: Remove docs now in auth.texi. Don't use
7307 `gnus-message' for logging. Add new variables `auth-source-debug' and
7308 `auth-source-hide-passwords' and use them.
7309
7310 2009-07-15 Glenn Morris <rgm@gnu.org>
7311
7312 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7313
7314 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7315
7316 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7317 excessive whitespace from the default values of title and description.
7318
7319 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7320
7321 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7322 mail-fetch-field to fetch Content-Description header in order to
7323 exclude newlines.
7324
7325 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7326
7327 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7328 to deleted part.
7329
7330 2009-05-30 David Engster <dengste@eml.cc>
7331
7332 * nnmairix.el: Remove old documentation in the commentary block.
7333 (nnmairix-request-group): Do not update active file for nnml back ends.
7334 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7335 end so that overview files are ignored.
7336 (nnmairix-update-groups): Make updating the groups more robust by using
7337 marks.
7338 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7339 with dollar characters in message-id.
7340
7341 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7342
7343 * spam.el: Use dns-query instead of query-dns. Was renamed on
7344 2008-12-25 in dns.el.
7345
7346 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7347
7348 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7349 could happen if the text is only composed of spaces and/or tabs.
7350
7351 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7352
7353 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7354 when sending a queued message to avoid extra mml tags.
7355
7356 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7357
7358 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7359
7360 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7361
7362 * gnus-dired.el: Remove autoload for gnus-setup-message.
7363 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7364 displaying Gnus logo; always use compose-mail.
7365
7366 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7367
7368 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7369
7370 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7371
7372 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7373 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7374 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7375 available.
7376 (gnus-nocem-epg-verify): New function.
7377
7378 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7379
7380 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7381
7382 2009-02-15 Glenn Morris <rgm@gnu.org>
7383
7384 * gnus-util.el (rmail-insert-rmail-file-header)
7385 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7386 autoloads.
7387 (rmail-default-rmail-file): Remove unnecessary declaration.
7388 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7389
7390 2009-02-14 Glenn Morris <rgm@gnu.org>
7391
7392 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7393 variable (only used in gnus-util, which declares it anyway).
7394 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7395 which was only needed by gnus-art (changed to not use it any more).
7396 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7397 only used in gnus-util, which autoloads it itself.
7398 (rmail-update-summary): Fix autoload.
7399
7400 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7401 rather than rmail-output-to-rmail-file.
7402
7403 2009-02-07 Glenn Morris <rgm@gnu.org>
7404
7405 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7406 autoload of function that no longer exists.
7407 (rmail-toggle-header): Declare.
7408 (message-forward-rmail-make-body): Handle mbox Rmail.
7409
7410 2009-01-31 Glenn Morris <rgm@gnu.org>
7411
7412 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7413 2009-01-09 change.
7414
7415 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7416
7417 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7418 (auth-source-forget-all-cached): New convenience function.
7419 (auth-source-user-or-password): Accept list of modes or a single mode.
7420
7421 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7422 auth-source modes.
7423
7424 * nnimap.el (nnimap-open-connection): Use list of
7425 auth-source modes.
7426
7427 * nntp.el (nntp-send-authinfo): Use list of
7428 auth-source modes.
7429
7430 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7431
7432 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7433 now.
7434
7435 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7436
7437 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7438 coding system in XEmacs; add a workaround for XEmacs.
7439
7440 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7443 of current-language-environment.
7444
7445 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7446
7447 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7448 available at runtime.
7449
7450 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7451
7452 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7453
7454 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7455
7456 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7457 the greatest positive fixnum value doesn't work under an XEmacs with
7458 bignum support; use the most-positive-fixnum constant instead,
7459 available since Emacs 21.1 with cl and XEmacs 21.1.
7460
7461 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7462
7463 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7464 XEmacs gets not to work.
7465
7466 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7467
7468 * mm-util.el (mm-coding-system-priorities): Allow the value like
7469 "Japanese (UTF-8)" of current-language-environment.
7470
7471 2009-01-09 Glenn Morris <rgm@gnu.org>
7472
7473 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7474 with last-command-event.
7475
7476 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7477
7478 * message.el (message-fix-before-sending): Amend comment.
7479
7480 2009-01-07 David Engster <dengste@eml.cc>
7481
7482 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7483 simplified server definitions by converting it via
7484 gnus-server-to-method.
7485
7486 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7487
7488 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7489 parameter's operands.
7490
7491 2009-01-06 David Engster <dengste@eml.cc>
7492
7493 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7494 primary select method (for gnus-group-mark-article-as-read).
7495
7496 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7497
7498 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7499 `(gnus)Face', not `(gnus)X-Face'.
7500
7501 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7502
7503 * mm-util.el (mm-ucs-to-char): New function.
7504
7505 * mm-url.el (mm-url-decode-entities): Use it.
7506
7507 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7508
7509 * message.el (message-fix-before-sending): Add `eight-bit' to
7510 illegible-text check.
7511
7512 2009-01-03 Michael Olson <mwolson@gnu.org>
7513
7514 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7515 `headers' is nil. This can occur if the IMAP server does not have
7516 permissions to read messages from a folder, but can write new messages
7517 to the folder.
7518 (nnimap-request-article-part): Do not insert `data' if it is nil.
7519
7520 2009-01-01 Dave Love <fx@gnu.org>
7521
7522 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7523
7524 * nnimap.el: Fix author email.
7525 (nnimap-split-rule): Add FIXME comment.
7526 (nnimap-debug): Fix doc string.
7527
7528 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7529
7530 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7531 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7532 to check if those variables exist (first appeared in Emacs 18.50).
7533
7534 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7535
7536 * mm-util.el (mm-line-number-at-pos): New function.
7537
7538 * spam-report.el (spam-report-process-queue): Use it.
7539
7540 2008-12-24 David Engster <dengste@eml.cc>
7541
7542 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7543 parameters that haven't existed as variables as buffer-local variables.
7544
7545 2008-12-23 Dave Love <fx@gnu.org>
7546
7547 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7548 cadar.
7549
7550 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7551 imap-starttls-p.
7552 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7553
7554 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7555
7556 * spam-report.el (spam-report-gmane-max-requests): New constant.
7557 (spam-report-gmane-wait): New variable.
7558 (spam-report-gmane-ham, spam-report-gmane-spam)
7559 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7560 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7561 the server.
7562
7563 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7564 Add explanations.
7565
7566 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7567 nnheader-accept-process-output and nnheader-read-timeout if available.
7568 (pop3-movemail): Use it.
7569
7570 * message.el (message-check-news-body-syntax): Fix signature check if
7571 there's an attachment.
7572
7573 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7574
7575 * mm-util.el: Add comments to the mm- emulating functions.
7576
7577 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7578
7579 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7580 Reported by Stephen Berman <stephen.berman@gmx.net>.
7581
7582 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7583
7584 * mm-util.el (mm-substring-no-properties): New function.
7585 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7586 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7587 (mm-string-to-multibyte): Doc fix.
7588
7589 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7590
7591 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7592
7593 * mml.el (mml-attach-file): Strip text properties from file name.
7594 (Bug#1574)
7595
7596 2008-12-16 Glenn Morris <rgm@gnu.org>
7597
7598 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7599
7600 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7601
7602 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7603 knows since the charset specified might be a bogus alias that
7604 mm-charset-synonym-alist provides.
7605
7606 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7607
7608 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7609 "ISO_8859-1".
7610
7611 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7612
7613 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * mm-util.el (mm-charset-eval-alist):
7616 Define it before mm-charset-to-coding-system.
7617 (mm-charset-to-coding-system): Add optional argument `silent';
7618 define it before mm-charset-override-alist.
7619 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7620 default value if it can be used in Emacs currently running;
7621 silence mm-charset-to-coding-system.
7622
7623 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7624
7625 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7626 `allow-override' which says whether to use `mm-charset-override-alist'.
7627 (rfc2047-decode-encoded-words): Use it.
7628
7629 * mm-util.el (mm-charset-override-alist): Fix custom type;
7630 add `(gb2312 . gbk)' to choices.
7631
7632 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7633
7634 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7635 fast.
7636
7637 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7638
7639 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7640
7641 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7642 on links.
7643
7644 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7645
7646 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7649 users' addresses that don't have domain parts.
7650 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7651 rather than message-narrow-to-head since there will be the message
7652 header separator.
7653
7654 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7657 since the result is inserted in a unibyte buffer anyway.
7658 (nnimap-demule-use-string-to-multibyte): Remove.
7659 (nnimap-demule): Alias it to mm-string-to-multibyte.
7660
7661 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7662
7663 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7664 variable for debugging bug#464 and bug#1174.
7665 (nnimap-demule): Use it.
7666
7667 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7668
7669 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7670 score calculation correctly.
7671
7672 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * message.el (message-send-mail): Just set the buffer to unibyte
7675 rather than use mm-with-unibyte-current-buffer which does a lot more.
7676 (message-send-mail-partially): Don't bother with
7677 mm-with-unibyte-current-buffer since it's already been made unibyte by
7678 message-send-mail.
7679
7680 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7681
7682 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7683
7684 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7685
7686 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7687
7688 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7689
7690 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7691 require itself and to remove `with-no-warnings'.
7692
7693 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7694
7695 * starttls.el (starttls-any-program-available): Get the name of the
7696 available TLS layer program.
7697 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7698 well as the host name in the "opening" message.
7699
7700 * auth-source.el (auth-source-cache, auth-source-do-cache)
7701 (auth-source-user-or-password): Cache passwords and logins by default,
7702 allow override with `auth-source-do-cache'.
7703 (auth-source-forget-user-or-password): Allow users to remove cache
7704 entries if needed.
7705
7706 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7707
7708 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7709 condition-case to only the forward-sexp call.
7710
7711 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7712
7713 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7714 quotes contained. Make it more robust regardless by an extra
7715 condition-case wrapper.
7716
7717 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7718
7719 * nnml.el (nnml-request-expire-articles): Check if the function set to
7720 `nnmail-expiry-target' returns the symbol `delete'.
7721
7722 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7723
7724 * nnmail.el (nnmail-expiry-target): Fix custom type.
7725
7726 2008-10-02 Glenn Morris <rgm@gnu.org>
7727
7728 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7729 Silence compiler warning.
7730
7731 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7732
7733 * mml.el (mml-menu): Don't assume mml2015 is bound.
7734
7735 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7736
7737 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7738 exists.
7739
7740 2008-09-27 Glenn Morris <rgm@gnu.org>
7741
7742 * gnus-util.el (mail-header-remove-comments): Autoload it.
7743
7744 2008-09-27 Andreas Schwab <schwab@suse.de>
7745
7746 * gnus-util.el (gnus-split-references): Strip comments.
7747 (gnus-parent-id): Likewise.
7748
7749 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7750
7751 * message.el (message-confirm-send): Fix version.
7752
7753 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7754
7755 * message.el (message-idna-to-ascii-rhs-1): Use
7756 mail-extract-address-components rather than mail-header-parse-addresses
7757 that is an alias by default to ietf-drums-parse-addresses that does not
7758 support non-ASCII names in headers' contents.
7759
7760 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7761
7762 * message.el (message-confirm-send): Fix variable documentation to
7763 avoid the "y/n" wording.
7764
7765 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7766
7767 * message.el (message-set-auto-save-file-name): Save to a different
7768 filename so multiple messages (especially drafts) can be recovered.
7769
7770 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7771
7772 * message.el (message-confirm-send): Add appropriate version.
7773
7774 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7775
7776 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7777 defvar.
7778
7779 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7780
7781 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7782 (mm-pkcs7-enveloped-magic): Ditto.
7783
7784 2008-09-17 Simon Josefsson <simon@josefsson.org>
7785
7786 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7787 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7788
7789 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7790
7791 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7792 default, it's better.
7793
7794 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7795
7796 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7797 summary line gnus-number property and ignore them (with a warning
7798 message).
7799
7800 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7801
7802 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7803 macro caddr in the interactive form since it won't be expanded.
7804
7805 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7806
7807 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7808 `charset'; fix name of function called recursively.
7809 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7810
7811 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7812
7813 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7814 (gnus-mime-set-charset-parameters): New function.
7815 (gnus-mime-view-part-as-charset): Use it to correctly display part
7816 specifying wrong charset.
7817
7818 2008-09-08 David Engster <dengste@eml.cc>
7819
7820 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7821 in completing-read for back end server.
7822
7823 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7824
7825 * message.el (message-confirm-send): New variable to confirm sending a
7826 message.
7827 (message-send): Use it.
7828
7829 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7830
7831 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7832
7833 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7834
7835 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7836
7837 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7838
7839 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7840 prevent tracking too many groups.
7841 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7842 Use it.
7843
7844 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7845
7846 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7847 moving point to the bottom of the window in order to avoid recentering.
7848
7849 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7850
7851 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7852 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7853 (gnus-article-beginning-of-window): Fix calculation.
7854
7855 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7856
7857 * gnus-msg.el (gnus-summary-supersede-article)
7858 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7859 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7860 message header.
7861
7862 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7863
7864 * message.el:
7865 * gnus-start.el:
7866 * gnus-registry.el: Remove VMS support.
7867
7868 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7869
7870 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7871 macro.
7872 (rfc2104-hash): Use it.
7873
7874 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7875
7876 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7877 (gnus-summary-sort-by-most-recent-date): New commands.
7878 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7879 and menu entries.
7880
7881 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7882
7883 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7884 don't redisplay article for raw contents; remove plural articles stuff.
7885
7886 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7887 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7888 on gnus-summary-save-article; display results properly.
7889
7890 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7891
7892 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7893
7894 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7895
7896 * gnus-art.el (gnus-summary-save-in-pipe):
7897 Consider gnus-save-all-headers.
7898
7899 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7900
7901 * gnus-util.el (ns-focus-frame): Remove declaration.
7902 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7903 like x.
7904
7905 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7906
7907 * rfc2104.el (rfc2104-zero): Delete defconst.
7908 (rfc2104-hex-alist): Likewise.
7909 (rfc2104-hex-to-int): Delete func.
7910 (rfc2104-hexstring-to-bitstring): Likewise.
7911 (rfc2104-nybbles): New defconst.
7912 (rfc2104-hash): Rewrite for speed.
7913
7914 2008-07-16 Glenn Morris <rgm@gnu.org>
7915
7916 * gnus-util.el (ns-focus-frame): Declare for compiler.
7917
7918 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7919
7920 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7921 set as a group parameter.
7922 (gnus-summary-save-in-pipe): Work when it is called independently.
7923 (gnus-summary-pipe-to-muttprint): Don't modify
7924 gnus-summary-pipe-output-default-command.
7925
7926 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * message.el (message-send-mail-with-sendmail):
7929 Display the error message.
7930
7931 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7932
7933 * gnus-art.el (gnus-default-article-saver):
7934 Add gnus-summary-save-in-pipe to choices.
7935 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7936 gnus-summary-pipe-output-default-command as the default command.
7937 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7938 instead of gnus-last-shell-command.
7939
7940 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7941 New user option.
7942 (gnus-summary-muttprint-program): Mention the value will be changed.
7943 (gnus-summary-save-article): Force showing of all headers.
7944 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7945
7946 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7947
7948 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7949
7950 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
7951
7952 * nnimap.el (nnimap-id):
7953 * sieve-manage.el (sieve-manage-open): Doc fixes.
7954
7955 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7956
7957 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7958 if available.
7959
7960 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7963
7964 * nnkiboze.el (nnkiboze-generate-group):
7965 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7966
7967 * nnmairix.el: Require CL.
7968
7969 2008-06-15 David Engster <dengste@eml.cc>
7970
7971 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7972
7973 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7974
7975 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7976 New macros that expand to an `aset'/`aref' call under Emacs, and to a
7977 runtime choice under XEmacs.
7978
7979 * gnus-sum.el (gnus-summary-set-display-table):
7980 Use `gnus-put-display-table', `gnus-get-display-table',
7981 `gnus-set-display-table' for the display table, instead of `aset'.
7982
7983 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7984
7985 * nnmairix.el: Add autoloads.
7986
7987 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7988
7989 * nnmairix.el (nnmairix-delete-recreate-group)
7990 (nnmairix-update-and-clear-marks): Fix error messages.
7991
7992 2008-06-14 David Engster <dengste@eml.cc>
7993
7994 * nnmairix.el: Upgrade to version 0.6.
7995 (nnmairix-group-toggle-propmarks-this-group)
7996 (nnmairix-group-toggle-readmarks-this-group)
7997 (nnmairix-group-delete-recreate-this-group)
7998 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7999 (nnmairix-remove-tick-mark-original-article): New commands.
8000 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8001 (nnmairix-propagate-marks-to-nnmairix-groups)
8002 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8003 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8004 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8005 functions needed for marks propagation and manipulation of read marks.
8006 (nnmairix-update-groups): New function.
8007 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8008 (nnmairix-determine-original-group-from-registry)
8009 (nnmairix-determine-original-group-from-path)
8010 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8011 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8012 New helper functions.
8013 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8014 keystrokes for new commands.
8015 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8016 (nnmairix-request-group): Check allow-fast group parameter.
8017 (nnmairix-request-create-group): Set allow-fast group parameter if
8018 nnmairix-allowfast-default is set.
8019 (nnmairix-close-group): Propagate marks upon closing if needed.
8020 (nnmairix-group-toggle-threads-this-group): Use new.
8021 nnmairix-group-toggle-parameter helper function.
8022 (nnmairix-search): Better check for empty search result.
8023 (nnmairix-goto-original-article): Use new helper functions for
8024 determining original article.
8025 (nnmairix-show-original-article): Make sure message-id is in brackets.
8026 (nnmairix-call-mairix-binary): Change variable name.
8027 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8028 helper function.
8029 (nnmairix-widget-toggle-activate): Fix doc string.
8030
8031 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8032
8033 * nnir.el: Require edmacro when compiling with XEmacs.
8034 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8035 available in Emacs 21.
8036
8037 2008-06-11 Glenn Morris <rgm@gnu.org>
8038
8039 * gnus-util.el (x-focus-frame):
8040 * gnus.el (image-size):
8041 * mm-decode.el (image-size): Declare.
8042
8043 * gnus-picon.el (declare-function): Add compat definition.
8044 (image-size): Declare.
8045
8046 * gnus-group.el (tool-bar-map):
8047 * gnus-sum.el (tool-bar-map): Define for compiler.
8048
8049 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8050
8051 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8052
8053 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8054 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8055 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8056 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8057 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8058 * sieve-manage.el, spam-report.el, spam.el:
8059 Remove unnecessary eval-and-compile of autoloads.
8060
8061 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8062
8063 * auth-source.el: Precise Tramp doc.
8064
8065 2008-06-07 Glenn Morris <rgm@gnu.org>
8066
8067 * nnmairix.el: Remove unnecessary eval-when-compile.
8068
8069 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8070
8071 * nnir.el: New file.
8072
8073 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * gnus-util.el (gnus-read-shell-command): New function.
8076 * mm-decode.el (mm-pipe-part):
8077 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8078
8079 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8080
8081 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8082
8083 2008-06-03 Glenn Morris <rgm@gnu.org>
8084
8085 * pop3.el (nnheader-accept-process-output): Autoload it.
8086
8087 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8088
8089 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8090 are not 2-digit hexadecimal characters that follow `%'s.
8091
8092 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8093
8094 * message.el (message-bogus-recipient-p): Fix type in doc string.
8095 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8096 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8097 Improve custom options.
8098 (message-bogus-recipient-p): Adjust accordingly.
8099
8100 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8101
8102 * nnmairix.el: Require edmacro when compiling with XEmacs.
8103
8104 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8105
8106 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8107 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8108
8109 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8110
8111 * auth-source.el: Add more docs.
8112
8113 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8114
8115 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8116 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8117 retrieval faster in some cases, but might make CPU usage larger.
8118 If this has any bad side effects, we might revert this change.
8119
8120 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8121 seems to make mail retrieval much, much faster.
8122 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8123 unconditionally.
8124
8125 * gnus-draft.el (gnus-group-send-queue):
8126 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8127
8128 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8129
8130 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8131
8132 * message.el (message-bogus-address-regexp): Fix and improve custom
8133 type.
8134 (message-setup-hook): Add message-check-recipients as custom option.
8135
8136 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8137
8138 * message.el (message-cite-function): Remove bogus autoload which crept
8139 in during merge from v5-10.
8140
8141 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8142
8143 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8144
8145 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8146
8147 * auth-source.el: Preliminary Tramp docs.
8148 (auth-sources): Change the default auth-sources to use
8149 EPA .gpg files.
8150
8151 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8152
8153 * nntp.el: Autoload `auth-source-user-or-password'.
8154 (nntp-send-authinfo): Use it.
8155
8156 * nnimap.el: Autoload `auth-source-user-or-password'.
8157 (nnimap-open-connection): Use it.
8158
8159 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8160 for the gnus-message function.
8161 (auth-source-user-or-password): Use it.
8162
8163 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8166 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8167 (rfc2104-hash): Use it.
8168
8169 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * gnus-art.el (gnus-article-toggle-truncate-lines):
8172 Don't use `iff' in docstring.
8173
8174 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8175
8176 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8177
8178 * gnus-util.el (gnus-extract-address-component-name)
8179 (gnus-extract-address-component-email): Convenience functions around
8180 `gnus-extract-address-components'.
8181
8182 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8183 Use `gnus-extract-address-component-email' to fix bug of comparing full
8184 sender name to `user-mail-address'.
8185
8186 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8187
8188 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8189 catch/throw to optimize.
8190 (gnus-registry-find-keywords): Just use member to find a keyword.
8191
8192 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8193
8194 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8195 is current before calling gnus-server-prepare.
8196 (gnus-server-setup-buffer, gnus-server-update-server)
8197 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8198
8199 2008-05-04 Juri Linkov <juri@jurta.org>
8200
8201 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8202 (mailcap-file-default-commands): Use mailcap-replace-in-string
8203 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8204 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8205
8206 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8207
8208 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8209
8210 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8211
8212 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8213 hooks.
8214 (gnus-update-read-articles): Speed up non-marks-using users.
8215 (gnus-use-marks): Define gnus-use-marks.
8216 (gnus-propagate-marks): Rename variable to something more sensible.
8217
8218 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8219
8220 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8221 (gmm-image-load-path-for-library): Fix typos in docstrings.
8222 (gmm-message): Reflow docstring.
8223
8224 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8225
8226 * mail-source.el (mail-source-set-1, mail-source-bind):
8227 Move auth-source code out of the macro to clean it up and fix bugs.
8228
8229 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8230
8231 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8232 by sender if it's equal to user-mail-address, it's likely to be
8233 useless.
8234
8235 * mail-source.el (mail-source-bind): Don't use user or password if they
8236 are not bound. Unintern them if they are nil. Don't use server unless
8237 it's bound, and default it to empty string otherwise.
8238
8239 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8240
8241 * mail-source.el: Load auth-source.el.
8242 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8243 get user name or password, if auth-sources is set up.
8244
8245 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8246 strategy of splitting with parent.
8247 (gnus-registry-split-fancy-with-parent)
8248 (gnus-registry-post-process-groups): Use it and fix prior
8249 bug (returning a list as the split result).
8250
8251 * auth-source.el (auth-sources): Remove server parameter.
8252 (auth-source-pick, auth-source-user-or-password)
8253 (auth-source-user-or-password-imap)
8254 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8255 (auth-source-user-or-password-sftp)
8256 (auth-source-user-or-password-smtp): Remove server parameter.
8257
8258 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8259
8260 * smime.el (smime-sign-region, smime-encrypt-region)
8261 (smime-decrypt-region):
8262 Remove redundant calls to `generate-new-buffer-name'.
8263
8264 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8265
8266 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8267 Don't use QP for message/rfc822.
8268 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8269
8270 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * sieve-manage.el (sieve-string-bytes): Remove.
8273 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8274 correct byte-length only if the process's coding-system is the same as
8275 the one used internally by Emacs to represent strings.
8276
8277 2008-04-22 Juri Linkov <juri@jurta.org>
8278
8279 * mailcap.el (mailcap-file-default-commands): New function.
8280
8281 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8282
8283 * message.el (message-signature-separator, message-cite-function):
8284 Change custom version.
8285
8286 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8287
8288 * mm-decode.el (mm-display-external): Make temp file read-only.
8289
8290 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8291
8292 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8293 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8294 `C-c C-f d'.
8295
8296 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8297
8298 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8299
8300 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8301
8302 * auth-source.el: Add docs.
8303 (auth-sources): Modify format to support server.
8304 (auth-source-pick, auth-source-user-or-password)
8305 (auth-source-user-or-password-imap)
8306 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8307 (auth-source-user-or-password-sftp)
8308 (auth-source-user-or-password-smtp): Add server parameter.
8309
8310 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8311
8312 * gnus-registry.el: Initialize the registry when gnus-registry-install
8313 is t.
8314
8315 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8316
8317 * compface.el (uncompface): Make buffer unibyte.
8318
8319 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * mail-source.el (mail-source-value):
8322 Prefer fboundp to functionp so it works with macros as well.
8323
8324 2008-04-05 Glenn Morris <rgm@gnu.org>
8325
8326 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8327
8328 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8331 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8332
8333 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8334 multibyteness after rather than before erasing it.
8335
8336 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8337 mm-with-multibyte.
8338 (gnus-request-article-this-buffer): Make sure the proper decoding is
8339 used if gnus-original-article-buffer happens to be unibyte.
8340
8341 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8342 default-enable-multibyte-characters.
8343
8344 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8345 default-enable-multibyte-characters.
8346
8347 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8348
8349 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8350
8351 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8352
8353 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8354 Fix last change in case the element is not even a symbol.
8355
8356 2008-04-02 Simon Josefsson <simon@josefsson.org>
8357
8358 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8359 imap-enable-exchange-bug-workaround.
8360 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8361
8362 2008-04-01 Simon Josefsson <simon@josefsson.org>
8363
8364 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8365 a 100 byte status-checks into a 2-3MB transfer for each group.
8366 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8367 to enable bug workaround or not.
8368 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8369
8370 2008-03-31 Glenn Morris <rgm@gnu.org>
8371
8372 * message.el (mml2015-use): Declare for compiler.
8373 (message-info): Require mml2015 when appropriate.
8374
8375 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8378 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8379 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8380 (nntp-service-to-port): New function.
8381 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8382 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8383 (nntp-open-netcat-stream): New function.
8384 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8385
8386 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8387
8388 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8389
8390 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8391
8392 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8393
8394 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8395
8396 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8397
8398 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8399
8400 * message.el (message-signature-separator): Change default.
8401 Improve custom type.
8402 (message-cite-function): Change default to
8403 message-cite-original-without-signature.
8404
8405 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8406 toggle.
8407
8408 * message.el (message-check-news-body-syntax): Fix signature check.
8409 (message-setup-1): Mark buffer as unmodified _after_ running
8410 message-setup-hook and handling message-alternative-emails.
8411 (message-shorten-references): Be more strict when building list of
8412 valid references to comply with GNKSA.
8413
8414 * gnus-group.el (gnus-read-ephemeral-bug-group)
8415 (gnus-read-ephemeral-debian-bug-group)
8416 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8417
8418 * message.el (message-info): Don't use booleanp which isn't supported
8419 in Emacs 21 and XEmacs.
8420
8421 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8422
8423 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8424 gnus-group-gmane-group-download-format.
8425 (gnus-group-read-ephemeral-gmane-group): Rename from
8426 gnus-group-read-ephemeral-gmane-group.
8427 (gnus-read-ephemeral-gmane-group-url): Rename from
8428 gnus-group-read-ephemeral-gmane-group-url.
8429 (gnus-bug-group-download-format-alist): New variable.
8430 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8431 (gnus-read-ephemeral-emacs-bug-group): New commands.
8432
8433 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8434
8435 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8436 (gnus-visible-headers): Improve custom type.
8437
8438 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8439
8440 * mml.el (mml-menu): Add workarounds for XEmacs.
8441
8442 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8443 X-Boundary header.
8444
8445 * message.el (message-simplify-recipients): Fix previous commit.
8446
8447 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * mm-util.el (mm-set-buffer-multibyte): New function.
8450 * mm-decode.el (mm-copy-to-buffer): Use it.
8451
8452 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8453 Prefer fboundp to functionp so it works with macros as well.
8454
8455 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8456
8457 * message.el (message-alter-recipients-discard-bogus-full-name):
8458 New function.
8459 (message-alter-recipients-function): New variable.
8460 (message-get-reply-headers): Use it.
8461 (message-replace-header): New helper function.
8462 (message-recipients-without-full-name): New variable.
8463 (message-simplify-recipients): New command.
8464
8465 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8466
8467 * message.el (message-info): Handle EasyPG manual.
8468
8469 * mml.el (mml-menu): Add entry for EasyPG.
8470
8471 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8472
8473 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8474 parameter.
8475
8476 * message.el (message-disassociate-draft): Specify drafts group name
8477 fully.
8478
8479 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8480
8481 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8482 Eliminate unnecessary duplicates from the match list.
8483
8484 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8485
8486 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8487 args of `how-many' of which the XEmacs version doesn't take; declare
8488 Info-index-next as function.
8489
8490 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8491
8492 * gnus-score.el (gnus-score-headers): Fix handling of
8493 gnus-inhibit-slow-scoring.
8494
8495 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8496 string.
8497 (gnus-button-url-regexp): Improve handling of parenthesis.
8498 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8499 (gnus-button-handle-info-keystrokes): Handle index entries.
8500
8501 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8502
8503 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8504 Incoming* files.
8505
8506 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8507
8508 * auth-source.el (auth-sources): Rename from auth-source-choices.
8509 (auth-source-pick): Use it.
8510
8511 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8512
8513 * auth-source.el (auth-source-protocols)
8514 (auth-source-protocols-customize, auth-source-choices): Add and
8515 modified variable customizations and defaults.
8516 (auth-source-pick, auth-source-user-or-password)
8517 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8518 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8519 (auth-source-user-or-password-sftp)
8520 (auth-source-user-or-password-smtp): Use new variables and provide an
8521 interface to netrc.el.
8522
8523 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8524
8525 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8526 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8527 Make sure the nntp port to specify is a string.
8528
8529 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * nntp.el: Use with-current-buffer.
8532 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8533 dubious mm-with-unibyte-current-buffer.
8534 (nntp-with-open-group-function): New function extracted from
8535 nntp-with-open-group macro.
8536 (nntp-with-open-group): Use the function, so it's easier to debug.
8537 Add indentation and debugging info.
8538 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8539 Recommend the use of the netcat alternatives.
8540
8541 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8542 Avoid mm-string-as-multibyte as well.
8543
8544 * nnweb.el (nnweb-insert-html):
8545 Remove use of nnheader-string-as-multibyte.
8546
8547 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8548 (nnheader-string-as-multibyte): Remove.
8549
8550 * mm-view.el: Use inhibit-read-only.
8551 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8552 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8553 or unibyte-string.
8554
8555 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8556 (mm-uu-yenc-extract): Use with-current-buffer.
8557
8558 * gnus-soup.el (gnus-soup-send-packet): Don't use
8559 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8560
8561 * nnmh.el: Use with-current-buffer.
8562 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8563 mm-string-as-multibyte on the output of mm-encode-coding-string.
8564
8565 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8566 (nnimap-request-move-article): Use with-current-buffer.
8567
8568 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8569 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8570 conversion uses string-make-unibyte rather than string-as-unibyte.
8571
8572 * gnus-msg.el: Use with-current-buffer.
8573
8574 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8575
8576 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8577
8578 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8579 string for caching if it is 'PIN.
8580
8581 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8582
8583 * mail-source.el (mail-source-delete-old-incoming-confirm):
8584 Change default to nil.
8585 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8586
8587 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8588
8589 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8590 (gnus-article-goto-prev-page): Work for articles having ^L's.
8591
8592 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8593
8594 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8595
8596 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8597
8598 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8599 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8600 (gnus-bookmark-jump): Adjust some variable names.
8601
8602 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8603
8604 * auth-source.el: New package.
8605 (auth-source-choices): Add customization entry point variable.
8606
8607 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8608 bug.
8609
8610 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8611
8612 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8613 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8614 (gnus-registry-install-shortcuts): Rename from
8615 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8616 the `gnus-registry-mark-map' keymap dynamically from
8617 `gnus-registry-marks'. The generated functions update the summary line
8618 when a registry mark is added or deleted, and will call
8619 `gnus-registry-install-p' (see the comments in the code).
8620 (gnus-registry-user-format-function-M): Use concat intelligently.
8621
8622 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8623 the registry mark functions.
8624
8625 2008-03-05 Glenn Morris <rgm@gnu.org>
8626
8627 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8628 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8629 gnus-art.
8630 (top-level): No need to load own source when compiling.
8631
8632 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8633
8634 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8635 Suggested by <chris.anderton@zetnet.co.uk>.
8636
8637 2008-03-04 Glenn Morris <rgm@gnu.org>
8638
8639 * gnus-sum.el (top-level): No need to require gnus when compiling,
8640 since unconditionally required near start of file.
8641 (gnus-summary-display-while-building): Move definition before use.
8642
8643 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8644
8645 * gnus-registry.el (gnus-registry-user-format-function-M):
8646 Add formatting function.
8647
8648 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8649
8650 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8651 with plists.
8652 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8653 Use new format.
8654
8655 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8656
8657 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8658 `where-is-internal' that returns a range of key sequences.
8659
8660 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8663
8664 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8665 (gnus-summary-jump-to-group): Consider windows on other displayed
8666 frames as well. Similar changes might be needed elsewhere, but that's
8667 the one I've bumped into during my use.
8668
8669 * nndoc.el (nndoc-oe-dbx-type-p):
8670 * gnus-msg.el (gnus-debug):
8671 * gnus-group.el (gnus-update-group-mark-positions):
8672 Use mm-string-to-multibyte.
8673
8674 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8675
8676 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8677 doesn't handle NotDashEscaped.
8678
8679 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8680 (mml-dnd-attach-options): Fix typo in custom choice.
8681
8682 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8683 Change nndoc-article-type to mbox.
8684 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8685
8686 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8687 to nil, instead of html2text.
8688
8689 * imap.el (imap-debug): Add `imap-ping-server'.
8690
8691 * gnus-bookmark.el: Add FIXMEs.
8692
8693 * message.el (message-form-letter-separator)
8694 (message-send-form-letter-delay): New variables.
8695 (message-send-form-letter): Use them. New command to send form
8696 letters. Requested by Uwe Siart.
8697 (message-send-mail-function): Doc fix. Add "Other" custom option.
8698
8699 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8700
8701 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8702 empty author.
8703
8704 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8705
8706 * gnus-registry.el (gnus-registry-marks): Add variable for
8707 customization of marks and their appearance.
8708 (gnus-registry-read-mark): Use it.
8709 (gnus-registry-do-marks): Add utility function to loop through
8710 `gnus-registry-marks'.
8711 (gnus-registry-install-shortcuts-and-menus): Add function to install
8712 shortcuts and menus.
8713 (gnus-registry-initialize): Use it.
8714 (gnus-registry-default-mark): Clarify documentation.
8715
8716 2008-02-29 Glenn Morris <rgm@gnu.org>
8717
8718 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8719 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8720 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8721 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8722 Change defcustom :version from 23.0 to 23.1.
8723
8724 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8725
8726 * gnus-registry.el (gnus-registry-follow-group-p)
8727 (gnus-registry-post-process-groups): Add functions to aid registry
8728 splitting and improve logging. Clarify behavior in function
8729 documentation.
8730 (gnus-registry-split-fancy-with-parent): Use them.
8731
8732 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * gnus-art.el: Use with-current-buffer.
8735
8736 2008-02-27 David Engster <dengste@eml.cc>
8737
8738 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8739 Express real group name in the response.
8740
8741 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8742
8743 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8744 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8745 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8746 autoload gnus-registry-fetch-group when compiling.
8747 (nnmairix-request-group-with-article-number-correction):
8748 Remove unreferenced argument passed to nnmairix-call-backend.
8749
8750 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8751
8752 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8753 (mm-uu-extract): Improve face for low color ttys.
8754 Reported by Sascha Wilde.
8755
8756 2008-02-27 Glenn Morris <rgm@gnu.org>
8757
8758 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8759 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8760 variables to defconsts. Convert comments to doc-strings.
8761 (nnmairix-last-server, nnmairix-current-server): Convert from free
8762 variables to defvars. Convert comments to doc-strings.
8763 (gnus-registry-fetch-group): Autoload.
8764 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8765 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8766 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8767 caddr.
8768 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8769 nnmairix-request-group-with-article-number-correction call.
8770 (nnmairix-fast, nnmairix-group): New, less general names, for free
8771 variables passed from nnmairix-request-group to
8772 nnmairix-request-group-with-article-number-correction. Declare.
8773 (nnmairix-request-group-with-article-number-correction):
8774 Use nnmairix-fast, nnmairix-group rather than fast, group.
8775
8776 2008-02-26 David Engster <dengste@eml.cc>
8777
8778 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8779 version 0.5.
8780
8781 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8782
8783 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8784 instead of making an extra function call. Don't add the current group
8785 to articles only when they have the group. Use
8786 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8787 Reported by David <de_bb@arcor.de>.
8788
8789 2008-02-24 Miles Bader <miles@gnu.org>
8790
8791 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8792 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8793 (mm-find-mime-charset-region):
8794 * mm-bodies.el (mm-encode-body):
8795 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8796
8797 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8798
8799 * mail-source.el (mail-source-delete-incoming): Change default.
8800 Supplement doc string.
8801
8802 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8803
8804 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8805
8806 * nnmail.el (nnmail-message-id-cache-file): Derive from
8807 `gnus-home-directory'.
8808
8809 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8810
8811 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8812 Document negative prefix.
8813
8814 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8815
8816 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8817
8818 * message.el (message-unsent-separator): Add the Exim bounce
8819 separator.
8820
8821 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8822
8823 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8824 list.
8825 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8826 recipient/signer list.
8827
8828 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8829
8830 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8831 fbound (Emacs 23 unicode), signal an error.
8832
8833 2008-02-08 Glenn Morris <rgm@gnu.org>
8834
8835 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8836
8837 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8838
8839 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8840 ports to the calls to `netrc-machine-user-or-password' in addition to
8841 "imap" and "imaps".
8842
8843 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8844
8845 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8846 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8847 <hanche@math.ntnu.no>.
8848
8849 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8852
8853 2008-02-01 Zhang Wei <id.brep@gmail.com>
8854
8855 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8856
8857 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8858
8859 2008-02-01 Miles Bader <miles@gnu.org>
8860
8861 * mml.el (mml-parse-1): Remove apparently vestigial use of
8862 `mm-hack-charsets'.
8863 * mm-bodies.el (mm-encode-body): Likewise.
8864
8865 2008-02-01 Kenichi Handa <handa@m17n.org>
8866
8867 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8868 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8869 (rfc2104-hash): Convert the result of concat to unibyte string.
8870
8871 2008-02-01 Dave Love <fx@gnu.org>
8872
8873 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8874 coding-system-for-read.
8875 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8876
8877 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8878 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8879 (mm-find-mime-charset-region): Remove hack-charsets stuff.
8880
8881 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
8882
8883 * mail-source.el (mail-sources): Add `group' choice.
8884
8885 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8886 parameter `in-group' to control into which group the articles go.
8887 Add treatment of `group' mail-source.
8888
8889 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8890
8891 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8892 * message.el (message-beginning-of-line): Use featurep instead of bound
8893 tests in order to resolve conditionals at compile time.
8894
8895 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8896
8897 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8898
8899 * mm-decode.el (mm-dissect-buffer): Decode description.
8900
8901 * mml.el (mml-to-mime): Encode message header first.
8902
8903 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8904
8905 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8906 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8907
8908 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8909
8910 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8911
8912 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8913
8914 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8915 prefix keys.
8916 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8917 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8918 gnus-xmas.el.
8919
8920 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8921
8922 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8923 Add new variables for article mark management.
8924 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8925 list of extra data entries which, when present, will indicate that the
8926 article ID should not be trimmed from the registry.
8927 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8928 functions.
8929 (gnus-registry-read-mark): New function to read a mark name from the
8930 user.
8931 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8932 (gnus-registry-set-article-mark-internal): New functions to add and
8933 remove marks.
8934 (gnus-registry-get-article-marks): New function to show the marks for
8935 an article, or retrieve them for further use.
8936
8937 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8938
8939 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8940 keys when no argument is given.
8941
8942 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8943
8944 * gnus-sum.el (gnus-article-sort-by-random)
8945 (gnus-thread-sort-by-random): Fix doc strings.
8946 Reported by jidanni@jidanni.org.
8947
8948 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8949
8950 * gnus-art.el (gnus-article-describe-bindings): New function.
8951 (gnus-article-read-summary-keys): Use it.
8952 (gnus-article-mode-map): Bind `C-h b' to it.
8953
8954 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8955
8956 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8957 XEmacs.
8958 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8959 Protect against non-character events.
8960
8961 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8962
8963 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8964 New command.
8965 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8966 instead of END. Change name of the temp file.
8967 (gnus-group-gmane-group-download-format): Add doc string. Make it
8968 customizable.
8969
8970 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8971
8972 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8973 bind `S W' to gnus-article-wide-reply-with-original; set default
8974 binding to gnus-article-read-summary-send-keys.
8975 (gnus-article-read-summary-keys): Fix the order of keys; display
8976 continuation keys correctly in the echo area; describe bindings
8977 correctly when keys end with `C-h'.
8978 (gnus-article-read-summary-send-keys): New function.
8979 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8980 Work for gnus-article-read-summary-send-keys; display continuation keys
8981 correctly in the echo area.
8982 (gnus-article-reply-with-original): Ignore prefix argument.
8983 (gnus-article-wide-reply-with-original): New function.
8984
8985 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8986
8987 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8988 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8989
8990 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8991
8992 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8993 (gnus-group-read-ephemeral-gmane-group): New command.
8994
8995 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8996
8997 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8998
8999 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9000
9001 * message.el (message-send-mail-function): Increase custom version.
9002
9003 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9004 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9005
9006 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9007
9008 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9009 html parts correctly; support forwarded messages.
9010 (gnus-article-browse-html-article): Remove work buffers.
9011
9012 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9013 compiling.
9014 (netrc-bound-and-true-p): New macro.
9015 (netrc-parse): Use it instead of bound-and-true-p that is not available
9016 in XEmacs 21.4.
9017
9018 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9019
9020 * gnus-registry.el (gnus-registry-mark-article)
9021 (gnus-registry-article-marks): Add functionality to mark articles
9022 through the Gnus registry.
9023
9024 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9025 (netrc-parse): Use encrypt-file-alist to determine if
9026 encrypt-find-model or encrypt-insert-file-contents should be used.
9027
9028 2007-12-19 Glenn Morris <rgm@gnu.org>
9029
9030 * mml.el (message-options-set, message-narrow-to-head)
9031 (message-in-body-p, message-mail-p, message-encode-message-body):
9032 Autoload.
9033 (message-remove-header, message-narrow-to-headers-or-head)
9034 (message-subscribed-p, message-make-mail-followup-to)
9035 (message-position-on-field, message-news-p)
9036 (message-options-set-recipient, message-generate-headers)
9037 (message-sort-headers): Declare as functions.
9038
9039 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9040
9041 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9042 convention in doc string.
9043
9044 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9045
9046 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9047 title to html parts.
9048 (gnus-article-browse-html-article): Pass message header to it.
9049
9050 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9051
9052 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9053
9054 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9055 or password compatible with XEmacs.
9056
9057 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9058
9059 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9060 format document.
9061 (gnus-mime-delete-part): Don't write description line if empty.
9062 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9063
9064 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9065
9066 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9067 (gnus-summary-mark-read-and-unread-as-read)
9068 (gnus-summary-mark-current-read-and-unread-as-read)
9069 (gnus-summary-mark-unread-as-ticked): Doc fix.
9070 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9071
9072 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9073
9074 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9075 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9076
9077 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9078
9079 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9080 yes-or-no-p.
9081
9082 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9083
9084 * mm-decode.el (mm-add-meta-html-tag): New function.
9085 (mm-save-part-to-file, mm-pipe-part): Use it.
9086
9087 * gnus-art.el (gnus-article-browse-delete-temp-files):
9088 Use gnus-y-or-n-p instead of y-or-n-p.
9089 (gnus-article-browse-html-parts): Work with message/external-body; use
9090 mm-add-meta-html-tag.
9091
9092 2007-12-11 Glenn Morris <rgm@gnu.org>
9093
9094 * gnus-cache.el: Require gnus-sum not just when compiling.
9095
9096 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9097
9098 * gnus-int.el (gnus-server-opened, gnus-status-message):
9099 Move definitions before use.
9100
9101 * mm-decode.el: Require gnus-util.
9102 (mm-remove-part): Only call delete-annotation on XEmacs.
9103
9104 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9105
9106 * nnmail.el: Require gnus-int.
9107
9108 * spam.el: Move `require's before `eval-when-compile's.
9109
9110 * gnus-ems.el (gnus-alive-p):
9111 * gnus-fun.el (message-goto-eoh):
9112 * gnus-util.el (gnus-group-name-decode):
9113 * mail-source.el (gnus-compress-sequence):
9114 * message.el (Info-goto-node, format-spec):
9115 * mm-bodies.el (message-options-get):
9116 * mm-decode.el (mm-view-pkcs7):
9117 * mm-util.el (gmm-write-region):
9118 * mml-smime.el (mml-compute-boundary)
9119 (gnus-completing-read-with-default):
9120 * mml.el (widget-button-press, gnus-make-hashtable):
9121 * mml1991.el (mm-decode-content-transfer-encoding)
9122 (mm-encode-content-transfer-encoding)
9123 (message-options-get, message-options-set):
9124 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9125 * nnfolder.el (gnus-request-group):
9126 * nnheader.el (ietf-drums-unfold-fws):
9127 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9128 * smime.el (gnus-run-mode-hooks):
9129 * spam-stat.el (gnus-message): Autoload.
9130
9131 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9132 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9133 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9134 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9135 Add declare-function compatibility definition.
9136
9137 * gnus-cache.el (nnvirtual-find-group-art):
9138 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9139 (gnus-add-image, gnus-add-wash-type):
9140 * gnus-group.el (nnkiboze-score-file):
9141 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9142 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9143 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9144 (message-tokenize-header, gnus-get-buffer-create)
9145 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9146 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9147 * gnus.el (gnus-group-decoded-name):
9148 * mail-source.el (imap-capability):
9149 * mm-bodies.el (message-options-set):
9150 * mm-decode.el (gnus-configure-windows):
9151 * mm-extern.el (message-goto-body):
9152 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9153 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9154 (epg-sub-key-validity, message-options-set):
9155 * mml.el (widget-event-point, gnus-configure-windows):
9156 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9157 * mml2015.el (epg-check-configuration, epg-configuration)
9158 (message-options-set):
9159 * nndb.el (nndb-request-article):
9160 * nnfolder.el (gnus-request-create-group):
9161 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9162 * nnmaildir.el (gnus-group-mark-article-read):
9163 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9164 * rfc1843.el (message-fetch-field):
9165 * spam.el (gnus-extract-address-components):
9166 Declare as functions.
9167
9168 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9169
9170 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9171
9172 2007-12-09 Glenn Morris <rgm@gnu.org>
9173
9174 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9175
9176 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9177 * message.el, mm-view.el, sieve-manage.el, smime.el:
9178 Add declare-function compatibility definition.
9179
9180 * gnus-art.el (w3-region, w3m-region, Info-menu):
9181 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9182 * gnus-sum.el (gnus-get-predicate):
9183 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9184 * message.el (mail-abbrev-in-expansion-header-p):
9185 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9186 (w3m-detect-meta-charset, w3m-region):
9187 * sieve-manage.el (password-read, password-cache-add)
9188 (password-cache-remove):
9189 * smime.el (password-read-and-add): Declare as functions.
9190
9191 2007-12-08 David Kastrup <dak@gnu.org>
9192
9193 * gnus-sum.el (gnus-summary-simplify-subject-query):
9194 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9195 `message'.
9196
9197 2007-12-07 Glenn Morris <rgm@gnu.org>
9198
9199 * gnus-art.el (article-make-date-line): Revert previous change.
9200
9201 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9202
9203 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9204
9205 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9206
9207 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9208 Call gnus-add-to-range ranges only once with a prepared article-list.
9209
9210 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9211
9212 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9213 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9214 group names with backslashes.
9215 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9216
9217 2007-12-06 Deepak Goel <deego3@gmail.com>
9218
9219 * gnus-art.el (article-make-date-line):
9220 * gnus-start.el (gnus-load):
9221 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9222
9223 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9224
9225 * gnus-art.el (gnus-use-idna)
9226 * gnus-start.el (gnus-site-init-file)
9227 * message.el (message-use-idna)
9228 * mm-uu.el (mm-uu-hide-markers)
9229 * smiley.el (smiley-style): Revert changes that suppress warnings.
9230
9231 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9232
9233 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9234 specify charset to html source.
9235 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9236
9237 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9238
9239 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9240 idna-program in order to suppress byte compile warning issued by XEmacs
9241 that came to byte compile the default value section of defcustom forms
9242 recently.
9243
9244 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9245 value of installation-directory.
9246
9247 * message.el (message-use-idna): Don't directly refer to the value of
9248 idna-program.
9249
9250 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9251
9252 * smiley.el (smiley-style): Don't directly call face-attribute.
9253
9254 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9255
9256 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9257
9258 * gnus-dired.el: Reduce Gnus dependencies.
9259 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9260 Don't require. Use autoloads instead.
9261 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9262 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9263 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9264 (gnus-dired-mode): Adjust doc string.
9265 (gnus-dired-mail-mode): New variable.
9266 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9267 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9268 (gnus-dired-mail-buffers): New function. Return mail or message
9269 composition buffers.
9270 (gnus-dired-attach): Use it.
9271 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9272 NO-DECODE.
9273 (gnus-dired-print): Use `gnus-print-buffer' depending on
9274 `gnus-dired-mail-mode'.
9275
9276 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9277
9278 * rfc2047.el (rfc2047-encoded-word-regexp)
9279 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9280 explaining what regexp patterns are for.
9281
9282 2007-12-04 Glenn Morris <rgm@gnu.org>
9283
9284 * password.el: Move to ../password-cache.el.
9285
9286 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9287 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9288 * mml-smime.el (password-read, password-cache-add)
9289 (password-cache-remove):
9290 No need to autoload, since mml-sec requires password.
9291
9292 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9293 * message.el (gnus-extract-address-components):
9294 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9295
9296 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9297 password.
9298
9299 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9300
9301 * mailcap.el: Reduce dependencies.
9302 (mail-header-parse-content-type): Autoload.
9303 (mailcap-delete-duplicates): New alias.
9304 (mailcap-mime-info): Add optional argument NO-DECODE.
9305 (mailcap-mime-types): Use mailcap-delete-duplicates.
9306
9307 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9308
9309 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9310
9311 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9312 function.
9313
9314 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9315 (gnus-uu-yenc-article): New function.
9316
9317 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9318
9319 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9320
9321 2007-12-02 Glenn Morris <rgm@gnu.org>
9322
9323 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9324 Move to ../net.
9325
9326 * binhex.el, uudecode.el: Move to ../mail.
9327
9328 * encrypt.el: Remove file.
9329
9330 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9331
9332 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9333 matches on patches.
9334
9335 * gnus-art.el (gnus-article-browse-html-article):
9336 Mention `mm-text-html-renderer' in the doc string.
9337
9338 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9339 string. Add comments.
9340
9341 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9342 if rhs is ASCII.
9343
9344 2007-12-01 Glenn Morris <rgm@gnu.org>
9345
9346 * dig.el, dns.el: Move to ../net.
9347 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9348
9349 * mail-source.el (top-level): Require format-spec before
9350 eval-when-compile.
9351
9352 2007-11-30 Glenn Morris <rgm@gnu.org>
9353
9354 * encrypt.el: Require password, rather than autoloading password-read.
9355
9356 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9357
9358 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9359 caller can indicate whether the cache should be disregarded for this
9360 call. This way the result of the call is reproducible at all times and
9361 can be considered a canonical server name for the supplied method.
9362 (gnus-agent-method-p): Canonicalize server names by pushing their
9363 method through `gnus-method-to-server' using the no-cache argument.
9364
9365 * gnus-srvr.el (gnus-server-insert-server-line):
9366 Call `gnus-method-to-server' with `no-cache' argument.
9367
9368 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9369 gnus-agent-possibly-synchronize-flags as this should be called when the
9370 server is actually being opened.
9371 (gnus-agent-possibly-synchronize-flags)
9372 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9373 flags file of an agentized server to the latter function.
9374
9375 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9376 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9377 after a connection has been established successfully.
9378
9379 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9380
9381 * gnus-art.el (article-display-face): Force to display face if called
9382 interactively; check if gnus-article-x-face-too-ugly matches author.
9383 (article-display-x-face): Display face even if From header is missing
9384 as article-display-face does.
9385
9386 2007-11-28 Richard Stallman <rms@gnu.org>
9387
9388 * md4.el: Move to ../.
9389 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9390
9391 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9392
9393 * mail-source.el (mail-sources): Default to fetch from file for
9394 compatibility with default of nnmail-spool-file.
9395
9396 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9397
9398 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9399 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9400 to look for encoded word that should be encoded again.
9401 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9402 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9403 encoding pattern.
9404 (rfc2047-decode-region): Switch strict regexp and loose one according
9405 to rfc2047-allow-irregular-q-encoded-words.
9406
9407 2007-11-26 Simon Josefsson <simon@josefsson.org>
9408
9409 * imap.el: Move to ../net directory.
9410
9411 2007-11-25 Romain Francoise <romain@orebokech.com>
9412
9413 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9414
9415 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9416
9417 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9418 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9419
9420 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9421 `nnmail-spool-file'.
9422
9423 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9424 `nnmail-spool-file'.
9425
9426 * gnus-move.el (gnus-change-server): Ditto.
9427
9428 * gnus-kill.el (gnus-batch-score): Ditto.
9429
9430 * gnus-cache.el (gnus-jog-cache): Ditto.
9431
9432 * gnus-msg.el (gnus-summary-reply):
9433 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9434
9435 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9436
9437 * gnus-cache.el (gnus-cache-generate-nov-databases):
9438 Use nnml-generate-nov-databases-directory instead of
9439 nnml-generate-nov-databases-1.
9440
9441 2007-11-24 Glenn Morris <rgm@gnu.org>
9442
9443 * message.el (message-tool-bar-retro): Update for rename
9444 mail_send.xpm->mail-send.xpm.
9445
9446 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9447
9448 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9449 `smime-ldap-search' for Emacs 22 and up.
9450
9451 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9452
9453 * hashcash.el: Move to ../mail directory.
9454
9455 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9456
9457 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9458 `smime-ldap-search' for Emacs 22 and up.
9459
9460 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9463
9464 * message.el (message-send-mail-function): Fix error convention.
9465 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9466 (message-widen-reply, message-send-mail, message-talkative-question)
9467 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9468 (message-clone-locals, message-send-news): Use with-current-buffer.
9469 (message-insert-or-toggle-importance): Remove unused var `valid'.
9470 (message-make-references): Remove unused var `new-references'.
9471 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9472
9473 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9474
9475 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9476 (spam-split-symbolic-return-positive): Reflow docstring.
9477 (spam-backends, spam-summary-exit-behavior)
9478 (spam-mark-ham-unread-before-move-from-spam-group)
9479 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9480 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9481 (spam-clear-cache, spam-backend-check, spam-install-backend)
9482 (spam-install-statistical-backend, spam-list-of-processors)
9483 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9484 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9485 (spam-check-crm114, spam-initialize, spam-unload-hook):
9486 Fix typos in docstrings.
9487
9488 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9489
9490 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9491 been checked if they have never been read and those group levels are
9492 higher than the one that a user specified.
9493
9494 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9495
9496 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9497 foreign groups unless a group level is specified by a user.
9498 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9499
9500 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9501
9502 * message.el (message-send-mail-function): Require sendmail.
9503
9504 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9505
9506 * message.el (message-send-mail-function): Check for smtpmail too.
9507
9508 * utf7.el (utf7-encode, utf7-decode): Use coding system
9509 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9510
9511 * message.el (message-send-mail-function): New function.
9512 (message-send-mail-function): Set default using
9513 message-send-mail-function. Adjust doc string.
9514 (message-send-mail-with-mailclient): New function.
9515
9516 2007-11-17 Richard Stallman <rms@gnu.org>
9517
9518 * assistant.el: Remove file.
9519
9520 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9521
9522 * smime.el (from):
9523 * rfc2047.el (message-posting-charset):
9524 * qp.el (mm-use-ultra-safe-encoding):
9525 * pop3.el (parse-time-months):
9526 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9527 * nnml.el (files):
9528 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9529 (jka-compr-compression-info-list, ange-ftp-path-format)
9530 (efs-path-regexp):
9531 * nndiary.el (files):
9532 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9533 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9534 (epg-digest-algorithm-alist, inhibit-redisplay)
9535 (password-cache-expiry):
9536 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9537 (pgg-output-buffer, password-cache-expiry):
9538 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9539 (efs-path-regexp):
9540 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9541 (inhibit-redisplay):
9542 * mm-uu.el (file-name, start-point, end-point, entry)
9543 (gnus-newsgroup-name, gnus-newsgroup-charset):
9544 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9545 (latin-unity-ucs-list):
9546 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9547 (mm-uu-binhex-decode-function):
9548 * message.el (gnus-message-group-art, gnus-list-identifiers)
9549 (rmail-enable-mime-composing, gnus-local-organization)
9550 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9551 (gnus-read-active-file, facemenu-add-face-function)
9552 (facemenu-remove-face-function, gnus-article-decoded-p)
9553 (tool-bar-mode):
9554 * mail-source.el (display-time-mail-function):
9555 * gnus-util.el (nnmail-pathname-coding-system)
9556 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9557 (gnus-original-article-buffer, gnus-user-agent)
9558 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9559 (xemacs-codename, sxemacs-codename, emacs-program-version):
9560 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9561 * gnus-start.el (gnus-agent-covered-methods)
9562 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9563 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9564 (gnus-newsgroup-headers, gnus-group-list-mode)
9565 (gnus-group-mark-positions, gnus-newsgroup-data)
9566 (gnus-newsgroup-unreads, nnoo-state-alist)
9567 (gnus-current-select-method, mail-sources)
9568 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9569 (nnmail-spool-file, gnus-cache-active-hashtb):
9570 * gnus-mh.el (mh-lib-progs):
9571 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9572 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9573 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9574 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9575 (gnus-group-buffer):
9576 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9577 (font-lock-set-defaults):
9578 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9579 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9580 (gnus-summary-post-menu, total-parts, type, condition, length):
9581 * gnus-agent.el (gnus-agent-read-agentview):
9582 * flow-fill.el (show-trailing-whitespace):
9583 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9584 eval-and-compile wrappers for byte compiler pacifiers.
9585
9586 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9587 (mm-display-inline-fontify): Check for featurep 'xemacs not
9588 extent-list.
9589
9590 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9591 itimer-list.
9592 (mm-create-image-xemacs): Only do something for XEmacs.
9593 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9594
9595 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9596
9597 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9598 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9599
9600 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9601
9602 * nnimap.el (nnimap-split-download-body):
9603 * gnus-demon.el (gnus-demon):
9604 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9605
9606 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9607
9608 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9609 New macros.
9610 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9611 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9612 copy data from unibyte buffer to multibyte current buffer.
9613 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9614 to copy data from unibyte current buffer to multibyte buffer.
9615 (nntp-make-process-buffer): Make process buffer unibyte.
9616
9617 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9618
9619 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9620
9621 * pop3.el (pop3-open-server): Accept and process data more robustly at
9622 connexion start to avoid spurious "POP SSL connexion failed" errors.
9623
9624 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9625
9626 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9627 read group names.
9628
9629 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9630
9631 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9632
9633 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9634
9635 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9636 (nnmail-save-active): Use a unibyte buffer when saving active file,
9637 which may contain non-ASCII group names.
9638
9639 * nnml.el (nnml-request-group): Decode group names in messages.
9640
9641 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9642
9643 * message.el (message-citation-line-function)
9644 (message-insert-formatted-citation-line): Fix spelling of
9645 `message-insert-formated-citation-line'.
9646
9647 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9648
9649 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9650
9651 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9652
9653 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9654 nnmail-pathname-coding-system.
9655
9656 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9657 that a user enters; decode group names in messages.
9658
9659 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9660
9661 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9662
9663 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9664
9665 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9666
9667 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9668 risky local variable.
9669
9670 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9671
9672 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9673
9674 * encrypt.el: Improve documentation to fix function name typo.
9675 Reported by Daiki Ueno <ueno@unixuser.org>.
9676
9677 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9678
9679 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9680 even if the point is not in the last page of an article.
9681 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9682 back to the previous page.
9683
9684 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9685
9686 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9687
9688 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9689
9690 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9691
9692 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9693
9694 * message.el (message-check-news-body-syntax):
9695 Avoid mm-string-as-multibyte.
9696 (message-hide-headers): Don't assume (point-min)==1.
9697
9698 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9699
9700 * message.el (message-remove-blank-cited-lines): Fix if remove is
9701 given.
9702 (message-bogus-address-regexp): New variable.
9703 (message-bogus-recipient-p): New function.
9704 (message-check-recipients): New command.
9705 (message-syntax-checks): Add `bogus-recipient'.
9706 (message-fix-before-sending): Add `bogus-recipient'.
9707
9708 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9709 (gnus-treat-body-boundary): Don't test window-system.
9710
9711 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9712
9713 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9714
9715 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9716
9717 * gnus.el: Bump version to Gnus v5.13.
9718
9719 2007-10-28 Miles Bader <miles@gnu.org>
9720
9721 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9722 at compile-time too.
9723
9724 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9725
9726 * gnus-msg.el (gnus-message-setup-hook):
9727 Add `message-remove-blank-cited-lines' to options.
9728
9729 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9730
9731 * message.el (message-remove-blank-cited-lines): New function.
9732 Suggested by Karl Plästerer.
9733
9734 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9735
9736 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9737 mapc.
9738
9739 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9740 (top-level): Use mapc to set functions to be traced for debugging.
9741
9742 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9743 called for effect with while loop.
9744
9745 * message.el (message-talkative-question): Replace mapcar called for
9746 effect with mapc.
9747
9748 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9749 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9750 called for effect with dolist.
9751
9752 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9753
9754 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9755 gnus-extra-headers and nnmail-extra-headers.
9756
9757 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9758 called for effect with dolist.
9759 (top-level): Use mapc to set functions to be traced for debugging.
9760
9761 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9762 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9763 dolist.
9764
9765 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9766 Replace mapcar called for effect with mapc.
9767 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9768 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9769 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9770 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9771
9772 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9773 remove-if that's a cl function.
9774
9775 * webmail.el (webmail-debug): Replace mapcar called for effect with
9776 dolist.
9777
9778 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9779
9780 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9781 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9782 with while loop.
9783
9784 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9785 functions from article-* functions.
9786 (gnus-multi-decode-header): Replace mapcar called for effect with
9787 dolist.
9788
9789 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9790 (gnus-bookmark-show-details): Replace mapcar called for effect with
9791 while loop.
9792
9793 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9794 called for effect with while loop.
9795
9796 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9797 with dolist.
9798
9799 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9800 Replace mapcar called for effect with dolist.
9801
9802 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9803
9804 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9805 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9806 Replace mapcar called for effect with dolist.
9807 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9808 mapc.
9809
9810 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9811 Replace mapcar called for effect with dolist.
9812 (gnus-topic-list): Replace mapcar called for effect with mapc.
9813
9814 * gnus.el: Use mapc instead of mapcar to add autoloads.
9815
9816 2007-10-23 Richard Stallman <rms@gnu.org>
9817
9818 * gnus-group.el (gnus-group-highlight): Mark as risky.
9819
9820 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9821
9822 * gnus.el (gnus-server-to-method): Return method found first in
9823 gnus-newsrc-alist.
9824
9825 * gnus-art.el (gnus-article-highlight-signature)
9826 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9827 button overlay without the front stickiness.
9828
9829 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9830
9831 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9832 overview buffer needed a catch to receive its throw.
9833 (gnus-agent-flush-cache): Declare as interactive to make this function
9834 easier to use.
9835
9836 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9837
9838 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9839 `next-line'.
9840
9841 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9842
9843 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9844 exclude address matching message-dont-reply-to-names.
9845
9846 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9847
9848 * gnus-util.el (gnus-string<): New function.
9849
9850 * gnus-sum.el (gnus-article-sort-by-author)
9851 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9852
9853 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9854
9855 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9856 the frame-focus tag is set in gnus-buffer-configuration.
9857
9858 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9859
9860 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9861 the front stickiness.
9862
9863 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9864
9865 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9866 url pattern; remove duplicate one.
9867 (gnus-article-extend-url-button): New function.
9868 (gnus-article-add-buttons): Use it.
9869 (gnus-button-push): Use concatenated url that it makes.
9870
9871 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9872
9873 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9874 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9875
9876 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9877
9878 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9879 Don't hardcode point-min==1.
9880
9881 2007-09-30 David Kastrup <dak@gnu.org>
9882
9883 * gnus-art.el (gnus-article-reply-with-original)
9884 (gnus-article-followup-with-original): When `transient-mark-mode' is
9885 off, refrain from active-region behavior for followups.
9886
9887 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9888
9889 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9890 Fix comment about "iso8859-1".
9891
9892 2007-10-08 Daiki Ueno <ueno@unixuser.org>
9893
9894 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9895 ones returned from the verify-function.
9896
9897 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9898 Call mml2015-extract-cleartext-signature if extraction failed.
9899
9900 2007-10-07 Daiki Ueno <ueno@unixuser.org>
9901
9902 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9903 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9904 failed.
9905
9906 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9907
9908 * Relicense "GPLv2 or later" files to "GPLv3 or later".
9909
9910 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9911
9912 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9913 to mark a thread as expirable. Add variable `hide' to handle hiding of
9914 thread for both the null and zero (kill/expire thread) universal prefix
9915 cases.
9916 (gnus-summary-expire-thread): Add new function to expire a thread,
9917 using gnus-summary-kill-thread.
9918 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9919 shortcuts for gnus-summary-expire-thread.
9920 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9921 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9922
9923 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9924
9925 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9926 extras value, so an extras entry can be deleted.
9927 (gnus-registry-delete-extra-entry): Use it.
9928 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9929 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9930 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9931 storage through the gnus-registry, and provide an appropriate API for
9932 it.
9933
9934 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9935
9936 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9937 Suggested by Leo <sdl.web@gmail.com>.
9938
9939 * gnus.el: Do.
9940
9941 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9942
9943 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9944 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9945
9946 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9947
9948 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9949 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9950
9951 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9952
9953 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9954 newline.
9955 (nnmbox-request-accept-article): Don't change article in source buffer;
9956 narrow to header to use message-fetch-field rather than
9957 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9958 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9959 as delimiters; make sure article ends with newline.
9960 (nnmbox-delete-mail): Correct last position of article to be deleted;
9961 ignore X-Gnus-Newsgroup header in article body.
9962 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9963 positions; make sure article ends with newline.
9964
9965 * message.el (message-display-abbrev): Don't infloop when a user
9966 inserts SPC in the beginning of header.
9967
9968 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9969
9970 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9971 list of groups not followed by default. Fix type to be regexp.
9972 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9973
9974 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9975
9976 * hmac-def.el (define-hmac-function): Switch from old-style to
9977 new-style backquotes.
9978
9979 * md4.el (md4-make-step): Likewise.
9980
9981 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9982
9983 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9984 raw-text coding system when saving .newsrc file, which may contain
9985 non-ASCII group names.
9986
9987 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9988
9989 * gnus-cus.el (gnus-score-extra): New widget.
9990 (gnus-score-extra-convert): New function.
9991 (gnus-score-customize): Use it for Extra.
9992
9993 2007-08-31 Daiki Ueno <ueno@unixuser.org>
9994
9995 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9996 (mml2015-mailcrypt-clear-verify): Use it.
9997 (mml2015-gpg-clear-verify): Use it.
9998 (mml2015-pgg-clear-verify): Use it.
9999 (mml2015-epg-clear-verify): Replace the current part with the output
10000 from GnuPG; don't extract the plaintext by itself.
10001
10002 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10003 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10004 mml2015-clear-verify-function; don't touch the armor headers or
10005 dash-escaped text here.
10006
10007 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10008
10009 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10010 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10011 parts, or application/octet-stream as a last resort.
10012 (gnus-mime-view-part-as-type): Don't toggle display.
10013 (gnus-mime-view-part-as-charset): Don't turn off display before
10014 querying charset.
10015
10016 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10017 stuff to undisplayer function in Emacs.
10018 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10019
10020 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10021 text/calendar parts.
10022
10023 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10024
10025 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10026 decoding text/calendar parts.
10027
10028 * message.el (message-forward-make-body-mime): Always mark body as
10029 having no illegible text; remove signed-or-encrypted argument.
10030 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10031
10032 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10033 (mml-generate-mime-1): Don't encode body if it is specified to be in
10034 raw form; don't make buffer be unibyte when inserting multibyte string.
10035
10036 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * sha1.el: Fix up comment style.
10039 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10040 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10041
10042 * hex-util.el: Fix up comment style.
10043 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10044
10045 * gnus-salt.el: Use with-current-buffer.
10046 (gnus-pick-setup-message): Fix long-standing typo.
10047
10048 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10049
10050 * imap.el (imap-logout-timeout): New variable.
10051 (imap-logout, imap-logout-wait): New functions.
10052 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10053
10054 * nnimap.el (nnimap-logout-timeout): New server variable.
10055 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10056 nnimap-logout-timeout.
10057
10058 * gnus-art.el (gnus-article-summary-command-nosave)
10059 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10060
10061 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10062
10063 * gnus.el (gnus-maximum-newsgroup): New variable.
10064
10065 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10066 according to gnus-maximum-newsgroup.
10067
10068 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10069 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10070 Limit the range of articles according to gnus-maximum-newsgroup.
10071
10072 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10073
10074 * gnus-art.el (gnus-sticky-article): Fix problems described in
10075 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10076 Don't perform gnus-configure-windows here; reuse existing sticky
10077 article buffer.
10078
10079 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10080 it doesn't exist in gnus-article-mode.
10081
10082 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10083
10084 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10085 (gnus-agent-decoded-group-name): New function.
10086 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10087 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10088
10089 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10090
10091 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10092 Add binding for gnus-sticky-article.
10093 (gnus-summary-exit): Don't kill sticky article buffers.
10094
10095 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10096 article buffer.
10097 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10098 (gnus-kill-sticky-article-buffers): New commands.
10099
10100 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10101
10102 * nntp.el (nntp-xref-number-is-evil): New server variable.
10103 (nntp-find-group-and-number): If it is non-nil, don't trust article
10104 numbers in the Xref header.
10105
10106 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10107
10108 * gnus-agent.el (gnus-agent-read-group): New function.
10109 (gnus-agent-flush-group, gnus-agent-expire-group)
10110 (gnus-agent-regenerate-group): Use it.
10111 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10112 nnmail-pathname-coding-system.
10113
10114 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10115
10116 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10117
10118 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10119 that are unread as unread, and also as selected so that information of
10120 marks having been changed by a user may be updated when exiting group.
10121
10122 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10123
10124 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10125
10126 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10127
10128 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10129 calculated ignoring signature parts to gnus-treat-article.
10130
10131 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10132
10133 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10134 a point here in order to keep the window start.
10135 (gnus-insert-mime-security-button): Make a button overlay without the
10136 front stickiness.
10137 (gnus-mime-display-security): Goto the end of a button.
10138
10139 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10140
10141 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10142
10143 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10144 group-name-at-point.
10145 (gnus-group-completing-read): New function that offers decoded
10146 non-ASCII group names for completion.
10147 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10148 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10149 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10150 (gnus-group-fetch-control): Use it.
10151 (gnus-fetch-group): Use group-name-at-point for the initial value
10152 rather than the default value; use gnus-alive-p.
10153
10154 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10155 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10156 (gnus-summary-post-news): Use gnus-group-completing-read.
10157
10158 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10159 (gnus-read-move-group-name): Decode group name for completion.
10160
10161 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10162
10163 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10164 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10165 Yamaoka slightly modified the code).
10166
10167 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10168
10169 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10170 (nnmail-split-incoming): Bind it.
10171
10172 * nnml.el (nnml-group-name-charset): New function.
10173 (nnml-decoded-group-name): Use it; don't decode group name if
10174 nnmail-group-names-not-encoded-p is non-nil.
10175 (nnml-encoded-group-name): New function.
10176 (nnml-group-pathname): Inline nnml-decoded-group-name.
10177 (nnml-request-expire-articles): Decode group name in message.
10178 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10179 nnmail-pathname-coding-system.
10180 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10181 not decoded ones according to nnmail-group-names-not-encoded-p.
10182 (nnml-generate-active-info): Use nnml-encoded-group-name.
10183
10184 2007-08-08 Glenn Morris <rgm@gnu.org>
10185
10186 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10187 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10188 doc-strings and comments.
10189
10190 2007-07-25 Glenn Morris <rgm@gnu.org>
10191
10192 * Relicense all FSF files to GPLv3 or later.
10193
10194 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10195
10196 * gnus-sum.el (gnus-summary-move-article):
10197 Make gnus-summary-respool-article work.
10198
10199 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10200
10201 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10202 string.
10203
10204 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10205
10206 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10207 that should be ignored when comparing distant RSS articles with local
10208 ones.
10209 (nnrss-make-hash-index): New function. Create a hash index according
10210 to the ignored fields.
10211 (nnrss-check-group): Use it.
10212
10213 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10214
10215 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10216
10217 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10218
10219 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10220 the new optional argument ENCODED is non-nil.
10221 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10222 coding system for encoding group name.
10223 (gnus-group-make-rss-group): Pass un-encoded group name to
10224 gnus-group-make-group.
10225 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10226 encoded.
10227
10228 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10229 Encode group name to which articles are moved or copied.
10230 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10231 coding system for encoding Newsgroup, Followup-To and Xref headers.
10232
10233 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10234 marks; use nnheader-file-coding-system to write a file.
10235 (nnagent-retrieve-headers): Bind file-name-coding-system to
10236 nnmail-pathname-coding-system.
10237
10238 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10239
10240 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10241 (nnml-request-article, nnml-request-create-group)
10242 (nnml-request-rename-group, nnml-find-id)
10243 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10244 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10245 (nnml-save-marks): Use nnml-group-pathname instead of
10246 nnmail-group-pathname.
10247
10248 (nnml-request-create-group, nnml-request-expire-articles)
10249 (nnml-request-move-article, nnml-request-delete-group)
10250 (nnml-deletable-article-p, nnml-possibly-create-directory)
10251 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10252 (nnml-open-marks): Bind file-name-coding-system to
10253 nnmail-pathname-coding-system.
10254
10255 (nnml-request-article): Pass server argument to nnml-find-group-number.
10256 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10257 Pass server argument to nnml-possibly-create-directory.
10258 (nnml-request-accept-article): Pass server argument to
10259 nnml-active-number and nnml-save-mail.
10260 (nnml-find-group-number): Pass server argument to nnml-find-id.
10261 (nnml-request-update-info): Pass server argument to
10262 nnml-marks-changed-p.
10263
10264 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10265 (nnml-save-mail, nnml-active-number): Add server argument.
10266
10267 (nnml-request-delete-group): Warn if group is missing.
10268 (nnml-get-nov-buffer): Decode group name.
10269 (nnml-generate-active-info): Encode group name.
10270 (nnml-open-marks): Decode group name in messages.
10271
10272 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10273
10274 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10275 if it is not specified.
10276 (gnus-article-pipe-part, gnus-article-save-part)
10277 (gnus-article-interactively-view-part, gnus-article-copy-part)
10278 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10279 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10280 (gnus-article-replace-part, gnus-article-delete-part)
10281 (gnus-article-view-part-as-type): Pass raw prefix argument to
10282 gnus-article-part-wrapper.
10283
10284 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10285
10286 * gnus-agent.el (gnus-agent-save-active):
10287 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10288
10289 * gnus-cache.el (gnus-cache-save-buffers)
10290 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10291 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10292 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10293 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10294 (gnus-cache-generate-active, gnus-cache-rename-group)
10295 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10296 (gnus-cache-update-overview-total-fetched-for):
10297 Bind file-name-coding-system to nnmail-pathname-coding-system.
10298 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10299 New variables.
10300 (gnus-cache-decoded-group-name): New function.
10301 (gnus-cache-file-name): Use it.
10302 (gnus-cache-generate-active): Use non-decoded group name for active.
10303
10304 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10305 right place.
10306 (gnus-write-active-file): Don't break non-ASCII group names.
10307
10308 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10309 nnmail-pathname-coding-system.
10310
10311 * gnus-uu.el (gnus-uu-decode-save): Typo.
10312
10313 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10314
10315 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10316
10317 2007-07-14 David Kastrup <dak@gnu.org>
10318
10319 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10320 finishing actions if we did not edit the article.
10321
10322 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10323
10324 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10325 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10326 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10327 (gnus-agent-flush-group, gnus-agent-flush-cache)
10328 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10329 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10330 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10331 (gnus-agent-regenerate-group)
10332 (gnus-agent-update-files-total-fetched-for)
10333 (gnus-agent-update-view-total-fetched-for):
10334 Bind file-name-coding-system to nnmail-pathname-coding-system.
10335 (gnus-agent-group-pathname): Don't encode file names by
10336 nnmail-pathname-coding-system.
10337 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10338 coding-system-for-write instead of buffer-file-coding-system to
10339 gnus-agent-file-coding-system.
10340
10341 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10342 Decode group name.
10343
10344 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10345
10346 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10347 (gnus-read-newsrc-el-file): Make group names unibyte.
10348
10349 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10350 nnmail-pathname-coding-system.
10351
10352 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10353 (nnrss-request-delete-group): Bind file-name-coding-system to
10354 nnmail-pathname-coding-system.
10355 (nnrss-read-server-data, nnrss-read-group-data):
10356 Bind file-name-coding-system correctly.
10357 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10358
10359 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10360 (nntp-server-to-method-cache): New variable.
10361 (nntp-group-pathname): New function that decodes non-ASCII group names.
10362 (nntp-possibly-create-directory, nntp-marks-changed-p)
10363 (nntp-save-marks, nntp-open-marks): Use it.
10364 (nntp-possibly-create-directory, nntp-open-marks):
10365 Bind file-name-coding-system to nnmail-pathname-coding-system.
10366 (nntp-open-marks): Decode group names when bootstrapping marks.
10367
10368 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10369 Newsgroups and Folowup-To headers.
10370
10371 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10372
10373 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10374 (gnus-server-closed-face, gnus-server-denied-face)
10375 (gnus-server-offline-face): Remove variable.
10376 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10377
10378 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10379 of modifying message-stack directly for XEmacs.
10380
10381 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10382 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10383 if the coding-system argument is nil for XEmacs.
10384
10385 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10386 mm-charset-override-alist.
10387
10388 * rfc2047.el: Don't require base64; require rfc2045 for the function
10389 rfc2045-encode-string.
10390 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10391 to quote the parameter value.
10392
10393 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10394
10395 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10396 form in gnus-group-name-charset-method-alist.
10397
10398 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10399 overrides the default layout edit-form.
10400
10401 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10402
10403 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10404
10405 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10408 as unfetched articles.
10409
10410 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10411
10412 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10413
10414 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10415
10416 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10417 original back end that keeps marks in the local system.
10418
10419 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10420
10421 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10422 arg of pop-to-buffer for XEmacs.
10423 (gnus-article-read-summary-keys): Ditto; don't restore window
10424 configuration if summary command ends up with neither article buffer
10425 nor summary buffer; describe bindings if summary keys end with C-h.
10426
10427 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10428
10429 * message.el (message-fix-before-sending): Skip raw message part to be
10430 forwarded while checking illegible text.
10431 (message-forward-make-body-mime, message-forward-make-body):
10432 Mark signed or encrypted raw message as having no illegible text.
10433
10434 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10435
10436 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10437 (gnus-message-with-timestamp-1): New macro.
10438 (gnus-message-with-timestamp): New function.
10439 (gnus-message): Use them.
10440
10441 * nnheader.el (nnheader-message): Use them.
10442
10443 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10444
10445 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10446 .newsrc.eld file.
10447
10448 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10449
10450 * gnus-agent.el (gnus-agent-fetch-headers)
10451 (gnus-agent-retrieve-headers):
10452 Bind gnus-decode-encoded-address-function to identity.
10453
10454 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10455 available also when the server returns simply a dot.
10456
10457 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10458
10459 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10460
10461 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10462
10463 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10464
10465 * gnus-ems.el (gnus-x-splash): Make it work.
10466
10467 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10468 from being used.
10469
10470 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10471
10472 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10473 the front stickiness.
10474 (gnus-article-summary-command-nosave): Correct the order of the
10475 arguments passed to pop-to-buffer.
10476 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10477 summary command ends up with the article buffer.
10478
10479 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10480 the same faces.
10481
10482 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10483
10484 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10485
10486 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10487
10488 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10489 * gnus-sum.el (gnus-summary-highlight):
10490 * mail-source.el (mail-source-delete-old-incoming-confirm):
10491 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10492
10493 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10494
10495 * gnus-art.el (gnus-mime-view-part-externally)
10496 (gnus-mime-view-part-internally): Fix predicate function passed to
10497 completing-read.
10498
10499 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10500
10501 * gnus.el (gnus-update-message-archive-method): Add :version.
10502
10503 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10504
10505 * gnus.el (gnus-update-message-archive-method): New variable.
10506
10507 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10508 according to gnus-message-archive-method if
10509 gnus-update-message-archive-method is non-nil.
10510
10511 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10512
10513 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10514 Suggested by Loic Dachary <loic@dachary.org>.
10515 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10516
10517 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10518
10519 * message.el (message-pop-to-buffer): Add switch-function argument.
10520 (message-mail): Pass switch-function argument to it.
10521
10522 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10523
10524 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10525 Improve doc string.
10526
10527 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10528
10529 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10530 (gnus-header-content)
10531 * gnus-cite.el (gnus-cite-10)
10532 * gnus-srvr.el (gnus-server-closed)
10533 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10534 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10535 (gnus-group-mail-3-empty, gnus-group-mail-low)
10536 (gnus-group-mail-low-empty, gnus-splash)
10537 * message.el (message-header-to, message-header-cc)
10538 (message-header-subject, message-header-other, message-header-name)
10539 (message-header-xheader, message-separator, message-cited-text)
10540 (message-mml): Lighten colors of faces used for dark background.
10541
10542 2007-05-24 Simon Josefsson <simon@josefsson.org>
10543
10544 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10545 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10546
10547 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10548
10549 * message.el (message-narrow-to-headers-or-head):
10550 Ignore mail-header-separator in the body.
10551
10552 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10553
10554 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10555 same as window size.
10556
10557 2007-05-22 Kevin Ryde <user42@zip.com.au>
10558
10559 * message.el (message-font-lock-keywords): Use message-header-xheader
10560 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10561 ahead of the anything pattern, to get it recognised.
10562
10563 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10564
10565 * gnus-sum.el (gnus-articles-to-read)
10566 (gnus-summary-insert-old-articles): Don't truncate group name for
10567 `read-string'.
10568
10569 * gnus-util.el (gnus-limit-string): Delete this function.
10570
10571 * gnus-sum.el (gnus-simplify-subject-fully):
10572 Use `truncate-string-to-width' instead.
10573
10574 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10575
10576 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10577 Tell if, on summary exit, the next group has to be selected.
10578 (gnus-summary-exit): Use it.
10579
10580 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10581
10582 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10583 non-break space.
10584
10585 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10586
10587 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10588 Check if group is not a directory.
10589 (nnfolder-request-expire-articles): Don't delete articles if the target
10590 group is not available.
10591
10592 * nnml.el (nnml-request-create-group): Properly check if group is not a
10593 file.
10594 (nnml-request-expire-articles): Don't delete articles if the target
10595 group is not available.
10596
10597 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10598 Don't quote characters that are within parentheses.
10599
10600 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10601
10602 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10603 (gnus-handle-ephemeral-exit): Select article according to it.
10604
10605 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10606
10607 * message.el (message-insert-formated-citation-line): Remove newline.
10608 (message-citation-line-format): Add final \n here so that the user can
10609 avoid a blank line.
10610
10611 2007-05-03 Dan Christensen <jdc@uwo.ca>
10612
10613 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10614 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10615 Update lanl/arXiv support.
10616
10617 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10618
10619 * gnus.el: Bump version number.
10620
10621 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10622
10623 * gnus.el (gnus-version-number): Bump version.
10624
10625 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10626
10627 * gnus.el: No Gnus v0.6 is released.
10628
10629 2007-04-27 Didier Verna <didier@xemacs.org>
10630
10631 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10632 * gmm-utils.el (gmm-regexp-concat): ... here.
10633 * message.el: Don't require 'gnus-util.
10634 (message-dont-reply-to-names): Handle name change above.
10635 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10636
10637 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10638
10639 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10640 since the initial value varies according to the system.
10641
10642 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10643
10644 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10645
10646 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10647
10648 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10649
10650 2007-04-24 Didier Verna <didier@xemacs.org>
10651
10652 Improve the type of gnus-ignored-from-addresses.
10653 * gnus-util.el (gnus-orify-regexp): New function.
10654 * message.el (gnus-util): Require it.
10655 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10656 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10657 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10658
10659 2007-04-24 Didier Verna <didier@xemacs.org>
10660
10661 * gnus-sum.el:
10662 * gnus-utils.el: Fix some trailing whitespaces.
10663
10664 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10665
10666 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10667 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10668 article's Message-ID; refer parent article in summary buffer.
10669
10670 * message.el (message-bounce): Call mime-to-mml.
10671
10672 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10673
10674 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10675
10676 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10677
10678 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10679 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10680 displayed of multipart/alternative part if it is invoked from summary
10681 buffer.
10682
10683 * mm-view.el (mm-inline-text-html-render-with-w3m)
10684 (mm-inline-text-html-render-with-w3m-standalone)
10685 (mm-inline-render-with-function): Use mail-parse-charset by default.
10686
10687 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10688
10689 * parse-time.el (parse-time-string-chars): Check if CHAR
10690 is less than the length of parse-time-syntax.
10691
10692 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10693
10694 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10695 from gnus-newsgroup-processable.
10696
10697 2007-04-16 Didier Verna <didier@xemacs.org>
10698
10699 * gnus-msg.el (gnus-configure-posting-styles):
10700 Handle message-signature-directory properly with :file syntax.
10701 Reported by "Leo".
10702
10703 2007-04-11 Didier Verna <didier@xemacs.org>
10704
10705 New user option: message-signature-directory.
10706 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10707 * message.el (message-insert-signature): Ditto.
10708 * message.el (message-signature-file): Doc update.
10709 * message.el (message-signature-directory): New.
10710
10711 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10712
10713 * gnus-msg.el (gnus-inews-yank-articles):
10714 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10715
10716 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10717
10718 * message.el (message-yank-original): Make sure cited text ends with
10719 newline; don't exchange point and mark.
10720
10721 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10722
10723 * tls.el (open-tls-stream): Properly handle case where there
10724 is no associated buffer.
10725
10726 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10727
10728 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10729 message-yank-original, make sure (< mark TEXT point).
10730
10731 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10732
10733 * message.el (message-fill-column): New variable.
10734 (message-mode): Use it. Add comment on a possible new hook.
10735
10736 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10737 (nnmail-get-new-mail): Reformat.
10738
10739 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10740
10741 * gmm-utils.el: Fix Commentary.
10742 (gmm-tool-bar-from-list): Fix typo in doc string.
10743
10744 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10745
10746 * message.el (message-yank-original): Don't switch point and mark
10747 unnecessarily to put point and mark as documented.
10748
10749 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10750
10751 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10752 from the message heads.
10753
10754 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10755
10756 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10757 article buffer does not have a window. This may not be the best
10758 solution but is certainly better than setting the start of the null,
10759 that is the current, window.
10760
10761 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10762
10763 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10764 (gnus-draft-setup): Run it.
10765
10766 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10767 gnus-score-fast-scoring. Allow regexp.
10768 (gnus-score-headers): Use it.
10769
10770 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10771 XEmacs.
10772
10773 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10774 string.
10775 (gnus-button-alist): Also catch `<f1> k ...'.
10776 (gnus-treat-display-x-face): Fix doc string.
10777
10778 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10779
10780 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10781 evaluation of gnus-extended-version to ensure correct generation of the
10782 User-Agent header when message-generate-headers-first is used.
10783
10784 2007-03-24 Simon Josefsson <simon@josefsson.org>
10785
10786 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10787 hashcash-path is nil. Don't call callback with incorrect number of
10788 parameters if val is 0.
10789
10790 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10791
10792 * message.el (message-required-news-headers):
10793 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10794
10795 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10796
10797 * message.el (message-generate-new-buffers): Change the meaning of the
10798 nil value; add `standard' to the choices; treat t as `unique'; improve
10799 doc string.
10800 (gnus-select-frame-set-input-focus): Autoload.
10801 (message-buffer-name): Search for the existing message buffer if
10802 message-generate-new-buffers is nil or `standard'; treat the value t of
10803 message-generate-new-buffers as `unique'.
10804 (message-pop-to-buffer): Raise the frame already displaying the message
10805 buffer; clear the echo area after querying.
10806 (message-setup): Pass the `continue' argument to compose-mail.
10807 (message-mail): Prefer `switch-function' if it is given; search for the
10808 existing message buffer if the `continue' argument is non-nil; pass
10809 continue and switch-function arguments to compose-mail by way of
10810 message-setup.
10811 (message-mail-other-window): Adjust argument of message-setup.
10812 (message-mail-other-frame): Ditto.
10813
10814 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10815
10816 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10817 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10818 to turn font-lock on when turning gnus-message-citation-mode on.
10819
10820 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10821
10822 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10823 (mml-smime-function-alist): New variable; add epg as the backend.
10824 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10825 mml-smime- functions instead.
10826 * mm-view.el: Require smime.
10827
10828 2007-03-05 Didier Verna <didier@xemacs.org>
10829
10830 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10831 instead of just inheritance for posting styles.
10832 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10833
10834 2007-02-24 John Paul Wallington <jpw@pobox.com>
10835
10836 * tls.el (tls-certtool-program): Fix custom type.
10837
10838 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10839
10840 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10841 and point-at-eol instead of line-(beginning|end)-position.
10842
10843 * assistant.el (assistant-parse-buffer): Ditto.
10844
10845 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10846
10847 * mml2015.el (mml2015-epg-find-usable-key): New function.
10848 (mml2015-epg-sign): Use it.
10849 (mml2015-epg-encrypt): Use it.
10850
10851 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10852
10853 * message.el (message-make-in-reply-to): Quote name containing
10854 non-ASCII characters. It will make the RFC2047 encoder cause an error
10855 if there are special characters. Reported by NAKAJI Hiroyuki
10856 <nakaji@jp.freebsd.org>.
10857
10858 2007-02-27 Didier Verna <didier@xemacs.org>
10859
10860 Include the group parameters as well as the topic ones in the
10861 inheritance filter process.
10862 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10863 argument GROUP-PARAMS-LIST.
10864 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10865
10866 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10867
10868 * nntp.el (nntp-never-echoes-commands)
10869 (nntp-open-connection-functions-never-echo-commands): New variables.
10870 (nntp-send-command): Use them.
10871
10872 2007-02-20 Daiki Ueno <ueno@unixuser.org>
10873
10874 * mml2015.el (mml2015-epg-verify): Simplify.
10875
10876 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10877
10878 * mml.el (mml-content-disposition-alist): New user option.
10879 (mml-content-disposition): New function.
10880 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10881 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10882
10883 2007-02-19 Daiki Ueno <ueno@unixuser.org>
10884
10885 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10886 verification.
10887
10888 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10889
10890 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10891 articles posted in the last 24 hours.
10892
10893 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
10894
10895 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10896
10897 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
10898
10899 * nntp.el (nntp-send-command): Don't wait for echoes when
10900 nntp-open-ssl-stream is used.
10901
10902 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10903
10904 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10905 (gnus-message-add-citation-keywords)
10906 (gnus-message-remove-citation-keywords): Remove.
10907 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10908 directly, make the variables in font-lock-defaults buffer-local, add
10909 gnus-message-citation-keywords to them and then update the value of
10910 font-lock-keywords.
10911
10912 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10913
10914 * message.el (message-cite-original-1): Don't call
10915 gnus-article-highlight-citation.
10916
10917 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10918 citations; fix line count.
10919
10920 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10921
10922 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10923 (gnus-message-add-citation-keywords)
10924 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10925 versions of font-lock-add-keywords and font-lock-remove-keywords to
10926 work with XEmacs correctly.
10927
10928 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10929
10930 * gnus-cite.el (gnus-cite-face-list): Set the values of
10931 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10932 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10933 (gnus-message-cite-prefix-regexp): New variable.
10934 (gnus-message-search-citation-line): Use it; protect against long
10935 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10936 the 0th match data for Emacs.
10937 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10938 (gnus-message-add-citation-keywords): Append keywords rather than
10939 prepending; emulate font-lock-add-keywords if it is not available.
10940 (gnus-message-remove-citation-keywords):
10941 Emulate font-lock-remove-keywords if it is not available.
10942
10943 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10944
10945 * message.el (message-cite-prefix-regexp): Set the value of
10946 gnus-message-cite-prefix-regexp.
10947
10948 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10949
10950 * nnweb.el (nnweb-google-parse-1): Update parser.
10951
10952 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
10953
10954 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10955
10956 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10957
10958 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10959 regexp.
10960
10961 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10962
10963 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10964 string-to-multibyte.
10965 (uudecode-decode-region-internal): Use it.
10966
10967 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10968
10969 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10970 Fix custom choice.
10971
10972 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10973
10974 2007-01-22 Daiki Ueno <ueno@unixuser.org>
10975
10976 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10977
10978 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10979 `write-region' to respect `mm-inhibit-file-name-handlers'.
10980
10981 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10982
10983 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10984 Use gnus-home-directory instead of "~/" or "$HOME".
10985
10986 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10987
10988 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10989 to mention filename.
10990 Add comments at beginning regarding usage.
10991 (encrypt-write-file-contents): Change interactive so a string is
10992 acceptable. If the file has no associated model, show an error instead
10993 of a nonsense prompt.
10994
10995 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10996
10997 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10998 Thanks to Yoshihiko Yamada for kind notification of this typo.
10999
11000 2007-01-12 Kenichi Handa <handa@m17n.org>
11001
11002 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11003 multibyte buffer.
11004
11005 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11006
11007 * gnus-score.el (gnus-score-fast-scoring): New variable.
11008 (gnus-score-headers): Use it.
11009
11010 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11011
11012 * message.el (message-cite-original-1):
11013 Call gnus-article-highlight-citation if requested.
11014 (message-make-from): Allow name and address as optional arguments.
11015
11016 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11017
11018 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11019 bugs to doc string.
11020 (gnus-button-alist): Add mid\\|message-id.
11021 (gnus-button-fetch-group): Extend for use in
11022 `browse-url-browser-function'.
11023 (gnus-button-url-regexp): Try to catch paired parentheses like in
11024 Wikipedia URLs.
11025
11026 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11027 Suggested by Simon Krahnke <overlord@gmx.li>.
11028
11029 2007-01-13 Romain Francoise <romain@orebokech.com>
11030
11031 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11032 Update copyright.
11033
11034 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11035
11036 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11037
11038 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11039
11040 * gnus-registry.el (gnus-registry-unfollowed-groups)
11041 (gnus-registry-split-fancy-with-parent): Fix documentation.
11042
11043 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11044
11045 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11046 from nnweb groups.
11047
11048 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11049
11050 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11051 Xref urls. Erase buffer before requesting head.
11052
11053 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11054
11055 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11056
11057 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11058 customizable.
11059
11060 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11061
11062 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11063 no signing key is found.
11064 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11065 no encrypting and/or signing key is found.
11066
11067 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11068
11069 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11070
11071 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11072
11073 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11074 headers read from disk with the ones newly found in the current search.
11075 This should no longer cause problems, because the article numbers in
11076 Gmane's `nov.php' output are ignored since the previous change.
11077
11078 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11079
11080 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11081
11082 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11083
11084 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11085
11086 2007-01-01 Romain Francoise <romain@orebokech.com>
11087
11088 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11089
11090 2006-12-31 Steve Youngs <steve@sxemacs.org>
11091
11092 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11093 `define-minor-mode' macro definition expanded properly.
11094 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11095 exclude it there.
11096
11097 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11098 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11099 `fboundp' test.
11100 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11101 This is OK to autoload in (S)XEmacs now.
11102
11103 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11104
11105 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11106 keystroke.
11107 (gnus-summary-limit-to-singletons): Fix typo.
11108
11109 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11110 else fails.
11111
11112 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11113
11114 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11115 docstring.
11116
11117 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11118 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11119 (gnus-summary-insert-dormant-articles): Fix typo in message.
11120
11121 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11122
11123 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11124 nil for XEmacs.
11125 (gnus-message-citation-mode): Don't autoload in XEmacs.
11126
11127 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11128
11129 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11130
11131 * nnimap.el (nnimap-expunge-search-string):
11132 Mention nnimap-search-uids-not-since-is-evil in docstring.
11133
11134 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11135
11136 * spam.el: Revert to make-obsolete-variable because
11137 define-obsolete-variable-alias is not supported in Emacs 21.
11138
11139 * spam.el (spam-ifile-path, spam-ifile-database-path)
11140 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11141 make-obsolete-variable.
11142 (spam-bsfilter-path, spam-bsfilter-program)
11143 (spam-spamassassin-path, spam-spamassassin-program)
11144 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11145 Don't use "path" inappropriately.
11146 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11147 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11148 variable names.
11149
11150 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11151
11152 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11153 summary buffer.
11154
11155 * password.el (password-cache-remove): Use clear-string to burn
11156 password, if available.
11157
11158 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11159
11160 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11161
11162 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11163
11164 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11165 (gnus-message-highlight-citation): Move defcustom here from
11166 gnus-cite.el.
11167 (gnus-message-citation-mode): Autoload.
11168
11169 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11170 checks to make it compile with XEmacs.
11171 (gnus-message-citation-mode): New minor mode.
11172 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11173 (gnus-message-highlight-citation): New variables.
11174 (gnus-message-search-citation-line)
11175 (gnus-message-add-citation-keywords)
11176 (gnus-message-remove-citation-keywords)
11177 (turn-on-gnus-message-citation-mode)
11178 (turn-off-gnus-message-citation-mode): New functions.
11179
11180 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11181
11182 * gnus-cite.el: Enable highlighting of different citation levels in
11183 message-mode.
11184
11185 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11186
11187 * message.el (message-make-fqdn): Fix comment.
11188 (message-bogus-system-names): Add ".local".
11189
11190 * spam.el (spam-ifile-path, spam-ifile-program)
11191 (spam-ifile-database-path, spam-ifile-database)
11192 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11193 Don't use "path" inappropriately.
11194 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11195 strings.
11196 (spam-check-ifile, spam-ifile-register-with-ifile)
11197 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11198 Use new variable names.
11199
11200 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11201 (gnus-treat-display-smileys): Simplify using
11202 gnus-image-type-available-p.
11203
11204 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11205 available.
11206
11207 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11208
11209 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11210 one after turning on the buffer's multibyteness instead of decoding
11211 them directly in the unibyte buffer that causes unexpected conversion
11212 in Emacs 23 (unicode).
11213
11214 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11215
11216 * message.el (message-generate-hashcash): Fix custom type.
11217
11218 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11219
11220 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11221
11222 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11223
11224 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11225 disconnect icons. Add help text.
11226
11227 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11228
11229 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11230 negated to be consistent with the others we handle.
11231
11232 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11233
11234 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11235 version of gnus-summary-buffer to something, so that we can use two
11236 article buffers at the same time.
11237
11238 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11239
11240 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11241 trigger all the extra headers.
11242 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11243 sorting.
11244
11245 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11246
11247 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11248 solid groups.
11249
11250 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11251
11252 * legacy-gnus-agent.el: Add Copyright notice.
11253
11254 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11255
11256 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11257
11258 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11259
11260 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11261
11262 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11263 to make it work reliably in CVS Emacs.
11264 (gnus-summary-limit-strange-charsets-predicate)
11265 (gnus-summary-limit-to-predicate): New functions.
11266
11267 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11268
11269 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11270 specifying array size.
11271 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11272 array if it is too small.
11273 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11274 (gnus-sort-threads-loop): New function.
11275
11276 2006-12-06 Chris Moore <dooglus@gmail.com>
11277
11278 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11279 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11280
11281 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11282
11283 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11284 options.
11285
11286 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11287
11288 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11289 DOS-ing the recipient.
11290
11291 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11292 the headers when creating the mapping to avoid mismappings.
11293 (nnweb-gmane-create-mapping): Always nix out old mapping.
11294
11295 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11296
11297 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11298 and mm-verify-option to never.
11299
11300 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11301
11302 * message.el (message-signed-or-encrypted-p): New function.
11303 (message-forward-make-body): Use it.
11304
11305 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11306 Replace encode-coding-string with mm-encode-coding-string.
11307
11308 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11309
11310 * nneething.el (nneething-decode-file-name):
11311 Replace decode-coding-string with mm-decode-coding-string.
11312
11313 * gnus-int.el (gnus-open-server): Say failed server's name.
11314
11315 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11316
11317 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11318 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11319
11320 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11321 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11322 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11323 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11324 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11325 (gnus-subscribe-newsgroup, gnus-1):
11326 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11327 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11328 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11329 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11330
11331 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11332
11333 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11334 keystroke.
11335 (gnus-summary-limit-to-bodies): Implement headersp.
11336
11337 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11338
11339 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11340
11341 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11342
11343 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11344
11345 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11346
11347 * message.el (message-generate-hashcash): Expand range of values to
11348 include `opportunistic'.
11349 (message-send-mail): Use it.
11350
11351 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11352
11353 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11354 and comment it.
11355
11356 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11357
11358 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11359
11360 * gnus-util.el (gnus-extract-address-components): Improve comment.
11361
11362 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11363
11364 * gnus-util.el (gnus-extract-address-components): Work with address in
11365 which the name portion contains @.
11366
11367 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11368
11369 * gnus.el (gnus-start): Move custom group up.
11370 (gnus-select-method): Don't autoload, but make it available for
11371 `customize-variable'.
11372 (gnus-getenv-nntpserver): Don't autoload.
11373
11374 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11375
11376 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11377
11378 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11379
11380 * message.el (message-sendmail-extra-arguments): New variable.
11381 (message-send-mail-with-sendmail): Use it.
11382
11383 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11384
11385 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11386 mm-with-unibyte-current-buffer to make string unibyte.
11387
11388 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11389 mm-string-as-multibyte.
11390
11391 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11392
11393 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11394 Reported by Werner Koch <wk@gnupg.org>.
11395
11396 2006-11-14 Daiki Ueno <ueno@p360>
11397
11398 * mml2015.el: Autoload epa-select-keys when compiling.
11399
11400 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11401
11402 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11403 message-options.
11404 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11405
11406 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11407
11408 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11409 EasyPG (< 0.0.6).
11410 (mml2015-always-trust): New user option.
11411 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11412 prompt.
11413
11414 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11415
11416 * nntp.el (nntp-authinfo-force): New variable.
11417 (nntp-send-authinfo): Use it.
11418
11419 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11420
11421 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11422 decode encoded words. Improve prompt. Add comment about forwarding.
11423 (message-replacement-char): Move up.
11424
11425 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11426
11427 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11428 instead of gnus-intersection because arguments of gnus-sorted-nunion
11429 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11430
11431 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11432
11433 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11434 (message-simplify-subject-functions):
11435 Enable message-strip-subject-encoded-words by default.
11436
11437 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11438
11439 * message.el (message-strip-subject-encoded-words): New function.
11440 (message-simplify-subject-functions): New variable.
11441 (message-simplify-subject): Use it. Fix typo in doc string.
11442 Support message-strip-subject-encoded-words.
11443
11444 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11445
11446 * gnus-diary.el (gnus-diary-delay-format-function):
11447 * nndiary.el (nndiary-reminders):
11448 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11449
11450 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11451
11452 * gnus-art.el (article-hide-boring-headers): Fetch date from
11453 gnus-original-article-buffer to avoid problems with localized date
11454 strings.
11455
11456 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11457
11458 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11459
11460 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11461
11462 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11463 New variables.
11464 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11465 (mm-charset-synonym-alist): Move some entries to
11466 mm-codepage-iso-8859-list.
11467 (mm-charset-synonym-alist, mm-charset-override-alist):
11468 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11469
11470 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11471
11472 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11473
11474 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11475
11476 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11477 with Emacs 21 and XEmacs.
11478
11479 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11480
11481 * spam.el (spam-parse-address): New function for better parsing,
11482 catching errors, etc.
11483 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11484
11485 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11486
11487 * mm-view.el: Add interactive arg to html2text autoload.
11488
11489 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11490
11491 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11492
11493 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11494
11495 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11496 New variables.
11497 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11498 (mm-charset-synonym-alist): Move some entries to
11499 mm-codepage-iso-8859-list.
11500
11501 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11502
11503 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11504
11505 * message.el (message-citation-line-format)
11506 (message-insert-formated-citation-line): Fix implementation of %E, %N
11507 and %n according to the doc string.
11508
11509 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11510
11511 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11512 Use car-safe to avoid bad parses.
11513
11514 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11515
11516 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11517 names.
11518
11519 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11520
11521 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11522
11523 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11524 header.
11525
11526 * message.el (message-draft-headers): Add Date.
11527 (message-headers-to-generate): Fix typo in docstring.
11528
11529 * nndraft.el (nndraft-required-headers): New variable.
11530 (nndraft-generate-headers): Use it.
11531
11532 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11533
11534 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11535
11536 * gnus-registry.el (gnus-registry-wash-for-keywords)
11537 (gnus-registry-find-keywords): New functions to allow easy searching of
11538 articles that are in the registry.
11539
11540 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11541
11542 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11543 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11544 Reported by Damien Elmes <damien@repose.cx>.
11545
11546 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11547
11548 * gnus.el (gnus-mime): Remove unused custom group.
11549
11550 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11551
11552 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11553 "blank line" when searching for end of armor headers.
11554
11555 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11556
11557 * gmm-utils.el (gmm-write-region): Fix variable name.
11558
11559 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11560
11561 * gmm-utils.el (gmm-write-region): New function based on compatibility
11562 code from `mm-make-temp-file'.
11563
11564 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11565
11566 * nnmaildir.el (nnmaildir--update-nov)
11567 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11568 Use `gmm-write-region'.
11569
11570 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11571
11572 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11573 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11574
11575 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11576
11577 * message.el (message-replacement-char): New variable.
11578 (message-fix-before-sending): Use it.
11579 (message-simplify-subject): New function to remove duplicate code.
11580 (message-reply, message-followup): Use it.
11581
11582 * gnus-sum.el (gnus-summary-make-menu-bar):
11583 Clarify gnus-summary-limit-to-articles.
11584
11585 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11586
11587 * gnus-util.el (gnus-with-local-quit): New macro.
11588
11589 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11590
11591 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11592
11593 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11594 ignore non-string data.
11595
11596 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11597
11598 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11599 non-string data (needs to be done in the registry too).
11600
11601 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11602
11603 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11604 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11605 (gnus-registry-split-fancy-with-parent)
11606 (gnus-registry-fetch-simplified-message-subject-fast)
11607 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11608 Remove text properties on ingress into the registry and when it's saved.
11609 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11610 registry from entries with no groups.
11611
11612 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11613
11614 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11615 function to remove string properties.
11616
11617 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11618
11619 * gmm-utils.el (gmm): Adjust custom version.
11620
11621 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11622 Adjust custom version.
11623
11624 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11625
11626 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11627
11628 * gnus-art.el (gnus-insert-prev-page-button)
11629 (gnus-insert-next-page-button): Simplify. Reformat.
11630
11631 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11632
11633 * gnus-art.el (gnus-insert-prev-page-button)
11634 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11635
11636 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11637
11638 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11639
11640 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11641
11642 * gnus-art.el (gnus-insert-mime-button)
11643 (gnus-insert-mime-security-button):
11644 Apply gnus-article-button-face to MIME and security buttons.
11645
11646 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11647
11648 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11649 readable.
11650
11651 2006-09-20 Steve Youngs <steve@sxemacs.org>
11652
11653 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11654 `browse-url-of-file' instead of `browse-url'.
11655
11656 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11657
11658 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11659 regexp. Articles containing quotation were cut prematurely.
11660
11661 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11662
11663 * message.el (message-cite-original-1): Use nobody by default for the
11664 value of From header.
11665 (message-reply): Ditto.
11666
11667 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11668
11669 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11670 to the gnus-info. This fixes a bug of inline-PGP message verification.
11671 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11672
11673 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11674
11675 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11676 mails in the doc string. Add some URLs in comment.
11677 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11678
11679 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11680
11681 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11682 backslashes handling and the way to find boundaries of quoted strings.
11683
11684 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11685
11686 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11687 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11688 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11689 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11690
11691 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11692
11693 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11694 doc string.
11695 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11696
11697 2006-09-06 Simon Josefsson <jas@extundo.com>
11698
11699 * mml2015.el (mml2015-use): Doc fix, mention epg.
11700
11701 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11702
11703 * mml2015.el (mml2015-use): Default to epg, if available.
11704
11705 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11706
11707 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11708 message-sender.
11709 (mml1991-epg-encrypt): Ditto.
11710 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11711 message-sender.
11712 (mml2015-epg-encrypt): Ditto.
11713
11714 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11715
11716 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11717 several common directories.
11718
11719 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11720
11721 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11722 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11723
11724 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11725
11726 * gnus-art.el (article-decode-encoded-words): Make it fast.
11727
11728 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11729
11730 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11731
11732 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11733 in quoted string into `\'.
11734
11735 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11736
11737 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11738 Use standard-syntax-table.
11739
11740 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11741
11742 * gnus-art.el (gnus-decode-address-function): New variable.
11743 (article-decode-encoded-words): Use it to decode headers which are
11744 assumed to contain addresses.
11745 (gnus-mime-delete-part): Remove useless `or'.
11746
11747 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11748 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11749 (gnus-nov-parse-line): Use it to decode From header.
11750 (gnus-get-newsgroup-headers): Ditto.
11751 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11752
11753 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11754 (mail-decode-encoded-address-string): New alias.
11755
11756 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11757 New function.
11758 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11759 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11760 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11761 (rfc2047-decode-string): Ditto.
11762 (rfc2047-decode-address-region): New function.
11763 (rfc2047-decode-address-string): New function.
11764
11765 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11766
11767 * message.el (message-caesar-buffer-body): Allow rotating headers.
11768
11769 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11770
11771 * message.el (message-insert-formated-citation-line): Fix %f.
11772 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11773
11774 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11775
11776 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11777 (gnus-bookmark-mouse-available-p): New macro.
11778 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11779 (gnus-bookmark-bmenu-show-infos): Use it.
11780 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11781 (gnus-bookmark-bmenu-hide-infos): Ditto.
11782 (gnus-bookmark-remove-properties): New function.
11783 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11784 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11785 (gnus-bookmark-write-file): Bind coding-system-for-write.
11786 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11787 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11788 group before selecting it.
11789 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11790 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11791 quit-window if it is not available; use gnus-mouse-2 and bind it to
11792 gnus-bookmark-bmenu-select-by-mouse.
11793 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11794 (gnus-bookmark-bmenu-select-by-mouse): New function.
11795
11796 2006-08-13 Romain Francoise <romain@orebokech.com>
11797
11798 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11799 space.
11800
11801 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11802
11803 * compface.el (uncompface): Use binary rather than raw-text-unix.
11804
11805 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11806
11807 * compface.el (uncompface): Make sure the eol conversion doesn't take
11808 place when communicating with the external programs.
11809 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11810
11811 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11812
11813 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11814
11815 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11816
11817 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11818 Make it more robust by parsing author and date independently.
11819
11820 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11821
11822 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11823
11824 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11825
11826 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11827 first matching secret key.
11828 (mml2015-epg-encrypt): Ditto.
11829
11830 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11831 first matching secret key.
11832 (mml1991-epg-encrypt): Ditto.
11833
11834 * mml2015.el (mml2015-encrypt-to-self): New user option.
11835 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11836 mml2015-epg-encrypt-to-self is set.
11837
11838 * mml1991.el (mml1991-encrypt-to-self): New variable.
11839 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11840 mml1991-epg-encrypt-to-self is set.
11841
11842 * mml2015.el (mml2015-signers): New user option.
11843 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11844 (mml2015-epg-encrypt): Allow to select signing keys.
11845
11846 * mml1991.el (mml1991-signers): New variable.
11847 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11848 (mml1991-epg-encrypt): Allow to select signing keys.
11849
11850 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11851
11852 * nnheader.el (nnheader-insert-head): Make it work even if the file
11853 uses CRLF for the line-break code.
11854
11855 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11856
11857 * mml2015.el: Require mml-sec instead of password.
11858 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11859 (mml2015-cache-passphrase): Inherit the default value from
11860 mml-secure-cache-passphrase.
11861 (mml2015-passphrase-cache-expiry): Inherit the default value from
11862 mml-secure-passphrase-cache-expiry.
11863
11864 * mml1991.el: Require mml-sec instead of password.
11865 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11866 (mml1991-cache-passphrase): Inherit the default value from
11867 mml-secure-cache-passphrase.
11868 (mml1991-passphrase-cache-expiry): Inherit the default value from
11869 mml-secure-passphrase-cache-expiry.
11870
11871 * mml-sec.el: Require password.
11872 (mml-secure-verbose): New user option.
11873 (mml-secure-cache-passphrase): New user option.
11874 (mml-secure-passphrase-cache-expiry): New user option.
11875
11876 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11877
11878 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11879 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
11880 andreas@altroot.de (Andreas Vögele).
11881
11882 FIXME: Use `tiny change'?
11883
11884 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11885
11886 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11887 workaround for the url package included with Emacs.
11888
11889 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11890
11891 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11892
11893 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11894 correctly. This fixes a bug caused by the 2006-05-12 change.
11895
11896 2006-07-18 Karl Fogel <kfogel@red-bean.com>
11897
11898 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11899 some information about the error when saying that the `bogus' mail
11900 group will be used.
11901
11902 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11903
11904 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11905 string.
11906
11907 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11908
11909 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11910
11911 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11912
11913 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11914
11915 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11916
11917 * mml1991.el (mml1991-function-alist): Add epg.
11918 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11919 (mml1991-epg-encrypt): New functions.
11920
11921 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11922
11923 * mml2015.el (mml2015-verbose): New variable.
11924 (mml2015-cache-passphrase): Ditto.
11925 (mml2015-passphrase-cache-expiry): Ditto.
11926 (mml2015-function-alist): Add epg.
11927 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11928 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11929 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11930 New functions.
11931
11932 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11933
11934 * message.el (message-cite-original-1): Preserve region when removing
11935 quoted text due to X-No-Archive in order to avoid bogus attribution
11936 when citing multiple messages.
11937
11938 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11939
11940 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11941 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11942
11943 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11944
11945 * gnus-diary.el (gnus-user-format-function-d)
11946 (gnus-user-format-function-D): Autoload.
11947
11948 * imap.el (Commentary): Fix typo.
11949
11950 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11951 2006-04-22 contribution.
11952
11953 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11954
11955 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11956 It didn't really fix the bogosity I'm seeing with solid web groups.
11957
11958 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11959
11960 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11961 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11962 created using server names. If we use the feature without declaring
11963 it, Gnus does not properly manage server and group state.
11964
11965 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11966 bound.
11967
11968 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11969
11970 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11971 looking up the method using GROUP's prefix before inventing a new one.
11972 It is used on killed/unknown groups in various places where returning
11973 an all-new method isn't expected by the caller.
11974
11975 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11976 and match semantics of gnus-group-real-prefix.
11977
11978 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11979
11980 * nnmail.el (nnmail-broken-references-mailers): New variable.
11981 (nnmail-ignore-broken-references): New function generalizing
11982 nnmail-fix-eudora-headers.
11983 (nnmail-fix-eudora-headers): Now obsolete.
11984
11985 * gnus-art.el (gnus-button-handle-custom):
11986 Support `customize-apropos*'.
11987
11988 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11989
11990 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11991
11992 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11993 articles.
11994
11995 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11996
11997 * message.el (message-cite-reply-above): New variable.
11998 (message-yank-original): Use it.
11999
12000 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12001
12002 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12003
12004 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12005
12006 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12007 as read.
12008
12009 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12010
12011 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12012
12013 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12014 (gnus-bookmark-default-file): Use gnus-directory.
12015 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12016 Remove "*" in doc string.
12017 (gnus-bookmark-write-file): Simplify.
12018 (gnus-bookmark-maybe-sort-alist): Use `when'.
12019 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12020 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12021 Add FIXME about Emacs 21 and XEmacs compatibility.
12022 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12023 compatibility.
12024 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12025 compatibility.
12026 (gnus-bookmark-menu-heading): Fix version.
12027
12028 2006-06-19 Bastien Guerry <bzg@altern.org>
12029
12030 * gnus-bookmark.el: New file.
12031
12032 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12033
12034 * message.el (message-syntax-checks): Doc fix.
12035
12036 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12037
12038 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12039 unsubscribed groups as if they were killed ones. It causes duplicate
12040 entries in gnus-newsrc-alist.
12041
12042 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12043
12044 * message.el (message-syntax-checks): Doc fix.
12045 (message-send-mail): Add check for continuation headers.
12046 (message-check-news-header-syntax): Fix regexp used to check for
12047 continuation headers.
12048
12049 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12050
12051 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12052
12053 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12054
12055 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12056
12057 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12058
12059 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12060 default-truncate-lines.
12061
12062 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12063
12064 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12065 to fill the utf-8 entry.
12066
12067 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12068
12069 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12070
12071 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12072
12073 * gnus-agent.el (directory-files-and-attributes): Move all the way
12074 forward (the third and final move).
12075 (gnus-agent-read-agentview): Trap reconstruction errors due to
12076 nonexistent directory. Handle by returning nil.
12077
12078 2006-05-30 Didier Verna <didier@xemacs.org>
12079
12080 * message.el (message-dont-reply-to-names): Update the custom type.
12081 * message.el (message-dont-reply-to-names): New defsubst: potentially
12082 convert a list of regexps into a single one.
12083 * message.el (message-get-reply-headers): Use it.
12084 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12085
12086 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12087
12088 * gnus-agent.el (directory-files-and-attributes): Move forward.
12089
12090 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12091
12092 * gnus-ml.el (gnus-mailing-list-subscribe)
12093 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12094 (gnus-mailing-list-message): Fix doc strings.
12095
12096 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12097
12098 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12099 of doing it manually.
12100
12101 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12102
12103 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12104 comment.
12105
12106 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12107
12108 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12109 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12110 (gnus-agent-read-local): All symbols allocated in my-obarray.
12111 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12112 (gnus-agent-regenerate-group): Check numeric names to see if they are
12113 messages or groups.
12114 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12115 better way of do this...)
12116
12117 * gnus-cache.el (gnus-agent-total-fetched-for):
12118 Ignore 'dummy.group' (there should be a better way of do this...)
12119
12120 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12121
12122 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12123 (gnus-saved-headers): Ditto.
12124 (gnus-default-article-saver): Mention functions may have properties.
12125 (gnus-article-save): Override gnus-save-all-headers and
12126 gnus-saved-headers by :headers property which saver function may have.
12127 (gnus-summary-save-in-file): Add :headers property.
12128 (gnus-summary-write-to-file): Ditto.
12129
12130 * gnus-sum.el (gnus-summary-save-article): Bind
12131 gnus-prompt-before-saving to t when saving many articles in a file;
12132 always show all headers.
12133
12134 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12135
12136 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12137 marks.
12138
12139 * message.el (message-indent-citation): Add optional arguments to allow
12140 using it outside of message buffers.
12141
12142 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12143 (gnus-article-treat-unfold-headers): Use it.
12144 (gnus-article-truncate-lines): New variable.
12145 (gnus-article-mode): Use it.
12146 (gnus-article-toggle-truncate-lines): New function.
12147
12148 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12149 Add gnus-article-toggle-truncate-lines.
12150
12151 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12152 coding system in XEmacs, use binary.
12153
12154 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12155
12156 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12157 after-load-alist.
12158
12159 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12160 this function should save decoded articles.
12161 (gnus-summary-write-to-file): Use property to specify this function
12162 should save decoded articles and specify gnus-summary-save-in-file
12163 should be used to save articles other than the first one when saving
12164 many articles.
12165 (gnus-summary-save-body-in-file): Use property to specify this
12166 function should save decoded articles.
12167 (gnus-summary-write-body-to-file): Use property to specify this
12168 function should save decoded articles and specify
12169 gnus-summary-save-body-in-file should be used to save articles other
12170 than the first one when saving many articles.
12171
12172 * gnus-sum.el (gnus-summary-save-article): Simplify.
12173
12174 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12175
12176 * gnus-art.el (gnus-default-article-saver):
12177 Add gnus-summary-write-body-to-file.
12178 (gnus-article-save-coding-system): Don't use coding system object
12179 in XEmacs.
12180 (gnus-read-save-file-name): Add optional `dir-var' argument which
12181 specifies directory in which files are saved; work even if optional
12182 `variable' argument is not specified.
12183 (gnus-summary-write-to-file): Read file name.
12184 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12185 (gnus-summary-write-body-to-file): New function.
12186
12187 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12188 (gnus-summary-local-variables): Add it.
12189 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12190 (gnus-summary-save-article): Remove optional `decode' argument;
12191 determine whether to decode articles by the value of
12192 gnus-default-article-saver; when saving many files using
12193 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12194 it first and use gnus-summary-save-in-file or
12195 gnus-summary-save-body-in-file thereafter unless
12196 gnus-prompt-before-saving is always; move point to article which
12197 will be saved.
12198 (gnus-summary-save-article-file): Revert.
12199 (gnus-summary-write-article-file): Revert.
12200 (gnus-summary-save-article-body-file): Revert.
12201 (gnus-summary-write-article-body-file): New function.
12202
12203 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12204
12205 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12206
12207 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12208
12209 * gnus-art.el (gnus-default-article-saver): Doc fix.
12210 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12211 from gnus-summary-save-article-coding-system, and default to a
12212 certain coding system.
12213 (gnus-output-to-file): Add coding cookie and encode text according
12214 to gnus-article-save-coding-system; don't use mm-append-to-file.
12215
12216 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12217 gnus-art.el and rename to gnus-article-save-coding-system.
12218 (gnus-summary-save-article): Require gnus-art; don't show all
12219 headers if it decodes articles; don't add coding cookie here;
12220 don't bind mm-text-coding-system-for-write.
12221 (gnus-summary-save-article-file): Save decoded articles.
12222 (gnus-summary-write-article-file): When saving many files, use
12223 gnus-summary-write-to-file first and gnus-summary-save-in-file
12224 thereafter unless gnus-prompt-before-saving is always.
12225 (gnus-summary-save-article-body-file): Save decoded articles.
12226
12227 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12228
12229 * nnrss.el (nnrss-check-group): Bind hash-index.
12230
12231 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12232
12233 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12234 its hash index. Store this hash in `nnrss-group-data'.
12235 (nnrss-read-group-data): Update accordingly.
12236
12237 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12238
12239 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12240 entry.
12241
12242 * gnus-sum.el (gnus-summary-make-menu-bar):
12243 Add gnus-article-browse-html-article.
12244
12245 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12246
12247 * gnus-sum.el (gnus-summary-mime-map):
12248 Add gnus-article-browse-html-article.
12249
12250 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12251
12252 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12253 suitable coding systems in customize.
12254
12255 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12256
12257 * mail-source.el (mail-sources): Fix custom type.
12258
12259 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12260
12261 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12262 (gnus-summary-expire-articles-now): Shorten prompt.
12263
12264 * gmm-utils.el (wid-edit): Require.
12265 (defun-gmm): Rename from `gmm-defun-compat'.
12266 (gmm-image-search-load-path): Use it.
12267 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12268
12269 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12270
12271 * gnus-sum.el (gnus-summary-save-article-coding-system):
12272 New variable.
12273 (gnus-summary-save-article): Add optional `decode' argument.
12274 If it is set and gnus-summary-save-article-coding-system is non-nil,
12275 save decoded article.
12276 (gnus-summary-write-article-file): Save decoded article if
12277 gnus-summary-save-article-coding-system is non-nil.
12278
12279 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12280 type.
12281
12282 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12283
12284 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12285
12286 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12287
12288 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12289 first to test gnus-single-article-buffer which may be buffer-local.
12290
12291 * gnus-sum.el (gnus-summary-setup-buffer):
12292 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12293 group; make gnus-article-buffer, gnus-article-current, and
12294 gnus-original-article-buffer always buffer-local.
12295 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12296 group.
12297 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12298
12299 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12300
12301 * nnml.el (nnml-request-compact-group): Compressed files might not
12302 have .gz extension.
12303
12304 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12305
12306 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12307 (mm-copy-to-buffer): Use with-current-buffer.
12308 (mm-display-part): Simplify.
12309 (mm-inlinable-p): Add optional arg `type'.
12310
12311 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12314 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12315 Try harder to show the attachment internally or externally using
12316 gnus-mime-view-part-as-type.
12317
12318 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12319
12320 * message.el (message-from-style, message-signature-separator)
12321 (message-user-organization-file, message-send-mail-function)
12322 (message-citation-line-function, message-yank-prefix)
12323 (message-indent-citation-function, message-signature)
12324 (message-signature-file, message-signature-insert-empty-line):
12325 Remove autoloads.
12326
12327 * gnus-art.el (gnus-buttonized-mime-types):
12328 Remove "multipart/signed". Revert 2006-04-26 change.
12329
12330 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12331
12332 * gnus.el (gnus-version-number): Bump version.
12333
12334 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12335
12336 * gnus.el: No Gnus v0.5 is released.
12337
12338 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12339
12340 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12341 fetching articles by message-id.
12342
12343 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12344
12345 * message.el (hashcash): Require hashcash as normal.
12346
12347 * ecomplete.el (ecomplete-highlight-match-line):
12348 Use point-at-eol.
12349 (ecomplete-highlight-match-line): Use `highlight', because that
12350 face exists in both Emacs and XEmacs.
12351
12352 * message.el (message-display-abbrev): Use point-at-bol.
12353
12354 * mail-source.el: Don't require timer/timer-funcs.
12355
12356 * gnus-async.el: Ditto.
12357
12358 * password.el: Ditto.
12359
12360 * mm-url.el: Ditto.
12361
12362 * mm-util.el: Require timer/timer-funcs.
12363
12364 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12365
12366 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12367 Close.
12368
12369 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12370
12371 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12372 unibyte after clear-decrypt function runs.
12373
12374 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12375 returns as a unibyte string.
12376
12377 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12378
12379 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12380 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12381 (mml1991-pgg-encrypt): Ditto.
12382
12383 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12384
12385 * message.el (message-user-organization-file): Check several
12386 locations of the organization file.
12387
12388 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12389 Add gnus-article-view-part-as-type.
12390
12391 * gnus-art.el (gnus-article-view-part-as-type): New function.
12392
12393 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12394 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12395
12396 * mml.el: Simplify autoload.
12397 (mml-mode): defvar dnd-protocol-alist instead of using
12398 symbol-value.
12399 (mml-default-directory): New variable.
12400 (mml-minibuffer-read-file): Use it.
12401 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12402
12403 * message.el (message-citation-line-format): New variable.
12404 (message-insert-formated-citation-line): New function.
12405 (message-citation-line-function):
12406 Add `message-insert-formated-citation-line' to custom type.
12407
12408 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12409 to doc string.
12410
12411 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12412 depending on mm-verify-option.
12413
12414 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12415
12416 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12417 binding pgg-* variables; reimplement the section which prevents
12418 MIME header from being signed.
12419 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12420 pgg-text-mode; remove a blank line at the top of body.
12421
12422 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12423 lines at the top of body; use gnus-newsgroup-charset if there's no
12424 Charset header.
12425
12426 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12427
12428 * message.el (message-self-insert-commands): Doc fix.
12429
12430 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12431 (mm-uu-pgp-encrypted-test): Ditto.
12432 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12433 between header and body; return application/pgp-encrypted handle
12434 if decryption failed; decode decrypted body by charset.
12435
12436 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12437 element match to application/pgp-*.
12438
12439 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12440
12441 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12442 HTML.
12443
12444 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12445
12446 * mail-source.el (mail-source-call-script): Message the error
12447 string.
12448
12449 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12450
12451 * gnus-util.el (gnus-byte-compile): Use it.
12452
12453 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12454
12455 * gnus-util.el (kill-empty-logs): New function.
12456
12457 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12458
12459 * message.el (message-mail-alias-type): Doc fix.
12460 (message-mail-alias-type-p): New function.
12461 (message-send): Use it.
12462 (message-mode): Ditto.
12463 (message-strip-forbidden-properties): Ditto.
12464
12465 * ecomplete.el (ecomplete-database-file-coding-system):
12466 New variable.
12467 (ecomplete-save): Use it.
12468 (ecomplete-setup): Use it.
12469
12470 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12471
12472 * message.el (message-self-insert-commands): New variable.
12473 (message-strip-forbidden-properties): Use it.
12474
12475 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12476
12477 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12478 that doesn't make XEmacs choke.
12479
12480 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12481
12482 * gnus-util.el (gnus-replace-in-string):
12483 Prefer replace-regexp-in-string over of replace-in-string.
12484
12485 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12486
12487 * gnus-util.el (gnus-select-frame-set-input-focus):
12488 Use select-frame-set-input-focus if it is available in XEmacs; use
12489 definition defined in Emacs 22 for old Emacsen.
12490
12491 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12492
12493 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12494
12495 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12496
12497 * gnus-registry.el (gnus-registry-cache-save): Remove text
12498 properties when saving via the temp buffer.
12499
12500 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12501
12502 * message.el (message-generate-hashcash): Honor custom type.
12503
12504 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12505
12506 * message.el (message-generate-hashcash): Default to non-nil when
12507 hashcash is found.
12508
12509 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12510 (gnus-refer-thread-limit): Increase default to 500.
12511
12512 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12513
12514 * flow-fill.el (fill-flowed): Allow delete-space.
12515
12516 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12517
12518 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12519 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12520 Remove autoloads.
12521
12522 2006-04-18 Simon Josefsson <jas@extundo.com>
12523
12524 * message.el (message-generate-hashcash): Default to.
12525
12526 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12527
12528 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12529 concatenating segments rather than before concatenating them.
12530
12531 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12532
12533 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12534
12535 * imap.el (imap-quote-specials): New function.
12536 (imap-login-auth): Quote specials.
12537
12538 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12539
12540 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12541
12542 * message.el (message-forward-make-body-plain):
12543 Allow message-forward-ignored-headers to be a list.
12544 (message-remove-ignored-headers): Factor out into function.
12545 (message-forward-make-body-mml): Use it.
12546 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12547 (rfc2231-parse-string): Allow concatanation of parameters that
12548 aren't contiguous. The test case is
12549 (mail-header-parse-content-type "message/external-body;
12550 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12551 access-type=LOCAL-FILE;
12552 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12553
12554 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12555
12556 * nntp.el (nntp-accept-process-output): Return the value of
12557 `nnheader-accept-process-output'.
12558
12559 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12560
12561 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12562 (gnus-button-alist): Recognize more diff formats.
12563 (gnus-button-patch): Strip directory.
12564
12565 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12566
12567 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12568 Emacs 22 when setting focus.
12569
12570 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12571
12572 * gnus-art.el (gnus-article-treat-types): Do treatment of
12573 text/x-verbatim parts.
12574 (gnus-button-patch): New command.
12575
12576 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12577 addresses that contain invalid characters.
12578
12579 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12580
12581 * message.el (message-put-addresses-in-ecomplete):
12582 Use gnus-replace-in-string.
12583 (message-is-yours-p): Use the more correct
12584 mail-header-parse-address instead of
12585 mail-extract-address-components.
12586 (message-put-addresses-in-ecomplete): Fix typo.
12587
12588 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12589 keystroke.
12590
12591 * gnus-art.el (gnus-treatment-function-alist): Change order of
12592 newsgroups/generic header folding to avoid double-folding.
12593
12594 * message.el (message-hidden-headers): Add X-Draft-From.
12595
12596 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12597 New command.
12598 (gnus-summary-repeat-search-article-backward): New command.
12599
12600 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12601 groups in the parent topic.
12602
12603 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12604
12605 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12606 (spam-extra-header-to-number): Return the CRM114 number as a
12607 number instead of a string.
12608
12609 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12610
12611 * gnus-art.el (gnus-face-properties-alist): Move here from
12612 gnus-fun.
12613
12614 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12615
12616 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12617
12618 * message.el (message-strip-forbidden-properties): Only display on
12619 self-insert-command.
12620
12621 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12622 reindent.
12623 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12624
12625 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12626
12627 * smiley.el (smiley-style): Fix typo.
12628
12629 2006-03-23 Kenichi Handa <handa@m17n.org>
12630
12631 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12632 instead of set-buffer-multibyte.
12633
12634 2006-03-23 Kenichi Handa <handa@m17n.org>
12635
12636 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12637 buffer and then decode the buffer text if necessary.
12638 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12639 first, and after mm-encode-body, change the buffer to unibyte.
12640
12641 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12642
12643 * hashcash.el (hashcash-insert-payment-async-2):
12644 Use message-goto-eoh instead of doing it manually.
12645 (mail-add-payment): Use message-narrow-to-header instead of trying
12646 to do the same itself.
12647
12648 * message.el (message-hidden-headers): Add Face.
12649
12650 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12651 reparenting code.
12652 (gnus-summary-reparent-children): Refactored out code.
12653 (gnus-summary-thread-map): New keystroke.
12654 (gnus-summary-reparent-children): Make into command.
12655
12656 * smiley.el (smiley-style): Default to `medium' if using a large
12657 font.
12658
12659 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12660 does it itself.
12661
12662 * message.el (message-point-in-header-p): Simplify definition.
12663
12664 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12665
12666 * nnagent.el (nnagent-request-set-mark): Silence log file
12667 writing.
12668 (nnagent-request-set-mark): Use write-region instead of
12669 append-to-file.
12670
12671 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12672 strange select method.
12673
12674 * ecomplete.el (ecomplete-display-matches): Get highlightling
12675 right.
12676 (ecomplete-display-matches): Use literals.
12677 (ecomplete-display-matches): Disable message logging.
12678
12679 * message.el (message-display-abbrev): Small optimization.
12680
12681 * ecomplete.el (ecomplete-display-matches): Allow automatic
12682 display.
12683
12684 * message.el (message-strip-forbidden-properties):
12685 Display abbrevs.
12686 (message-display-abbrev): Get automatic display right.
12687
12688 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12689 keystrokes.
12690
12691 2006-04-13 Romain Francoise <romain@orebokech.com>
12692
12693 TODO: Backport to v5-10!
12694
12695 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12696 Move here (and rename) from gnus-registry.el.
12697
12698 * gnus-registry.el: Require gnus-util.
12699 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12700
12701 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12702
12703 * gnus-group.el (gnus-group-catchup-current):
12704 Change if-then-else-if-then-else into cond.
12705 (gnus-group-catchup): Indent.
12706 (group-name-at-point): New function.
12707 (gnus-fetch-group): Provide default from thing at point.
12708
12709 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12710
12711 * message.el (message-display-abbrev): Fix regexp.
12712
12713 * ecomplete.el (ecomplete-highlight-match-line):
12714 Reimplement choosing.
12715 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12716 dead variables.
12717
12718 * message.el (message-newline-and-indent): Remove debugging.
12719 (message-display-abbrev): Use new implementation.
12720
12721 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12722
12723 * gnus-art.el (gnus-article-mode):
12724 Set cursor-in-non-selected-windows to nil.
12725
12726 * smiley.el: Revert previous change.
12727 (smiley-data-directory): defvar it before using it in the
12728 defcustom of `smiley-style'.
12729
12730 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12731
12732 * message.el (message-newline-and-indent): New function.
12733
12734 * ecomplete.el: Implement more bits.
12735
12736 * message.el (message-put-addresses-in-ecomplete): Clean up the
12737 string.
12738
12739 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12740
12741 * gnus-sum.el (gnus-summary-save-parts):
12742 Bind gnus-summary-save-parts-counter and use it to make unique file
12743 names.
12744
12745 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12746
12747 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12748 parameter to say whether to actually parse the individual
12749 addresses.
12750
12751 * message.el (message-put-addresses-in-ecomplete): New function.
12752 (ecomplete): Require.
12753 (message-mail-alias-type): Add ecomplete as an option.
12754
12755 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12756
12757 * flow-fill.el (fill-flowed): Remove trailing space from blank
12758 quoted lines.
12759
12760 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12761
12762 * smiley.el (smiley-style): Move definition later to avoid a
12763 compilation warning.
12764
12765 2006-04-12 Kenichi Handa <handa@m17n.org>
12766
12767 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12768 buffer and then decode the buffer text if necessary.
12769 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12770 first, and after mm-encode-body, change the buffer to unibyte.
12771 Use mm-disable-multibyte instead of set-buffer-multibyte.
12772
12773 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12774
12775 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12776 Content-Type header instead of Content-Disposition header.
12777 (gnus-mime-inline-part): Ditto.
12778 (gnus-mime-view-part-as-charset): Ignore charset that the part
12779 specifies.
12780
12781 * mm-decode.el (mm-display-part): Work with external parts and
12782 usual parts similarly.
12783
12784 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12785 instead of gnus-display-mime.
12786
12787 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12788 instead of with-temp-buffer.
12789
12790 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12791 tag to summarized topics part in order to encode non-ASCII text.
12792
12793 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12794
12795 * smiley.el (smiley-style): New variable.
12796 (smiley-directory): New function.
12797 (smiley-data-directory): Derive from `smiley-style' using
12798 `smiley-directory'.
12799 (smiley-regexp-alist): Add new entries.
12800
12801 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12802 (gnus-article-browse-delete-temp): Add :version.
12803
12804 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12805
12806 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12807 the sieve region.
12808
12809 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12810
12811 * gnus.el (gnus-version-number): Bump version.
12812
12813 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12814
12815 * gnus.el: No Gnus v0.4 is released.
12816
12817 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12818
12819 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12820 layout.
12821
12822 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12823 unknown charset.
12824
12825 * message.el (message-header-synonyms): Add Original-To to the
12826 default.
12827
12828 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12829 optional parameter.
12830
12831 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12832
12833 * gnus-fun.el (gnus): Require it for gnus-directory.
12834
12835 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12836
12837 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12838
12839 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12840
12841 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12842
12843 2006-04-05 Simon Josefsson <jas@extundo.com>
12844
12845 * password.el (password-reset): New function.
12846
12847 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12848
12849 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12850 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12851
12852 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12853
12854 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12855 Some whitespace was matched into the url, which broke browsing hits
12856 > 100 when mm-url-use-external was nil.
12857
12858 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12859
12860 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12861 Check gnus-extra-headers for 'Newsgroups.
12862
12863 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12864 bound.
12865
12866 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12867
12868 * pgg-gpg.el: Clean up process buffers every time gpg processes
12869 complete.
12870
12871 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12872
12873 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12874 doc string.
12875
12876 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12877
12878 * pgg-gpg.el (pgg-gpg-process-filter)
12879 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12880
12881 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12882 lines, temporary fix.
12883
12884 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12885
12886 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12887
12888 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12889
12890 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12891 default-enable-multibyte-characters. This reverts the change from
12892 revision 6.17 which is no longer necessary because the passphrase
12893 is sent separately now. GnuPG messages are unreadable under
12894 multibyte locales with default-enable-multibyte-characters set to
12895 nil.
12896
12897 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
12898
12899 * message.el (message-tool-bar-gnome): Move "spell".
12900
12901 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
12902
12903 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12904 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12905 instead.
12906
12907 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
12908
12909 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12910 Improve newsgroups handling for NNTP overviews which don't include
12911 Newsgroups.
12912
12913 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12914
12915 * message.el (message-resend): Bind message-generate-hashcash to nil.
12916
12917 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12918
12919 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12920 when searching for already-paid recipients.
12921
12922 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12923
12924 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12925 passphrases when it is not needed.
12926 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12927 passphrase stuff from gpg, should only be necessary when you use
12928 gpg with a smartcard.
12929
12930 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12931
12932 * mml.el (mml-insert-mime): Ignore cached contents of
12933 message/external-body part.
12934
12935 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12936 (mm-insert-part): Ditto.
12937
12938 2006-03-23 Simon Josefsson <jas@extundo.com>
12939
12940 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12941 Reiner.
12942 (pgg-gpg-use-agent-p): Use it again.
12943
12944 2006-03-23 Simon Josefsson <jas@extundo.com>
12945
12946 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12947 older emacsen.
12948 (pgg-gpg-use-agent-p): Don't use it.
12949
12950 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
12951
12952 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12953 if we can.
12954
12955 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12956
12957 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12958 (pgg-gpg-update-agent): New function.
12959 (pgg-gpg-use-agent-p): New function.
12960 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12961 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12962 (pgg-gpg-sign-region): Use it.
12963
12964 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12965
12966 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12967 Reported by Ralf Wachinger <rwachinger@gmx.de>.
12968
12969 2006-03-21 Simon Josefsson <jas@extundo.com>
12970
12971 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12972 <wilde@sha-bang.de>.
12973 (pgg-gpg-use-agent): New variable.
12974 (pgg-gpg-process-region): Use it.
12975 (pgg-gpg-encrypt-region): Likewise.
12976 (pgg-gpg-encrypt-symmetric-region): Likewise.
12977 (pgg-gpg-decrypt-region): Likewise.
12978 (pgg-gpg-sign-region): Likewise.
12979 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12980
12981 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12982
12983 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12984
12985 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12986 Add comment on version.
12987
12988 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12989
12990 * smiley.el: Add missing test smiley.
12991
12992 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12993
12994 * mm-decode.el (mm-with-part): New macro.
12995 (mm-get-part): Use it; work with message/external-body as well.
12996 (mm-save-part): Treat name and filename equally.
12997
12998 * mm-extern.el (mm-extern-cache-contents): New function.
12999 (mm-inline-external-body): Use it; force the part to be displayed;
13000 move undisplayer added to the cached handle to the parent.
13001
13002 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13003 (gnus-mime-view-part-as-type): Work with message/external-body.
13004
13005 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13006
13007 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13008
13009 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13010 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13011 Emacs.]
13012
13013 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13014
13015 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13016 path rather than symbol. Always return list of directories.
13017 Guarantee that image directory comes first. [Sync with image.el,
13018 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13019
13020 * message.el (message-make-tool-bar): Adjust to new API of
13021 `gmm-image-load-path-for-library'.
13022
13023 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13024
13025 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13026
13027 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13028
13029 * gnus-art.el (gnus-article-only-boring-p):
13030 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13031 intangible text.
13032 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13033
13034 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13035
13036 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13037 Use `defun' instead of `gmm-defun-compat'.
13038
13039 2006-03-14 Simon Josefsson <jas@extundo.com>
13040
13041 * message.el (message-unique-id): Don't use message-number-base36
13042 if (user-uid) is a float.
13043 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13044
13045 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13046
13047 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13048
13049 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13050 empty line between a part and a message part.
13051
13052 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13053
13054 * smiley.el: Add more test smileys.
13055 (smiley-data-directory, smiley-regexp-alist)
13056 (gnus-smiley-file-types): Fix doc strings.
13057 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13058 adding new elements.
13059 (smiley-mouse-map): Unused code. Make it a comment.
13060
13061 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13062
13063 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13064 scan latest NoCeM messages instead of old ones.
13065 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13066 delimiters that are recently used.
13067 (gnus-nocem-load-cache): Add autoload cookie.
13068
13069 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13070
13071 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13072 level which is larger than gnus-use-nocem is specified.
13073
13074 * gnus-group.el (gnus-group-get-new-news): Ditto.
13075
13076 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13077
13078 * gnus-util.el (gnus-tool-bar-update): New function.
13079
13080 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13081 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13082
13083 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13084
13085 * gnus-group.el (gnus-group-redraw-when-idle)
13086 (gnus-group-redraw-check): Remove.
13087 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13088
13089 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13090
13091 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13092 if optional last element is specified in splits (FIELD VALUE...).
13093
13094 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13095
13096 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13097 to gmm-image-load-path-for-library. Call with no-error argument.
13098 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13099
13100 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13101
13102 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13103
13104 * gmm-utils.el (gmm-image-load-path): Remove alias.
13105
13106 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13107
13108 * gmm-utils.el (gmm-image-load-path): Add alias.
13109
13110 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13111 nnml-generate-nov-databases-1.
13112 (nnml-generate-nov-databases): Use it.
13113 (nnml-generate-nov-databases-directory): Document no-active
13114 argument.
13115
13116 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13117 directory if path is t. Add no-error.
13118
13119 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13120 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13121
13122 * gnus-art.el (gnus-article-browse-delete-temp-files):
13123 Simplify resetting gnus-article-browse-html-temp-list.
13124
13125 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13126 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13127 Add example to docstring. Rename local variables. Move error
13128 checks to default case in cond and simplify.
13129
13130 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13131
13132 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13133 handle is multipart when calling it recursively.
13134 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13135
13136 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13137
13138 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13139 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13140
13141 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13142
13143 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13144 is loaded.
13145
13146 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13147 loaded.
13148
13149 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13150
13151 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13152 to "Emacs 23 (unicode)" in doc string.
13153
13154 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13155 "Emacs 23 (unicode)" in comment.
13156
13157 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13158
13159 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13160
13161 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13162 characters 160 through 255 in Emacs 23.
13163
13164 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13165
13166 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13167 gnus-article-browse-html-temp.
13168 (gnus-article-browse-delete-temp): Make it customizable.
13169 Add `file'. Adjust doc string.
13170 (gnus-article-browse-delete-temp-files): Add argument.
13171 Allow query for each file. Adjust doc string.
13172 (gnus-article-browse-html-parts):
13173 Add `gnus-article-browse-delete-temp-files' to
13174 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13175
13176 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13177
13178 * gnus-art.el (gnus-article-browse-html-temp)
13179 (gnus-article-browse-delete-temp): New variables.
13180 (gnus-article-browse-delete-temp-files): New function.
13181 (gnus-article-browse-html-parts): Use it.
13182
13183 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13184
13185 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13186
13187 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13188 string.
13189
13190 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13191 gnus-summary-insert-new-articles when unplugged.
13192 Remove gnus-summary-search-article-forward.
13193
13194 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13195 display-visual-class instead of display-color-cells.
13196
13197 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13198
13199 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13200 message/* containing non-ASCII text properly.
13201
13202 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13203
13204 * message.el: Require gmm-utils, remove autoloads.
13205 (message-tool-bar): Set default based on
13206 gmm-tool-bar-style.
13207 (message-tool-bar-gnome): Add gmm-customize-mode.
13208
13209 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13210 gmm-tool-bar-style.
13211 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13212
13213 * gnus-group.el (gnus-group-tool-bar): Set default based on
13214 gmm-tool-bar-style.
13215 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13216
13217 * gmm-utils.el (gmm-image-directory): Rename variable from
13218 gmm-image-load-path.
13219 (gmm-image-load-path): Use gmm-image-directory.
13220 (gmm-customize-mode): New function.
13221 (gmm-tool-bar-style): New variable.
13222
13223 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13224 gnus-group-redraw-line-number.
13225 (gnus-group-redraw-check): Simplify.
13226 (gnus-group-tool-bar-update): Remove redraw check.
13227 (gnus-group-make-tool-bar): Add redraw check.
13228
13229 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13230
13231 * gnus-art.el (gnus-button): Add missing parentheses.
13232
13233 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13234
13235 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13236
13237 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13238
13239 * gnus-art.el (gnus-button): New face.
13240 (gnus-article-button-face): Use it.
13241
13242 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13243 Add gnus-summary-next-page. Re-order.
13244
13245 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13246 next-node are now included.
13247 (gnus-group-redraw-line-number): New internal variable.
13248 (gnus-group-redraw-check): Helper function for updating the tool
13249 bar.
13250 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13251
13252 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13253
13254 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13255 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13256 Use it to match format of Spamassassin 3.0 and later.
13257 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13258 (spam-check-bogofilter)
13259 (spam-bogofilter-register-with-bogofilter): Fix args of
13260 `gnus-error' calls.
13261
13262 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13263
13264 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13265 unnecessary interaction when sending queued mails.
13266 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13267
13268 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13269
13270 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13271 first or last are nil.
13272
13273 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13274
13275 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13276
13277 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13278
13279 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13280
13281 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13282
13283 * dns.el (query-dns): Protect more against buggy tcp output.
13284
13285 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13286
13287 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13288 nov.php.
13289
13290 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13291
13292 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13293 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13294 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13295 output on the server side.
13296 (nnweb-google-create-mapping): Update regexps and add some
13297 progress indication.
13298
13299 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13300
13301 * gnus-group.el (gnus-group-tool-bar-gnome):
13302 Fix gnus-agent-toggle-plugged. Re-order icons.
13303 (gnus-group-tool-bar-gnome):
13304 Add gnus-group-{prev,next}-unread-group.
13305 (gnus-group-tool-bar-gnome): Re-order icons.
13306
13307 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13308 Move gnus-summary-insert-new-articles.
13309
13310 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13311 Fix comments.
13312
13313 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13314 also available in Emacs 21.3.
13315
13316 * message.el (message-fix-before-sending): Change "Emacs 22" to
13317 "Emacs 23 (unicode)" in comment.
13318
13319 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13320 "Emacs 23 (unicode)" in comment.
13321
13322 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13323 comment.
13324 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13325
13326 * mm-view.el (mm-fill-flowed): Add :version.
13327
13328 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13329
13330 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13331 and load-path.
13332
13333 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13334
13335 * message.el: Autoload gmm-image-load-path.
13336 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13337 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13338 consitency.
13339
13340 * gmm-utils.el (gmm-image-load-path): Also search in
13341 "../etc/images". Don't set gmm-image-load-path if we don't find
13342 the image.
13343
13344 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13345
13346 * gmm-utils.el (gmm-image-load-path): Don't make
13347 `gmm-image-load-path' include subdirectories which the second arg
13348 `image' might specify.
13349
13350 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13351 subdirectory to icon file names.
13352
13353 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13354
13355 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13356
13357 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13358 gmm-image-load-path calls.
13359
13360 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13361
13362 * message.el (message-make-tool-bar): Ditto.
13363
13364 * mml.el (mml-preview): Add comment concerning tool bar icons.
13365
13366 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13367 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13368
13369 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13370 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13371
13372 * message.el (message-tool-bar-gnome): Use new icon names.
13373 (message-make-tool-bar): Use `gmm-image-load-path'.
13374
13375 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13376 New functions from MH-E.
13377 (gmm-image-load-path): New variable from MH-E.
13378 (gmm-image-load-path): New function from MH-E. Add arguments
13379 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13380 *-image-load-path-called-flag.
13381
13382 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13383
13384 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13385
13386 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13387
13388 * nnimap.el (nnimap-request-move-article): Change folder back to
13389 source group before deleting.
13390
13391 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13392
13393 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13394
13395 * gnus-art.el (mm-url-insert-file-contents-external):
13396 Autoload mm-url.
13397
13398 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13399
13400 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13401
13402 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13403 coding system which mm-charset-to-coding-system returns for a
13404 given charset is valid.
13405
13406 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13407
13408 * html2text.el (html2text-remove-tag-list):
13409 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13410
13411 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13412
13413 * gnus-cus.el: Revert 2005-10-17 change.
13414
13415 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13416
13417 * gnus-art.el (article-strip-banner):
13418 Call article-really-strip-banner only when the regexp match is made.
13419
13420 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13421
13422 * gnus-art.el (article-strip-banner):
13423 Use gnus-extract-address-components instead of
13424 mail-header-parse-addresses to make it work with non-ASCII text;
13425 remove mail-encode-encoded-word-string.
13426
13427 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13428 values which are surrounded with \"...\"; make it never cause a
13429 Lisp error; give up parsing of parameters if it failed in
13430 extracting type.
13431
13432 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13433
13434 * smime.el (smime-cert-by-ldap-1): Fix bug where
13435 `smime-ldap-search' returns results without userCertificates.
13436
13437 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13438
13439 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13440
13441 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13442
13443 * spam.el (spam-check-spamassassin-headers): Adapt format for
13444 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13445 <ari@mbf.ocn.ne.jp>.
13446 (spam-list-of-processors): Add spam-use-gmane.
13447
13448 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13449
13450 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13451 make-temp-file; make it work with XEmacs as well.
13452
13453 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13454 mm-make-temp-file.
13455
13456 * mm-decode.el (mm-display-external): Use the 3rd arg of
13457 mm-make-temp-file.
13458 (mm-create-image-xemacs): Ditto.
13459
13460 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13461
13462 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13463 with message-narrow-to-headers.
13464 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13465 (gnus-draft-check-draft-articles): New function.
13466 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13467
13468 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13469
13470 * gnus-art.el (gnus-article-browse-html-parts):
13471 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13472 Don't use suffix argument for mm-make-temp-file for Emacs 21
13473 compatibility. Remove useless `format'.
13474
13475 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13476
13477 * nnweb.el (nnweb-google-wash-article): Update regexps.
13478 (nnweb-group-alist): Use defvoo instead of defvar.
13479
13480 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13481
13482 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13483 re-loading nn* modules.
13484
13485 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13486
13487 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13488 for `tool-bar-mode' and don't check it's default-value.
13489
13490 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13491
13492 * message.el (message-make-tool-bar): Ditto.
13493
13494 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13495 `substring'. Shorten tmp-file name.
13496
13497 * gnus.el: Remove bogus comment.
13498
13499 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13500
13501 * gnus-art.el (gnus-article-browse-html-parts): New function.
13502 (gnus-article-browse-html-article): New function for viewing html
13503 articles with a browser.
13504
13505 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13506
13507 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13508 (mml2015-pgg-encrypt): Ditto.
13509
13510 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13511 (mml1991-pgg-encrypt): Ditto.
13512
13513 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13514
13515 * nnfolder.el (nnfolder-insert-newsgroup-line):
13516 Use message-make-date instead of current-time-string.
13517
13518 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13519 to gnus-decoded which mm-uu might set.
13520
13521 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13522
13523 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13524 don't decode quoted parameters; remove misimported Emacs code.
13525 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13526 (rfc2231-decode-encoded-string): Don't use split-string which
13527 behaves differently according to Emacs version; use
13528 mm-decode-coding-region to convert charset to coding-system.
13529 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13530 (rfc2231-encode-string): Remove misimported Emacs code.
13531
13532 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13533
13534 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13535 when calling mail-header-parse-content-type.
13536 (article-de-quoted-unreadable): Ditto.
13537 (article-de-base64-unreadable): Ditto.
13538 (article-wash-html): Ditto.
13539
13540 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13541 calling mail-header-parse-content-type and
13542 mail-header-parse-content-disposition.
13543 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13544 mail-header-parse-content-type.
13545
13546 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13547 insert charset and format parameters; encode description after
13548 inserting it to buffer.
13549 (mml-insert-parameter): Fold lines properly even if a parameter is
13550 segmented into two or more lines; change the max column to 76.
13551
13552 * rfc1843.el (rfc1843-decode-article-body): Don't use
13553 ignore-errors when calling mail-header-parse-content-type.
13554
13555 * rfc2231.el (rfc2231-parse-string): Return at least type if
13556 possible; don't cause an error even if it fails in parsing of
13557 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13558 (rfc2231-encode-string): Don't break lines at the beginning, leave
13559 it to mml-insert-parameter.
13560
13561 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13562 calling mail-header-parse-content-type.
13563
13564 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13565
13566 * spam-report.el (spam-report-gmane-use-article-number):
13567 Improve doc string.
13568 (spam-report-gmane-internal): Check if a suitable header was found
13569 in the article.
13570
13571 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13572
13573 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13574 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13575
13576 2006-02-05 Romain Francoise <romain@orebokech.com>
13577
13578 Update copyright notices of all files in the gnus directory.
13579
13580 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13581
13582 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13583
13584 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13585
13586 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13587 segmented lines of parameter value to cope with Thunderbird 1.5
13588 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13589 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13590 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13591
13592 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13593
13594 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13595 parts.
13596
13597 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13598
13599 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13600 there's only one active file for all servers.
13601 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13602 solid groups. Gnus might have used a FAST request to select the group.
13603 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13604 and nnweb-search redundantly in the active file.
13605 (nnweb-request-list): Don't list bogus groups. There can only be one.
13606 (nnweb-request-create-group): Don't use ARGS.
13607 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13608 initialisations. Let nnoo do the work.
13609
13610 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13611
13612 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13613 Say the part has been decoded.
13614
13615 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13616
13617 2006-01-31 Kevin Ryde <user42@zip.com.au>
13618
13619 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13620 mailcap-viewer-test-cache when there's no 'test clause, since that
13621 will invert the meaning of a "nil" test previously determined by
13622 mailcap-mailcap-entry-passes-test.
13623
13624 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13625
13626 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13627 compiling.
13628
13629 * gnus-sum.el: Ditto.
13630
13631 * message.el: Don't bind tool-bar-map when compiling.
13632
13633 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13634
13635 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13636
13637 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13638
13639 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13640 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13641 current Google Groups.
13642
13643 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13644
13645 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13646 and tool-bar-mode.
13647
13648 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13649 and tool-bar-mode.
13650
13651 * message.el (message-tool-bar-update): Simplify.
13652 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13653
13654 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13655 gnus-summary-buffer.
13656 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13657 gnus-summary-reply.
13658
13659 * gmm-utils.el (gmm): Add :version.
13660
13661 2006-01-26 Steve Youngs <steve@sxemacs.org>
13662
13663 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13664 Don't autoload.
13665
13666 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13667
13668 * gmm-utils.el (gmm-verbose): Add :group.
13669
13670 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13671
13672 * message.el: Change some comments WRT tool-bars.
13673
13674 * gnus-sum.el (gnus-summary-tool-bar)
13675 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13676 (gnus-summary-tool-bar-zap-list): New variables.
13677 (gnus-summary-make-tool-bar): Complete rewrite using
13678 `gmm-tool-bar-from-list'.
13679
13680 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13681 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13682 New variables.
13683 (gnus-group-make-tool-bar): Complete rewrite using
13684 `gmm-tool-bar-from-list'.
13685 (gnus-group-tool-bar-update): New function.
13686
13687 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13688
13689 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13690
13691 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13692 is dissected into a single part of which the type is the same as
13693 the given one; decode charset.
13694
13695 2006-01-21 Kevin Ryde <user42@zip.com.au>
13696
13697 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13698 into alists as symbol not string, since that's what
13699 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13700 look for.
13701
13702 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13703
13704 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13705 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13706
13707 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13708
13709 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13710
13711 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13712 (gnus-mime-security-button-menu): New definition.
13713 (gnus-mime-security-button-map): Use them.
13714 (gnus-mime-security-button-menu): New function.
13715 (gnus-insert-mime-security-button): Addition to help echo.
13716 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13717 (gnus-mime-security-pipe-part): New functions.
13718
13719 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13720 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13721
13722 * mm-decode.el (mm-handle-set-disposition): Remove.
13723 (mm-handle-set-description): Remove.
13724
13725 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13726
13727 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13728 (mm-w3m-standalone-supports-m17n-p): New function.
13729 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13730 w3m usage.
13731
13732 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13733 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13734
13735 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13736
13737 * message.el (message-tool-bar-zap-list):
13738 Use gmm-tool-bar-zap-list as custom type.
13739 (message-tool-bar-update): New function.
13740 (message-tool-bar, message-tool-bar-gnome)
13741 (message-tool-bar-retro): Add message-tool-bar-update.
13742 (message-tool-bar-gnome): Add flyspell-buffer.
13743
13744 * gnus-util.el (gnus-error): Describe `args'.
13745
13746 * gmm-utils.el (gmm-error): Describe `args'.
13747 (gmm-tool-bar-zap-list): New widget.
13748 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13749
13750 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13751
13752 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13753 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13754 the number of recursive calls.
13755
13756 * mm-decode.el (mm-handle-set-disposition): New macro.
13757 (mm-handle-set-description): New macro.
13758
13759 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13760
13761 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13762 encoding.
13763
13764 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13765
13766 * message.el (message-tool-bar-zap-list, message-tool-bar)
13767 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13768 (message-tool-bar-local-item-from-menu): Remove.
13769 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13770 (message-make-tool-bar): New function.
13771 (message-mode): Use `message-make-tool-bar'.
13772
13773 * gmm-utils.el: New file.
13774 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13775 (gmm-lazy): New widget copied from `nnmail.el'.
13776 (gmm-tool-bar-from-list): New function for creating customizable
13777 tool bars.
13778 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13779 output.
13780 (gmm): Add :prefix to defgroup.
13781
13782 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13783
13784 * gmm-utils.el (gmm-widget-p): New function.
13785
13786 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13787
13788 * mml.el (mml-attach-file): Describe `description' in doc string.
13789 (mml-menu): Add Emacs MIME manual and PGG manual.
13790
13791 2006-01-20 Richard M. Stallman <rms@gnu.org>
13792
13793 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13794
13795 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13796
13797 * nntp.el (nntp-end-of-line): Doc fix.
13798
13799 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13800
13801 * imap.el (imap-open): Handle case where buffer is a buffer
13802 object.
13803
13804 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13805
13806 * gnus-delay.el (gnus-delay): Don't autoload.
13807 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13808 to be re-loaded when customizing the `gnus-delay' group.
13809
13810 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13811
13812 * message.el (message-insert-citation-line): Use newlines.
13813
13814 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13815
13816 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13817
13818 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13819
13820 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13821
13822 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13823
13824 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13825
13826 * mm-decode.el (mm-inlined-types): Add application/pgp.
13827 (mm-automatic-display): Ditto.
13828
13829 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13830 part as text.
13831
13832 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13833
13834 * nnrss.el: Update copyright.
13835 (nnrss-opml-import): Query whether to subscribe to each entry.
13836
13837 * gnus-art.el:
13838 * gnus-sum.el:
13839 * mm-uu.el:
13840 * mm-view.el: Update copyright.
13841
13842 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13843
13844 * message.el (message-info): New function.
13845 (message-mode-menu): Add it.
13846 Update copyright.
13847
13848 * ChangeLog: Fix and update copyright.
13849
13850 2006-01-13 Romain Francoise <romain@orebokech.com>
13851
13852 * message.el (message-forward-subject-name-subject): Prefer the
13853 address to 'nowhere' if the sender has no name.
13854 Fix typo. Update copyright year.
13855
13856 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13857
13858 * gnus-art.el (article-wash-html):
13859 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13860 (gnus-article-wash-html-with-w3m-standalone): New function.
13861
13862 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13863 mm-inline-text-html-render-with-w3m-standalone.
13864 (mm-text-html-washer-alist): Map w3m-standalone to
13865 gnus-article-wash-html-with-w3m-standalone.
13866 (mm-inline-text-html-render-with-w3m-standalone): New function.
13867
13868 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13869
13870 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13871 Improve LaTeX.
13872
13873 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13874
13875 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13876 (nnrss-request-article): Render text/plain parts as HTML.
13877
13878 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13879 the buffer.
13880
13881 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13882
13883 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13884 custom definition of `gnus-posting-styles'.
13885
13886 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13887 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13888
13889 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13890
13891 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13892 Use nntp for bug archive.
13893
13894 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13895
13896 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13897 parts.
13898 (nnrss-normalize-date): New function converts ISO 8601 date into
13899 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13900 (nnrss-check-group): Use it.
13901
13902 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13903
13904 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13905
13906 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13907 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13908 (nnrss-insert-w3): Ditto.
13909
13910 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13911
13912 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13913 the articles to be forwarded including the case where neither a
13914 number of articles nor a region is specified.
13915
13916 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13917
13918 * nnrss.el (nnrss-request-article): Fix last change; fill
13919 text/plain parts.
13920
13921 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13922
13923 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13924 in text/plain part.
13925 (nnrss-check-group): Don't add excessive newline to dc:subject.
13926
13927 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
13928
13929 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13930 article.
13931
13932 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13933
13934 * nnml.el: Don't require gnus-bcklg. Autoload it.
13935 (nnml-use-compressed-files, nnml-save-mail): Support other
13936 comression programs such as bzip2.
13937
13938 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13939
13940 * dns.el (query-dns): Make sure we check the buffer size before
13941 removing tcp headers.
13942
13943 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13944
13945 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13946 remove MIME buttons associated with multipart/alternative parts.
13947 (gnus-mime-display-alternative): Tag buttons using `article-type'
13948 text property.
13949
13950 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13951 associated with multipart/alternative parts.
13952
13953 * gnus-art.el (gnus-signature-separator): Fix custom type.
13954
13955 * mm-decode.el (mm-inlined-types): Fix custom type.
13956 (mm-keep-viewer-alive-types): Ditto.
13957 (mm-automatic-display): Ditto.
13958 (mm-attachment-override-types): Ditto.
13959 (mm-inline-override-types): Ditto.
13960 (mm-automatic-external-display): Ditto.
13961
13962 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13963
13964 * spam-report.el (spam-report-user-mail-address)
13965 (spam-report-user-agent): New variables.
13966 (spam-report-url-ping-plain): Use spam-report-user-agent.
13967
13968 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
13969
13970 * gnus-art.el (gnus-button-handle-custom): Do not just use
13971 `customize-apropos' for any "M-x customize-*" button but the
13972 function called for. Accept both the function name and its
13973 argument in order to achieve this.
13974 (gnus-button-alist): Remove support for "custom:" URL's.
13975 Pass function name to `gnus-button-handle-custom' in case of "M-x
13976 customize-*" buttons.
13977
13978 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13979
13980 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13981 multipart/alternative and add xref to mm-discouraged-alternatives
13982 in doc string.
13983
13984 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13985 gnus-buttonized-mime-types in doc string.
13986
13987 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13988
13989 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13990 Suggest image/.* in the doc string.
13991
13992 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
13993
13994 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13995 message-marks (Debian bug #342521).
13996
13997 2005-12-12 Simon Josefsson <jas@extundo.com>
13998
13999 * password.el (password-read-from-cache): Add.
14000 (password-read): Use it.
14001
14002 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14003
14004 * rfc2047.el (rfc2047-charset-to-coding-system):
14005 Recognize us-ascii as a MIME charset.
14006
14007 * mm-bodies.el (mm-decode-content-transfer-encoding):
14008 Protect against the case where the 2nd arg TYPE is nil.
14009
14010 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14011
14012 * pop3.el (pop3-stream-type): Fix custom version.
14013
14014 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14015
14016 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14017
14018 * mm-decode.el (mm-display-external): Add missing cdr.
14019
14020 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14021
14022 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14023 RFC1524) if it is in mailcap or add a suffix according to
14024 mailcap-mime-extensions when generating a temp filename; postpone
14025 deleting a temp file for 2 seconds for some wrappers, shell
14026 scripts, and so on, which might exit right after having started a
14027 viewer command as a background job.
14028
14029 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14030
14031 * nntp.el (nntp-marks-directory): Fix custom group.
14032
14033 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14034 steps when < 10.
14035
14036 * gnus-start.el (gnus-no-server-1):
14037 Mention `gnus-level-default-subscribed' in doc string.
14038
14039 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14040
14041 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14042 parens.
14043
14044 2005-11-26 Dave Love <fx@gnu.org>
14045
14046 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14047 (tls-program, tls-success): Provide openssl alternative.
14048
14049 * starttls.el: Doc fixes.
14050 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14051 SERVICE to PORT.
14052
14053 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14054 port null or service name.
14055 (starttls-negotiate): Autoload.
14056
14057 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14058
14059 * message.el (message-kill-to-signature): Fix interactive spec.
14060
14061 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14062
14063 * pop3.el (pop3-open-server): Recognize a string as a service name.
14064
14065 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14066
14067 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14068
14069 2005-11-23 Dave Love <fx@gnu.org>
14070
14071 Add pop3s, pop3/starttls.
14072
14073 * pop3.el (pop3-authentication-scheme): Clarify doc.
14074 (open-tls-stream, starttls-open-stream): Autoload.
14075 (pop3-stream-type): New.
14076 (pop3-open-server): Use it.
14077
14078 * mail-source.el (mail-sources): Fix some :types. Add stream type
14079 for POP.
14080 (mail-source-keyword-map): Add :stream for POP.
14081 (mail-source-fetch-pop): Use pop3-stream-type.
14082
14083 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14084
14085 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14086 of current-time-string.
14087
14088 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14089
14090 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14091 date header.
14092
14093 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14094
14095 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14096 it can seriously impact performance as it bypasses the agent's
14097 local caches.
14098
14099 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14100
14101 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14102 must be explicitly online rather than "not explicitly offline" for
14103 its flags to be synchronized.
14104
14105 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14106 that gnus-uu-unmark-thread will function correctly.
14107
14108 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14109 1024K is instead displayed as 1M.
14110
14111 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14112
14113 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14114
14115 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14116
14117 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14118
14119 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14120
14121 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14122 error message to display actual error condition.
14123 (gnus-agent-save-local): Avoid saving symbols that are bound to
14124 nil as they simply result in a warning message in
14125 gnus-agent-read-local.
14126
14127 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14128
14129 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14130 rather than make-variable-buffer-local for file-precious-flag.
14131
14132 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14133
14134 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14135 for duplicates which are removed. The invalid sort check then
14136 triggers a rescan after the sort as sorting may have moved
14137 duplicate entries such that they can be cheaply detected.
14138
14139 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14140
14141 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14142
14143 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14144
14145 * gnus-agent.el (gnus-agent-article-alist-save-format):
14146 Change internal variable to a custom variable. Change default value
14147 from compressed(2) to uncompressed(1).
14148 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14149 support for uncompressed agentview files. Taken together, reading
14150 the agentview file should now be 6-7 times faster.
14151
14152 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14153
14154 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14155 as a buffer-local variable. This avoids creating truncated
14156 dribble files as a result of a hang up, eg.
14157
14158 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14159
14160 * gnus-start.el (gnus-start-draft-setup):
14161 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14162
14163 * gnus.el (gnus-splash): Change custom group.
14164 (gnus-group-get-parameter, gnus-group-parameter-value):
14165 Describe allow-list argument.
14166
14167 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14168 string.
14169
14170 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14171
14172 * gnus-art.el (gnus-default-article-saver): Add user-defined
14173 `function' to custom type.
14174
14175 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14176
14177 * imap.el (imap-open): Handle case where buffer is a buffer
14178 object.
14179
14180 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14181
14182 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14183 long lines.
14184 (gnus-cache-delete-group): Wrap doc strings.
14185
14186 * gnus-agent.el (gnus-agent-rename-group)
14187 (gnus-agent-delete-group): Wrap doc strings.
14188
14189 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14190
14191 * gnus-start.el (gnus-1): Add "native" to
14192 gnus-predefined-server-alist.
14193
14194 * gnus.el (gnus-method-to-server): Don't add "native" to the
14195 lists here, because that leads to problems when
14196 gnus-select-method is bound.
14197
14198 2005-11-09 Simon Josefsson <jas@extundo.com>
14199
14200 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14201 use (not sort-by-date) instead.
14202
14203 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * gnus-delay.el (gnus-delay-group): Don't autoload.
14206 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14207 to be re-loaded when customizing the `gnus-delay' group.
14208
14209 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14210
14211 * message.el: Revert last changes.
14212 (message-insert-citation-line): Use newlines.
14213
14214 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14215
14216 * message.el (message-courtesy-message)
14217 (message-mark-insert-begin, message-mark-insert-end)
14218 (message-elide-ellipsis, message-cancel-message)
14219 (message-add-header, message-change-subject)
14220 (message-cross-post-followup-to-header)
14221 (message-cross-post-insert-note, message-reduce-to-to-cc)
14222 (message-widen-reply, message-delete-not-region)
14223 (message-kill-to-signature, message-insert-signature)
14224 (message-insert-importance-high, message-insert-importance-low)
14225 (message-insert-or-toggle-importance)
14226 (message-insert-disposition-notification-to)
14227 (message-indent-citation, message-yank-original)
14228 (message-cite-original-without-signature, message-cite-original)
14229 (message-insert-citation-line, message-position-on-field)
14230 (message-fix-before-sending, message-send-mail-partially)
14231 (message-send-mail, message-send-mail-with-sendmail)
14232 (message-send-mail-with-qmail, message-send-news)
14233 (message-check-news-header-syntax, message-generate-headers)
14234 (message-insert-courtesy-copy, message-fill-address)
14235 (message-fill-header, message-shorten-references)
14236 (message-setup-1, message-cancel-news)
14237 (message-forward-make-body-plain, message-forward-make-body-mime)
14238 (message-forward-make-body-mml, message-encode-message-body)
14239 (message-forward-make-body-digest-plain)
14240 (message-forward-make-body-digest-mime)
14241 (message-use-alternative-email-as-from): Insert `hard-newline'
14242 instead of ordinary newlines.
14243
14244 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14245
14246 * message.el (message-generate-headers): Downcase the argument
14247 given to message-check-element.
14248
14249 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14250
14251 * nntp.el (nntp-authinfo-rejected): New error condition.
14252 (nntp-wait-for): Use new error condition to signal authentication
14253 error.
14254 (nntp-retrieve-data): Rethrow new error condition to break out of
14255 recursive call to nntp-send-authinfo.
14256
14257 2005-11-08 Romain Francoise <romain@orebokech.com>
14258
14259 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14260 (gnus-summary-exit-map): Bind to `Z p'.
14261 (gnus-summary-make-menu-bar): Add menu item.
14262
14263 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14264
14265 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14266 (gnus-treat-*): Add `first' in all doc strings.
14267
14268 * gnus-group.el (gnus-group-compact-group): Fix typo.
14269
14270 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14271
14272 * gnus.el (gnus-parameters-case-fold-search): New variable.
14273 (gnus-parameters-get-parameter): Use it.
14274
14275 * gnus-score.el (gnus-home-score-file): Doc fix.
14276
14277 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14278
14279 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14280
14281 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14282
14283 * mm-util.el (mm-special-display-p): New function.
14284
14285 * mml.el (mml-preview): Use it; doc fix.
14286
14287 2005-10-29 Romain Francoise <romain@orebokech.com>
14288
14289 * message.el (message-fix-before-sending): Fix comment.
14290
14291 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14292
14293 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14294
14295 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14296
14297 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14298 Used in gnus-score.el.
14299
14300 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14301
14302 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14303
14304 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14305
14306 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14307 whitespace removed in revision 7.8. Use concatenated string to
14308 protect trailing whitespace.
14309
14310 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14311
14312 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14313 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14314 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14315 Courier IMAP ("some version from 2004"). Mostly based on similar
14316 code in the same function.
14317
14318 2005-10-26 Didier Verna <didier@xemacs.org>
14319
14320 * gnus-group.el (gnus-group-compact-group): Invalidate original
14321 article buffer.
14322 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14323 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14324 NOV database and in article itself.
14325 Invalidate article backlog.
14326
14327 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14328
14329 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14330
14331 2005-10-26 Simon Josefsson <jas@extundo.com>
14332
14333 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14334 part of 2004-07-25 change.
14335
14336 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14337
14338 * message.el (message-display-completion-list): New function.
14339 (message-expand-group): Use it; make sure the Completions buffer
14340 is modifiable.
14341
14342 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14343
14344 * imap.el (imap-open): Handle case where buffer is a buffer object.
14345
14346 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14347
14348 * pgg-def.el:
14349 * pgg-gpg.el:
14350 * pgg-parse.el:
14351 * pgg-pgp.el:
14352 * pgg-pgp5.el:
14353 * pgg.el: Move to the parent lisp directory.
14354
14355 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14356
14357 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14358 user-mail-name is an empty string.
14359
14360 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14361
14362 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14363 depending on gnus-score-decay-constant.
14364
14365 * encrypt.el (encrypt-insert-file-contents)
14366 (encrypt-write-file-contents): Don't use `gnus-message'.
14367
14368 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14369 arguments.
14370 (mm-uu-type-alist): Add message-marks and insert-marks.
14371 Pass arguments to mm-uu-verbatim-marks-extract.
14372 (mm-uu-hide-markers): New variable.
14373 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14374
14375 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14376 (gnus-convert-image-to-face-command): Use "convert" by default to
14377 allow other input image formats.
14378 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14379 accordingly.
14380
14381 2005-10-23 Simon Josefsson <jas@extundo.com>
14382
14383 * imap.el (imap-gssapi-program): Align command line parameters
14384 with latest GNU SASL.
14385 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14386
14387 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14388
14389 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14390 HTML.
14391 (nnslashdot-request-article): Ditto.
14392
14393 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14394
14395 * mail-source.el (mail-source-fetch-pop): Require pop3.
14396 (mail-source-check-pop): Ditto.
14397
14398 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14399
14400 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14401 errors.
14402
14403 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14404
14405 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14406 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14407
14408 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14409
14410 * mm-bodies.el (mm-decode-string):
14411 Call `mm-charset-to-coding-system' with allow-override argument.
14412
14413 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14414
14415 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14416 (rfc2047-charset-to-coding-system): New function.
14417 (rfc2047-decode-encoded-words): New function.
14418 (rfc2047-decode-region): Use them.
14419 (rfc2047-decode-cte): Remove.
14420 (rfc2047-parse-and-decode): Remove.
14421 (rfc2047-decode): Remove.
14422
14423 2005-10-15 Kenichi Handa <handa@m17n.org>
14424
14425 * rfc2047.el (rfc2047-decode-cte): New function.
14426 (rfc2047-decode-region): Change the way to decode successive
14427 encoded-words: decode B- or Q-encoding in each encoded-word,
14428 concatenate them, and decode it as charset.
14429
14430 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14431
14432 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14433 widget-move-and-invoke.
14434 (gnus-custom-mode): Use gnus-custom-map.
14435
14436 2005-10-15 Bill Wohler <wohler@newt.com>
14437
14438 * message.el (message-tool-bar-map): Rename image file from
14439 mail_send to mail/send.
14440
14441 2005-10-16 Masatake YAMATO <jet@gyve.org>
14442
14443 * message.el (message-expand-group): Pass the common
14444 prefix substring of completion to `display-completion-list'.
14445
14446 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14447
14448 * mml-sec.el (mml-secure-method): New internal variable.
14449 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14450 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14451 New functions using mml-secure-method.
14452
14453 * mml.el (mml-mode-map): Add key bindings for those functions.
14454 (mml-menu): Simplify security menu entries. Suggested by Jesper
14455 Harder <harder@myrealbox.com>.
14456 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14457 Goto end of message if point is the headers of the message.
14458
14459 * message.el (message-in-body-p): New function.
14460
14461 * assistant.el: Autoload gnus-util and netrc.
14462
14463 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14464 Use `mm-charset-override-alist' only when decoding.
14465
14466 * mm-bodies.el (mm-decode-body):
14467 Call `mm-charset-to-coding-system' with allow-override argument.
14468
14469 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14470 `filename' from Content-Disposition if Content-Type doesn't
14471 provide `name'.
14472 (gnus-mime-view-part-as-type): Set default instead of
14473 initial-input.
14474
14475 2005-10-09 Daniel Brockman <daniel@brockman.se>
14476
14477 * format-spec.el (format-spec): Propagate text properties of % spec.
14478
14479 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14480
14481 * gnus-art.el (gnus-treat-predicate): Add `first'.
14482
14483 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14484
14485 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14486 (mm-charset-override-alist): New variable.
14487 (mm-charset-to-coding-system): Use it.
14488 (mm-codepage-setup): New helper function.
14489 (mm-charset-eval-alist): New variable.
14490 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14491 Warn about unknown charsets.
14492
14493 2005-10-04 David Hansen <david.hansen@gmx.net>
14494
14495 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14496 (nnrss-check-group): Ditto.
14497
14498 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14499
14500 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14501 Rename x-gnus-verbatim to x-verbatim.
14502 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14503
14504 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14505 x-verbatim.
14506
14507 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14508
14509 * gnus-util.el (gnus-remove-duplicates): Remove.
14510
14511 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14512 instead of gnus-remove-duplicates.
14513
14514 * message.el (message-remove-duplicates): Remove.
14515 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14516 message-remove-duplicates.
14517
14518 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14519 available, else use implementation from `delete-dups'.
14520
14521 * message.el (message-insert-expires): New function.
14522 (message-mode-map): Add key binding.
14523 (message-mode-field-menu): Add menu entry.
14524 (message-mode): Document it.
14525 (message-make-expires-date): Use `message-make-date'.
14526
14527 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14528
14529 * message.el (message-make-expires-date): New function.
14530
14531 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14532
14533 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14534
14535 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14536
14537 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14538 function rather than the diff-mode.el package.
14539 (mm-display-external): Use with-current-buffer.
14540 (mm-viewer-completion-map, mm-viewer-completion-map):
14541 Move initialization inside declaration.
14542
14543 2005-09-29 Simon Josefsson <jas@extundo.com>
14544
14545 * spam.el: Load hashcash when compiling, to avoid warnings.
14546 Don't autoload mail-check-payment.
14547 (spam-check-hashcash): Define unconditionally, since hashcash.el
14548 is part of Gnus now. Ignore errors from payment checking.
14549
14550 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14551
14552 * message.el (message-bold-region, message-unbold-region):
14553 Rename from `bold-region' and `unbold-region'.
14554
14555 * message.el: Remove useless autoloads.
14556
14557 2005-09-28 Simon Josefsson <jas@extundo.com>
14558
14559 * message.el (message-use-idna): Default to t.
14560 (message-use-idna): Test whether encoding works too. Doc fix.
14561
14562 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14563
14564 * nntp.el (nntp-warn-about-losing-connection): Remove.
14565
14566 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14567
14568 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14569 customizable. Change default value.
14570 (mm-uu-diff-groups-regexp): Change default value.
14571 (mm-uu-type-alist): Add doc string.
14572 (mm-uu-configure): Add doc string. Make it interactive.
14573 (mm-uu-tex-groups-regexp): New variable.
14574 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14575 (mm-uu-type-alist): Add LaTeX documents.
14576 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14577 of "text/verbatim".
14578 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14579
14580 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14581 instead of "text/verbatim".
14582
14583 * message.el (message-mark-inserted-region)
14584 (message-mark-insert-file): Use slrn style marks when called with
14585 prefix argument.
14586
14587 2005-09-27 Simon Josefsson <jas@extundo.com>
14588
14589 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14590
14591 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14592
14593 * message.el (message-remove-duplicates): New function.
14594 Implementation borrowed from `gnus-remove-duplicates'.
14595 (message-idna-to-ascii-rhs): Also encode idna addresses in
14596 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14597 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14598 only ask about the same idna domain once per header and also tell
14599 in what header to replace the idna domain.
14600
14601 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14602 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14603 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14604 a header is decoded and not just the last one.
14605
14606 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14607
14608 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14609 has been decoded.
14610
14611 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14612 (mm-insert-part): Don't modify text if it has been decoded.
14613
14614 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14615 decoded.
14616
14617 * mm-view.el (mm-inline-text): Don't strip text props unless
14618 decoding enriched or richtext parts.
14619
14620 2005-09-25 Romain Francoise <romain@orebokech.com>
14621
14622 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14623 * gnus-start.el (gnus-subscribe-interactively):
14624 * gnus-uu.el (gnus-uu-grab-articles):
14625 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14626 space.
14627
14628 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14629
14630 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14631 * mm-view.el (mm-view-pkcs7-decrypt):
14632 * gnus-sum.el (gnus-summary-limit-to-extra)
14633 (gnus-summary-respool-article, gnus-read-move-group-name):
14634 * gnus-score.el (gnus-summary-increase-score):
14635 * gnus-util.el (gnus-completing-read-with-default):
14636 * gnus-art.el (gnus-read-save-file-name)
14637 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14638 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14639 * message.el (message-check-news-header-syntax):
14640 Follow convention for reading with the minibuffer.
14641
14642 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14643
14644 * spam-report.el (spam-report-url-ping-plain):
14645 Use gnus-extended-version as User-Agent.
14646
14647 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14648 default value is nil.
14649
14650 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14651 (mm-uu-verbatim-marks-extract): New function.
14652 (mm-uu-extract): New face.
14653 (mm-uu-copy-to-buffer): Use it.
14654
14655 * spam-report.el (spam-report-gmane-ham): Rename from
14656 `spam-report-gmane-unspam'.
14657 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14658 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14659
14660 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14661 Autoload.
14662 (spam-report-gmane-unregister-routine):
14663 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14664
14665 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14666
14667 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14668 (spam-report-gmane-unregister-routine): Add support for gmane
14669 unregistration.
14670
14671 * spam-report.el (spam-report-gmane-unspam)
14672 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14673 (spam-report-gmane): Change to take a single article and do unspam
14674 registration.
14675
14676 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14677
14678 * mm-url.el (mm-url-decode-entities): Fix regexp.
14679
14680 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14681
14682 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14683 default to nil, to be able to use Gnus at all. If the default
14684 switches to something else, then the function should be fixed not
14685 be exceedingly slow.
14686
14687 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14688
14689 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14690 fail hard.
14691
14692 * spam-report.el: Add better Keywords line.
14693
14694 * spam.el: Add Maintainer and better Keywords line.
14695
14696 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14697
14698 * gnus-art.el (gnus-article-replace-part)
14699 (gnus-mime-replace-part): New functions.
14700 (gnus-mime-action-alist, gnus-mime-button-commands)
14701 (gnus-mime-save-part-and-strip): Add file argument.
14702 (gnus-article-part-wrapper): Add interactive argument.
14703
14704 * gnus-sum.el (gnus-summary-mime-map):
14705 Add `gnus-article-replace-part'.
14706
14707 2005-09-19 Didier Verna <didier@xemacs.org>
14708
14709 The nnml compaction feature:
14710 * nnml.el (nnml-request-compact-group): New function.
14711 * nnml.el (nnml-request-compact): New function.
14712 * gnus-int.el (gnus-request-compact-group): New function.
14713 * gnus-int.el (gnus-request-compact): New function.
14714 * gnus-group.el (gnus-group-compact-group): New function.
14715 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14716 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14717 * gnus-srvr.el (gnus-server-compact-server): New function.
14718 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14719 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14720
14721 2005-09-18 Deepak Goel <deego@gnufans.org>
14722
14723 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14724 format spec.
14725
14726 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14727
14728 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14729
14730 2005-09-15 Romain Francoise <romain@orebokech.com>
14731
14732 * message.el (message-fill-paragraph): Clarify docstring.
14733
14734 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14735
14736 * gnus-art.el (gnus-mime-display-part): Protect against broken
14737 MIME messages.
14738
14739 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14740
14741 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14742 before parsing header.
14743
14744 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14745
14746 * html2text.el (html2text-replace-list): Add new entities.
14747
14748 2005-09-11 Romain Francoise <romain@orebokech.com>
14749
14750 * message.el (message-alternative-emails): Improve docstring.
14751 (message-setup-1): Call `message-use-alternative-email-as-from'
14752 after `message-setup-hook' to give it precedence over posting
14753 styles, etc.
14754 (message-use-alternative-email-as-from): Add docstring.
14755 Remove the original From header if present.
14756
14757 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14758 (nnml-save-mail): Use it.
14759
14760 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14761 articles. Add new argument `silent'.
14762 (gnus-uu-mark-all): Report the total number of marked articles.
14763
14764 2005-09-10 Romain Francoise <romain@orebokech.com>
14765
14766 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14767 (gnus-uu-mark-series): Likewise.
14768
14769 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14770
14771 * spam-report.el (spam-report-gmane): Fix generation of spam
14772 report URL.
14773
14774 2005-09-10 Simon Josefsson <jas@extundo.com>
14775
14776 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14777 t, based on discussion on the ding list with Robert Epprecht
14778 <epprecht@solnet.ch>.
14779
14780 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14781
14782 * spam-report.el (spam-report-gmane): Make it work without
14783 X-Report-Spam header. Gmane now only provides Archived-At.
14784 This is only used if `spam-report-gmane-use-article-number' is nil.
14785 (spam-report-gmane-spam-header): Remove. Not used anymore.
14786
14787 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14788 make `gnus-summary-sort-by-recipient' work with threading.
14789
14790 * nnweb.el (nnweb-google-wash-article): Print a message if article
14791 is not available.
14792
14793 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14794
14795 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14796 change. Decode text/* parts content before displaying.
14797
14798 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14799
14800 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14801
14802 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14803
14804 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14805
14806 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14807
14808 * message.el (message-tab-body-function): Fix mismatched custom type.
14809
14810 * gnus.el (gnus-group-change-level-function): Ditto.
14811
14812 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14813
14814 * gnus-art.el (gnus-signature-limit)
14815 (gnus-article-mime-part-function): Ditto.
14816
14817 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14818
14819 * mml.el (mml-mode): Silence the byte compiler.
14820
14821 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14822 using `(sit-for 0)' before moving the point to the specified part;
14823 skip unbuttonized parts.
14824 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14825 return to the summary window if gnus-auto-select-part is non-nil.
14826
14827 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14828
14829 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14830 New variables.
14831 (mml-dnd-attach-file, mml-mode): Use them.
14832
14833 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14834 Make fetching article by MID work again for Google Groups.
14835 Add FIXME concerning gnus-group-make-web-group.
14836
14837 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14838 Don't depend on Gnus by using mail-extract-address-components if
14839 gnus-extract-address-components is not bound.
14840
14841 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14842
14843 * gnus-art.el (gnus-mime-display-security): Don't display the
14844 signature, but only the signed part.
14845
14846 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14847
14848 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14849
14850 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14851 list, not listp.
14852
14853 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14854
14855 * mm-encode.el (mm-encode-content-transfer-encoding):
14856 Likewise when encoding.
14857
14858 * mm-bodies.el (mm-decode-content-transfer-encoding):
14859 De-canonicalize CRLF for all text content types, not just
14860 text/plain.
14861
14862 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14863
14864 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14865 valid article; point arrow and cursor at the MIME button.
14866
14867 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14868
14869 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14870 Suggested by Dan Christensen <jdc@uwo.ca>.
14871
14872 * mm-decode.el (mm-save-part): Enable change of prompt.
14873
14874 2005-08-29 Jari Aalto <jari.aalto@cante.net>
14875
14876 * gnus-msg.el (gnus-inews-add-send-actions):
14877 Make `message-post-method' lambda parameter ARG `&optional'.
14878
14879 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14880
14881 * gnus-sum.el (gnus-summary-mime-map):
14882 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14883 gnus-article-jump-to-part.
14884
14885 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14886 (gnus-article-edit-part): Use it.
14887 (gnus-article-part-wrapper): Add no-handle argument.
14888 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14889 New functions.
14890
14891 2005-08-29 Romain Francoise <romain@orebokech.com>
14892
14893 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14894 docstring.
14895 (gnus-face-from-file): Likewise.
14896
14897 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14898
14899 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14900 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14901 non-nil.
14902 (gnus-auto-select-part): New variable.
14903 (gnus-article-jump-to-part): New function.
14904 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14905 (gnus-mime-delete-part): Allow selecting specified part after
14906 deleting or stripping parts.
14907 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14908 part if argument is bogus.
14909
14910 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14911
14912 * gnus-art.el (w3m-minor-mode-map):
14913 * gnus-spec.el (gnus-newsrc-file-version):
14914 * gnus-util.el (nnmail-active-file-coding-system)
14915 (gnus-original-article-buffer, gnus-user-agent):
14916 * gnus.el (gnus-ham-process-destinations)
14917 (gnus-parameter-ham-marks-alist)
14918 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14919 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14920 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14921 * mm-decode.el (gnus-current-window-configuration):
14922 * mm-extern.el (gnus-article-mime-handles):
14923 * mm-url.el (url-current-object, url-package-name)
14924 (url-package-version):
14925 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14926 (smime-keys, w3m-cid-retrieve-function-alist)
14927 (w3m-current-buffer, w3m-display-inline-images)
14928 (w3m-minor-mode-map):
14929 * mml-smime.el (gnus-extract-address-components):
14930 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14931 (gnus-newsrc-hashtb, message-default-charset)
14932 (message-deletable-headers, message-options)
14933 (message-posting-charset, message-required-mail-headers)
14934 (message-required-news-headers):
14935 * mml1991.el (mc-pgp-always-sign):
14936 * mml2015.el (mc-pgp-always-sign):
14937 * nnheader.el (nnmail-extra-headers):
14938 * rfc1843.el (gnus-decode-encoded-word-function)
14939 (gnus-decode-header-function, gnus-newsgroup-name):
14940 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14941
14942 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14943
14944 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14945 the end of the date treatments.
14946
14947 2005-08-15 Simon Josefsson <jas@extundo.com>
14948
14949 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14950 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14951 Capello and Romain Francoise.
14952 (pgg-fetch-key-function): Remove, not used?
14953 (pgg-insert-url-with-w3): Require url, to get
14954 url-insert-file-contents regardless of where it is defined.
14955
14956 2005-08-13 Romain Francoise <romain@orebokech.com>
14957
14958 * message.el (message-cite-original-1): New function.
14959 (message-cite-original): Use it.
14960 (message-cite-original-without-signature): Ditto.
14961
14962 2005-08-08 Romain Francoise <romain@orebokech.com>
14963
14964 * message.el (message-yank-empty-prefix): New variable.
14965 (message-indent-citation): Use it.
14966 (message-cite-original-without-signature): Respect X-No-Archive.
14967
14968 2005-08-08 Simon Josefsson <jas@extundo.com>
14969
14970 * pgg.el: Autoload url-insert-file-contents instead of loading
14971 w3/url.
14972 (pgg-insert-url-with-w3): Don't load url here.
14973
14974 2005-08-07 Jesper Harder <harder@phys.au.dk>
14975
14976 * message.el (message-kill-to-signature): Don't insert newline at
14977 bol.
14978 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14979
14980 2005-08-06 Romain Francoise <romain@orebokech.com>
14981
14982 * message.el (message-user-fqdn): Fix typo in docstring.
14983
14984 2005-08-05 Daiki Ueno <ueno@unixuser.org>
14985
14986 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14987
14988 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14989
14990 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14991
14992 * mm-bodies.el (mm-encode-body): Use coding system rather than
14993 charset to encode text.
14994
14995 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14996 number of charsets if utf-8 is available (XEmacs).
14997
14998 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14999
15000 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15001 taken from `gnus-button-mid-or-mail-regexp'.
15002 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15003 (gnus-button-alist): Improve regexp for domain part of the MIDs
15004 for news:localpart@domain buttons.
15005 (gnus-button-ctan-directory-regexp): Update.
15006
15007 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15008
15009 * sieve-manage.el (sieve-manage-interactive-login):
15010 Use make-local-variable rather than make-variable-buffer-local.
15011 (sieve-manage-open): Ditto.
15012 (sieve-manage-authenticate): Ditto.
15013
15014 * mml.el (mml-generate-mime-1): Make the content type default to
15015 text/plain if the filename is not specified.
15016
15017 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15018
15019 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15020 instead of insert-buffer.
15021
15022 * message.el (message-yank-original): Ditto; set the mark at the
15023 end of the yanked message.
15024
15025 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15026
15027 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15028 lines to scroll rather than to stop it.
15029
15030 * mml.el (mml-generate-default-type): Add doc string.
15031 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15032 default to application/octet-stream when determining the content
15033 type if it is not specified for the part or the mml contents; add
15034 a comment about mml-generate-default-type.
15035
15036 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15037
15038 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15039 make it default to application/octet-stream when determining the
15040 content type if it is not specified for the external contents.
15041
15042 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15043
15044 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15045 segmented parameter but also other parameters might be there.
15046
15047 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15048
15049 * mm-decode.el (mm-display-external): Delete temp file, directory
15050 and buffer immediately if the external process is exited.
15051
15052 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15053
15054 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15055 fewer lines than that of scroll-margin.
15056 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15057
15058 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15059
15060 * gnus-art.el (gnus-article-next-page): Revert.
15061 (gnus-article-beginning-of-window): New macro.
15062 (gnus-article-next-page-1): Use it.
15063 (gnus-article-prev-page): Ditto.
15064 (gnus-article-edit-part): Use insert-buffer-substring instead of
15065 insert-buffer.
15066 (gnus-article-edit-exit): Ditto.
15067
15068 * gnus-util.el (gnus-beginning-of-window): Remove.
15069 (gnus-end-of-window): Remove.
15070
15071 2005-07-25 Simon Josefsson <jas@extundo.com>
15072
15073 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15074 to have the url package without w3. Reported by Daiki Ueno
15075 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15076
15077 2005-07-20 Didier Verna <didier@xemacs.org>
15078
15079 * gnus-diary.el: Remove the description comment (nndiary is now
15080 properly documented in the Gnus manual).
15081 Fix the spelling of "Back End".
15082 * nndiary.el: Ditto.
15083 Fix the copyright notice.
15084
15085 2005-07-18 Romain Francoise <romain@orebokech.com>
15086
15087 * gnus-sum.el (gnus-summary-to-prefix)
15088 (gnus-summary-newsgroup-prefix): New variables.
15089 (gnus-summary-from-or-to-or-newsgroups): Use them.
15090
15091 2005-07-17 Romain Francoise <romain@orebokech.com>
15092
15093 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15094 space as it's generally not especially interesting to the user.
15095
15096 2005-07-16 Romain Francoise <romain@orebokech.com>
15097
15098 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15099 nil to avoid prompting and file modification if one of the
15100 messages at the top of the nnfolder file contains a copyright
15101 notice.
15102 Update copyright notice.
15103
15104 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15105 instead of `current-time-string' as the latter creates a time
15106 string that is not RFC 2822 compliant (it lacks the zone).
15107 Update copyright notice.
15108
15109 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15110
15111 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15112 for text/rtf. Display default in prompt. Pass default for M-n.
15113
15114 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15115
15116 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15117
15118 * gnus-msg.el (gnus-button-mailto):
15119 Remove save-selected-window-window hackery because it relies on
15120 save-selected-window internals.
15121
15122 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15123
15124 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15125 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15126 (gnus-article-prev-page): Ditto.
15127
15128 * gnus-util.el (gnus-beginning-of-window): New function.
15129 (gnus-end-of-window): New function.
15130
15131 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15132
15133 * gnus-score.el (gnus-score-edit-all-score):
15134 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15135 gnus-message.
15136
15137 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15138
15139 * gnus-msg.el (gnus-button-mailto):
15140 Remove save-selected-window-window hackery because it relies on
15141 save-selected-window internals.
15142
15143 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15144
15145 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15146 add-minor-mode.
15147 (gnus-binary-mode): Ditto.
15148
15149 * gnus-topic.el (gnus-topic-mode): Ditto.
15150
15151 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15152
15153 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15154 (gnus-article-prev-page): Take scroll-margin into consideration.
15155
15156 2005-07-04 Lute Kamstra <lute@gnu.org>
15157
15158 Update FSF's address in GPL notices.
15159
15160 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15161
15162 * gnus.el (gnus-exit):
15163 * gnus-group.el (gnus-group-icons):
15164 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15165
15166 * gnus-nocem.el (gnus-nocem):
15167 * message.el (message-various, message-buffers, message-sending)
15168 (message-interface, message-forwarding, message-insertion)
15169 (message-headers, message-news, message-mail):
15170 * pgg-gpg.el (pgg-gpg):
15171 * pgg-parse.el (pgg-parse):
15172 * pgg-pgp.el (pgg-pgp):
15173 * pgg-pgp5.el (pgg-pgp5):
15174 * pop3.el (pop3): Finish `defgroup' description with period.
15175
15176 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15177
15178 * gnus-art.el (article-display-face): Improve the efficiency.
15179 (article-display-x-face): Ditto; remove grey x-face stuff.
15180
15181 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15182
15183 * gnus-art.el (article-display-face): Correct the position in
15184 which Faces are inserted.
15185
15186 2005-06-29 Didier Verna <didier@xemacs.org>
15187
15188 * gnus-art.el (article-display-face): Display faces in correct
15189 order.
15190
15191 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15192
15193 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15194 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15195 (gnus-nocem-check-article): Fetch the Type header.
15196 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15197 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15198 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15199 make sure gnus-nocem-hashtb is initialized.
15200 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15201 (gnus-nocem-unwanted-article-p): Ditto.
15202
15203 * pgg.el (pgg-verify): Return the verification result.
15204
15205 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15206
15207 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15208 is ascii.
15209
15210 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15211
15212 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15213 `show-nonbreak-escape'.
15214
15215 2005-06-23 Lute Kamstra <lute@gnu.org>
15216
15217 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15218
15219 * dig.el (dig-mode):
15220 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15221
15222 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15223
15224 * nnimap.el (nnimap-split-download-body): Fix spellings.
15225
15226 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15227
15228 * gnus-art.el (gnus-article-encrypt-body):
15229 * gnus-cus.el (gnus-score-customize):
15230 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15231 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15232
15233 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15234
15235 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15236 header by looking for magic "MII" at the beginnig.
15237
15238 2005-06-16 Miles Bader <miles@gnu.org>
15239
15240 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15241 (assistant-field-face): New backward-compatibility alias for renamed
15242 face.
15243 (assistant-render-text): Use renamed assistant-field face.
15244
15245 * spam.el (spam): Remove "-face" suffix from face name.
15246 (spam-face): New backward-compatibility alias for renamed face.
15247 (spam-face, spam-initialize): Use renamed spam face.
15248
15249 * message.el (message-header-to, message-header-cc)
15250 (message-header-subject, message-header-newsgroups)
15251 (message-header-other, message-header-name)
15252 (message-header-xheader, message-separator, message-cited-text)
15253 (message-mml): Remove "-face" suffix from face names.
15254 (message-header-to-face, message-header-cc-face)
15255 (message-header-subject-face, message-header-newsgroups-face)
15256 (message-header-other-face, message-header-name-face)
15257 (message-header-xheader-face, message-separator-face)
15258 (message-cited-text-face, message-mml-face):
15259 New backward-compatibility aliases for renamed faces.
15260 (message-font-lock-keywords): Use renamed message faces.
15261
15262 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15263 (sieve-test-commands, sieve-tagged-arguments):
15264 Remove "-face" suffix from face names.
15265 (sieve-control-commands-face, sieve-action-commands-face)
15266 (sieve-test-commands-face, sieve-tagged-arguments-face):
15267 New backward-compatibility aliases for renamed faces.
15268 (sieve-control-commands-face, sieve-action-commands-face)
15269 (sieve-test-commands-face, sieve-tagged-arguments-face):
15270 Use renamed sieve faces.
15271
15272 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15273 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15274 (gnus-group-news-3-empty, gnus-group-news-4)
15275 (gnus-group-news-4-empty, gnus-group-news-5)
15276 (gnus-group-news-5-empty, gnus-group-news-6)
15277 (gnus-group-news-6-empty, gnus-group-news-low)
15278 (gnus-group-news-low-empty, gnus-group-mail-1)
15279 (gnus-group-mail-1-empty, gnus-group-mail-2)
15280 (gnus-group-mail-2-empty, gnus-group-mail-3)
15281 (gnus-group-mail-3-empty, gnus-group-mail-low)
15282 (gnus-group-mail-low-empty, gnus-summary-selected)
15283 (gnus-summary-cancelled, gnus-summary-high-ticked)
15284 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15285 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15286 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15287 (gnus-summary-low-undownloaded)
15288 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15289 (gnus-summary-low-unread, gnus-summary-normal-unread)
15290 (gnus-summary-high-read, gnus-summary-low-read)
15291 (gnus-summary-normal-read, gnus-splash):
15292 Remove "-face" suffix from face names.
15293 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15294 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15295 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15296 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15297 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15298 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15299 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15300 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15301 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15302 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15303 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15304 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15305 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15306 (gnus-summary-normal-ticked-face)
15307 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15308 (gnus-summary-normal-ancient-face)
15309 (gnus-summary-high-undownloaded-face)
15310 (gnus-summary-low-undownloaded-face)
15311 (gnus-summary-normal-undownloaded-face)
15312 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15313 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15314 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15315 (gnus-splash-face):
15316 New backward-compatibility aliases for renamed faces.
15317 (gnus-group-startup-message): Use renamed gnus faces.
15318
15319 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15320 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15321 (gnus-server-agent): Remove "-face" suffix from face names.
15322 (gnus-server-agent-face, gnus-server-opened-face)
15323 (gnus-server-closed-face, gnus-server-denied-face)
15324 (gnus-server-offline-face):
15325 New backward-compatibility aliases for renamed faces.
15326 (gnus-server-agent-face, gnus-server-opened-face)
15327 (gnus-server-closed-face, gnus-server-denied-face)
15328 (gnus-server-offline-face): Use renamed gnus faces.
15329
15330 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15331 Remove "-face" suffix from face names.
15332 (gnus-picon-xbm-face, gnus-picon-face):
15333 New backward-compatibility aliases for renamed faces.
15334
15335 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15336 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15337 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15338 (gnus-cite-11): Remove "-face" suffix from face names.
15339 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15340 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15341 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15342 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15343 New backward-compatibility aliases for renamed faces.
15344 (gnus-cite-attribution-face, gnus-cite-face-list)
15345 (gnus-article-boring-faces): Use renamed gnus faces.
15346
15347 * gnus-art.el (gnus-signature, gnus-header-from)
15348 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15349 (gnus-header-content): Remove "-face" suffix from face names.
15350 (gnus-signature-face, gnus-header-from-face)
15351 (gnus-header-subject-face, gnus-header-newsgroups-face)
15352 (gnus-header-name-face, gnus-header-content-face):
15353 New backward-compatibility aliases for renamed faces.
15354 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15355
15356 * gnus-sum.el (gnus-summary-selected-face)
15357 (gnus-summary-highlight): Use renamed gnus faces.
15358 * gnus-group.el (gnus-group-highlight): Likewise.
15359
15360 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15361
15362 * gnus-sieve.el (gnus-sieve-article-add-rule):
15363 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15364 * spam-stat.el (spam-stat-buffer-change-to-spam)
15365 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15366
15367 * message.el (message-is-yours-p):
15368 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15369
15370 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15371
15372 * mm-view.el (mm-inline-text): Withdraw the last change.
15373
15374 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15375
15376 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15377 executing enriched-decode.
15378
15379 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15380
15381 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15382 charset of tar files.
15383
15384 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15385
15386 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15387
15388 2005-06-04 Lute Kamstra <lute@gnu.org>
15389
15390 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15391 information is never recorded.
15392
15393 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15396
15397 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15398
15399 * pop3.el (pop3-apop): Run md5 in the binary mode.
15400
15401 * starttls.el (starttls-set-process-query-on-exit-flag):
15402 Use eval-and-compile.
15403
15404 2005-05-31 Simon Josefsson <jas@extundo.com>
15405
15406 * smime.el (smime-replace-in-string): Define.
15407 (smime-cert-by-ldap-1): Use it.
15408
15409 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15410
15411 * gnus-art.el (article-display-x-face): Replace
15412 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15413
15414 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15415 set-process-query-on-exit-flag or process-kill-without-query.
15416
15417 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15418 loop instead of replace-regexp.
15419
15420 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15421 instead of process-kill-without-query if it is available.
15422
15423 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15424 instead of find-file-hooks if it is available.
15425
15426 * mml1991.el: Bind pgg-default-user-id when compiling.
15427
15428 * mml2015.el: Bind pgg-default-user-id when compiling.
15429
15430 * nndraft.el (nndraft-request-associate-buffer):
15431 Use write-contents-functions instead of write-contents-hooks if it is
15432 available.
15433
15434 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15435 instead of find-file-hooks if it is available.
15436
15437 * nntp.el (nntp-open-connection): Replace
15438 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15439 (nntp-open-ssl-stream): Ditto.
15440 (nntp-open-tls-stream): Ditto.
15441
15442 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15443 set-process-query-on-exit-flag or process-kill-without-query.
15444 (starttls-open-stream-gnutls): Use it instead of
15445 process-kill-without-query.
15446 (starttls-open-stream): Ditto.
15447
15448 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15449
15450 * smime.el (smime-cert-by-ldap-1): Don't use
15451 replace-regexp-in-string.
15452
15453 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15454
15455 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15456
15457 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15458 in PEM format. Adjust to the XEmacs compatibility.
15459
15460 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15461
15462 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15463 by `string-to-number'.
15464 * gnus-agent.el (gnus-agent-regenerate-group)
15465 (gnus-agent-fetch-articles): Ditto.
15466 * gnus-art.el (gnus-button-fetch-group): Ditto.
15467 * gnus-cache.el (gnus-cache-generate-active)
15468 (gnus-cache-articles-in-group): Ditto.
15469 * gnus-group.el (gnus-group-set-current-level)
15470 (gnus-group-insert-group-line): Ditto.
15471 * gnus-score.el (gnus-score-set-expunge-below)
15472 (gnus-score-set-mark-below, gnus-summary-score-effect)
15473 (gnus-summary-score-entry): Ditto.
15474 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15475 (gnus-soup-pack): Ditto.
15476 * gnus-spec.el (gnus-xmas-format): Ditto.
15477 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15478 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15479 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15480 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15481 * nndb.el (nndb-get-remote-expire-response): Ditto.
15482 * nndiary.el (nndiary-parse-schedule-value)
15483 (nndiary-string-to-number, nndiary-request-replace-article)
15484 (nndiary-request-article): Ditto.
15485 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15486 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15487 * nneething.el (nneething-make-head): Ditto.
15488 * nnfolder.el (nnfolder-request-article)
15489 (nnfolder-retrieve-headers): Ditto.
15490 * nnheader.el (nnheader-file-to-number): Ditto.
15491 * nnkiboze.el (nnkiboze-request-article): Ditto.
15492 * nnmail.el (nnmail-process-unix-mail-format)
15493 (nnmail-process-babyl-mail-format): Ditto.
15494 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15495 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15496 (nnmh-request-create-group, nnmh-request-list-1)
15497 (nnmh-request-group, nnmh-request-article): Ditto.
15498 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15499 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15500 * nnsoup.el (nnsoup-make-active): Ditto.
15501 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15502 * nntp.el (nntp-find-group-and-number)
15503 (nntp-retrieve-headers-with-xover): Ditto.
15504 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15505 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15506 (pgg-format-key-identifier): Ditto.
15507 * pop3.el (pop3-last, pop3-stat): Ditto.
15508 * qp.el (quoted-printable-decode-region): Ditto.
15509
15510 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15511 of concat.
15512
15513 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15514
15515 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15516
15517 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15518
15519 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15520
15521 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15522
15523 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15524
15525 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15526
15527 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15528 (gnus-carpal-mode): Ditto.
15529
15530 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15531 (gnus-browse-mode): Ditto.
15532
15533 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15534
15535 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15536
15537 2005-05-29 Richard M. Stallman <rms@gnu.org>
15538
15539 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15540
15541 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15542
15543 * gnus-util.el (gnus-run-mode-hooks): New function.
15544
15545 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15546
15547 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15548
15549 * gnus-agent.el (gnus-agent-make-mode-line-string):
15550 Use mode-line-highlight as mouse-face.
15551
15552 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15553
15554 * canlock.el (canlock): Change the parent group to news.
15555
15556 * deuglify.el (gnus-outlook-deuglify): Add :group.
15557
15558 * dig.el (dig): Add :group.
15559
15560 * dns-mode.el (dns-mode): Add :group.
15561
15562 * encrypt.el (encrypt): Add :group.
15563
15564 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15565 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15566 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15567 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15568 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15569
15570 * gnus-diary.el (gnus-diary): Add :group.
15571
15572 * gnus.el (gnus-group-news-1-face): Add :group.
15573 (gnus-group-news-1-empty-face): Ditto.
15574 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15575 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15576 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15577 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15578 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15579 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15580 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15581 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15582 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15583 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15584 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15585 (gnus-summary-high-ticked-face): Ditto.
15586 (gnus-summary-low-ticked-face): Ditto.
15587 (gnus-summary-normal-ticked-face): Ditto.
15588 (gnus-summary-high-ancient-face): Ditto.
15589 (gnus-summary-low-ancient-face): Ditto.
15590 (gnus-summary-normal-ancient-face): Ditto.
15591 (gnus-summary-high-undownloaded-face): Ditto.
15592 (gnus-summary-low-undownloaded-face): Ditto.
15593 (gnus-summary-normal-undownloaded-face): Ditto.
15594 (gnus-summary-high-unread-face): Ditto.
15595 (gnus-summary-low-unread-face): Ditto.
15596 (gnus-summary-normal-unread-face): Ditto.
15597 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15598 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15599
15600 * hashcash.el (hashcash): New custom group.
15601 (hashcash-default-payment): Add :group.
15602 (hashcash-payment-alist): Ditto.
15603 (hashcash-default-accept-payment): Ditto.
15604 (hashcash-accept-resources): Ditto.
15605 (hashcash-path): Ditto.
15606 (hashcash-extra-generate-parameters): Ditto.
15607 (hashcash-double-spend-database): Ditto.
15608 (hashcash-in-news): Ditto.
15609
15610 * message.el (message-minibuffer-local-map): Add :group.
15611
15612 * netrc.el (netrc): Add :group.
15613
15614 * sieve-manage.el (sieve-manage-log): Add :group.
15615 (sieve-manage-default-user): Diito.
15616 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15617 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15618 (sieve-manage-authenticators): Ditto.
15619 (sieve-manage-authenticator-alist): Ditto.
15620 (sieve-manage-default-port): Ditto.
15621
15622 * sieve-mode.el (sieve-control-commands-face): Add :group.
15623 (sieve-action-commands-face): Ditto.
15624 (sieve-test-commands-face): Ditto.
15625 (sieve-tagged-arguments-face): Ditto.
15626
15627 * smime.el (smime): Add :group.
15628
15629 * spam-report.el (spam-report): Add :group.
15630
15631 * spam.el (spam, spam-face): Add :group.
15632
15633 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15634
15635 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15636 return \n.\n.\n at the end of articles. Protect against that.
15637 (nntp-with-open-group): Allow debugging.
15638
15639 * nnheader.el (mail-header-set-extra): Make into a function
15640 because I just could't understand how to quote the list properly.
15641
15642 * dns.el (query-dns-cached): New function.
15643
15644 2005-05-26 Lute Kamstra <lute@gnu.org>
15645
15646 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15647
15648 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15649
15650 * gnus-art.el: Don't autoload mail-extract-address-components.
15651
15652 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15653 eval-and-compile to evaluate it.
15654
15655 * hashcash.el: Don't autoload executable-find.
15656
15657 * nndb.el: Don't declare the nndb back end two or more times; don't
15658 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15659
15660 * nntp.el: Autoload format-spec instead of format; use
15661 eval-and-compile to evaluate autoload forms.
15662
15663 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15664
15665 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15666
15667 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15668
15669 * gnus.el (gnus-version-number): Bump version.
15670
15671 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15672
15673 * gnus.el: No Gnus v0.3 is released.
15674
15675 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15676
15677 * gnus-art.el (gnus-article-edit-part): Disable undo.
15678
15679 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15680
15681 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15682 gnus-article-date-lapsed-new-header is t if date timer is active;
15683 skip headers in which the original date value is empty.
15684 (gnus-article-save-original-date): Redefine it as a macro.
15685 (gnus-display-mime): Use it.
15686
15687 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15688
15689 * gnus-art.el (article-date-ut): Support converting date in
15690 forwarded parts as well.
15691 (gnus-article-save-original-date): New function.
15692 (gnus-display-mime): Use it.
15693
15694 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15695
15696 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15697 enclosure element of <item>.
15698
15699 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15700
15701 * message.el (message-kill-buffer-query): Rename from
15702 `message-kill-buffer-query-if-modified'. Add :version.
15703
15704 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15705
15706 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15707 window layout.
15708
15709 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15710
15711 * mml.el: Autoload dnd when compiling.
15712
15713 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15714
15715 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15716 x-dnd-*.
15717
15718 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15719
15720 * qp.el (quoted-printable-encode-region): Save excursion.
15721
15722 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15723
15724 * message.el (message-kill-buffer-query-if-modified): Add new variable
15725 so the user can kill a modified message buffer quickly.
15726 (message-kill-buffer): Use it.
15727
15728 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15729
15730 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15731 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15732
15733 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15734
15735 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15736 contained in text because xml.el decodes entities) with LFs.
15737
15738 2005-04-11 Lute Kamstra <lute@gnu.org>
15739
15740 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15741 differently.
15742
15743 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15744
15745 * mm-util.el (mm-detect-coding-region): Typo.
15746
15747 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15748
15749 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15750
15751 2005-04-06 Deepak Goel <deego@gnufans.org>
15752
15753 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15754 user-function allow user modifications of the scores.
15755 (spam-stat-score-buffer-user): New function, to allow
15756 user-computed modifications to the score.
15757 (spam-stat-score-buffer-user-functions): List of additional
15758 scoring functions.
15759 (spam-stat-error-holder): Global temporary error holder.
15760 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15761 variable.
15762
15763 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15764
15765 * gnus-registry.el (gnus-registry-clean-empty-function)
15766 (gnus-registry-trim, gnus-registry-fetch-groups)
15767 (gnus-registry-delete-group): Groups that match
15768 `gnus-registry-ignored-groups' are removed from the registry
15769 entries, not just ignored for splitting. This helps clean up the
15770 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15771 to get all the groups a message ID is in.
15772
15773 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15774 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15775 (spam-stat-score-buffer-user-functions): Add :number custom type.
15776
15777 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15778
15779 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15780 argument in XEmacs.
15781
15782 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15783 (nnrss-request-group): Decode group name first.
15784 (nnrss-request-article): Make a text/plain article if mml-to-mime
15785 failed.
15786 (nnrss-get-encoding): Return a compatible encoding according to
15787 nnrss-compatible-encoding-alist.
15788 (nnrss-find-el): Use consp instead of listp.
15789 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15790
15791 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15792
15793 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15794 which Emacs 20 doesn't support.
15795 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15796
15797 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15798
15799 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15800 silence the byte compiler inside the defun.
15801
15802 * gnus-demon.el (parse-time-string): Add autoload.
15803
15804 * gnus-delay.el (parse-time-string): Add autoload.
15805
15806 * gnus-art.el (parse-time-string): Add autoload.
15807
15808 * nnultimate.el (parse-time): Require for `parse-time-string'.
15809
15810 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15811
15812 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15813
15814 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15815
15816 * smime.el (smime-ldap-host-list): Add :version.
15817
15818 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15819
15820 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15821 pass it to `gnus-browse-read-group'.
15822 (gnus-browse-read-group): Add NUMBER argument and pass it to
15823 `gnus-group-read-ephemeral-group'.
15824
15825 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15826 argument and pass it to `gnus-group-read-group'.
15827
15828 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15829
15830 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15831 mm-xemacs-find-mime-charset-1 if we have the mule feature
15832 available at runtime.
15833
15834 2005-03-25 Werner Lemberg <wl@gnu.org>
15835
15836 * nnmaildir.el: Replace `illegal' with `invalid'.
15837
15838 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15839
15840 * gnus-start.el (gnus-display-time-event-handler):
15841 Check display-time-timer at runtime rather than only at load time
15842 in case display-time-mode is turned off in the mean time.
15843
15844 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15845
15846 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15847 used.
15848
15849 * nneething.el (nneething-map-file-directory): Derive from
15850 `gnus-directory'.
15851
15852 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15853 the To/Cc button.
15854
15855 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15856
15857 * nnmaildir.el (nnmaildir-request-accept-article):
15858 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15859
15860 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15861
15862 * gnus-async.el: Require timer-funcs at compile time when in
15863 XEmacs for `run-with-idle-timer'.
15864
15865 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15866
15867 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15868 autoloaded function.
15869
15870 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15871
15872 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15873
15874 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
15875
15876 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15877
15878 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15879
15880 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15881 Add gnus-expert-user to default.
15882
15883 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15884
15885 * nnimap.el (nnimap-open-server): Ditto.
15886
15887 * imap.el (imap-authenticate): Fix typo.
15888
15889 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15890
15891 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15892 buffer (since IMAP server might return FETCH response out of
15893 order, and the nntp buffer must be sorted).
15894
15895 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15896
15897 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15898 comparison on string.
15899
15900 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15901 (gnus-agent-score): Rename category keywords to match gnus-cus.
15902 (gnus-agent-summary-fetch-series): Modify to protect against
15903 gnus-agent-summary-fetch-group clearing processable flags.
15904 (gnus-agent-synchronize-group-flags): Update live group buffer as
15905 synchronization may occur due to the user toggle the plugged
15906 status.
15907 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15908 successfully downloaded.
15909 (gnus-agent-expire-group-1): Avoid using markers when the overview
15910 is in ascending order; greatly improves performance.
15911 (gnus-agent-regenerate-group):
15912 Use gnus-agent-synchronize-group-flags to reset read status in both
15913 gnus and server.
15914 (gnus-agent-update-files-total-fetched-for): Fix initial size.
15915
15916 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15917
15918 * message.el: Don't autoload former message-utils variables.
15919 (message-strip-subject-trailing-was): Change doc string.
15920
15921 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15922 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15923 (nnweb-google-search): Add "hl=en" here.
15924 (nnweb-google-parse-1, nnweb-google-create-mapping):
15925 Don't hardcode URL.
15926
15927 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15928
15929 * message.el (message-get-reply-headers, message-followup):
15930 Mention related variables `message-use-followup-to' and
15931 `message-use-mail-followup-to', in the information buffer.
15932
15933 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15934 of broken groups(-beta).google.com.
15935
15936 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15937
15938 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15939 parameter to invoked gnus-request-move-article; remove the
15940 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15941 all at once instead of once per article.
15942 (gnus-summary-remove-process-mark): Accept a list of articles as
15943 well as a single article for processing.
15944
15945 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15946 parameter.
15947
15948 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15949
15950 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15951
15952 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15953 parameter.
15954
15955 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15956 parameter.
15957
15958 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15959 parameter and remove the gnus-sum-hint-move-is-internal variable.
15960
15961 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15962 parameter.
15963
15964 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15965 parameter.
15966
15967 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15968 parameter.
15969
15970 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15971
15972 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15973 parameter.
15974
15975 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15976 parameter.
15977
15978 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15979
15980 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15981 a more conservative way.
15982
15983 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15984
15985 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15986 buffer, so it moves the window's cursor.
15987
15988 2005-02-26 Arne Jørgensen <arne@arnested.dk>
15989
15990 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15991 `mm-dissect-multipart' and receive the from field as an (optional)
15992 argument from `mm-dissect-multipart'.
15993 (mm-dissect-multipart): Receive the from field as an argument and
15994 pass it on when we call `mm-dissect-buffer' on MIME parts.
15995 Fixes verification/decryption of signed/encrypted MIME parts.
15996
15997 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15998
15999 * gnus-sum.el (gnus-summary-move-article):
16000 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16001 whatever it calls (right now, only nnimap-request-move article
16002 respects it).
16003
16004 * nnimap.el (nnimap-request-move-article):
16005 When gnus-sum-hint-move-is-internal is set, don't do the extra
16006 nnimap-request-article.
16007
16008 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16009
16010 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16011
16012 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16013 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16014
16015 * gnus-sum.el (gnus-summary-caesar-message):
16016 Apply `gnus-treat-article' after rotation.
16017
16018 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16019 doc string.
16020
16021 2005-02-22 Simon Josefsson <jas@extundo.com>
16022
16023 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16024 `password-cache-expiry' instead). Reported by Arne Jørgensen
16025 <arne@arnested.dk>.
16026 (encrypt): Add password-cache and password-cache-expiry as group
16027 members.
16028
16029 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16030
16031 * smime.el (smime-ldap-host-list): Doc fix.
16032 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16033 cache) password.
16034 (smime-sign-region): Use it.
16035 (smime-decrypt-region): Use it.
16036 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16037 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16038 fails.
16039 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16040 certificate from DER to PEM format rather than calling openssl.
16041
16042 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16043
16044 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16045 for signing/encryption.
16046
16047 * mml.el (mml-parse-1): Use them.
16048
16049 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16050
16051 * nnrss.el (nnrss-verbose): Remove.
16052 (nnrss-request-group): Use `nnheader-message' instead.
16053
16054 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16055
16056 * nnrss.el (nnrss-verbose): New variable.
16057 (nnrss-request-group): Make it say nnrss is requesting a group.
16058
16059 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16060
16061 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16062 Handle news URL with given port correctly.
16063
16064 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16065
16066 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16067 containing special characters.
16068
16069 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16070
16071 * mml.el (mime-to-mml): Ditto.
16072
16073 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16074 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16075 (rfc2047-decode-region): Quote decoded words containing special
16076 characters when rfc2047-quote-decoded-words-containing-tspecials
16077 is non-nil.
16078
16079 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16080
16081 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16082
16083 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16084
16085 2005-02-15 Simon Josefsson <jas@extundo.com>
16086
16087 * nnimap.el (nnimap-debug): Doc fix.
16088
16089 * imap.el (imap-debug): Doc fix.
16090
16091 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16092
16093 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16094
16095 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16096
16097 * gnus.el (spam-contents): Improve docs for spam-contents
16098 parameter in its variable incarnation.
16099
16100 2005-02-14 Simon Josefsson <jas@extundo.com>
16101
16102 * smime-ldap.el: Use require instead of load-library for ldap.
16103 (smime-ldap-search): Indent.
16104 (smime-ldap-search-internal): Shorten line.
16105
16106 * smime.el (smime-cert-by-dns): Add doc-string.
16107 (smime-cert-by-ldap-1): Indent.
16108
16109 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16110 mml-smime-get-dns-ldap.
16111 (mml-smime-encrypt-query): Use new function. Default to ldap.
16112
16113 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16114
16115 * smime.el: Require smime-ldap.
16116 (smime-ldap-host-list): New variable.
16117 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16118
16119 * mml-smime.el (mml-smime-encrypt-query): New function.
16120 (mml-smime-encrypt-query): Use it.
16121
16122 * smime-ldap.el: New file.
16123
16124 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16125
16126 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16127
16128 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16129
16130 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16131 argument in doc string. Make query for type more clear.
16132
16133 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16134
16135 * gnus.el (gnus-group-startup-message): Search for gnus images in
16136 etc/images/gnus.
16137 * mm-util.el (mm-image-load-path): Likewise.
16138 * smiley.el (smiley-data-directory): Search for smilies in
16139 etc/images/smilies.
16140
16141 2005-02-09 Kim F. Storm <storm@cua.dk>
16142
16143 Change Emacs release version from 21.4 to 22.1 throughout.
16144 Change Emacs development version from 21.3.50 to 22.0.50.
16145
16146 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16147
16148 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16149
16150 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16151 non-Mule XEmacs as well.
16152 (mm-decompress-buffer): Signal an error intentionally if it does
16153 not decompress compressed data because auto-compression-mode is
16154 disabled.
16155
16156 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16157
16158 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16159 an ID in the registry even if it has no groups.
16160
16161 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16162
16163 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16164 merge it into mm-decompress-buffer.
16165 (gnus-mime-copy-part): Use the MIME part charset, the value which
16166 a user specified or gnus-newsgroup-charset for decoding, like
16167 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16168 save-buffer what was used. Suggested by Kevin Ryde
16169 <user42@zip.com.au>.
16170 (gnus-mime-inline-part): Allow the name parameter as well as the
16171 filename parameter; force decompressing of compressed data; always
16172 display contents being not decoded as unibyte.
16173
16174 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16175 as well as the filename parameter.
16176
16177 * mm-util.el (mm-decompress-buffer):
16178 Merge gnus-mime-jka-compr-maybe-uncompress.
16179 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16180 of compressed data.
16181
16182 2005-02-08 Simon Josefsson <jas@extundo.com>
16183
16184 * imap.el (imap-log): Doc fix.
16185
16186 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16187
16188 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16189 the coding cookies; decompress compressed parts.
16190
16191 * mml.el (mml-generate-mime-1): Add the charset parameter according
16192 to the value which a user specified manually or the coding cookie.
16193
16194 * mm-util.el (mm-string-to-multibyte): New function.
16195 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16196 (mm-coding-system-to-mime-charset): New function.
16197 (mm-decompress-buffer): New function.
16198 (mm-find-buffer-file-coding-system): New function.
16199
16200 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16201 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16202 parts.
16203
16204 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16205
16206 * mm-view.el (mm-display-inline-fontify): Decode a part according
16207 to the charset parameter.
16208
16209 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16210
16211 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16212 prefix arg is neither nil nor a number, as info specifies.
16213
16214 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16215
16216 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16217 timestamps.
16218
16219 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16220
16221 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16222 groups error checking and notify user.
16223
16224 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16225
16226 * message.el (message-send-mail-function): Check existence of
16227 sendmail-program first before using default value
16228 `message-send-mail-with-sendmail'. Otherwise use more generic
16229 `smtpmail-send-it'.
16230
16231 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16232
16233 * nntp.el (nntp-request-update-info): Always return nil.
16234
16235 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16236
16237 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16238
16239 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16240
16241 * message.el (message-beginning-of-line): Change the behavior when
16242 invoked between BOL and : so that it first moves backward.
16243
16244 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16245
16246 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16247 article buffer when editing of the article is discarded.
16248 (gnus-article-prepare): Revert.
16249
16250 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16251
16252 * gnus-art.el (gnus-article-prepare):
16253 Remove message-strip-forbidden-properties from the local hook.
16254
16255 2005-01-27 Simon Josefsson <jas@extundo.com>
16256
16257 * password.el (password-cache-add): Only start one timer per key.
16258 Reported by Derek Atkins <warlord@MIT.EDU>.
16259
16260 2005-01-26 Steve Youngs <steve@sxemacs.org>
16261
16262 * run-at-time.el: Remove. It is no longer needed as
16263 timer-funcs.el in the xemacs-base package has a working version of
16264 `run-at-time'.
16265
16266 * password.el: Require timer-funcs instead of run-at-time in
16267 XEmacs.
16268 Remove `password-run-at-time' macro.
16269 (password-cache-add): Use `run-at-time' instead of
16270 `password-run-at-time'.
16271
16272 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16273 for `run-with-idle-timer'.
16274
16275 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16276 for `run-at-time'.
16277
16278 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16279 for `with-timeout'.
16280
16281 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16282
16283 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16284 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16285
16286 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16287
16288 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16289 sensitively.
16290
16291 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16292
16293 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16294
16295 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16296
16297 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16298 which will be inserted according to the multibyteness of a buffer
16299 rather than the type of contents. Suggested by ARISAWA Akihiro
16300 <ari@mbf.ocn.ne.jp>.
16301
16302 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16303 of string which old xml.el may return rather than a string.
16304
16305 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16306
16307 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16308
16309 2005-01-16 Simon Josefsson <jas@extundo.com>
16310
16311 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16312 idn/idna.el isn't available.
16313 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16314 <michael@waxrat.com>.
16315
16316 * hashcash.el: Remove non-FSF copyright header.
16317
16318 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16319 (hashcash-generate-payment): Use it.
16320 (hashcash-generate-payment-async): Use it.
16321
16322 2005-01-15 Simon Josefsson <jas@extundo.com>
16323
16324 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16325 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16326
16327 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16328 gnus-summary-idna-message.
16329 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16330 (gnus-summary-idna-message): New function.
16331
16332 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16333
16334 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16335 gnus-novice-user.
16336
16337 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16338
16339 * nnrss.el (nnrss-request-delete-group): Delete entries in
16340 nnrss-group-alist as well.
16341 (nnrss-save-server-data): Insert newline.
16342
16343 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16344
16345 * gnus.el (gnus-user-agent): Use list of symbols instead of
16346 symbols. Display full version number for (S)XEmacs.
16347 Optionally display (S)XEmacs codename.
16348
16349 * gnus-util.el (gnus-emacs-version): Update for new
16350 `gnus-user-agent'.
16351
16352 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16353 Gnus version.
16354
16355 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16356
16357 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16358 which is unreadable in some setups.
16359
16360 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16361
16362 * gnus-spec.el (gnus-update-format-specifications): Flush the
16363 group format spec cache if it doesn't support decoded group names.
16364
16365 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16366
16367 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16368 Allow to apply decay on score files matching a regexp.
16369
16370 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16371
16372 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16373 compatibility in %g and %c.
16374
16375 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16376
16377 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16378 name for only %g and %c.
16379 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16380 of gnus-tmp-group to decoded group name.
16381 (gnus-group-make-rss-group): Exclude `/'s from group names.
16382
16383 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16384
16385 * nnrss.el (nnrss-get-encoding): Fix regexp.
16386
16387 2004-12-27 Simon Josefsson <jas@extundo.com>
16388
16389 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16390 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16391 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16392
16393 2004-12-17 Kim F. Storm <storm@cua.dk>
16394
16395 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16396
16397 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16398
16399 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16400
16401 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16402
16403 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16404
16405 * nnrss.el: Require rfc2047 and mml.
16406 (nnrss-file-coding-system): New variable.
16407 (nnrss-format-string): Redefine it as an inline function.
16408 (nnrss-decode-group-name): New function.
16409 (nnrss-string-as-multibyte): Remove.
16410 (nnrss-retrieve-headers): Decode group name; don't use
16411 nnrss-format-string.
16412 (nnrss-request-group): Decode group name.
16413 (nnrss-request-article): Decode group name; allow a Message-ID as
16414 well as an article number; don't use nnrss-format-string; encode a
16415 Message-ID string which may contain non-ASCII characters; use
16416 mml-to-mime to compose a MIME article.
16417 (nnrss-request-expire-articles): Decode group name.
16418 (nnrss-request-delete-group): Decode group name.
16419 (nnrss-fetch): Clarify error message.
16420 (nnrss-read-server-data): Use insert-file-contents instead of load;
16421 bind file-name-coding-system; use multibyte buffer.
16422 (nnrss-save-server-data): Bind coding-system-for-write to the
16423 value of nnrss-file-coding-system; bind file-name-coding-system;
16424 add coding cookie.
16425 (nnrss-read-group-data): Use insert-file-contents instead of load;
16426 bind file-name-coding-system; use multibyte buffer.
16427 (nnrss-save-group-data): Bind coding-system-for-write to the
16428 value of nnrss-file-coding-system; bind file-name-coding-system.
16429 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16430 make it work with non-ASCII text.
16431 (nnrss-find-el): Make it work with old xml.el as well.
16432
16433 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16434
16435 * nnrss.el (nnrss-get-encoding): New function.
16436 (nnrss-fetch): Use unibyte buffer initially; bind
16437 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16438 decode contents according to the encoding attribute.
16439 (nnrss-save-group-data): Add coding cookie.
16440 (nnrss-mime-encode-string): New function.
16441 (nnrss-check-group): Use it to encode subject and author.
16442
16443 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16444
16445 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16446 imaginary variable.
16447
16448 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16449
16450 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16451 correctly even if there are wide characters.
16452
16453 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16454
16455 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16456 downcased symbol names; make a new cache instead of reusing
16457 bbdb-hashtable.
16458
16459 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16460
16461 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16462 concatenating segments rather than before concatenating them.
16463 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16464
16465 * message.el (message-get-reply-headers): Bind `extra'.
16466
16467 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16468
16469 * message.el (message-extra-wide-headers): New variable.
16470 (message-get-reply-headers): Use it.
16471
16472 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16473
16474 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16475 (gnus-agent-group-pathname): Ditto.
16476
16477 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16478
16479 * gnus-group.el (gnus-group-make-group): Decode group name.
16480 (gnus-group-make-rss-group): Register the group data after opening
16481 the nnrss group.
16482
16483 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16484
16485 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16486 by expiry now get marked as read.
16487
16488 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16489
16490 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16491
16492 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16493
16494 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16495 unify Latin characters in XEmacs.
16496 (mm-find-mime-charset-region): Use it.
16497
16498 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16499
16500 * gnus-util.el (gnus-delete-directory): New function.
16501
16502 * gnus-agent.el (gnus-agent-delete-group): Use it.
16503
16504 * gnus-cache.el (gnus-cache-delete-group): Use it.
16505
16506 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16507
16508 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16509 names.
16510
16511 2004-12-16 Simon Josefsson <jas@extundo.com>
16512
16513 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16514
16515 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16516
16517 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16518
16519 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16520 (gnus-group-set-current-level): Decode group name.
16521
16522 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16523
16524 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16525 failed.
16526
16527 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16528
16529 * gnus-group.el (gnus-group-delete-group): Decode group name.
16530 (gnus-group-make-rss-group): Encode group name.
16531 (gnus-group-catchup-current): Decode group name.
16532 (gnus-group-kill-group): Decode group name.
16533
16534 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16535
16536 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16537
16538 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16539
16540 * gnus-group.el (gnus-group-make-rss-group):
16541 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16542
16543 * gnus-start.el (gnus-setup-news): Honor user's setting to
16544 gnus-message-archive-method. Suggested by Lute Kamstra
16545 <lute@gnu.org>.
16546
16547 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16548
16549 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16550 global counterparts of the buffer-local variables.
16551
16552 2004-11-16 Romain Francoise <romain@orebokech.com>
16553
16554 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16555 counterparts of the buffer-local variables.
16556
16557 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16558
16559 * message.el (message-forbidden-properties): Fix typo in doc
16560 string.
16561
16562 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16563
16564 * gnus-util.el (gnus-replace-in-string): Add doc string.
16565
16566 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16567 to avoid problems when splitting mails with many recipients.
16568
16569 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16570
16571 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16572 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16573
16574 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16575
16576 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16577 if there is no hashtable in memory or file modification time is
16578 newer than cached timestamp.
16579
16580 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16581
16582 * gnus-sum.el (gnus-summary-limit-to-recipient):
16583 Implement not-matching option.
16584
16585 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16586
16587 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16588 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16589 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16590 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16591 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16592 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16593
16594 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16595
16596 * message.el (message-forward-make-body-mml): Remove headers
16597 according to message-forward-ignored-headers if a message is decoded.
16598
16599 2004-12-02 Romain Francoise <romain@orebokech.com>
16600
16601 * message.el (message-forward-make-body-plain): Always remove
16602 headers according to message-forward-ignored-headers.
16603
16604 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16605
16606 * spam.el (spam-summary-prepare-exit): Remove the
16607 gnus-summary-limit pop for now, it has problems with ham marks for
16608 me.
16609
16610 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16611
16612 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16613 correctly.
16614
16615 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16616
16617 * format-spec.el (format-spec): Message the char.
16618
16619 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16620
16621 * gnus-art.el (gnus-split-methods): Reformat comments.
16622
16623 * spam.el (spam-summary-prepare-exit): Remove article limits
16624 before exiting the summary buffer.
16625
16626 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16627
16628 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16629 order to silence the byte compiler.
16630
16631 * spam.el: Fix the way to silence the byte compiler, which
16632 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16633 bbdb-search-simple, spam-BBDB-register-routine,
16634 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16635 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16636 spam-stat-buffer-is-spam, spam-stat-load,
16637 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16638 spam-stat-save and spam-stat-split-fancy.
16639
16640 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16641
16642 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16643 which may confuse users.
16644 (canlock-password-for-verify): Ditto.
16645
16646 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16647
16648 * gnus-art.el (gnus-emphasis-alist): Ditto.
16649
16650 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16651
16652 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16653
16654 * gnus-start.el (gnus-save-killed-list): Ditto.
16655
16656 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16657 (gnus-sum-thread-tree-root): Ditto.
16658 (gnus-sum-thread-tree-false-root): Ditto.
16659 (gnus-sum-thread-tree-single-indent): Ditto.
16660
16661 * message.el (message-courtesy-message): Ditto.
16662 (message-archive-note): Ditto.
16663 (message-subscribed-address-file): Ditto.
16664 (message-user-fqdn): Ditto.
16665
16666 * spam-report.el (spam-report-gmane-regex): Ditto.
16667
16668 * spam.el (spam-blackhole-good-server-regex): Ditto.
16669
16670 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16671
16672 * mml.el (mml-preview): Widen the message buffer before copying
16673 the contents to the preview buffer; sort headers before previewing.
16674
16675 * message.el (message-hidden-headers): Fix the way to avoid a bug
16676 in the `repeat' widget in Emacs 21.3 or earlier.
16677
16678 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16679
16680 * message.el (message-hidden-headers): Default to "^References:".
16681 Improve customization type. Suggested by Reiner Steib
16682 <Reiner.Steib@gmx.de>.
16683
16684 2004-11-25 Romain Francoise <romain@orebokech.com>
16685
16686 * message.el (message-strip-forbidden-properties): Remove check for
16687 obsolete `message-hidden' text property, hidden headers are not
16688 accessible in the buffer anymore.
16689
16690 2004-11-22 Romain Francoise <romain@orebokech.com>
16691
16692 * message.el (message-header-format-alist): Add `From' in list
16693 so that it can be sorted.
16694 (message-fix-before-sending): Widen and sort headers before
16695 sending.
16696 (message-hide-headers): Use narrowing to hide headers by moving
16697 them to the top of the buffer and narrowing to the region
16698 underneath.
16699
16700 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16701
16702 * message.el (message-strip-forbidden-properties):
16703 Bind buffer-read-only (etc) to nil.
16704
16705 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16706
16707 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16708 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16709
16710 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16711
16712 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16713
16714 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16715
16716 * dns.el (query-dns): Use sit-for to time instead of
16717 accept-process-output, since that doesn't seem to work on udp
16718 sockets.
16719
16720 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16721
16722 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16723
16724 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16725
16726 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16727 doc string. Improve doc string.
16728
16729 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16730
16731 * nntp.el (nntp-request-update-info): Return nil if
16732 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16733 may not call gnus-activate-group which uselessly issues the GROUP
16734 commands for all nntp groups and wastes time. Reported by Romain
16735 Francoise <romain@orebokech.com>.
16736
16737 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16738
16739 2004-11-15 Simon Josefsson <jas@extundo.com>
16740
16741 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16742 headers separately.
16743 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16744 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16745
16746 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16747
16748 * gnus-start.el (gnus-convert-old-newsrc):
16749 Assign legacy-gnus-agent to 5.10.7.
16750
16751 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16752
16753 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16754 start of the lines.
16755
16756 2004-11-14 Magnus Henoch <mange@freemail.hu>
16757
16758 * hashcash.el (hashcash-default-payment): Change default to 20.
16759 (hashcash-default-accept-payment): Change default to 20.
16760 (hashcash-process-alist): New variable.
16761 (hashcash-generate-payment-async): Add.
16762 (hashcash-already-paid-p): Add.
16763 (hashcash-insert-payment): Don't generate payments twice.
16764 (hashcash-insert-payment-async): Add.
16765 (hashcash-insert-payment-async-2): Add.
16766 (hashcash-cancel-async): Add.
16767 (hashcash-wait-async): Add.
16768 (hashcash-processes-running-p): Add.
16769 (hashcash-wait-or-cancel): Add.
16770 (mail-add-payment): New optional argument. Conditionally start
16771 asynchronous calculation.
16772 (mail-add-payment-async): Add.
16773
16774 * message.el (message-send-mail): Wait for asynchronous hashcash
16775 results. Don't clobber existing X-Hashcash headers.
16776 (message-setup-1): Call mail-add-payment-async when
16777 message-generate-hashcash is non-nil.
16778
16779 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16780
16781 * message.el (message-use-alternative-email-as-from): Examine the
16782 From header as well; use message-make-from in order to include a
16783 user's full name.
16784
16785 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16786
16787 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16788 default; improve customization type.
16789 (gnus-emphasis-custom-with-format): New macro.
16790 (gnus-emphasis-custom-value-to-external): New function.
16791 (gnus-emphasis-custom-value-to-internal): New function.
16792
16793 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16794
16795 * dns.el (query-dns): Resolve reverse addresses.
16796
16797 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16798
16799 * gnus-group.el (gnus-group-get-new-news): Use it.
16800
16801 * gnus-start.el (gnus-check-reasonable-setup): New function.
16802
16803 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16804
16805 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16806 "Args out of range" error. Reported by Arnaud Giersch
16807 <arnaud.giersch@free.fr>.
16808
16809 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16810
16811 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16812
16813 2004-11-04 Richard M. Stallman <rms@gnu.org>
16814
16815 * spam.el (spam group): Add :version.
16816
16817 * pgg-def.el (pgg group): Add :version.
16818
16819 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16820
16821 * gnus-art.el (gnus-article-edit-article): Don't associate the
16822 article buffer with a draft file. This is a temporary measure
16823 against the 2004-08-22 change to gnus-article-edit-mode.
16824
16825 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16826
16827 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16828 (html2text-format-tags): Remove unused variable `attr'.
16829
16830 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16831
16832 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16833
16834 * spam-stat.el (spam-stat): Add :version.
16835
16836 * sieve.el (sieve): Add :version.
16837
16838 * sha1.el (sha1): Add :version.
16839 (sha1-use-external): Remove redundant version.
16840
16841 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16842 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16843 (nnmail-split-fancy-match-partial-words)
16844 (nnmail-split-lowercase-expanded): Add :version.
16845
16846 * nndiary.el (nndiary): Add :version.
16847
16848 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16849
16850 * mml-sec.el (mml-default-sign-method)
16851 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16852 Add :version.
16853
16854 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16855
16856 * mm-url.el (mm-url-use-external, mm-url-program)
16857 (mm-url-arguments): Add :version.
16858
16859 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16860 (mm-attachment-file-modes, mm-decrypt-option)
16861 (mm-w3m-safe-url-regexp): Add :version.
16862
16863 * message.el (message-cite-prefix-regexp)
16864 (message-sendmail-envelope-from, message-minibuffer-local-map)
16865 (message-user-fqdn, message-completion-alist): Add :version.
16866
16867 * gnus-win.el (gnus-configure-windows-hook)
16868 (gnus-use-frames-on-any-display): Add :version.
16869
16870 * gnus-art.el (gnus-article-address-banner-alist)
16871 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16872 (gnus-treat-from-picon, gnus-treat-mail-picon)
16873 (gnus-treat-x-pgp-sig): Add :version.
16874
16875 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16876 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16877 (gnus-summary-article-delete-hook)
16878 (gnus-summary-display-while-building): Add :version.
16879
16880 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16881 (gnus-get-top-new-news-hook): Add :version.
16882
16883 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16884 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16885
16886 * gnus-registry.el (gnus-registry): Add :version.
16887
16888 * gnus-spec.el (gnus-use-correct-string-widths)
16889 (gnus-make-format-preserve-properties): Add :version.
16890
16891 * gnus.el (gnus-group-charter-alist)
16892 (gnus-group-fetch-control-use-browse-url)
16893 (gnus-install-group-spam-parameters): Add :version.
16894
16895 * gnus-diary.el (gnus-diary): Add :version.
16896
16897 * gnus-delay.el (gnus-delay): Add :version.
16898
16899 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16900 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16901 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16902 Add :version.
16903
16904 * gnus-agent.el (gnus-agent-max-fetch-size)
16905 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16906 (gnus-agent-prompt-send-queue): Add :version.
16907
16908 * deuglify.el (gnus-outlook-deuglify): Add :version.
16909
16910 * html2text.el: Beautify code. Improve doc strings.
16911 Some checkdoc cleanup.
16912 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16913
16914 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16915
16916 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16917
16918 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16919
16920 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16921 when package is loaded.
16922
16923 * spam.el (spam-summary-score-preferred-header): Add global preference
16924 for people who want to override the default SpamAssassin over
16925 Bogofilter preference (when both are set).
16926 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16927 (spam-user-format-function-S):
16928 Check spam-summary-score-preferred-header.
16929 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16930 (spam-user-format-function-S): Format the score correctly.
16931
16932 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16933
16934 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16935 signature file. Suggested by Manoj Srivastava
16936 <srivasta@golden-gryphon.com>.
16937
16938 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16939 iso-2022-jp even in the Japanese language environment.
16940 Suggested by Jason Rumney <jasonr@gnu.org>.
16941
16942 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16943
16944 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16945 use the same characters as the dummy marks; make it free from
16946 getting affected by the language environment.
16947 (gnus-summary-read-group-1): Update mark positions only when the
16948 format spec is updated.
16949
16950 * gnus-spec.el (gnus-update-format-specifications): Return a list
16951 of updated types.
16952
16953 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16954
16955 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16956 of boundp to check if display-warning is available.
16957
16958 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16959
16960 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16961
16962 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16963
16964 * nnspool.el (nnspool-spool-directory): Use news-path if the
16965 news-directory variable is not bound.
16966
16967 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16968 function instead of display-warning if it is not available.
16969
16970 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16971
16972 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16973 v5-10: Use `point-at-bol'.
16974
16975 2004-10-26 Simon Josefsson <jas@extundo.com>
16976
16977 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16978 <chenggao@gmail.com>.
16979
16980 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16981
16982 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16983 instead.
16984
16985 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16986
16987 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16988 to remove a server from the nnimap-server-buffer-alist.
16989 (nnimap-open-connection, nnimap-close-server): Use it.
16990
16991 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16992
16993 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16994
16995 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16996 running the major-mode function.
16997
16998 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16999
17000 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17001 dummy marks in the right way.
17002
17003 2004-10-18 David Edmondson <dme@dme.org>
17004
17005 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17006 excessively.
17007
17008 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17009
17010 * gnus-util.el (gnus-split-references): Accept a nil references
17011 string and go on blissfully.
17012
17013 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17014 cases where the references string is non-nil but has no references.
17015
17016 * encrypt.el: Add autoload tags.
17017
17018 * spam.el (spam-resolve-registrations-routine): Remove article
17019 from unregistration list too. Reported by David Hanak
17020 <dhanak@isis.vanderbilt.edu>
17021
17022 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17023
17024 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17025 nil. Change custom type.
17026
17027 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17028
17029 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17030
17031 * gnus-sum.el (gnus-summary-move-article): Use it.
17032
17033 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17034
17035 * encrypt.el: Add autoload cookies.
17036
17037 * spam.el (spam-backend-article-list-property)
17038 (spam-backend-get-article-todo-list)
17039 (spam-backend-put-article-todo-list)
17040 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17041 Resolve registrations separately.
17042 (spam-register-routine): Format comments.
17043 (spam-unregister-routine, spam-register-routine): Always call with
17044 specific-articles, no default list.
17045 (spam-summary-prepare-exit): Use the spam-classifications function.
17046
17047 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17048 gnus-encrypt.el.
17049
17050 * encrypt.el: Copied from gnus-encrypt.el.
17051
17052 * gnus-encrypt.el: Commented that it's obsolete.
17053
17054 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17055
17056 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17057 (gnus-score-save): Use it.
17058
17059 * message.el (message-bury): Use `window-dedicated-p'.
17060
17061 2004-10-15 Simon Josefsson <jas@extundo.com>
17062
17063 * pop3.el (top-level): Don't require nnheader.
17064 (pop3-read-timeout): Add.
17065 (pop3-accept-process-output): Add.
17066 (pop3-read-response, pop3-retr): Use it.
17067
17068 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17069
17070 * spam.el (spam-register-routine): Move comment.
17071 (spam-verify-bogofilter): Use 'unknown for the initial
17072 spam-bogofilter-valid state, not 'never.
17073
17074 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17075 for netrc-machine.
17076
17077 * nnimap.el (nnimap-open-connection):
17078 Use netrc-machine-user-or-password.
17079
17080 2004-10-17 Richard M. Stallman <rms@gnu.org>
17081
17082 * gnus-registry.el (gnus-registry-unload-hook):
17083 Set as a variable with add-hook.
17084
17085 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17086 of news-path.
17087
17088 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17089
17090 * spam.el: Delete duplicate `provide'.
17091 (spam-unload-hook): Set as a variable with add-hook.
17092
17093 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17094
17095 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17096 in the doc string.
17097
17098 * message.el (message-ignored-news-headers)
17099 (message-ignored-supersedes-headers)
17100 (message-ignored-resent-headers)
17101 (message-forward-ignored-headers): Improve custom type.
17102
17103 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17104
17105 * message.el (message-tokenize-header): Fix 2004-09-06 change
17106 which used point-min in the wrong place.
17107
17108 2004-10-12 Simon Josefsson <jas@extundo.com>
17109
17110 * tls.el (tls-certtool-program): New variable.
17111 (tls-certificate-information): New function, based on
17112 ssl-certificate-information.
17113
17114 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17115
17116 * compface.el: Move the version of ELisp-based uncompface program
17117 to the contrib directory because of the copyright problem.
17118
17119 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17120
17121 * message.el (message-kill-buffer): Raise the current frame.
17122
17123 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17124
17125 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17126
17127 * gnus.el (message-y-or-n-p): Autoload.
17128
17129 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17130 (pop3-password-required, pop3-authentication-scheme)
17131 (pop3-leave-mail-on-server): Make customizable.
17132 (pop3): New custom group.
17133 (pop3-retr): Remove `sleep-for' statements.
17134 Suggested by Dave Love <fx@gnu.org>.
17135
17136 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17137 Windows/DOS.
17138
17139 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17140 (imap-parse-body): Fix incorrect use of `assert'.
17141 Suggested by Dave Love <fx@gnu.org>.
17142
17143 * mml.el (mml-minibuffer-read-disposition): Require match.
17144 Suggested by Dave Love <fx@gnu.org>.
17145
17146 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17147
17148 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17149 doc string.
17150
17151 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17152
17153 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17154
17155 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17156
17157 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17158 instead of calling `mm-insert-inline', to decode text/* parts
17159 before displaying them.
17160
17161 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17162
17163 * mm-uu.el (mm-uu-text-plain-type): New variable.
17164 (mm-uu-pgp-signed-extract-1): Use it.
17165 (mm-uu-pgp-encrypted-extract-1): Use it.
17166 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17167 bind mm-uu-text-plain-type with that value.
17168 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17169 mm-uu-dissect.
17170
17171 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17172
17173 * gnus-group.el (gnus-update-group-mark-positions):
17174 * gnus-sum.el (gnus-update-summary-mark-positions):
17175 * message.el (message-check-news-body-syntax):
17176 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17177 of string-as-multibyte.
17178
17179 2004-10-05 Juri Linkov <juri@jurta.org>
17180
17181 * gnus-group.el (gnus-update-group-mark-positions):
17182 * gnus-sum.el (gnus-update-summary-mark-positions):
17183 * message.el (message-check-news-body-syntax):
17184 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17185 8-bit unibyte values to a multibyte string for search functions.
17186
17187 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17188
17189 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17190 (mm-uu-dissect-text-parts): New function.
17191
17192 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17193 dissect text parts.
17194
17195 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17196 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17197
17198 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17199
17200 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17201 Use gnus-current-topics instead of gnus-current-topic.
17202
17203 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17204
17205 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17206
17207 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17208
17209 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17210 where approriate.
17211
17212 * nnml.el (nnml-generate-active-info): do.
17213
17214 * nndiary.el (nndiary-generate-active-info): do.
17215
17216 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17217 (gnus-topic-move): do.
17218
17219 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17220 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17221
17222 * gnus-srvr.el (gnus-server-prepare)
17223 (gnus-server-open-all-servers): do.
17224
17225 * gnus-msg.el (gnus-summary-cancel-article)
17226 (gnus-summary-resend-message)
17227 (gnus-summary-mail-crosspost-complaint): do.
17228
17229 * gnus-move.el (gnus-change-server): do.
17230
17231 * gnus-group.el (gnus-group-unmark-all-groups)
17232 (gnus-group-set-current-level): do.
17233
17234 2004-10-04 Simon Josefsson <jas@extundo.com>
17235
17236 * message.el (message-generate-hashcash): Doc fix.
17237
17238 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17239
17240 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17241 avoid infinite recursion via gnus-get-function.
17242
17243 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17244
17245 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17246
17247 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17248
17249 * nnmail.el (nnmail-split-history): do.
17250
17251 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17252 (nnml-request-delete-group): do.
17253
17254 * nnslashdot.el (nnslashdot-read-groups): do.
17255
17256 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17257 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17258
17259 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17260 (nnspool-sift-nov-with-sed): Use last.
17261 (nnspool-retrieve-headers-with-nov): Use mapc.
17262 (nnspool-request-newgroups): Use dolist.
17263 (nnspool-request-group): Use last.
17264
17265 * nntp.el (nntp-read-server-type): Use dolist.
17266
17267 * nnvirtual.el (nnvirtual-create-mapping)
17268 (nnvirtual-update-read-and-marked): Use dolist.
17269 (nnvirtual-convert-headers): Simplify.
17270
17271 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17272
17273 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17274 Add support for sync'ing tick marks.
17275
17276 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17277
17278 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17279 there's no visible header.
17280
17281 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17282
17283 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17284 When necessary, pass full group name to gnus-request-set-marks.
17285
17286 2004-10-01 Simon Josefsson <jas@extundo.com>
17287
17288 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17289 acroread.
17290
17291 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17292
17293 * spam-report.el (spam-report-gmane): Fix interactive.
17294
17295 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17296
17297 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17298 when writing file.
17299 (gnus-agent-synchronize-flags): Don't default to being
17300 interactive.
17301
17302 2004-09-30 Simon Josefsson <jas@extundo.com>
17303
17304 * message.el (message-generate-hashcash): Add.
17305 (message-send-mail): Use it, call mail-add-payment.
17306
17307 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17308
17309 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17310
17311 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17312
17313 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17314 gnus-requst-update-info with explicit code to sync the in-memory
17315 info read flags with the marks being sync'd to the backend.
17316
17317 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17318
17319 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17320
17321 * spam.el (spam-verify-bogofilter): Add new function.
17322 (spam-check-bogofilter)
17323 (spam-bogofilter-register-with-bogofilter): Use it.
17324 (spam-verify-bogofilter): Add small fixes.
17325
17326 2004-09-28 Simon Josefsson <jas@extundo.com>
17327
17328 * hashcash.el (hashcash-generate-payment): Revert.
17329
17330 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17331
17332 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17333 Use gnus-extract-references instead of gnus-split-references.
17334
17335 * gnus-util.el (gnus-extract-references): Add new function, analogous
17336 to gnus-split-references but extracts only the message-ID without
17337 anything extra.
17338
17339 * hashcash.el (hashcash-generate-payment)
17340 (hashcash-check-payment): Do the right thing if hashcash-path is
17341 nil (because the hashcash program could not be found).
17342
17343 * spam.el (spam-use-hashcash): Remove comment.
17344
17345 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17346
17347 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17348 (gnus-cache-enter-article, gnus-cache-remove-article)
17349 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17350
17351 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17352
17353 * gnus-art.el (article-hide-boring-headers)
17354 (article-translate-strings, article-display-face)
17355 (gnus-article-mime-match-handle-first)
17356 (gnus-article-highlight-headers)
17357 (gnus-article-add-buttons-to-head): do.
17358
17359 2004-09-27 Simon Josefsson <jas@extundo.com>
17360
17361 * hashcash.el: New version, from
17362 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17363 ../contrib/.
17364
17365 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17366
17367 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17368
17369 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17370
17371 * gnus-dup.el (gnus-dup-open): Use mapc.
17372 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17373
17374 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17375 Reported by Stefan Wiens <s.wi@gmx.net>.
17376
17377 * gnus.el (gnus-shutdown): Use dolist.
17378
17379 * gnus-undo.el (gnus-undo): Use mapc.
17380
17381 * nnrss.el (nnrss-generate-active): do.
17382
17383 * message.el (message-cite-original-without-signature)
17384 (message-cite-original): Use mapc.
17385 (message-do-actions, message-make-forward-subject): Use dolist.
17386
17387 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17388
17389 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17390 deletion to remove entire duplicate line. Fixes merged article
17391 number bug.
17392
17393 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17394
17395 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17396 servers that are offline. Avoids having gnus-agent-toggle-plugged
17397 first ask if you want to open a server and then, even when you
17398 responded with no, asking if you want to synchronize the server's
17399 flags.
17400 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17401 multi-line expressions.
17402 (gnus-agent-synchronize-group-flags): New internal function.
17403 Updates marks in memory (in the info structure) AND in the
17404 backend.
17405
17406 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17407
17408 * nnagent.el (nnagent-request-set-mark):
17409 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17410 method, to ensure that synchronization updates marks in the
17411 backend and in the info (in memory) structure.
17412
17413 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17414
17415 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17416 convention fully; don't miss the root article of a thread; make
17417 the X-Draft-From header with correct article numbers.
17418
17419 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17420
17421 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17422 unless plugged. Disable the agent so that an open failure causes
17423 an error.
17424
17425 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17426 Revert 2004-09-21 change. The backend must be opened while
17427 synchronizing flags even when the backend stores the flags
17428 locally.
17429
17430 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17431
17432 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17433 in `header' match. Reported by Svend Tollak Munkejord.
17434
17435 * message.el (message-cite-original): Fix use of
17436 `message-cite-articles-with-x-no-archive'.
17437
17438 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17439
17440 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17441 (gnus-window-to-buffer): Ditto.
17442
17443 * mml.el (mml-preview-buffer): New variable.
17444 (mml-preview): Manage window layout with gnus-buffer-configuration.
17445
17446 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17447 X-Draft-From header even if those articles aren't quoted.
17448
17449 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17450
17451 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17452 (gnus-request-set-mark, gnus-request-update-mark): Use new
17453 g-s-t-u-l-m to decide to use backend even when unplugged.
17454
17455 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17456
17457 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17458 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17459
17460 2004-09-20 Simon Josefsson <jas@extundo.com>
17461
17462 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17463 "utf-16-le".
17464
17465 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17468
17469 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17470
17471 * uudecode.el (uudecode-use-external): Add :version.
17472
17473 * smime.el (smime-CA-file, smime-encrypt-cipher)
17474 (smime-dns-server): Add :version.
17475
17476 * smiley.el (gnus-smiley-file-types): Add :version.
17477
17478 * sha1.el (sha1-use-external): Add :version.
17479
17480 * pgg-def.el (pgg-query-keyserver): Add :version.
17481
17482 * nnmail.el (nnmail-fancy-expiry-targets)
17483 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17484 Add :version.
17485
17486 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17487 (nnimap-retrieve-groups-asynchronous): Add :version.
17488 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17489
17490 * mml.el (mml-content-disposition-parameters)
17491 (mml-insert-mime-headers-always): Add :version.
17492
17493 * mm-util.el (mm-coding-system-priorities): Add :version.
17494
17495 * mm-decode.el (mm-inline-text-html-with-images)
17496 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17497 (mm-verify-option): Add :version.
17498 (mm-text-html-renderer): Change :version.
17499
17500 * message.el (message-fcc-externalize-attachments)
17501 (message-required-headers, message-draft-headers)
17502 (message-subject-trailing-was-query)
17503 (message-subject-trailing-was-ask-regexp)
17504 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17505 (message-mark-insert-end, message-archive-header)
17506 (message-archive-note, message-cross-post-default)
17507 (message-cross-post-note, message-followup-to-note)
17508 (message-cross-post-note-function, message-use-mail-followup-to)
17509 (message-subscribed-address-functions)
17510 (message-subscribed-address-file, message-subscribed-addresses)
17511 (message-subscribed-regexps, message-allow-no-recipients)
17512 (message-yank-cited-prefix, message-signature-insert-empty-line)
17513 (message-hidden-headers, message-hierarchical-addresses)
17514 (message-mail-user-agent, message-use-idna)
17515 (message-valid-fqdn-regexp)
17516 (message-strip-special-text-properties, message-header-synonyms)
17517 (message-beginning-of-line, message-tab-body-function): Add :version.
17518 (message-insert-canlock, message-wide-reply-confirm-recipients):
17519 Change :version.
17520
17521 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17522 and :version.
17523 (mail-source-delete-old-incoming-confirm)
17524 (mail-source-movemail-program): Add :version.
17525
17526 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17527 (gnus-agent-cache, gnus-agent): Change :version.
17528
17529 * gnus-util.el (gnus-use-byte-compile): Change :version.
17530
17531 * gnus-sum.el (gnus-summary-make-false-root-always)
17532 (gnus-summary-default-high-score)
17533 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17534 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17535 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17536 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17537 (gnus-sum-thread-tree-single-indent)
17538 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17539 (gnus-sum-thread-tree-leaf-with-other)
17540 (gnus-sum-thread-tree-single-leaf): Add :version.
17541 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17542 (gnus-article-loose-mime): Change :version.
17543
17544 * gnus-start.el (gnus-backup-startup-file)
17545 (gnus-save-startup-file-via-temp-buffer): Add :version.
17546
17547 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17548 (gnus-server-offline-face): Add :version.
17549
17550 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17551
17552 * gnus-msg.el (gnus-gcc-externalize-attachments)
17553 (gnus-debug-files, gnus-debug-exclude-variables)
17554 (gnus-discouraged-post-methods): Change :version.
17555 (gnus-confirm-mail-reply-to-news)
17556 (gnus-confirm-treat-mail-like-news): Add :version.
17557
17558 * gnus-int.el (gnus-server-unopen-status): Add :version.
17559
17560 * gnus-group.el (gnus-group-jump-to-group-prompt)
17561 (gnus-large-ephemeral-newsgroup)
17562 (gnus-fetch-old-ephemeral-headers): Add :version.
17563
17564 * gnus-fun.el (gnus-x-face-directory)
17565 (gnus-convert-pbm-to-x-face-command)
17566 (gnus-convert-image-to-x-face-command)
17567 (gnus-convert-image-to-face-command): Add :version.
17568
17569 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17570
17571 * gnus-cite.el (gnus-cite-blank-line-after-header)
17572 (gnus-article-boring-faces): Add :version.
17573
17574 * gnus-art.el (gnus-buttonized-mime-types)
17575 (gnus-inhibit-mime-unbuttonizing)
17576 (gnus-treat-display-face)
17577 (gnus-treat-body-boundary): Change :version.
17578 (gnus-body-boundary-delimiter, gnus-picon-databases)
17579 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17580 (gnus-treat-date-english, gnus-treat-fold-headers)
17581 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17582 (gnus-treat-mail-picon, gnus-treat-wash-html)
17583 (gnus-article-encrypt-protocol)
17584 (gnus-use-idna, gnus-article-over-scroll)
17585 (gnus-mime-display-multipart-alternative-as-mixed)
17586 (gnus-mime-display-multipart-related-as-mixed)
17587 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17588 (gnus-ctan-url, gnus-button-ctan-handler)
17589 (gnus-button-handle-ctan-bogus-regexp)
17590 (gnus-button-ctan-directory-regexp)
17591 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17592 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17593 (gnus-button-man-level, gnus-button-emacs-level)
17594 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17595
17596 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17597 (gnus-agent-go-online): Change :version.
17598 (gnus-agent-expire-unagentized-dirs)
17599 (gnus-agent-auto-agentize-methods): Add :version.
17600
17601 * flow-fill.el (fill-flowed-display-column)
17602 (fill-flowed-encode-column): Add :version.
17603
17604 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17605 (gnus-outlook-deuglify-unwrap-max)
17606 (gnus-outlook-deuglify-cite-marks)
17607 (gnus-outlook-deuglify-unwrap-stop-chars)
17608 (gnus-outlook-deuglify-no-wrap-chars)
17609 (gnus-outlook-deuglify-attrib-cut-regexp)
17610 (gnus-outlook-deuglify-attrib-verb-regexp)
17611 (gnus-outlook-deuglify-attrib-end-regexp)
17612 (gnus-outlook-display-hook): Add :version.
17613
17614 * binhex.el (binhex-use-external): Add :version.
17615
17616 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17617
17618 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17619 and `invisible'.
17620
17621 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17622
17623 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17624 in gnus-registry-trim.
17625
17626 2004-09-13 Simon Josefsson <jas@extundo.com>
17627
17628 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17629
17630 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17631
17632 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17633 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17634 <yamaoka@jpl.org>.
17635 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17636 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17637 <yamaoka@jpl.org>.
17638
17639 * sieve.el (sieve-manage-mode): Ditto.
17640
17641 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17642
17643 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17644
17645 2004-09-11 Simon Josefsson <jas@extundo.com>
17646
17647 * dns-mode.el: Add.
17648
17649 * mm-view.el (mm-display-dns-inline): Add.
17650
17651 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17652 (mm-automatic-display): Ditto.
17653
17654 * mailcap.el (mailcap-mime-data): Add text/dns.
17655 (mailcap-mime-extensions): Map .soa to text/dns.
17656
17657 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17658
17659 * gnus-art.el (article-decode-mime-words, article-babel)
17660 (gnus-article-highlight-signature, gnus-article-add-buttons)
17661 (gnus-signature-toggle): Remove unnecessary bindings of
17662 `inhibit-read-only' inherited from v5.10 merge.
17663
17664 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17665
17666 * nntp.el (nntp): New customization group.
17667 (nntp-authinfo-file): Add customization group.
17668
17669 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17670
17671 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17672
17673 * gnus.el (to-address, to-list, subscribed)
17674 (large-newsgroup-initial): Ditto.
17675
17676 * flow-fill.el (fill-flowed-display-column)
17677 (fill-flowed-encode-column): Ditto.
17678
17679 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17680
17681 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17682 Use point-min rather than 1.
17683 (message-send-mail): Use buffer-size rather than point-max.
17684
17685 * gnus-sum.el (gnus-summary-search-article-forward):
17686 Signal a specific `search-failed' rather than a generic `error'.
17687
17688 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17689 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17690 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17691
17692 2004-09-10 Simon Josefsson <jas@extundo.com>
17693
17694 * nndb.el (require): Remove tcp and duplicate cl.
17695
17696 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17697
17698 * gnus-agent.el (directory-files-and-attributes): Move forward.
17699
17700 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17701
17702 * gnus-agent.el (directory-files-and-attributes):
17703 Optionally defined to support XEmacs.
17704
17705 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17706
17707 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17708 to avoid run-time CL dependencies.
17709 (gnus-agent-unfetch-articles): New function.
17710 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17711 article numbers even when local .overview file is missing.
17712 (gnus-agent-read-article-number): New function. Only accepts
17713 27-bit article numbers.
17714 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17715 Use gnus-agent-read-article-number.
17716 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17717 from backend while recognizing that article numbers in .overview
17718 must be valid.
17719 (gnus-agent-update-files-total-fetched-for):
17720 Use directory-files-and-attributes to improve performance.
17721 * gnus-int.el (gnus-request-move-article):
17722 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17723 improve performance.
17724
17725 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17726 some users confused by references to .newsrc when they only have a
17727 .newsrc.eld file.
17728 (gnus-convert-mark-converter-prompt)
17729 (gnus-convert-converter-needs-prompt): Fix use of property list.
17730 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17731 New function. Used internally to only display 'gnus converting
17732 files' message when actually necessary.
17733
17734 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17735 methods now autoloaded.
17736
17737 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17738
17739 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17740 identifiers.
17741
17742 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17743
17744 * gnus-picon.el: Fix indentation and closing parenthesis.
17745
17746 2004-09-01 Simon Josefsson <jas@extundo.com>
17747
17748 * message.el (message-canlock-generate): Require sha1, not
17749 sha1-el. (Can we get rid of this require altogether? It is ugly
17750 to require within a function. Sadly, if sha1.el isn't loaded, the
17751 let binding in m-c-g will hide the defcustom definition, which is
17752 bad.)
17753
17754 * canlock.el: Require sha1, not sha1-el.
17755
17756 * message.el: Don't autoload sha1 (there is a autoload cookie in
17757 sha1.el).
17758
17759 * sha1-el.el: Rename to sha1.el.
17760
17761 2004-08-30 Juanma Barranquero <lektu@terra.es>
17762
17763 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17764
17765 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17766
17767 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17768
17769 2004-08-30 Kim F. Storm <storm@cua.dk>
17770
17771 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17772
17773 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17774 Add :group 'nnimap.
17775
17776 2004-08-30 Andreas Schwab <schwab@suse.de>
17777
17778 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17779 ?* and ?\;.
17780
17781 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17782 and ?\' to symbol instead of whitespace.
17783
17784 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17785
17786 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17787
17788 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17789 instead of re-search-forward.
17790
17791 * gnus-uu.el (gnus-uu-save-article): Ditto.
17792 (gnus-uu-post-encode-uuencode): Ditto.
17793
17794 * html2text.el (html2text-clean-list-items): Ditto.
17795 (html2text-clean-dtdd): Ditto.
17796 (html2text-format-tags): Ditto.
17797
17798 * message.el (message-send-mail-with-sendmail): Fix regexp.
17799 (message-fill-field-general): Use search-forward instead of
17800 re-search-forward.
17801 (unbold-region): Ditto.
17802
17803 * nnrss.el (nnrss-request-article): Ditto.
17804
17805 * nnslashdot.el (nnslashdot-request-article): Ditto.
17806
17807 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17808
17809 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17810 "Unrecognized menu descriptor" error in XEmacs.
17811
17812 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17813
17814 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17815 parent article of a sparse article in the thread hashtb.
17816
17817 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17818
17819 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17820 (nnmail-expand-newtext): Lowercase expanded entries if
17821 nnmail-split-lowercase-expanded is non-nil.
17822
17823 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17824
17825 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17826
17827 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17828 of gnus-tmp-news-method into string under XEmacs. It will be
17829 passed to gnus-correct-length which takes only a string argument.
17830
17831 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17832
17833 * gnus-util.el (gnus-bind-print-variables): New macro.
17834 (gnus-prin1): Use it.
17835 (gnus-prin1-to-string): Use it.
17836 (gnus-pp): New function.
17837 (gnus-pp-to-string): New function.
17838
17839 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17840 Replace pp-to-string with gnus-pp-to-string.
17841 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17842 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17843 * gnus-msg.el (gnus-debug): Ditto.
17844 * gnus-score.el (gnus-score-save): Ditto.
17845 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17846 gnus-pp-to-string.
17847 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17848 with gnus-pp.
17849 * score-mode.el (gnus-score-pretty-print): Ditto.
17850 * webmail.el (webmail-debug): Ditto.
17851
17852 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17853
17854 * gnus-art.el (article-display-face, article-display-x-face):
17855 Use buffer-read-only.
17856
17857 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17858
17859 * gnus-art.el (article-hide-list-identifiers):
17860 Bind inhibit-read-only as t.
17861
17862 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17863
17864 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17865
17866 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17867
17868 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17869 (gnus-narrow-to-page): Don't assume point-min == 1.
17870 (gnus-article-edit-mode): Derive from message-mode.
17871
17872 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17873 point-min == 1.
17874
17875 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17876 Disable incorrect use of `assert'.
17877
17878 * message.el (message-mode): Set comment-start-skip.
17879
17880 2004-08-22 Sam Steingold <sds@gnu.org>
17881
17882 * pop3.el (pop3-leave-mail-on-server): New user variable.
17883 (pop3-movemail): Delete mail only when it is nil.
17884
17885 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17886
17887 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17888
17889 * mml.el (mml-preview): Use `pop-to-buffer'.
17890
17891 * message.el (message-goto-mail-followup-to): Insert after "To".
17892 (message-carefully-insert-headers): Add comment.
17893
17894 * gnus.el: Remove unused variable `gnus-article-check-size'.
17895
17896 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17897
17898 * gnus-art.el (gnus-button-alist):
17899 Improve `gnus-button-handle-library' entry.
17900
17901 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17902
17903 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17904 Use downcase, since XEmacs capitalizes error messages differently.
17905
17906 2004-08-18 Jesper Harder <harder@ifa.au.dk>
17907
17908 * nntp.el: Add (require 'gnus) due to reference to
17909 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17910
17911 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
17912
17913 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17914 Bind `mm-fill-flowed'.
17915
17916 * mm-decode.el (mm-dissect-singlepart): Check it.
17917
17918 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17919
17920 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17921 'imap' for netrc parsing.
17922
17923 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17924
17925 * mailcap.el (mailcap-mime-data): Mark as risky.
17926
17927 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17928
17929 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17930 may be included in the encoded word.
17931 (rfc2047-encode): Don't append a space if the encoded word
17932 includes close parenthesis.
17933
17934 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17935
17936 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17937 of text within parentheses.
17938
17939 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17940
17941 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17942 (gnus-encrypt-write-file-contents): Make the password key the file
17943 name PLUS the cipher, not just the cipher. Also remove failed
17944 passwords from the cache.
17945
17946 2004-08-06 Simon Josefsson <jas@extundo.com>
17947
17948 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17949 Doc fix.
17950
17951 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17952
17953 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17954 LWSP.
17955
17956 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17957
17958 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17959 Try to append in-reply-to: data to the references: header.
17960
17961 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17962 (netrc-parse): Use gnus-encrypt.el functions.
17963
17964 * gnus-encrypt.el: Add new file for encryption support; currently
17965 does only a few GPG ciphers and an internal XOR cipher.
17966
17967 * password.el: Add comments on using password-read-and-add.
17968 (password-read-and-add): Add function to read and add the
17969 password to the cache at once.
17970
17971 2004-07-28 Simon Josefsson <jas@extundo.com>
17972
17973 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17974 parameter (but don't use it, for now).
17975
17976 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17977 instead of hard coding to nil.
17978
17979 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17980
17981 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17982 as mm-inline-image-xemacs does.
17983
17984 2004-07-26 Simon Josefsson <jas@extundo.com>
17985
17986 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17987 Revert part of 2004-07-17 change below.
17988
17989 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17990
17991 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17992 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17993
17994 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17995
17996 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17997 quotes that actually start with ">" at the beginning of the
17998 lines.
17999
18000 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18001
18002 * rfc2047.el (rfc2047-encode-region): Fix last change.
18003 (rfc2047-encode-parameter): Remove useless concat.
18004
18005 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18006
18007 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18008 encode special characters; fix some kind of misconfigured headers;
18009 signal a real error if debug-on-quit or debug-on-error is non-nil.
18010 (rfc2047-encode-max-chars): New variable.
18011 (rfc2047-encode-1): Use it.
18012 (rfc2047-encode-parameter): New function.
18013
18014 * mml.el (mml-insert-parameter): Remove an excessive space.
18015
18016 2004-07-17 Simon Josefsson <jas@extundo.com>
18017
18018 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18019 Kai Grossjohann <kai@emptydomain.de>.
18020 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18021 (gnus-group-make-menu-bar): Ditto.
18022
18023 * gnus-util.el (gnus-group-server): Add.
18024
18025 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18026
18027 * message.el (message-clone-locals): Clone sendmail and smtp
18028 variables.
18029
18030 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18031
18032 * rfc2047.el (rfc2047-encode-region): Fix last change.
18033
18034 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18035
18036 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18037 characters as non-special.
18038
18039 2004-07-09 Simon Josefsson <jas@extundo.com>
18040
18041 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18042 Users will lose all flag changes made while unplugged with
18043 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18044 good default. See numerous reports on ding mailing list.
18045
18046 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18047
18048 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18049 add generate-head-function and generate-article-function to the
18050 rfc822-forward entry.
18051 (nndoc-rfc822-forward-generate-article): New function.
18052 (nndoc-rfc822-forward-generate-head): New function.
18053
18054 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18055
18056 2004-07-06 Dan Christensen <jdc@uwo.ca>
18057
18058 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18059 respect display group parameter and gnus-summary-expunge-below.
18060 (gnus-articles-to-read): Remove unused reference to display group
18061 parameter.
18062
18063 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18064
18065 * nnheader.el (nnheader-uniquify-message-id): New experimental
18066 variable.
18067 (nnheader-nov-read-message-id): Use it.
18068
18069 * spam-report.el (spam-report-gmane): Add interactive.
18070
18071 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18072
18073 * mm-encode.el (mm-content-transfer-encoding-defaults):
18074 Use qp-or-base64 for the application/* types.
18075
18076 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18077
18078 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18079
18080 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18081
18082 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18083 trim value.
18084
18085 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18086
18087 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18088 New macro and function.
18089 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18090
18091 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18092
18093 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18094 after-load-alist.
18095
18096 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18097
18098 * gnus-group.el (gnus-group-get-new-news-this-group):
18099 Don't update info that isn't there.
18100
18101 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18102
18103 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18104 entry.
18105
18106 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18107
18108 * mm-view.el (mm-inline-render-with-function): Use multibyte
18109 buffer; decode html source by charset.
18110
18111 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18112
18113 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18114 Mule-UCS is loaded under XEmacs.
18115 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18116
18117 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18118
18119 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18120
18121 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18122
18123 * mm-util.el (mm-coding-system-p): Return a coding-system.
18124 (mm-mime-mule-charset-alist): Use shift_jis instead of
18125 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18126 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18127 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18128 instead of japanese-shift-jis and iso-latin-1 respectively in
18129 order to share the default value with both Emacs and XEmacs-mule.
18130 (mm-mule-charset-to-mime-charset):
18131 Make mm-coding-system-priorities effective.
18132 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18133 while predicating of candidates upon the priorities.
18134
18135 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18136
18137 * gnus-sum.el (gnus-summary-make-menu-bar):
18138 Add gnus-uu-invert-processable.
18139
18140 * gnus.el: Autoload gnus-uu-invert-processable.
18141
18142 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18143
18144 * mm-util.el (mm-with-multibyte-buffer): New macro.
18145
18146 * rfc2047.el (rfc2047-encode-string): Use it.
18147 (rfc2047-encode-region): Move point to the end of the region after
18148 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18149
18150 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18151
18152 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18153 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18154
18155 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18156
18157 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18158 (gnus-cite-parse): Ignore quoted envelope From_.
18159 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18160
18161 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18162
18163 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18164 invalid addresses.
18165
18166 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18167
18168 * spam.el: Change section markers, revise TODO list.
18169 (spam-backends): Make new master list of all installed backends.
18170 (spam-summary-exit-behavior): Add new variable to determine how
18171 messages moves are done at summary exit.
18172 (spam-move-spam-nonspam-groups-only)
18173 (spam-process-ham-in-nonham-groups)
18174 (spam-process-ham-in-spam-groups): Remove variables, the
18175 spam-summary-exit-behavior variable should be used to manage this
18176 behavior.
18177 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18178 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18179 and spam-old-spam-articles.
18180 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18181 Add empty variables, placeholders for the backends they represent.
18182 (spam-set-difference): Move, unchanged.
18183 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18184 unless the user has a processor variable.
18185 (spam-classifications, spam-classification-valid-p)
18186 (spam-backend-properties, spam-backend-property-valid-p)
18187 (spam-backend-function-type-valid-p)
18188 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18189 (spam-report-articles-gmane, spam-report-articles-resend):
18190 Remove functions, they are not needed.
18191 (spam-install-backend-super, spam-backend-list)
18192 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18193 (spam-backend-function, spam-backend-ham-registration-function)
18194 (spam-backend-spam-registration-function)
18195 (spam-backend-ham-unregistration-function)
18196 (spam-backend-spam-unregistration-function)
18197 (spam-backend-statistical-p, spam-backend-mover-p)
18198 (spam-install-backend-alias, spam-install-checkonly-backend)
18199 (spam-install-mover-backend, spam-install-nocheck-backend)
18200 (spam-install-backend, spam-install-statistical-backend)
18201 (spam-install-statistical-checkonly-backend): Add backend installation
18202 support.
18203 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18204 (spam-group-processor-p): Use the new backend code and respect the
18205 summary exit behavior.
18206 (spam-mark-spam-as-expired-and-move-routine): Remove.
18207 (spam-summary-prepare): Change to use the new spam-old-articles
18208 variable.
18209 (spam-copy-or-move-routine, spam-copy-spam-routine)
18210 (spam-move-spam-routine, spam-copy-ham-routine)
18211 (spam-move-ham-routine): Add code to copy/move ham or spam.
18212 (spam-fetch-field-fast): Improve doc and code, plus allow the
18213 'number request.
18214 (spam-list-of-checks, spam-list-of-statistical-checks):
18215 Remove variables.
18216 (spam-split, spam-find-spam): Use the new backend code.
18217 (spam-registration-functions): Remove variable.
18218 (spam-unregister-routine): Add convenience wrapper.
18219 (spam-log-undo-registration, spam-register-routine)
18220 (spam-log-processing-to-registry)
18221 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18222 where possible.
18223 (spam-check-gmane-xref, spam-check-regex-headers)
18224 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18225 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18226 (spam-check-bogofilter-headers, spam-check-spamoracle)
18227 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18228 (spam-check-crm114-headers): Use the spam-split-group that
18229 spam-split prepares, no need to determine it every time.
18230
18231 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18232 to the nnheader-parse-naked-head call.
18233
18234 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18235
18236 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18237 the nnheader-nov-read-message-id call.
18238
18239 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18240
18241 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18242 gnus-activate-group twice. Suggested by Markus Peter
18243 <warp@spin.de>.
18244
18245 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18246
18247 * gnus-art.el (gnus-article-time-format): Exchange the order of
18248 day and month in the default value; fix customization type.
18249 (article-date-ut): Use add-text-properties.
18250 (article-make-date-line): Use message-make-date instead of
18251 current-time-string.
18252
18253 * message.el (message-fetch-field): Don't use set-text-properties.
18254 (message-make-date): Simplify.
18255
18256 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18257
18258 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18259 (rfc2047-encode-region): Treat text within parentheses as special;
18260 show the original text when error has occurred.
18261
18262 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18263 already-computed method to gnus-activate-group.
18264
18265 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18266 same select-methods identical Lisp objects.
18267
18268 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18269 object when modifying the info.
18270
18271 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18272
18273 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18274 gnus-opened-servers since it has never been opened with the new
18275 configuration yet.
18276
18277 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18278
18279 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18280 arg to nnheader-generate-fake-message-id.
18281
18282 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18283
18284 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18285 number and build a fake message ID localized to a group and
18286 article number (so it's repeatable from that point on).
18287 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18288 ID format.
18289
18290 * gnus-sum.el (gnus-get-newsgroup-headers):
18291 Call nnheader-generate-fake-message-id with the article number.
18292
18293 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18294
18295 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18296 end-of-buffer.
18297
18298 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18299
18300 * message.el (message-ignored-supersedes-headers): Add Approved.
18301
18302 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18303
18304 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18305 goto-char.
18306 (rfc2047-encode): Fold the line before encoding.
18307
18308 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18309
18310 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18311 folding -- not all headers can be folded, and this should be done
18312 by the message composition mode. Probably. I think.
18313
18314 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18315
18316 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18317 fast.
18318
18319 * gnus-ems.el (gnus-remove-image): Don't use
18320 message-text-with-property; remove only the image found first.
18321
18322 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18323
18324 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18325
18326 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18327
18328 * message.el (message-text-with-property): Make it fast and accept
18329 optional arguments.
18330 (message-strip-forbidden-properties): Use it.
18331 (message-fix-before-sending): Follow the m-t-w-p change.
18332
18333 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18334
18335 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18336
18337 * gnus-art.el (article-hide-headers): Don't change the buffer
18338 mistakenly when performing mml-preview even if
18339 gnus-single-article-buffer is nil.
18340
18341 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18342
18343 * message.el (message-expand-name-databases): New user option.
18344 (message-expand-name): Use it.
18345
18346 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18347
18348 * spam.el (spam-report-articles-resend)
18349 (spam-report-resend-register-routine): Allow ham reporting.
18350 (spam-report-resend-register-ham-routine): Add wrapper.
18351 (spam-registration-functions): Add ham resending functions.
18352 (spam-list-of-processors): Add ham resend processor.
18353
18354 * gnus.el (ham-resend-to): Add new group parameter.
18355 (spam-process): Add ham resend option.
18356
18357 * spam-report.el (spam-report-resend): Allow reporting ham.
18358 (spam-report-resend-ham): Add wrapper.
18359
18360 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18361
18362 * message.el (message-cite-articles-with-x-no-archive):
18363 New variable.
18364 (message-cite-original): Use it.
18365
18366 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18367
18368 * message.el (message-cite-original): Respect X-No-Archive.
18369
18370 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18371
18372 * gnus-art.el (article-hide-headers): Refer to the values for
18373 gnus-ignored-headers and gnus-visible-headers in the summary
18374 buffer since a user may have set them as group parameters.
18375
18376 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18377
18378 * assistant.el (assistant-node-name): Add convenience function.
18379 (assistant-render-text, assistant-render-node): Add error handling,
18380 plus handle multiple next nodes.
18381 (assistant-find-next-node): Comment out for now.
18382 (assistant-find-next-nodes): Add function, returns list of next
18383 nodes.
18384
18385 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18386
18387 * mail-source.el (mail-source-directory): Fix doc-string.
18388
18389 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18390
18391 * assistant.el (assistant-render-text, assistant-eval): Add :set
18392 widget type, which is different because it takes and returns a
18393 list. Much hilarity ensues.
18394
18395 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18396
18397 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18398
18399 * gnus-group.el (gnus-group-get-new-news-this-group):
18400 Add doc-string.
18401
18402 * gnus-start.el (gnus-activate-group): Add doc-string.
18403
18404 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18405
18406 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18407
18408 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18409
18410 * assistant.el (assistant-render-text): Try to add a :set
18411 widget, more to come.
18412
18413 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18414 strings.
18415 (spam-report-articles-resend)
18416 (spam-register-routine): Do registration iff any articles warrant
18417 it.
18418 (spam-summary-prepare-exit): Change log message for nil group
18419 destinations.
18420
18421 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18422
18423 * spam.el (spam-report-resend-register-routine):
18424 Allow spam-report-resend-to to be a group parameter or a global value.
18425
18426 2004-05-26 Simon Josefsson <jas@extundo.com>
18427
18428 * starttls.el: Merge with my GNUTLS based starttls.el.
18429 (starttls-gnutls-program, starttls-use-gnutls)
18430 (starttls-extra-arguments, starttls-process-connection-type)
18431 (starttls-connect, starttls-failure, starttls-success):
18432 New variables.
18433 (starttls-program, starttls-extra-args): Doc fix.
18434 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18435 New functions.
18436 (starttls-negotiate, starttls-open-stream):
18437 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18438 function if it is set.
18439
18440 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18441
18442 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18443 structured fields.
18444
18445 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18446
18447 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18448
18449 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18450
18451 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18452 Add variable.
18453 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18454 assigning the spam-mark to new messages.
18455
18456 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18457
18458 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18459
18460 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18461
18462 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18463 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18464 default.
18465
18466 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18467
18468 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18469 correct data.
18470
18471 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18472
18473 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18474 (spam-group-processor-p): Fix function.
18475 (spam-group-processor-multiple-p)
18476 (spam-group-spam-processor-report-gmane-p)
18477 (spam-group-spam-processor-report-resend-p)
18478 (spam-group-spam-processor-bogofilter-p)
18479 (spam-group-spam-processor-blacklist-p)
18480 (spam-group-spam-processor-ifile-p)
18481 (spam-group-ham-processor-ifile-p)
18482 (spam-group-spam-processor-spamoracle-p)
18483 (spam-group-spam-processor-crm114-p)
18484 (spam-group-ham-processor-bogofilter-p)
18485 (spam-group-spam-processor-stat-p)
18486 (spam-group-ham-processor-stat-p)
18487 (spam-group-ham-processor-whitelist-p)
18488 (spam-group-ham-processor-BBDB-p)
18489 (spam-group-ham-processor-spamoracle-p)
18490 (spam-group-ham-processor-copy-p): Remove functions with some
18491 prejudice against unneeded code.
18492 (spam-report-articles-resend)
18493 (spam-report-resend-register-routine): Allow the group/topic
18494 spam-resend-to value to override spam-report-resend-to.
18495 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18496 properly now.
18497
18498 * gnus.el (spam-resend-to): Add group/topic parameter.
18499 (spam-process): Move the OBSOLETE processors to the end of the
18500 choices.
18501
18502 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18503
18504 * spam-report.el (spam-report-resend-to, spam-report-resend):
18505 Start with resend-to set to nil, and then ask the user if necessary.
18506 (spam-report-resend): spam-report-resend takes a list of articles, not
18507 separate article numbers.
18508
18509 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18510
18511 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18512 addition to emacs-w3m.
18513
18514 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18515
18516 * assistant.el (assistant-authinfo-data): New function.
18517 (assistant-eval): Eval for entire assistant.
18518
18519 * netrc.el (netrc-services-file): New variable.
18520 (netrc-parse-services): New function.
18521 (netrc-find-service-name): New function.
18522 (netrc-find-service-number): New function.
18523 (netrc-port-equal): New function.
18524 (netrc-machine): Use it.
18525
18526 * nnimap.el (nnimap-open-connection): Use netrc.
18527
18528 * gnus-util.el (gnus-netrc-get): Remove aliases.
18529
18530 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18531
18532 * assistant.el (wid-edit): Fix compilation.
18533
18534 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18535
18536 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18537
18538 * gnus-util.el (gnus-set-file-modes): New function. (small
18539 patch).
18540
18541 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18542
18543 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18544
18545 * assistant.el (assistant-render-node): Fix up rendering and
18546 read-only text.
18547 (assistant-render-node): Reset.
18548 (assistant-make-read-only): Not sticky.
18549
18550 2004-05-20 Danny Siu <dsiu@adobe.com>
18551
18552 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18553 centered even when gnus-auto-center-summary is t
18554
18555 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18556
18557 * dns.el (dns-get-txt-answer): New function.
18558 (dns-read-txt): Ditto.
18559 (query-dns): Use it.
18560
18561 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18562
18563 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18564 active for foreign groups even if the group level is higher than
18565 the specified value.
18566
18567 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18568
18569 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18570 non-active groups.
18571
18572 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18573
18574 2004-05-20 Magnus Henoch <mange@freemail.hu>
18575
18576 * dns.el (dns-read-type): Add support for SVR. (small patch)
18577
18578 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18579
18580 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18581 (spam-crm114-header, spam-crm114-spam-switch)
18582 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18583 (spam-crm114-positive-spam-header)
18584 (spam-crm114-database-directory, spam-list-of-processors)
18585 (spam-group-spam-processor-crm114-p)
18586 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18587 (spam-generic-score, spam-list-of-checks)
18588 (spam-list-of-statistical-checks, spam-registration-functions)
18589 (spam-check-crm114-headers, spam-crm114-score)
18590 (spam-check-crm114, spam-crm114-register-with-crm114)
18591 (spam-crm114-register-spam-routine)
18592 (spam-crm114-unregister-spam-routine)
18593 (spam-crm114-register-ham-routine)
18594 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18595 From asjo@koldfront.dk (Adam Sjøgren).
18596
18597 * gnus.el: Add spam-use-crm114.
18598
18599 * spam.el (spam-list-of-processors, spam-registration-functions):
18600 Add spam-use-resend.
18601 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18602 (spam-report-articles-gmane): Add doc fix.
18603 (spam-report-articles-resend, spam-report-resend-register-routine):
18604 Add wrappers around spam-report-resend-to.
18605
18606 * spam-report.el (spam-report-resend-to, spam-report-resend):
18607 Add support for resending spam.
18608 (spam-report-gmane): Fix line length >80.
18609
18610 * gnus.el (spam-process): Add spam-use-resend.
18611
18612 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18613
18614 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18615 number of processed spam messages.
18616 (spam-ham-copy-or-move-routine): Return the number of processed
18617 ham messages.
18618 (spam-summary-prepare-exit): Use the above values to decide
18619 whether status messages shouled be displayed.
18620
18621 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18622
18623 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18624 `rfc2047-encoding-function-alist' in order to avoid conflicting
18625 with the old version.
18626 (rfc2047-encode-region): Concatenate words containing non-ASCII
18627 characters in structured fields; don't encode space-delimited
18628 ASCII words even in unstructured fields; don't break words at
18629 char-category boundaries.
18630 (rfc2047-encode-1): New function.
18631 (rfc2047-encode): Use it; encode text so that it occupies the
18632 maximum width within 76-column; work correctly on Q encoding for
18633 iso-2022-* charsets.
18634 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18635 sure not to break a line just after the header name.
18636 (rfc2047-b-encode-region): Remove.
18637 (rfc2047-b-encode-string): New function.
18638 (rfc2047-q-encode-region): Remove.
18639 (rfc2047-q-encode-string): New function.
18640
18641 * mm-util.el (mm-replace-in-string): New function.
18642
18643 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18644
18645 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18646 Really get it right.
18647 (gnus-inews-make-draft): Really.
18648
18649 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18650
18651 * nnmh.el (nnmh-request-list-1): Don't check the link count
18652 before descending. (small patch)
18653
18654 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18655
18656 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18657 stuff.
18658
18659 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18660 Match on real group name.
18661
18662 * gnus-art.el (gnus-signature-limit): Doc fix.
18663
18664 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18665
18666 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18667
18668 * gnus-draft.el (gnus-draft-send):
18669 Bind rfc2047-encode-encoded-words.
18670
18671 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18672 (rfc2047-encodable-p): Say that =? needs encoding.
18673 (rfc2047-encode-encoded-words): New variable.
18674
18675 * gnus-group.el (gnus-group-select-group): Doc fix.
18676
18677 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18678
18679 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18680 to nil.
18681
18682 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18683
18684 * nnheader.el (nnheader-get-lines-and-char): New function.
18685
18686 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18687
18688 * gnus-msg.el (gnus-summary-followup-with-original):
18689 Document yanking of region when active.
18690
18691 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18692
18693 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18694 groups if the group level is higher than the specified value.
18695
18696 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18697
18698 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18699 (gnus-group-jump-to-group): Add prefix argument using
18700 `gnus-group-jump-to-group-prompt'. Query before jumping to
18701 non-active group.
18702
18703 * compface.el (uncompface): Be verbose when changing
18704 `uncompface-use-external'.
18705
18706 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18707 handle manual section.
18708
18709 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18710
18711 * gnus-art.el (gnus-button-alist): Revert previous change.
18712
18713 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18714
18715 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18716
18717 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18718
18719 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18720 whether backend can accept message.
18721
18722 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18723
18724 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18725
18726 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18727 Avoid creating directory when nntp-marks-is-evil is true.
18728 Reported by Reiner Steib.
18729
18730 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18731
18732 * gnus-picon.el (gnus-picon-style): New variable.
18733 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18734 (gnus-picon-transform-address): Support `gnus-picon-style'.
18735 From Jesper Harder <harder@ifa.au.dk>.
18736
18737 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18738
18739 * message.el (message-fill-field): Return point.
18740 (message-generate-headers): Go to end of field.
18741
18742 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18743 stuff for non-living groups.
18744
18745 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18746
18747 * gnus-art.el (gnus-article-followup-with-original)
18748 (gnus-article-reply-with-original): gnus-mark-active-p ->
18749 gnus-region-active-p.
18750
18751 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18752
18753 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18754 only when there is spam or ham to be processed.
18755
18756 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18757
18758 * mail-source.el (mail-source-delete-crash-box): Refactor.
18759 (mail-source-fetch): Use it.
18760 (mail-source-fetch-file): Ditto.
18761 (mail-source-fetch-directory): Run postscript in loop.
18762 (mail-source-fetch-pop): Delete.
18763 (mail-source-fetch-maildir): Ditto.
18764 (mail-source-fetch-imap): Ditto.
18765
18766 * imap.el (imap-authenticators): Comment out sasl.
18767
18768 * message.el (message-skip-to-next-address): New function.
18769 (message-fill-header-address): Refactor.
18770 (message-fill-address): Use it.
18771 (message-delete-address): Use it.
18772 (message-fill-header-general): Refactor.
18773 (message-fill-field-address): Rename.
18774 (message-narrow-to-field): Find the start of the header.
18775 (message-header-format-alist): Don't pre-fill.
18776 (message-fill-header): Remove.
18777 (message-insert-header): New function.
18778 (message-shorten-references): Use it.
18779
18780 * rfc2047.el (rfc2047-field-value): Strip props.
18781
18782 * mail-parse.el (mail-header-make-address): New alias.
18783
18784 * ietf-drums.el (ietf-drums-make-address): New function.
18785
18786 * imap.el: Add compiler directives.
18787
18788 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18789
18790 * gnus-art.el (article-decode-idna-rhs): Don't use
18791 message-idna-inside-rhs-p.
18792
18793 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18794
18795 * message.el (message-idna-inside-rhs-p): Remove.
18796 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18797
18798 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18799 false positives.
18800
18801 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18802
18803 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18804
18805 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18806
18807 * nneething.el (nneething-file-name): Don't create spurious
18808 files.
18809
18810 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18811 (gnus-inews-do-gcc): Remove sleep.
18812
18813 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18814 part under point.
18815
18816 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18817 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18818
18819 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18820
18821 * spam.el (spam-summary-prepare-exit): Fix (length).
18822
18823 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18824
18825 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18826 as expired without moving it" message when there are spam
18827 messages left.
18828
18829 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18830
18831 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18832 header is not nil.
18833
18834 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18835
18836 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18837 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18838 (nntp-marks-changed-p): New arg SERVER.
18839 (nntp-request-update-info): Adjust caller.
18840
18841 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18842
18843 * nntp.el (nntp-save-marks): Pass missing arg.
18844
18845 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18846
18847 * nntp.el: Support marks.
18848 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18849 (nntp-marks-modtime, nntp-marks-directory): New variables.
18850 (nntp-request-set-mark, nntp-request-update-info)
18851 (nntp-possibly-create-directory, nntp-marks-changed-p)
18852 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18853 New functions.
18854
18855 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18856
18857 * gnus-score.el (gnus-score-insert-help):
18858 Use gnus-select-lowest-window.
18859
18860 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18861 appt-select-lowest-window and rename to gnus-select-lowest-window.
18862
18863 * gnus.el: do.
18864
18865 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18866
18867 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18868 encodings of MIME-encoded words, in order to improve
18869 interoperability with several broken MUAs.
18870
18871 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18872
18873 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18874 tags, only when charsets are not specified in headers.
18875 (mm-inline-text-html-render-with-w3m): Ditto.
18876
18877 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18878
18879 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18880 instead of MIME-decoded from fields when checking
18881 `gnus-article-address-banner-alist'.
18882
18883 2004-05-03 Jesper Harder <harder@ifa.au.dk>
18884
18885 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18886 description rather than subject.
18887
18888 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18889
18890 * gnus.el (gnus-version-number): Bump.
18891
18892 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18893
18894 * gnus.el: No Gnus v0.2 is released.
18895
18896 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18897
18898 * gnus-agent.el (gnus-agent-read-agentview):
18899 Inline gnus-uncompress-range.
18900
18901 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18902
18903 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18904 `exec-installed-p'.
18905
18906 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18907
18908 * gnus.el (spam-process, spam-autodetect-methods):
18909 Add bsfilter and bsfilter-headers.
18910
18911 * spam.el (spam-bsfilter): New customize group.
18912 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18913 (spam-bsfilter-header, spam-bsfilter-probability-header)
18914 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18915 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18916 (spam-bsfilter-database-directory): New options.
18917 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18918 (spam-list-of-statistical-checks, spam-registration-functions):
18919 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18920 (spam-bsfilter-score): New command.
18921 (spam-check-bsfilter-headers, spam-check-bsfilter)
18922 (spam-bsfilter-register-with-bsfilter)
18923 (spam-bsfilter-register-spam-routine)
18924 (spam-bsfilter-unregister-spam-routine)
18925 (spam-bsfilter-register-ham-routine)
18926 (spam-bsfilter-unregister-ham-routine): New functions.
18927 (spam-generic-score): Support bsfilter; Accept an optional argument
18928 to recalcurate spam score even if scoring header has already been
18929 added.
18930 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18931 optional argument to recalcurate spam score even if scoring header
18932 has already been added.
18933
18934 2004-04-29 Jesper Harder <harder@ifa.au.dk>
18935
18936 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18937 strings! Reported by David D. Smith <davidsmith@acm.org>.
18938 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18939 link is missing.
18940
18941 2004-04-28 Jesper Harder <harder@ifa.au.dk>
18942
18943 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18944 (html2text-get-attr): Rewrite.
18945
18946 * message.el (message-setup-1): Remove redundant put-text-property
18947 on mail-header-separator.
18948
18949 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
18950
18951 * gnus-registry.el (gnus-registry-cache-whitespace)
18952 (gnus-registry-action, gnus-registry-spool-action)
18953 (gnus-registry-split-fancy-with-parent): Change message levels
18954 from 5 to 3 or 7, as needed.
18955
18956 * spam.el (spam-summary-prepare-exit)
18957 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18958 (spam-split, spam-find-spam, spam-log-undo-registration)
18959 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18960 level from 5 to 6.
18961
18962 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18963
18964 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18965 2004-03-04 change).
18966
18967 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18968
18969 * sieve-manage.el (sieve-manage-open):
18970 * nnweb.el (nnweb-insert-html):
18971 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18972 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18973 * nnspool.el (nnspool-request-group):
18974 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18975 * nnml.el (nnml-request-update-info):
18976 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18977 (nnmh-request-create-group, nnmh-update-gnus-unreads):
18978 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18979 (nnimap-request-set-mark):
18980 * nnfolder.el (nnfolder-request-update-info):
18981 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18982 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18983 * gnus-uu.el (gnus-uu-find-articles-matching):
18984 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18985 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18986 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18987 * gnus-nocem.el (gnus-nocem-scan-groups):
18988 * gnus-int.el (gnus-start-news-server):
18989 * gnus-group.el (gnus-group-make-kiboze-group)
18990 (gnus-group-browse-foreign-server):
18991 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18992 Use mapc when appropriate.
18993
18994 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
18995
18996 FIXME: Make separate entries for each person.
18997
18998 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18999 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19000 <shields@msrl.com>:
19001
19002 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19003 may need for spam sorting and scoring.
19004 (spam-user-format-function-S): Add user format function suitable for
19005 general use.
19006 (spam-article-sort-by-spam-status): Add sorting function for summary
19007 sorting.
19008 (spam-extra-header-to-number): Add function to get a score from a
19009 header.
19010 (spam-summary-score): Add function to get a numeric score from the
19011 headers.
19012 (spam-generic-score): Fix function doc, was in wrong place.
19013 (spam-initialize): Take symbols when it's run, and install the
19014 extra headers that spam-necessary-extra-headers thinks we need.
19015
19016 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19017
19018 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19019 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19020
19021 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19022
19023 * gnus-sum.el (gnus-set-global-variables)
19024 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19025 (gnus-article-get-xrefs, gnus-summary-best-group)
19026 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19027 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19028 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19029 Use with-current-buffer.
19030
19031 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19032
19033 * spam.el (spam-summary-prepare-exit): Simplify logic.
19034 (spam-fetch-article-header): Read the article header if it's not
19035 available.
19036 (spam-list-articles): Simplify logic.
19037 (spam-filelist-register-routine): Fix bug with unregister-list.
19038
19039 * gnus-registry.el: Fix comments at beginning.
19040
19041 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19042
19043 * message.el (message-cater-to-broken-inn): Remove.
19044 (message-shorten-references): Make sure the total folded length of
19045 References is shorter than 998 characters to cater to a bug in INN
19046 2.3. Also, don't pretend that references aren't folded -- this
19047 hasn't worked for a while.
19048
19049 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19050
19051 * gnus-agent.el (gnus-agentize):
19052 gnus-agent-send-mail-real-function no longer set to current value
19053 of message-send-mail-function but rather a lambda that calls
19054 message-send-mail-function. The change makes the agent real-time
19055 responsive to user changes to message-send-mail-function.
19056
19057 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19058
19059 * legacy-gnus-agent.el
19060 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19061 help from Florian Weimer <fw@deneb.enyo.de>
19062
19063 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19064
19065 * nnmail.el (nnmail-cache-insert): Revert last change.
19066
19067 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19068
19069 * nnmail.el (nnmail-cache-insert): Always check whether
19070 nnmail-cache-ignore-groups matches a group name.
19071
19072 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19073
19074 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19075 (spam-find-spam, spam-log-processing-to-registry)
19076 (spam-log-registered-p, spam-log-unregistration-needed-p)
19077 (spam-log-undo-registration): Use gnus-message instead of
19078 gnus-error, none of these errors are fatal.
19079
19080 * gnus-registry.el (gnus-registry-clean-empty-function)
19081 (gnus-registry-clean-empty): Remove only empty entries without
19082 extra data.
19083
19084 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19085
19086 * spam-stat.el (spam-stat-buffer-change-to-spam)
19087 (spam-stat-buffer-change-to-non-spam): Change (error) to
19088 (gnus-message 8) invocation.
19089
19090 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19091
19092 * nntp.el (nntp-via-netcat-command): New variable.
19093 (nntp-via-netcat-switches): New variable.
19094 (nntp-open-via-rlogin-and-netcat): New function.
19095 (nntp-open-connection-function): Doc fix.
19096 (nntp-telnet-command): Doc fix.
19097 (nntp-end-of-line): Doc fix.
19098 (nntp-via-rlogin-command): Doc fix.
19099 (nntp-via-user-name): Doc fix.
19100 (nntp-via-address): Doc fix.
19101
19102 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19103
19104 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19105 error in Emacs 21.1.
19106
19107 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19108
19109 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19110
19111 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19112
19113 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19114 (gnus-agent-with-refreshed-group): New macro.
19115 (gnus-agent-rename-group): New function.
19116 (gnus-agent-delete-group): New function.
19117 (gnus-agent-save-group-info): Use gnus-command-method when
19118 `method' parameter is nil. Don't write nil entries into the
19119 active file.
19120 (gnus-agent-get-group-info): New function.
19121 (gnus-agent-fetch-articles):
19122 Use gnus-agent-update-files-total-fetched-for to increment disk space
19123 used.
19124 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19125 Use gnus-agent-update-view-total-fetched-for to increment disk space
19126 used.
19127 (gnus-agent-get-local): Add optional parameters to avoid calling
19128 gnus-group-real-name and gnus-find-method-for-group.
19129 (gnus-agent-set-local): Delete stored entry if either min, or max,
19130 are nil.
19131 (gnus-agent-fetch-session): Reworded error/quit messages.
19132 On quit, use gnus-agent-regenerate-group to record existence of any
19133 articles fetched to disk before the quit occurred.
19134 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19135 gnus-agent-update-view-total-fetched-for, and
19136 gnus-agent-update-files-total-fetched-for to decrement disk space
19137 used.
19138 (gnus-agent-retrieve-headers):
19139 Use gnus-agent-update-view-total-fetched-for to increment disk space
19140 used.
19141 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19142 with gnus-agent-update-files-total-fetched-for to decrement disk
19143 space and fresh group buffer.
19144 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19145 (gnus-agent-need-update-total-fetched-for): New variable.
19146 (gnus-agent-update-files-total-fetched-for): New function.
19147 (gnus-agent-update-view-total-fetched-for): New function.
19148 (gnus-agent-total-fetched-for): New function.
19149
19150 * gnus-cache.el (gnus-cache-save-buffers):
19151 Use gnus-cache-update-overview-total-fetched-for to change disk space
19152 used by this group.
19153 (gnus-cache-possibly-enter-article):
19154 Use gnus-cache-update-file-total-fetched-for to increment disk space
19155 used by this group.
19156 (gnus-cache-possibly-remove-article):
19157 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19158 used by this group.
19159 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19160 (gnus-cache-rename-group): New function.
19161 (gnus-cache-delete-group): New function.
19162 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19163 (gnus-cache-need-update-total-fetched-for): New variable.
19164 (gnus-cache-with-refreshed-group): New macro.
19165 (gnus-cache-update-file-total-fetched-for): New function.
19166 (gnus-cache-update-overview-total-fetched-for): New function.
19167 (gnus-cache-rename-group-total-fetched-for): New function.
19168 (gnus-cache-delete-group-total-fetched-for): New function.
19169 (gnus-cache-total-fetched-for): New function.
19170
19171 * gnus-group.el: Require gnus-sum and autoload functions to
19172 resolve warnings when gnus-group.el compiled alone.
19173 (gnus-group-line-format): Documented new %F.
19174 (size of Fetched data) group line format; identifies disk space
19175 used by agent and cache.
19176 (gnus-group-line-format-alist): Defined new F format.
19177 (gnus-total-fetched-for): New function.
19178 (gnus-group-delete-group): No longer update
19179 gnus-cache-active-altered as gnus-request-delete-group now keeps
19180 the cache in sync.
19181 (gnus-group-list-active): Let the agent store a server's active
19182 list if currently plugged.
19183
19184 * gnus-int.el (gnus-request-delete-group):
19185 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19186 local disk in sync with the server.
19187 (gnus-request-rename-group):
19188 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19189 local disk in sync with the server.
19190
19191 * gnus-start.el (gnus-get-unread-articles):
19192 Cosmetic simplification to logic.
19193
19194 * gnus-util.el (gnus-rename-file): New function.
19195
19196 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19197
19198 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19199
19200 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19201
19202 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19203 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19204
19205 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19206
19207 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19208 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19209
19210 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19211
19212 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19213
19214 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19215
19216 * spam.el (spam-set-difference): Add function to replace
19217 gnus-set-difference in spam.el.
19218 (spam-summary-prepare-exit): Use spam-set-difference.
19219
19220 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19221
19222 * gnus-registry.el (gnus-registry-cache-file): Update to use
19223 gnus-dribble-directory OR gnus-home-directory OR ~.
19224 (gnus-registry-split-fancy-with-parent): Fix doc.
19225
19226 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19227
19228 * message.el (message-exchange-point-and-mark):
19229 Use message-mark-active-p. Suggested by Jesper Harder
19230 <harder@ifa.au.dk>.
19231
19232 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19233
19234 * message.el (message-exchange-point-and-mark): Don't activate
19235 region if it was inactive. Suggested by Hiroshi Fujishima
19236 <pooh@nature.tsukuba.ac.jp>.
19237
19238 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19239
19240 * gnus-art.el (article-display-face): Display Faces in the same
19241 order as X-Faces.
19242
19243 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19244
19245 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19246
19247 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19248
19249 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19250 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19251 (gnus-article-mime-hierarchy): Remove.
19252 (gnus-article-mime-hierarchy-next): Remove.
19253 (gnus-article-mode): Revert 2004-03-19 change.
19254 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19255 (gnus-insert-mime-button): Revert 2004-03-19 change.
19256 (gnus-mime-accumulate-hierarchy): Remove.
19257 (gnus-mime-enter-multipart): Remove.
19258 (gnus-mime-leave-multipart): Remove.
19259 (gnus-mime-display-part): Revert 2004-03-19 change.
19260 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19261
19262 * mml.el (mml-preview): Revert 2004-03-19 change.
19263
19264 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19265
19266 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19267
19268 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19269
19270 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19271 t while entering a file name using the mm-with-multibyte macro.
19272 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19273
19274 * mm-util.el (mm-with-multibyte): New macro.
19275
19276 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19277
19278 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19279 New user option.
19280 (gnus-mime-multipart-functions): Doc and customization fix.
19281 (gnus-article-mime-hierarchy): New variable.
19282 (gnus-article-mime-hierarchy-next): New variable.
19283 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19284 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19285 gnus-article-mime-hierarchy-next to nil.
19286 (gnus-insert-mime-button): Show hierarchy numbers.
19287 (gnus-mime-accumulate-hierarchy): New function.
19288 (gnus-mime-enter-multipart): New function.
19289 (gnus-mime-leave-multipart): New function.
19290 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19291 (gnus-mime-display-alternative): Show hierarchy numbers.
19292
19293 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19294 gnus-article-mime-hierarchy-next to nil.
19295
19296 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19297
19298 * dns.el: Don't require gnus-xmas.
19299
19300 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19301
19302 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19303 inline PGP.
19304 (mml-menu): Disable mml-quote-region if mark is inactive.
19305
19306 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19307
19308 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19309 when the group's active is not available.
19310
19311 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19312
19313 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19314 error.
19315
19316 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19317
19318 * imap.el (imap-store-password): New variable.
19319 (imap-interactive-login): Use it.
19320 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19321
19322 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19323
19324 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19325 window-start and hscroll to summary window.
19326
19327 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19328
19329 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19330 conversion message to newsrc-dribble when an actual conversion is
19331 performed.
19332
19333 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19334
19335 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19336
19337 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19338
19339 * mm-decode.el (mm-complicated-handles): New function reviving
19340 former definition of mm-multiple-handles.
19341
19342 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19343 (gnus-mime-delete-part): Use it.
19344
19345 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19346
19347 * gnus-agent.el (gnus-agent-read-local):
19348 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19349 avoid the implicit assumption that they will always be equal.
19350 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19351 coding-system-for-write, as the with-temp-file macro first prints
19352 to a buffer then saves the buffer.
19353
19354 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19355
19356 * gnus-art.el (gnus-article-edit-part): New function.
19357 (gnus-mime-save-part-and-strip): Use it; do query instead of
19358 signaling an error; don't use mm-multiple-handles.
19359 (gnus-mime-delete-part): Ditto.
19360
19361 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19362
19363 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19364 old file versions.
19365 (gnus-group-prepare-hook): Remove function that converted list
19366 form of gnus-agent-expire-days to group properties.
19367
19368 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19369 (gnus-request-accept-article): Re-indented.
19370
19371 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19372 converters to handle old agent file formats. Add logic for a
19373 "backup before upgrading warning".
19374 (gnus-convert-mark-converter-prompt): Developers can mark
19375 functions as needing (default), or not needing,
19376 gnus-convert-old-newsrc's "backup before upgrading warning".
19377 (gnus-convert-converter-needs-prompt): Tests whether the user
19378 should be protected from potentially irreversable changes by the
19379 function.
19380
19381 * legacy-gnus-agent.el: New. Provides converters that are only
19382 loaded when gnus-convert-old-newsrc needs to call them.
19383
19384 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19385
19386 * mail-source.el (mail-source-touch-pop): Doc fix.
19387
19388 * message.el (message-smtpmail-send-it): Doc fix.
19389
19390 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19391
19392 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19393
19394 * nnmail.el (nnmail-split-fancy): do.
19395
19396 * gnus-kill.el (gnus-kill, gnus-execute): do.
19397
19398 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19399
19400 * gnus-sum.el (gnus-widget-reversible-match)
19401 (gnus-widget-reversible-to-internal)
19402 (gnus-widget-reversible-to-external): New functions.
19403 (gnus-widget-reversible): New widget.
19404 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19405
19406 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19407
19408 * gnus-sum.el (gnus-thread-sort-functions)
19409 (gnus-article-sort-functions): Document `(not F)' items.
19410
19411 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19412
19413 * spam.el (spam-use-gmane-xref): Add new backend.
19414 (spam-gmane-xref-spam-group): Add variable to control the name of the
19415 Gmane spam group.
19416 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19417 (spam-regex-headers-spam, spam-regex-headers-ham)
19418 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19419 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19420 backends and checks.
19421 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19422
19423 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19424 an autodetect method.
19425
19426 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19427
19428 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19429 articles are being added to a group.
19430 (gnus-request-replace-article): Inform the agent that articles
19431 need to be uncached as the cached contents are no longer valid.
19432
19433 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19434
19435 * binhex.el: Don't autoload executable-find.
19436
19437 * canlock.el: Don't autoload mail-fetch-field.
19438
19439 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19440
19441 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19442 rmail-dont-reply-to and rmail-output.
19443
19444 * gnus-score.el: Don't autoload ffap-string-at-point.
19445
19446 * gnus-setup.el: Don't autoload sc-cite-original.
19447
19448 * imap.el: Don't autoload base64-decode-string,
19449 base64-encode-string and md5.
19450
19451 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19452 and rmail-msg-restore-non-pruned-header.
19453
19454 * mm-decode.el: Don't autoload executable-find.
19455
19456 * mm-url.el: Don't autoload executable-find.
19457
19458 * mm-view.el: Don't autoload diff-mode.
19459
19460 * nndb.el: Don't autoload news-reply-mode, news-setup,
19461 cancel-timer and telnet.
19462
19463 * password.el: Don't autoload run-at-time for Emacs.
19464
19465 * sha1-el.el: Don't autoload executable-find.
19466
19467 * sieve-mode.el: Don't autoload c-mode.
19468
19469 * uudecode.el: Don't autoload executable-find.
19470
19471 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19472
19473 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19474 (gnus-agent-possibly-alter-active): Avoid null in numeric
19475 comparison.
19476 (gnus-agent-set-local): Refuse to save null in local object table.
19477 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19478 list of articles that will be marked as unread.
19479
19480 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19481
19482 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19483
19484 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19485
19486 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19487 language tags.
19488
19489 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19490
19491 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19492 Don't bind "obarray".
19493
19494 * gnus-sum.el (gnus-thread-sort-functions):
19495 Add `gnus-thread-sort-by-most-recent-number' and
19496 `gnus-thread-sort-by-most-recent-date'.
19497 Reported by Kai Grossjohann <kai@emptydomain.de>.
19498
19499 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19500
19501 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19502
19503 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19504
19505 * gnus-cus.el (gnus-agent-customize-category):
19506 Remove ignore-errors macro reference that required cl to be loaded at
19507 run-time.
19508
19509 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19510 single-interval range of the form (min . max). Previously the
19511 range had to look like ((min . max)). Likewise, return
19512 (min . max) rather than ((min . max)).
19513 (gnus-range-map): Use gnus-range-normalize to accept
19514 single-interval range.
19515
19516 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19517 the cache, but not the agent, now appear with their usual face.
19518
19519 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19520
19521 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19522 w3m-safe-url-regexp variable buffer-local.
19523
19524 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19525
19526 2004-02-27 Simon Josefsson <jas@extundo.com>
19527
19528 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19529 gnus-group-real-prefix.
19530 (gnus-summary-move-article): Use it, instead of
19531 gnus-group-real-prefix.
19532
19533 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19534
19535 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19536 w3m-safe-url-regexp variable buffer-local and set it as the value
19537 of mm-w3m-safe-url-regexp.
19538
19539 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19540
19541 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19542 parsing gnus-posting-styles when the message is not for replying.
19543
19544 * nnrss.el (nnrss-opml-export):
19545 Use mm-set-buffer-file-coding-system instead of
19546 set-buffer-file-coding-system.
19547
19548 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19549
19550 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19551 of checkdoc.el).
19552 * nnrss.el: do.
19553 * gnus-mlspl.el: do.
19554 * gnus-ml.el: do.
19555 * gnus-srvr.el: do.
19556
19557 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19558
19559 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19560
19561 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19562 Corrections to custom-manual links.
19563
19564 * gnus-art.el (gnus-article): Ditto.
19565
19566 * mm-decode.el (mime-display, mime-security): Ditto.
19567
19568 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19569
19570 * flow-fill.el: Typo.
19571
19572 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19573
19574 * spam-wash.el: New file.
19575
19576 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19577
19578 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19579
19580 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19581
19582 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19583 to be run with new-articles as LIST1, not LIST2.
19584 (spam-registration-functions): Add spam-use-ham-copy as a nil
19585 registration backend.
19586
19587 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19588
19589 * spam-stat.el (spam-stat-washing-hook): New option.
19590 (spam-stat-buffer-words): Use it.
19591 (spam-stat-process-directory, spam-stat-test-directory):
19592 Use insert-file-contents-literally.
19593 (spam-stat-coding-system): New variable.
19594 (spam-stat-load, spam-stat-save): Use it.
19595
19596 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19597
19598 * spam-report.el (spam-report-plug-agent):
19599 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19600
19601 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19602
19603 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19604 Allow / in mailto URLs.
19605
19606 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19607
19608 * spam-report.el (spam-report-process-queue): Fix interactive use.
19609 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19610 (spam-report-unplug-agent): Doc fixes.
19611 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19612 (spam-report-agentize, spam-report-deagentize):
19613 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19614
19615 * message.el (message-setup-fill-variables): Add mml tags to
19616 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19617 <ajk@iu.edu>.
19618 (message-mode): Don't modify paragraph-separate there.
19619
19620 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19621
19622 * compface.el (uncompface-use-external): Default to undecided.
19623 (uncompface-use-external-threshold): New variable.
19624 (uncompface-float-time): New macro.
19625 (uncompface): Determine whether to use the external decoder if
19626 uncompface-use-external is undecided.
19627
19628 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19629
19630 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19631 after images.
19632
19633 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19634
19635 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19636
19637 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19638
19639 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19640
19641 * gnus-sum.el (gnus-summary-limit-to-age)
19642 (gnus-summary-limit-children): do.
19643
19644 * gnus-int.el (gnus-request-scan): do.
19645
19646 * gnus-group.el (gnus-group-suspend): do.
19647
19648 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19649
19650 * gnus-cite.el (gnus-cite-parse-attributions): do.
19651
19652 * gnus-agent.el (gnus-summary-set-agent-mark)
19653 (gnus-agent-regenerate-group): do.
19654
19655 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19656
19657 * binhex.el (binhex-decode-region-internal): do.
19658
19659 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19660
19661 * gnus-fun.el (gnus-face-properties-alist): New user option.
19662 (gnus-display-x-face-in-from): Use it.
19663
19664 * gnus-art.el (article-display-face): Ditto.
19665
19666 * compface.el (uncompface-use-external): Default to nil.
19667
19668 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19669
19670 * nntp.el (nntp-erase-buffer): New function.
19671 (nntp-retrieve-data, nntp-send-command)
19672 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19673 (nntp-possibly-change-group): Use it.
19674
19675 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19676 Use with-current-buffer.
19677
19678 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19679
19680 * compface.el: Merge the ELisp-based uncompface program.
19681 (compface): New customization group.
19682 (uncompface-use-external): New user option.
19683 (uncompface): Call uncompface-internal if uncompface-use-external
19684 is nil.
19685 (uncompface-internal): New function. Note that there are also
19686 some other functions and variables added for this function.
19687
19688 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19689
19690 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19691 if necessary.
19692
19693 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19694
19695 * spam-report.el (spam-report-unplug-agent)
19696 (spam-report-plug-agent, spam-report-deagentize)
19697 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19698 Add support for the Agent in spam-report: when unplugged, report to a
19699 file; when plugged, submit all the requests.
19700
19701 * spam.el (spam-register-routine): Fix message about
19702 registration.
19703
19704 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19705
19706 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19707 dependencies.
19708 (rfc2047-encode): Use it.
19709
19710 * gnus-art.el (gnus-button-marker-list): Move before first
19711 reference.
19712
19713 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19714 (imap-parse-body): Fix format string mismatch.
19715
19716 * gnus-score.el (gnus-summary-increase-score): do.
19717
19718 * nnrss.el (nnrss-close): New function.
19719
19720 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19721
19722 * nnrss.el (nnrss-make-filename): New function.
19723 (nnrss-request-delete-group, nnrss-read-server-data)
19724 (nnrss-save-server-data, nnrss-read-group-data)
19725 (nnrss-save-group-data): Use it.
19726 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19727 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19728 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19729
19730 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19731
19732 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19733
19734 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19735
19736 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19737 files.
19738
19739 * message.el (message-generate-headers-first): Don't quote nil
19740 and t in docstrings.
19741
19742 * imap.el (imap-id): do.
19743
19744 * gnus-agent.el (gnus-agent-consider-all-articles)
19745 (gnus-agent-queue-mail): do.
19746
19747 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19748
19749 * spam-report.el (spam-report-process-queue): New function.
19750 Process requests from `spam-report-requests-file'.
19751 (spam-report-process-queue): Doc fix.
19752
19753 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19754
19755 * spam.el (spam-register-routine)
19756 (spam-log-processing-to-registry, spam-log-registered-p)
19757 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19758 Change "check" to "spam-check" for semi-clarity.
19759
19760 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19761
19762 * pop3.el: Require nnheader.
19763
19764 * mml-smime.el: Require cl. Autoload message-fetch-field.
19765
19766 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19767
19768 * gnus-picon.el: Require cl.
19769
19770 * gnus-fun.el: Require gnus-ems and gnus-util.
19771
19772 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19773
19774 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19775
19776 * gnus-art.el (gnus-article-edit-mode): Define before first
19777 reference.
19778
19779 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19780
19781 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19782 (gnus-uu-post-encoded): Use point-at-bol.
19783
19784 * gnus-topic.el (gnus-group-active-topic-p): do.
19785
19786 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19787
19788 * gnus-group.el (gnus-group-kill-region): do.
19789
19790 * gnus-art.el (article-date-ut): do.
19791
19792 * message.el (message-fetch-field): Remove redundant
19793 case-fold-search binding.
19794 (message-narrow-to-field): Simplify.
19795
19796 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19797
19798 * spam.el (spam-directory): Derive from `gnus-directory'.
19799
19800 * spam-report.el (spam-report-url-to-file)
19801 (spam-report-requests-file): New function and variable for offline
19802 reporting.
19803 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19804 and user defined function.
19805 (spam-report-url-ping-mm-url): Remove doubled slash.
19806
19807 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19808
19809 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19810
19811 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19812
19813 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19814 Fix format string mismatch.
19815
19816 * sieve.el (sieve-deactivate-all): do.
19817
19818 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19819
19820 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19821
19822 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19823
19824 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19825
19826 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19827
19828 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19829 the list of checks.
19830
19831 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19832
19833 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19834 padding.
19835
19836 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19837
19838 * mm-view.el (mm-fill-flowed): New variable.
19839 (mm-inline-text): Use it.
19840
19841 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19842
19843 * spam.el (spam-spamassassin-register-ham-routine)
19844 (spam-spamassassin-register-spam-routine): Fix function names.
19845
19846 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19847
19848 * gnus.el (gnus-tmp-grouplens): Remove.
19849 (gnus-summary-line-format): Remove grouplens.
19850
19851 * gnus-group.el (gnus-group-line-format): Ditto.
19852
19853 * gnus-spec.el (gnus-format-specs): Ditto.
19854 (gnus-update-format-specifications): Flush the group format spec
19855 cache if there's the grouplens stuff.
19856 (gnus-parse-simple-format): Replace %l with the empty string.
19857
19858 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19859
19860 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19861 omission.
19862
19863 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19864
19865 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19866 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19867
19868 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19869
19870 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19871 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19872 New macros and functions.
19873 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19874 Handle > NLINK_MAX messages.
19875 * nnmaildir.el (nnmaildir-request-set-mark):
19876 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19877
19878 2004-01-25 Alex Schroeder <alex@gnu.org>
19879
19880 * spam-stat.el (spam-stat-process-directory-age): New option.
19881 (spam-stat-process-directory): Use it.
19882
19883 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
19884
19885 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19886 (spam-stat-save): Accept prefix argument.
19887
19888 2004-01-23 Paul Jarc <prj@po.cwru.edu>
19889
19890 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19891 links" error.
19892
19893 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19894
19895 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19896 compatibility with old .newsrc.eld files.
19897
19898 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19899
19900 * gnus-start.el (gnus-1): do.
19901
19902 * gnus-group.el (gnus-group-line-format-alist): do.
19903
19904 * gnus.el (gnus-use-grouplens, gnus-visual): do.
19905
19906 * gnus-gl.el: Remove.
19907
19908 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
19909
19910 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19911 marks consisting of a single range {for example, (3 . 5)} rather
19912 than a list of a single range { ((3 . 5)) }.
19913
19914 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19915
19916 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19917 Use with-current-buffer.
19918 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19919 avoid consing a string.
19920
19921 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19922 Remove obsolete entries for big5 and gb2312.
19923
19924 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
19925
19926 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19927 uncompressed list.
19928
19929 2004-01-22 Jesper Harder <harder@ifa.au.dk>
19930
19931 * spam-stat.el (spam-stat-strip-xref): New function.
19932 (spam-stat-process-directory): Use it.
19933
19934 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19935 here -- it's done in message-fetch-field.
19936
19937 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
19938
19939 * gnus-agent.el (gnus-agent-queue-mail)
19940 (gnus-agent-prompt-send-queue): New variables.
19941 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19942 * gnus-draft.el (gnus-group-send-queue): Pass the group name
19943 "nndraft:queue" along to gnus-draft-send.
19944 Use gnus-agent-prompt-send-queue.
19945 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19946 is "nndraft:queue". Suggested by Gaute Strokkenes
19947 <gs234@srcf.ucam.org>
19948
19949 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19950 (agent-enable-undownloaded-faces): Add.
19951 (gnus-agent-cat-groups): Use eval-and-compile, not
19952 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19953 method of gnus-agent-cat-groups even when the buffer has been
19954 evaled.
19955 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19956 delete gnus-agent-save-active-1.
19957 (gnus-agent-save-groups): Delete. Identical to
19958 gnus-agent-save-active.
19959 (gnus-agent-write-active): No longer adjust agent's copy of active
19960 file as agent's adjustments are now stored in their own
19961 file. Remove optional parameter.
19962 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19963 servers. Add use of min/max range limits from server's local
19964 file.
19965 (gnus-agent-save-alist): Remove unused optional argument.
19966 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19967 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19968 (gnus-agent-set-local): A per-server file that keeps min/max range
19969 limits for articles known to the agent. Provides a fast mechanism
19970 for altering many active ranges.
19971 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19972 active file (local makes it unnecessary).
19973 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19974
19975 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19976 (agent-enable-undownloaded-faces): Add.
19977
19978 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19979 disable it when sending to "nndraft:queue".
19980 (gnus-group-send-queue): Add safety check to avoid sending queue
19981 when unplugged.
19982
19983 * gnus-group.el (gnus-group-catchup): Use new
19984 gnus-sequence-of-unread-articles, not
19985 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19986 numbers of articles. Use gnus-range-map to avoid having to
19987 uncompress the unread list.
19988 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19989 Fix invalid ange-ftp reference.
19990
19991 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19992 (gnus-sorted-range-intersection): Intersection of two ranges
19993 without requiring that they first be uncompressed.
19994
19995 * gnus-start.el (gnus-activate-group): Unless blocked by the
19996 caller, possibly expand the active range to include both cached
19997 and agentized articles.
19998 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19999 multiple version-dependent converters.
20000 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20001 gnus-agent-save-active.
20002 (gnus-save-newsrc-file): Save dirty agent range limits.
20003
20004 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20005 gnus-agent-possibly-alter-active.
20006 (gnus-adjust-marked-articles): Faster handling of simple lists
20007
20008 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20009
20010 * spam-stat.el (spam-stat-test-directory): New optional argument
20011 displays a list of files detected. Suggested by Andrew Cohen
20012 <cohen@andy.bu.edu>.
20013 (spam-stat-buffer-words-with-scores): Don't narrow and change
20014 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20015
20016 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20017
20018 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20019 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20020 (spam-spamassassin-arguments)
20021 (spam-spamassassin-spam-flag-header)
20022 (spam-spamassassin-positive-spam-flag-header)
20023 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20024 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20025 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20026 (spam-list-of-processors, spam-list-of-checks)
20027 (spam-list-of-statistical-checks, spam-registration-functions)
20028 (spam-check-spamassassin-headers, spam-check-spamassassin)
20029 (spam-spamassassin-score)
20030 (spam-spamassassin-register-with-sa-learn)
20031 (spam-spamassassin-register-spam-routine)
20032 (spam-spamassassin-register-ham-routine)
20033 (spam-assassin-register-spam-routine)
20034 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20035 (spam-bogofilter-score): Fix to show article before scoring.
20036
20037 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20038
20039 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20040 default scoring function.
20041 (spam-generic-score): Call spam-spamassassin-score if
20042 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20043 spam-bogofilter-score otherwise.
20044
20045 * gnus.el (spam-process, spam-autodetect-methods):
20046 Add spamassassin and spamassassin-headers.
20047
20048 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20049
20050 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20051 Suppress unnecessary messages.
20052
20053 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20054
20055 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20056 make-hash-table.
20057
20058 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20059
20060 * canlock.el (base64-encode-string): Don't autoload it.
20061
20062 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20063
20064 * run-at-time.el: Remove useless (require 'itimer),
20065 eval-and-compile and (featurep 'xemacs).
20066
20067 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20068
20069 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20070 GROUP is a virtual group.
20071
20072 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20073
20074 * gnus.el: Autoload `message-y-or-n-p'.
20075
20076 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20077
20078 * pgg-parse.el: Remove unnecessary (require 'custom).
20079
20080 * pgg-def.el: do.
20081
20082 * nnmail.el: do.
20083
20084 * gnus-undo.el: do.
20085
20086 * gnus-picon.el: do.
20087
20088 * gnus-util.el: do.
20089
20090 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20091
20092 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20093
20094 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20095
20096 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20097 handle, as well as a list.
20098
20099 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20100 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20101 (mm-w3m-cid-retrieve): Simplify.
20102
20103 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20104
20105 * message.el (message-kill-to-signature): Allow prefix arg to
20106 specify number of lines to keep before signature.
20107
20108 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20109
20110 * message.el (message-kill-to-signature): Change docstring.
20111
20112 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20113
20114 * canlock.el: Always require sha1-el.
20115 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20116
20117 * message.el: Autoload sha1 only when compiling.
20118
20119 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20120
20121 * message.el (message-canlock-generate): Require sha1-el.
20122
20123 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20124
20125 * message.el (message-expand-name): Silence the byte compiler.
20126
20127 2004-01-13 Simon Josefsson <jas@extundo.com>
20128
20129 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20130 Invoke gnus-score-mode.
20131 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20132
20133 * gnus-range.el (gnus-compress-sequence): Doc fix.
20134 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20135
20136 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20137
20138 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20139
20140 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20141
20142 * spam.el (spam-get-article-as-string): Update to use
20143 gnus-request-article-this-buffer, much simpler.
20144 (spam-get-article-as-buffer): Remove.
20145
20146 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20147
20148 * message.el (message-expand-name): Use EUDC if the user uses that.
20149
20150 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20151
20152 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20153 character for the encoding to avoid consing a string.
20154
20155 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20156 unnecessarily.
20157
20158 * mm-util.el (mm-replace-chars-in-string): Remove.
20159
20160 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20161 of mm-replace-chars-in-string.
20162
20163 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20164
20165 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20166
20167 * mm-util.el (mm-subst-char-in-string): Support inplace.
20168
20169 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20170 a new string in every iteration. Use shy groups.
20171
20172 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20173
20174 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20175 * gnus-soup.el (gnus-soup-group-brew):
20176 * gnus-msg.el (gnus-put-message):
20177 * gnus-move.el (gnus-group-move-group-to-server):
20178 * gnus-kill.el (gnus-batch-score):
20179 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20180 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20181 (gnus-group-update-group, gnus-group-read-group)
20182 (gnus-group-make-group, gnus-group-make-help-group)
20183 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20184 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20185 (gnus-group-sort-by-unread, gnus-group-catchup)
20186 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20187 (gnus-group-yank-group, gnus-group-set-info)
20188 (gnus-group-list-groups):
20189 * gnus.el (gnus-generate-new-group-name):
20190 * gnus-delay.el (gnus-delay-send-queue):
20191 * nnvirtual.el (nnvirtual-catchup-group):
20192 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20193 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20194 (gnus-group-prepare-topics, gnus-topic-check-topology):
20195 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20196 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20197 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20198 (gnus-group-make-articles-read):
20199 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20200 (gnus-group-change-level, gnus-kill-newsgroup)
20201 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20202 (gnus-get-unread-articles, gnus-make-articles-unread)
20203 (gnus-make-ascending-articles-unread): Use accessor
20204 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20205 to get group information for improved readability.
20206
20207 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20208
20209 * gnus-art.el (article-decode-mime-words, article-babel)
20210 (gnus-article-highlight-signature, gnus-article-add-buttons)
20211 (gnus-signature-toggle): Use gnus-with-article-buffer.
20212
20213 * gnus-art.el (gnus-article-highlight-headers)
20214 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20215
20216 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20217 (gnus-article-set-globals, gnus-request-article-this-buffer)
20218 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20219 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20220 (gnus-mime-display-alternative): Use with-current-buffer.
20221
20222 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20223
20224 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20225 also under 80 char limit, and call gnus-error if needed.
20226 (spam-fetch-article-header): Fix - it was a
20227 buffer-local variable (gnus-newsgroup-data).
20228 (spam-find-spam): Use spam-generate-fake-headers, forget about
20229 spam-insert-fake-headers.
20230 (spam-insert-fake-headers): Remove.
20231
20232 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20233
20234 * deuglify.el (gnus-article-outlook-unwrap-lines)
20235 (gnus-outlook-rearrange-article)
20236 (gnus-outlook-repair-attribution-outlook)
20237 (gnus-outlook-repair-attribution-block)
20238 (gnus-outlook-repair-attribution-other): Remove redundant
20239 save-excursion.
20240
20241 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20242
20243 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20244 (spam-fetch-field-subject-fast)
20245 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20246 (spam-fetch-article-header): Add functions to deal with Gnus
20247 internals for fast retrieval of article header data.
20248 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20249
20250 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20251
20252 * pop3.el (pop3-md5): Remove.
20253 (pop3-apop): Replace pop3-md5 with md5.
20254
20255 * mm-bodies.el: base64 is always built-in.
20256
20257 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20258 Use with-current-buffer.
20259
20260 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20261
20262 * canlock.el (canlock-insert-header): Remove excessive grouping in
20263 regexp.
20264
20265 * gnus-sum.el (gnus-summary-read-document): Ditto.
20266
20267 * gnus-uu.el (gnus-uu-part-number): Ditto.
20268
20269 * html2text.el (html2text-remove-tags): Ditto.
20270 (html2text-format-tags): Ditto.
20271 (html2text-format-single-elements): Ditto.
20272
20273 * mml.el (mml-parse-1): Ditto.
20274
20275 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20276
20277 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20278
20279 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20280
20281 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20282
20283 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20284
20285 2003-11-15 Simon Josefsson <jas@extundo.com>
20286
20287 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20288 (pgg-gpg-lookup-key): Use regexp match instead of
20289 split-string (split-string is different between emacs 21.2 and
20290 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20291
20292 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20293
20294 * gnus-art.el (gnus-mime-view-all-parts)
20295 (gnus-article-part-wrapper, gnus-article-view-part):
20296 Use with-current-buffer.
20297
20298 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20299
20300 * spam.el (spam-disable-spam-split-during-ham-respool)
20301 (spam-spamoracle-database, spam-cache-lookups)
20302 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20303 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20304 (spam-group-ham-marks, spam-group-spam-marks)
20305 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20306 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20307 also add spam-use-blackholes to the statistical checks.
20308 (spam-fetch-field-fast): Add interface to fetching fields, may
20309 become a macro.
20310 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20311 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20312 (spam-insert-fake-headers): Fake an article when needed.
20313 (spam-find-spam): Fake article when possible.
20314 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20315 (spam-check-bogofilter-headers): Use message-fetch-field instead
20316 of nnmail-fetch-field.
20317
20318 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20319
20320 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20321
20322 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20323
20324 * spam.el (spam-split): Do not require spam-use-CHECK to be
20325 enabled if that check is passed to spam-split explicitly; also
20326 fix so 'spam doesn't get converted to spam-split-group when
20327 spam-split-symbolic-return is t.
20328 (spam-find-spam): Find registrations of the article and use those
20329 instead of re-running spam-split to find the spam/ham
20330 classification of the article.
20331 (spam-log-processing-to-registry, spam-log-registered-p)
20332 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20333 Use gnus-error instead of gnus-message.
20334 (spam-log-registration-type): Add function to determine the
20335 classification of a message based on registry entries; will
20336 return nil if both 'spam and 'ham are found.
20337 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20338 a reasonably fast local cache without the loading errors.
20339 (spam-cache-lookups): Set to t by default.
20340 (spam-find-spam): Don't try to guess spam-cache-lookups.
20341 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20342 spam-caches entry.
20343 (spam-filelist-build-cache, spam-filelist-check-cache):
20344 Fix caching of whitelist/blacklist entries.
20345 (spam-check-whitelist, spam-check-blacklist):
20346 Invoke spam-from-listed-p with a type, not a cache variable.
20347 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20348
20349 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20350
20351 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20352
20353 * nnmail.el (nnmail-split-fancy): do.
20354
20355 * mml.el (mml-parse): do.
20356
20357 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20358 (gnus-score-adaptive): do.
20359
20360 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20361
20362 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20363 (gnus-mime-button-map): Don't set keymap parent.
20364 (gnus-button-ctan-directory-regexp): Use shy grouping.
20365 (gnus-prev-page-map): Don't set keymap parent.
20366 (gnus-prev-page-map): Remove duplicated one.
20367 (gnus-next-page-map): Don't set keymap parent.
20368 (gnus-mime-security-button-map): Ditto.
20369
20370 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20371 version number.
20372
20373 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20374
20375 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20376
20377 * canlock.el (canlock-sha1-function): Remove.
20378 (canlock-sha1-function-for-verify): Remove.
20379 (canlock-openssl-program): Remove.
20380 (canlock-openssl-args): Remove.
20381 (canlock-ignore-errors): Remove.
20382 (canlock-sha1-with-openssl): Remove.
20383 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20384 (canlock-verify): Don't use canlock-ignore-errors.
20385
20386 * sha1-el.el (sha1-string-external): Make it can return a string
20387 in binary form.
20388 (sha1-region-external): Ditto.
20389 (sha1-string-internal): Ditto.
20390 (sha1-region-internal): Ditto.
20391 (sha1-region): Ditto.
20392 (sha1-string): Ditto.
20393 (sha1): Ditto.
20394
20395 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20396
20397 * spam.el (spam-report-articles-gmane): New command.
20398
20399 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20400
20401 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20402
20403 * run-at-time.el (run-at-time-saved): Remove.
20404 (run-at-time): Doc fix.
20405
20406 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20407
20408 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20409 (gnus-summary-limit-map): Add it.
20410 (gnus-summary-make-menu-bar): do.
20411
20412 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20413
20414 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20415 Make attempt at some caching support (done for BBDB only now).
20416 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20417 addresses to be checked.
20418 (spam-clear-cache-BBDB): Add function, to be invoked by
20419 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20420 (spam-check-BBDB): Check and use the caches, if
20421 spam-cache-lookups is on, remove superfluous (provide).
20422
20423 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20424
20425 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20426
20427 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20428
20429 * run-at-time.el (run-at-time-saved): Move to after the definition
20430 of `run-at-time'.
20431
20432 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20433
20434 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20435 mm-w3m-local-map-property.
20436
20437 * mm-view.el (mm-w3m-mode-map): Remove.
20438 (mm-w3m-local-map-property): Remove.
20439 (mm-inline-text-html-render-with-w3m): Don't use
20440 mm-w3m-local-map-property.
20441
20442 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20443
20444 * run-at-time.el: New file.
20445
20446 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20447 of gnus-set-text-properties.
20448
20449 * gnus-uu.el (gnus-uu-save-article): Ditto.
20450
20451 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20452
20453 * gnus-cite.el (gnus-cite-parse): Ditto.
20454
20455 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20456 of gnus-.
20457
20458 * gnus.el: Change calls to nnheader-run-at-time and
20459 password-run-at-time throughout to use run-at-time directly.
20460
20461 * password.el: Remove definition of run-at-time.
20462
20463 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20464
20465 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20466 in prompt.
20467
20468 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20469
20470 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20471 XEmacs version.
20472
20473 * dns.el (dns-make-network-process): Use `open-network-stream'
20474 instead of `gnus-xmas-open-network-stream'.
20475
20476 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20477
20478 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20479
20480 * gnus-art.el (gnus-mime-display-alternative)
20481 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20482 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20483 Don't use gnus-local-map-property.
20484
20485 * gnus-util.el (gnus-local-map-property): Remove.
20486
20487 * mm-view.el (mm-view-pkcs7-decrypt):
20488 Replace gnus-completing-read-maybe-default with completing-read.
20489
20490 * gnus-util.el (gnus-completing-read): do.
20491 (gnus-completing-read-maybe-default): Remove.
20492
20493 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20494
20495 * password.el: Only autoload `run-at-time' if not XEmacs.
20496 Only autoload the itimer functions if XEmacs.
20497
20498 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20499
20500 * gnus-art.el (gnus-read-string): Remove.
20501 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20502 read-string.
20503
20504 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20505
20506 * netrc.el: Autoload password-read.
20507 (netrc): Add configuration group.
20508 (netrc-encoding-method, netrc-openssl-path):
20509 Add variables for encoding and decoding of files with symmetric
20510 ciphers.
20511 (netrc-encode): Add assistant function to encode a file with
20512 netrc-encoding-method.
20513 (netrc-parse): Add interactive parameter, added optional
20514 decoding if netrc-encoding-method is non-nil but otherwise
20515 behavior is standard.
20516 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20517 Do s/encode/encrypt/ everywhere.
20518
20519 * spam.el: Remove executable-find autoload.
20520
20521 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20522
20523 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20524
20525 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20526
20527 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20528
20529 * gnus-art.el (gnus-treat-ansi-sequences)
20530 (article-treat-ansi-sequences): New variable and function.
20531 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20532
20533 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20534 Use it.
20535
20536 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20537
20538 * mm-util.el (mm-quote-arg): Remove.
20539
20540 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20541 shell-quote-argument.
20542
20543 * gnus-uu.el (gnus-uu-command): do.
20544
20545 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20546
20547 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20548 with make-char.
20549
20550 * mm-util.el (mm-make-char): Remove.
20551
20552 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20553 add-minor-mode.
20554
20555 * gnus-undo.el (gnus-undo-mode): do.
20556
20557 * gnus-topic.el (gnus-topic-mode): do.
20558
20559 * gnus-sum.el (gnus-dead-summary-mode): do.
20560
20561 * gnus-start.el (gnus-slave-mode): do.
20562
20563 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20564
20565 * gnus-ml.el (gnus-mailing-list-mode): do.
20566
20567 * gnus-gl.el (gnus-grouplens-mode): do.
20568
20569 * gnus-draft.el (gnus-draft-mode): do.
20570
20571 * gnus-dired.el (gnus-dired-mode): do.
20572
20573 * gnus-ems.el (gnus-add-minor-mode): Remove.
20574
20575 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20576 Replace gnus-char-width with char-width.
20577
20578 * gnus-ems.el (gnus-char-width): Remove.
20579
20580 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20581 Replace gnus-char-width with char-width.
20582
20583 * gnus-ems.el (gnus-char-width): Remove.
20584
20585 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20586 definition.
20587 Remove Emacs 20 hash table compatibility code.
20588
20589 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20590 20 compatibility code.
20591
20592 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20593
20594 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20595
20596 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20597 Replace with point-at-{eol,bol}.
20598
20599 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20600
20601 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20602
20603 * flow-fill.el (fill-flowed-point-at-bol)
20604 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20605
20606 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20607 Replace with point-at-{eol,bol} throughout all files.
20608
20609 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20610
20611 * ntlm.el (ntlm-string-as-unibyte): New macro.
20612 (ntlm-build-auth-response): Use it.
20613
20614 Remove Emacs 20 stuff:
20615 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20616 of delq and copy-sequence.
20617 * gnus-art.el (popup-menu): Remove the compiler macro.
20618 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20619 Emacs 20.
20620
20621 2004-01-05 Simon Josefsson <jas@extundo.com>
20622
20623 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20624 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20625 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20626 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20627 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20628 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20629 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20630 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20631 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20632 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20633 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20634 string-xor into ntlm-string-xor.
20635 Suggested by Jesper Harder <harder@myrealbox.com>.
20636
20637 * ntlm.el: Don't include poem.
20638
20639 * md4.el (print-int32, print-string-hexa): Remove.
20640 Suggested by Jesper Harder <harder@myrealbox.com>.
20641
20642 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20643
20644 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20645 probably breaks emacs with DL patch, but do we care? Is anyone
20646 still using the DL stuff?)
20647
20648 * sieve-manage.el: Use the password package.
20649 (sieve-manage-read-passwd): Remove.
20650 (sieve-manage-interactive-login): Use password. Re-add
20651 condition-case around loop.
20652
20653 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20654 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20655 Use the password package.
20656
20657 2003-02-19 Simon Josefsson <jas@extundo.com>
20658
20659 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20660 token.
20661
20662 2002-08-07 Simon Josefsson <jas@extundo.com>
20663
20664 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20665 (sieve-manage-authenticators):
20666 (sieve-manage-authenticator-alist): Add some SASL mechs.
20667 (sieve-sasl-auth): New function.
20668 (sieve-manage-cram-md5-auth):
20669 (sieve-manage-plain-auth): Rewrite using SASL library.
20670 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20671 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20672 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20673 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20674
20675 2004-01-05 Simon Josefsson <jas@extundo.com>
20676
20677 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20678 New files.
20679
20680 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20681
20682 * gnus-group.el (gnus-no-groups-message): Update.
20683
20684 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20685
20686 2003-11-09 Simon Josefsson <jas@extundo.com>
20687
20688 * imap.el: Support for ID IMAP extension (RFC 2971).
20689 (imap-local-variables): Add imap-id.
20690 (imap-id): New variable.
20691 (imap-id): New function.
20692 (imap-parse-response): Parse untagged ID response.
20693 * nnimap.el (nnimap-id): New variable.
20694 (nnimap-open-connection): Use it.
20695
20696 2003-12-28 Simon Josefsson <jas@extundo.com>
20697
20698 * gnus-score.el (gnus-score-edit-all-score): New.
20699 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20700
20701 2004-01-04 Simon Josefsson <jas@extundo.com>
20702
20703 * password.el: Add.
20704
20705 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20706
20707 * dns.el (dns-query-types): Fix typo.
20708 (dns-query-types): New function.
20709 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20710 PTR and SOA replies, see RFC 1035.
20711
20712 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20713
20714 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20715
20716 * Move to Changelog.2.
20717
20718 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20719
20720 * gnus.el (gnus-version-number): Bump version.
20721
20722 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20723
20724 * gnus.el: No Gnus v0.1 is released.
20725
20726 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20727
20728 * gnus.el: No Gnus v0.0 is released.
20729
20730 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20731
20732 * gnus.el (gnus-version-number): Bump.
20733 (gnus-version): No.
20734
20735 See ChangeLog.2 for earlier changes.
20736
20737 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20738
20739 This file is part of GNU Emacs.
20740
20741 GNU Emacs is free software: you can redistribute it and/or modify
20742 it under the terms of the GNU General Public License as published by
20743 the Free Software Foundation, either version 3 of the License, or
20744 (at your option) any later version.
20745
20746 GNU Emacs is distributed in the hope that it will be useful,
20747 but WITHOUT ANY WARRANTY; without even the implied warranty of
20748 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20749 GNU General Public License for more details.
20750
20751 You should have received a copy of the GNU General Public License
20752 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20753
20754 ;; Local Variables:
20755 ;; coding: utf-8
20756 ;; fill-column: 79
20757 ;; add-log-time-zone-rule: t
20758 ;; End: